@charset "utf-8";
/* CSS Document */

/**********************************************************************************************/
/**********************************************************************************************/
/**************** REMEMBER TO CHECK STYLES IN HTML CODE AND STYLE_IE.CSS**********************/
/**********************************************************************************************/
/**********************************************************************************************/


body  {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #306b97;
	margin-top:-1em;
}
#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/******** Quick Classes ********/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clear{clear:both}

.dashedline{
	border-style:dashed; 
	border-width:1px;}


/******* Links *******/

a{
	outline:none; 
	cursor:pointer; 
	text-decoration:none;
	}

#leftsidebar a, #leftsidebar a:link, #leftsidebar a:visited{
	color: #666666;
	text-decoration:none;
} 
#leftsidebar a:hover, #leftsidebar a:active{
	color: #ec1c24;
	text-decoration:underline;
}

a, a:link, a:active, a:visited{
	color: #306b97;
	text-decoration:underline;
} 
a:hover{
	color: #ec1c24;
}

a.link2, a.link2:link, a.link2:active, a.link2:visited{
	color: #666666;
	text-decoration:none;
	border-bottom:dashed;
	border-bottom-width:1px;
} 
a.link2:hover{
	color: #ec1c24;
}
a.link3, a.link3:link, a.link3:active, a.link3:visited{
	color: #ec1c24;
	text-decoration:underline;
} 
a.link3:hover{
	color: #666666;
	text-decoration:none;
}

a.link4, a.link4:link, a.link4:active, a.link4:visited{
	color: #ffffff;
	text-decoration:none;
} 
a.link4:hover{
	color: #f3e208;
}

a.link5, a.link5:link, a.link5:active, a.link5:visited{
	color: #666666;
	text-decoration:none;
} 
a.link5:hover{
	color: #ec1c24;
	text-decoration:underline;
}
a.link6, a.link6:link, a.link6:active, a.link6:visited{
	color: #306b97;
	text-decoration:none;
	font-size:90%;
} 
a.link6:hover{
	color: #ec1c24;
}
/******* fonts *******/

.coloured_txt{color: #666666;}
.coloured_txt2{
	border-bottom:dashed;
	border-bottom-width:1px;
	color:#FFFFFF;
	padding:0;
	margin:0;}
.coloured_txt3{
	color:#FFFFFF;
}
.coloured_txt4{
	color:#FF0000;
	font-weight:bold;
}
.sml_txt{font-size:86%;} 
.med_txt{font-size:140%;} 


/******** Header ********/
#header { 
	height: 150px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */ 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header-search { 
	height: 183px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */ 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




/******** Top menu navigation ********/	
#navcontainer{
	margin: 3px 0 0 0;
	padding: 0px;
}

#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li{ 
	float: left; 
	padding-right: 3px;	
	margin: 0px;
	height:27px;
	width:80px;
	text-indent:-99999px;
	}
	
/*#navcontainer ul li.quoteme{ 
	background:url(img/butt_quoteme.gif) no-repeat top left;
	width:167px;
	}
#navcontainer ul li.quoteme a{ 
	display:block;
	cursor:pointer;
	height:27px;
	width:167px;}*/
	
#navcontainer ul li.special{ 
	background:url(img/butt_special_offers.gif) no-repeat top left;
	width:167px;
	}
#navcontainer ul li.special a
{ 
	display:block;
	cursor:pointer;
	height:27px;
	width:167px;
	}
	
#navcontainer ul li.howtoorder{ 
	background:url(img/butt_howtoorder.gif) no-repeat top left;
	}
#navcontainer ul li.sizing{ 
	background:url(img/butt_sizing.gif) no-repeat top left;
	}
#navcontainer ul li.embroidery{ 
	background:url(img/butt_embroidery.gif) no-repeat top left;
	}
#navcontainer ul li.samples{ 
	background:url(img/butt_samples.gif) no-repeat top left;
	}
#navcontainer ul li.delivery{ 
	background:url(img/butt_delivery.gif) no-repeat top left;
	}
