@charset "utf-8";
/*
Reset styles
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	outline:none;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*
==============================================================================
General styles
==============================================================================
*/

body {
	color:#111;
	font-size:13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 1;
	background-image:url(../images/layout-assets/body-bk02.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	background-color:/*#153782*/ #96040e;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4 {
	color:#153782;
}
h1 {
	font-size:2.5em;
	margin:1em 0 0.7em 0;
	padding:0 0 0.3em 0;
}
h2 {
	font-size:2em;
	padding:0.4em 0 0.3em 0;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0 0.5em;
	padding: 0 0 0.4em;
}
ul, ol {
	margin: 0 0 0 10px;
	padding: 0 0 5px 10px;
}
ol {
	margin-left:15px;
}
li {
	line-height: 1.4em;
	margin:0;
	padding: 0 0 0.5em 0;
}
p {
	line-height: 1.4em;
	padding: 0 0 1em 0;

}
.clear {
	border:none;
	clear:both;
	float:none;
	margin:0;
	outline:none;
	padding:0;
}

.clearfix:after {
	clear:both;
	content:" ";
	display:block;
	float:none;
	}

.emphasis {
	color: #153782;
    font-size: 1.2em;
    font-weight: 700;
	}

strong {
	font-weight:700;
}

iframe {
	margin:0 auto 1em auto;
	}

/*
==============================================================================
Major divs styles
==============================================================================
*/

.header, 
.shop .shop-product-large .details, 
.content-secondary .feature, 
.nav-main .search-box .cat_button,
.cartSummaryLink, 
.productSubmitInput {
	font-family: 'Roboto Condensed', sans-serif;
}
.wrap {
	/* Display & Box Model */
	border:1px solid #575757;
	margin:0 auto 20px auto;
	min-height:850px;
	padding:0;
	width:1000px;
	/* Other */
	background-color:#fff;
	background-image:url(../images/layout-assets/sidebar-bk.jpg);
	background-position:646px 0;
	background-repeat:repeat-y;
	-moz-box-shadow:  0px 0 20px 0px #000;
	-webkit-box-shadow:  0px 0 20px 0px #000;
	box-shadow:  0px 0 20px 0px #000;
}
.header {
	/* Display & Box Model */
	display:block;
	height: 145px;
	overflow: hidden;
	padding:0;
	width:1000px;
	/* Other */
	background-color:#262825;
	background-image:url(../images/layout-assets/body-bk.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
}

/*.header ul, */.header-content {
	/* Display & Box Model */
	float:right;
	padding:20px 30px 0 0;
	/* Other */
	color:#fff;
	
	text-align:right;
}
/*.header li,*/ .header-content li {
	padding: 0 0 0.2em;
	font-weight:700;
	list-style:none;
}

/*.header li a,*/ .header-content li a {
	color:#fff;
	text-decoration:none;
}
/*.header li a:hover,*/ .header-content li a:hover {
	color:#FF6C00;
}
/*Logo -  displays logo as a background image in header - logo is in icon sprite
==============================================================================*/
.logo {
	/* Display & Box Model */
    display: block;
	height: 145px;
	float: left;
	padding:0;
	width: 527px;
	/* Other */
	background-image:url(../images/layout-assets/logo-jwt.png);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.main {
/* Display & Box Model */
/* Other */
}
.content-primary {
	/* Display & Box Model */
	float:left;
	min-height:565px;
	padding: 50px 50px 30px 55px;
	width: 541px;/* Other */
}

.content-primary h1 {
	/* Display & Box Model */
	margin-top: /*7*/0px;
	padding:0.5em;
	/* Other */
	color:#fff;
	background-color:#1376d2;
	font-size: 1.3em;
}
.content-primary h2 {
	font-size: 1.3em;
}
.full-width-item {
	margin:0 0 40px -55px;
}

/*.content-primary */a {
	color: #1376d2;
}
/*.content-primary*/ a:hover{
	color: #FF6C00;
}
.content-secondary {
	/* Display & Box Model */
	float:left;
	min-height: 665px;
	padding:45px 27px 20px 27px;
	width:300px;
	/* Other */
	background-image:url(../images/layout-assets/sidebar-bk.jpg);
	background-position:right 0;
	background-repeat:no-repeat;
	overflow:hidden;
}
.content-secondary form label {
	/* Display & Box Model */
    display: block;
	float: left;
	margin:0.4em 5px 0 0;
	width: 50px;
	/* Other */
    font-size: 0.9em;
	font-weight:bold;
}

.content-secondary .feature form label {
	float:none;
	font-size:1.1em;
	width:auto;
	}

.content-secondary .feature form label.inline {
	display:inline-block;
	vertical-align: bottom;
	}

.content-secondary form .cat_textbox, .content-secondary form .cat_listbox, .content-secondary form .cat_textbox_small {
	/* Display & Box Model */
	border: 1px solid #000;
	display:block;
	margin:0;
	resize: none;
	padding:1px;
	
}

.content-secondary form .cat_textbox, .content-secondary form .cat_listbox {width: 230px;}

.content-secondary form .cat_textbox_small {
	/*width:198px;*/
	max-width: 280px;
    width: 100%
	}
	
.shop .content-secondary form .cat_textbox_small {
	max-width: 200px;
	}	

input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox, .cat_dropdown_smaller, .cat_textbox_small, .cat_listbox_small {
	border: 1px solid #868686;
	padding:1px;}

.content-secondary form .form-item, .content-secondary div.form div.item {
	/* Display & Box Model */
    clear: both;
	float: none;
	margin: 0 0 0.8em;
}

.content-secondary div.form div.item {
	padding:0;}

form .cat_button {
	/* Display & Box Model */
    border:1px solid #000;
	clear:none;
	float:none;
	margin: 0 0 0 55px;
	padding: 0.15em 0.35em 0.10em 0.35em;
	/* Other */
    background:#fff;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
}
.req {
	color:#F00;
}

.content-secondary .feature .item > .cat_button + a {
    display: block;
    float: left;
    margin: 0.6em 0 0 1em;
}

.content-secondary .feature {
    float: none;
    margin: -0.8em auto 2.3em;
    padding: 0 0 0.5em;
    width: 220px;
}


/*-----Grid layout--------------------------*/
ul.grid {
	margin:0;
	padding:0;
	width:100%;
}
ul.grid li {
	/* Display & Box Model */
	border:none;
	display:block;
	float:left;
	min-height:155px;
	margin:0 25px 20px 0;
	padding:0;
	width:255px;
	/* Other */
	list-style:none;
	overflow:hidden;
}
ul.grid li.last {
	margin-right:0;
}
ul.grid li a {
	/* Display & Box Model */
	border: none;
	display: block;
	height: 155px;
	margin: 0;
	padding: 0;
	width: 255px;
	/* Other */
	overflow:hidden;
}
ul.grid li a img {
	border: none;
	display: block;
	margin: auto;
	padding: 0;
	width: auto;
}

.col-half {
    float: left;
    padding: 0 4% 1em 0;
    width: 46%;
}

.col-half:nth-of-type(2n) {
    padding-left: 4%;
    padding-right: 0;
}

.col-half .cat_textbox {
	width:98%;}

/*
Nav styles 
==============================================================================
*/
.nav-main {
	/* Display & Box Model */
	height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 1000px;
	z-index: 100;
	/* Other */	
	background: #2c2c2c;
	background: -moz-linear-gradient(top, #2c2c2c 0%, #080808 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c2c2c), color-stop(100%, #080808));
	background: -webkit-linear-gradient(top, #2c2c2c 0%, #080808 100%);
	background: -o-linear-gradient(top, #2c2c2c 0%, #080808 100%);
	background: -ms-linear-gradient(top, #2c2c2c 0%, #080808 100%);
	background: linear-gradient(to bottom, #2c2c2c 0%, #080808 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#080808', GradientType=0 );
	-moz-box-shadow:  0px 5px 10px 0px #333;
	-webkit-box-shadow:  0px 5px 10px 0px #333;
	box-shadow:  0px 5px 10px 0px #333;
}
.nav-main ul {
	margin:0 0 0 25px;
	padding:0;
}
.nav-main li {
	/* Display & Box Model */
    display: block;
	float: left;
	margin:0;
	padding: 0 15px 2px 25px;
	/* Other */
	color:#fff;
	line-height: 33px;
}
.nav-main li.first {
	background-image: none;
	padding-left: 35px;
}
.nav-main li.last {
	border: medium none;
	padding-right: 0;
}
.nav-main li a {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}
.nav-main li a:hover, .footer li a:hover {
	color:#ff6c00;
}
.nav-main .search-box {
	/* Display & Box Model */
	float: right;
	padding:6px 30px 0 30px;
	/*width: 225px;*/
	/* Other */
	background:url(../images/layout-assets/icon-sprite.png) -150px 4px no-repeat;
	/*background:url(../images/layout-assets/icon-mag-glass.png) 0 7px no-repeat;*/
}
.nav-main .search-box .cat_textbox_small {
	border:1px solid #fff;
	width: 130px;
}
.nav-main .search-box .cat_button {
	border:1px solid #323232;
	display:inline;
	margin:0;
	padding: 0.3em 0.15em 0.13em;
	/* Other */
	color:#fff;
	cursor:pointer;
	background: #2c2c2c;
	background: -moz-linear-gradient(top, #9b9b9b 0%, #252525 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b9b9b), color-stop(100%, #252525));
	background: -webkit-linear-gradient(top, #9b9b9b 0%, #252525 100%);
	background: -o-linear-gradient(top, #9b9b9b 0%, #252525 100%);
	background: -ms-linear-gradient(top, #9b9b9b 0%, #252525 100%);
	background: linear-gradient(to bottom, #9b9b9b 0%, #252525 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#252525', GradientType=0 );
	font-size:0.8em;
	text-shadow:none;
}
/*
Footer styles
==============================================================================
*/	

.footer {
	/* Display & Box Model */
	display:block;
	height: 70px;
	margin:0;
	padding:0;
	width:100%;
	/* Other */	
	background: #2c2c2c;
	background: -moz-linear-gradient(top, #2c2c2c 0%, #080808 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c2c2c), color-stop(100%, #080808));
	background: -webkit-linear-gradient(top, #2c2c2c 0%, #080808 100%);
	background: -o-linear-gradient(top, #2c2c2c 0%, #080808 100%);
	background: -ms-linear-gradient(top, #2c2c2c 0%, #080808 100%);
	background: linear-gradient(to bottom, #2c2c2c 0%, #080808 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#080808', GradientType=0 );
	font-size:0.9em;
	text-align:center;
}
.footer ul {
	margin:0;
	padding:10px 0 0 0;
}
.footer li {
	border-right: 1px solid #8C837F;
	color: #8C837F;
	display: inline;
	line-height:1em;
	margin: 0 0 0 1.5em;
	padding: 0 1.5em 0 0;
	text-align: center;
}
.footer li a {
	color: #8C837F;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.footer li.last {
	border: medium none;
}
#social-media {
	position:absolute;
	top:24px;
	margin:0 0 0 840px;
	z-index:100;
}
/*
==============================================================================
Special styles
==============================================================================
*/
.content-primary a.cartSummaryLink, .content-primary .productSubmitInput, input.cat_button, .system-message .cat_button input{
	/* Display & Box Model */
	border:2px solid #efefef;
	display:block;
	margin:0;
	padding:0.3em;
	/*Other*/
	background: #166fb6;
	background: -moz-linear-gradient(top, #166fb6 0%, #2b3895 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #166fb6), color-stop(100%, #2b3895));
	background: -webkit-linear-gradient(top, #166fb6 0%, #2b3895 100%);
	background: -o-linear-gradient(top, #166fb6 0%, #2b3895 100%);
	background: -ms-linear-gradient(top, #166fb6 0%, #2b3895 100%);
	background: linear-gradient(to bottom, #166fb6 0%, #2b3895 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166fb6', endColorstr='#2b3895', GradientType=0 );	
	-webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.5);
	color:#fff;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
	white-space:nowrap;
 }

form .cat_button-floated {
	float:left;} 
 
.content-secondary .form-item .cat_button {
    margin-left: 54px;
}


.products-related .productTable:before {
    color: #153782;
    content: "Related Products";
    display: block;
    font-size: 14px;
    font-weight: bold;
	margin: 0 0 0.4em;
}

.products-related {}

/*
Graphical links - 
Displays links as square sized icons - us for social media, graphics links  - usually applied to a UL
==============================================================================
*/

.graphical-links {
	display: block;
	height: 38px;
	float:right;
	margin: 0 38px 0 0;
	padding: 0;
	width:145px;
}
.graphical-links li {
	/* Display & Box Model */
	display: block;
	float: left;
	height: 38px;
	margin: 0;
	padding: 0 10px 0 0;
	width: 38px;
	/* Other */
	list-style: none outside none;
	text-indent: 100%;
	white-space: nowrap;
}

.header-content .graphical-links {
	margin:0;
	padding: 0 0 0.5em 0;
	width:100%;}

.header-content .graphical-links li {
	float:right;
	padding: 0 0 0 10px;
	}

.graphical-links li a {
	/* Display & Box Model */
	display: block;
	height: 38px;
	overflow: hidden;
	padding: 0;
	width: 38px;
	/* Other - icons-sprite.png file contains all icons used in site space 50px horizontally */
	background-image: url(../images/layout-assets/icon-sprite.png);
	background-repeat: no-repeat;
}
/* Unique link icon sprite background-positions to display icons */
.graphical-links li.youtube a {
	background-position: 0 0;
}
.graphical-links li.instagram a {
	background-position: -50px 0;
}
.graphical-links li.fb a {
	background-position: -100px 0;
}
.icon-excel {
	/* Display & Box Model */
	margin:0 0 0.3em 0;
	padding:0 0 0.5em 20px;
	/* Other */
	background-image:url(/images/layout-assets/icon-msexcel.png);
	background-position: 0 0;
	background-repeat:no-repeat;
}
/*
Product detail styles
==============================================================================
*/
.prod-img-large {
	float:right;
	margin:0 0 20px 20px;
}
.content-primary img {
	margin-bottom:1em;
}

.content-primary img.logo-bar {
	margin-bottom:2em;
	-moz-box-shadow:  0px 2px 10px 0px #333;
	-webkit-box-shadow:  0px 2px 10px 0px #333;
	box-shadow:  0px 2px 10px 0px #333;
	}



.content-primary .literature-container img, .captchaimg img {
	margin-bottom:0;}

.content-primary table td img {
	display:block;
    margin-bottom: 0.25em;
}

.content-primary table td h3{
	padding:0;
	}

/*
Small product view styles
==============================================================================
*/

.content-primary ul.productList, .catalogueList {
	list-style:none;
	padding:0;
	margin:0;
}
.content-primary ul.productSmall li.productItem, .content-primary ul.productSmall li.productItemLast, li.catalogueItem, li.catalogueItemLast, table.productTable td.productItem {
	/* Display & Box Model */
	border:1px solid #666;
	display:block;
	float:left;
	margin:0 15px 18px 0;
	padding:0 !important;
	width:168px;
	vertical-align: middle !important;
}
.content-primary ul.productSmall li.productItemLast {
	margin-right:0;
}
.content-primary .prod-item-small, .content-primary .catalogue-item-small {
/* Display & Box Model */
/*	border:none;
	display:block;
	margin:0;
	padding:0;
	width:168px;*/
	/* Other */
/*	overflow:hidden;*/
	
}
/*.content-primary .catalogue-item-small {border:1px solid #666;}*/

.content-primary .prod-item-small h2.prod-name, .content-primary .prod-item-small .price, .content-primary .static-items .prod-item-small .item-detail, .content-primary .catalogue-item-small h2 {
	/* Display & Box Model */
	border:none;
	border-bottom:1px solid #bcbcbc;
	margin:0;
	padding:5px 4px;
	/* Other */
	background-color:#bcbcbc;
	font-weight:bold;
	vertical-align: middle !important;
}
.content-primary .prod-item-small h2.prod-name, .catalogue-item-small h2 {
	/* Display & Box Model */
    max-height: 33px;
	padding: 5px;
	width: 160px;
	/* Other */
	font-size: 0.9em;
	line-height: 1.3em;
	overflow: hidden;
	text-align: center;
	vertical-align: middle !important;
}

.prod-name, .catalogue-item-small h2 {
    display: table-cell;
    height: 33px;
	vertical-align: middle !important;
}

.content-primary .prod-item-small h2.prod-name a, .catalogue-item-small h2 a {
	color: #000;
	margin:0;
	padding: 0;
	text-decoration: none;
	text-transform:uppercase;
}
.content-primary .static-items .prod-item-small .item-detail a {
	color:#000;
}
.content-primary .prod-item-small .prod-name a:hover, .content-primary .static-items .prod-item-small .item-detail a:hover, .content-primary .catalogue-item-small a:hover {
	color:#1376d2;
}
.content-primary .prod-item-small .price, .content-primary .static-items .prod-item-small .item-detail {
	border:none;
	text-align:right;
}
.content-primary .prod-item-small p.price .price-rrp {
	color:#000;
	text-decoration:line-through;
	float:left;
	text-align:left;
	font-weight:normal;
}
.content-primary .static-items .prod-item-small .item-detail {
	font-weight:normal;
	font-size:0.8em;
	text-align:center;
	color:#000;
}
.content-primary .prod-item-small .prod-img, .content-primary .prod-item-small .prod-img a {
	display:block;
	width:168px;
	height:147px;
	overflow:hidden;
	padding:0;
	margin:0;
	border:none;
}
.content-primary .prod-item-small .prod-img img, .catalogue-item-small img {
	width:auto;
/*	height:147px; */
	height:139px;
	display:block;
	margin:auto;
	padding:0;
	border:none;
}
/*
Slide show styles
==============================================================================
*/

.feature-holder {
	display:block;
	margin: 0 0 20px;
	overflow:hidden;
	height: 250px;
}
#slides {
	border:none;
	height:214px;
	margin:0 auto 0;
	padding:0;
	width:541px;
}
#slides .slides_container {
	width:541px;
	height:214px;
	overflow:hidden;
	position:relative;
	display:none;
}
#slides .slides_container div {
	width:541px;
	height:214px;
	display:block;
}
.feature-holder .pagination {
	margin: 10px auto;
	padding: 0;
	width: 170px;
}
.feature-holder .pagination li {
	float: left;
	list-style: none outside none;
	margin: 0 1px;
	padding: 0;
}
.feature-holder .pagination li a {
	background-image: url(../images/layout-assets/sprite-paganation.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	padding: 14px 0 0;
	width: 14px;
}
.feature-holder .pagination li.current a, .feature-holder .pagination li a:hover {
	background-position: 0 -15px;
}

blockquote {
	background-color: #EFEFEF;
    border: 1px dotted #CCCCCC;
    margin: 0;
    width: 320px;
    padding:1.3em 1em 0 1em;
	}

.quote-text:before, .quote-author:after {
	content: "“";
	color: #BDBDBD;
    font-family: arial;
    font-size: 5em;
    line-height: 0;
    vertical-align: text-bottom;
}

.quote-author {
	font-weight:700;
	font-style:italic;
	text-align:right;
}

.quote-author:after {
	content: "”";
	font-weight:normal;
	font-style:normal;
}

/*
Page specific styles
==============================================================================
*/
.Home h1:nth-of-type(1), h1.jwtimports {
	display:none;
}

.Home h1:nth-of-type(2) {
	display:block;
} 

#widget-container img {
    border: 1px solid #333;
}

/*.jwtimports h1 {
	visibility:hidden;
	margin:0;
}*/
.system-message h1, .shop-receipt h1, .shop-checkout h1, .system-error-message h1{
    margin-bottom: 1em;
    visibility: visible;
}
/*
==============================================================================
Search results styles
==============================================================================
*/
.content-primary .search-results img {
	margin-bottom:0;
	vertical-align: bottom;}

/*
==============================================================================
Shopping cart styles
==============================================================================
*/

table.cart th, table.order-list th, .invoice th {
background: #555;
border-bottom: 1px solid #eee;
color: #fff;

font-weight: 700;
text-align: left;
}

table.cart th, table.order-list th {font-size: 1.2em;}


/*table.cart td {
padding: 0.6em 0.3em;
}
*/
table.cart, tr.discount td.quantity input.update, table.cart, tr.giftvoucher td.quantity input.update {
    border: 1px solid #D7D7D7;
	border-radius: 3px 3px 3px 3px;
   /* height: 16px;*/
    line-height: 16px;
    padding: 0.1em;
	/*Other*/
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
	color: #000000;
    cursor: pointer;
	font-size: 0.8em;
    font-weight: normal;
	text-decoration: none;
    text-indent: 0;
    vertical-align: top;
}

select.shippingDropDown {
    width: 200px;
}
table.cart td.quantity input.cartInputText, select.shippingDropDown, input.discountcodeInput {
    border: 1px solid #999999;
    font-size: 0.9em;
    margin-right: 0;
}

.shippingCountryDiv, .shippingDiv, .shippingPostcodeDiv {
	margin-bottom:0.5em;}

.shipping .shippingDiv--label/*, .shipping .shippingDiv*/ {
	/*float:left;*/
	display:block;
	margin-bottom:0.3em;
	}

.shipping .shippingDiv {
/*	margin-left:1em;*/
	max-width:140px;
	}
	
table.cart td {
    font-size: 1.2em;
    vertical-align: top;
}	

tr.val td, tr.sub-total td  {
border-bottom: 1px solid #eee;
}

table.cart .quantity .cartInputText {
	text-align:right;
	font-size:0.9em;
}
table.cart .order-list--price{
	text-align:right;
	width:3em;}
	
table.cart .quantity input.cartInputText, table.cart th.quantity{
	text-align:right;
	width:2em;}	

table.cart .shippingCalc {
    white-space: nowrap;
}

td.order-list--ordername .productitemcell{
	display:block;
	width:100%;
	}	

table.cart .productitemcell {
    height: 2em;
    line-height: 1.5em;
    margin: 0 0 1em;
    overflow:visible;
    padding: 0 0 0.2em;
}

.order-list--price {
	width:5em;}		

.order--price .productitemcell {
	text-align:right;}
/*
==============================================================================
Past order templates
==============================================================================
*/

.order-list {
	border-collapse: collapse;}

table.order-list th, table.order-list td/*, table.invoice td*/ {
    font-size:0.9em;
    line-height: 1.5;
    padding: 0.5em;
    text-align: left;
    vertical-align: top;
}

.invoice th, .invoice td {
    padding: 0.5em;
}

.invoice tr.text td {
border-bottom: 1px solid #ddd;
}

table.order-list .order-list--ordername {
	width:19em;
	}

table.order-list .order-list--invoice-number {
	width: 5em;
	}

table.order-list .order-list--price {
	text-align: right;
	width:7em;}

table.order-list .order-list--status {
	width: 16em;
	}

table.order-list td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999 #eee;
    border-image: none;
    border-style: solid;
    border-width: 1px;
	border-top:none;
}


/*
==============================================================================
Checkout styles
==============================================================================
*/
div.form div.item, div.webform div.item {
    border: medium none;
    font-size: 0.9em;
    margin: 0;
    padding: 0 0 1em;
}

div.form div.item, div.webform div.item {}

.form .item label {
	font-weight: bold;
    display: block;
    padding-bottom: 3px;
}
.shop-form label, .memberdetails label {
    font-weight: bold;
    margin: 0;
}

.shop-checkout .form, form.signup, .memberdetails .form {
    border: medium none;
    margin: 0 auto auto;
    padding: 0;
    width: 350px;
}

.if-empty {
	display:none;}

/*
==============================================================================
Facebook widget styles
==============================================================================
*/
.fb_iframe_widget {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dotted #222222;
    display: inline-block;
    margin-bottom: 1em;
    padding: 0.3em;
    position: relative;
}



/*
==============================================================================

		JWT Imports Shop template CSS 

==============================================================================
*/

.catalogueItemNotFound {
	display:none;}

.shop .wrap {
	background-position:725px 0 !important;}

.shop .content-primary {
	margin-right:25px;
	padding-left:50px;
	padding-right:0;
	width:650px;
	}

/*.shop .shop-main {
	margin-top:50px;}*/

/*.shop .content-primary, .shop .content-secondary {
	min-height:1em;}*/

.shop-main + h1 {
    margin-top:0px;
}

.shop .content-secondary {
	padding:38px 25px 0 25px;
	width:225px;}

.shop .content-secondary h2, .content-secondary .feature h2, .content-secondary .feature .feature-header {
	/* Display & Box Model */
	/*Other*/
	background: #166fb6;
	background: -moz-linear-gradient(top, #166fb6 0%, #0b4b78 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #166fb6), color-stop(100%, #0b4b78));
	background: -webkit-linear-gradient(top, #166fb6 0%, #0b4b78 100%);
	background: -o-linear-gradient(top, #166fb6 0%, #0b4b78 100%);
	background: -ms-linear-gradient(top, #166fb6 0%, #0b4b78 100%);
	background: linear-gradient(to bottom, #166fb6 0%, #0b4b78 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166fb6', endColorstr='#0b4b78', GradientType=0 );
 color:#fff;
     text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
 }

a.cartSummaryLink, .productSubmitInput, .feature-btn {
	/* Display & Box Model */
	border:2px solid #efefef;
	display:block;
	margin:0;
	padding:0.3em;
	/*Other*/
	background: #166fb6;
	background: -moz-linear-gradient(top, #166fb6 0%, #2b3895 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #166fb6), color-stop(100%, #2b3895));
	background: -webkit-linear-gradient(top, #166fb6 0%, #2b3895 100%);
	background: -o-linear-gradient(top, #166fb6 0%, #2b3895 100%);
	background: -ms-linear-gradient(top, #166fb6 0%, #2b3895 100%);
	background: linear-gradient(to bottom, #166fb6 0%, #2b3895 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166fb6', endColorstr='#2b3895', GradientType=0 );	
	-webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.5);
	color:#fff;
	cursor:pointer;
	letter-spacing: 0.025em;
	font-size:1.15em;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
	white-space:nowrap;
 }
 
.feature-btn-small{
	display: inline-block;
    padding: 0.5em 0.8em;} 

.secure-nav .feature-btn.feature-btn-small {
	display:block;
    margin-bottom: 1em;
}

.btn-sub {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ababab;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
} 

.btn-sub:hover {
	color:#ff6c00;}

.shop-cart input#DiscountCode {
	width:auto;}

a.cartSummaryLink{
	margin: 0.5em 1em 0 0;
    padding: 0.5em 0.3em;}

.productSubmitInput {
    font-size: 1em;
    padding: 0.3em 1.1em;
}

.cartSummaryLink:hover, .feature-btn:hover {
	color:#fff;}

.breadcrumbs {
    font-size: 0.9em;
    margin: 0;
    padding: 1em 0 1.5em;
}

/*.content-primary ul.productList	{
	width:925px;}*/


.shop-product-large {
/*	overflow:visible;*/
	background-color:transparent;
    margin: 0;
/*    width: 930px;*/
}

.shop-product-large ul {
	padding-bottom:0;
	margin-bottom:0;}
	
.shop-product-large .image {
    border: medium none;
    float: right;
    height: auto !important;
    margin: 0 0 20px 20px;
    padding: 0;
    width:300px;
}

.shop .shop-product-large .image img {
    border: medium none;
    height: auto;
    margin: 0 auto 30px 0;
    padding: 0;
	}

.shop-product-large .description .image img {
    width:100%;
	}

.shop .feature h2{
	padding-top:0;
	}

.shop .shop-product-large .details, .content-secondary .feature {
	/* Display & Box Model */
    border: 1px solid #8A8A8A;
    float: left;
    height: auto !important;
	margin:0;
    padding: 15px 10px;
	position: relative;
    width: 200px;
	/* Other */
	background:#fff;
}


.secure-login div.form {
    padding: 9px;
}

.content-secondary .feature {
    float: none;
    margin: -0.8em auto 1em;
	padding: 0 0 0.5em;
	width:100%/*220px*/;
}

.content-secondary > .feature {
    margin: 0 auto 1em;
}

.content-secondary .feature:nth-of-type(1) {
    margin-bottom: 0.2em;
}

.content-secondary .feature:nth-of-type(1) +  .feature {
	margin-top:0.8em;}

.content-secondary .feature:nth-of-type(1) + .caption {
    padding-bottom: 1.5em;
	font-weight: bold;
	text-align: center; 
}

.content-secondary #eWAYBlock {
    margin-bottom: 1em;
    margin-top: 1.5em;
}

.content-secondary .feature h2, .content-secondary .feature .feature-header{
  	font-size: 1.3em;
    font-weight: 700;
    padding: 5px 10px 6px;
    text-transform: uppercase;}

.content-secondary .feature .feature-header {
	margin:0;}

.content-secondary .feature .feature-content{
	color:#000;
	font-weight:700;
	padding: 15px 10px;}



.shop .description {
	float:left;
	padding: 0 25px 1em 0;
	width:650px;
	}

.shop .description ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 2em;
}

.shop .description ul li {
	list-style:disc;
	margin:0;}

.shop .content-primary ul.productSmall li.productItemLast  {
	margin-right:15px;
	}
	
.shop .content-primary ul.productSmall li.productItem, 
.shop .content-primary ul.productSmall li.productItemLast, 
.shop .catalogueItem, .shop .catalogueItemLast, table.productTable td.productItem {
	max-height:191px;
	margin: 0 23px 30px;
	overflow:hidden;}

table.productTable {
	display:block;
	}

table.productTable td.productItem {
	margin-right:21px;
	margin-left:21px;
	}

/*.shop .content-primary ul.productSmall li.productItem, 
.shop .content-primary ul.productSmall li.productItemLast {
	height:195px;}*/

.shop .shop-product-large .details {
/*    margin-left: 24px;
    margin-top: 30px;*/
	float: none;
    margin: 0 auto;
	padding: 0 10px 15px 15px;
	text-align:left;
	width: 238px;
}

.shop .shop-product-large .details ul {
	margin-left:0;}

.shop .details li {
	color:#000;
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 0 0 0.5em 0;
	}

.shop .description .details li, .shop .description .details li li {
	list-style:none;}

.shop .details label {
	margin-right:5px;}

.shop-product-large li.quantity input.productTextInput {
    width: 25px;
}

.shop .sale0.details.loggedin0 li.normalPrice{
	display:none !important;}
	
.shop .details li.normalPrice{
	color:#747474;
    display: block;
    float: left;
    font-size: 1.1em;
    line-height: 1.7em !important;
	text-decoration:line-through;}
	
shop .details.loggedin0 li.normalPrice {
	margin-right:1em !important;}	

.shop .details li.normalPrice, .shop .details li.price, .shop-product-large li.quantity input.productTextInput{
	margin-bottom:0.3em;
	}

.shop .details.loggedin1 li.normalPrice{	
	font-size:26px !important;
	float:none;
	margin:0;
	padding: 0.2em 0 0 0 !important;
	}

/*.shop .sale0 li.normalPrice {
    display: none;
}*/

/*.shop .details.loggedin1 li.normalPrice:before {
	content:"RRP ";
	display:inline;
	text-decoration:none;}*/

.shop-product-large li.price {
   color: #176DB6;
    float: left;
    font-size: 26px;
	font-weight:700;
	margin:0;
	padding:0.5em 0 0 0;
}

.shop-product-large .details.sale1.loggedin1 li.price {
	padding-top:0.1em !important;}

.paging {
    margin: auto;
    text-align: center;
    width: 300px;
}

.catProdAttributeTitle {
	padding-bottom:0.3em;}
	
.shop td {
	padding: 0.3em;
	}

.feature-content td.cartSummaryItem {
	padding:0;}
		
/*--------------Catalogue wide CSS bk graphics------------*/		

.catalogueName.XTRIG.Triple.Clamp .description-product-details, .catalogueName.XTRIG.PHDS  .description-product-details{
	padding-bottom:500px;
	background:url(../images/xtrig-col-sealy-promo.jpg) no-repeat 0 bottom;}
	
.catalogueName.XTRIG.Triple.Clamp .description-product-details.products-related, .catalogueName.XTRIG.PHDS .description-product-details.products-related {
	background:none;
	padding-bottom:0;}
	
/*
==============================================================================
Logged in states
==============================================================================
*/	
.secure-login.loggedin1, .secure-nav.loggedin0 {
	display:none;
	}

.secure-login.loggedin0, .secure-nav.loggedin1 {
	display:block;}

/*.content-secondary .feature-btn.feature-btn-small.secure-nav--link-shop {
	display:none;}*/

/*
==============================================================================
Custom form elements
==============================================================================
*/	
form h2 + .item {
	padding-top:0.6em;}

form .item {
	margin:0;
	padding:0 0 1em 0;}
	
form .item label {
    display: block;
    font-size: 1em;
    padding: 0 0 0.3em;
}	
		
/*
==============================================================================
Blog module styles
==============================================================================
*/

.blog-container .post-list {
	float:none;
	clear:both;
	width:100%;
	}

.blog-post {
    margin: 1em 1em 2em;
	}

.blog-post h2.post-title {
    border-bottom:none;
    font-size: 1.3em;
    margin: 0 0 0.1em;
    padding: 0.5em 0;
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	font-size: 0.9em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	}

.comment-form-heading {
	font-weight:700;
	padding: 2em 0 1em;
	}