.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height:1px;
}

.clear {
	/*height: 1px;*/
	clear: both;
}
* { margin: 0; padding: 0; text-decoration: none; font-size: 100%; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { background: white; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; text-decoration: none; }

body {
    background: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

#wrap {
    width: 920px;
    margin: 0 auto;
    text-align: left;
	padding: 0 20px;
}

/******************* Global *********************/

.ios #banner .slides img,
.ios #product-list .loader-overlay,
.ios #list-filter .c {
	-webkit-backface-visibility: hidden;
}

a span, a em, label {
	cursor: pointer;
}

::selection { background:#000; color:#FFF; }
::-moz-selection { background:#000; color:#FFF; }

.but {
	display: inline-block;
	background: #000;
	color: #F6F6F6;
	height: 43px; line-height: 43px;
	font-size: 13px;
	padding: 0 20px; margin: 0 0 26px 0;
	position: relative;
}

.but.back {
	padding-left: 45px;
}

.but.back em {
	position: absolute; top: 15px; left: 18px;
	display: block;
	width: 9px; height: 13px;
	background: url('/assets/images/global/sprite.png') 0px -250px no-repeat;
}

.hr {
	height: 1px;
	overflow: hidden;
	background: url('/assets/images/global/dottedLineH.png') 0 0 repeat-x;
	margin: 0 0 26px 0;
}

#generic {
	margin: 0 0 40px 0;
}

#header {
	height: 188px;
	background: url('/assets/images/global/dottedLineH.png') 0 100% repeat-x;
	position: relative;
	margin: 0 0 26px 0;
}

#nav-top {
	float: right; display: inline;
	display: inline-block;
	margin: 18px 13px 0 0;
}

#nav-top li {
	float: right; display: inline;
	border-right: 1px solid #5a5a5a;
}

#nav-top li.last { border-right: none; }

#nav-top a {
	display: block;
	font-size: 11px;
	line-height: 12px;
	color: #5a5a5a;
	padding: 0 12px;
}

#nav-top a:hover {
	color: #333;
	text-decoration: underline;
}

#basket-link {
	display: inline-block;
	background: #f4f4f4;
	font-size: 11px;
	color: #414141;
	line-height: 12px;
	padding: 17px 19px 18px 54px;
	position: relative;
	float: right; display: inline;
}

#basket-link em {
	display: block; overflow: hidden;
	width: 20px; height: 23px;
	position: absolute; top: 50%; left: 16px;
	margin: -12px 0 0 0;
	background: url('/assets/images/global/sprite.png') 0 -66px no-repeat;
}

#basket-link:hover {
	background-color: #eaeaea;
}

#logo-main {
	display: block;
	position: absolute; top: 36px; left: 0px;
}

#nav-main {
	display: inline-block;
	position: absolute; top: 132px; left: 0px;
}

#nav-main li {
	float: left; display: inline;
	margin: 0 13px 0 0; padding: 0 18px 0 0;
	position: relative;
}

#nav-main a {
	display: inline-block;
	padding: 3px 0px 3px 0px;
	font-size: 13px; line-height: 13px;
	color: #5a5a5a;
}

#nav-main a:hover {
	text-decoration: underline;
	color: #000;
}

#nav-main li.on a {
	text-decoration: underline;
	color: #000;
}

#nav-main li em {
	width: 5px; height: 5px;
	display: block;
	overflow: hidden;
	background: url('/assets/images/global/sprite.png') 0px -311px no-repeat;
	position: absolute; top: 7px; right: 0px;
}

#nav-main li.last em {
	display: none;
}

#page-head {
	font-size: 26px;
	padding: 8px 0;
	margin: 0 0 26px 0;
}

#banner {
	width: 920px;
	height: 376px;
	/* height: 50px; */
	background: #f5f5f5;
	margin: 0 0 26px 0;
	overflow: hidden;
	position: relative;
}

#banner .slides {
	width: 100%; height: 100%;
	position: absolute;
	
}

#banner .slides img.first {
	position: absolute; top: 0px; left: 0px; z-index: 1;
}

