/* Christmas theme ==== 
html { background: url("/images/xmas/bg-xmas.jpg") no-repeat fixed center bottom #1a263e !important; }
h1#logo {
	top: 10px !important;
	left: 250px !important;
	width: 484px !important;
	height: 120px !important;
	background: url(/images/xmas/logo-xmas.gif) 0 0 no-repeat !important;
}
body {
	background: url(/images/xmas/page-bg_xmas.jpg) 0 0 repeat-x transparent !important;
}
#container {
	background: url(/images/xmas/left-bg_xmas.jpg) 20px top repeat-y #FFFFFF !important;
}
END christmas theme */

html {
	background: url(/images/bg-fade.jpg) repeat-y center top #E8E8E8;
}

body {
	background: url(/images/page_bg.jpg) 0 0 repeat-x transparent;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

/* Common Functions ================ */

::-moz-selection{ background: #4169e1; color:#fff; text-shadow: none; }
::selection { background:#4169e1; color:#fff; text-shadow: none; }

.clear { clear: both; }

.floatLeft { float:left; }
.floatRight { float:right; }
.textLeft { text-align:left; }
.textRight { text-align:right; }

/* new clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.ltBlue, .ltblue {
	background-color:#d3d8e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce0e9', endColorstr='#cad0df'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#dce0e9), to(#cad0df)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #dce0e9,  #cad0df); /* for firefox 3.6+ */
	text-shadow:0 1px 0 #eceff6;
}

.dkBlue, .dkblue {
	background-color:#5890c7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69a6d2', endColorstr='#477abc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#69a6d2), to(#477abc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #69a6d2,  #477abc); /* for firefox 3.6+ */
	text-shadow:0 1px 0 #004485;
}

.left { float: left; }

.alignRight { text-align:right; }
.alignLeft { text-align:left; }
.alignCenter { text-align:center; }
img.alignCenter { margin-left:auto; margin-right:auto; display:block; }


form input.button,
form button.button {
	background-color: #004485;
	border: 0 none;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 6px;
	text-decoration: none;
	width:auto;
}

form input.button:hover,
form button.button:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

input.radio,
input.checkbox {
	width:30px !important;
}

label {
	font-weight:bold;
	cursor:pointer;
}

input, select, textarea {
	border: 1px solid #CAD0DF;
	background-color:#FFF;
	padding:4px;
	border-radius:4px 4px 4px 4px;
	font-size:inherit;
	font-family:inherit;
	cursor:pointer;
}


input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
    border-color: #8491B3;
}

input[type="button"] {
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 8px;
}

/* ==== SET ERROR STYLE ==== */

input.error,
select.error,
textarea.error {
	border-color:#F8ACAC;
	background:#fff4f4;
}

input.error:hover,
select.error:hover,
textarea.error:hover {
	border-color:#f19191;
}

input.error:focus,
select.error:focus,
textarea.error:focus {
	border-color:#D12228;
}

span.error {
	background-color: #D12228;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px 5px;
}


a.button {
	background-color: #8491B1;
	text-shadow: 0 1px #004484;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	display:inline-block;
	font-weight:bold;
}

a.button:hover {
	text-decoration:underline;
}

a.block-button {
	display:block;
	text-align:center;
	margin-bottom:10px;
}

a#lease-to-buy {
	margin-bottom:0;
}

/* ======== MESSAGES */
#message {
	margin: 10px 0;
	padding: 8px 8px 8px 33px;
	background: #E7E7E7 url(../images/message.gif) no-repeat 10px 50%;
	border: 2px solid #C7C7C7;
}

#message.error {
	background-color: #FFD1D1;
	background-image: url(../images/error.gif);
	border-color: #F8ACAC;
	color: #8D3F3F;
	clear: none;
}
#message.success {
	background-color: #E1FFD1;
	background-image: url(../images/success.gif);
	border-color: #C5F8AC;
	color: #468D3F;
	clear: none;
}


/* BF INTERNET footer link ================ */

p#bf { color: #999; font-size: 10px; padding: 0 20px 10px 0; text-align: right; margin:0; background-color:#FFF; }
p#bf a { font-weight:bold; color: #666; text-decoration:none; }
p#bf a:hover { color: #609; }


#gtnav1 a {
	display: block;
	font-size: 1em;
	text-decoration: none;
}

#gtnav1 a: hover {
	color: Red;
	text-decoration: underline;
}

#mainbody h1 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 0.5em;
}

#mainbody a: visited {
	color: silver;
}

.boxborder {
	border: 1px solid Gray;
	font-size: 1em;
}

.productbody {
	background-color: #fff;
	border: none;
	font-size: 1em;
	padding: 2px;
}

.search_box_field {
	font-size: 0.8em;
	width: 120px;
}

div#wrapper {
	margin: 0 auto;
	position: relative;
	width: 1032px;
}

:focus {
	-moz-outline-style: none;
}

#header {
	height: 141px !important;
	background: url(/images/toplogos1.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}

#phonebanner {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 250px;
	height: 130px;
	/*background: url(/images/7daybanner.jpg?v=2) 0 0 no-repeat;*/
	background: url(/images/7daybanner-new.jpg) 0 0 no-repeat;
}

#phonebanner span {
	text-indent: -9999px;
	display: block;
}

#phonebanner em {
    color: #FFF;
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    padding: 54px 0px 0px 30px;
    display: block;
    text-shadow: 0 0 3px #444;
}

#cklive {
	background: url(/images/cklive.gif) 0 0 no-repeat;
	height: 23px;
	position: absolute;
	right: 20px;
	text-indent: -9999px;
	top: 141px;
	width: 140px;
}

a#cklive: hover {
	background-position: 0 100%;
}

#cknews {
	color: #C62526;
	font-size: 1.1em;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 167px;
}

#byoq-btn {
	position: absolute;
	top: 140px;
	left: 13px;
	z-index: 10;
}


#container {
	background: url(/images/left_bg.jpg) 20px top repeat-y #FFFFFF;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	padding:0 20px;
}


/* LEFT BAR ========== */

#leftbar {
	float: left;
	width: 192px;
}

#leftbar_top {
	background-color: #FFFFFF;
}

#leftbar h4, #account-nav h4 {
	font-size:20px;
	font-weight:normal;
	letter-spacing:-0.5px;
	margin:0 0 10px 0;
	color:#FFFFFF;
	text-decoration:none;
}

