html, body {height: 100%;}

body {
	font-size:62.5%; /* Sets base font at 10px */
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 
	color:#fff;
	margin:0; padding:0;
	background-color:#424043;
	min-width:860px;
}

form {
	margin: 0;
}

#wrapper { width:960px; min-height: 100%; margin:auto; background-color: #000000; } /* Was 100%, new margin */

#main { width:100%;
       padding-bottom: 194px;
       }

img { border:0; }

a:link { text-decoration:none; color:#FDB316; outline:none; }
a:visited { text-decoration:none; color:#FDB316; }
a:hover { text-decoration:underline;  }
a:active {text-decoration:none; color:#FDB316; }

b, strong { color:#FDB316; }

/* END OF FIRST SECTION CUSTOM CSS */

a.checkout-checkoutbg {
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: #cccccc 2px solid;
	border-top: #cccccc 2px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

a.checkout-checkoutbg:link {
	color: #cccccc;
	text-decoration: none;
}

a.checkout-checkoutbg:visited {
	color: #cccccc;
	text-decoration: none;
}

a.checkout-checkoutbg:hover {
	color: #cccccc;
	text-decoration: underline;
}

a.checkout-checkoutbg:active {
	color: #cccccc;
	text-decoration: underline;
}

a.checkout-textcolor:link {
	color: #000000;
	text-decoration: none;
}

a.checkout-textcolor:visited {
	color: #000000;
	text-decoration: none;
}

a.checkout-textcolor:hover {
	color: #000000;
	text-decoration: underline;
}

a.checkout-textcolor:active {
	color: #000000;
	text-decoration: underline;
}

/* Generic text formatting used throughout the store ---------------------------- */

.actCHECKOUTEM {
	background-color: #678298;
}

.actCHECKOUTBG {
	background-color: #cccccc;
}

.actlarger {
	font-size: 13px;
	color: #000000;
}

.actsmaller{
	font-size: 10px;
	color: #000000;
}

.actxxsmall {
	font-size: 10px;
	color: #000000;
}

.actxsmall {
	font-size: 11px;
	color: #000000;
}

.actsmall {
	font-size: 11px;
	color: #000000;
}

.actregular {
	font-size: 13px;
	color: #000000;
}

.actlarge{
	font-size: 16px;
	color: #000000;
}

.actxlarge {
	font-size: 20px;
	color: #000000;
}

.actxxlarge {
	font-size: 20px;
	color: #000000;
}

.actwarningcolor {
	color: #cc0000;
}
	
.actrequiredcolor {
	color: #cc0000;
}

.actsearchhighlightcolor {
	color: #cc0000;
}

.actrequired {
	color: #cc0000;
}

.actwarning {
	font-size: 11px;
	color: #cc0000;
}

.actwelcome {
	font-size: 11px;
	color: #000000;
}

.actlogotext {
	font-size: 11px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 11px;
	color: #cc0000;
}

/* Boxes and borders ------------------------------------------- */

.thinborder1 {
	border: 1px solid #678298;
}

.thinborder2 {
	border: 1px solid #828baa;
}

.thinred {
	border: solid 1px #678298;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #828baa;
	border-top: 0px;
} 

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

a.boxlink:link{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:visited{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:hover{
	color: #ffffff;
	text-decoration:underline;
}

a.boxlink:active{
	color: #ffffff;
	text-decoration:none;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

.boxbody ol {
	margin: 0;
	padding: 0;
	margin-left: 1.2em;
	padding-left: 1.2em;
}

.boxbody ol li {
	margin-bottom: 0.2em;
}

/* Shopping cart and checkout fields ------------------------------------------- */

div.CheckoutCartSection {
	margin-top: 0px;
	margin-bottom: 10px;
}

table.checkout#idTableCheckoutSection {
	margin-bottom: 0px;
}

table.checkout-cart {
	width: 840px;
	border-collapse: collapse;
	padding: 0px 0px;
	margin-bottom: 5px;
}

table.checkout-cart th{
	font-weight: bold;
	background-color: #cccccc;
	border-top: solid 1px #678298;
	border-bottom: solid 1px #678298;
	padding: 4px 4px;
}

table.checkout-cart td{
	padding: 4px 4px;
}

table.checkout {
	width: 840px;
	border-collapse: collapse;
	padding: 0px 0px;
	text-align: left;
	margin-bottom: 5px;
}

table.checkout th {
	background-color: #678298;
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align: left;
	padding: 5px 2px;
	border-bottom: solid 3px #ffffff;
}

table.checkout th.instruction {
	font-size: 11px;
	font-weight: normal;
}

table.checkout th.change {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px;
	text-align: right;
}

.checkout-change-button	{
	line-height: 13px;
	height: 20px;
	width: 86px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size : 11px;
	background-color: #828baa;
	border: 1px solid #678298;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}

table.checkout td {
	background-color: #cccccc;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 2px 2px;
}

table.checkout#idBothAddressesTable col {
	width: auto;
}

td#idCheckoutHelpLabel,
table.checkout#idBothAddressesTable col.prompt {
	width: 130px;
}

.cart {
	background-color: #cccccc;
	border-bottom: solid 1px #678298;
}

.checkout-cartheading {
	font-weight: bold;
	background-color: #cccccc;
	border-top: solid 1px #678298;
	border-bottom: solid 1px #678298;
}

.cartheading {
	background-color: #678298;
	font-weight: bold;
	color: #cccccc;
}

h2.checkout-heading {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 2px;
	border-bottom: solid 3px #ffffff;
	width: 840px;
}

h3.checkout-heading {
	width: 840px; 
	padding: 3px 0;
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid 3px #ffffff;
}

.checkout-subheading {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

img.cartthumbnail {
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	width: 25px;
}

input.normal-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #828baa;
	padding: 5px;
	border: solid 1px #000000;
}

input.highlight-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #678298;
	padding: 5px;
	border: solid 1px #000000;
}

.checkout-field-label {
	width: 160px;
}


.checkout-field-input input, .checkout-field-input select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}

.InvoiceField input, .InvoiceField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}

.DeliverField input, .DeliverField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}

table.checkout#idBothAddressesTable select {
	width: 211px;
}

input.checkbox {
	background-color: #cccccc;
	border: 0;	
}

.checkout-field-area {
	background: #cccccc;
	border-bottom: solid 2px #ffffff;
	width: 840px;
}

.checkout-field-area p {
	margin: 0;
	padding: 4px;
}

div.checkout-buttons {
	width: 840px; 
	height: 50px; 
	margin-top: 20px;
}
	
.left { 
	float : left; 
	width : 50%; 
}

.right { 
	float : right; 
	width : 40%; 
}

.spacer { 
	clear : both; 
}

.checkout-help-hide { 
	display: none; 
}

/* Checkout Progress Indicator  ------------------------------------------------ */

p.checkout-progress-heading {
	width: 300px;
	margin: 0px auto;
}

#checkout-progress-indicator {
	width: 300px;
	height: 19px;
	background-image: url('cpi-background.gif');
	margin: 0 auto 0px auto;
}

