body {
    font-size:62.5%; /* Sets base font at 10px */
    font-family: Georgia, Arial, Verdana, sans-serif;
    color:#010101;
    padding:0 0 30px 0;
    text-align:center;
    background-color:#ccc;


}

a { outline:none; }
a:link { text-decoration:none; color:#c00; }
a:visited { text-decoration:none; color:#c00; }
a:hover { text-decoration:underline; }
a:active {color:#c00; }

img { border:0; }

form { margin:0; }

/* SKIP TO NAV LINK */

.accessaid { position:absolute;
            height:0;
            overflow:hidden;
}

form {
	margin: 0px;
}


/* SKIP TO NAV LINK */

.accessaid { position:absolute;
            height:0;
            overflow:hidden;
}

a.checkout-checkoutbg {
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: #e5e5e5 2px solid;
	border-top: #e5e5e5 2px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

a.checkout-checkoutbg:link {
	color: #e5e5e5;
	text-decoration: none;
}

a.checkout-checkoutbg:visited {
	color: #e5e5e5;
	text-decoration: none;
}

a.checkout-checkoutbg:hover {
	color: #e5e5e5;
	text-decoration: underline;
}

a.checkout-checkoutbg:active {
	color: #e5e5e5;
	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: #000000;
}

.actCHECKOUTBG {
	background-color: #e5e5e5;
}

.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 #ffffff;
}

.thinborder2 {
	border: 1px solid #ffffff;
}

.thinred {
	border: solid 1px #ffffff;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #ffffff;
	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: 762px;
	border-collapse: collapse;
	padding: 0px 0px;
	margin-bottom: 5px;
}

table.checkout-cart th{
	font-weight: bold;
	background-color: #e5e5e5;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 4px 4px;
}

table.checkout-cart td{
	padding: 4px 4px;
}

table.checkout {
	width: 762px;
	border-collapse: collapse;
	padding: 0px 0px;
	text-align: left;
	margin-bottom: 5px;
}

table.checkout th {
	background-color: #000000;
	font-size: 13px;
	font-weight: bold;
	color: #e5e5e5;
	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: #ffffff;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}

table.checkout td {
	background-color: #e5e5e5;
	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: #e5e5e5;
	border-bottom: solid 1px #000000;
}

.checkout-cartheading {
	font-weight: bold;
	background-color: #e5e5e5;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.cartheading {
	background-color: #000000;
	font-weight: bold;
	color: #e5e5e5;
}

h2.checkout-heading {
	background-color: #000000;
	font-size: 13px;
	font-weight: bold;
	color: #e5e5e5;
	padding: 5px 2px;
	border-bottom: solid 3px #ffffff;
	width: 762px;
}

h3.checkout-heading {
	width: 762px; 
	padding: 3px 0;
	background-color: #000000;
	font-size: 13px;
	font-weight: bold;
	color: #e5e5e5;
	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: #ffffff;
	padding: 5px;
	border: solid 1px #000000;
}

input.highlight-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #ffffff;
	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: #e5e5e5;
	border: 0;	
}

.checkout-field-area {
	background: #e5e5e5;
	border-bottom: solid 2px #ffffff;
	width: 762px;
}

.checkout-field-area p {
	margin: 0;
	padding: 4px;
}

div.checkout-buttons {
	width: 762px; 
	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: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #ffffff;
	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: 762px;
	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: 500px;
	text-align:left;
}

#recenthtitem {
	border-spacing: 0px;
}

#rphtml td {
	width: 65px!important;
	text-align: left;
}

.recenthtitemimage {
	border-top: 1px solid #ffffff;
}

/* .recenthtitemdesc	{} */

/* .recenthtitemprice	{} */

.recenthtitemdelete {
	border-bottom: 1px solid #ffffff;
}

.recenthtitemspacer {
	width:2px !important; 
	border:0 !important;
	padding: 0px !important;
}

.recenththeader {
	padding: 3px;
	font-weight: 900; margin: 0px;
	width: 496px; border-bottom: 1px solid #ffffff;
}

.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: #ffffff;
	}
	
h2.clearall	{
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #ffffff;
	clear:both;
	}
	