#banner .arrow {
	width: 33px; height: 33px;
	display: block;
	position: absolute; top: 172px; z-index: 2;
	overflow: hidden; text-indent: -9999px;
	background: url('/assets/images/global/sprite.png') 0 0 no-repeat;
}

#banner .arrow.next {
	background-position: 0 0;
	right: 23px;
}

#banner .arrow.next:hover {
	background-position: 0 -33px;
}

#banner .arrow.prev {
	background-position: -33px 0;
	left: 23px;
	display: none;
}

#banner .arrow.prev:hover {
	background-position: -33px -33px;
}

#home-links {
	margin: 0 0 10px 0;
}

#home-links a {
	float: left; display: inline;
	width: 296px;
	overflow: hidden;
	margin: 0 16px 16px 0;
	position: relative;
	line-height: 16px;
}

#home-links a.last {
	margin-right: 0px;
}

#home-links a span {
	display: block;
	background: #222;
	color: #FFF;
	font-family: "Gill Sans", "Gill Sans MT", "Century Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.02em;
	font-size: 14px; line-height: 18px;
	padding: 15px 50px 16px 26px;
	position: relative;
}

#home-links a span em {
	display: block;
	width: 11px; height: 16px;
	position: absolute; top: 16px; right: 17px;
	background: url('/assets/images/global/sprite.png') 0 -89px no-repeat;
}

#home-links a:hover { background-position: 0px 1px; }
#home-links a:hover span {
	background: #000;
}

#home-feed {
	margin: 0 0 26px 0;
}

#home-feed .item {
	float: left; display: inline;
	width: 218px;
	margin: 0 16px 16px 0;
}

#home-feed .item.last {
	margin-right: 0px;
}

#home-feed .item .date {
	font-size: 10px;
	color: #404040;
	line-height: 14px;
	display: block;
	margin: 0 0 6px 0;
}

#home-feed .item h2 {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 10px 0;
}

#home-feed .item img {
	display: block;
	margin: 0 0 14px 0;
}

#home-feed .item p {
	line-height: 15px;
	font-size: 11px;
	color: #707070;
}

#footer {
	position: relative;
	border-top: 2px solid #000;
	background: url('/assets/images/global/logoSmall.png') 1px 32px no-repeat;
}

#footer .hr {
	margin: 0 0 34px 0;
}

#footer-social {
	margin: 38px 0;
}

#footer-social .item {
	float: right; display: inline;
	display: inline-block;
	margin: 0 24px 0 0;
}

#footer-social .item a {
	color: #000;
}

#footer-social .item.last {
	margin-right: 0px;
}

#footer-social .social-but {
	float: left; display: inline;
	margin: 0 2px 0 0;
}

#footer-social p, #footer-social label {
	float: left; display: inline;
	font-size: 11px;
	color: #474747;
	line-height: 15px;
	margin: 3px 0 0 0;
}

#footer-social .google {
	height: 20px; width: 33px;
	overflow: hidden;
}

#footer-social .fb {
	height: 20px; width: 50px;
	overflow: hidden;
}

#footer-social .tw {
	height: 20px; width: 152px;
	overflow: hidden;
}

input.t {
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	height: 20px;
	padding: 0 4px;
	font-size: 11px;
}

select.err, input.t.err {
	border: 1px solid #da3216;
}

#mailing-footer .submit {
	width: 20px; height: 20px;
	overflow: hidden; text-indent: -9999px; line-height: 0px;
	background: #000 url('/assets/images/global/sprite.png') 0 -105px no-repeat;
	border: none; outline: none;
}

#mailing-footer label {
	margin-right: 4px;
}

#mailing-footer .t {
	float: left; display: inline;
	margin: 0 2px 0 0;
	width: 160px;
}

#mailing-footer .submit {
	float: left; display: inline;
}

#nav-footer {
	float: left; display: inline;
	margin: 6px 0 52px 0;
}

#nav-footer li {
	float: left; display: inline;
	border-right: 1px solid #c0c0c0;
	margin: 0 12px 0 0;
}

#nav-footer li.last { border-right: none; }

