/* template: Redcar - navy #1 */

* {
	font-family: Tahoma;
}

body, table, div {
	font-size: 12px;
}

a {
	color: #e6911a/*general links*/;
	text-decoration: none;
}

a:hover {
	color: #e6911a/*general links hover*/;
	text-decoration: underline;
}

h1 {

	font-size: 14px;

}



div.trail {
	font-size: 11px;
}

div.trail a {
	font-size: 11px;
}

div.trail span.print_friendly { display: block; float: right; padding: 1px 0; padding-left: 20px; background: transparent url(print.gif) no-repeat left center; }

div.trail span.print_friendly a { font-family: Tahoma, sans-serif; font-size: 11px; color: #000000/*print link*/; text-decoration: underline; }

div.trail span.print_friendly a:hover { color: #666666/*print link hover*/; text-decoration: none; }



table.header {
	background-color: #ffffff/*header background*/;
	width: 90%;
	font-size: 11px;
	font-weight: bold;
	color: #6f91aa/*header text*/;
	padding-bottom: 2px;
}


table.header span.member_status {
	background: url(member.gif) no-repeat;
	padding-left: 20px;
	font-size: 11px;
	line-height: 20px;
}

table.header span.member_status a {
	text-decoration: none;
}

table.header span.basket_status {
	background: url(basket.gif) no-repeat;
	padding-left: 20px;
	font-size: 11px;
	line-height: 20px;
}

table.header span.basket_status span {
	color: #e6911a/*basket status text*/;
}

table.header span.links {
	color: #575a5c/*header links*/;
	line-height: 20px;
	font-size: 12px;
}

table.header span.links a {
	padding-left: 10px;
}

table.header td.left a, table.header td.left a img {
	border: 0;
}	


table.nav_container {
	width: 100%;	
}

table.nav_container {
	background: url(tab_bg.gif) 0 100% repeat-x;
}

table.nav {
	font-size: 11px;
	color: #ffffff; 
	border-left: 1px solid #ffffff;
}

table.nav a, table.nav a:hover {
	color: #ffffff/*navigation tabs text*/;
	text-decoration: none;
}

table.nav td.cat_link {
	background: transparent url(tab_left.gif) no-repeat left top;
	border-right: 1px solid #ffffff;
	padding: 0px 0px 5px 0px;
}

table.nav td.cat_link_active, table.nav td.cat_link_hover {
	background: transparent url(tab_active_left.gif) no-repeat left top;
	border-right: 1px solid #ffffff;
	padding: 0px 0px 5px 0px;
}


table.nav a, table.nav td.cat_link a:active {
	display: block;
	background: transparent url(tab_right.gif) no-repeat right top;
	padding: 5px 10px 5px 10px;
}

table.nav td.cat_link_active a, table.nav a:active, table.nav td.cat_link_hover a, table.nav a:hover {
	display: block;
	background: transparent url(tab_active_right.gif) no-repeat right top;
	padding: 5px 10px 5px 10px;
}




table.subnav {
	width: 100%;	
	background: url(subnav_bg.gif);
	margin-top: 1px;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 2px;
}

table.subnav td {
	padding: 5px 20px 5px 5px;
}

table.subnav a {
	background: url(subnav_spacer.gif) no-repeat right top;
	color: #ffffff/*sub navbar links*/;
	text-decoration: none;
	padding: 5px 20px 5px 5px;
}

table.subnav a:hover {
	background: url(subnav_spacer.gif) no-repeat right top;
	color: #ffffff/*sub navbar links hover*/;
	text-decoration: underline;
	padding: 5px 20px 5px 5px;
	
}



table.search form {
	margin: 0;
	padding: 0;
}

table.search {
	width: 100%;
	background: #f1f1f1/*search bar background*/;
}

table.search td {
	padding: 5px;
}


table.search td span {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;	
}




table.footer_sep {
	width: 100%;
	height: 3px;
	background: #e6911a/*footer seperator bar*/;
}

table.footer {
	width: 100%;
	margin-top: 1px;	
}

table.footer td {
	color: #ffffff/*footer text*/;
	font-size: 10px;
	background: url(footer_bg.gif);
	padding: 5px;
}

 table.footer div {
	color: #ffffff/*footer text*/;
	font-size: 10px;
}

table.footer td a {
	color: #ffffff/*footer links*/;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

table.footer td a:hover {
	color: #ffffff/*footer links hover*/;
	text-decoration: underline;
}



table.main {
	width: 100%;
	margin-top: 2px;
}

table.main td.left {
	width: 191px;
	border-right: 1px solid #ffffff;
}

table.main td.right {
	width: 190px;
	border-left: 1px solid #ffffff;
}


table.main td.center {
	border-left: 1px solid #edecec;
	border-right: 1px solid #edecec;
	border-color: #edecec/*content borders*/;
	padding: 5px 10px;
}




table.sidebar {
	width: 191px;
	padding: 0;
	margin-bottom: 15px;
	font-size: 11px;
}

table.sidebar td {
	padding: 5px 2px 0;
}


table.sidebar caption {
	background: url(sidebar_caption_bg.gif);
	color: #ffffff/*sidebar title text*/;
	font-size: 9px;
	padding: 6px;
}



table.sidebar#categories td {
	background: #f7f7f7; /*sidebar categories l2 background*/
	border-top: 1px solid #ffffff;
	padding: 3px 10px;
	font-size: 11px;		
}

table.sidebar#categories td.l1, table.sidebar#categories td.l1_over, table.sidebar#categories td.l1_active {
	background: #6f91aa/*sidebar categories l1 background*/;
}

table.sidebar#categories a {
	color: #4f5861/*sidebar categories l2 links*/;
	text-decoration: none;
}

