/* Copyright Peblaco - http://www.peblaco.co.uk/
Removing this notice or redistributing this file in whole or in part is prohibited
Visit http://www.peblaco.co.uk/ for Actinic templates and themes */

body {
	margin: 0px;
	padding: 20px 0 20px 0;
	background-color:#c5d8eb;
	background-image: url("dhuk_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 76%;
}

form {
	padding: 0;
	margin: 0;
	}

/* Actinic.css default styles */

a:link {color: #d70000;text-decoration: underline;}
a:visited {color: #d70000;text-decoration: underline;}
a:hover {color: #d70000;text-decoration: underline;}
a:active {color: #d70000;text-decoration: underline;}

a.checkout-checkoutbg {
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-size: 0.9em;
}

a.checkout-checkoutbg:link {
	color: #ffffff;
	text-decoration: none;
}

a.checkout-checkoutbg:visited {
	color: #ffffff;
	text-decoration: none;
}

a.checkout-checkoutbg:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.checkout-checkoutbg:active {
	color: #ffffff;
	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;
}

ul {
	list-style-type: square;
}

/* Generic text formatting used throughout the store ---------------------------- */

.actCHECKOUTEM {
	background-color: #d70000;
}

.actCHECKOUTBG {
	background-color: #ffffff;
}

.actlarger {
	font-size: 1.3em;
	color: #000000;
}

.actsmaller{
	font-size: 0.9em;
	color: #000000;
}

.actxxsmall {
	font-size: 0.9em;
	color: #000000;
}

.actxsmall {
	font-size: 1.1em;
	color: #000000;
}

.actsmall {
	font-size: 1.1em;
	color: #000000;
}

.actregular {
	font-size: 1.3em;
	color: #000000;
}

.actlarge{
	font-size: 1.4em;
	color: #000000;
}

.actxlarge {
	font-size: 1.5em;
	color: #000000;
}

.actxxlarge {
	font-size: 1.5em;
	color: #000000;
}


.actwarningcolor {
	color: #d70000;
}
	
.actrequiredcolor {
	color: #d70000;
}

.actsearchhighlightcolor {
	color: #0000ff;
}

.actrequired {
	color: #d70000;
}

.actwarning {
	font-size: 1.1em;
	color: #d70000;
}

.actwelcome {
	font-size: 1.1em;
	color: #000000;
}

.actlogotext {
	font-size: 1.1em;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 1.1em;
	color: #d70000;
}

/* Boxes and borders ------------------------------------------- */

.thinborder1 {
	border: 1px solid #990000;
}

.thinborder2 {
	border: 1px solid #d70000;
}

.thinred {
	border: solid 1px #990000;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #d70000;
	border-top: 0px;
} 

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #c5d8eb;
}

a.boxlink:link{
	color: #c5d8eb;
	text-decoration:none;
}

a.boxlink:visited{
	color: #c5d8eb;
	text-decoration:none;
}

a.boxlink:hover{
	color: #c5d8eb;
	text-decoration:underline;
}

a.boxlink:active{
	color: #c5d8eb;
	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: 580px;
	border-collapse: collapse;
	padding: 0px 0px;
	margin-bottom: 5px;
}

table.checkout-cart th{
	font-weight: bold;
	background-color: #ffffff;
	border-top: solid 1px #d70000;
	border-bottom: solid 1px #d70000;
	padding: 4px 4px;
}

table.checkout-cart td{
	padding: 4px 4px;
}

table.checkout {
	width: 580px;
	border-collapse: collapse;
	padding: 0px 0px;
	text-align: left;
	margin-bottom: 5px;
}

table.checkout th {
	background-color: #d70000;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 5px 2px 2px 5px;
	border-bottom: solid 3px #CCCCCC;
}

table.checkout th.instruction {
	font-size: 1.1em;
	font-weight: normal;
}

table.checkout th.change {
	font-size: 1.1em;
	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;
	background-color: #d70000;
	border: 1px solid #990000;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}

table.checkout td {
	background-color: #ffffff;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 2px 2px;
}

table.checkout#idBothAddressesTable col {
	width: auto;
}

td#idCheckoutHelpLabel,
table.checkout#idBothAddressesTable col.prompt {
	width: 130px;
}

.cart {
	background-color: #ffffff;
	border-bottom: solid 1px #d70000;
}

.checkout-cartheading {
	font-weight: bold;
	background-color: #ffffff;
	border-top: solid 1px #d70000;
	border-bottom: solid 1px #d70000;
}

.cartheading {
	background-color: #d70000;
	font-weight: bold;
	color: #ffffff;
}

h2.checkout-heading {
	background-color: #d70000;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 2px;
	border-bottom: solid 3px #CCCCCC;
	width: 100%;
}

h3.checkout-heading {
	width: 100%; 
	padding: 3px 0 0 5px;
	background-color: #d70000;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	border-bottom: solid 3px #CCCCCC;
}

.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: 1.1em;*/
	font-weight: bold;
	color: #ffffff;
	background: #990000;
	padding: 5px;
	border: solid 1px #000000;
}

input.highlight-button {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.1em;*/
	font-weight: bold;
	color: #ffffff;
	background: #d70000;
	padding: 5px;
	border: solid 1px #000000;
}

.checkout-field-label {
	width: 160px;
}

.checkout-field-input {
	width: auto;
}

.checkout-field-input input, .checkout-field-input select {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.1em;
	color: #000000;
	background-color: #c5d8eb;*/
	padding: 2px;
}

.InvoiceField input, .InvoiceField select {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.1em;
	color: #000000;
	background-color: #c5d8eb;*/
	padding: 2px;
}

.DeliverField input, .DeliverField select {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.1em;
	color: #000000;
	background-color: #c5d8eb;*/
	padding: 2px;
}

table.checkout#idBothAddressesTable select {
	width: 211px;
}

input.checkbox {
	background-color: #ffffff;
	border: 0;	
}

.checkout-field-area {
	background: #ffffff;
	border-bottom: solid 2px #CCCCCC;
	width: 100%;
}

.checkout-field-area p {
	margin: 0;
	padding: 4px;
}

div.checkout-buttons {
	width: 100%; 
	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: #990000;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #990000;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #990000;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #990000;
	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: 100%;
	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;
	font-size: 0.8em;
	font-weight: bold;
}

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 ------------------------------------ */



/* 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	{
	font-size: 1.3em;
	font-weight: 900;
	margin: 0px;		
	padding: 10px 0px 5px 0px;
	color: #333333;
	}
	
h1.subheading	{
	font-size: 1.3em;
	font-weight: 900;
	margin: 0px;
	padding: 0 0 5px 0;
	color: #d70000;
	}
	
h2, h3	{
	font-size: 1.3em;
	font-weight: 900;
	margin: 0px;
	padding: 2px 0px 5px 0px;
	color: #d70000;
	}

h3 {color: #000000;}
	
h2.clearall	{
	font-size: 1.3em;
	font-weight: 900;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #d70000;
	clear:both;
	}
	
h3.product	{
	font-size: 1.3em;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color: #d70000;
	}
	
h3.product_price	{
	font-size: 1.1em;
	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: #990000;
	font-weight: 900;
	font-size: 1.3em;
	}

/* Default formatting of all text boxes used in store pages ---------------- */

.form_input_general	{
	line-height: normal;
	font-size : 1.1em;
	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 : 1.1em;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #000000;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #d70000
	}

.form_button_quick_search	{
	line-height: 13px;
	height: 18px;
	width: 85px;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 12px;
	font-size : 1.1em;
	background-color: #d70000;
	border: 1px solid #990000;
	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: 0.9em;
	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: #d70000;
	font-weight: 900;
	font-size: 1.1em;
	}
	
.text_product_small_info_price	{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	line-height:normal;
	font-weight: 900;
	font-size: 1.1em;
	}

.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: 1.1em;
	color: #d70000;
	}