#nav-footer a {
	display: block;
	font-size: 11px;
	line-height: 12px;
	color: #969696;
	padding: 0 12px 0 0;
}

#nav-footer a:hover {
	color: #777;
	text-decoration: underline;
}

#site-by {
	float: right; display: inline;
	font-size: 11px;
	line-height: 12px;
	color: #969696;
	margin: 6px 0 52px 0;
}

#site-by a {
	color: #888;
}

#site-by a:hover {
	color: #f37021;
}

/******************* Editor *********************/

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5 {
	margin: 24px 0 14px 0; padding: 0 0 6px 0;
	color: #333;
	border-bottom: 1px dotted #CCC;
	clear: both;
}

.editor h1 { font-size: 25px; }
.editor h2 { font-size: 22px; }
.editor h3 { font-size: 18px; }
.editor h4 { font-size: 16px; margin-bottom: 10px; }
.editor h5 { font-size: 14px; margin-bottom: 8px; }

.editor p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin: 0 0 16px 0;
}

.editor ul, .editor ol {
	display: block;
	margin: 22px 0 26px 0;
}

.editor ul li, .editor ol li {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 3px 0; 
	color: #555;
}

.editor ul li {
	display: block;
	background: url('/assets/images/global/sprite.png') 5px -295px no-repeat;
	padding: 0 0 0 20px;
}

.editor ol {
	list-style: decimal inside;
}

.editor table {
	table-layout: fixed;
	background: #f4f4f4;
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
}

.editor table.unfixed {
	table-layout: auto;
}

.editor table.full {
	width: 100%;
}

.editor table td, .editor table th {
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #555;
}

.editor table th {
	color: #333;
	font-weight: bold;
	background: #fcfcfc;
}

.editor img {
	margin: 0 16px 30px 16px
}

.editor a {
	color: #222;
	text-decoration: underline;
}

.editor a:hover {
	text-decoration: none;
}

#facebook-like, #facebook-like iframe {
	height: 500px;
}

/******************* Product List *********************/

#product-list {
	float: right; display: inline;
	width: 662px;
	margin: 0 0 26px 0; padding: 46px 0 26px 0;
	position: relative;
}

#products {
	position: relative;
	overflow: hidden;
	height: 500px;
}

#product-list .img {
	display: block;
	width: 100%; height: 236px;
	overflow: hidden;
	position: absolute; top: 0px; left: 0px;
}

#product-list .img img {
	position: absolute; top: 0px; left: 0px;
}

#product-list .item {
	float: left; display: inline;
	position: relative;
	width: 323px; height: 306px;
	margin: 0 16px 16px 0;
	overflow: hidden;
}

#product-list .item a.main {
	display: block;
	width: 100%; height: 100%;
}

#product-list .item.r {
	margin-right: 0px;
}

#product-list .item .p {
	position: relative; top: 252px;
	display: block;
	border-top: 1px dotted #999;
	line-height: 17px;
	font-size: 12px;
	padding: 7px 0 0 0;
}

#product-list .item:hover .p {
	border-top: 1px solid #999;
}

#product-list .item .name {
	display: block;
	color: #000;
}

#product-list .item a.main:hover .name {
	text-decoration: underline;
}

#product-list .item .price {
	display: block;
	color: #646464;
}

#product-list .item .price.sale span {
	text-decoration: line-through;
}

#product-list .item .price.sale span.sale-price {
	text-decoration: none;
	color: #da3216;
	padding: 0 0 0 6px;
}

#product-list .item .colour {
	position: absolute; top: 253px; right: 0px; z-index: 1;
	padding: 8px 0 12px 16px;
	display: inline-block;
	font-size: 10px;
	color: #9a9a9a;
}

#product-list .item .colour:hover {
	text-decoration: underline;
}

#product-list .loader-overlay {
	position: absolute; top: 0px; left: 0px; z-index: 5;
	width: 100%; height: 100%;
	background: #FFF url('/assets/images/products/ajaxLoader.gif') 50% 100px no-repeat;
}

