html, body {
	background-image: url(../../images/generic/bg_body.gif);
	background-color: #9c9c9c;
}

/* ############### topbar ############### */
div#topbar {
	background-image: url(../../images/topbar/bg.gif);
	background-color: #ffffff;
}
div#topbar div#topbarlogin td.links {
	color: #595959;
}
div#topbar div#topbarlogin input {
	border: 1px solid #aaaaac;
	margin: 3px 5px 3px 3px;
}
div#topbar div#topbarlogin input.loginsubmit {
	width: 55px;
	height: 24px;
}





/* ################### top info ######################## */
div#topinfo {
	background-image: url(../../images/topinfo/bg.gif);
	background-repeat: repeat-x;
	background-color: #424242;
	border-top: 1px solid #212121;
	border-bottom: 1px solid #2f2f2f;
	color: #ffffff;
}
div#topinfo div#topinfo_left p {
	color: #000000;
}
div#topinfo div#topinfo_left p strong {
	color: #ffffff;
}



/* ################### top tools ######################## */
div#toptools {
	background-image: url(../../images/toptools/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
div.toptoolsleft h2 {
	color: #9f9f9f;
}
div.toptoolsleft select {
	border: 1px solid #939393;
}
div.toptoolsleft input {
	border: 1px solid #939393;
}
div.toptoolsright ul li {
	border-left: 1px solid #b6b6b6;
}
div.toptoolsright ul li a:link, div.toptoolsright ul li a:visited {
	color: #000000;
}
div.toptoolsright ul li a.print {
	background-image: url(../../images/generic/icon_print_grey.gif);
}
div.toptoolsright ul li a.email {
	background-image: url(../../images/generic/icon_email_grey.gif);
}
div.toptoolsright ul li a.viewall {
	background-image: url(../../images/generic/icon_viewall_grey.gif);
}



/* ################### hero area ######################## */
div#heroarea_quicksearch {
	background-image: url(../../images/hero/button_quickproductsearch.gif);
	background-repeat: no-repeat;
	color: #ffffff;
}





/* ################### home_content ######################## */
div#home_content { background: #945300; }



/* Quick search */
div#home_content_quicksearch {
	background-color: #353535;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #b3b3b3;
	text-align:left;
}
div#home_content_quicksearch h3 {
	font-size: #b3b3b3;
}
div#home_content_quicksearch input {
	border: 1px solid #b3b3b3;
}
div#home_content_quicksearch select {
	border: 1px solid #b3b3b3;
}
div#home_content_quicksearch p.search input {
	border: 0;
	width: 113px;
	height: 27px;
}
div#home_content_quicksearch p.buttons {
	text-align: left;
	margin: 0;
}
div#home_content_quicksearch p.buttons a:link, div#home_content_quicksearch p.buttons a:visited {
	color: #ffffff !important;
	text-decoration: none;
}
div#home_content_quicksearch p.buttons a:hover, div#home_content_quicksearch p.buttons a:focus {
	text-decoration: underline;
}


/* feature area */
div#home_content_feature {
	background: #e48b16;
	color: #ffffff;
}
div#home_content_latest {
	background: #e48b16;
	color: #ffffff;
}
div#home_content_feature h2, div#home_content_latest h2 { /* header style for both boxes */
	background: #89530d;
}
div#home_content_feature h2 a.rss, div#home_content_latest h2 a.rss { /* header style for both boxes */
	margin: -16px 0 -2px 0;
}
div#home_content_feature table h2 {
	color: #ffffff;
}
div.home_content_feature_footer a:link, div.home_content_feature_footer a:visited {
	color: #ffffff !important;
}
div.home_content_address { background-color: #945300; }
div.home_content_address p { background-color: #e48b16; padding: 5px; }






	/* table style for 1 item */
div#home_content_feature table.oneitem img {
	border: 1px solid #353535;
}
div#home_content_feature table.oneitem h2 a, div#home_content_feature table.oneitem h2 a:visited {
	color: #ffffff;
}

/*table styles for 2 items */
div#home_content_feature table.twoitems img {
	border: 1px solid #353535;
}
div#home_content_feature table.twoitems h2 a, div#home_content_feature table.twoitems h2 a:visited {
	color: #ffffff;
}
div.home_content_feature_footer a, div.home_content_feature_footer a:visited {
	color: #b3b3b3;
}