#navcontainer ul li.testimonials{ 
	background:url(img/butt_testimonials.gif) no-repeat top left;
	}
#navcontainer ul li.contact{ 
	background:url(img/butt_contact.gif) no-repeat top left;
	}
#navcontainer ul li.help{ 
	background:url(img/butt_help.gif) no-repeat top left;
	}	
#navcontainer ul li.blog{ 
	background:url(img/button_blog.gif) no-repeat top left;
	}
#navcontainer ul li.brands{ 
	background:url(img/butt_brand.gif) no-repeat top left;
	}
#navcontainer ul li.basket{
	text-indent:0;
	background:url(img/butt_basket.gif) no-repeat top left;
	width:153px;
	}
	
#navcontainer a{ 
	display:block;
	cursor:pointer;
	height:27px;
	width:80px;
	}
/*#navcontainer li.special a{ 
	width:167px;
	}*/
#navcontainer li.basket a{
	padding: 6px 0 0 40px; 
	width:153px;
	}
	

/******** left side bar ********/

#leftsidebar {
	float: left; 
	top: 152px;
	left: 0;
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#leftsidebar .special{ 
	background:url(img/butt_special_offers.gif) no-repeat top left;
	width:167px;
	height:27px;
	text-indent:-99999px;
	margin-top:-0.2em;
	margin-bottom:0.3em;
	}
		
#leftsidebar .special a{ 
	display:block;
	cursor:pointer;
	width:167px;
	height:27px;
	}	

/********Product menu navigation********/
.navproductscontainerTop, .navproductscontainerBottom{
	margin:0;
	padding:0;
	width:167px;
	height:12px; 
}
.navproductscontainerTop{
	background:url(img/border-round-top.gif) top center no-repeat; 
}
.navproductscontainerBottom{
	background:url(img/border-round-bot.gif) top center no-repeat; 
}

#navproductscontainer {
	margin:0;
	padding:0;
	width:167px;
	font-size:10px;
	background:url(img/border-round-mid.gif) top center repeat-y; 
}
#navproducts{
	margin:0;
	padding:0;
	list-style: none;
}
#navproducts ul{
	margin:0;
	padding:0;
}
#navproducts li{
	margin-left:3px;
	padding-left: 11px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	min-height:20px;
	padding-top:2px;
}
/******** cards payment security logos********/
#rightsidebarlogos{margin-top:10px;}

.rightlogosprotx{
	background:url(img/left_logo_protx.gif) no-repeat;
	width:156px;
	height:58px;
	text-indent:-9999px;
	margin: 0;
}
.rightlogosmaster{
	background:url(img/left_logo_master.gif) no-repeat;
	width:156px;
	height:58px;
	text-indent:-9999px;
	margin: 0;
}
.rightlogosmastro{
	background:url(img/left_logo_mastro.gif) no-repeat;
	width:156px;
	height:58px;
	text-indent:-9999px;
	margin: 0;
}


/********Right hand side boxes********/
#rightsidebar {
	float: right; 
	top: 152px;
	right: 0;
	width: 156px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* padding keeps the content of the div away from the edges */
}

.butt_go{	
	background:url(img/butt_go.gif) no-repeat;
	width:28px;
	height:29px;
	text-indent:-9999px;
	}
.butt_go a{	
	width:28px;
	height:29px;
	display:block;
	cursor:pointer;
	}

/******** log in box ********/
.rightsidebarloginTop, .rightsidebarloginBottom{
	margin:0;
	padding:0;
	width:156px;
	height:12px; 
}
.rightsidebarloginTop{
	background:url(img/border-round-top-right.gif) top center no-repeat; 
}
.rightsidebarloginBottom{
	background:url(img/border-round-bot-right.gif) top center no-repeat; 
}
.rightsidebarloginMiddle{	background:url(img/border-round-mid-right.gif) top center repeat-y;}