#product-list .pagination {
	display: inline-block;
	position: absolute; top: 0px; right: 0px;
	height: 20px; width: 100%;
}

#product-list .pagination.bot {
	top: auto; left: 0px;
}

#product-list .pagination li {
	float: right; display: inline;
	margin: 0 0 0 2px;
}

#product-list .pagination li.all {
	margin: 0 0 0 14px;
}

#product-list .pagination a {
	color: #585858;
	font-size: 11px;
	display: inline-block;
	background: #f4f4f4;
	font-weight: bold;
	line-height: 20px;
	padding: 0 7px;
	height: 20px;
}

#product-list .pagination .next a, #product-list .pagination .prev a {
	width: 20px; height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	background: #f4f4f4 url('/assets/images/global/sprite.png') 0 -125px no-repeat;
}

#product-list .pagination .prev a  {
	background-position: -20px -125px;
}

#product-list .pagination a:hover {
	background-color: #eaeaea;
}

#product-list .pagination li.on a {
	background-color: #000;
	color: #FFF;
}

#product-list .pagination li.disabled a, #product-list .pagination li.disabled a:hover {
	background-color: #f4f4f4;
	cursor: default;
}

#product-list #no-results {
	background: #f6f6f6;
	border: 1px solid #DDD;
	width: 240px;
	text-align: center;
	padding: 70px;
	position: absolute; top: 120px; left: 120px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

/******************* Product Page *********************/

#product-info {
	float: right; display: inline;
	width: 219px;
	margin: 0 0 72px 0;
	position: relative;
}

#product-info .h {
	display: block;
	font-size: 24px;
	line-height: 26px;
	border-bottom: 1px dotted #999;
	margin: 0 0 12px 0; padding: 0 0 10px 0;
}

#product-info h1 {
	font-size: 11px;
	line-height: 14px;
	color: #5a5a5a;
	margin: 0 0 38px 0;
}

#product-info .options {
	position: relative;
	overflow: visible;
	border-top: 1px dotted #999; border-bottom: 1px dotted #999;
	background: #f4f4f4;
	margin: 0 0 26px 0; padding: 22px 0 0 22px;
}

#product-info .options span.err {
	position: absolute; top: -27px; left: 0px;
	width: 100%; height: 20px;
	display: block;
	color: #da3216;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

#product-info .options label {
	float: left; display: inline;
	font-size: 11px;
	width: 44px; height: 20px;
	line-height: 20px;
	margin: 0 0 22px 0;
}

#product-info .options select {
	float: left; display: inline;
	width: 128px;
	margin: 0 0 22px 0;
}

#product-info .options br {
	clear: both;
}

#product-info .price {
	display: block;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 26px 0;
}

#product-info .price.sale span {
	text-decoration: line-through;
}

#product-info .price .sale-price {
	padding: 0 0 0 12px;
	text-decoration: none !important;
	color: #da3216;
}

#product-info .price.sale span.from {
	text-decoration: none;
}

#product-info .submit {
	display: block;
	width: 100%;
	height: 43px;
	color: #F6F6F6;
	background: #000 url('/assets/images/global/sprite.png') 100% -198px no-repeat;
	border: none; outline: none;
	margin: 0 0 22px 0; padding: 0 44px 0 20px;
	font-size: 13px;
	text-align: left;
	cursor: pointer;
}

#product-info .share {
	padding: 22px 0 0 0;
	border-top: 1px dotted #999;
}

#product-info .item {
	float: left; display: inline;
	overflow: hidden;
	height: 20px;
	margin: 0 0 5px 0;
}

#product-info .share .tw {
	width: 60px;
}

#product-info .share .fb {
	width: 110px;
}

#product-info .share .google {
	width: 37px;
}

#product-info .no-script {
	background: #da3216;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 14px;
	width: 191px;
	position: absolute; left: 0px; bottom: 42px;
}

#product-info .no-script a {
	text-decoration: underline;
	color: #FFF;
}

#product-info .no-script a:hover {
	text-decoration: none;
}

#no-script-top {
	text-align: center;
	background: #da3216;
	margin: 0;
}

