@charset "utf-8";
/* CSS Document */

/**********************************************************************************************/
/**********************************************************************************************/
/**************** REMEMBER TO CHECK STYLES IN HTML CODE AND STYLE_IE.CSS**********************/
/**********************************************************************************************/
/**********************************************************************************************/


body  {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;	
	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;
	background: #fff;
	/* background:url(img/holly-bg.jpg) no-repeat top center #fff; */
}

#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: 172px;
	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:151px;
	padding:0 0 0 5px;
	margin:0;
}

#rightsidebarlogin h3
{
	margin: 0 0 12px;
}

/* this will only work in IE 6*/
*html #rightsidebarlogin{
	padding:0;
}
/* end */
#rightsidebarlogin .title{
	font-size:12px;
	padding:0;
	margin:0 0 2px 2px;
	font-weight: bold;
}
#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;
}

/* Social Networking Links */

#rightsidebar #social-networking
{
	height: 70px;
	padding: 15px 0 0 0;
}

#rightsidebar #social-networking a.btn,
#rightsidebar #social-networking a.btn:link,
#rightsidebar #social-networking a.btn:visited,
#rightsidebar #social-networking a.btn:active
{
	width: 68px;
	height: 70px;
	display: inline-block;
	margin: 0 0 9px;
}

#rightsidebar #social-networking a.twitter
{
	background: url(img/logo/twitter.png) top left no-repeat;
}

#rightsidebar #social-networking a.fb
{
	background: url(img/logo/facebook.png) top left no-repeat;
}

/* Social Networking Links  order confirmation page*/
#social-networking
{
	padding: 10px 0 0 0;
	text-align: center;
}

#social-networking a.btn,
#social-networking a.btn:link,
#social-networking a.btn:visited,
#social-networking a.btn:active
{
	width: 68px;
	height: 70px;
	display: inline-block;
	margin: 0 0 2px;
	
}

#social-networking a.twitter
{
	background: url(img/logo/twitter.png) top left no-repeat;
}

#social-networking a.fb
{
	background: url(img/logo/facebook.png) top left no-repeat;
}

/******** 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: 0.5em 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 0 10px 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;
}

#mainContent h2.no-arrow{
	background-image: none;
}

/** Welcome page **/
#welcomeHeadContainer{
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
#welcomeMessage
{
	clear:both;	
}
	
#christmas-msg
{
	clear: both;
	padding: 0px 12px;
	border: 1px solid #306B97;
}	
	
#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-new.gif) no-repeat;
	width:628px;
	height:226px;
	border: none;
	}

#embroideryStepByStep img
{
	border: none;
}

/* 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: 5px 0 0 0;
	text-transform: uppercase;
	width: 628px;
	text-align: center;
	height: 22px;
	margin: 0 0 1px;
}

#embroideryStepByStep .arrowProcess{
	width:628px;
	overflow:hidden;
	}
/* ie 6 only */
* html #embroideryStepByStep .arrowProcess{width:600px;}
/* end */

#embroideryStepByStep p.upload{
	width:145px;
	}
#embroideryStepByStep p.items{
	width:180px;
	}
#embroideryStepByStep p.logo{
	width:149px;
	}
#embroideryStepByStep p.delivery{
	width:138px;
	}
/* 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 10px;
	border-left: 1px solid #666666;
	list-style: none;
	display: inline;
	font-size: 11px;
	}
		
#navfootercontainer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
#footer { 
	padding: 0 10px 0 10px; /* 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;
}

label.error { 
    float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	font-style: italic;
}

.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 1em 0 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;
}

#prodTitle h2
{
	background: none;
	border-bottom: none;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

#prodTitle h2 a,
#prodTitle h2 a:link,
#prodTitle h2 a:active,
#prodTitle h2 a:visited
{
	background: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

/* 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: 5px 4px;
	margin: 12px 0 10px 0;
	height:21px;
	-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: 508px;
	float:left;
}

input#search-bar
{
	color: #666;
	font-size: 11px;
	padding: 2px;
}

input#search-bar1
{
	color: #666;
	font-size: 11px;
	padding: 2px;
	height: 15px;
	width: 430px;
	float: left;
}

input#search-button1
{
	float: right;
	width: 66px;
}

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;
}

.sml_text
{
	font-size: 11px;
	margin: 6px 0 ;
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
}

#button-holder
{
	height: 100px;
	width: 160px;
}

#registration-form
{
	display: block;
	margin: 20px 0 0 0;
}

#registration-form form fieldset
{
	float:left;
	padding:0;
	width:31.9%;
	margin: 0 0 22px;
	border: none;
}

#registration-form form fieldset h3
{
	display: inline-block;
	padding: 8px 12px;
	background: #28608a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 15px;
	clear: both;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#registration-form form fieldset span
{
	padding: 0 25px 0 0 ;
	font-size: 10px;
	font-style: italic;
	display: block;
}

#registration-form form fieldset label
{
	font-size: 11px;
	display: block;
	margin: 8px 0 3px;
	/*color: #333; */
}