#rightsidebarlogin{
	color:#666666;
	font-size:90%;
	width:156px;
	padding:0;
	margin:0;
	padding-left:5px;
}
/* this will only work in IE 6*/
*html #rightsidebarlogin{
	padding:0;
}
/* end */
#rightsidebarlogin h3{
	font-size:12px;
	padding:0;
	margin:0;
}
#rightsidebarlogin .error{
	padding:0;
	margin:0;
}
/******** search box ********/
.rightsidebarsearchTop, .rightsidebarsearchBottom{
	margin:0;
	padding:0;
	width:156px;
	height:12px; 
}
.rightsidebarsearchTop{
	background:url(img/border-round-top-right-r.gif) top center no-repeat; 
	margin-top:10px;
}
.rightsidebarsearchBottom{
	background:url(img/border-round-bot-right-r.gif) top center no-repeat; 
}
.rightsidebarsearchMiddle{background:url(img/border-round-mid-right-r.gif) top center repeat-y;}

#rightsidebarsearch{
	color:#666666;
	font-size:89%;
	width:156px;
	padding:0 7px;
}
/* this will only work in IE 6*/
*html #rightsidebarsearch{
	padding:0;
}
/* end */
#rightsidebarsearch h3{
	font-size:12px;
	padding:0;
	margin:0;
}
#rightsidebarsearch form{
	padding:0;
	margin:0;
}
/******** logo / upload creation animation ********/
#rightsidebarlogocreation{
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	width:148px;
}
#rightsidebarlogocreation form{
	padding:0;
	margin:0;
}
.butt_create_logo{
	background:url(img/butt_create_logo.gif) no-repeat;
	width:132px;
	height:18px;
	margin-left:0.6em;
	text-indent:-9999px;
}
.butt_upload_logo{
	background:url(img/butt_upload_logo.gif) no-repeat;
	width:132px;
	height:18px;
	margin-left:0.6em;
	text-indent:-9999px;
}
.butt_create_logo a{
	display:block;
	cursor:pointer;
	width:132px;
	height:18px;
}
.butt_upload_logo a{
	display:block;
	cursor:pointer;
	width:132px;
	height:18px;
}
/******** mailing list box ********/
.rightsidebarmailTop, .rightsidebarmailBottom{
	margin:0;
	padding:0;
	width:156px;
	height:12px; 
}
.rightsidebarmailTop{
	background:url(img/border-round-top-right.gif) top center no-repeat; 
	margin-top:10px;
}
.rightsidebarmailBottom{
	background:url(img/border-round-bot-right.gif) top center no-repeat; 
}
.rightsidebarmailMiddle{background:url(img/border-round-mid-right.gif) top center repeat-y;}

#rightsidebarmail{
	color:#666666;
	font-size:89%;
	width:156px;
}
#rightsidebarmail h3{
	font-size:12px;
	padding:0;
	margin:0;
}
#rightsidebarmail form{
	padding:0;
	margin:0;
}
#rightsidebarmail table{
	padding-left:7px;
}
/******** rightsidebar adverts ********/
#rightsidebaradverts{margin-left:5px;}
#rightsidebaradverts .butt_free_delivery{
	background:url(img/butt_free_delivery.gif) no-repeat;
	width:156px;
	height:74px;
	text-indent:-9999px;
	margin: 1em 0 0 -0.5em;
}
#rightsidebaradverts .butt_bulk_discounts{
	background:url(img/butt_bulk_discounts.gif) no-repeat;
	width:156px;
	height:65px;
	text-indent:-9999px;
	margin: 0 0 0.5em -0.5em;}
	
/*.butt_quote_me{
	background:url(img/butt_quote_me.gif) no-repeat;
	width:156px;
	height:58px;
	text-indent:-9999px;
	margin: 0 0 0.5em -0.5em;}*/
	
#rightsidebaradverts .butt_catalogue{
	background:url(img/butt_catalogue.gif) no-repeat;
	width:156px;
	height:62px;
	text-indent:-9999px;
	margin: -0.3em 0 0.3em -0.45em;}
	