#no-script-top p {
	width: 960px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto; padding: 10px 0;
}

#no-script-top a {
	text-decoration: underline;
	color: #FFF;
}

#no-script-top a:hover {
	text-decoration: none;
}

#product-main {
	float: left; display: inline;
	width: 665px;
	margin: 0 0 72px 0;
	overflow: hidden;
	position: relative;
}

#product-main .img {
	display: block;
	overflow: hidden;
	position: relative;
}

#product-main .thumbs {
	border-top: 1px dotted #999;
	margin: 15px 0 0 0; padding: 15px 0 0 0;
}

#product-main .thumbs a {
	float: left; display: inline;
	width: 121px; height: 88px;
	overflow: hidden;
	margin: 0 15px 0 0;
}

#product-main #wrap {
	padding-left: 0;
}

#zoom-hint {
	width: 85px; height: 26px;
	display: block;
	background: url('/assets/images/product/hoverToZoom.png') 0 0 no-repeat;
	float: right; display: inline;
	margin: 10px 260px 0 0;
}

/******************* Product List Filter *********************/

#list-filter {
	float: left; display: inline;
	width: 218px;
	margin: 0 0 46px 0;
}

#list-filter .item.dd {
	margin: 0 0 26px 0;
	font-size: 11px;
}

#list-filter .item.dd select {
	color: #595959;
	width: 165px;
}

#list-filter .item.dd label {
	padding: 0 3px 0 0;
}

#list-filter .h-main {
	background: #000;
	color: #FFF;
	font-size: 14px; line-height: 16px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 14px 17px;
	position: relative;
	overflow: hidden;
}

#list-filter .clear-all {
	font-size: 12px;
	color: #c8c8c8;
	letter-spacing: 0em;
	text-transform: none;
	position: absolute; top: 0px; right: 13px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	padding: 0 14px 0 0;
}

#list-filter .clear-all em {
	display: block;
	width: 9px; height: 10px;
	overflow: hidden;
	position: absolute; top: 18px; right: 0px;
	background: url('/assets/images/global/sprite.png') -5px -151px no-repeat;
}

#list-filter .item {
	position: relative;
}

#list-filter .h {
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	width: 125px;
	margin: 10px 0 10px 0; padding: 8px 0 8px 30px;
	cursor: pointer;
	overflow: hidden;
}

#list-filter .h em {
	display: block;
	width: 13px; height: 13px;
	overflow: hidden;
	position: absolute; top: 8px; left: 9px;
	background: url('/assets/images/global/sprite.png') 0px -185px no-repeat;
}

#list-filter .item.closed .h em { background-position: -13px -185px; }

#list-filter .clear-item {
	display: inline-block;
	height: 30px;
	font-size: 11px;
	line-height: 29px;
	color: #666;
	position: absolute; top: 0px; right: 0px;
	padding: 0 26px 0 10px;
}

#list-filter .clear-item em {
	display: block;
	width: 7px; height: 8px;
	overflow: hidden;
	position: absolute; top: 11px; right: 14px;
	background: url('/assets/images/global/sprite.png') -6px -171px no-repeat;
}

#list-filter .c {
	background: #f4f4f4;
	border-bottom: 1px dotted #999;
	overflow: hidden;
	position: relative;
	padding: 0;
}

#list-filter .row {
	display: block;
	border-top: 1px dotted #999;
	font-size: 12px;
	line-height: 16px;
	color: #8a8a8a;
	margin: 0 0 0 0; padding: 6px 0 6px 10px;
	position: relative; top: 0px;
	zoom: 1;
	overflow: hidden;
}

#list-filter .item.cb .row.on {
	color: #000;
}

#list-filter .item.cb .row:hover {
	background-color: #eaeaea;
}

/*
#list-filter .item.cb .row.on:hover {
	background-color: #f9e2dd;
}
*/

#list-filter input.cb {
	width: 11px; height: 11px;
	position: absolute; top: 8px; right: 10px;
}

#list-filter .row .checkbox {
	display: inline-block;
	position: absolute; top: 8px; right: 10px;
	width: 9px; height: 9px;
	background: #FFF url('/assets/images/global/sprite.png') -9px -241px no-repeat;
	border: 1px solid #b8b8b8;
}