h3.product	{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color: #ffffff;
	}
	
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: #ffffff;
	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: #e5e5e5;
	border: 1px solid #e5e5e5;
	color: #000000;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #ffffff
	}

.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: #ffffff;
	border: 1px solid #ffffff;
	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: #ffffff;
	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: #ffffff;
	background-image:url('theme_dotted_line.gif');
	clear:both;
	}
	
.solid_line_light_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	clear:both;
	}
	
.solid_line_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	clear:both;
	}
	
.dotted_outline_blue	{
	border: 1px dotted #ffffff;
	padding: 8px;
	}		



/* Styles for 'Compact Parent Section List' ------------------------ */

.text_breadcrumbs	{
	font-size: 10px;
	color: #ffffff;
	margin: 0px;
	line-height:normal;
	padding: 2px 0px 10px 0px;
	}	

a.link_breadcrumbs:visited	{	
	color : #ffffff;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #ffffff;
	text-decoration : underline;
	}
	

/* Page footer  --------------------------------------------------------*/

.text_footer	{
	color: #ffffff;
	font-size: 10px;
	padding:0px;
	margin:4px 0px 0px 0px;
	}

.text_menu_no_space	{
	word-spacing: normal;
	}

a.link_footer:visited  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #ffffff;
	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: #ffffff;
	border: 1px solid #ffffff;
	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: #ffffff; 
	border: 1px solid #ffffff;
	}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}

/* Styles for 'Top Level Section List In Boxes' and 'Brochure Nav Bar In 
Boxes' --------------------*/

.tech_main_menu	{
	background-color: #ffffff
   }
		
.tech_menu_bottom	{
	height: 4px;
	background-color: #ffffff;
	}
		
.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 #ffffff solid;
   }
		
div.tech_menu_button_product {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #ffffff solid;
   }
		
.tech_menu_button_title	{
	width: 122px;
	border-top: 1px #ffffff solid;
	background-color: #ffffff;
   }

.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: #ffffff;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
   }
	
div.tech_menu_button a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
   }
	
div.tech_menu_button a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	}

div.tech_menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #ffffff;
   }

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: #ffffff;
	font-size: 11px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	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 #ffffff;
	width: 229px;
	margin: 0px 20px 14px 0px;
	}
		
.heading_marketing_box p.text_product_small_info_heading	{
	background-color: #ffffff;
	border-bottom: 2px solid #ffffff;
	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 #ffffff;
	}

.indented-link a:hover {
	background-color: #ffffff;
	}

/* 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 #ffffff;
	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: #ffffff;
	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: #ffffff;
	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: #ffffff;
	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: #ffffff;
	}

#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: #ffffff;
	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: #ffffff;
	}



/* SKIP TO NAV LINK */

.accessidbk {
    background:url("page-header-bk.jpg") no-repeat top left;
    height:14px;
    text-indent:-99999px;
    padding:0; margin:0;
}


/* WRAPPER */

#wrapper { width:966px;
           text-align:left;
           background:#fff url("page-content-bk.jpg") repeat-y top left;
           margin:0 auto;
}


/* BRANDING */

#branding { width:922px;
            border:solid #000 1px;
            background:#000 url("title-bk.jpg") repeat-x top left;
            height:13.0em;
            margin:0 auto;
            padding:0 6px 0 10px;
            position:relative;
}


/* site top page links */

#branding ul { list-style:none;
               padding:8px 0 0 0; margin:0;
               text-align:right;
               font-size:1.1em;
               color:#fff;
               
               
}

#branding li { padding:4px 0 0 0; display:inline; color:#fff; }

#branding li img { vertical-align:middle; position:absolute; left:775px; top:2px; }

#branding li a { color:#fff; padding:0 4px; }

#cartinfo { padding-right:26px!important; }



/* site logo */

#branding h1 { width:300px; float:left; margin:15px 0 0 0; padding:0 5px 0 0;
               text-indent:-9999px;
               height:52px;
               position: relative;
               }

#branding h1 a {
                display: block;
               text-decoration: none;
               cursor: pointer;
               }