.dark-wrapper {
	background-color:#004484;
}

.light-wrapper {
	background-color:#ebedf3;
}

#iframe-account {
	margin-bottom:1px;
}

#iframe-account-large {
	margin-bottom:1px;
	height:396px;
}


/* QUICK SEARCH BOX ============ */

.quicksearch {
	padding: 10px;
	margin-bottom:1px;
	height:75px;
}

#leftbar .quicksearch h4 {
	font-size:20px;
	letter-spacing:-0.5px;
	margin:0 0 10px 0;
	color:#004484;
}

.gsc-search-button .gsc-search-button-v2 {
	padding:6px;
	border-radius: 4px 4px 4px 4px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right:5px !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border-radius: 4px 4px 4px 4px;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding:0 !important;
}

.gsc-results .gsc-cursor-box {
	border-top:1px solid #e8e8e8;
	padding-top:10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	margin-right:4px !important;
}

.gsc-cursor-page {
	padding:5px 8px;
	border-width:1px;
	border-style:solid;
	background-color:#efefef !important;
	font-weight:bold;
	color:#444444 !important;
	display:inline-block !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	border-color:#999999;
}

.gsc-cursor-current-page {
	background-color:#cccccc !important;
	border-color:#999999 !important;
	color:#666666 !important;
}

.gsc-cursor-current-page {
	text-decoration:none !important;
}

#gsc-i-id1 {
	font-size:12px;
	position:relative;
	top:-2px;
	box-shadow:none !important;
}



/* EXTRA INFO SECTION ======== */

.extra-info {
	padding:10px;
	margin-bottom:1px;
}





.content {
	float: left;
	margin: 10px 0 0 20px;
	min-height: 800px;
	padding: 0;
	width: 550px;
}

.contentWide {
	float: left;
	margin: 10px 0 10px 20px;
	padding: 0;
	width: 778px;
	position:relative;
}

.content_home {
	border: 0 solid #ccc;
	float: left;
	margin: 10px 0px 0 20px;
	min-height: 800px;
	padding: 0;
	width: 550px;
}

.content a, .content_home a, .contentWide a {
	color:#004484;
}

.content a:hover, .content_home a:hover, .contentWide a:hover {
	color:#000000;
}


#homepage-chefs {
	margin: 0;
	border: 2px solid #004484;
	border-collapse: collapse;
}

#homepage-chefs td {
	vertical-align: top;
	text-align: center;
	font-size: 11px;
}

#homepage-chefs p {
	line-height: 15px;
	margin: 5px 0;
}

#homepage-chefs p.chef-title {
	height: 45px;
}

#homepage-chefs #chefs-more {
	background: #004484;
	text-align: right;
	padding: 2px 5px;
}

#homepage-chefs #chefs-more a {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
}

/* Sliding banner */

#slider-wrapper {
	margin:0 auto;
	width:550px;
	overflow:hidden;
	position:relative;
}

#slider-wrapper.shop-page {
	margin-top:10px;
}

#slider {
	height:220px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#slider li {
	list-style:none;
}

.shop-page #slider { height:110px; }

#slider-controls {
	margin:10px 0;
}

ul#slider-nav {
    margin:0;
    padding:10px 0;
    text-align:center;
}

#slider-nav li {
	display: inline-block;
	list-style:none;
}

ul#slider-nav li a {
	background-color: #666666;
	border: 2px solid #fff;
	border-radius:50%;
	width: 8px;
	height: 8px;
	text-indent: -999em;
	display: block;
	margin: 0 5px;
}

#slider-nav li a:hover { background-color: #004484; box-shadow:0 0 5px rgba(0,0,0,0.3); }
#slider-nav li a.active { background-color: #fff; border-color: #004484; }

#slider-controls .next,
#slider-controls .prev {
	text-decoration:none;
	color:#FFFFFF;
	font-size:2em;
	background-color:#004484;
	padding:0 10px 4px;
	position:absolute;
	top:90px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	opacity:0;
	filter: alpha(opacity=0);
	z-index:150;
	border-radius:50%;
}

.shop-page #slider-controls .next,
.shop-page #slider-controls .prev {
	top:40px;
}

#slider-controls .prev  { left:0; }
#slider-controls .next  { right:0; }

#slider-wrapper:hover #slider-controls .prev,
#slider-wrapper:hover #slider-controls .next {
	opacity:0.4;
	filter: alpha(opacity=40);
}

#slider-wrapper:hover #slider-controls .prev:hover,
#slider-wrapper:hover #slider-controls .next:hover {
	opacity:1;
	filter: alpha(opacity=100);
}

/* Homepage Category list menu */

#grid-menu {
	margin-bottom: 15px;
	padding:0;
}

.grid-link {
	list-style-type:none;
	float: left;
	width: 33.33%;
	position:relative;
}

.grid-link a {
	border: 1px solid #E8E8E8;
	border-radius: 4px 4px 4px 4px;
	display: block;
	height: 150px;
	margin: 2%;
	overflow: hidden;
	padding: 20px 2% 10px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.grid-link a:hover {
	border-color:#C9C9C9;
	box-shadow:0 0 5px #E8E8E8;
}

.grid-link img {
	display:block;
	margin:0 auto 5px;
}

.grid-link span {
	bottom: 4%;
	left: 0;
	padding: 0 3%;
	position: absolute;
	width: 94%;
}



h1#logo {
	position: absolute;
	top: 30px;
	left: 195px;
	width: 533px;
	height: 92px;
	background: url(/images/logo.gif) 0 0 no-repeat;
	text-indent: -9999px;
	z-index: 10;
	margin: 0;
	padding: 0;
}

h2#header_txt {
	background: url(/images/header_txt.gif) 0 0 no-repeat;
	height: 45px;
	left: 155px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 141px;
	width: 595px;
	z-index: 10;
}

h2 {
	color: #004484;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 14px;
	padding: 18px 0 0;
}

h3 {
	color: #004484;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.lcase {
	text-transform: lowercase;
}

.ucase {
	text-transform: uppercase;
}

#leftbar h3,.specialoffers h3,#quoteframe_front h3 {
	background: #004484;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 6px 0 6px 10px;
	text-align: left;
	text-transform: uppercase;
}

.specialoffers h3 a#more {
	color: #FBD391;
	font-size: 11px;
}

#leftbar h3 span {
	color: #fff;
}

p {
	line-height: 20px;
	margin: 4px 0 22px;
}