a.product_section:visited  {
	color : #d70000;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #d70000;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #d70000;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #d70000;
	text-decoration : none;
	}

/* lines -------------------------------------------------------------------------------- */

.dotted_line_blue	{
	height: 1px;
	background-color: #d70000;
	background-image:url('theme_dotted_line.gif');
	clear:both;
	}
	
.solid_line_light_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #d70000;
	clear:both;
	}
	
.solid_line_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #d70000;
	clear:both;
	}
	
.dotted_outline_blue	{
	border: 1px dotted #d70000;
	padding: 8px;
	}		



/* Styles for 'Compact Parent Section List' ------------------------ */

.text_breadcrumbs	{
	font-size: 0.9em;
	color: #990000;
	margin: 0px;
	line-height:normal;
	padding: 2px 0px 10px 0px;
	}	

a.link_breadcrumbs:visited	{	
	color : #990000;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #990000;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #990000;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #990000;
	text-decoration : underline;
	}
	

/* Page footer  --------------------------------------------------------*/

.text_footer	{
	color: #d70000;
	font-size: 0.9em;
	padding:0px;
	margin:4px 0px 0px 0px;
	}

.text_menu_no_space	{
	word-spacing: normal;
	}

a.link_footer:visited  {
	color : #0000ff;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #0000ff;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #0000ff;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #0000ff;
	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 : 1.1em;
	background-color: #d70000;
	border: 1px solid #990000;
	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 : 1.1em;
	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: #d70000; 
	border: 1px solid #0000ff;
	}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #d70000;
	border: 1px solid #0000ff;
	}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #d70000;
	border: 1px solid #0000ff;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #990000;
	border: 1px solid #0000ff;
	}