#rightsidebaradverts .butt_logocreate{
	background: url(img/butt_logocreate.gif) no-repeat;
	width:156px;
	height:59px;
	text-indent:-9999px;
	margin: -0.3em 0 0.3em -0.45em;}
	
#rightsidebaradverts .butt_free_delivery a{
	width:156px;
	height:58px;
	display:block;
	cursor:pointer;
}
#rightsidebaradverts .butt_bulk_discounts a{
	width:156px;
	height:58px;
	display:block;
	cursor:pointer;
}
/*.butt_quote_me a{
	width:156px;
	height:58px;
	display:block;
	cursor:pointer;
}*/
#rightsidebaradverts .butt_catalogue a{
	width:156px;
	height:55px;
	display:block;
	cursor:pointer;
}
#rightsidebaradverts .butt_logocreate a{
	width:156px;
	height:59px;
	display:block;
	cursor:pointer;
}
/********Main Content area********/
#mainContent { 
	width:620px; overflow:hidden;
	margin: 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
}

/* ie 6 only */
* html #mainContent{width:595px; margin:0;}
/* end */

#mainContent h1{
	font-size:14px;
	font-weight:bolder;
	margin:10px 0 0 0;
	padding:0;
}

.specialHeader{font-size:18px; color:#ff0000; font-weight:bold;}

#mainContent h2{
	font-size:12px;
	font-weight:bolder;
	padding-left: 12px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	height:20px;
	border-bottom:dashed;
	border-bottom-width:1px;
}

/** Welcome page **/
#welcomeHeadContainer{
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
#welcomeMessage
{
	clear:both;	
}
	
#welcomeMessage span.callUs{
	width:100px;
	height:12px;
	font-weight:bold;
	color: #FF0000;	
}

#embroideryStepByStepContainer a, #embroideryStepByStepContainer a:link, #embroideryStepByStepContainer a:visted{
	text-decoration:none;
	cursor:pointer;
	display:block;
	width:628px;
	height:226px;
	color:white;
	}
/* ie 6 only */
* html #embroideryStepByStepContainer a, * html embroideryStepByStepContainer a:link, * html #embroideryStepByStepContainer a:visted{width:600px;}
/* end */
#embroideryStepByStepContainer a:hover, #embroideryStepByStepContainer a:active{
	text-decoration:none;
	}
#embroideryStepByStep{
	background:url(img/embroidery-step-by-step.gif) no-repeat;
	width:628px;
	height:226px;
	}
/* ie 6 only */
* html #embroideryStepByStep{width:600px;}
/* end */
#embroideryStepByStep p{
	margin:0;
	padding:0;
	}
#embroideryStepByStep .title{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding: 7px 0 0 25px;
}
#embroideryStepByStep .arrowProcess{
	width:628px;
	overflow:hidden;
	}
/* ie 6 only */
* html #embroideryStepByStep .arrowProcess{width:600px;}
/* end */
#embroideryStepByStep p.details{
	float:left;
	margin:162px 0 0 45px;
	color:white;
	font-weight:bold;
	font-size:14px;
	}
#embroideryStepByStep p.upload{
	width:150px;
	}
#embroideryStepByStep p.items{
	width:188px;
	}
#embroideryStepByStep p.logo{
	width:150px;
	}
#embroideryStepByStep p.delivery{
	width:100px;
	}
/* ie 6 only */
* html #embroideryStepByStep p.upload{width:140px;}
* html #embroideryStepByStep p.items{width:130px;}
* html #embroideryStepByStep p.logo{width:100px;}
* html #embroideryStepByStep p.delivery{width:100px;}
/* end */

#embroidLogoBanner{
	background:url(img/banner_new.gif) no-repeat;
	width:621px;
	height:142px;
	margin:0 0 0 0;
	
}
/* this will only work in IE6	*/
* html #embroidLogoBanner{
	background:url(img/banner_new.gif) no-repeat;
	width:600px;
	margin-left:-10px;	
}
/* end */