.checkout-progress-0 {
	width: 75px;
	height: 19px;
	background-color: #678298;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #678298;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #678298;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #678298;
	background-image: url('cpi-main.gif');
	float: left;
}

#checkout-progress-indicator .cpi-end {
	width: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 19px;
	background-image: url('cpi-end.gif');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

table#idCheckoutProgress {
	margin-bottom: 10px;
}

table#idCheckoutProgress td{
	background-repeat:repeat-x;
	background-color:transparent;
	border: 0px;
	padding: 0px;
	height:19px;
	text-align:center;
}

table#idCheckoutProgress td.cpi-left{
	background-image:url("cpi-main.gif");
	color:white;
	width:160px;
}

table#idCheckoutProgress td.cpi-complete{
	background-image:url("cpi-main-mid.gif");
	color:white;
	width:160px;
}

table#idCheckoutProgress td.cpi-incomplete{
	background-image:url("cpi-background.gif");
	color:black;
	width:160px;
}

table.CheckoutProgress {
	width: 840px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.CheckoutProgress td {
	padding: 0px 0px;
	background-repeat: repeat-x;
	background-color: transparent;
	height: 19px;
	text-align: center;
	width: 140px;
}

table.CheckoutProgress td.cpi-start{
	background-image: url("cpi-main.gif");
	width: 8px;
}

table.CheckoutProgress td.cpi-inactive{
	background-image: url("cpi-main-mid.gif");
	color: #ffffff;
}

table.CheckoutProgress td.cpi-active{
	background-image: url('cpi-background.gif');
	font-weight: bold;
	color: #000000;
}

table.CheckoutProgress td.cpi-end {
	background-image: url("cpi-end.gif");
	width: 8px;
}

table.CheckoutProgress td.cpi-spacer {
	background-image: url("cpi-main-mid.gif");
	width: auto;
}

/* Formatting for the site map -------------------------------------------- */

#actinic-sitemap {
	margin-left: 5px;
}

#actinic-sitemap ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Formatting for Feefo customer feedback --------------------------------- */

.feefositelogo {
	margin-top: 10px;
	text-align: center;
} 

.feefoproductlogo {
	margin-top: 10px;
}

/* Recently Viewed Products List Style ------------------------------------ */



#rphtml {
	display: none; 
	visibility:hidden;
} /* Used internally - do not delete */

#recenthtlist {
	width: 700px;
	text-align:left;
}

#recenthtitem {
	border-spacing: 0px;
}

#rphtml td {
	width: 65px!important;
	text-align: left;
}

.recenthtitemimage {
	border-top: 1px solid #f0f0f0;
}

.recenthtitemdelete {
	border-bottom: 1px solid #f0f0f0;
}

.recenthtitemspacer {
	width:2px !important; 
	border:0 !important;
	padding: 0px !important;
}

.recenththeader {
	padding: 3px; font-size: 16px;
	font-weight: 900; margin: 0px; color: #828baa;
	width: 496px; border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.recenthtbuttonleft {
	float: left;
	cursor: pointer;
	width: 100px;
	border: 0;
	background-color: #ffffff;
}

.recenthtbuttonright {
	float: right;
	cursor: pointer;
	width: 100px;
	border: 0;
	background-color: #ffffff;
	}
	


/* Used by 'CSS Product Layout' ------------------------------------------- */

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

/* Used by 'Standard Layout Using CSS' and related CSS-based product layouts */

.product_list	{
	margin: 20px 0px 20px 0px;
	}	

/* headings ----------------------------------------------------------------------------- */

h1.subheading	{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	color: #828baa;
	}
	
h2.clearall	{
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #828baa;
	clear:both;
	}
	
h3.product	{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color: #828baa;
	}
	
h3.product_price	{
	font-size: 11px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
.text_heading_left_column	{
	margin: 0px;
	padding: 19px 0px 4px 0px;
	line-height:normal;
	color: #678298;
	font-weight: 900;
	font-size: 13px;
	}

/* Default formatting of all text boxes used in store pages ---------------- */

.form_input_general	{
	line-height: normal;
	font-size : 11px;
	word-spacing: normal;
	}

/* Styles for 'Quick Search Bar With Larger Button' ------------------------ */

.form_main_search_box	{
	line-height: 13px;
	width: 76px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 11px;
	background-color: #cccccc;
	border: 1px solid #cccccc;
	color: #000000;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #828baa
	}

.form_button_quick_search	{
	line-height: 13px;
	height: 18px;
	width: 85px;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 12px;
	font-size : 11px;
	background-color: #828baa;
	border: 1px solid #678298;
	color: #ffffff;
	background-image: url('theme_icon_search.gif');
	word-spacing: normal;
	}


/* Styles for the 'Mini' marketing layouts ---------------------------------- */

.product_image_cost	{
	margin: 0px 12px 8px 0px;
	text-align: center;
	float: left;
	}
	
.text_product_small_info	{
	font-size: 10px;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}

.text_product_small_info_heading	{
	margin: 0px;
	padding: 10px 0px 12px 0px;
	line-height:normal;
	color: #828baa;
	font-weight: 900;
	font-size: 11px;
	}
	
.text_product_small_info_price	{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	line-height:normal;
	font-weight: 900;
	font-size: 11px;
	}

.best_selling_items	{
	padding: 10px;
	background-color: #ffffff;
	}
	
.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}

/* Styles for product image and fragment image placement in some layouts -------------------------- */

.image_float_right	{
	float: right;
	margin: 16px 0px 15px 20px;
	}

.image_product	{
	margin: 0px 18px 10px 0px;
	text-align: center;
	float: left;
	}


/* Links to sections and pages in sidebar menus on some themes -------------------------------------*/

ul.products	{
	line-height: normal;
	padding: 0px 0px 0px 1px;
	margin: 3px 0px 4px 15px;
	font-size: 11px;
	color: #cc0000;
	}

a.product_section:visited  {
	color : #cc0000;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #cc0000;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #cc0000;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #000000;
	text-decoration : none;
	}

/* lines -------------------------------------------------------------------------------- */

.dotted_line_blue	{
	height: 1px;
	background-color: #828baa;
	background-image:url('theme_dotted_line.gif');
	clear:both;
	}
	
.solid_line_light_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #828baa;
	clear:both;
	}
	
.solid_line_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #678298;
	clear:both;
	}
	
.dotted_outline_blue	{
	border: 1px dotted #828baa;
	padding: 8px;
	}		



/* Styles for 'Compact Parent Section List' ------------------------ */

.text_breadcrumbs	{
	font-size: 10px;
	color: #678298;
	margin: 0px;
	line-height:normal;
	padding: 2px 0px 10px 0px;
	}	

a.link_breadcrumbs:visited	{	
	color : #678298;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #678298;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #678298;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #678298;
	text-decoration : underline;
	}
	

/* Page footer  --------------------------------------------------------*/

.text_footer	{
	color: #828baa;
	font-size: 10px;
	padding:0px;
	margin:4px 0px 0px 0px;
	}