/* Styles for 'Top Level Section List In Boxes' and 'Brochure Nav Bar In Boxes' --------------------*/

.tech_main_menu	{
	background-color: #990000
   }
		
.tech_menu_bottom	{
	height: 4px;
	background-color: #990000;
	}
		
.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 #990000 solid;
   }
		
div.tech_menu_button_product {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #990000 solid;
   }
		
.tech_menu_button_title	{
	width: 122px;
	border-top: 1px #ffffff solid;
	background-color: #990000;
   }

.tech_text_product_section	{
	padding: 3px 3px 3px 5px;
	margin: 0px;
	color : #ffffff;
	font-size : 1.1em;
	font-weight: 900;
   }

div.tech_menu_button a  {
	width: 113px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px;
	text-align:left;
	background-color: #d70000;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #d70000;
   }
	
div.tech_menu_button a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #0000ff;
   }
	
div.tech_menu_button a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #d70000;
	}

div.tech_menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0000ff;
   }

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: #d70000;
	font-size: 1.1em;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #990000;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #990000;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #990000;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #0000ff;
	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 #990000;
	width: 229px;
	margin: 0px 20px 14px 0px;
	}
		
.heading_marketing_box p.text_product_small_info_heading	{
	background-color: #990000;
	border-bottom: 2px solid #990000;
	color: #ffffff;
	font-weight: 900;
	font-size: 1.1em;
	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 #990000;
	}

.indented-link a:hover {
	background-color: #0000ff;
	}

/* 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 #0000ff;
	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;
	}

/* Peblaco styles */

#pagewrapper {
	font-size: 1.1em;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	}

#pagewrapper{width: 1001px;margin-left: auto;margin-right: auto;}.skip,.dev{position: absolute;left: -9999px;width: 990px;}.clear,.clearbr{clear: both; line-height: 0; margin: 0; padding: 0; border: 0;}#container, #main{width: 100%;padding: 0;}#LeftAndRightleftcontainer{width: 100%;float: left;margin-right: -210px;/*background-color: #990000; Main and Right if Left longest*/}#LeftAndRightleftcontainer .sub{width: 100%;float: right;margin-left: -210px;/*background-color: #990000; Left and Right if Main longest*/}#LeftAndRightmaincontainer{margin: 0 210px 0 210px;padding: 5px 0 5px 0;/*background-color: #c5d8eb;*/}#LeftAndRightleft{width: 210px;float: left;color: #ffffff;/*background-color: #990000;*/}#LeftAndRightright{width: 210px;float: right;/*background-color: #990000;*/}#LeftOnlyleftcontainer{width: 100%;/*background-color: #990000; Main and Right if Left longest*/}#LeftOnlyleftcontainer .sub{width: 100%;float: right;margin-left: -210px;/*background-color: #990000; Left and Right if Main longest*/}#LeftOnlymaincontainer{margin: 0 0 0 210px;padding: 5px 5px 0 0;/*background-color: #c5d8eb;*/}#LeftOnlyleft{width: 210px;float: left;color: #ffffff;/*background-color: #990000;*/}#RightOnlyleftcontainer{width: 100%;float: left;margin-right: -210px;/*background-color: #990000; Main and Right if Left longest*/}#RightOnlyleftcontainer .sub{width: 100%;/*background-color: #990000; Left and Right if Main longest*/}#RightOnlymaincontainer{margin: 0 210px 0 0;padding: 5px 0 5px 5px;/*background-color: #c5d8eb;*/}#RightOnlyright{width: 210px;float: right;/*background-color: #990000;*/}#Noneleftcontainer, #Noneleftcontainer .sub{width: 100%;}#Nonemaincontainer{margin: 0;padding: 0 5px 0 5px;/*background-color: #c5d8eb;*/}