div#home_content_warranty {
	background: #595959;
	color: #ffffff;
}
div#home_content_email {
	background: #595959;
	color: #ffffff;
}




/*#################### maincontentarea ######################### */
div#maincontentarea { background: url(/images/generic/bg_maincontainer.gif) repeat-x bottom left; }

table.productsearchresults h2 { color: #000000; background: #f3f3f3; border-bottom: 1px solid #e4e4e4; }
table.productsearchresults td.instructions { border-right: 1px solid #dedede; color: #b2b2b2; }

/*
table.productsearchresults td.brands { border-right: 1px solid #dedede; }
table.productsearchresults td.brands ul li a, table.productsearchresults td.brands ul li a:visited { color: #999999; }
table.productsearchresults td.brands ul li a:hover, table.productsearchresults td.brands ul li a:focus { color: #000000; }
table.productsearchresults td.brands ul li a.on:link, table.productsearchresults td.brands ul li a.on:visited, table.productsearchresults td.brands ul li a.on:hover, table.productsearchresults td.brands ul li a.on:focus { color: #000000; background: #fff468; }
table.productsearchresults td.range div { border-bottom: 1px solid #dedede; }
table.productsearchresults td.range table th h3 { color: #606060; }
table.productsearchresults td.range table td a:link, table.productsearchresults td.range table td a:visited { text-decoration: none; color: #999999; }
table.productsearchresults td.range table td a:hover, table.productsearchresults td.range table td a:focus, table.productsearchresults td.range table td a.on {
	background: #fff468; color: #000000; font-weight: bold;
}
*/

table.productsearchresults td.brands { border-right: 1px solid #dedede; }
table.productsearchresults td.brands ul li a, table.productsearchresults td.brands ul li a:visited { color: #999999; font-weight:bold;}
table.productsearchresults td.brands ul li a:hover, table.productsearchresults td.brands ul li a:focus, table.productsearchresults td.brands ul li a:link, table.productsearchresults td.brands ul li a:visited { color: #999999; }
table.productsearchresults td.brands ul li.on a:link, table.productsearchresults td.brands ul li.on a:visited, table.productsearchresults td.brands ul li.on a:hover, table.productsearchresults td.brands ul li.on a:focus { color: #000000; background: #fdb65a; text-decoration: none; font-weight:bold;}
table.productsearchresults td.range div { border-bottom: 1px solid #dedede; }
table.productsearchresults td.range table th h3 { color: #606060; }
table.productsearchresults td.range table td a:link, table.productsearchresults td.range table td a:visited,table.productsearchresults td.range table td a:hover, table.productsearchresults td.range table td a:focus { text-decoration: none; color: #999999; background: none; font-weight: normal; }
table.productsearchresults td.range table td.on a,
table.productsearchresults td.range table td.on a:visited, table.productsearchresults td.range table td.on a:link { background: #fdb65a; color: #000000; }
table.productsearchresults td.range table td a.on { background: #fdb65a; color: #000000; }



/* styles for brand details page */
table.productsearchresults td.brand_details {
	color: #b2b2b2;
}
table.productsearchresults td.brand_details h2 {
	background: none;
}

	/* .brandrange */
table.productsearchresults td.brandrange h3 {
	font-size: 12px;
	color: #606060;
}
table.productsearchresults td.brandrange div {
}
table.productsearchresults td.brandrange table th {
	background: none;
	border: none;
}
table.productsearchresults td.brandrange table th h3 {
	color: #606060;
	font-size: 12px;
}
table.productsearchresults td.brandrange table th h4 {
	font-size: 11px;
	font-weight: normal;
}
table.productsearchresults td.brandrange table td h4 {
	font-weight: normal;
	color: #000000;
	font-size: 100%;
}
table.productsearchresults td.brandrange table td a:link, table.productsearchresults td.brandrange table td a:visited {
	text-decoration: none;
	color: #999999;
}
table.productsearchresults td.brandrange table td a:hover, table.productsearchresults td.brandrange table td a:focus, table.productsearchresults td.brandrange table td a.on {
	color: #000000;
}



div#breadcrumb {
	background: #f3f3f3;
	color: #000000;
	border-bottom: 1px solid #dedede;
}
div#breadcrumb a:link, div#breadcrumb a:visited {
	text-decoration: none;
	color: #000000;
}
div#breadcrumb a:hover, div#breadcrumb a:focus {
	text-decoration: underline;
	color: inherit;
}
div#breadcrumb a.on, div#breadcrumb a.on:focus, div#breadcrumb a.on:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

/* .product_detail */
table.product_detail th h2 {
	color: #939393;
	font-weight: normal;
	border-bottom: 1px solid #dedede;
}
table.product_detail td.brand {
	border-right: 1px solid #dedede;
}
table.product_detail td.brand p {
	color: #909090;
}

table.product_detail td.image{
	/* width: 225px; */
	text-align: center;
	border-right: 1px solid #dedede;
}
table.product_detail td.model h2 {
	font-size: 16px;
}
table.model_available th {
	font-size: 10px;
	color: #939393;
}
table.model_available td {
	font-size: 10px;
	color: #939393;
}


h2.additional, h2.additional_additional {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	color: #939393 !important;
	font-weight: normal;
	font-size: 10px !important;
}
table.additional td img {
	border: 1px solid #dedede;
}
table.additional_horizontal td img {
	border: 1px solid #dedede;
}
table.additional_horizontal td p {
	color: #7f7f7f;
}
table.additional td a:link, table.additional td a:visited, table.additional_horizontal td a:link, table.additional_horizontal td a:visited {
	font-size: 10px;
	color: #7f7f7f;
	text-decoration: none;
}
table.additional td a:hover, table.additional td a:focus, table.additional_horizontal td a:hover, table.additional_horizontal td a:focus  {
	color: #000000;
	text-decoration: none;
}
table.additional_horizontal td h2 a:link, table.additional_horizontal td h2 a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
table.additional_horizontal td h2 a:hover, table.additional_horizontal td h2 a:focus  {
	color: #000000;
	text-decoration: underline;
}
table.additional_horizontal td a:link, table.additional_horizontal td a:visited {
	font-size: 11px;
	text-decoration: underline;
}
table.additional_horizontal td a:hover, table.additional_horizontal td a:focus  {
	color: #000000;
	text-decoration: underline;
}
table.product_specification th {
	color: #939393;
	font-weight: normal;
	font-size: 10px;
}
table.product_specification td h2 {
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
table.product_specification td.border {
	border-right: 1px solid #dedede;
}
table.product_specification table .spec {
	color: #909090;
}
table.product_specification table .two_col_mod {
	padding: 3px 7px 0 35px !important;
}
table.product_specification table .detail {
	color: #000000;
}
table.product_specification table .detail p {
	color: #000000;
}
table.product_specification_detail a, table.product_specification_detail a:visited {
	font-weight: bold;
	text-decoration: none;
}
table.product_specification_detail a:hover, table.product_specification_detail a:focus {
	text-decoration: underline;
}





/* product_news_special_one */
h2.specialsgrey {
	color: #999999;
}
div.product_news_special_one {
	background-color: #f3f3f3;
}
table.product_news_special_one td h2, table.product_news_special_one td h3 {
	border-bottom: 1px solid #dedede;
	font-size: 13px;
	font-weight: bold;
}
table.product_news_special_one td h3 {
	color: #fd0000;
}
table.product_news_special_two td.img img {
	border: 1px solid #dedede;
}
table.product_news_special_two td.price {
	color: #fd0000;
	font-size: 12px;
}


/* ############### FOOTER ################ */
div#footer { background: #ffffff; }
div#footer div.footer_left p { color: #727274; }
div#footer div.footer_left p.linetwo {
	color: #999999;
}
div#footer div.footer_left p a:link, div#footer div.footer_left p a:visited {
	color: #727274;
	text-decoration: none;
}
div#footer div.footer_left p a:hover, div#footer div.footer_left p a:focus {
	text-decoration: underline;
}

ul.slashes_red a:link, ul.slashes_red a:visited {
	background-image: url(../../images/generic/list_style_slashes_red.gif);
}

.category_image { padding:5px 0 0 0 !important; }
.forgotten_password_send_btn { padding:10px 0 10px 0 !important; margin:0px !important; }

table.product_news th h2 {color: #000000;font-size: 12px;padding: 0 8px 6px px; border-bottom: 1px solid #dedede;}