#embroidLogoBanner p{
	text-align:left;
	letter-spacing: 1px;
	font-size:13px;
	color:#000000;
	width:485px;
	margin:0 0 0 25px;
	
}
#embroidLogoBanner p.title{
	font-size:19px;
	font-weight:bold;
	color:#306b97;
	padding:35px 0 0 0;
}
#embroidLogoBanner a, #embroidLogoBanner a:visited, #embroidLogoBanner a:link{
	color:#000000;
	text-decoration:none;
}
#embroidLogoBanner a:hover{
	color:#306b97;
	text-decoration:underline;
}

#embroideryStepByStep .title a, #embroideryStepByStep .title a:link{
text-decoration:none;
}

/******** step by step process ********/
#StepByStepContainer .step {
	margin: 20px auto;
	font-size: 13px;
	letter-spacing:0.5px;
	border-bottom:3px dashed #306b97;
	width:600px;
	}

#StepByStepContainer .three {
	border:none;
	}
	
#StepByStepContainer .step h2 {
	color: #ec1c24;
	border:none;
	font-size:16px;
	margin:0;
	padding: 7px 0 0 30px;
	height:34px;
	}

#StepByStepContainer .one  {
	background: url(img/stepsBG01.gif) top right no-repeat;
	}
#StepByStepContainer .two  {
	background: url(img/stepsBG02.gif) top right no-repeat;
	}	
#StepByStepContainer .three  {
	background: url(img/stepsBG03.gif) top right no-repeat;
	}		
#StepByStepContainer .one h2 {
	background: url(img/no1.gif) no-repeat;
	}
#StepByStepContainer .two h2 {
	background: url(img/no2.gif) no-repeat;
	}
#StepByStepContainer .three h2 {
	background: url(img/no3.gif) no-repeat;
	}
#StepByStepContainer ul {
	margin:-10px 0 20px 35px;
	padding:0;
	width:420px;
	min-height:65px;
	}
#StepByStepContainer li {
	margin: 10px 0;
	padding: 0 0 0 15px;
	background: url(img/bulletRed.gif) left top no-repeat;
	list-style:none;
	}
#StepByStepContainer .bull {
	color:#ec1c24;
	font-weight:bold;
	}
	
#StepByStepContainer .print {
	background:url(img/large-print-icon.gif) no-repeat top left;
	margin: 40px auto;
	padding-top:35px;
	font-size: 13px;
	letter-spacing:0.5px;
	height:89px;
	width:600px;
	}
#StepByStepContainer .print a {
	height: 89px;
	padding:0px 85px;
	}

/********Footer / bottom banner ********/

#navfootercontainer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navfootercontainer ul li {
	margin-left: 0;
	padding: 0 15px;
	border-left: 1px solid #666666;
	list-style: none;
	display: inline;
	}
		
#navfootercontainer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	width:100%;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/******* item / cat viewing *******/
/*** new item page styling ***/
.errorNote{
	font-size:120%;
	font-variant:small-caps;
	width:320px;
	padding:10px;
	color:white;
	background-color:red;
	font-weight:bold;
	}

#itemViewContent{
	margin-top:15px;
	}
#itemViewContent p, #itemViewContent h1{
	margin:5px 0;
	padding:0;
	}

#itemViewContent .newProdTxt{
	color:#FF0000; 
	font-weight:bold; 
	font-size:16px;
	}

#itemViewContent .productImage img{border:none;}

.iconbasket input, .iconemail2 input, .iconprint input, .iconsample input{
	font-size:90%;
	background-color:#f3e208;
	color:#306b97;
	display:block;
	cursor:pointer;
	}
/*** END new item page styling ***/

.proditembox{
	border: dotted;
	border-width:1px;
	border-color:#666;}

.itemprocess input{
	font-size:90%;
	background-color:#f3e208;
	color:#306b97;
	display:block;
	cursor:pointer;}
	
#itemcodes-scrollwindow{
	height:400px;
	width:550px;
	overflow:auto;
	padding:0;
	margin:0;
	}
	