.clearbr {height: 5px;}
#footer {text-align: center; background-color: #333333;padding: 20px;}



#mainnavigationtop {
	float: right;
	width: 700px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	}

#footerlinks {padding: 4px 3px 3px 10px;}

#header {
	height: 132px;
	
	}

#logotop img, #logoside img {
	vertical-align: middle;
	border: 0;
	}

#logotop {float: left;width:555px;padding: 10px 0 0 10px;}

#sectiontabs {width: 993px; margin:auto;}
#sectiontabsbottom {width: 985px; margin:auto;background-color:#999999;height:7px;}
#sectiontabs {margin-left:6px;}
#sectiontabs ul li {float: left;text-align:center;line-height: 12px;margin-left:2px;}
#sectiontabs ul li a {font-size: 0.9em;color: #FFFFFF;font-weight: bold;text-decoration:none;display: block;}
#sectiontabs a.tabshort {width: 70px; height: 37px;padding: 2px 2px 0 2px;background-image: url('dhuk-tab-short.gif');background-position: top;background-repeat: no-repeat;}
#sectiontabs a.tabmedium {width: 80px; height: 37px;padding: 2px 2px 0 2px;background-image: url('dhuk-tab-medium.gif');background-position: top;background-repeat: no-repeat;}
#sectiontabs a.tablong {width: 83px; height: 37px;padding: 2px 2px 0 2px;background-image: url('dhuk-tab-long.gif');background-position: top;background-repeat: no-repeat;}

#searchmainnavigation {width: 983px;height:36px;margin:auto; background-color:#eaeaea;border: 1px solid #CCCCCC;}