#list-filter .row .checkbox.on { background-position: 0px -241px; border-color: #797979; }

#list-filter .item.range .row {
	height: 44px;
}

#list-filter .slider {
	position: absolute; top: 17px; left: 16px;
	width: 185px; height: 3px;
	background: #FFF;
	border: 1px solid #9b9b9b;
}

#list-filter .ui-slider-handle {
	display: block;
	width: 13px; height: 13px;
	position: absolute; top: 2px; z-index: 2;
	background: url('/assets/images/global/sprite.png') -26px -185px no-repeat;
	margin: -7px 0 0 -7px;
}

#list-filter .ui-slider-handle span {
	display: block;
	width: 27px; height: 37px;
	position: absolute; top: -13px; left: -8px;
}

#list-filter .ui-slider-range {
	position: absolute; top: 0px; left: 0px; z-index: 1;
	height: 100%;
	overflow: hidden;
	background: #cdcdcd;
}

#list-filter .item.range .min, #list-filter .item.range .max {
	display: inline-block;
	width: 40px;
	background: #f4f4f4;
	border: none; outline: none;
	position: absolute; top: 32px;
	color: #8a8a8a;
	font-size: 11px;
}

#list-filter .item.range .min {
	left: 10px;
}

#list-filter .item.range .max {
	right: 10px;
	text-align: right;
}

/*
#list-filter .item.range .row:hover .min, #list-filter .item.range .row:hover .max {
	background-color: #ececec;
}
*/

.sale-notice {
	background: #f4f4f4;
	color: #6f6f6f;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding: 13px 14px;
	margin: 0 0 26px 0;
}

/******************* Basket *********************/

#basket table {
	width: 100%;
}

#basket table td {
	font-size: 12px;
	color: #666;
	padding: 14px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #CCC;
	line-height: 14px;
}

#basket table .top td { border-top: 1px solid #999; }
#basket table .bot td { border-bottom: 1px solid #999; }

#basket table em {
	font-weight: bold;
	color: #000;
}

#basket table .img { width: 140px; }
#basket table .size { width: 120px; }
#basket table .col { width: 155px; }
#basket table .price { width: 175px; }
#basket table .rem { width: 82px; }

#basket table .rem a {
	display: inline-block;
	position: relative;
	padding: 0 26px 0 10px;
	height: 32px; line-height: 32px;
	color: #666;
}

#basket table .rem em {
	position: absolute; top: 12px; right: 10px;
	width: 9px; height: 9px;
	overflow: hidden;
	background: url('/assets/images/global/sprite.png') -28px -170px no-repeat;
}

#basket table .price em {
	padding: 0 6px 0 0;
}

#basket table .price.sale em {
	text-decoration: line-through;
	font-weight: normal;
}

#basket table .price.sale span {
	font-weight: bold;
	color: #da3216;
	padding: 0 6px 0 0;
}

#basket table .price.disc span, #basket table .price.disc em {
	text-decoration: line-through; font-weight: normal;
}

#basket table .price.disc span.discounted {
	text-decoration: none;
	color: #1d720f;
	font-weight: bold;
}

#basket .summary {
	background: #f4f4f4;
	padding: 48px 31px 50px 31px;
	border-bottom: 1px solid #999;
}

#basket .summary .col {
	float: left; display: inline;
	width: 224px;
	margin: 0 31px;
}

#basket .summary .col h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 0 0 0 26px;
	position: relative;
}

#basket .summary .col h3 em {
	position: absolute; top: 0px; left: 0px;
	display: block;
	height: 13px;
	background: url('/assets/images/global/sprite.png') 0 0 no-repeat;
}

#basket .summary .col p.desc {
	font-size: 11px;
	color: #333;
	margin: 0;
	line-height: 16px;
	height: 94px;
	position: relative;
}

#basket #no-items {
	padding: 20px 0;
}

#basket #no-items p {
	color: #999;
	font-size: 17px;
	margin: 0 0 40px 0;
	text-align: center;
}