.text_menu_no_space	{
	word-spacing: normal;
	}

a.link_footer:visited  {
	color : #f0f0f0;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #f0f0f0;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #f0f0f0;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #f0f0f0;
	text-decoration : underline;
	}


/* Heading for attributes  --------------------------------------------------------*/

.text_options	{
	font-weight: 900;
	}


/* Formatting for 'Add To Cart Button With Cart Icon' ----------------------------------------------*/

.form_button_add_to_cart	{
	line-height: 13px;
	height: 20px;
	width: 86px;
	margin: 0px 1px 0px 0px;
	padding: 1px 0px 1px 14px;
	font-size : 11px;
	background-color: #828baa;
	border: 1px solid #678298;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}	


/* Styles for CSS Buttons ----------------------------------------------*/

.text_menu	{
	padding: 2px 0px 2px 0px;
	font-size : 11px;
	margin: 0px;
	color : #ffffff;
	}
	

a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #828baa; 
	border: 1px solid #f0f0f0;
	}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #828baa;
	border: 1px solid #f0f0f0;
	}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #828baa;
	border: 1px solid #f0f0f0;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #678298;
	border: 1px solid #f0f0f0;
	}

/* Styles for 'Top Level Section List In Boxes' and 'Brochure Nav Bar In Boxes' --------------------*/

.tech_main_menu	{
	background-color: #678298
   }
		
.tech_menu_bottom	{
	height: 4px;
	background-color: #678298;
	}
		
.tech_menu_button_border	{
	width: 121px; 
	border-right: 1px #ffffff solid;
	border-top: 1px #ffffff solid;
   }
	
div.tech_menu_button {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #678298 solid;
   }
		
div.tech_menu_button_product {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #678298 solid;
   }
		
.tech_menu_button_title	{
	width: 122px;
	border-top: 1px #ffffff solid;
	background-color: #678298;
   }

.tech_text_product_section	{
	padding: 3px 3px 3px 5px;
	margin: 0px;
	color : #ffffff;
	font-size : 11px;
	font-weight: 900;
   }

div.tech_menu_button a  {
	width: 113px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px;
	text-align:left;
	background-color: #828baa;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #828baa;
   }
	
div.tech_menu_button a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #f0f0f0;
   }
	
div.tech_menu_button a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #828baa;
	}

div.tech_menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #f0f0f0;
   }

div.tech_menu_button_product a   {
	width: 104px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 12px;
	text-align:left;
	background-color: #828baa;
	font-size: 11px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #678298;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #678298;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #678298;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #f0f0f0;
	background-image:url('theme_arrow.gif');
   }

/* Start of styles new to v9 */

/* Styles for 'Best Seller List in Boxes' and 'New Products List in Boxes' used on the brochure home page */

.heading_marketing_box	{
	border: 2px solid #678298;
	width: 229px;
	margin: 0px 20px 14px 0px;
	}
		
.heading_marketing_box p.text_product_small_info_heading	{
	background-color: #678298;
	border-bottom: 2px solid #678298;
	color: #ffffff;
	font-weight: 900;
	font-size: 11px;
	background-image: url('theme_marketing_header.gif');
	margin: 0px;
	padding: 4px 0px 0px 8px;
	height: 20px;
	}
	
.heading_marketing_box	p{
	padding: 8px;
	}

.heading_marketing_box .product_image_cost	{
	padding: 8px;
	}


/* Rounded header and footer used around the bulk areas in 'Expert' and 'Hotshot' themes,
but also used in the lists that have 'Rounded Corners' in the name */

.rounded-heading {
	background-image: url('theme_curve2.gif');
	background-repeat: no-repeat;
	background-position: top right;
	}

.rounded-heading p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('theme_curve1.gif');
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
	}

.rounded-footer {
	background-image: url('expert_rounded_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.rounded-footer p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('expert_rounded_bottom_left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
	}

.indented-link a {
	display: block;
	background-color: #fff;
	width: 140px;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #678298;
	}

.indented-link a:hover {
	background-color: #f0f0f0;
	}

/* Style for the 'Graduated Background' for Top Level Section lists and Brochure Page lists */

.graduated-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #f0f0f0;
	border-bottom: 0;
	border-right: 0;
	background-image: url('prime_link_background.gif');
	background-repeat: no-repeat;
	}

/* Style for the 'Shaded Background' for Top Level Section lists and Brochure Page lists */

.hotshot-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
	}

.hotshot-link a:hover {
	background-image: url('hotshot-link-highlight.gif');
	background-repeat: no-repeat;
	}

.hotshot-box-main {
	background-image: url('hotshot-box-main.gif');
	background-position: bottom;
	width: 170px;
	}

.hotshot-box-content {
	background-image: url('hotshot-box-top.gif');
	background-repeat: no-repeat;
	padding: 10px;	
	}

/* Styles for 'Quick Search Bar With Curved Box' layout */

.formbox1 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url('theme-rounded-searchfield-left.gif');
	height: 19px;
	padding-left: 10px;
	background-repeat: no-repeat;
	float: left;
	}

.formbox2 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 19px;
	background-image: url('theme-rounded-searchfield-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	}

.inputfield {
	padding: 0px;
	margin: 1px 0;
	border: 0px;
	height: 16px;
	font-size: 12px;
	}

/* Drop down menus used for top level section lists and brochure page lists in the 'Corporation' and 'Premier' theme */

#corporate_top_menu, #corporate_top_menu ul { /* main menu lists */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 11px;	
	}

#corporate_top_menu a {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #828baa;
	border-right: 1px solid #000000;		
	}

#corporate_top_menu li a:hover {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image: none;
	background-color: #678298;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	}

#corporate_top_menu li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	}

#corporate_top_menu li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px -2px;
	border-top: 1px solid #000000;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#corporate_top_menu li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-image: none;
	background-color: #828baa;
	border-bottom: 1px solid #000000;
	}

#corporate_top_menu li ul li a { /* second-level lists */
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#corporate_top_menu li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 6px 4px 6px;
	background-image:none;
	background-color: #678298;
	}

#corporate_top_menu li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
	}

#corporate_top_menu li:hover ul ul, #corporate_top_menu li.sfhover ul ul {
	left: -999em;
	}

#corporate_top_menu li:hover ul, #corporate_top_menu li li:hover ul, #corporate_top_menu li.sfhover ul, #corporate_top_menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

.corporate_pages_menu ul { /* brochure list */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1;
	font-size: 11px;	
	list-style-image: none;
	}

.corporate_pages_menu ul li {
	display: block;
	background-image:none;
	background-color: #828baa;
	border-bottom: 1px solid #000000;
	}

.corporate_pages_menu li a {
	color: #ffffff;
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	}

.corporate_pages_menu li a.product_section {
	color: #ffffff
	}
	
.corporate_pages_menu li a:hover {
	color: #ffffff;
	display: block;
	padding: 3px 6px 4px 6px;
	background-image: none;
	background-color: #678298;
	}
	
/* START OF CUSTOM TEMPLATES CSS CONTINUED */