#registration-form form fieldset label.error
{
	margin: 0;
}

#registration-form form fieldset label span
{
	font-size: 12px;
	font-weight: bold;	
	display: inline;
}

#registration-form form fieldset label em
{
	font-size: 10px;
	color: #7dabcd;
}

#registration-form form fieldset input
{
	border:1px solid #b5b5b5;
	margin:0;
	padding:4px;
	width: 150px;
	background:#fff;
	color:#333;
}

#registration-form form fieldset input.p-code
{
	width: 62px;
	float: left;
	margin: 0 4px 0 0;
	padding: 4px;
}


#registration-form form fieldset input#pcaButtonJF22
{
	background:#EC1C24;
	color:#fff;	
	width: auto;
}

#registration-form form fieldset input.check
{
	padding:4px;
	width: 10px;
	margin: 4px 0;
}

#registration-form form fieldset div.bsub input.buttonsubmit
{
	border:1px solid #b5b5b5;
	margin:10px 0 8px 49px;
	padding:4px 8px;
	font-size: 12px;
	width: auto;
	background:#EC1C24;
	color:#fff;	
}

#registration-form form fieldset select
{
	border:1px solid #aaa;
	margin:0 0 8px 0;
	font-size: 11px;
	padding: 3px;
}

ul#customer-reg
{
	margin: 0 0 32px 0;
}

.christmasopen
{
	margin-top: 10px;
}

p.preamble
{
	font-size: 8pt;
	color: #306B97;
	margin: 15px 0;
}

table#clearance
{
	font-size: 16px;
	border: 1px solid #306B97;
	margin: 0 auto 15px auto;
	border-collapse:separate;
	border-spacing: 0px;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #306B97;
	width: 85%;
}

table#clearance tr th
{
	background: url(img/clearance-header.gif) no-repeat top center #146090;
	color: #F2E208;
	font-size: 17px;
	height: 52px;
	line-height: 52px;
	text-align: center;
}


table#clearance tr td
{
	padding: 6px 10px;
	border-left: 1px solid #306B97;
	border-bottom: 1px solid #306B97;
	background: #f9f9f9;

}

table#clearance tr td h3
{
	margin: 0;
	font-size: 8pt;
	display: inline;
	float: left;
	text-align: left;
	width: 77%;
}

table#clearance tr td span
{
	margin: 0;
	font-size: 8pt;
	color: red;
	width: 22%;
	display: inline;
	text-align: right;
	float: right
}

table.login-table tr td
{ 
	padding: 0 2px 0 0;
}

a.small-font
{
	font-size: 90%;
	color: red;
}

#navbreadcrumbs
{
	width: 100%;
	display: block;
	margin: 1px 0 0 0;
	font-family: sans-serif;
	font-size: 11px;
}

#navbreadcrumbs a,
#navbreadcrumbs a:link,
#navbreadcrumbs a:active,
#navbreadcrumbs a:visited,
#navbreadcrumbs a span,
#navbreadcrumbs a:link span,
#navbreadcrumbs a:active span,
#navbreadcrumbs a:visited span
{
	font-weight: normal;
}

#navbreadcrumbs span
{
	font-weight: bold;
}

#product-view
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 0 0 0;
}

#product-view #left
{
	width: 280px;
	margin: 0 10px 15px 0;
	overflow: hidden;
	float: left;
}