ul#topnav {
	margin: 0 0 1px 120px;
	padding: 8px 0 9px 0;
	z-index: 2;
	display:block;
	position:relative;
}

#topnav li {
	float: left;
	list-style-type: none;
}

#topnav li a {
	border-left: 1px solid #8491B1;
	color: #FFF;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
}

#topnav li.mcafee-logo a {
	border: medium none;
	padding: 0 2px;
	position: absolute;
	right: 8px;
	top: 5px;
}

#topnav li a:hover {
	text-decoration:underline;
}

#topnav li.first a {
	border:none;
}

#topnav a#topnav-viewcart {
	background:url(/images/cart.gif) no-repeat 15px 7px;
	padding-left:38px
}

.mcafee-logo a {
	background-color: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
}



ul#leftnav {
	margin: 5px 10px;
	padding: 0;
}

#leftnav li {
	list-style-type: none;
	text-align: left;
}

#leftnav li a {
	border: 0 solid #9D9D9D;
	color: #000;
	display: block;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
}



#footer_bg {
	clear:both;
	width:1032px;
}

#footer_blue {
	background: none repeat scroll 0 0 #004485;
   border: 0 solid #00FF00;
   margin: 0;
}

ul#btmnav {
	height: 27px;
	margin: 0;
	padding: 7px 0 0;
	z-index: 2;
}

#btmnav li a {
	color: #FFF;
	display: block;
	margin: 0;
	padding: 0 9px;
	text-decoration: none;
}

#btmnav li a:hover {
	text-decoration:underline;
}

p.VAT {
	color: #fff;
	text-align: center;
	margin:0;
}

.footereff {
	margin: 5px 0 0 30px;
	padding: 0;
	text-align: center;
	width: 220px;
	float: right;
}

a.eefflink, a:visited.eefflink {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

a.eeffbutton,a: visited.eeffbutton {
	border: 1px solid #000;
	display: block;
	height: 30px;
	margin: 2px 2px 3px;
}

a#ctrustlink {
	background: url(/images/ctrust_sm.jpg);
	float: right;
	width: 107px;
	height: 31px;
}

a#ecalink {
	background: url(/images/ECA_sm.jpg);
	float: left;
	width: 100px;
	height: 31px;
}

ul#footeraddress {
	background: #8491B3;
	height: 22px;
	margin: 0;
	padding: 7px 0 0;
	/*width: 990px;*/
	z-index: 2;
}

#footeraddress li {
	color: #FFF;
	float: left;
	font-size: 11px;
	list-style-type: none;
	padding: 0 21px 0 20px;
}

#footeraddress li a {
	display: block;
	margin: 0;
}

#footeraddress li a: hover {
	color: #F8991C;
}


#rightbar {
	float: right;
	padding: 0;
	width: 200px;
}

.specialoffers .offersbg {
	background: #EBEDF3;
	border-left: 1px solid #004484;
	padding: 20px 0 0;
	width: 100%;
}

.specialoffers .offerbox {
	float: left;
	margin: 0 0 10px 10px;
	width: 180px;
}

.specialoffers .image {
	margin: 0 0 10px;
}

.specialoffers a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	display:block;
}

.specialoffers a:hover, .specialoffers a:hover span.price {
	color: #E01E26;
}

/*.specialoffers span.product_name:hover*/ .offerbox:hover span.product_name  {
	text-decoration:underline;
}

.specialoffers img {
	max-width:100%;
}

.specialoffers p.text {
	color: #222;
	font-size: 11px;
	margin:0;
}

.specialoffers span.price {
	color: #004484;
	font-size: 16px;
	font-weight: 700;
}


div.tree {
	background-color: #EBEDF2;
	border: 2px solid #CAD0DF;
	border-radius: 10px 10px 10px 10px;
	font-size: 10px;
	padding: 2px 7px;
	position: relative;
}

.tree a {
	color: #004484;
	text-decoration: none;
}

.tree a:hover {
	color: #000000;
	text-decoration: underline;
}




/* ======== TPL shop product display ======== */

hr.rule {
	margin-bottom:15px;
	border:1px solid #999999;
}

/* Order products by... */
#product-ordering {
	padding:6px 10px;
	background-color:#ebedf2;
	margin-bottom:10px;
}

#product-ordering label {
	cursor:pointer;
}

#product-ordering button {
	background-color: #8491B1;
	margin-left: 10px;
	padding: 3px 5px;
}


/* Product attributes */
div#prod-attributes {
	background-color: #ebedf2;
	border-radius: 8px 8px 0 0;
	clear: both;
	padding: 3px 10px 10px;
	margin-bottom:1px;
}

div#prod-attributes strong.label {
	float:left;
	width:150px;
}

div#prod-attributes p {
	border-top: 1px dotted #cad0df;
	color: #444444;
	font-size: 11px;
	line-height: normal;
	margin: 1px 0 0;
	padding: 5px 0;
}

div#prod-attributes p.first {
	margin:0;
	border-top:none;
}

div#prod-attributes span {
	float:left;
}

div#prod-attributes span em {
	font-style:normal;
	display:block;
}