/* TRUE UTILITY CUSTOM STYLES */

/* ACCESS LINK  */

.accessaid { position:absolute;
			height:0;
			overflow:hidden;
}


#branding { border-bottom:solid #545454 3px;
			width:100%;
			padding:5px 0 10px 0;
			}
			

/* logo */

#branding h1 { width:411px; margin:23px 0 0 10px;
               text-indent:-9999px;
               height:56px;
               position: relative;
               float:left;
               }

#branding h1 a {
                display: block;
               text-decoration: none;
               cursor: pointer;
               }

#branding h1 span {  height:56px;
                     position: absolute;
                     top: 0;
                     left: 0;
                     background:url("branding-image-tu.png") no-repeat top left;
                     width:411px;
                     }


#checklnk-wrap  { width:45%;                  
                  float:right;
                  text-align:right;
 }
			   
/* GLOBAL NAVIGATION  */

#globalnav { list-style:none; 
             padding:0 0 2px 0; 
			 margin:2px 0 0 0; 
			 font-size:1.2em;
			 border-bottom:solid #545454 3px;
			 width:100%;
			 }

#globalnav li { text-transform:uppercase; float:left; padding:0 10px; font-weight:bold; position: relative; z-index:8888; }

#globalnav li a { text-decoration:none; border-top:solid #FDB316 1px; display:block; color:#fff; }

#globalnav li a:hover { background-color:#FDB316; color:#000; }


/* SUB NAV */

#globalnav li ul {
        position: absolute;
        left: -10000px;
        list-style:none;
        z-index:883;
        padding:10px 0!important; margin:0!important;
		border: solid 1px #FDB316;
		background: url("sub-nav-bk.png") repeat-x top left;
		width:220px;
	}


#globalnav li:hover ul {
		display: block;
		left:0;
		margin:0; padding:0;
		}


#globalnav li li {
        text-align:left;
        width:220px;
        float:none!important;
        padding:0!important;
		}

#globalnav li li a { font-size:12px; width:210px; 
                display:block; padding:0 0 0 10px; border-top:none!important; 
               text-decoration:none; color:#fff;
               background-image:none; line-height:22px!important;
             
}

#globalnav li li a:hover {  
                       background-image:none; color:#000; background-color:#FDB316;
}



/* BANNER STYLES  */

#promo-banner, #promo-banneropt1, #promo-banneropt2, #promo-banneropt3, #promo-banneropt4 { height:100px; background-color:#000;
				border-bottom:solid #545454 8px;
				}


 #promo-banner { background:url("true-utility-country-banner.jpg");background-position: top right; background-repeat:no-repeat;} /* Was no-repeat 650px 0 */



 #promo-banneropt1 { background:url("contact-banner.jpg");background-position: top right; background-repeat:no-repeat;}



 #promo-banneropt2 { background:url("distrib-banner.jpg");background-position: top right; background-repeat:no-repeat;}



 #promo-banneropt3 { background:url("aboutus-banner.jpg");background-position: top right; background-repeat:no-repeat;}



 #promo-banneropt4 { background:url("cust-banner.jpg");background-position: top right; background-repeat:no-repeat;}


#flash-banner { width:650px; float:left; }

#promo-banner blockquote, #promo-banneropt1 blockquote, #promo-banneropt2 blockquote, #promo-banneropt3 blockquote, #promo-banneropt4 blockquote { margin:0; 
                           padding:0; 
						   text-indent:-999999px;
						   float:right; width:10px;
						   height:100px;
						   }
						   
/* CRUMB STYLES  */

#bread-crumb {
	 width:100%;
	 text-transform: lowercase;
}

#crumb-link {  
				  color:#fff; 
				  font-weight:bold;
				  width:100%; margin:0;
				  padding:0 0 5px 0;
				  text-transform: capitalize;
				  line-height:3.3em;
				  }

#crumb-link a { color:#fff; }

#crumb-link strong {
	color:#FDB316; padding-left:10px;
}

#cart-link {
	 text-align:right;
	 padding:0 10px 0 0; margin:0;
	 font-weight:bold;
	 font-size:1.2em;
	 
}


#cart-link img {
	vertical-align: middle; padding-right:4px;
}

#cart-link a {
 text-transform: uppercase; text-decoration:underline;
}

#cart-link a:hover {
	background-color:#FDB316; color:#000; text-decoration:none; 
}
						   
						   
/* MAIN CONTENT  */

#hmaincontent { width:940px; margin:0 auto; 
               padding:0; 
			   font-size:1.1em;
			   padding-bottom:40px;
			   }

#hmaincontent h2#cat-hr, #content h2#cat-hr { height:13px; text-indent:-999999px; margin:0; padding:0 0 15px 0; }
						 
#content h2#cat-hr { background:url("choose-category-hr.gif") no-repeat top left; }


  #hmaincontent h2#cat-hr { background:url("cat-hr-free-delivery-msg.gif") no-repeat top left; }	


/* Checkout Wrapper */

#chkcontent, #maincontent { width:840px; margin:0 auto; padding-bottom:40px; }

#extmaincontent { width:940px; margin:0 auto; padding-bottom:40px; }

#extcontent { width:720px; float:right; }

/* Product Wrapper */
#maincontent { font-size:1.1em; }
#content, #brochure-content { width:615px; float:right; }
#supp-content, #brochure-supp-content { width:200px; float:left; }

/* Supp Content Styles */

#supp-content h3 { margin:0; padding:0; 
                   background-color:#545454; 
                   }
                   
h3#srch-cat-hr { background:url("search-cat-hr.gif") no-repeat top left;
                               text-indent:-999999px;
                               width:200px; height:24px;
                               }
                               
h3#srch-act-hr { background:url("search-act-hr.gif") no-repeat top left;
                               text-indent:-999999px;
                               width:200px; height:24px;
                               }
                               
#supp-content ul { list-style:none; border-right:solid 2px #545454;
                   border-left:solid 2px #545454;
                   border-bottom:solid 2px #545454; padding:0; margin:0 0 10px 0;
                   }
                   
#supp-content li { color:#fff; 
                   font-size:12px; 
                   font-weight:bold; 
                   padding-left:5px;
                   line-height:1.8em;
}

#supp-content li a { color:#fff; }

#supp-content li a:hover { color:#FDB316; text-decoration:underline; }
						 
/* Home Page Content Wrappers */

#hcontent { width:615px; float:left; }
#hsupp-content { width:320px; float:right; }
						 
/* Home Page Promo Pod */

.hpod { width:200px; padding-right:5px; float:left; padding-bottom:5px;  }

.hpod h2, .hpod h3, #hsupp-content h3  {  
           font-size:1.2em;
		   text-transform:uppercase; margin:0; 
		   padding:0 0 0 8px; line-height:1.8em;
		   }
		   