#basket-proms .t {
	width: 170px;
	margin: 0;
	float: left; display: inline;
}

#basket-proms .submit {
	float: right; display: inline;
	height: 20px; width: 50px;
	padding: 0; margin: 0;
	background: #000;
	color: #FFF;
	font-weight: bold;
	border: none; outline: none;
	font-size: 11px;
	cursor: pointer;
}

#basket #basket-proms h3 {
	padding-left: 22px;
}

#basket #basket-proms h3 em {
	width: 15px;
	background-position: 0px -263px;
}

#basket-proms .code {
	display: block;
	font-size: 24px;
	color: #1d720f;
	margin: 12px 0 0 0;
}

#basket-delivery select {
	width: 224px;
}

#basket  #basket-delivery h3 em {
	width: 19px;
	background-position: -15px -263px;
}

#basket  #basket-delivery span.err, #basket  #basket-proms span.err {
	position: absolute; bottom: 10px; left: 0px;
	width: 100%; height: 12px;
	display: block;
	color: #da3216;
	font-size: 11px;
	line-height: 16px;
}

#basket-totals p.top {
	font-size: 12px;
	line-height: 15px;
	height: 113px;
}

#basket-totals p.bot {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	border-top: 1px dotted #949494;
	padding: 10px 0 0 0;
}

#basket-totals .lab {
	float: left; display: inline;
	width: 110px; height: 16px;
	margin: 0 0 10px 0;
}

#basket-totals .val {
	float: right; display: inline;
	width: 110px; height: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: right;
}

#basket-totals .discount {
	color: #1d720f;
}

#basket-totals .discount.none {
	display: none;
}

#basket-totals .lab .small {
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #666;
}

#basket .checkout {
	padding: 50px 62px;
	background: url('/assets/images/basket/payment.png') 60px 50px no-repeat;
}

#basket .checkout .buts {
	float: right; display: inline;
	width: 224px;
}

#basket .checkout .buts .but {
	display: block;
	margin: 0;
}

#basket .checkout .buts .checkout-but {
	margin: 0 0 32px 0;
	text-transform: uppercase;
	font-weight: bold;
}

#basket .checkout .buts .checkout-but em {
	position: absolute; top: 15px; right: 18px;
	display: block;
	width: 9px; height: 13px;
	background: url('/assets/images/global/sprite.png') -9px -250px no-repeat;
}

#basket .checkout .buts .paypal-but {
	background: #FFF url('/assets/images/basket/paypal.png') 0 0 no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#basket .checkout .buts .paypal-but:hover { background-position: 0 -43px; }

#delivery-cost {
	position: relative;
}

#delivery-cost .loader {
	position: absolute; top: 0px; left: 0px;
	width: 100%; height: 100%;
	background: #f4f4f4 url('/assets/images/basket/deliveryLoader.gif') 95% 0 no-repeat;
}

/******************* Checkout *********************/

#checkout {
	padding: 0 0 20px 0;
}

#checkout #page-head {
	background: url('/assets/images/basket/payment.png') 689px 4px no-repeat;
}

#checkout form h4 {
	clear: both;
	font-size: 18px;
	border-bottom: 1px dotted #999;
	margin: 30px 0 20px 0; padding: 0 0 8px 0;
}

#checkout form label {
	color: #333;
	float: left; display: inline;
	width: 320px;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 8px 0; padding: 4px 0 0 0;
	height: 26px;
}

#checkout form label span {
	display: block;
	color: #999;
	font-style: italic;
	font-size: 11px;
	line-height: 12px;
	padding: 2px 0 0 0;
	width: 270px;
}

#checkout form .t {
	float: left; display: inline;
	width: 300px;
	margin: 0 0 8px 0;
}

#checkout form .t.input-validation-error {
	border: 1px solid #da3216;
}

#checkout form span.field-validation-error {
	float: right; display: inline;
	width: 288px;
	font-size: 11px;
	line-height: 14px;
	padding: 4px 0 0 0;
	height: 26px;
	color: #da3216;
}