/* Product price */
p.product_price { color:#000; margin:2px 0 0; font-size:18px; }
p.product_price strong { font-weight:normal; color:#004485; font-size:1.3em; }

p.product_dc_price {	color:#6c717c; margin:2px 0 0; font-size:16px; }
p.product_dc_price strong { font-weight:normal; color:#0599f7; }

p.product_price span.product_vat_price {
	font-size:0.55em;
	color:#6c717c;
	display:block;
}

/* Product options */
.product_options_container {
	margin-bottom:20px;
}

.product_options_container p {
	margin:0 0 10px 0;
}

.product_options_container select {
	width:100%;
}


/* Product quantity */
.order_prod {
	margin-bottom: 20px;
	margin-top: 20px;
}

span.quantity {
	display: block;
	margin-bottom: 10px;
	text-align: right;
}

span.quantity label {
	display:inline-block;
	padding-right:20px;
}

input.prod-qty {
	text-align:center;
	width:35px;
	padding:6px;
}

/* Order, Quote and info buttons */
div.order_buttons {
	text-align:right;
}

.order_prod.category-page .quote_btn {
	float:left;
}

span.quote_btn input.order_button,
span.order_btn input.order_button,
a.info_btn {
	font-family: Tahoma,Geneva,Arial,Helvetica,sans-serif;
	padding: 6px 6px 6px 26px;
	background:url(/images/shopping_icons.png) no-repeat;
	border-radius: 4px 4px 4px 4px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border: 0;
	margin: 0;
	cursor: pointer;
	text-decoration:none;
}

span.quote_btn input.order_button:hover,
span.order_btn input.order_button:hover,
a.info_btn:hover {
	text-decoration:underline;
	color:#fff;
}

a.info_btn {
	background-color: #8491b1;
	background-position:0 2px;
	text-shadow: 0px 1px #004484;
	float:right;
	width:278px;
	padding-top:7px;
	padding-bottom:7px;
}

span.order_btn input.order_button {
	background-color: #004485;
	text-shadow: 0px 1px #0e1b5d;
	background-position:0 -23px;
	width:150px;
}

span.quote_btn input.order_button {
	background-color: #a13133;
	text-shadow: 0px 1px #6d1012;
	background-position:0 -48px;
	width:150px;
}

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}




/*======== Product page ========*/
.product-main {
	background:url(/images/product-main-divider.gif) repeat-y 338px transparent;
	margin:20px 0;
}

.first-column {
	float:left;
	width:320px;
}

.second-column {
	float:right;
	width:420px;
}

/* First column */
#image-container {
	min-height:295px;
}

#image-container small {
	display:block;
	text-align:center;
	color:#999;
}

#prod-image #product_zoom { margin:0 auto; display:block; }
#prod-image #product_nozoom { cursor:default; }

.zoomWindow {
	left: 338px !important;
	top: 0 !important;
}

.zoomWrapper {
    width: 436px !important;
}

#thumbs {
	margin:10px 0;
	padding-bottom:10px;
	clear:both;
	overflow:auto;
}

ul.thumbs {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.thumbs li {
	display:inline;
	cursor:pointer;
}

ul.thumbs li a, ul.thumbs li a:hover {
	text-decoration:none;
	cursor:pointer;
}

ul.thumbs li img {
	padding: 1px;
	border:1px solid #CAD0DF;
	vertical-align:middle;
}

ul.thumbs li img:hover {
	border-color:#999;
}


#product-images {
	text-align:center;
}



#image-container .zoom-image {
	width:auto;
	display:block;
	border: 2px solid #ebedf3;
}

#reel-image-reel .reel-preloader {
	background-color:#004484;
}

#slider-wrapper-360 {
	position:relative;
}

#slider-wrapper-360 .ui-slider {
	margin:5px 0 20px;
}

#slider-wrapper-360 .ui-slider,
#slider-wrapper-360 .ui-slider-handle {
	cursor:e-resize;
}

#slider-wrapper-360 #slider-clue {
	border: medium none;
	bottom: 20px;
	left: 0px;
	padding: 0;
	position: absolute;
}

.easyzoom-flyout {
	border-left: 2px dashed #ebedf3;
	border-bottom: 2px solid #cad0df;
	height: 420px !important;
	width: 458px !important;
	left: 338px !important;
	position: absolute;	
}


/* second column */
.product-name {
	margin-top:0px;
}

.requirements-top {
    background-color:#ebedf3;
    font-size: 0.8em;
    margin: 10px 0;
    padding: 5px 10px;
}

.requirements-top p {
    letter-spacing: 1px;
    line-height: normal;
    margin: 0 0 5px;
}

.product-price-container {
	border-bottom:2px solid #e5ecf2;
	padding-bottom:15px;
	margin-bottom:15px;
	text-align:right;
}

div.order_buttons.product-page {
	border-bottom: 2px solid #CAD0DF;
	padding-bottom: 20px;
}

/* Ekomi Reviews and stars */
.review-display-0 {
	display:none !important;
}

.average-review { margin:40px 0; }

.review-stars {
	text-indent:-9999em;
	display:inline-block;
	width:113px;
	height:20px;
	margin:0 5px;
	position:relative;
	top:-2px;
	background:url(/images/stars.gif) no-repeat left top transparent;
}

.stars-1 { background-position:left -30px; }
.stars-2 { background-position:left -60px; }
.stars-3 { background-position:left -90px; }
.stars-4 { background-position:left -120px; }
.stars-5 { background-position:left -150px; }

.product-price-container .review-stars {
	top:2px;
	margin-left:15px;
}

#customer-reviews-list {
	padding:0;
	border-top:2px solid #cad0df;
}

#customer-reviews-list li {
	border-bottom:2px solid #cad0df;
	list-style:none;
	padding-bottom:10px;
	margin-bottom:10px;
}

#customer-reviews-list p {
	margin:10px 0;
}

#customer-reviews-list .review-rating .review-stars {
	margin-left:0;
}

#customer-reviews-list .review-rating strong {
	font-size:1.3em;
	position:relative;
	top:-1px;
}


/* Product Identifiers (BRAND, GTIN, MPN) */
div#identifiers { margin-bottom: 20px; }
div#identifiers p { margin:0; }
div#identifiers p strong { color:#004485; }



/* Tabbed Box */
ul.tabs {
	margin: 0;
	padding:0;
	height: 1%; /* IE6 */
}

ul.tabs li {
	float:left;
	list-style:none;
}

ul.tabs a, ul.tabs a:hover {
	border: 2px solid #CAD0DF;
	border-bottom: none !important;
	text-decoration: none;
	display: block;
	color:#004484;
	background: #EBEDF2;
	padding: 8px 15px 10px 15px !important;
	margin-right: 2px;
	margin-top:2px;
	outline: none;
	border-radius: 4px 4px 0 0;
	font-weight: bold;
}

ul.tabs a:hover {
	text-decoration: underline !important;
}

ul.tabs a.selected, ul.tabs a.selected:hover {
	color:#000;
	margin-top: 0;
	background: #fff;
	position: relative;
	z-index: 2;
}

div.tab-content {
	border: 2px solid #CAD0DF;
	background: #ffffff;
	position: relative;
	clear: both;
	top: -4px !important;
	top: -3px;
	z-index: 1;
	padding: 10px;
	border-radius: 0px 4px 4px 4px;
	background-color: #ffffff !important;
	background: none;
}


#requirements-tab #special-requirements {
	border-top:none;
	padding-top:0;
}

#downloads-tab p {
	margin:10px 0;
}

#downloads {
	padding-left:10px;
	margin-bottom:40px;	
}

#downloads li {
	margin:5px 0;
	list-style:none;
}