.hpod h2 { background-color:#FDB316; color:#000; }

.hpod h3, #hsupp-content h3 { background-color:#545454; color:#fff; }

#hsupp-content form h3 { background-color:#D2232A; color:#fff; }

.hpod p { border:solid #545454 1px; margin:0; padding:0; }

.hpod-img { height:150px; }

.hpod-img img { display:block; }

.hpod p.ptxt { border-right:solid #545454 1px;
               border-left:solid #545454 1px;
			   border-bottom:solid #545454 1px;
			   border-top:none; padding:3px 3px;
			   height:85px;
			   }
			   
.hpod ul { list-style:none; padding:0; margin:0; background-color:#fff; }

.hpod li { border-top:solid #000 1px; color:#000; padding-left:8px; line-height:1.6em; }

.hpod li a { color:#000; }

/* Home Page Right Content */

#welcome-txt, #welcome-txt-scroll { border-right:solid #545454 1px;
               border-left:solid #545454 1px;
			   border-bottom:solid #545454 1px; 
			   border-top:solid #545454 5px;
			   padding:4px 4px;
			   }
			   
#welcome-txt-scroll { overflow:auto; height:160px; margin-top:10px;  }
			   
#welcome-txt p, #welcome-txt-scroll p { margin:6px 0; padding:0; }

#hsupp-content form { margin:0; padding:0 0 5px 0; background-color:#545454; }

#hsupp-content form p { color:#fff; font-size:1.4em; font-weight:bold; margin:10px 0; padding:0 0 0 10px; }

#hsupp-content form input { font-size:12px; width:180px; color:#D2232A; }


#brochure-content address { margin:0 0 8px 0; padding:0; font-style:normal; }

/* FOOTER NAV */

/* GLOBAL NAVIGATION  */

#footernav { list-style:none; 
             padding:2px 0 2px 0; 
			 margin:50px 0 0 0; 
			 font-size:1.2em;
			 width:100%;
			 clear:both;
			 }

#footernav li { text-transform:uppercase; float:left; padding:0 10px; font-weight:bold; }

#footernav li a { text-decoration:none; border-top:solid #FDB316 1px; display:block; color:#fff; }

#footernav li a:hover { background-color:#FDB316; color:#000; }


/* PRODUCT SUMMARY STYLES  */

#ut-prod-wrap { width:615px; }

#ut-product-hr-wrap { width:615px; }

#choose-prod-hr { margin:0; padding:0 0 15px 0;
                  height:14px;
                  background:url("choose-prod-hr.gif") no-repeat top left;
                  text-indent:-9999999px;
                  width:200px;
                  float:left;
                  }
                  
#choose-sec-hr { margin:0; 
                 padding:0; 
                 float:right;
                 width:400px;
                 font-size:1.4em;
                 font-style:italic;
                 color:#fff; 
}

.ut-prod-sum { width:202px; padding-right:3px; float:left; margin-bottom:10px; }

.ut-prod-sum h3 { background-color:#FDB316; 
                  color:#000;
                  font-size:1.2em;
		   text-transform:uppercase; margin:0; 
		   padding:0 0 0 8px; line-height:1.8em;
}

.ut-prod-sum h4 { color:#D2232A;
                  margin:3px 0; padding:0;
                  text-align:right;
                  font-size:12px;
                  text-transform:uppercase;
                  }

.ut-prod-sum-img { border:solid #545454 1px; 
                   margin:0; padding:0; 
                   background-color:#fff;
                   height:200px; text-align:center;
}

.ut-prod-sum-txt { border-right:solid #545454 1px;
                   border-left:solid #545454 1px;
                   border-bottom:solid #545454 1px;
                   padding:3px 3px; margin:0;
                   height:8.5em; position:relative;
                   }
                   
.ut-prod-sum-txt p, .ut-prod-sum-txt h5 { margin:0; padding:0 }

.ut-prod-sum-txt h5 { font-size:1.2em; width:auto; 
                      color:#FDB316;
                      position:absolute; bottom:4px; right:4px;
 }
 

/* Extend Info Page aka Product Detail Page */

#extproduct-detail { width:700px; 
              background-color:#fff;
              padding:10px 10px; color:#000;
              font-size:1.1em;
}

#ut-product-exhr-wrap { width:700px; }

h2#tu-prod-hr { background:url("prod-info-hr.gif") no-repeat top left;
                        height:13px;
                        text-indent:-999999px;
                        margin:0; padding:0 0 15px 0;
                        width:230px; float:left;
                        }
                        
#choose-prod-sec-hr { margin:0; 
                 padding:0; 
                 float:right;
                 width:450px;
                 font-size:1.4em;
                 font-style:italic;
                 color:#fff; 
}
                        

#tu-buy-sum { width:700px; border-bottom:solid #545454 1px; margin-bottom:20px; }

#tu-buy-sum p, #tu-buy-sum blockquote { margin:0; padding:0; width:350px; float:left; height:24px; }

#tu-buy-sum blockquote { background:url("product-detail-header.png") no-repeat bottom left; }

#tu-buy-sum blockquote p { text-indent:-99999px; }


#tu-buy-sum p#bookbtn { float:right!important; text-align:right; }

/* product detail sections  */

#tu-extproduct-detail { width:365px; float:left; z-index:1; }

#tu-extproduct-img { width:360px; 
                     padding:0; margin:10px 0 0 0;
                     text-align:center;
                     border:solid #545454 1px;
                     position:relative;
                     }
                     
#tu-extproduct-img p { text-align:center; padding:0; margin:0; }

#tu-zoom-txt { background-color:#FDB316; color:#000;
               padding:0;
               margin:0 0 5px 0;
               line-height:1.6em;
               font-size:10px;
               text-transform:uppercase;
               font-weight:bold;
               width:362px;
               text-align:center;
}


#lightimg { width:362px; padding:5px 0; }

#lightimg a { display:block; float:left; padding:1px; }

#lightimg img { display:block; }

#lightimg img { border:solid #545454 1px; } 
                     
#tu-extproduct-detail-txt { padding:10px 0 0 0; width:320px; float:right; font-size:1.1em; }

#tu-extproduct-detail td { border:solid #FCB316 1px!important; }

#tu-ex-bk { margin:0; padding:0; background-color:#FCB316; color:#fff;
            padding:0 10px 0 0; font-weight:bold;
            text-align:right; font-size:1.1em;
            line-height:1.8em;
            text-transform:uppercase;
            font-style:italic;
            }
            
#tu-ex-bk a { color:#000; }

#tu-extproduct-detail-txt h4 { font-size:1.1em; margin:0; padding:0; font-weight:normal; }

#tu-extproduct-detail-txt h3 { font-size:1.6em; margin:0; padding:20px 5px 0 0; }


#tu-extproduct-detail-txt h5 { margin:20px 0; padding:0; font-size:1.4em; color:#F00; }

#tu-extproduct-detail-txt h6 { font-size:1.1em; margin:0; padding:0; }

#tu-extproduct-detail-txt strong { color:#000!important; }

#tu-extproduct-detail-txt ul { list-style-type:square; margin:10px 0 10px 15px; padding:0; }

/* Checkout Styles */

#checkout-content { color:#000; background-color:#fff; width:840px; margin:0 auto 40px auto; padding:10px 10px; }

#checkout-content form { margin:0; padding:0; }