table.sidebar#categories td.l1 a, table.sidebar#categories td.l1_over a, table.sidebar#categories td.l1_active a {
	color: #ffffff/*sidebar categories l1 links*/;
	text-decoration: none;
}

table.sidebar#categories a:hover {
	text-decoration: underline;
}



table.hp table.hp_buy input {
	color: #e6911a/*general links*/;
}

table.bask tr td input {
	color: #e6911a/*general links*/;
}


h2 { margin: 0; padding: 0; font-size: 12pt; font-family: Verdana, sans-serif; font-weight: bold; color: #ff9900; }
h3 { margin: 0; padding: 0; font-size: 10pt; font-family: Verdana, sans-serif; font-weight: bold; color: #ff9900; }
h4 { margin: 0; padding: 0; font-size: 10pt; font-family: Verdana, sans-serif; font-weight: bold; color: #003366; }
h5 { margin: 0; padding: 0; font-size: 10pt; font-family: Verdana, sans-serif; font-weight: bold; color: #000000; }
h6 { margin: 0; padding: 0; font-size: 10pt; font-family: Verdana, sans-serif; font-weight: normal; color: #000000; }

li { margin-left: 20px; }


/* markup: Account list markup #22 */

table.njh_list_default { margin-top: 10px; width: 100%; font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
table.njh_list_default td { padding: 0; text-align: left; }
table.njh_list_default tr.row0 td table.item_l { background: #ffffff url(../files/graphics/markup/default/gradient1.gif) repeat-x scroll left bottom; }
table.njh_list_default tr.row1 td table.item_l { background: #ffffff url(../files/graphics/markup/default/gradient2.gif) repeat-x scroll left top; }
table.item_l { height: 120px; border: 1px solid #dddddd; margin-bottom: 10px; }
table.item_l td { padding: 12px 0; }
table.item_l div.thumb { width: 100px; text-align: center; margin: 0 10px; }
table.item_l div.thumb img { padding: 2px; border: 1px solid #999999; }
table.item_l div.title { font-size: 14px; font-weight: bold; color: #cc0000; text-align: left; padding-left: 10px; }
div.summary { padding-left: 10px; margin-top: 10px; }table.item_l div.pricing { margin-top: -5px; text-align: right; font-weight: bold; color: #4d9dcb; }
table.item_l div.pricing span.inc { padding-left: 10px; }
table.item_l div.pricing span.price_inc { font-size: 18px; color: #ff9211; }
table.item_l div.pricing span.rrp { display: block; width: 240px; font-weight: normal; }
table.item_l span.stock { display: block; text-align: right; font-weight: bold; background: transparent url(../files/graphics/markup/default/stock.gif) no-repeat scroll right center; padding: 4px 25px 3px 0; width: 215px; margin-top: 5px; }
div.basket { width: 133px; float: right; margin-left: 10px; padding-top: 10px; }
div.distance {clear: both; padding-top: 10px; text-align: center; margin-right: 10px; }



/* markup: Account view markup #23 */

table.item { width: 100%; font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
table.item select, table.item option { font-weight: bold; color: #333333; }
table.item td { text-align: left; vertical-align: top; }
table.item td.image { text-align: center; padding-right: 15px; }
div.socialnet { width: 152px; margin: 15px auto 25px auto; }
div#speccontainer { width: 360px; background: #f9f9f9; background: #ffffff url(../files/graphics/markup/default/gradient2.gif) repeat-x scroll left top; padding: 20px 25px; margin-top: -10px; }
table.item div.pricing { font-weight: bold; color: #4d9dcb; }
table.item div.pricing span.price_inc { font-size: 18px; color: #ff9211; }
table.item div.pricing span.price { display: block; }
table.item div.pricing span.inc { font-size: 12px; color: #4d9dcb; }
table.item div.pricing span.rrp { display: block; font-weight: normal; }
table.item span.stock { display: block; font-weight: bold; background: transparent url(../files/graphics/markup/default/stock.gif) no-repeat scroll left center; padding: 4px 0px 3px 25px; margin-top: 5px; }
table.ordering { margin: 15px 0; }
table.ordering td.quan { padding-right: 10px; }
div#breadcrumb div.trail { display: none; }
div.trail { margin-bottom: 20px; padding: 10px 0; border-bottom: 1px dotted #999999; font-family: Verdana, sans-serif; font-size: 10px; }
span.goback { display: block; position: relative; top: 26px; left: 330px; font-family: Verdana, sans-serif; font-size: 10px; }
span.goback a, div.trail a { color: #454545; text-decoration: none; text-transform: uppercase; }
span.goback a:hover, div.trail a:hover { color: #454545; text-decoration: underline; }
div.trail a.current, div.trail a.current:hover { display: block; font-weight: bold; }
div.item_details { font-size: 14px; padding-bottom: 5px; border-bottom: 1px dotted #999999; margin: 10px 0; }
div.item_details span.desc { display: block; float: right; font-size: 11px; margin-top: 3px; }
table.attributes td.attribute-label { padding-right: 20px; }
div.refer { margin-top: 10px; }
div.refer img { margin-bottom: -5px; margin-right: 5px; }
div.imgbrowser { margin-top: 4px; font-weight: bold; }
div.imgbrowser img { margin-bottom: -3px; margin-right: 5px; }
table.ec_external_links { margin: 10px 0; }
table.ec_external_links td { padding-right: 10px; }
table.options { height: 50px; margin-top: 15px; margin-bottom: 5px; background: #dddddd url(../files/graphics/markup/default/options.png) no-repeat scroll right 5px; border-top: 5px solid #dddddd; border-bottom: 5px solid #dddddd; border-right: 10px solid #dddddd; }
table.options td { padding: 5px 10px; }
table.options td.label { padding-top: 7px; }
table.options td.input { padding-right: 45px; }
table.options td.input select, table.options td.input option { font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
table.item_accessories td { vertical-align: middle; }
table.item_accessories td.image { padding-bottom: 5px; padding-right: 5px; }
table.item_accessories td.detail { padding-left: 10px; }



/* markup: Banner view markup #26 */

table.item { width: 100%; font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
table.item select, table.item option { font-weight: bold; color: #333333; }
table.item td { text-align: left; vertical-align: top; }
table.item td.image { width: 170px; vertical-align: top; text-align: center; padding-right: 15px; }
table.item td.image div.imgbrowser { height: 16px; overflow: hidden; margin-bottom: 5px; }
table.item td.image div.smthumb img { margin-right: 3px; margin-bottom: 3px; }
div.socialnet { width: 152px; margin: 16px auto 25px auto; }
div#speccontainer { width: 360px; background: #f9f9f9; background: #ffffff url(../files/graphics/markup/default/gradient2.gif) repeat-x scroll left top; padding: 20px 25px; margin-top: -10px; }
table.item div.pricing { font-weight: bold; color: #4d9dcb; }
table.item div.pricing span.price_inc { font-size: 18px; color: #ff9211; }
table.item div.pricing span.price { display: block; }
table.item div.pricing span.inc { font-size: 12px; color: #4d9dcb; }
table.item div.pricing span.rrp { display: block; font-weight: normal; }
table.item span.stock { display: block; font-weight: bold; background: transparent url(../files/graphics/markup/default/stock.gif) no-repeat scroll left center; padding: 4px 0px 3px 25px; margin-top: 5px; }
table.ordering { margin: 15px 0; }
table.ordering td.quan { padding-right: 10px; }
div#breadcrumb div.trail { display: none; }
div.trail { margin-bottom: 20px; padding: 10px 0; border-bottom: 1px dotted #999999; font-family: Verdana, sans-serif; font-size: 10px; }
span.goback { display: block; position: relative; top: 26px; left: 330px; font-family: Verdana, sans-serif; font-size: 10px; }
span.goback a, div.trail a { color: #454545; text-decoration: none; text-transform: uppercase; }
span.goback a:hover, div.trail a:hover { color: #454545; text-decoration: underline; }
div.trail a.current, div.trail a.current:hover { display: block; font-weight: bold; }
div.item_details { font-size: 14px; padding-bottom: 5px; border-bottom: 1px dotted #999999; margin: 10px 0; }
div.item_details span.desc { display: block; float: right; font-size: 11px; margin-top: 3px; }
table.attributes td.attribute-label { padding-right: 20px; }
div.refer { margin-top: 10px; }
div.refer img { margin-bottom: -5px; margin-right: 5px; }
div.imgbrowser { margin-top: 4px; font-weight: bold; }
div.imgbrowser img { margin-bottom: -3px; margin-right: 5px; }
table.ec_external_links { margin: 10px 0; }
table.ec_external_links td { padding-right: 10px; }
table.options { height: 50px; margin-top: 15px; margin-bottom: 5px; background: #dddddd url(../files/graphics/markup/default/options.png) no-repeat scroll right 5px; border-top: 5px solid #dddddd; border-bottom: 5px solid #dddddd; border-right: 10px solid #dddddd; }
table.options td { padding: 5px 10px; }
table.options td.label { padding-top: 7px; }
table.options td.input { padding-right: 45px; }
table.options td.input select, table.options td.input option { font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
table.item_accessories td { vertical-align: middle; }
table.item_accessories td.image { padding-bottom: 5px; padding-right: 5px; }
table.item_accessories td.detail { padding-left: 10px; }
.ec_img { float: left; }table.item { width: 100%; font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
table.item select, table.item option { font-weight: bold; color: #333333; }
table.item td { text-align: left; vertical-align: top; }
table.item td.image { text-align: center; padding-right: 15px; }
div.socialnet { width: 152px; margin: 15px auto 25px auto; }
div#speccontainer { width: 360px; background: #f9f9f9; background: #ffffff url(../files/graphics/markup/default/gradient2.gif) repeat-x scroll left top; padding: 20px 25px; margin-top: -10px; }
table.item div.pricing { font-weight: bold; color: #4d9dcb; }
table.item div.pricing span.price_inc { font-size: 18px; color: #ff9211; }
table.item div.pricing span.price { display: block; }
table.item div.pricing span.inc { font-size: 12px; color: #4d9dcb; }
table.item div.pricing span.rrp { display: block; font-weight: normal; }
table.item span.stock { display: block; font-weight: bold; background: transparent url(../files/graphics/markup/default/stock.gif) no-repeat scroll left center; padding: 4px 0px 3px 25px; margin-top: 5px; }
table.ordering { margin: 15px 0; }
table.ordering td.quan { padding-right: 10px; }
div#breadcrumb div.trail { display: none; }
div.trail { margin-bottom: 20px; padding: 10px 0; border-bottom: 1px dotted #999999; font-family: Verdana, sans-serif; font-size: 10px; }
span.goback { display: block; position: relative; top: 26px; left: 330px; font-family: Verdana, sans-serif; font-size: 10px; }
span.goback a, div.trail a { color: #454545; text-decoration: none; text-transform: uppercase; }
span.goback a:hover, div.trail a:hover { color: #454545; text-decoration: underline; }
div.trail a.current, div.trail a.current:hover { display: block; font-weight: bold; }
div.item_details { font-size: 14px; padding-bottom: 5px; border-bottom: 1px dotted #999999; margin: 10px 0; }
div.item_details span.desc { display: block; float: right; font-size: 11px; margin-top: 3px; }
table.attributes td.attribute-label { padding-right: 20px; }
div.refer { margin-top: 10px; }
div.refer img { margin-bottom: -5px; margin-right: 5px; }
div.imgbrowser { margin-top: 4px; font-weight: bold; }
div.imgbrowser img { margin-bottom: -3px; margin-right: 5px; }
table.ec_external_links { margin: 10px 0; }
table.ec_external_links td { padding-right: 10px; }
table.options { height: 50px; margin-top: 15px; margin-bottom: 5px; background: #dddddd url(../files/graphics/markup/default/options.png) no-repeat scroll right 5px; border-top: 5px solid #dddddd; border-bottom: 5px solid #dddddd; border-right: 10px solid #dddddd; }
table.options td { padding: 5px 10px; }
table.options td.label { padding-top: 7px; }
table.options td.input { padding-right: 45px; }
table.options td.input select, table.options td.input option { font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
table.item_accessories td { vertical-align: middle; }
table.item_accessories td.image { padding-bottom: 5px; padding-right: 5px; }
table.item_accessories td.detail { padding-left: 10px; }
.ec_img { float: left; }



/* markup: Default subcategories markup #2 */

span.subcat { font-weight: bold; }


/* markup: Highlighted items #28 */

table.njh_hi_default { margin-top: 10px; width: 100%; font-family: 'Segoe UI', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
table.njh_hi_default td { padding: 3px; text-align: left; }
table.njh_hi_default tr.row0 td table.item_h { background: #ffffff url(../files/graphics/markup/default/gradient1.gif) repeat-x scroll left bottom; }
table.item_h { width: 100%; height: 320px; border: 1px solid #dddddd; margin-bottom: 10px; }
table.item_h td { padding: 4px; }
table.item_h td.image { text-align: center; height: 168px; }
table.item_h td.title { padding: 0 4px; font-size: 13px; font-weight: bold; color: #cc0000; text-align: left; }
div.summary_h { margin-top: 10px; margin-bottom: 24px; }
table.item_h div.pricing { margin-top: -5px; text-align: right; font-weight: bold; color: #4d9dcb; }
table.item_h div.pricing span.inc { padding-left: 10px; }
table.item_h div.pricing span.price_inc { font-size: 20px; color: #cc0000; }
table.item_h div.pricing span.rrp { display: block; font-weight: normal; }
table.item_h span.stock { display: block; float: left; text-align: left; font-weight: bold; background: transparent url(../files/graphics/markup/default/stock.gif) no-repeat scroll left center; padding: 3px 0px 2px 25px; width: 75px; margin-top: 5px; color: #555555; }


/* markup: Product list markup #3 */

table.items_list * { font-family: Tahoma; font-size: 12px; } table.items_list { width: 100%;border-bottom: 1px solid #cccccc; } 
table.items_list td { padding: 15px 3px; }
table.items_list td.image img { border: 1px solid #999999; padding: 3px; }
table.items_list table.item_title { font-family: Tahoma; width: 100%; font-size: 12px; }
table.items_list table.item_title td { padding: 0; font-weight: bold; }
table.items_list span.member { font-size: 12px; color: #666666; }
table.items_list span.member a { color: #666666;  text-decoration: underline; }
table.items_list span.member a:hover { color: #666666;  text-decoration: none; }
table.items_list span.distance { font-size: 11px; color: #666666; font-weight: bold; margin-bottom: 1px; }
table.items_list span.attribute { font-size: 11px; color: #666666; margin-bottom: 1px; }
table.items_list span.attribute-value { color: #333333; padding-right: 10px; } table.items_list span.content { font-size: 11px; margin-top: 6px; color: #666666; }
table.items_list span.content a.more { font-weight: bold; font-weight: normal; text-decoration: underline; color: #333333; }
table.items_list span.content a.more:hover { font-weight: normal; text-decoration: none; }
table.items_list span.summary { display: block; padding: 3px 0; } table.items_list table.ordering { margin-top: 10px; font-family: Tahoma; font-size: 11px; width: 100%; } 
table.items_list table.ordering td { padding: 0; } 
table.items_list span.availability { color: #666666; }
table.items_list span.price { color: #cc0000; font-weight: bold; margin-bottom: 1px; }
table.items_list span.basket input.qty { border: 1px solid #666666; padding: 2px 3px; font-size: 11px; }
table.items_list span.basket input.button { font-family: Tahoma; padding: 1px 3px; font-size: 11px; }