#downloads a {
	padding:1px 0 1px 24px;
	background-image:url(/images/filetypes/page.png);
	background-repeat:no-repeat;
	background-position: left center;
	color: #004484;
}
#downloads a:hover {	color:#000000; }

#downloads a[href $='.pdf'] 		{ background-image:url(/images/filetypes/pdf.png); }

#downloads a[href $='.doc'],
#downloads a[href $='.docx'] 		{ background-image:url(/images/filetypes/word.png); }

#downloads a[href $='.xls'],
#downloads a[href $='.xlsx'] 		{ background-image:url(/images/filetypes/excel.png); }

#downloads a[href $='.jpg'],
#downloads a[href $='.jpeg'],
#downloads a[href $='.bmp'] 		{ background-image:url(/images/filetypes/picture.png); }


/* ======== Product Attributes CART display ======== */

.basket-attr-holder p {
	padding:0 !important;
	margin: 2px 10px 0 10px;
	background-color:transparent;
	border:none;
	font-size:10px;
	line-height:normal;
	color:#333;
}

a.basket-show-attr {
    font-size: 10px;
    display:inline-block;
    width:auto;
    padding:4px;
    margin-top:5px;
    border-radius: 2px 2px 2px 2px;
    color:#999;
    font-weight:bold;
    background-color:#DDD;
}
a.basket-show-attr:hover {
	color:#FFF;
	background-color:#999;
}







/* ======== RECENTLY VIEWED ITEMS ======== */

div#recently_viewed {
	margin-top:30px;
	margin-bottom:10px;
}

div#recently_viewed h3 {
	padding:5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:block;
	background-color:#004484;
	color:#FFF;
	font-weight:bold;
}

div.viewed_item {
	float:left;
	width:25%;
}

div.viewed_item a {
	height:95px;
	text-align:center;
	padding:5px;
	margin:5px;
	border:1px solid #e8e8e8;
	display:block;
	color:#004484;
	text-decoration:none;
}

div.viewed_item a:hover {
	color:#000000;
	text-decoration:underline;
	border:1px solid #C9C9C9;
	background:url(/images/magnify.gif) no-repeat top right;
}

div.viewed_item img{
	display:block;
	padding-bottom:5px;
	margin:0 auto;
}





/*======== Associated Products ========*/

ul#associated-products {

	margin-bottom: 10px;
	width: 339px;
	float: right;
	display: block;
}

ul#associated-products li {

	display: block;
	padding: 10px;
	border-bottom: 1px dotted #e5e5e5;
	padding-left: 0px;
}

ul#associated-products img {

	border: 4px solid #e5e5e5;
	float: left;
	margin-right: 5px;
}

ul#associated-products h3 {

	margin-bottom: 3px;
}

ul#associated-products h3 a {

	font-size: 12px;
	font-weight: bold;
	color: #004484;
}

ul#associated-products h3 span {

	font-size: 11px;
	font-style: oblique;
	color: #7a7a7a;
}



/* ======== CROSS MERCHANDISE ======== */

h3.cross_merch {
	margin-top:30px;
	margin-bottom:15px;
	padding:5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:block;
	width:540px;
	background-color:#004484;
	color:#FFF;
	font-weight:bold;
}

ul#cross_merch { padding:0; margin:0; }

ul#cross_merch li {
	padding:0;
	margin:0;
	list-style-type:none;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:30px;
}

div.cross_merch_image{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:250px;
}

div.cross_merch_details {
	float:left;
	width:290px;
}

span.cm_title {
	display:block;
	margin-bottom:20px;
}

span.cm_title a {
	font-weight:bold;
	margin-right:30px;
}


ul#cross_merch input, ul#cross_merch select {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	padding: 4px;
	margin:1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul#cross_merch input.quantity {
	width:50px;
	margin-left:10px;
}

ul#cross_merch input.cross_merch_order {
	padding: 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #004484;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px -1px #0e1b5d;
	font-size: 12px;
	border: 0;
	margin-top: 10px;
	display:block;
	cursor:pointer;
}

ul#cross_merch input.cross_merch_order:hover {
	text-decoration:underline;
}







.productbox {
	margin-bottom: 40px;
}

a.productname, .productname {
	background: #004484;
	color: #e5ecf2;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 3px 10px;
	text-decoration: none;
}
a.productname:hover {
	color:#fff;
	text-decoration:underline;
}


.productimg {
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 230px;
}

.prod_options {
	float:right;
	width:310px;
}


.prod-description-snippet {
	margin:20px 0;
}

.prod-price-container {
	margin:20px 0;
	text-align:right;
}

.prod_options .average-review {
	margin:5px 0 0 0;
}


.prod_options .order_prod .order_buttons {
	float:none;
	margin-bottom:10px;
}



a.prod-img-link {
	font-size:11px;
	color:#444444;
	text-decoration:none;
}
a.prod-img-link:hover { text-decoration:underline; }

a.prod-img-link img {
	margin-bottom:4px;
}

/* Selling point and special requirements icons */
#selling-points {
	margin:10px 0;
	padding:0 0 10px 0;
	border-bottom:2px solid #e5ecf2;
}

#special-requirements {
	margin:10px 0;
	padding:10px 0 0 0;
	border-top:2px solid #e5ecf2;
}

#selling-points li,
#special-requirements li {
	list-style:none;
	display:inline-block;
	margin-right: 3px;
    margin-top: 3px;
}

.tooltip-wrap {
	position:relative;
}

.tooltip-wrap span {
	position:absolute;
	width:400%;
	left:-175%;
	background:#004484;
	color:#FFF;
	padding:3px 7px;
	border-radius:4px;
	bottom:100%;
	display:none;
}

.tooltip-wrap:hover span {
	display:block;
}





.productprice {
	clear: both;
	color: #5681B4;
	font-size: 18px;
	margin: 10px 0;
/*	text-align: left;*/
/*	float:left;*/
}

a.ask-question {
	display: inline-block;
	margin: 5px auto 5px;
	text-align: left;
	text-decoration: none;
	color:#444444;
	padding-top:8px;
	width:175px;
}