#branding h1 span {  height:52px;
                     position: absolute;
                     top: 0;
                     left: 0;
                     background:url("douglas-read-shoes-branding.gif") no-repeat top left;
                     width:300px;
                     }



                     
#branding blockquote { width:80px;
                       float:left;
                       text-align:left;
                       text-indent:-9999px;
}

#branding blockquote, #branding blockquote p { padding:0; margin:0; }

/* search form */

#branding form { width:300px;
                 float:right;
                 margin:25px 0 0 0;
                 padding:0;
}

#branding form p { margin:0; padding:0; text-align:right; }

#branding form p input { vertical-align:middle; }

#stxt { width:165px; border:solid #000 2px;
        font-family: Georgia, Arial, Verdana, sans-serif;
        padding:2px 0 2px 5px;
        margin:0 5px 0 0;
        color:#c00; font-size:1.1em;
}

#delmsg { width:500px; float:right;
          color:#f90;
          font-size:2.4em;
          font-family: Arial, Verdana, sans-serif;
          padding:15px 0 0 0; margin:0;
          text-align:right;
}

#delmsg em { font-style:normal; }

/* NAVIGATION */

#nav { width:938px; margin:1px auto 0 auto;
       background:#000 url("nav-bk.jpg") repeat-x bottom left;
       height:2.9em;
       border:solid #000 1px;
}

#nav ul { list-style:none;
          padding:0 0 0 5px; margin:0;
          width:705px;
          text-transform:uppercase;
          font-size:1.2em;
          float:left;
}

#nav li { padding:0; line-height:2.2em; float:left; font-weight:bold; }

#nav li a { color:#fff; padding:0 6px 0 5px;
            border-right:solid #fff 1px;
}

#nav li a:hover { color:#f90; text-decoration:none; }

#nav li a.nopad { border-right:none; padding-right:0; }

#nav p { width:200px;
         text-transform:uppercase;
         padding:0 10px 0 0; margin:0;
         float:right;
         font-size:1.4em; color:#fff;
         line-height:1.8em;
         text-align:right;
}

#nav p em { color:#c00; font-style:normal; padding-right:2px; }

/* CONTENT WRAPPERS  */

#content-wrapper { width:940px;
                   margin:0 auto;
                   padding:8px 0 0 0;
}

#supp-nav { width:155px; float:left; }
#maincontent { width:780px; float:right; }



/* supp nav */

#supp-nav h3 { background:url("supp-nav-bk.jpg") repeat-x top left;
               padding:0; margin:0 0 6px 0; font-size:1.2em;
               text-align:center; color:#fff;
               text-transform:uppercase;
               line-height:1.8em;
}

#supp-nav form, #supp-nav form p { margin:0 0 8px 0; padding:0;
                  
}

#supp-nav form select { width:155px;
                        font-family: Georgia, Arial, Verdana, sans-serif;
                        font-size:1.2em;
}

#supp-nav ul { list-style:none;
               padding:0; margin:0 0 8px 0;
}

#supp-nav li { padding:0; }

#supp-nav li a { color:#000; display:block;
                 line-height:1.6em; font-size:1.2em;
}

#supp-nav li a:hover { background-color:#e5e5e5;
                       text-decoration:none;
}


/* HOME PAGE STYLES  */

#home-banner-wrap { width:780px;
                    position:relative;
                    background:url("spring-banner1.jpg") no-repeat top left;
                    height:400px;
}

#home-banner-wrap h2 { font-size:1.1em;
                       padding:0; margin:0;
                       position:absolute;
            height:0;
            overflow:hidden;
}

#home-3-pods { width:180px;
               float:right;
               height:400px;
}


#shoplnk { width:110px; padding:0; margin:0;
           position:absolute; top:334px; left:470px;
}


/* home pod promo pod */

#hp-pod1 { height:132px; }

#hp-pod1, #hp-pod2 { border-bottom:solid 1px #ccc; }

#hp-pod1, #hp-pod2, #hp-pod3 { width:169px;
           padding:0 5px;
           background:url("home-pod-bk.jpg") repeat-x bottom left;
           border-left:solid #fff 1px;
           }

#hp-pod2, #hp-pod3 { border-top:solid 1px #fff; }

#hp-pod2 { height:131px;  }