#checkout-content input, #checkout-content select { font-size:12px; }

#checkout-content td { font-weight:bold; }

#checkout-content th, .cartheading { background-color:#FDB316; }

#bylink { text-align:center; 
          font-size:1.2em; 
          font-weight:bold; 
          color:#FDB316; padding:0; margin:0 8px;
          background-color:#000!important;
          text-transform:uppercase;
}

#content td, .actxxsmall { color:#fff; }

/* Flash Demo */

#flashdemo { display:none;
             width:258px; height:258px;
             border:solid #545454 1px;
             margin:10px auto;
}

#demo-wrap { width:auto; position:absolute;
             right:0; bottom:0; margin:0; padding:0;
             font-size:1.0em; text-transform:uppercase;
             font-weight:bold;
             }

#demo-wrap a { color:#fff; padding:0 2px; text-decoration:none; background-color:#000; }

#demo-wrap a:hover { background-color:#FDB316; color:#000; }

#close-demo { width:258px; margin:0 auto; padding:0;
              text-align:right;
              color:#000;
              line-height:1.6em;
             }

#close-demo a { color:#000; text-decoration:none; } 

/* BROCHURE STYLES  */

#about-hr, #cust-supp-hr, #contact-hr, #distrib-hr { margin:0; padding:0 0 20px 0;
            height:13px; text-indent:-9999999px;
            }

#about-hr { 
            background:url("about-us-hr.gif") no-repeat top left;
            }
            
#cust-supp-hr { 
            background:url("customer-support-hr.gif") no-repeat top left;
            }
            
#contact-hr { 
            background:url("contact-hr.gif") no-repeat top left;
            }
            
#distrib-hr { 
            background:url("distrib-centre-hr.gif") no-repeat top left;
            }
            
#brochure-side-nav { list-style:none; 
                            padding:0; margin:0 0 10px 0;
                            background-color:#fff; color:#000; 
                         }
                         
#brochure-side-nav li { 
                            border-bottom:solid #000 1px; 
                            line-height:1.8em;
                            text-transform:capitalize;
                            font-weight:bold;

}

#brochure-side-nav li a { padding-left:10px;  color:#000; display:block; }

#brochure-side-nav li a:hover { background-color:#FDB316; text-decoration:none; }

#brochure-side-nav li a.pageon  { background-color:#FDB316; }

#brochure-content h3.page-hr, .page-header, #brochure-supp-content h3 { background-color:#545454; 
                       color:#fff; font-size:1.2em;
                       letter-spacing:-1px;
                       padding:0 4px;
                       line-height:1.6em;
                       text-transform:uppercase;
                       margin:0 0 10px 0; 
 }
 
 #brochure-supp-content h3 { margin:0!important; }
 
.tu-info-box { border:solid #545454 1px; padding:10px 5px; }

.tu-info-box address { font-style:normal; padding:0; margin:0 0 8px 0; }

.tu-info-box p { margin:0 0 8px 0; padding:0; }

.tu-info-box a { color:#FDB316; }

#brochure-content p { margin:0 0 10px 0; 
                      padding:0; 
                      line-height:1.4em;
}

#brochure-content h4 { color:#fff; font-size:1.1em;
                       margin:0; padding:0;
}

#brochure-content strong { color:#fff; }

#brochure-content ul { margin:0 0 10px 0;
                       padding:0;
                       list-style:none;
                       }

#brochure-content li { background:url("orange-bullet.gif") no-repeat 0px 4px;
                       padding:0 0 10px 10px;
                       font-size:11px;
                       line-height:14px;
                      
} 

#tu-map { width:582px; margin:0 auto; }


/* Fragments - News Item */