.prod-icon {
	background: url("/images/product-icons/prod-icons.png") no-repeat left top transparent;
	width:50px;
	height:50px;
	border-radius:50px;
	float:left;
	margin-right:10px;
	margin-top:-8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.icon-question {
	background: url("/images/product-icons/prod-icons.png") no-repeat left top #8491B1;
}

a.ask-question:hover {
	text-decoration:underline;
}

a.ask-question:hover .icon-question {
	background-color:#004485;
}

a.why-caterkwik {
	display: inline-block;
	margin: 5px auto;
	text-align: left;
	text-decoration: none;
	color:#444444;
	padding-top:8px;
	width:175px;
}

.icon-tick {
	background: url("/images/product-icons/icon-tick.png") no-repeat center center #0599f7;
}

a.why-caterkwik:hover .icon-tick {
	background-color:#004485;
}





.addtocartbox {
	background: #D8DCDF;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.product_order_button input {
	font-weight: bold;
	padding: 6px;
}


#contact_form {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}

#contact_form ol {
	border: 0 solid #000;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;
}

#contact_form ol li {
	margin: 0;
	padding: 0;
}

#contact_form ol li label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin: 1em 0 .1em;
	width: 100%;
}

#contact_form ol li input {
	border: 1px solid silver;
	display: block;
	width: 100%;
}

#contact_form ol li textarea {
	border: 1px solid silver;
	width: 100%;
}

#contact_form #verification_img {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	width: 165px;
}

#contact_form ol li input.verification_code_txt {
	margin: 3px auto;
	width: 163px;
}

#contact_form ol li input.submit {
	background: #004484;
	border: 1px solid #000;
	color: #fff;
	font-weight: 700;
	margin: 0 auto;
	width: 100px;
}

#contact_form ol li input.submit: hover {
	background: #FF8D3F;
	color: #fff;
	font-weight: 700;
}

#address_box {
	border: 1px solid #ccc;
	float: right;
	margin: 20px 0 0;
	padding: 20px;
	width: 150px;
}

p#reg_details {
	font-size: 10px;
}

#bf a,#bf a: visited,#bf span a {
	color: #C6CCDC;
	font-weight: 400;
	text-decoration: none;
}

.clear {
	clear: both;
}

p.commenttitle {
	background: #004484;
	color: #FFF;
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
}

p.happy_title,p.unhappy_title {
	font-weight: 700;
	margin-top: 10px;
}

p.response_title {
	color: #004688;
	font-weight: 700;
	margin-top: 10px;
}

p.installat_title {
	background: #004484;
	color: #FFF;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
}

.meettheteampanel {
	border-bottom: 1px solid #ccc;
	margin: 15px 30px;
	padding: 0 0 5px;
	width: 710px;
}

.meettheteampanel img {
	margin: 5px 10px;
}

p.meettheteamname {
	color: #004484;
	font-size: 16px;
}

.meettheteampanel p {
	margin: 10px;
}

table.productbody {
	margin-top: 10px;
}

.viewcartheader {
	background: #8491B3;
	color: #fff;
	padding: 3px 4px;
}

table.checkout {
	margin: 0 0 0 30px;
	width: 520px;
}

.checkout_header {
	font-size: 12px;
	font-weight: 700;
}

.checkout_field {
	font-size: 13px;
	width: 200px;
}

.checkout_field_checkbox {
	font-size: 0.8em;
	width: 50px;
}

.secure_button {
	background: url(/images/secure_button.jpg) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	height: 44px;
	text-indent: -9999px;
	width: 300px;
	border:none;
}

a.client_area {
	background: url(/images/client-area-sprite.gif) 0 0 no-repeat;
	display: block;
	height: 40px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 141px;
}

a.client_area: hover {
	background-position: 0 -46px;
}

div#video-reviews {
	float: left;
	line-height: 1.8;
	margin: 0 0 0 20px;
}

div#video-reviews h3 {
	background: #004485 none repeat scroll 0 0;
	color: #FFF;
	font-size: 146%;
	padding: 5px 10px;
}

div#video-reviews img {
	margin-bottom: 15px;
}

div#video-reviews table {
	border: 1px solid #95989F;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}

div#video-reviews table tr {
	border-top: 1px solid #95989F;
	float: left;
	width: 100%;
}

div#video-reviews table tr.odd {
	background: #D1D5DF none repeat scroll 0 0;
}

div#video-reviews table th {
	background: #004485 none repeat scroll 0 0;
	color: #FFF;
	font-size: 93%;
	padding: 12px;
	text-align: left;
}

div#video-reviews table td {
	padding: 12px;
}

div#video-reviews .col1 {
	width: 149px;
}

div#video-reviews .col2 {
	width: 266px;
}

div#video-reviews .col3 {
	width: 100px;
}

div#video-reviews a {
	color: #000;
}

div#video-reviews a: hover {
	text-decoration: none;
}

div#video-reviews .col3 a {
	background: #004485 none repeat scroll 0 0;
	color: #FFF;
	font-size: 10px;
	font-weight: 700;
	margin: 10px;
	padding: 5px 12px;
	text-decoration: none;
}

table#sub_page_links {
	border-left: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	display: block;
	width: 540px;
}

table#sub_page_links td {
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding-top: 10px;
	text-align: center;
	width: 180px;
}

table#sub_page_links h5 {
	font-weight: 400;
}

#mcafee {
	display: block;
	margin-bottom: 12px;
	margin-top: 5px;
	text-align: center;
}

#quoteframe {
	border: 2px solid #004485;
	font-size: 11px;
	margin-top: 5px;
	text-align: center;
	z-index: 100;
	background: #fff;

	/*position: absolute;
	left: 765px;
	top: 0;
	width: 220px;
	float: right;*/
}

#quoteframe table {
	margin: 0;
	width: 100%;
}

#quoteframe p {
	line-height: 1.2em;
	margin: 5px;
}

#quoteframe #tbody {
	overflow: auto;
	height: 350px;
}

#quoteframe .quote_prod {
	width: 105px;
}

#quoteframe #tbody .quote_prod {
	width: 120px !important;
}

#quoteframe .quote_qty {
	width: 30px;
}

#quoteframe .quote_tot {

}

.quote_summary_data {
	display:none;
}

.quote_summary_data .viewcartheader {
	background-color:#db8889;
}

#quoteframe_front a {
	color:#000000;
}

#quoteframe_front {
	font-size: 10px;
	text-align: center;
	width: 196px;
	background: #fff;
	border: 2px solid #A13133;
	margin-top:2px;
	margin-bottom:1px;
}

#quoteframe_front h3 {
	border-top:none;
	cursor:pointer;
	background-color:#A13133;
	font-weight:bold;
}