#checkout span.field-validation-error.top {
	background: #da3216;
	padding: 4px 8px;
	color: #FFF;
}

#checkout form textarea.t {
	height: 100px;
	margin: 0 0 18px 0; 
}

#checkout form select {
	width: 220px;
	float: left; display: inline;
}

#checkout form br {
	clear: both;
}

#checkout form .submit {
	display: inline-block;
	float: right; display: inline;
	background: #000;
	color: #F6F6F6;
	height: 43px; line-height: 43px;
	font-size: 13px;
	padding: 0 20px; margin: 0 0 26px 0;
	position: relative;
	outline: none; border: none;
	text-transform: uppercase;
	font-weight: bold;
}

#checkout .cbWrap {
	background: #f4f4f4;
	width: 580px;
	margin: 20px 0 10px 0; padding: 16px 20px 0px 20px;
}

#checkout .cbWrap input {
	float: right; display: inline;
}

#checkout .formHelp {
	float: left; display: inline;
	width: 280px; height: 26px;
	margin: 0 0 0 90px;
	position: relative;
	overflow: hidden;
}

#checkout .formHelp span {
	font-size: 11px;
	font-style: italic;
	color: #666;
	line-height: 20px;
	display: block;
	padding: 0 0 0 28px;
	position: relative;
	cursor: pointer;
}

#checkout .formHelp span em {
	display: block;
	width: 20px; height: 20px;
	position: absolute; top: 0px; left: 0px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('/assets/images/global/sprite.png') 0 -276px;
}

#checkout .formHelp .popup {
	display: none;
	width: 240px;
	position: absolute; top: 26px; left: 0px;
	background: #f4f4f4;
	padding: 16px 18px;
}

#checkout .formHelp .popup p {
	font-size: 11px;
	color: #666;
	line-height: 16px;
}

#checkout .formHelp .popup a {
	color: #444;
}

#checkout .formHelp .popup a:hover {
	text-decoration: underline;
}

#checkout .formHelp.hover {
	overflow: visible;
}

#checkout .formHelp.hover .popup {
	display: block;
}

#checkout #stateWrap, #checkout #billingStateWrap {
	display: none;
}

#billingHide {
	overflow: hidden;
}

table.order-summary {
	width: 100%;
}

table.error-options {
	width: 100%;
}

table.error-options td {
	height: 60px;
	vertical-align: middle;
	padding-right: 80px;
}

table.error-options td.action {
	text-align: center;
	width: 80px;
	padding-right: 12px;
}

table.error-options td.action a {
	display: inline-block;
	height: 30px; line-height: 29px;
	padding: 0 26px 0 10px;
	position: relative;
}

table.error-options td.action a:hover {
	text-decoration: underline;
}

table.error-options td.action a em {
	display: block;
	width: 11px; height: 11px;
	position: absolute; top: 9px; right: 10px;
	background: url('/assets/images/global/sprite.png') -3px -129px no-repeat;
}

/******************* Mailing Signup Page *********************/

#mailing-form {
	display: inline-block;
	margin: 0 0 50px 0;
	padding: 40px 50px;
	background: #f4f4f4;
	border: 1px solid #DDD;
}

#mailing-form label {
	float: left; display: inline;
	height: 20px; line-height: 20px;
	font-size: 12px;
	margin: 0 16px 0 0;
}

#mailing-form input.t {
	width: 200px;
}

#mailing-form .submit {
	width: 20px; height: 20px;
	overflow: hidden; text-indent: -9999px; line-height: 0px;
	background: #000 url('/assets/images/global/sprite.png') 0 -105px no-repeat;
	border: none; outline: none;
}

/*********** FORMALIZE (modified slightly) ************/

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  top: 0 \0;
  *top: -3px;
}

@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/*
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  background: #dddddd url('../images/button.png') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -o-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

*/

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  padding: 2px 3px;
  font-size: 11px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

:invalid {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url('../images/formalize/select_arrow.gif');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
}

.ie6_button,
* html button {
  background: #dddddd url('../images/formalize/button.png') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}

/************************ CLOUD ZOOM ************************/

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