.tu-news-item { border:solid #545454 1px; padding:3px 3px; margin-bottom:8px; }

h3.news-hr { margin:0!important; padding:0;
                   background-color:#000;
                   font-size:1.1em; font-weight:normal;
}

.news-img, .tu-news-item h4  { padding:0; margin:0; }

.tu-news-item h4 { font-weight:normal; }

.news-txt { margin:8px 0!important; }

.tu-info-box ul { list-style:none; 
                  padding:0; margin:0;
                   }
                   
.tu-info-box li { background-color:#000; }

.tu-info-box address { padding:0; margin:0; font-style:normal; }

/* Fragments - Flash */

.tu-fragment-flash, .tu-img-frag, .tu-flash-anchor-img { border:solid #545454 1px; padding:2px 2px; margin-bottom:20px;}

.tu-img-frag, .tu-flash-anchor-img { width:609px; }

.tu-flash-anchor-img { padding-top:15px; }

.frag-flash-hr { background-color:#545454; 
                       color:#fff; font-size:1.2em;
                       letter-spacing:-1px;
                       padding:0 4px; margin:0;
                       line-height:1.6em;
                       text-transform:uppercase;
}    

.tu-flash-img { padding:0 0 10px 10px; }

.tu-fragment-flash td { vertical-align:top; }

p.fragtxt { margin:0; padding:0; }

.tu-img-frag img { border:solid #545454 1px; margin:0 5px; float:right; }

/* RELATED PRODUCTS  */

#related-products, #also-bought, .recentlist { width:700px; padding:10px 0 0 0; clear:both; }

#related-products h3, #also-bought h3, .recentlist h3 { margin:0 0 10px 0; padding:0; font-size:1.2em; color:#545454; }

#related-products ul, #also-bought ul, .recentlist ul { list-style:none; padding:0; margin:0 0 8px 0; }

#related-products li, #also-bought li, .recentlist li { float:left; width:135px; padding-right:4px; padding-bottom:5px; } 

#related-products li img, #also-bought li img, .recentlist li img { border:solid #545454 1px; display:block; }

/* SHOPPING CART STYLES  */

#checkout-hr, #shopcart-hr, #addcart-hr {
               margin:0 0 10px 0; padding:0;
               text-indent:-9999999px;
               height:24px;
               border-bottom:solid #545454 1px;
               }
               
#checkout-hr { background:url("checkout-hr.gif") no-repeat top left; }

#shopcart-hr { background:url("shop-cart-hr.gif") no-repeat top left; }

#addcart-hr { background:url("add-to-cart-hr.gif") no-repeat top left; }

#checkout-content td { font-size:12px; }

#checkout-content td a { color:#D2232A; font-weight:bold; text-decoration:underline; }
           
#checkout-content td b { color:#000; }

.cartheading { font-size:12px; font-weight:bold; }

.cartheading b, .cartheading strong { color:#000; }

.actregular { color:#fff; }

.actregular b { color:#000; }

#checkout-content input, #checkout-content select { font-size:12px; }

.chk-btn { font-size:14px!important;
           background-color:#D2232A;
           color:#fff;
           border:solid 1px #000;
           font-weight:bold; 
}

#chk-msg { font-size:12px; }

/* Contact Form CSS */

.phpForms_pgtitle
{
    font-family : Arial;
    font-size   : 12px;
    color       : #1200d9;
    font-weight : bold;
}
.phpForms_btn
{
    border-top-width    : 1px;
    border-left-width   : 1px;
    border-bottom-width : 1px;
    border-right-width  : 1px;
    border-top-color    : #e4e4e4;
    border-left-color   : #e4e4e4;
    border-right-color  : #c1c1c1;
    border-bottom-color : #c1c1c1;
}

.contact-addr { width:290px;
                padding:10px 10px 0 0;
                float:left;
}

.contact-addr address {  font-style:normal;
                         margin:0; padding:0;
}            


/* SELL TRUE PROMO POD STYLES */

.sell-true-pod { width:200px; float:left;
                 height:240px; padding:0 5px 10px 0;
                 }
.sell-true-pod p { margin:0!important; padding:0!important; text-align:center; }                 
 
.sell-true-pod p img { border:solid #FDB316 2px; display:block; }                

.sell-hr { margin:0; padding:3px 0; color:#FDB316; font-size:1.1em; text-align:center; }                

p.sell-img { width:130px; margin:0 auto!important; }


/* LARGER SALES POD */

.sell-pod { width:603px;
            border:solid #545454 1px;
            padding:10px 5px 80px 5px;
            }
            
.sell-pod-img { width:350px; float:left; }

.sell-pod-img p { margin:0!important; padding:0!important; }

.sell-pod-img p img { display:block; }

.sell-pod-img a { margin:0!important; padding:0 3px 3px 3px!important;
        border-left:solid #fff 1px;
        border-right:solid #fff 1px;
        border-bottom:solid #fff 1px;
        text-transform:uppercase;
        display:block; 
}

.sell-pod-txt { width:240px; float:right; }

.sell-pod-txt h4 { color:#FDB316!important; } 

.sell-pod-txt h6 { font-size:0.9em; }

/* Distributor Page Extra Styles */

#display-lnks li a { line-height:1.8em; }

#display-lnks li a:hover { color:#fff; text-decoration:none; }


/* FRAGMENTS */

.frag-sales-hr { color:#FDB316; font-size:1.6em; margin:0 0 10px 0!important; }

.frag-sales-sub-hr { font-size:1.6em; }

.sales-txt { font-size:1.4em; }

.res-pod { width:595px; margin:0 auto 10px auto; padding:5px 5px 20px 5px; }

.res-pod img { float:left; padding:0 25px 0 0; margin:0; }

h3.res-hr { color:#FDB316; font-size:1.1em; margin:0; padding:0; } 

.res-pod p { margin:0!important; padding:0!important; }

.res-pod p a { color:#fff; }

/* FIND DEALER PAGE  */

/* RECOMMENDED LINKS BOX */

.recl-hr { margin:0!important; padding:0!important; font-size:1.1em; color:#FDB316; } 

/* SECTION FOOTER */

#sec-footer { width:603px; margin:0 0 10px 0; padding:10px 5px 5px 5px; border:solid 1px #515150; }

#sec-footer p { margin:0 0 10px 0!important; padding:0; color:#fff; }

h6#fhr { margin:10px 0 0 0; padding:0 5px; 
                 background-color:#515150;
                 text-transform:uppercase; margin:20px 0 0 0; 
		   padding:0 0 0 8px; line-height:1.8em;
                 font-size:1.1em; color:#fff; 
}




#welcome-txt-scroll h4 { color:#FDB316; font-size:14px;
                         margin:5px 0 10px 0!important;
                         padding:0!important; 
}

#welcome-txt-scroll h3 { background-color:#000!important;
                         margin:5px 0 10px 0!important;
                          font-size:12px; padding:0!important;
                          }

.spec-offer-img { width:608px; height:36px; }

.spec-offer, .spec-offer-img {  
                font-weight:bold;
                font-size:1.1em;
                text-transform:uppercase;
                margin:0 0 5px 0;
                border:solid 1px #515150; 
              float:left;
}

.spec-offer  { height:35px; padding:1px 160px 0 220px; width:228px; text-align:center;  background:url("special-offers-bk.jpg") no-repeat top left; }

.spec-offer a, .spec-offer-img a { color:#fff; }

.spec-offer a:hover, .spec-offer-img a:hover { text-decoration:none; }

#tu-extproduct-detail-txt p#was-price { color:#f00; text-decoration:line-through; margin:-15px 0 0 0!important; padding:0!important; font-size:14px; font-weight:bold; }


/* Product Detail Page Tabs */


#extproduct-tab-wrap { width:700px; 
              background-color:#fff;
              padding:20px 0px; color:#000;
              clear:both;
}

#wmsg strong span { color:#f00; }

/* CHECKOUT BANNER */

#chkbanner { width:840px;
             clear:both;
             text-align:center;
             padding:0 0 20px 0!important;
             margin:0!important;
} 

/* LATEST NEWS  */

#news-hr { background:url("news-hr.gif") no-repeat top left;
           padding:0; margin:10px 0 0 0;
           text-indent:-999999px;
           height:13px;
           }
           
.newstxt { padding:15px 0; 
           border-bottom:solid #575757 1px; 
}

.newstxt img { border:solid #FDB316 1px;
               float:left;
               margin:0 10px 10px 0;
}

.newstxt h5, .newstxt p { margin:0; padding:0; }        

.newstxt h5 { font-size:1.1em; }

/* MORE FRAGMENTS */

.rimg, .limg { border:solid #FDB316 1px; } 

.rimg { float:right;
        margin:0 0 10px 20px;
} 

.limg { float:left;
        margin:0 20px 10px 0;
}

.cimg { text-align:center; }

.ctxthr { color:#FDB316; }

#nlnk { text-align:right; font-weight:bold; }

/* CHECKOUT */

#checkout-content table, #checkout-content td, #checkout-content td input, #checkout-content td select, #checkout-content ol { font-size:12px; font-family: "Lucida Grande", Arial, Verdana, sans-serif;   }

#checkout-content ol a { color:#000; }

#checkout-content td { font-size:12px;   }

.chk-header { font-size:2.2em; padding:0 0 10px 0; margin:0; 
              color:#000;
}

#checkout-content td input, #checkout-content td select { background-color:#fff; }


h3.checkout-heading { color:#000!important; 
                    font-size:12px;
                    background-color:#FDB316!important;
}

.checkout-cart th {  color:#000!important; text-transform:uppercase; font-size:12px; }

.checkout-checkoutbg { color:#000!important; background-color:#FDB316; }

.checkout-change-button { background-color:#FDB316; border:solid #000 1px; }

.highlight-button, .normal-button { background-color:#FDB316!important; border:solid #000 1px!important; font-weight:bold;
  color:#000!important;
 }

table.checkout th { color:#000; }
 
.cartheading, .checkout-change-button { color:#000; }

/* QUICK SEARCH BUTTON */

#checklnk-wrap p input { vertical-align:middle; }

#checklnk-wrap form { background:url("truenum.png") no-repeat top right;
                      padding:53px 0 0 0;
                      margin:11px 10px 0 0;
                      }

#stxt { font-size:1.1em; width:190px;
        background-color:#fff; height:14px;
        padding:0 0 0 5px; border:none;
        margin:0 3px 0 6px;
 }

#checklnk-wrap form label { color:#FDB315; font-style:italic; font-size:1.1em; font-weight:bold; }

#checklnk-wrap form p { padding:0; margin:0; }

/* FOOTER LINKS */

#footers { position:relative; margin-top:-194px; margin-left: auto; margin-right: auto; height:192px; clear:both; width:960px; border-top:solid #FDB316 2px; clear:both; } /* Width was 100% new margin */

.footlnk, .footlnkstart { width:165px; height:130px; padding:2px 5px 0 0; float:left; }
.footlnkstart {width:170px;} /* New */

.acards { padding:15px 0 0 0; margin:0; text-align:center; }


#footers h3 { text-transform:uppercase; font-size:10px; color:#fff; padding:5px 0 5px 25px; margin:0; }               

#footers ul { padding:0 0 0 25px; margin:0; 
              list-style:none;
}

#footers li { font-size:1.1em; }

#soclnks { text-align:center; height:110px; width:100px; padding:0; float:left;  }

#soclnks p { padding:0; margin:0; }

#soclnks p a { display:block; padding-bottom:5px; }

#soclnks h3 { padding:5px 0 5px 0!important; text-align:center; }

#sitecredits { width:100%; 
               background:#545454 url("true-utility-knifes-icons.gif") repeat-x  0 5px; 
               padding-top:35px;
               clear:both;
               position:absolute; bottom:0; left:0;
               }
               
#sitecredits address { font-size:11px;
                       padding:5px 0 0 10px!important;
                       margin:0!important;
                       font-style:normal;
                       line-height:normal;
                       }
                       
#sitecredits address a { color:#00FFFF; }


/* HOME PAGE CUSTOM */

#homecontent { width:960px; margin:0 auto; 
               padding:0; 
			   padding-bottom:40px;
			   }
			   

#hwrapper { width:960px; margin:0 auto; 
            padding-top:15px;
}

#hmaincontent { width:775px; float:right; }

#hcontent { width:540px; float:left; }

#hcontent-supp { margin-top:30px; width:225px; float:right;
                 background:url("salesslogan.png") no-repeat top left;
                 padding-top:25px;
 }

#hnavwrap { width:175px; float:left; 
            border-bottom:solid #000 50px;
}

#hnavsupp { width:165px; padding-top:5px;
            padding-left:5px;
            padding-right:5px;
            background-color:#545454;
            }


#hnavsupp ul { list-style:none; padding:0; margin:0;
               width:165px;
               }
               
#hnavsupp li { border-bottom:solid #545454 5px; padding:0;  }               
                                      
#hnavsupp img, #hnavsupp strong, #hnavsupp a, #hnavsupp em { display:block; }                              

#hnavsupp img { border-bottom:solid #000 1px; border-top:solid #000 1px; }

#hnavsupp li a { border:solid #FDB316 1px; text-decoration:none; 
                 background:#FDB316 url("true-hp-pod-bk.gif") repeat-x bottom left;
                 padding-bottom:10px; height:130px; 
 } 

#hnavsupp li a:hover em { text-decoration:underline; }

#hnavsupp strong { color:#000; text-transform:uppercase; 
                   font-size:1.2em; text-align:center;
                   background-color:#D2232A; line-height:1.6em;  
}

#hnavsupp em { font-style:normal; display:block;
               color:#000;
               font-size:1.1em;
               padding:3px;
               }

/* HOME PODS */


.hsecpod { width:265px; padding-right:5px;
           float:left; padding-top:14px; padding-bottom:5px;
           background:url("podtop.png") no-repeat top left;
           }
           
.hsecpod-inner { background:#fff url("podbot.png") no-repeat bottom left;
                 height:166px; position:relative;
}

.hsecpod-inner h3 { color:#000; margin:0; padding:0 0 0 5px;
                    font-size:16px; font-style:italic;
}

.hsextxt { line-height:normal; padding:3px 0 0 5px;
           margin:0; color:#666; font-weight:bold;
           font-style:italic; font-size:11px;
 }

.hsextxt a { display:block; }               
           
.hsecimg { float:right; margin:5px; }

.hsecprice, .hsecbuy { padding:0; margin:0; position:absolute; }

.hsecprice { font-weight:bold; font-size:1.4em; left:5px; bottom:5px; }

.hsecbuy { right:5px; bottom:5px; }           

.hsecprice strong { color:#D2232A!important; }

/* HOME HEADERS */

#hnavwrap h2, #hcontent h2 { font-size:16px; padding:0 0 15px 0; margin:0; 
                   font-style:italic; line-height:normal;
                   color:#FDB316; font-weight:normal;
}

#hnavwrap h2 {padding:0 0 15px 10px;}

#hcontent h2 { color:#fff; }

.jqb_slide { margin:0!important; padding:0!important;  }

/* NEWSLETTER 2011 */

#hnavwrap form { width:175px; margin:5px 0 0 0; padding:0 0 10px 0;
              background-color:#545454;
 }
 