.quote_summary_header span {
	float:right;
	margin-right:10px;
	margin-top:2px;
	font-size:0.7em;
	color:#FBD391;
	font-weight:bold;
}

#quoteframe_front table {
	margin: 0;
	width: 100%;
}

#quoteframe_front p {
	line-height: 1.2em;
	margin: 5px;
}

#quoteframe_front #tbody {

}

#quoteframe_front .quote_prod {
	width: 105px;
}

#quoteframe_front #tbody .quote_prod {
	width: 120px !important;
}

#quoteframe_front .quote_qty {
	width: 30px;
}

p.quote_buttons input, p.quote_buttons button {
	font-size:11px;
}



#mainbody,.maintxt {
	font-size: 1em;
}

#mainbody a,#mainbody a: hover,#cknews: hover {
	text-decoration: underline;
}

.floatright, .right {
	float: right;
}

.formbutton,.search_box_button {
	font-size: 0.8em;
}

#live-person {
	background-color: #004484;
	padding:10px 0;
}

#live-person table {
	margin:0 auto;
}


#btmnav li {
	border-left: 1px solid #fff;
	float: left;
	list-style-type: none;
}

#btmnav li.first,#footeraddress li.first,img {
	border: none;
}

#topnav li a: hover,#btmnav li a: hover,a: hover.eefflink,a: active.eefflink,a: focus.eefflink {
	color: #F8991C;
	text-decoration: underline;
}

#leftnav li a: hover,#bf a: hover,#bf span a: hover {
	color: #004484;
	text-decoration: underline;
}

a.eeffbutton: hover,a.eeffbutton: active,a.eeffbutton: focus,#contact_form ol li input: hover,#contact_form ol li textarea: hover,#contact_form ol li input: active,#contact_form ol li textarea: active,#contact_form ol li input: focus,#contact_form ol li textarea: focus {
	border: 1px solid #F8991C;
}

.productoffer {
	color:red;
	font-weight:bold;
}

.customercomment,.installat_box {
	border: 1px solid #ccc;
	margin: 15px 30px;
	width: 710px;
}

.customercomment p,.installat_box p {
	margin: 0 0 0 10px;
}

p.happy,p.unhappy,p.response,p.installat_text {
	margin: 5px 10px 10px;
}

.grey,.grandtotal_exvat {
	background: #F0F0F0;
}

.subtotal,.grandtotal_incvat {
	background: #DDD;
}




div.footer-sub-links {
	padding:10px 20px;
	font-size:10px;
}

a#mcafee { margin:0 20px; }

/*======== SOCIAL MEDIA LINKS ========*/

#social-media {
   color: #fff;
	text-align: center;
	margin-left:100px;
}

#social-media a {
	display:block;
	height:32px;
	width:32px;
	float:left;
	text-indent: -9999em;
	overflow: hidden;
	margin:2px;
}

#social-media a.twitter { background:transparent url(/images/twitter.png) no-repeat scroll 0 0; }
#social-media a.fb { background:transparent url(/images/facebook.png) no-repeat scroll 0 0; }
#social-media a.youtube { background: url("/images/youtube.png") no-repeat scroll 0 0 transparent; }
#social-media a.pinterest { background:transparent url(/images/pinterest-icon.png) no-repeat scroll 0 0; }
#social-media a.googleplus { text-indent:0; }

#social-media a.fb:hover,
#social-media a.twitter:hover,
#social-media a.youtube:hover,
#social-media a.pinterest:hover,
#social-media a.googleplus:hover,
#social-media span#google-one:hover {
    top:2px;
}




div#emails input {
	margin-bottom:3px;
}

#wilson {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 10px;
    color: #999999;
    text-align: left;
}

#wilson a {
    color: #999999;
}


a#newsletter {
	background:url(/images/envelope.gif) no-repeat top left;
	padding-left:80px;
	height:52px;
	line-height:52px;
	display:inline-block;
}



p.alignRight button {
    background: #004484;
    text-shadow: 0 1px #0E1B5D;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Tahoma,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 312px;
    padding: 6px 6px 6px 6px;
    text-decoration: none;
    border: none;
}
p.alignRight button:hover {
    text-decoration: underline;
}

#login{
	margin: 0 0 0 217px;
}
#nav-login {
	margin: 0 0 5px;
}
#submit {
	margin: 0 0 0 362px;
}
ul#address-list.clearfix li p.smaller a {
	background: #004484;
   text-shadow: 0 1px #0E1B5D;
   border-radius: 4px 4px 4px 4px;
   color: #FFFFFF;
   cursor: pointer;
   font-family: Tahoma,Geneva,Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-weight: bold;
   padding: 3px 8px 3px 3px;
   text-decoration: none;
   border: none;
}

#address-holder {
	height: auto;
	overflow: hidden;
}


#accounts-table {
	margin-top:40px;
}

#accounts-table a {
	display:block;
	float:left;
	width:25.5%;
	margin:0 0 3% 3%;
	padding:2%;
	text-align:center;
	color: #004485;
	text-decoration: none;
	border:1px solid #e8e8e8;
	border-radius:20px 20px 20px 20px;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	position:relative;
}

#accounts-table a img.new-feature {
	position:absolute;
	top:-5px;
	right:-5px;
}

#accounts-table a img {
	margin:0 auto 10px;
}

#accounts-table a:hover {
	text-decoration: underline;
	border:1px solid #cccccc;
	box-shadow:0 2px 5px rgba(0,0,0,0.3);
}



#checkout-address-option {
	font-size: 13px;
}
.checkout-address-option tbody tr td a {
	color: #004485;
	font-size: 14px;
	padding: 0 9px;
	text-decoration: none;
}
.checkout-address-option tbody tr td a:hover {
	text-decoration: underline;
}
.checkout-address-option tbody tr td a:visited {
	color: #004485;
}
.checkout-address-option tbody tr td p {
	margin: 0;
	font-size: 13px;
}
/*.content form table tbody tr td input.formbutton,
.content div.payment-page form div.confirm-order-holder input.submit,
.contentWide form#quoteForm p.quote_buttons button,
#container div.contentWide form#quoteForm p.quote_buttons input,
.contentWide form#sendquote p input#sendquotesubmit,
.content form p button,
.content form p input,
#view-order-details p input {
	background-color: #004484;
   border: medium none;
   border-radius: 4px 4px 4px 4px;
   color: #FFFFFF;
   cursor: pointer;
   font-family: Tahoma,Geneva,Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-weight: bold;
   padding: 4px;
   text-decoration: none;
   text-shadow: 0 1px #0E1B5D;
}*/
.table-logged-in {
	margin: 0 0 0 30px;
	width: 520px;

}
.table-logged-in tbody tr td table tbody tr td input.checkout_field {
	border: none;
}


