.debug {
	background-color: #FF0000;  
}

.floatL {
	float: left;
	display: inline;
}
.floatR {
	float: right;
	display: inline;
}

body {
	background: #005c96 url('../images/bg_tile.gif') repeat-x scroll top left;
	margin: 10px 0 0 0;
	font: normal normal normal 0.75em Arial, Sans Serif;
	color: #333333;
}
a {
	color: #000000;
	text-decoration: none;;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	margin: 8px;
	font-weight: bold;
	font-size: 1.3em;
}
p, h1 {
	margin: 15px 24px 0 24px;
	font-weight: bold;
}

div.hr {
	margin: 0 24px 0 24px;
	padding: 0;
	height: 2px;
	background-color: #000;
	clear: both;
}
div.hr hr {
	display: none;
}

div.hr_solid_blue {
	margin: 0 10px 0 10px;
	padding: 0;
	height: 2px;
	background-color: #00365b;
}
div.hr_solid_blue hr {
	display: none;
}

div.hr_gradient_blue {
	margin: 0 0 0 13px;
	padding: 0;
	height: 12px;
	width: 560px;
	background: transparent url('../images/nav/hr_gradient_blue.gif') repeat-x scroll top left;
}
div.hr_gradient_blue hr {
	display: none;
}

.page_wrapper {
	width: 778px;
	text-align: left;
}








.masthead {
	width: 778px;
	background: transparent url('../images/bg_header.gif') no-repeat top left;
}

.logo {
	float: left;
	margin: 22px 0 0 24px;
}
.strapline {
	margin: 0 0 0 27px;
}

.navigation {
	margin: 40px 20px 0 13px;
	width: 560px;
}
.navigation_link {
	margin: 6px 2px 0 0;
	padding: 0;
}
.order_link {
	margin: 6px 0 0 0;
	padding: 0;
}












.main_content {
	background: transparent url('../images/bg_content.gif') repeat-y top left;
}











.footer {
	width: 778px;
	height: 37px;
	margin: 0 0 5px 0;
	padding-bottom: 20px;
	background: transparent url('../images/bg_footer.gif') no-repeat top left;
  
}

.footer_text {
	color: #666666;
	margin: 0 0 7px 0;
	font-weight: bold;
	font-size: 0.9em;
}

.thin_column {
	padding: 10px 0 10px 25px;
	float: left;
}
.thin_column img {
	margin: 0 0 5px 0;
}
.thin_column ul li {
	margin: 3px 5px 0 13px;
	font-weight: bold;
	clear: both;
}

.wide_column {
	width: 570px;
	margin: 0 0 10px 14px;
	float: left;
}
.wide_column .info_box {
	width: 556px;
	border: 2px solid #00365B;
	background: #F0F1EF url('../images/bg_info_box_green.gif') no-repeat scroll top left;
	margin: 10px 0 0 0;
}
.wide_column .info_box p {
	width: 380px;
	margin: 16px;
}

.product_preview {
	margin: 10px 10px 0 0;
	float: left;
}
.end_of_line {
	margin: 10px 0 0 0;
}
.results_row {
	clear: left;
	display: block;
}
.product_preview_img {
	border: 2px solid #000;
	display: block;
}
.product_preview_img img {
	margin: 5px;
}
.product_preview .description {
	width: 100px;
	margin: 7px 0 14px 0;
	padding: 0 10px 0 7px;
	float: left;
}
.product_preview .price {
	width: 56px;
	margin: 7px 0 14px 0;
	padding: 0 7px 0 0;
	float: left;
	text-align: right;
}

/*
.cookie_trail {
  margin: 0px 0 5px 0;
  padding: 5px;
  color: #666666;
  display: block;
  border: 2px solid #00365B; 
  background-color: #C7D0BA; 
} */




/* ================== */
/* LUCYART STYLE TABS */
/* ================== */


.product_detail {
	width: 387px;
	border: 1px solid #000;
	border-style: none solid solid solid;
}












/* ================== */
/* NEW TOP NAVIGATION */
/* ================== */
#nav {
	width: 388px;
	background: #F6F6F7 url("../images/tabs/tab_bg.gif") repeat-x bottom left;
	line-height: normal;
	margin: 0;
}
#nav ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
#nav li {
	float: left;
	background: url("../images/tabs/tab_left.gif") no-repeat left top;
	margin: 0 2px 3px 0;
	padding: 0 0 0 10px;
}
#nav a {
	float: left;
	display: block;
	background: url("../images/tabs/tab_right.gif") no-repeat right top;
	padding: 5px 15px 5px 5px;
	text-decoration: none;
	font: normal normal bold 1em verdana, sans-serif;
	color: #FFF;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float: none;}