#hnavwrap form h3 { text-align:center; background-color:#D2232A; 
                    color:#fff; font-size:14px; margin:0 0 4px 0; padding:4px 0 0 0;
                    text-transform:uppercase; line-height:18px; 
}

#hnavwrap form p { padding:0 0 0 4px; margin:0!important;
                   font-size:12px; font-weight:bold;
                   }
                   
#hnavwrap form p input { font-size:12px; display:block; }

.txtpt { width:150px; }

#subtn { padding:4px 14px 0 6px!important; text-align:right; }

#subtn input { background-color:#D2232A; 
               color:#fff!important; 
			   text-transform:uppercase; 
			   border:solid #fff 1px;
			   }                   


/* LINK BLOCKS HOME PAGE */

.blockset { background-color:#545454;
            width:215px;
            padding:10px 5px;
            border-top:solid #808285 2px;
            }

.blockset h2 { font-size:1.4em;
               padding:0; margin:0 0 10px 0;
               color:#fff;
               }

.blockset ul { list-style:none;
               padding:0 0 20px 120px;
               margin:0;
               }

.blockset li { padding:0 0 2px 0; }

.blockset li a { color:#FDB315; font-size:1.2em;
                 font-style:italic;
                 font-weight:bold;
                 }
            

.block1 { background:url("blockimage1.jpg") no-repeat top left; } 	



.block2 { background:url("blockimage2.jpg") no-repeat top left; } 	



.block3 { background:url("blockimage3.jpg") no-repeat top left; } 	



.block4 { background:url("blockimage4.jpg") no-repeat top left; } 	



/* ADD THIS BUTTON */

.addbtn { padding:15px 0!important; }

.hpsoc { text-align:center; margin:0!important; padding:10px 0!important; color:#FDB316; font-weight:bold; }           

.hpsoc a { padding:0 2px; }

/* DIV CLEARING STYLES  */

.fixclear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

* html .fixclear { height:1%;}
.fixclear { display:block; }

/* for ie7 clearing */

*:first-child+html .fixclear {
    min-height:1px;
}