#quicksearchtop {float: left; width: 250px;padding-left:10px;}
#quicksearchtop #searchtitle {float: left;padding: 4px 9px 0 0;color: #333333;font-weight: bold;}
#quicksearchtop #searchbox {float: left;padding: 0;}
#quicksearchtop #advsearch {padding-left: 64px;}
#quicksearchtop #advsearch a {color:#333333; text-decoration:underline; line-height: 11px;}
#quicksearchside {margin: 10px 5px 15px 5px;}
#quicksearchside #searchbox {padding: 5px 5px 0px 5px;}
.searchinput {width: 110px;height: 12px;border-width: 1px;border-color: #000000;background-color: #FFFFFF;border-style: solid;}
.searchgo {width: 35px;height: 22px;background: url('dhuk-search-button.gif');background-position: left 3px;background-repeat: no-repeat;border: none;color: #ffffff;font-weight: bold; font-size: 0.9em;}

#headerbuttons {float: left; width: 140px; margin-top: 10px;padding-left: 40px;}
#headerbuttons img {margin-top: 5px;}

#shoppingcarttop {float: right; width: 219px;padding: 10px 10px 0 0;color: #d70000; font-weight: bold;}
#shoppingcarttop .shoppingcarttitle {color: #d70000;font-size: 1.3em;}

#shoppingcartside {margin: 15px 10px 15px 10px;color: #000000;text-align: center;}

#quicksearchside #searchtitle, #sectionlistside .sectionlistheader, #brochurenavbarside .sectionlistheader, #bestsellerslist .sectionlistheader, #newproductslist .sectionlistheader, #mainnavigationside .sectionlistheader {
	padding: 5px 0 5px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3em;
	background-image: url('dhuk-nav-title.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	text-align:center;
	}

#shoppingcartside .shoppingcarttitle {color: #d70000;font-size: 1.3em;}

#sectionlisttop .sectionlistheader, #brochurenavbartop .sectionlistheader {
	float: left;
	margin: 0px;
	padding: 5px 10px 2px 5px;
	line-height:normal;
	color: #000000;
	font-weight: 900;
	font-size: 1.3em;
	}

#mainnavigationside, #sectionlistside, #brochurenavbarside, .sidebarimage, .sidebarinfo, #bestsellerslist, #newproductslist, #sidebarpayment {color: #000000;margin: 15px 10px 15px 10px;}

.sidebarinfo {padding: 10px;border: 1px solid #CCCCCC;}
.sidebarinfotitle {font-size: 1.3em;font-weight: bold;color: #d70000;}
.sidebarinfotext {font-size: 0.9em;}

#brochurenavbarside .actxxsmall {color: #000000;}

#sectionlisttop, #brochurenavbartop {background-color: #d70000;}



.bestnewpad {width:168px; padding: 5px 10px 5px 10px;color: #000000;border: #d70000 1px solid;}
a.bestnewlink {width: 80px; height:19px; color: #ffffff;background-image: url('dhuk-curved-button.jpg');background-position: top;background-repeat: no-repeat; padding-top: 3px;display: block; text-align:center;font-weight: bold;font-size: 0.9em;margin-bottom: 5px; text-decoration:none;}

#footernavigation, #copyright {font-size: 0.8em;text-align: center;padding: 5px;color: #ffffff}

.priceprompt {font-weight: bold;color: #d70000;}
.price {font-weight: bold; color:#333333; font-size: 1.3em;}

.headerfooter {margin:20px 0 20px 0; text-align:center;}

.alsorelated {float: left;width: 220px;margin-right: 24px;}
.alsorelatedleft {float: left; width: 100px;}
.alsorelatedright {float: right; width: 120px;}
.alsorelatedtitle {color: #000000;font-size: 1.3em;font-weight:bold;}
.alsorelatedprice {font-weight:bold;color: #d70000;}

#sectiontabs ul, #mainnavigationtop ul, #shoppingcarttop ul, #sectionlisttop ul, #brochurenavbartop ul, #shoppingcartside ul, #mainnavigationside ul, #sectionlistside ul, #brochurenavbarside ul, #footernavigation ul, #copyright ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sectionlisttop ul, #brochurenavbartop ul {padding: 2px 5px 0px 5px;}
#mainnavigationtop li {float: left;}

#sectionlisttop li, #brochurenavbartop li, #footernavigation li, #copyright li {
   border-left: 1px solid #000000;
   float: left;
   line-height: 1.2em;
   margin: .5em .5em .5em -.5em;
   padding: 0 .6em 0 .6em;
   white-space: nowrap;
   }

#shoppingcarttop ul {padding: 5px;clear:both;}
#shoppingcarttop li {float: left;margin-left: 5px; text-align:center;}
#shoppingcartside li {float: left;text-align:center;}

#sectionlisttop li, #brochurenavbartop li {border-left: 1px solid #ffffff;}

#footernavigation li, #copyright li {float: none;display: inline;border-left: 1px solid #ffffff;}

#sectionlisttop ul li.first, #brochurenavbartop ul li.first, #footernavigation ul li.first, #copyright ul li.first {border-left: none;}

#footernavigation a:link, #copyright a:link, #footernavigation a:visited, #copyright a:visited, #footernavigation a:hover, #copyright a:hover, #footernavigation a:active, #copyright a:active {color: #ffffff;}

#shoppingcarttop ul li a, #shoppingcartside ul li a {color: #ffffff; text-decoration: none; font-size: 0.9em; display: block;}
#shoppingcarttop ul li a.basketbutton, #shoppingcarttop ul li a.checkoutbutton {width: 80px; height:20px;background-image: url('dhuk-curved-button.jpg');background-position: top;background-repeat: no-repeat; padding-top: 2px;}

#sectionlisttop a:link, #brochurenavbartop a:link, #sectionlisttop a:visited, #brochurenavbartop a:visited, #sectionlisttop a:hover, #brochurenavbartop a:hover, #sectionlisttop a:active, #brochurenavbartop a:active {
	color: #d70000;
	}

#mainnavigationtop ul li a:link, #mainnavigationtop ul li a:visited, #mainnavigationtop ul li a:hover, #mainnavigationtop ul li a:active {color: #333333; text-decoration: none; padding-right: 20px;font-size: 0.9em;}

#mainnavigationtop ul li a:hover, #mainnavigationtop ul li a:active {text-decoration:underline;}

#mainnavigationside a:link, #sectionlistside a:link, #brochurenavbarside a:link, #mainnavigationside a:visited, #sectionlistside a:visited, #brochurenavbarside a:visited, #mainnavigationside a:hover, #sectionlistside a:hover, #brochurenavbarside a:hover, #mainnavigationside a:active, #sectionlistside a:active, #brochurenavbarside a:active {
	color: #333333; text-decoration: none; display: block; padding: 3px; font-weight: bold; font-size: 0.9em; border-right: 1px solid #333333; border-left: 1px solid #333333; border-bottom: 1px solid #333333;
	}

#mainnavigationside a:hover, #sectionlistside a:hover, #brochurenavbarside a:hover, #mainnavigationside a:active, #sectionlistside a:active, #brochurenavbarside a:active {
	background-color: #CCCCCC;
	}

#advsearch a:link, #advsearch a:visited, #advsearch a:hover, #advsearch a:active {color: #d70000;font-size: 0.8em;}
#advsearch a:hover, #advsearch a:active {color: #990000;}

SELECT {FONT-FAMILY: Arial, Helvetica, sans-serif;}
#selectsection {font-family: Arial, Helvetica, sans-serif;font-size: 1.1em;}

.imagecolumns3container {float: left;width: 193px;}
.imagecolumns3 {width: 190px;margin: 0 1px 0 1px;}

.homesectionboxcontainer {float: left;width: 190px;}
.homesectionbox {width: 178px;margin: 6px 0 0 11px;border: 1px solid #d70000;text-align: center;}
.homesectionbox .sectionboxtitle {height: 35px;background-color: #d70000;}
.homesectionbox .sectionboxtitle a {color: #ffffff;display: block;font-weight: bold;padding: 0 0 2px 0;text-decoration: none;font-size: 0.8em;}

.sectionboxcontainer {float: left;width: 190px;}
.sectionbox {width: 181px;border: 1px solid #d70000;margin: 0 4px 10px 4px;text-align: center;}
.sectionbox .sectionboxtitle {height: 35px;background-color: #d70000;}
.sectionbox .sectionboxtitle a {color: #ffffff;display: block;font-weight: bold;padding: 0;text-decoration: none;font-size: 0.8em;}
.sectionborder {border: 1px solid #CCCCCC;margin: 5px 0 5px 0;}
.sectionviewdetails {margin-top: 5px;}

.homeimage {margin-bottom: 5px;}
.brochure {margin-bottom: 7px;}
.fromprice {font-size: 1.1em;color: #d70000;font-weight: bold;}
.cardlogos {text-align: center;}
.productlayout {border: #CCCCCC 2px solid;margin: 0 5px 0 5px;padding: 5px 10px 5px 10px;}
.productlayout img {border: #CCCCCC 1px solid;}

/* Overwriting Actinic.css styles */
.text_heading_left_column {padding: 0px 0px 5px 0px;}
#bestsellerslist .solid_line_blue, #newproductslist .solid_line_blue, #bestsellerslist .dotted_line_blue, #newproductslist .dotted_line_blue {background-color: #d70000;background-image: none;}
#bestsellerslist .sidebox, #newproductslist .sidebox, #bestsellerslist .boxbody, #newproductslist .boxbody, #bestsellerslist .sidebox a, #newproductslist .sidebox a, #bestsellerslist .boxbody a, #newproductslist .boxbody a {color: #d70000;}

#brochurenavbarside .dotted_line_blue, #sectionlistside .dotted_line_blue {background: none;}
.text_product_small_info a {font-size: 0.9em;}
.text_product_small_info_heading a:link, .text_product_small_info_heading a:visited {color: #000000; text-decoration: none;}
.text_product_small_info_heading a:hover, .text_product_small_info_heading a:active {color: #000000; text-decoration: underline;}

/* Cart font size workaround */
.actregular div.CheckoutCartSection {font-size: 12px;}