#hp-pod3 { height:133px; }


#home-3-pods p, #home-3-pods h4 { margin:0; padding:0; width:auto; }

#home-3-pods h4 { font-size:2.1em; font-weight:normal; }

#home-3-pods h4 a { color:#000;  }

#home-3-pods p em { color:#c00; font-style:normal; font-size:1.8em; }

/* pod image floats */

#hp-pod1 img { float:right;  padding:6px 0 0 0; width:auto; }

#hp-pod2 img {  float:left; padding:6px 0 0 0; width:auto; }

#hp-pod3 img { float:right;  padding:6px 0 0 0; width:auto; }

/* home pod promo pods */

#home-promos-wrap { width:780px;
               background:url("home-promo-bk.jpg") repeat-x top left;
               height:164px;
               border-top:solid #ccc 1px;

}

#home-promos-wrap h3 { margin:10px 0 2px 0; padding:0; font-size:2.6em; font-weight:normal; }

#home-promos-wrap p { font-size:1.1em; padding:0; margin:0; }

#home-promos-wrap a { color:#1F6CA5; font-weight:bold; }

.promo-pod1, .promo-pod2, .promo-pod3 { width:249px;
             border-right:solid #ccc 1px;
             height:164px;
             float:left;
             padding:0 5px;
}

.promo-pod3 { border-right:none; width:250px; }

.limg { float:left; padding:4px 3px 0 0; }

.rimg { float:right; padding:4px 0 0 3px; }

.promo-pod1 h3, .promo-pod3 h3 { text-indent:-9999px; height:0; }


/* home page mailing list form */

#mlistfrm { margin:0; padding:5px 10px;
            background-color:#999;
            width:760px; color:#fff;
            
}

#mlistfrm p { margin:0; padding:0; }

#mlistfrm p label { font-size:2.0em; padding-right:5px; }

#etxt { width:250px;
         font-family: Georgia, Arial, Verdana, sans-serif;
         font-size:1.4em; color:#999;
         margin-right:5px; padding:2px 0 2px 5px;
}

           
/* NEW PRODUCTS WRAPPER */

#new-prods-wrap { width:780px;
                  background:url("new-prods-bk.gif") repeat-y top left;
                  padding:2px 0;
                  border-bottom:solid #999 1px;
                  margin-bottom:10px;
}

.new-item { width:190px;
            padding:44px 5px 0 0;
            float:left;
            height:240px;
            position:relative;
}

.newlabel { position:absolute;
            right:4px;
            top:2px;
}

.new-item p { text-align:center; height:160px; }

.new-item p, .new-item h5  {
              padding:0 6px; margin:0;
}

.new-item h5 { text-transform:uppercase;
               font-size:1.1em;
               
}

.new-item h5 a { color:#000; }

.new-item em { color:#c00; font-style:normal; font-size:1.4em;
               display:block;
               font-weight:bold;
               padding:0 6px;
}

#maincontent h6 { font-size:1.8em;
                  color:#666;
                  padding:0 0 10px 5px; margin:0;
}

.hp-txt { color:#999; font-size:11px;
          margin:0 0 10px 5px!important;
          padding:0!important;
          color:#666;
}


/* FOOTER */

#footer { width:940px;
         height:13.0em;
          padding:5px 0;
          background:url("title-bk.jpg") repeat-x top left;
          margin:0 auto;
}

#footer div { width:144px;
                    float:left;
                    border-right:dashed #AFAFB1 1px;
                    padding:0 3px 0 8px;
                     height:13.0em;
}

.nofbords { border-right:none!important }

#acards { width:153px!important; padding:0 1px 0 5px!important; }

#acards p { padding:25px 0 0 0;
            margin:0; color:#fff;
            text-align:center;
            
}

#acards p img { display:block; }

#footer h6 { text-transform:uppercase;
             color:#f90;
             font-size:1.1em;
             padding:0 0 4px 0; margin:5px 0 0 0;
             letter-spacing:1px;
}

#footer ul { margin:0; padding:0;
             list-style:none;
             }

#footer li { 
             color:#fff; font-size:1.1em;
             line-height:1.4em;
}