/* End IE5-Mac hack */
#nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
#nav li.current {
	background-image: url("../images/tabs/tab_left_on.gif");
	border-bottom: 1px solid #3B3B3B;
}
#nav li.off {
	border-bottom: 1px solid #3B3B3B;
}
#nav li.current a {
	background-image: url("../images/tabs/tab_right_on.gif");
	color: #000000;
	padding-bottom: 5px;
}


.product_info {
	margin-top: 10px;
	padding-top: 8px;
	width: 386px;
	border: 1px solid #000;
}
.product_info img {
	margin: 12px;
}
.minibanners {
	width: 150px;
	margin: 10px 0 0 10px;
	/*	border: 1px solid #000; */
}
.minibanners img {
	border: 1px solid #000;
	margin: 0 0 10px 0;
	display: block;
}


.wide_column .banner {
	margin: 10px 0 0 0;
}
.wide_column .banner img {
	display: block;
}
.banner_text p {
	font-weight: normal;
	width: 380px;
}

/*
.add_to_cart {
	text-align: center;
}
.add_to_cart img {
	margin: 12px 29px 12px 29px;
	padding: 0;
}
*/
.add_to_cart img {
	margin: 10px 0 10px 195px;
	padding: 0;
}

table.product_specification {
	margin: 12px;
	width: 362px;
}
table.product_specification td {
	margin: 0px;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	border: 1px solid #4b4b4b;
	vertical-align: top;
}
table.product_specification td.feature {
	background-color: #00365b;
	background-color: #CCC;
	color: #000;
	width: 171px;
}
table.product_specification td.value {
	background-color: #F6F6F7;
	color: #000;
	border: 1px solid a0a0a1;
}





.product_list {
	width: 160px;
	float: left;
	margin: 0;
	padding: 0;
}
.sidenav {
/*	width: 160px;
	margin-right: 15px; */
}
.sidenav .expanded {
	list-style: disc outside none;
}

.ul {
	text-decoration: underline;
}




/* ============= */
/* SHOPPING CART */
/* ============= */

#cart {
	margin: 10px 20px 20px 15px;
	padding: 0;
	border-style: none;
	border-collapse:collapse;
}
#cart th, #cart td {
	padding: 4px;
}
#cart .product {
	border-bottom: 1px solid #00365B;
}
#cart .total {
	background-color: #00365B;
	color: #FFF;
}
#cart .deliveryzone {
/*	background-color: #00365B; */
	color: #00365B;
	color: #016229;
}

#cart .cart_header {
	background-color: #EBEBEB;
	border: 1px solid #00365B;
}
#cart .product_column {
	width: 300px;
}
#cart .price_column {
	width: 78px;
}
#cart .quantity_column {
	width: 98px;
}
#cart .subtotal_column {
	width: 78px;
}
#cart .functions_column {
	width: 78px;
}
h1.emptycart {
	width: 390px;
	text-align: center;
	margin: 0;
	padding: 90px 10px 10px 15px;
	float: left;
}
#form_checkout {
	float: left;
	width: 592px;
}
#form_checkout fieldset {
	width: 550px;
	margin: 0 0 0 15px;
	border: 2px solid #00365B;
}
#form_checkout fieldset legend {
	background-color: #F6F6F7;
	color: #00365B;
	padding: 0.5em;
	margin: 1em 1em 1em 1em;
	font-weight: bold;
	border-top: 2px solid #00365B;
	border-right: 2px solid #00365B;
	border-bottom: 2px solid #00365B;
	border-left: 2px solid #00365B;
}
#form_checkout fieldset div {
	padding: 0 0 0.5em 1em;
}
#form_checkout label {
	width: 7em;
	float: left;
}
#form_checkout div input, #form_checkout div textarea {
	margin-left: 7em;
}
.cartbutton {
	margin: 0 0 15px 420px;
	display: block;
}

div.colours, div.sizes {
	clear: both;
	width: 366px;
	padding: 10px 0 10px 0;
	margin: 0 10px 0 10px;
/*  border: 2px solid #00365B; 
	background: #F0F1EF url('../images/bg_info_box_green.gif') no-repeat scroll top left; */
	background-color: #D6DDCD;
	/*	margin: 10px 0 0 0; */
}
div.colours label, div.sizes label {
	margin: 2px 0 0 10px;
	float: left;
	width: 100px;
	display: inline;
	font-weight: bold;
}
div.colours select, div.sizes select {
	margin: 0 0 0 75px;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
}