.iconbasket, .iconemail2, .iconprint, .iconsample{
	padding-top:3.8em;
	background:url(img/new_bg_trolley.gif) no-repeat;
	width:58px;
	height:45px;}
	
.iconbasket{
	background:url(img/new_bg_trolley.gif) no-repeat;}	
.iconemail2{
	background:url(img/newer_bg_email2.gif) no-repeat;}	
.iconprint{
	background:url(img/new_bg_printer.gif) no-repeat;}
.iconsample{
	background:url(img/new_bg_sample.gif) no-repeat;}
	
.iconsamplecheckout{
	padding-top:3.5em;
	background:url(img/new_bg_savedespatch.gif) no-repeat;
	width:62px;
	height:90px;
	}
.iconsamplecheckout a{
	cursor:pointer;
	}
	
.iconprintbasket{
	padding-top:3.8em;
	background:url(img/new_bg_printer.gif) no-repeat;
	width:58px;
	height:77px;
	zoom:1;}	
	
.iconbasketempty{
	padding-top:3.8em;
	background:url(img/new_bg_trolleyempty.gif) no-repeat;
	width:58px;
	height:77px;
	zoom:1;}
	
.iconbkshop{
	padding-top:3.8em;
	background:url(img/new_bg_bkshop.gif) no-repeat;
	width:58px;
	height:77px;
	zoom:1;}
.iconaddlogos{
	padding-top:3.8em;
	background:url(img/new_bg_addlogos.gif) no-repeat;
	width:58px;
	height:77px;
	zoom:1;}	
.iconcheckout{
	padding-top:3.8em;
	background:url(img/new_bg_checkout.gif) no-repeat;
	width:58px;
	height:77px;
	zoom:1;}
	
.iconsavedespatch{
	padding-top:3.8em;
	background:url(img/new_bg_savedespatch.gif) no-repeat;
	width:58px;
	height:77px;
	zoom:1;}

.iconsavepay{
	padding-top:3.8em;
	background:url(img/new_bg_savepay.gif) no-repeat;
	width:100px;
	height:77px;
	zoom:1;}
	
.iconfinorder{
	padding-top:3.8em;
	background:url(img/new_bg_finorder.gif) no-repeat;
	width:58px;
	height:77px;
	zoom:1;}
	
.iconlogin{
	padding-top:3.8em;
	background:url(img/new_bg_login.gif) no-repeat;
	width:58px;
	height:77px;
	zoom:1;}
	
.iconnewuser{
	padding-top:3.8em;
	background:url(img/new_bg_newuser.gif) no-repeat;
	width:58px;
	height:77px;
	zoom:1;}		
	

/* Titles and other misc styles used by code base */
.error{
	color: red;
	font-weight: bold;
}
.med_boldGrey{
	font-weight: bold;
}
#basketview{
	color: black;
}


/* Form elements */
select{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}
input{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}


/* Checkout styles */
.sectionContainer{
	padding:1em;
	margin-bottom:0.5em;
	border:1px solid #ccc;}

.sectiontitle_todo{
	color: #888;
}

.sectiontitle_current{
	color: #000;
	font-weight: bold;
	background:url(img/icon_stepbg.gif) no-repeat;
	padding-top:2em;
}

.med_bold{
	font-weight: bold;
}


.prodcell{
	height: 100%;
}

.prodContent{
	height:185px;
	min-height:185px;
	overflow:hidden;
}

.prodTitle{
	height:56px;
	_height: auto !important;
	min-height:56px;
	overflow:hidden;
}

/* subpage pop up window */
.subpage #subpageContainer{
	margin:0 auto;
	margin-top: 5em;
	margin-bottom:1em;
	padding:1em;
	width:740px;
	border:1px solid #306b97;
	text-align:left;
}
.subpage #navcontainer{
	margin-top: -3.5em;
	padding: 0px;
}

.sectionContainer .errorheader{
	background-color:#FF6666;
	border:1px solid thin;
}