#product-view #left #image
{
	width: 280px;
	margin: 0 0 20px 0;
}

#product-view #left #image a
{
	border: 0;
}

#product-view #left #image a:hover { border: 0; }

#product-view #left #image a img
{
	display: block;
	width: auto;
	margin: 0 auto;
}

ul.tabslist
{
	padding:0;
	margin:0;
	height:35px;
}

ul.tabslist li
{
	list-style:none;
	display: inline-block;
	float:left;
	height:30px;
	line-height:30px;
	background:#d2d2d2;
	margin: 5px 2px 0 0;
	padding: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul.tabslist li a
{
	display: inline-block;
	color:#154968;
	font-size:11px;
	font-weight:bolder;
	text-decoration: none;
	height:30px;
	line-height:30px;
	background:#d2d2d2;
	padding: 0 9px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul.tabslist li a:hover
{
	display: inline-block;
	text-decoration:none;
	background:#c9c9c9;
	color:#154968;
}

ul.tabslist li.ui-state-active a
{
	background:#306b97;
	color:#fff;
	height:31px;
	line-height: 31px;
	font-size:11px;
}

#product-view #left #tabs #box-out
{
	border: 3px solid #306b97;
	padding: 12px 12px 0 12px;
	height: 355px;
	overflow-y: scroll;
	overflow-x: hidden;
	width: auto;
}

#product-view #left #tabs #box-out p
{
	margin: 0 0 12px 0;
	font-size: 12px;
	line-height:18px;
}

#product-view #left #tabs #box-out ul
{
	margin: 0 0 12px 15px;
	padding: 0;
}


#product-view #left #tabs #box-out ul li
{
	margin: 0 0 6px;
}

#product-view #left #tabs #box-out small
{
	margin: 0 0 8px;
	font-size: 11px;
	display: block;
}

#product-view #right
{
	width: 310px;
	margin: 0 0 14px;
	padding: 0;
	overflow: hidden;
	float: right;
}

#product-view #right div.newProdNote
{
	font-size: 18px;
	color: #ff0000;
	display: block;
	font-weight: bold;
	margin: 0 0 10px;
}

#product-view #right h1
{
	font-size: 22px;
	font-weight: bolder;
	color: #336699;
	margin: 0 0 14px;
	line-height: 24px;
}

#product-view #right ul#prod-details
{
	font-size: 11px;
	color: #336699;
	padding: 0 0 19px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #d2e3ed;
}

#product-view #right #share
{
	text-align: right;
	margin: 0 0 15px 0;
	padding: 0;
}

#product-view #right #share a
{
	margin: 0;
	padding: 0;
	text-align: inherit;
}

#product-view #right ul#prod-details li
{
	list-style-type: none;
	margin: 0;
	line-height: 15px;
}

#product-view #right h2
{
	font-size: 14px;
	font-weight: bold;
	color: #154968;
	margin: 0 0 14px;
	line-height: 18px;
	background: none;
	height: auto;
	padding-left: 0;
	border-bottom: none;
}

#product-view #right #prices
{
	display: block;
	text-align: right;
	margin: 0 0 18px;
	padding: 0;
	border-bottom: 1px solid #d2e3ed;
}

#product-view #right #prices #web strong,
#product-view #right #prices #phone strong
{
	display: block;
	line-height: normal;
	font-size: 16px;
}

#product-view #right #prices #web
{
	display: block;
	line-height: normal;
	color: #ff0000;
	margin: 0 0 18px;
	font-size: 16px;
}

#product-view #right #prices #phone
{
	font-size: 16px;
	margin: 0 0 20px;
	color: #154968;
}

#product-view #right #prices #web strong span,
#product-view #right #prices #phone strong span
{
	font-size: 28px;
	letter-spacing: -1px;
}

#product-view #right #prices #web div,
#product-view #right #prices #phone div
{
	display: block;
	font-size: 12px;
}

#product-view #right #colour-picker,
#product-view #right #size-picker,
#product-view #right #quantity
{
	display: block;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #d2e3ed;
	width: 308px;
}

#product-view #right #size-picker div
{ 
	display: block;
	margin: 0 0 10px;
}

#product-view #right #size-picker ul#sizes
{ 
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	display: block;
	overflow: auto;
}

#product-view #right #size-picker ul#sizes li
{
	float: left;
	margin: 1px 4px 4px 0;
}

#product-view #right #size-picker select#size-selector
{
	border: 1px solid #336699;
	padding: 1px;
}

#product-view #right #size-picker select#size-selector option
{
	width: 26em;
}


#product-view #right #size-picker ul#sizes li a
{
	text-decoration: none;
	color: #1e506e;
	border: 1px solid #1e506e;
	margin: 0;
	padding: 3px 4px;
	height: 20px;
	line-height: 20px;
}

#product-view #right #size-picker ul#sizes li.selected a
{
	color: #ec1c24;
	border: 1px solid #ec1c24;
}

#product-view #right #size-picker ul#sizes li a:hover
{
	text-decoration: none;
	color: #ec1c24;
	border: 1px solid #ec1c24;
}

#product-view #right #size-picker div a,
#product-view #right #size-picker div a:link,
#product-view #right #size-picker div a:visited,
#product-view #right #size-picker div a:active
{
	float: right;
	width: 100px;
	font-size: 12px;
	font-weight: bolder;
	text-align: right;
	color: #0a80a6;	
}

#product-view #right #size-picker div a:hover
{
	color: #ec1c24;
}

#product-view #right #quantity div 
{
	display: block;
	margin: 0;
	clear: both;
	height: 20px;
}

#product-view #right #quantity div input#quant
{
	display: inline;
	margin: 0;
	float: left;
	padding: 2px;
	border: 1px solid #cccccc;
	width: 42px;
	color: #333;
}

#product-view #right #colour-picker div#text-hold
{ 
	display: block;
	margin: 0 0 12px;
	height: 18px;
}

#product-view #right #colour-picker div h3
{
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

#product-view #right #colour-picker div em
{ 
	display: inline;
	font-size: 12px;
	margin: 3px 0 0 0;
	color: #0A80A6;
	float: right;
	font-style: normal;
}

#product-view #right #size-picker div h3
{
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	margin: 0 12px 0 0;
	width: 100px;
	float: left;
}

#product-view #right #quantity div h3
{
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	margin: 0 12px 0 0;
	display: inline;
	float: left;
}

#product-view #right #colour-picker ul#clrs li:hover
{
	border: 1px solid #ccc;
}

#product-view #right #colour-picker ul#clrs li.picked
{
	border: 1px solid #ec1c24;
}

#product-view #right #colour-picker ul#clrs li input
{
	display: block;
    height: 22px;
    width: 22px;
    border: 1px solid #fff;
    cursor: pointer;
    margin: 2px;
    padding: 0;
}

#product-view #right #button-options
{
	margin: 0 0 14px;
	height: 50px;
}

#product-view #right #button-options div
{
	display: block;
	height: 52px;
	clear: both;
}

#product-view #right form#prodform #button-options input
{
	margin: 0;
	border: none;
	cursor: pointer;
	width: 156px;
	height: 50px;
	background-color: #fff;
}

#product-view #right form#prodform #button-options input.buttonsubmit
{
	float: left;
	width: 138px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url("img/sample.png") no-repeat top left;
}

#product-view #right form#prodform #button-options input.add-basket
{
	float: right;
	width: 156px;
	height: 50px;
	margin: 0;
	padding: 0;
	background:url("img/add-basket.png") no-repeat top left;
}

#product-view #prod-bottom
{
	width: 100%;
	margin: 0 0 15px;
	overflow: hidden;
	clear: both;
}

#product-view #prod-bottom #rel-tabs ul#tabslist
{
	padding:0;
	margin:0;
	height:35px;
}

#product-view #prod-bottom #rel-tabs ul#tabslist li a
{
	display: inline-block;
	color:#154968;
	font-size:12px;
	font-weight:bolder;
	text-decoration: none;
	height:30px;
	line-height:30px;
	background:#d2d2d2;
	padding: 0 10px;
}

#product-view #prod-bottom #rel-tabs ul#tabslist li a:hover
{
	display: inline-block;
	text-decoration:none;
	background:#306b97;
	color:#fff;
}

#product-view #prod-bottom #rel-tabs ul#tabslist li.ui-state-active a
{
	background:#306b97;
	color:#fff;
	height:30px;
	line-height: 30px;
}

/* Alerts */

.Alert
{
	padding:7px 7px 7px 27px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#555555;
	background:#fafeff;
	border-width:1px;
	border-style:solid;
	border-color:#d3f1f9;
	margin:0 0 1em 0;
	overflow:hidden;
	line-height:1.35em;
}


.Notice{
	background:#FFF6BF url('img/exclamation-diamond.png') no-repeat 7px 7px;
	border-color:#FFD324;
	color:#514721;
}

.Information{
	background:#EFF2FA url('img/information.png') no-repeat 7px 7px;
	border-color:#62669E;
	color:#3D4788;
}

.Success{
	background:#E6EFC2 url('img/tick.png') no-repeat 7px 7px;
	border-color:#C6D880;
	color:#264409;
}

.Problem{
	background:#FBE3E4 url('img/cross-octagon.png') no-repeat 7px 7px;
	border-color:#FBC2C4;
	color:#8A1F11;
}

input.email-mailing-dark
{
	color: #000;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    margin: 0;
    width: 98px;
    border: 1px solid #ccc;
}

input.email-mailing-grey
{
	color: #555;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    margin: 0;
    width: 98px;
    border: 1px solid #ccc;
}

input.home-log-in-dark
{
	color: #000;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    margin: 0 0 3px 0;
    width: 130px;
    border: 1px solid #ccc;
}

input.home-log-in-grey
{
	color: #888;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    margin: 0 0 3px 0;
    width: 130px;
    border: 1px solid #ccc;
}

#terms-lists ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#terms-lists ul li
{
	margin: 0 0 10px 0;
}

table#cats tr td h2
{
	background: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

table#cats tr td h2 a,
table#cats tr td h2 a:link,
table#cats tr td h2 a:active,
table#cats tr td h2 a:visited
{
	background: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

ul#prod-links
{
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

ul#prod-links li
{
	display: inline;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 15px;
}

.pls-note
{
	color: green;
	margin: 0 0 18px 0;
	font-weight: bold;
}

a.important,
a.important:link,
a.important:active,
a.important:visited
{
	color: red;
	font-weight: bold;
}

table#new-message
{
	border: none;
	margin: 0 0 15px;
	width: 625px;
}

table#new-message tr
{
	border-bottom: 1px solid #dadada;
	display: block;
	padding: 4px 0;
}

table#new-message tr th
{
	text-transform: uppercase;
	padding: 0 12px 0 0;
	font-size: 13px;
	width: 105px;
	vertical-align: middle;
}

table#new-message tr th.ta
{
	vertical-align: top;
}

table#new-message tr td
{
	font-size: 11px;
	color: #1c1c1c;
	padding: 0;
	margin: 0;
}

table#new-message tr td input#subject-field
{
	padding: 0 3px;
	height: 22px;
	line-height: 20px;
	width: 362px;
	font-size: 8pt;
	color: #306b97;
}

table#new-message tr td select
{
	padding: 3px 3px;
	line-height: 20px;
	width: 370px;
	color: #ca1b1b;
}

table#new-message tr td input,
table#new-message tr td select,
table#new-message tr td textarea
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #507e9f;
}

table#new-message tr td textarea
{
	font-size: 8pt;
	color: #306b97;
	width: 361px;
	min-width: 361px;
	max-width: 361px;
	min-height: 130px;
	height: 130px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table#new-message tr td span.error
{
	display: block;
	margin: 0 0 4px;
	padding: 0;
}

input.btn
{
	width: 80px;
	height: 33px;
	background: url("img/send-btn.png") no-repeat 0 0;
	border: none;
	cursor: pointer;
	color:#FFFFFF;
	display:inline-block;
	font-size:13px;
	font-weight:bolder;
	line-height:1;
	position:relative;
	text-decoration:none;
	text-indent: 120px;
}

input.btn:hover
{
	background: url("img/send-btn.png") no-repeat 0 -33px;
}