#footer li a { color:#fff; 
               padding:0;
             
}

#slinks li { padding:0 0 8px 0!important; }

/* SITE CREDITS */

#site-credits { width:966px;
                margin:0 auto;
                background:url("page-foot-bk.jpg") no-repeat top left;
                padding:15px 0 0 0;
}

#site-credits p { margin:0; padding:5px 0 0 0;
                  color:#666;
}

#site-credits p a { color:#666; }


/* SECTION STYLING */

#sec-wrap, #broc-wrap { width:762px; float:right; padding-bottom:40px; }

/* BREADCRUMB LINK */

#crumb-lnk { color:#666; padding:0 0 5px 0;
             border-bottom:solid #666 1px;
             margin:0 0 10px 0;
             }
             
#crumb-lnk a { color:#666; }

#sec-hr { color:#c00;
           font-size:3.2em;
           padding:0; margin:0 0 5px 0;
           }
           
/* PRODUCT SUMMARY  */

.prod-sum { width:230px;
            float:left;
            padding:0 24px 0 0;
            height:300px;
            }

.prod-sum p { margin:0; padding:0 0 4px 0;
               text-align:center;
               border-bottom:solid #666 1px;
               height:205px;
               }
               
.prod-sum em { color:#666;
               font-size:1.2em;
               font-style:normal;
               display:block;
               padding:0 0 4px 0;
               text-transform:uppercase;
} 
               
.prod-sum h3 { padding:4px 20px 0 0; margin:0 0 2px 0;
               font-size:1.2em;
               text-transform:uppercase;
               }
               
.prod-sum h3 a { color:#010101; }
               
.prod-sum h4 { color:#c00;
               font-size:1.3em;
               padding:0; margin:0;
               display:inline;
}

.prod-sum h5 { color:#000;
               font-size:1.3em;
               padding:0 5px 0 0; margin:0;
               text-decoration: line-through;
               display:inline;
} 

/* PRODUCT DETAIL */



#prod-detail-img { width:380px; 
                   float:left;
                   margin-top:20px;
                   }
                   
#prod-detail-img p { text-align:center; 
                     border:solid #E5E5E5 1px;
                     padding:40px 0;
                     width:378px;
                     margin:0!important;
 }
 

.lboxp { padding:10px 0!important; margin:0!important;
         border:none!important; text-align:left!important;
 }

.lboxp a { padding-right:5px; }

.lboxp img { border:solid #ccc 1px; } 

#prod-detail-img em { background-color:#e5e5e5;
                      font-style:normal;
                      padding:0 0 0 4px;
                      font-size:11px; padding:3px 4px;
                      display:block;
                      }

#prod-detail-txt { width:300px;
                    float:right; padding-right:30px;
                    margin-top:25px;
                    }
                    
#prod-detail-txt h3 { font-size:2.6em;
                      padding:0; margin:0;
                      font-weight:normal;
                      }
                      
#prod-detail-txt h4 { font-size:1.8em;
                      padding:3px 0 0 0;
                      margin:0 0 10px 0;
                      color:#666;
                      font-weight:normal;
                      }
                      
#prod-detail-txt h5, #prod-detail-txt em { font-size:1.8em;
                      padding:3px 5px 0 0;
                      margin:0;
                      color:#c00;
                      display:inline;
                      }
                      
#prod-detail-txt em { color:#000; text-decoration: line-through; }

#back-btn { text-align:right!important; }

#back-btn a { color:#666; }

/* SHOPPING CART STYLES */

.cartheading { color:#fff; }

#sec-wrap td, #sec-wrap td, #sec-wrap td input, #sec-wrap td select { font-size:11px;
                               font-family: Georgia, Arial, Verdana, sans-serif;
}

/* BROCHURE PAGES */

#broc-wrap p { font-size:1.1em;
               margin:0 0 10px 0;
               padding:0;
}

#broc-wrap h3 { color:#c00;
           font-size:1.2em;
           padding:0; margin:0 0 5px 0;
           }
           
.cimgf { text-align:center; }

.limgf { float:left;
        margin:0 10px 10px 0;
}

.rimgf { float:right;
        margin:0 0 10px 10px;
}