.sectionContainer .warning{
	color:red;
}

/* Style for the brand text links on welcome.asp */

.brand_text{
	color:#666666;
	text-decoration:none;
}


/* embroidery and print page */
#stepProcessContainer{
	overflow:hidden;
	margin: 20px 0;
}
#stepProcessContainer p{
	padding:0;
	width:120px;
	font-weight:bold;
	font-size:13px;
}
#stepProcessContainer p .light{
	font-weight:normal;
}
#stepProcessContainer .box01 p{
	margin: 40px 0 0 15px;
	}
#stepProcessContainer .box02 p{
	margin: 34px 0 0 15px;
	}
#stepProcessContainer .box03 p{
	margin: 50px 0 0 15px;
	}
#stepProcessContainer .box01, #stepProcessContainer .box02, #stepProcessContainer .box03{
	width:205px;
	height:113px;
	float:left;
	padding:0;
	margin:0;
}
/* IE 6 only */
*html #stepProcessContainer .box01, *html #stepProcessContainer .box02, *html #stepProcessContainer .box03{
	width:200px;
}
/* end */
#stepProcessContainer .box01{
	background:url(img/embroidery-box01.jpg) no-repeat;
}

#stepProcessContainer .box02{
	background:url(img/embroidery-box02.jpg) no-repeat;
}

#stepProcessContainer .box03{
	background:url(img/embroidery-box03.jpg) no-repeat;
}

.redHighlight {color:#EC1C24; padding-top:2px; margin-bottom:2px;}

#liveChatContainer{width:150px; float:right; text-align:right;}

/* Order messages */
div.success {
    margin: 5px 0px 10px 5px;
    border: 1px solid #116120;
    color: #116120;
    padding: 5px 10px;
    background-color: #FEFBE2;
    font-weight: bold;
}

div.order-message table {
    margin: 5px 5px 10px 5px;
    border: 1px solid #306B97;
    width: 99%;
}

div.order-message.customer table {
    background-color: #dae8f3;
}

div.order-message.first table {
    margin-top: 10px;
}

div.order-message th {
    width: 80px; text-align: right; padding-right: 5px;
}

#new-message #subject-field {
    width: 300px;
}

/* New Search Bar Styles */

.home-search-holder
{
	display:block;
	background: #306b97;
	padding: 2px;
	margin: 12px 0 5px 0;
	height:30px;
	-webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
	border: 1px solid #174e78;
	width:80%;
	float:left;
}

a#pop_search
{
 float:left;
 padding:18px 0 0 5px;	
}

a#pop_search_banner
{
 padding:0 0 0 5px;	
 color:#ffffff;
 display:inline;
}

.side-search-holder
{
	display:block;
	background: #306b97;
	padding: 2px;
	margin: 12px 0 2px 0;
	height:58px;
	-webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
	border: 1px solid #174e78;
}

#sli_search_1 
{
	border: 1px solid #15486d;
	padding:3px;
}

#order_details_table {
    border-collapse: collapse;
    border-spacing: 0;
}

#order_details_table th {
    border: 1px solid #306B97;
    text-align: right;
    font-weight: bold;
    padding: 2px;
}

#order_details_table td {
    border: 1px solid #306B97;
    padding: 2px;
}

#order_details_table #status_logos td {
    border: 0;
    vertical-align: top;
    width: 75px;
    text-align: center;
}

table#prev-orders {
    border: 0;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

table#prev-orders td {
    padding: 5px 2px;
}

table#prev-orders tr.order-complete,
table#prev-orders tr.order-complete a {
    color: #999;
}

.float-icons-right
{
	float: right;
	height: 50px;
	margin-top: 15px;
}

input.website_form
{
	display:none;
}

input#search-bar
{
	color: #666;
	font-size: 11px;
	padding: 2px;
}

input#search-bar1
{
	color: #666;
	font-size: 11px;
	padding: 2px;
}

.sml_text
{
	font-size: 11px;
	margin: 6px 0 ;
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
}