/* ==== MY ACCOUNT / DISCOUNT CLUB - new header styling ==== */

.ma-header {
	font-size:32px;
	font-weight:bold;
	color: #004484;
	margin:0;
	padding:0;
}

.ma-sub-header {
	font-size:20px;
	color:#0599f7;
	margin-bottom:20px;
}

/* ==== MY ACCOUNT register page ==== */

.ma-benefits {
	background-color:#e3e4ef;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafc', endColorstr='#e3e4ef'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fafc), to(#e3e4ef)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f9fafc,  #e3e4ef); /* for firefox 3.6+ */
	padding:20px;
	width:340px;
	float:left;
}

#benefits {
	margin:0;
	padding:0;
}

#benefits li {
	background: url("/images/my-account/tick.gif") no-repeat 0 0 transparent;
	list-style: none outside none;
	margin-bottom: 8px;
	padding: 1px 0 1px 25px;
	line-height:16px;
}

.ma-member {
	text-align:center;
	float: right;
	margin: 7px 0;
	width: 390px;
}

#dc-banner {
	border: 1px solid #E3E4EF;
	box-shadow: 0 0 5px #E3E4EF;
	float: right;
	margin: 20px 0;
	padding: 20px;
	width: 340px;
}

#dc-banner p {
	margin:0;
}

#dc-banner .dc-banner-header {
	margin-bottom: 24px;
}

.dc-banner-header img {
	position:relative;
	top:-10px;
	margin-right:10px;
	float:left;
}

#register-form {
	width:560px;
	margin:0 auto;
}

#register-form label {
	width:20%;
}

#register-form input {
	width:60%;
	padding:5px 8px;
}

#register-form select {
	width:63.5%;
}

.dc-register-check {
	position:relative;
	margin-bottom:40px;
}

#register-form .dc-register-check legend {
	padding-left:80px;
}

.dc-register-check img {
	position:absolute;
	left:10;
	top:5px;
}

#register-form .dc-register-check label {
	cursor: pointer;
	margin-left:70px;
	text-align: left;
	width: auto;
}

#register-form .dc-register-check input {
	 float: left;
    margin-top: 14px;
}

.dc-register-check span {
	float: left;
}


/* ==== MY ACCOUNT - log in page */

#existing_customer_login {
	width:390px;
	margin:20px auto;
	padding:10px;
	border-radius:5px 5px 5px 5px;
}

#existing_customer_login legend { width:235px; }
#existing_customer_login p { margin:10px 0; }
#existing_customer_login label { width: 20%; }
#existing_customer_login input  { width: 72.5%; padding:5px 8px; }

#existing_customer_login button#login {
	float: right;
	margin: 0 5px 0 0;
}

/* ==== MY ACCOUNT - Password reminder page */

#remindpassword {
	width:460px;
	margin:20px auto;
	padding:10px;
	border-radius:5px 5px 5px 5px;
}
#remindpassword p { margin:10px 0; }
#remindpassword label { width: 22%; }
#remindpassword input  { width: 55%; padding:5px 8px; }

#remindpassword button#login {
	float: right;
	margin: 0 5px 0 0;
}

/* ==== DISCOUNT CLUB - Register ==== */

.dc-register {
	margin-top:30px !important;
}

/* ==== DISCOUNT CLUB - Already dc ==== */

#dc-member-status {
background-color: #FFFFFF;
    border: 1px solid #EBEDF3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #EBEDF3;
    margin: 20px auto;
    padding: 20px;
    width: 60%;
}

#dc-member-status li {
	list-style-type:none;
	padding:5px;
	margin:0 2% 10px 0;
	float:left;
	width:46%;
	text-align:right;
	font-size:20px;
}

#dc-member-status li.dc-status,
#dc-member-status li.dc-expiry {
	text-align:left;
	color:#88C645;
	margin-right:0;
}

#dc_login {
	width:360px;
	padding:10px;
	border-radius:5px 5px 5px 5px;
	margin:0 auto;
}

#dc_login .alignRight {
	margin-bottom:0;
}




/* ==== Old discount club css - Keep for use later on ==== */

#dc_apply {
	width:360px;
	padding:10px;
	border-radius:5px 5px 5px 5px;
	float:left;
}

.dc-form label {
	float: left;
	margin-right: 5px;
	padding-top: 2px;
	text-align: right;
	width:75px;
}

a#forgotten-password {
	font-size:11px;
	font-style:italic;
	color:#004484;
}
a#forgotten-password:hover {
	text-decoration:none;
}

.dc-form legend {
	border-bottom: 1px solid #C3CBDF;
	color: #004484;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 5px 10px;
}

.req {
    border: medium none;
    color: #D2232A;
    font-weight: normal;
}

.dc-form input, .dc-form textarea {
	border: 1px solid #CDD2E0;
	box-shadow: 1px 1px 2px #CCCCCC;
	width: 270px;
	padding: 3px;
}
.dc-form input:hover, .dc-form textarea:hover {
    border: 1px solid #666666;
    color: #444444;
}

.dc-form input.button {
	background-color: #004485;
	border: 0 none;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 6px;
	text-decoration: none;
	width:auto;
}

.dc-form input.button:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* ==== Terms and conditions checkout page ==== */

.terms-page { font-size:0.9em; }

.pagename-terms { padding:0; }

#delivery-check      { font-size:1.1em; }
#delivery-check h2   { text-transform:uppercase; padding:0; }
#delivery-check img  { margin:0 auto 10px; display:block; }
#delivery-check ul   { text-align:left; }

.barker              { font-size: 1.5em; font-weight: bold; text-align: center; }
.barker span         { font-size:1.2em; position:relative; top:2px; }
.barker .large       { font-size:1.5em; }
.barker .emphasis    { color:red; }


/* ==== Desktop / Mobile template switch ==== */
#template-switch {
	float: left;
	margin-left: 10px;
}

#template-switch a {
	color:#000;
}

/* ==== 360 images ==== */
#reel-image-reel {
	overflow: initial !important;
	height: auto !important;
	cursor: pointer !important;
}