#gmap { padding:0 0 10px 0; margin:0; }  

/* SIZE CHART STYLES */

.stab { width:600px; clear:both;
        font-size:12px;
        border-top:solid #ccc 1px;
        margin:0 0 15px 0;
 }
 
.stab td { background-color:#efefef; text-align:center;          
 }

#chkmsg { font-size:14px; color:#c00; }

/* IE6 MESSAGE */

.noie6 { background-color:#f90;
         color:#fff;
         font-size:12px;
         text-align:center;
         position:absolute;
         top:0; left:0;
         width:100%;
         font-weight:bold;
         padding:0; margin:0;
         height:0;
         overflow:hidden;
         }
         
/* CHECKOUT */

.chk-header { font-size:2.2em; padding:0 0 10px 0; margin:0; 
              color:#6ebcbf;
}

#maincontent td, #maincontent table, #check-content input, #maincontent select { font-family: Arial, Verdana, sans-serif;
                                          font-size:12px;  
 }
 
#maincontent th, td.cartheading, h3.checkout-heading, .cartheading b { color:#fff; } 

.checkout-heading { color:#fff!important; 
                    font-family: Arial, Verdana, sans-serif;
}

.checkout-cart th {  color:#000!important; }

.checkout-checkoutbg { color:#fff!important; }

.checkout-change-button { background-color:#000; border:solid #fff 1px; 
}

.highlight-button, .normal-button { background-color:#000!important; border:solid #000 1px!important; font-weight:bold; }

/* HOME PAGE 2010 */



  /* top banner */

#hp-banner { width:780px; }
             
#hp-banner p { width:580px;
               float:left;
               padding:0; margin:0;
}

#hp-banner-sm { width:199px;
                float:right;
}

#hp-banner h2 { margin:0; padding:0;
               text-indent:-9999px;
               position: relative;
               width:199px;
               }

#hp-banner h2 a {
                display: block;
               text-decoration: none;
               cursor: pointer;
               }

#hp-banner h2 span {  
                     position: absolute;
                     top: 0;
                     left: 0;
                     width:199px;
                     }

#hp-banner h2#tban span, #tban, #hp-banner h2#bban span, #bban { height:160px; }

#hp-banner h2#cban span, #cban { height:158px; }

#cban { border-top:solid #fff 1px;
        border-bottom:solid #fff 1px;
} 

#hp-banner h2#tban span { background:url("womens-shoes.jpg") no-repeat top left; }

#hp-banner h2#cban span { background:url("sale-offer-advert.gif") no-repeat top left;  }

#hp-banner h2#bban span { background:url("mens-shoes-advert.jpg") no-repeat top left;  }   	

      
#bhr { background-color:#000;
       margin:0; padding:0 2px;
       font-size:1.6em;
       color:#fff;
       line-height:2.0em;
}

/* Scrolling Banner */

#mycrawler { width:768px;
             border:solid #fff 1px;
             position:relative;
             clear:both;
             }

#mycrawler p { margin:0!important;
               padding:0!important;
}

#mycrawler p a { padding-right:5px; }

/* RECENTLY VIEWED AND RELATED ITEMS */

.recent-tab { width:760px;
              clear:both;
              padding:40px 10px 40px 0;
              }

.relprod { width:180px;
          float:left;
          padding:10px 10px 0 0;
}

.recent-tab h4 { font-size:1.6em;
             padding:0 2px; margin:0;
             color:#fff;
             background-color:#000;
             line-height:1.8em;
}

.relprod h5 { font-size:1.2em; padding:0; margin:0; }

.relprod h5 a { color:#010101; }

.relprod p { font-size:1.2em; 
             padding:0; margin:0;
}

.relprod p strong { color:#cc0000; }

.pimg { text-align:center;
        height:160px;
        padding:0!important; margin:0 0 5px 0!important;
        border-bottom:solid 1px #000;
}

.cbtn { padding:5px 0!important; margin:0!important; } 

#recentstlist { width:780px; }

.feefologo { padding:0!important; margin:5px 0!important; } 

/* section text */   

.sectxt { font-size:1.1em;
          padding:0 0 10px 0; margin:0; 
}        
     

/* 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;
}
