

/***************************************************************
****************************************************************
PRODUCTS
****************************************************************
***************************************************************/


/*PRODUCT LISTING PAGE
***************************************************************/

div#wrap ul.productList {
  margin: 0 0 0 0;
  padding:0;
  width: auto;
  position: relative;
	overflow: hidden;
}

div#wrap ul.productList li {
	margin: 0 8px 30px;
	padding: 15px;
	border: 0;
	background-image: none;
	width: 180px;
	height: 320px;
	float: left;
	position: relative;
	z-index: 13;
	text-align: center;
	background-color: #f1f1f1;
}

ul.productList div.image {
	width: 180px;
	height: 180px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

ul.productList a img {
	width: 180px;
	height: auto;
}

ul.productList a:hover img {
	opacity: 0.85;
}

ul.productList h3 {
	color: #001523;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	padding: 15px 0 7px 0;
}

ul.productList h3 a {
	color: #001523;
	text-decoration: none;
}

ul.productList h3 a:hover {
	text-decoration: underline;
}

ul.productList p.summary {
	font-size: 12px;
	color: #808a91;
	line-height: 15px;
	padding: 0 0 5px 0;
}

ul.productList p.summary a {
	color: #808a91;
	text-decoration: none;
}

ul.productList p.price {
	color: #001523;
	font-size: 15px;
	padding-top: 3px;
}

ul.productList p.price a {
	color: #001523;
	text-decoration: none;
}

ul.productList p.sale s {
	color: #424d54;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
}

ul.productList p.more a {
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	/* background-color: #74b94e; */
	background-color: #df167c;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	z-index: 20;
	bottom: 25px;
	left: 40px;
	right: 40px;
}

ul.productList p.more a:hover {
	background-color: #01b1ec;
}

ul.productList li span.strap {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

ul.productList li span.online {
	background-image: url('../images/layout/strapOnline.png');
}

ul.productList li span.instore {
	background-image: url('../images/layout/strapInstore.png');
}


/*display as list*/

div#wrap ul.productList.list li {
	margin: 20px 0 0 0;
	background-image: none;
	width: auto;
	height: auto;
	float: none;
	text-align: left;
	overflow: hidden;
}

ul.productList.list div.image {
	margin: 0 20px 0 0;
	overflow: hidden;
	float: left;
}

ul.productList p.more a {
	position: static;
}



/*PRODUCTS IN CAROUSEL
***************************************************************/

div.carousel.products {
  width: 958px;
  height: 350px;
  position: relative;
  z-index: 10;
	margin: 0 auto;
	border: 1px solid #dce3e7;
	background-color: #fff;
}

div.carousel.products h2 {
	height: 33px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 17px 0 0 20px;
	background-color: #cdd7de;
}

div.carousel.products .container {
  position: absolute;
  z-index: 11;
  top: 50px;
  left: 0;
  width: 958px;
  height: 300px;
  overflow: hidden;
}

div#wrap div.carousel.products ul.productList {
  margin: 0 0 0 13px;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height:300px;
}

div#wrap div.carousel.products ul.productList li {
	width: 155px;
	height: 300px;
	padding: 0;
}

div#wrap div.carousel.products ul.productList div.image {
	width: 140px;
	height: 140px;
	margin-top: 25px;
}

div#wrap div.carousel.products ul.productList img {
	width: 140px;
	height: 140px;
}

div.carousel.products .bgPrev a {
	width: 29px;
	height: 285px;
	display: inline-block;
	text-indent: -5000px;
	position: absolute;
	z-index: 100;
	top: 35px;
	left: -29px;
	background: transparent url('../images/layout/arrowPrev_banner.png') 0px 0px no-repeat;
	opacity: 0.7;
}

div.carousel.products .bgNext a {
	width: 29px;
	height: 285px;
	display: inline-block;
	text-indent: -5000px;
	position: absolute;
	z-index: 100;
	top: 35px;
	right: -29px;
	background: transparent url('../images/layout/arrowNext_banner.png') 0px 0px no-repeat;
	opacity: 0.7;
}

div.carousel.products .bgPrev a:hover,
div.carousel.products .bgNext a:hover {
	opacity: 1;
}


/*RELATED PRODUCTS
***************************************************************/

div#wrap div.relatedProducts ul.productList li {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	background-image: none;
	width: auto;
	height: auto;
	float: none;
	text-align: left;
	overflow: hidden;
}

div#wrap div.relatedProducts ul.productList div.image {
	width: 125px;
	height: 125px;
	margin: 0;
	overflow: hidden;
	float: left;
}

div#wrap div.relatedProducts ul.productList div.image img {
	width: 125px;
	height: 125px;
}

div#wrap div.relatedProducts ul.productList h3 {
	padding-top: 5px;
	padding-bottom: 8px;
	margin-left: 145px;
	font-weight: normal;
	text-transform: none;
	font-size: 17px;
	line-height: 18px;
}

div#wrap div.relatedProducts ul.productList h3 a {
	color: #272f32;
}

div#wrap div.relatedProducts ul.productList p {
	margin-left: 145px;
	padding-bottom: 8px;
}



/*PRODUCTS IN LIGHTBOX eg for check stock in store
***************************************************************/

div#boxContents h2 {
	color: #001523;
	font-size: 26px;
	padding: 10px 0 10px 0;
}

div#boxContents ul.productList {
	padding: 0;
	margin: 0 0 20px 0;
}

div#boxContents ul.productList li {
	margin: 10px 0 0 0;
	padding: 15px;
	border: 1px solid #a5acb1;
	background-image: none;
	background-color: #f2f4f5;
	width: auto;
	height: auto;
	float: none;
	text-align: left;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

div#boxContents ul.productList div.image {
	width: 80px;
	height: 80px;
	margin: 0;
	overflow: hidden;
	float: left;
}

div#boxContents ul.productList div.image img {
	width: 80px;
	height: 80px;
}

div#boxContents ul.productList h3 {
	float: left;
	width: 200px;
	padding: 5px 0 0 15px;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
}

div#boxContents ul.productList h3 a {
	color: #272f32;
}

div#boxContents ul.productList p {
	padding-bottom: 8px;
	float: left;
}

div#boxContents ul.productList p.summary {
	display: none;
}

div#boxContents ul.productList p.price {
	position: absolute;
	z-index: 50;
	top: 70px;
	left: 110px;
	font-weight: bold;
}

div#boxContents ul.productList p.stocklevelIcon {
	float: right;
	width: 100px;
	padding: 55px 10px 0 10px;
	background-position: center 8px;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #001523;
}

div#boxContents ul.productList p.outOfStock {
	background-image: url('../images/icons/outOfStock.png');
}

div#boxContents ul.productList p.inStock {
	background-image: url('../images/icons/inStock.png');
}

div#boxContents p.openingHours span,
div#boxContents p.phoneNumber span {
	display: inline-block;
	width: 120px;
	text-transform: uppercase;
	color: #001523;
}



/*PRODUCT DETAIL PAGE
***************************************************************/

div.left {
	width: 460px;
	float: left;
	padding-left: 30px;
}

div.formWizFormWrap div.left {
	padding-left: 0px;	
}


div.right {
	width: 400px;
	float: right;
	padding-right: 30px;
}

div.formWizFormWrap div.right {
	padding-right: 0px;
}


/*product images*/

div.productDetail {
	margin-top: 50px;
	padding: 0 0 0 0;
}

div.productDetail div.productImages {
	width: 460px;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

div.productDetail div#productSlides {
	width: 460px;
	height: 460px;
	position: relative;
}

div.productDetail div#productSlides div.largeImage {
	width: 460px;
	height: 460px;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	cursor: none;
	cursor:all-scroll;
	border: 1px solid #d7dee3;
}

div.productDetail div#productSlides div.largeImage img.medium {
	float: left;
}

div.productDetail div#productSlides div.largeImage div.zoomBox {
	position:absolute;
	background:rgba(255,255,255,0.15);
	border:1px solid white;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	display:none;
}

div.productDetail div#zoomed {
	position: absolute;
	z-index: 1000;
	left: 465px;
	/* left: 70px; */
	top: 0;
	width:460px;
	height:460px;
	border:1px solid d7dee3;
	z-index:5000;
	overflow:hidden;
	display:none;
	-webkit-box-shadow:0 3px 15px rgba(0,0,0,0.15);
	-moz-box-shadow:0 3px 15px rgba(0,0,0,0.15);
	box-shadow:0 3px 15px rgba(0,0,0,0.15);
	pointer-events:none;
	background: #ddd url(../images/layout/imageLoading.gif) center center no-repeat;
}

div.productDetail div#zoomed img#large {
	position: absolute;
	width: 1000px;
	height: 1000px;
	opacity:0;
	-webkit-transition:opacity 0.25s;
	-moz-transition:opacity 0.25s;
	transition:opacity 0.25s;
}

div.productDetail ul.thumbList {
	width: 470px;
	padding: 10px 0 0 0;
}

div.productDetail ul.thumbList li a {
	display: block;
	width: 85px;
	heigtht: 85px;
	float: left;
	overflow: hidden;
	margin: 0 7px 10px 0;
	opacity: 0.7;
	border: 1px solid #d7dee3;
}

div.productDetail ul.thumbList li.sel a,
div.productDetail ul.thumbList li a:hover {
	opacity: 1;
}

div.productDetail ul.thumbList li img {
	display: block;
}

div.productDetail ul.thumbList .imageCaption {
	display: none;
}

div.productImages span.strap {
	position: absolute;
	z-index: 300;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

div.productImages span.online {
	background-image: url('../images/layout/strapOnline2.png');
}

div.productImages span.instore {
	background-image: url('../images/layout/strapInstore2.png');
}



/*product description and add to cart*/

div.productDetail div.text {
	float: left;
	padding: 0 0 0 0;
}

div.productDetail div.text.wide {
	width:440px;
}

div.productDetail h1#pageTitle {
	font-size: 22px;
	line-height: 24px;
	padding: 0 0 5px 0;
	margin: 0;
	color: #000;
	border: 0;
	background-color: transparent;
}

div.productDetail p.summary {
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 10px 0;
}

div.productDetail span.label {
	display: block;
	float: left;
	width: 80px;
	font-size: 13px;
	color: #001523;
	font-weight: bold;
	text-transform: uppercase;
}

div.productDetail div.price span.label {
	margin-top: 8px;
}

div.productDetail div.price p,
div.productDetail p.price {
	font-size: 22px;
	color: #001523;
	font-weight: bold;
}

div.productDetail div.price.sale p {
	color: #001523;
}

div.productDetail div.price.sale s {
	font-size: 17px;
	color: #424d54;
	font-weight: normal;
}

div.productDetail p.price img {
	float:left;
	margin-top:3px;
	margin-right:5px;
}

div.productDetail p.style {
	font-size: 13px;
	color: #abb2ba;
	padding: 0 0 7px 0;
}

/*social & ratings*/

div.productDetail div.social {
	margin: 12px 0 15px 0;
	overflow: hidden;
}

div.productDetail div.social span.label {
	margin-top: 6px;
}

iframe#shareFrame {
	border:none;
	overflow:hidden;
	background:transparent!important;
}

/*star ratings*/

div.social div.rating {
	width: 260px;
	float: none;
	padding-top: 2px;
}

div.social div.starsContainer {
	height: 40px;
}

div.social div.socialContainer {
	height: 30px;
}

div.social div.rating p {
	display: inline-block;
}

div.social div.rating a {
	color: #868c93;
	font-size: 13px;
}

div.social div.share {
	width: 240px;
	float: right;
	text-align: right;
}

div#fbShare, div#pinterestShare, div#twitterShare {
	float:right;
	margin-left:5px;
	margin-top:2px;
}

div#twitterShare iframe {
	width:90px!important;
}

/*stars*/

ul.stars {
	width: 100px;
	height: 16px;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: 3px;
}

ul.stars li {
	width: 16px;
	height: 16px;
	float: left;
	text-indent: -5000px;
	margin: 0 2px 0 0;
	background: transparent url('../images/layout/starNone.png') 0px 0px no-repeat;
}

ul.stars li.full {
	background-image: url('../images/layout/starFull.png');
}

ul.stars li.half {
	background-image: url('../images/layout/starHalf.png');
}



/*relateld products*/

div.relatedProducts {
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 10px 30px 20px 30px;
	border: 1px solid #808a91;
	position: relative;
	z-index: 1;
}

div.relatedProducts h3 {
	color: #001523;
	font-size: 19px;
	padding: 15px 0 20px 0;
}

/*listing styling is with main product listing styles further up ^ */


div.productDetail div.checkAvailibility {
	background-color: #e6e9eb;
	margin: 20px 0 0 0;
	padding: 0 30px 30px 30px;
	position: relative;
	z-index: 5;
}

div.checkAvailibility h3 {
	color: #001523;
	font-size: 21px;
	padding: 30px 0 10px 0;
}

div.checkAvailibility p {
	color: #424d54;
	font-size: 13px;
	padding: 0 0 17px 0;
}


/*PRODUCT FILTERS
***************************************************************/

div#productFilters {
	padding: 0 15px 30px 15px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

div#productFilters h3 {
	color: #001523;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 0 15px 0;
}

div.productFilter {
	margin: 0 0 15px 0;
}

div.productFilter h4 {
	color: #001523;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0 9px 10px;
	background: #fff url('../images/layout/arrowDownGrey.png') 180px 16px no-repeat;
	border: 1px solid #808a91;
	cursor: pointer;
}

div.productFilter h4[data-open="open"]{
	background: #fff url('../images/layout/arrowUpGrey.png') 180px 15px no-repeat;
}

div.productFilter h4:hover {
	background-color: #f2f4f5;
}

div.productFilter ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	height:0;
	overflow:hidden;
	margin-top: -1px;
	z-index:100000000;
	border: 1px solid #808a91;
	border-bottom: 0;
	background-color: #fff;
	width: 188px;
	opacity: 0.9;
	-webkit-transition: height 0.25s;
	-moz-transition: height 0.25s;
	-ms-transition: height 0.25s;
	transition: height 0.25s;
}

div.productFilter ul li {
	margin:0;
	padding:0;
	background:none;
}

div.productFilter ul li a {
	display:block;
	overflow:auto;
	color:#6b7682;
	background:#fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	padding: 9px 30px 7px 10px;
	border-bottom:1px solid #808a91;
	white-space:nowrap;
}

div.productFilter ul li a.sel {
	background:#0b9ed6 url('../images/icons/filterSelected.png') right center no-repeat;
	color: #fff;
}

div.productFilter ul li a img {
	width:15px;
	height:15px;
	border:1px solid #cdd7de;
	float:left;
	margin:0 5px 0 -6px;
	display:block;
}

/*price slider*/

div#priceFilter {
	width:190px;
	height:30px;
	margin-top:18px;
	margin-left:0;
	margin-right:0;
}

div#priceSlider {
	margin-right:0;
	margin-left:0;
	margin-top:10px;
	-webkit-user-select:none;
	user-select:none;
}

div#priceSlider * {
	-webkit-user-select:none;
	user-select:none;
}

div#priceSliderTrack {
	width:190px;
	height:1px;
	background-color: #001523;
	position: relative;
	top: 25px;
}

div#priceSliderTrack div {
	width:10px;
	height:10px;
	position:absolute;
	z-index:10;
	top: -4px;
	background-color: #001523;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#001523;
	text-decoration:none;
	cursor:pointer;
	overflow:visible;
}

div#priceSliderTrack span {
	font-size:12px;
	position:absolute;
	width:50px;
	margin-top:-22px;
	z-index:0;
	color: #001523;
}

span#minPriceIndicator {
	text-align:left;
}

span#maxPriceIndicator {
	text-align:right;
	margin-left:140px;
}

div#priceSliderTrack div.hotspot {
	width:30px;
	height:30px;
	margin-left:-10px;
	margin-top:-10px;
	background:none;
}


/*clear filters*/

a#clearFilters {
	display: none;
	margin: 30px 0 0 0;
	padding: 8px 15px 8px 28px;
	float: right;
	background: #cdd4da url('../images/icons/cancel_16.png') 7px 7px no-repeat;
	color: #3f5263;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 0.8;
}

a#clearFilters:hover {
	opacity: 1;
}



/*filter loading*/

img#filterLoading {
	position: absolute;
	z-index: 12;
	top: 4px;
	left: 155px;
	display:none;
}



/*PAGINATION
***************************************************************/

div.pagination {
	border-top: 1px solid #808a91;
	border-bottom: 1px solid #808a91;
	padding: 10px 0 10px 0;
	text-align: right;
	margin-bottom: 20px;
}

div.pagination.bottom {
	margin-top:10px;
}

div.pagination p {
	display: inline;
	font-size: 12px;
	color: #424d54;
}

div.pagination p a {
	display: inline-block;
	margin: 0 15px 0 18px;
}

div.pagination p a.btn {
	width: 15px;
	height: 15px;
	margin: 0 0 0 3px;
	text-align: left;
	text-indent: -5000px;
	background: transparent url('../images/layout/triangleGrey.png') center center no-repeat;
	text-decoration: none;
}

div.pagination p a.btn.prev {
	background-image: url('../images/layout/triangleGrey_reverse.png');
	margin: 0;
}

/*list controls*/

div.pagination a.view {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -5000px;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: left;
	opacity:0.5;
}

div.pagination a.view.thumbnails {
	background-image: url('../images/buttons/btnViewAsThumbs.png');
	margin: 0 5px 0 0;
}

div.pagination a.view.list {
	background-image: url('../images/buttons/btnViewAsList.png');
	margin: 0 18px 0 0;
}

div#displayButtons {
	border-top: 1px solid #808a91;
	border-bottom: 1px solid #808a91;
	padding: 10px 0 10px 0;
	text-align: right;
	margin-bottom: 20px;
}

div#displayButtons a {
	padding: 5px;
}



/***************************************************************
****************************************************************
CART & CHECKOUT
****************************************************************
***************************************************************/


/*ADDED TO CART LIGHTBOX
************************************************************************/

div#box div.addedToCart {
	width: 620px;
	height: 210px;
	padding: 30px 20px 20px 20px;
	border: 10px solid #001523;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

div#box div.addedToCart h2 {
	color: #000;
	padding-left: 45px;
	padding-top: 35px;
	background: transparent url('../images/icons/check_24.png') 0px 32px no-repeat;
	line-height: 25px;
	letter-spacing: 0;
	padding-bottom: 0;
	font-size: 19px;
}

div#box div.addedToCart p.more {
	padding: 0 0 0 35px;
}

div#box div.addedToCart p.more a {
	display: inline-block;
	background-color: #001523;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 25px 11px 25px;
	margin: 0 10px 0 10px;
}



/*CART
***************************************************************/

div.cart {
	margin-top: 15px;
}

div.cart table {
	width: 100%;
	background-color: #fcfbfa;
	border-collapse: collapse;
}

div.cart table th {
	border: 1px solid #cdd7de;
	background-color: #cdd7de;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	padding: 14px 20px 8px 20px;
}

div.cart table td {
	border: 1px solid #cdd7de;
	font-size: 14px;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
}

/*image*/

div.cart table td.image {
	width: 180px;
}

div.cart table td.image img {
	display: block;
}

/*details*/

div.cart table h3 {
	color: #000;
	font-size: 16px;
	padding: 0 0 10px 0;
	font-weight: normal;
}

/*quantity*/

div.cart table th.quantity {
	width: 70px;
}

div.cart table form.addToCart label {
	width: auto;
	padding-right: 5px;
}

/*options*/

div.cart table td.details a.wishlist {
	display: block;
	float: left;
	color: #000;
	padding: 2px 7px 2px 25px;
	margin: 15px 0 0 -3px;
	border: 1px solid #cdd7de;
	background: #cdd7de url('../images/icons/add.png') 5px center no-repeat;
}

div.cart table td.details a.wishlist.added {
	background: #cdd7de url('../images/layout/wishlistTick.png') 7px center no-repeat;
}

div.cart table td.details a.delete {
	background: transparent url('../images/icons/delete.png') left center no-repeat;
}

/*numbers*/

table th.number,
table td.number {
	text-align: right;
	width: 80px;
}

div.cart table td.total {
	color: #000;
	font-weight: bold;
}


/*totals*/

div.cart table tr.spacer td {
	border: 0;
	background-color: #fff;
	padding: 0;
}

div.cart table tr.totals td {
	border: 0;
	background-color: #fff;
	color: #000;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

table tr.totals td a.shipping {
	display: block;
	color: #79838d;
	font-size: 12px;
	padding-bottom: 5px;
}

div.cart table tr.grandTotal td {
	background-color: #cdd7de;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

div.cart table td.details a {
	text-decoration:none;
}

div.cart table tr.grandTotal td.empty {
	background-color: #fff;
}


div.buttons {
	margin: 20px 0 0 0;
	overflow: hidden;
}

div.buttons .checkout {
	float: right;
}

div.buttons.top {
	margin: 0;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	right:50%;
	margin-right:-480px;
	margin-top:-60px;
}

div.buttons a.btn {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 20px 11px 20px;
	text-decoration: none;
	background-image: none;
}

div.buttons a.btn:hover {
	opacity: 0.8;
}

div.buttons a.btn.continueShopping {
	font-size: 13px;
	padding: 9px 15px 8px 15px;
}




/*CHECKOUT PAGE
*******************************************************/

div.checkout {
	width: 590px;
	float: left;
	margin-top: 10px;
}

div#content div.checkout h2.checkoutStep {
	color: #827f7d;
	background-color: #f0f3f5;
	border: 0;
	padding: 15px 0 15px 10px;
	margin: 0 0 15px 0;
}

div#content div.checkout div.done h2.checkoutStep {
	background-image:url(../images/icons/checkoutTick.png);
	background-position:right center;
	background-repeat:no-repeat;
}

h2.checkoutStep a {
	display:none;
	float:right;
	font-weight:normal;
	font-size:10px;
	margin-right:55px;
	margin-top:3px;
	text-decoration:none;
	padding: 2px 5px 1px 5px;
	color:white;
	background:#001523;
}

div.done h2.checkoutStep a {
	display:block;
}

div#content div.checkout div.sel h2.checkoutStep {
	color: #000;
	background-color: #cdd7de;
}

div.checkoutStep {
	overflow: hidden;
	margin: 0 0 20px 0;
}

div.checkout div.box {
	width:320px;
	float: right;
	border: 1px solid #cdd7de;
	background-color: #fcfbfa;
	position: relative;
	z-index: 20;
	padding-bottom:20px;
}

div.checkout div.signIn div.box {
	width:248px;
}

div.checkout div.box.shippingAddressBox {
	float:left;
	padding-bottom:0;
}

div.checkout div.box fieldset {
	margin-bottom:30px;
}

form#ShippingAddressForm {
	padding-bottom:0;
}

div#deliveryNotes {
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
}

div#deliveryNotes label {
	display:block;
	margin-left: 16px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:black;
	margin-top:10px;
	margin-bottom:0;
}

div#deliveryNotes label span{
	display:block;
	float:right;
	font-size:10px;
	color:#888;
	font-weight:normal;
	text-transform:none;
	margin-right: 18px;
	margin-top:5px;
}

div#deliveryNotes textarea {
	display:block;
	margin-left:16px;
	font-family:inherit;
	margin-bottom:15px;
	border:1px solid #cdd7de;
	background:white;
	-webkit-resize:none;
	-moz-resize:none;
	resize:none;
	padding:5px;
	width:275px;
}

div.checkout div.box.shippingAddressBox fieldset {
	margin-bottom:0;
}

div.checkout div.signIn {
	float: left;
	width:250px;
}

div.checkout div.guest {
	margin-top: 15px;
	height: 105px;
}

div.box p.forgotPassword, div.box p.guest {
	font-size: 13px;
	color: #827f7d;
	position: absolute;
	z-index: 10;
	left: 15px;
	bottom: 28px;
}

div.box p.forgotPassword a {
	color: #827f7d;
}

div.signIn form.small label {
	width:90px;
}

div.signIn form.small input.text {
	width:115px;
}

div.register form.small label {
	width:140px;
}

div#checkoutStep2 form.small label {
	width:120px;
}

div#checkoutStep2 form.small .text {
	width:154px;
}

div#checkoutStep2 form.small select.wide {
	width:288px;
}
div#checkoutStep2 div.box div.box {
	position:absolute;
	margin-left:324px;
	margin-top:-21px;
	width:230px;
	padding:20px 0 15px 18px;
}

div#checkoutStep2 div.box div.box label {
	width:180px;
}


#newDeliveryDetails .btn {
	display:none;
}

div#shippingMethods p {
	font-size:14px;
}

div#checkoutStep3 div.cardFormBox {
	width:350px;
}

div#checkoutStep3 div.cardInfoBox {
	width:200px;
	float:left;
	padding-bottom:0;
	padding-right:20px;
}

div#checkoutStep3 div.cardInfoBox img {
	margin-top:10px;
	margin-left:-2px;
}

div#checkoutStep3 div.cardInfoBox p {
	font-size:14px;
}

div#checkoutStep3 div.cardInfoBox fieldset {
	margin-bottom:0;
}

div#checkoutStep3 form.small input.text {
	width:200px;
}

div#checkoutStep3 form.small input#CVVNumber {
	width:50px
}

div#checkoutStep3 form.small select {
	width:100px;
}

div#checkoutStep3 form.small select#cardType {
	width:150px;
}

div#newDeliveryDetails {
	-webkit-transition:height 0.2s;
	-moz-transition:height 0.2s;
	transition:height 0.2s;
	height:0;
	overflow:hidden;
	margin-bottom:20px;
}

div#shippingMethods {
	margin-bottom: 50px;
}

div#shippingMethods label.hasFreeShipping{
	text-decoration: line-through;
}

div.checkoutStep {
	margin:1px 0;
	overflow:hidden;
}

div#checkoutLoggedIn {
	text-align:center;
	font-size:14px;
	padding:30px;
}

div#checkoutLoggedIn a {
	background:#001523;
	display:inline-block;
	padding:3px 7px 0 7px;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	margin: 10px 5px;
}

/*order summary*/

div.orderSummary {
	width: 280px;
	padding: 0 30px 20px 30px;
	margin-top: 10px;
	float: right;
	border: 1px solid #cdd7de;
	background-color: #fcfbfa;
}

div#content div.orderSummary h2 {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	padding: 25px 0 0 0;
	border: 0;
}

div.orderSummary table {
	border-collapse: collapse;
	width: 100%;
}

div.orderSummary table td {
	vertical-align: top;
	border-top: 1px solid #cdd7de;
	border-bottom: 1px solid #cdd7de;
	padding: 10px 0 10px 0;
	font-size: 13px;
}

div.orderSummary table td.image {
	width: 110px;
}

div.orderSummary table td.image img {
	width: 90px;
	height: 90px;
}

div.orderSummary table td h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
}

div.orderSummary table td h4 {
	font-size: 14px;
	margin-bottom:3px;
	font-weight: normal;
	text-align:left;
}

div.orderSummary table td h3 a {
	text-decoration:none;
}

div.orderSummary td.details {
	text-align:right;
}

div.orderSummary strong {
	float:left;
	font-weight:normal;
}

div.orderSummary table.orderTotal {
	margin: 10px 0 0 0;
}

div.orderSummary table.orderTotal td {
	border: 0;
	padding: 5px 5px 5px 5px;
	color: #000;
}

div.orderSummary table.orderTotal tr.grandTotal td {
	padding:0;
}

div.orderSummary table.orderTotal tr.grandTotal td div {
	background-color: #cdd7de;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	margin-top:10px;
}

div.orderSummary a.removeDiscount {
	opacity:0.7;
	display:inline-block;
	padding-top:1px;
	line-height:10px;
}

div.orderSummary a.removeDiscount:hover {
	opacity:1;
}

div.orderSummary a.removeDiscount img {
	margin-left:2px;
}

div.checkoutStep {
	-webkit-transition:height 0.25s;
	-moz-transition:height 0.25s;
	transition:height 0.25s;
}

div.closed div.checkoutStep, div.done div.checkoutStep {
	height:0;
	overflow:hidden;
}

div#checkoutStep1.sel div.checkoutStep {
	min-height:415px;
}

div#checkoutStep1.sel div.checkoutStep.loggedIn {
	height:145px;
}

div#checkoutStep2.sel div.checkoutStep {
	height:350px;
}

div#checkoutStep2.sel div.checkoutStep.wide {
	height:760px;
}

div#checkoutStep3.sel div.checkoutStep {
	min-height:750px;
}

div#checkoutStep4.sel div.checkoutStep {
	height:410px;
}

span#ccError, span#edError {
	position:absolute;
	font-size:13px;
	white-space:nowrap;
	background:#001523;
	color:white;
	padding:5px 10px;
	margin-top:-33px;
	margin-left:-210px;
}

span#ccError:before, span#edError:before {
	content:url(../images/layout/errornip.png?recache-1);
	position:absolute;
	margin-top:22px;
}

img#ccImage {
	position:absolute;
	margin-top:1px;
	margin-left:5px;
}

table#ReviewOrder {
	font-size:13px;
	width:100%;
	padding:15px;
	border:1px solid #cdd7de;
	background:#FCFBFA;
}

table#ReviewOrder td {
	font-size:14px;
	width:165px;
	padding-right:15px;
}

table#ReviewOrder td.reviewConfirm {
	text-align:center;
	padding-top:20px;
}

table#ReviewOrder h3 {
	text-transform:uppercase;
}

table#ReviewOrder p {
	margin-bottom:10px;
}

input#confirmOrder, input#orderProcessing {
	background-color: #001523;
	border: 0;
	padding: 6px 10px 4px 10px;
	color: #fff;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	cursor:pointer;
}

input#orderProcessing {
	background:#001523 url(../images/buttons/processing.gif) 7px center no-repeat;
	padding-left:30px;
	display:none;
	cursor:wait;
}

table#ReviewOrder img {
	vertical-align:middle;
}

table#ReviewOrder td#reviewCard p {
	line-height:32px;
}

table#orderTable {
	border-collapse:collapse;
	text-transform:capitalize;
	font-size:12px;
}

table#orderTable th, table#orderTable td {
	padding:5px 10px;
}

table#orderTable th {
	text-transform:uppercase;
	font-weight:normal;
	white-space:nowrap;
	color:#C14F21;
	background:#cdd7de;
	padding-bottom:2px;
	line-height:30px;
}

table#orderTable th:first-child {
	border-radius:5px 0 0 5px;
}

table#orderTable th:last-child {
	border-radius:0 5px 5px 0;
}

table#orderTable tr:hover td {
	background:#FCFBFA;
}

table#orderTable td {
	line-height:30px;
	padding-top:9px;
	white-space: nowrap;
}

table#orderTable td a {
	background:#001523;
	display:inline-block;
	margin-left:10px;
	font-size:11px;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	padding: 3px 5px 0px 5px;
	line-height:18px;
}


/*MY ACCOUNT
*********************************************************/


body#cart_myaccount div.copy ul {
	padding:0;
	text-align:center;
	width:100%;
	margin:40px auto 20px ;
}

body#cart_myaccount div.copy ul li {
	background:none;
	margin:0;
	padding:0;
	display:inline;
}

body#cart_myaccount div.copy ul li a {
	display:block;
	display:inline-block;
	width:180px;
	height:30px;
	padding-top:100px;
	background-color:#cdd7de;
	background-repeat:no-repeat;
	background-position:center 17px;
	border:1px solid #cdd7de;
	text-align:center;
	text-decoration:none;
	margin:5px;
	text-transform:uppercase;
}

body#cart_myaccount div.copy ul li a:hover {
	background-color:#FCFBFA;
}

#liSubPage_cart_mydetails a {
	background-image: url(../images/icons/details.png);
}

#liSubPage_cart_processedOrders a {
	background-image: url(../images/icons/orders.png);
}

#liSubPage_cart_shoppingCart a {
	background-image: url(../images/icons/cart.png);
}

#liSubPage_cart_myWishlist a {
	background-image: url(../images/icons/wishlist.png);
}

#liSubPage_log-out a {
	background-image: url(../images/icons/logout.png);
}

#threeDSecure {
	position:fixed;
	background:url(../images/layout/black50.png);
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	z-index:10000000000;
	display:none;
}

#threeDSecure iframe {
	position:absolute;
	height:500px;
	width:500px;
	top:50%;
	left:50%;
	margin:-250px 0 0 -250px;
	background:white;
	border:none;
}



/***************************************************************
****************************************************************
FORMS RELATED TO SHOP
****************************************************************
***************************************************************/



/*ADD TO CART
***************************************************/

form.addToCart label,
form.addToCart span.label {
	display: block;
	float: left;
	width: 80px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

div.dropdown {
	height: 40px;
	margin: 0 0 0 0;
	overflow: visible;
	width: 320px;
}

div.dropdown label {
	margin-top: 9px;
}

div.quantity label {
	margin-top: 7px;
}

div.dropdown a.currentVal {
	float: left;
	display:block;
	text-decoration:none;
	color:#424d54;
	width:220px;
	height: 20px;
	padding:8px 0 4px 10px;
	border: 1px solid #808a91;
	background: #fff url('../images/layout/arrowDownGrey.png') 210px 14px no-repeat;
	text-transform:uppercase;
	color: #364250;
	font-size: 12px;
}
div.dropdown a.currentVal:focus{
	background-color:#fafafa;
	outline:none;
}
div.dropdown ul {
	position:relative;
	left:-61px;
	z-index: 1000;
	list-style:none;
	padding:0;
	margin:34px 0 0 80px;
	background:white;
	border:1px solid #aaa;
	border-top:none;
	border-bottom:none;
	width:170px;
	max-height:0;
	overflow:hidden;
	-webkit-transition:max-height 0.15s ease;
	-moz-transition:max-height 0.15s ease;
	transition:max-height 0.15s ease;
}
div.dropdown ul a {
	display:block;
	padding:10px 0 9px 10px;
	border-bottom:1px solid #424d54;
	color:#333;
	text-decoration:none;
	font-size: 12px;
}
div.dropdown ul a:hover {
	background:#fafafa;
}
div.dropdown ul a.sel {
	background:#e3ffbb;
	color:#375d00;
}

#checkAvailibility div.dropdown ul {
	margin: 34px 0 0 0;
}

/*size*/

form.addToCart div.size p.sizeGuide {
	float: left;
	font-size: 12px;
	color: #848e99;
	padding: 3px 0 0 10px;
}

form.addToCart div.size p.sizeGuide a {
	color: #848e99;
}

/*colour*/


/*Quantity*/

form.addToCart input.quantity {
	display: inline-block;
	float: left;
	border: 1px solid #808a91;
	color: #424d54;
	font-size: 12px;
	width: 20px;
	text-align: center;
	padding: 5px 2px 4px 1px;
	text-decoration: none;
	margin: 0 5px 0 0;
}

td.quantity form.addToCart input.quantity {
	border:1px solid #c7d0d7;
}

form.addToCart span.add a, form.addToCart span.subtract a {
	color: #000;
	font-size: 25px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	top: -5px;
}

form.addToCart span.add.disabled a {
	color:#ccc;
}

form.addToCart span.add.disabled a img {
	position:absolute;
	margin-top:-18px;
	margin-left:-10px;
	display:none;
}

form.addToCart span.add.disabled a:hover img {
	display:block;
}

form.addToCart span.subtract a {
	top: -7px;
}


/*multiples*/

div.multiples {
	font-size: 13px;
}

div.multiples table {
	width: auto;
	margin: 0 0 10px 0;
	vertical-align: top;
}

div.wide div.multiples table {
	width: auto;
}

div.multiples th {
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	padding-bottom: 3px;
}

div.multiples th,
div.multiples td {
	text-align: left;
	padding: 7px 5px 0 5px;
	vertical-align: top;
}

div.multiples td.quantity {
	padding-top: 0;
}

div.multiples tr.even td {
	--background-color: #F2F4F5;
}

div.multiples tr.disabled {
	/*cursor:no-drop;*/
	text-decoration:line-through;
	color:#ccc;
}

div.multiples img.oos {
	position:absolute;
	margin-top:-30px;
	z-index:500;
	display:none;
}

div.multiples tr.disabled:hover img.oos {
	display:block;
}


div.multiples img.iso {
	position:absolute;
	margin-top:-30px;
	z-index:500;
	display:none;
}

div.multiples tr.disabled:hover img.iso {
	display:block;
}

div.multiples tr.disabled a, div.multiples tr.disabled input {
	/*cursor:no-drop;*/
}

div.multiples th.price,
div.multiples td.price,
div.multiples th.quantity,
div.multiples td.quantity {
	text-align: right;
}

form.addToCart div.multiples label {
	width: 22px;
	float: none;
	display: inline-block;
	position: relative;
	z-index: 10;
	top: 2px;
}

form.addToCart div.multiples span.add a {
	top: -1px;
}

div.multiples span.salePrice {
	color: #D13D3D;
}

div.multiples span.productPosCode {
	display: block;
	font-size: 12px;
	color: #777;

}


/*personalised*/

form.addToCart div.personalised label {
	width: auto;
	float: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

form.addToCart div.personalised p {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	color: #718293;
	margin: 2px 0 5px 0;
}

form.addToCart div.personalised input.text {
	border: 1px solid #CAD1D9;
	padding: 7px 10px;
	width: 300px;
	margin: 5px 0 15px 0;
}


/*buttons*/

form div.btn {
	text-transform: uppercase;
	font-size: 13px;
}

form a.btn {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	background-color: #df167c;
	padding: 6px 10px 4px 10px;
	text-decoration: none;
}

form a.hidden {
	visibility:hidden;
}

form#checkAvailibility a.btn {
	padding: 8px 10px 9px 10px;
	margin-left: 10px;
}

form a.btn:hover {
	opacity: 0.8;
}

form a.cart {
	font-size: 16px !important;
	padding: 20px 24px 18px 60px !important;
	background-image: url('../images/icons/envelope_white_24.png');
	background-position: 20px center;
	background-repeat: no-repeat;
	margin: 5px 10px 0 0;
}

form a.wishlist {
	padding-right: 0;
	margin-left: 10px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 13px;
	color: #001523;
	background-color: transparent;
	text-decoration: underline;
}

form a.wishlist.notAdded {
	background-image: url('../images/layout/plusBtnGrey.png');
	background-position: right 11px;
	padding-right: 20px;
}


form a.wishlist.added {
	background-image: url('../images/layout/wishlistTick.png');
	background-position: right center;
	padding-right: 20px;
}



/*CHECKOUT
******************************************************************/

div.checkout form.small  {
	padding: 20px 0 15px 15px;
}

form.small legend {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

form.small div {
	margin-bottom: 4px;
}

form.small label {
	display: inline-block;
	width: 105px;
	font-size: 13px;
	color: #202b35;
}

form.small input.text, form.small select {
	width: 135px;
	padding: 5px 4px;
	border: 1px solid #cdd7de;
	background-color: #fff;
}

form.small select {
	width: 145px;
}

form.small input.btn {
	background-color: #001523;
	border: 0;
	padding: 6px 10px 4px 10px;
	color: #fff;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	z-index: 15;
	bottom:15px;
	right: 15px;
	cursor:pointer;
}

input#userState, div#checkoutStep2 form.small input#shippingState.text {
	text-transform:uppercase;
	width:30px;
}

form.promoCode.small input.btn {
	position: static;
	margin-left: 45px;
}



/*LOGIN & MY ACCOUNT
**************************************************************/

div.copy div#dccom_twloginWrap {
	font-family:inherit;
}

div.copy div#dccom_twloginWrap .login {
	border:none;
	background:none;
}

div.copy div#dccom_twloginWrap .login-text {
	color: black;
	text-align:center;
	background-position:top center;
}

div.copy div#dccom_twloginWrap .login-text b {
	font-weight:normal;
}

div#dccom_twloginWrap h3 {
	color:#3E4954;
	font-weight:normal;
}

div.copy div#dccom_twloginWrap .inputlabel {
	font-family:inherit;
	text-transform:uppercase;
	font-size:14px;
	color:inherit;
}

div.copy div#dccom_twloginWrap .inputbox {
	border:1px solid #cdd7de;
	background-color:#FCFBFA;
	font-size:14px;
	padding: 5px 10px;
	width:208px;
}

div.copy div#dccom_twloginWrap .form-block {
	background:#cdd7de;
	border:1px solid #cdd7de;
	color:#C14F21;
	padding: 15px 20px;
}

div.copy div#dccom_twloginWrap .button {
	border:none;
	background:#001523;
	font-weight:normal;
	text-transform:uppercase;
	padding: 5px 15px 4px 15px;
	font-family:inherit;
}

body#log-in h1#pageTitle {
	display:none;
}


div.myAccountSection {
	padding-top:40px;
}

div.myAccountSection fieldset {
	background:#FCFBFA;
	border:1px solid #cdd7de;
	width:260px;
	padding: 10px 15px;
	margin-bottom:40px;
	margin-top:20px;
}

div.myAccountSection fieldset p {
	display:inline;
}

div.myAccountSection legend{
	position:absolute;
	margin-top:-35px;
	margin-left:-15px;
}

div.myAccountSection input.btn{
	position:static!important;
	margin:-25px 0 20px 240px;
}



/* Search Results
*********************************************************************/

div#QuickSearch {
	position:absolute;
	width:350px;
	margin-top:15px;
	right:-1px;
	z-index: 500;
}

div#QuickSearch ul {
	background:#fff;
	border:1px solid #dce3e7;
	margin:0;
	padding:10px 0 0 0;
	list-style:0;
}

div#QuickSearch ul li {
	margin:0;
	padding:0 10px 0 10px;
}

div#QuickSearch ul li a {
	color: #001523;
	display:block;
	padding:10px;
	text-decoration:none;
	border-bottom:1px solid #dce3e7;
	overflow:auto;
}

div#QuickSearch ul li a:hover {
	background: #f0f3f5;
}

div#QuickSearch ul li a span.title {
	text-transform:uppercase;
	font-size:12px;
}

div#QuickSearch ul:before {
	content:url(../images/layout/miniCartNip.png);
	position: absolute;
	left:0;
	margin-top:-17px;
	margin-left:305px;
}

div#QuickSearch span.thumb {
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	border:1px solid #f4dfd1;
}

div#QuickSearch span.desc {
	display:block;
	font-size:11px;
	color:#555;
}

div#QuickSearch span.thumb img {
	max-width:50px;
	min-height:50px;
	display:block;
}

div#QuickSearch a#viewAll {
	border-bottom:none;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
}

input#searchBox {
	outline:none;
}

div.reviews a.btn.disabled {
	opacity:0.5;
	cursor:no-drop;
}

div.reviews p.no-reviews {
	float:left;
	margin-top:15px;
}


div#reviewBox {
	position:fixed !important;
	top:50%;
	left:50%;
	z-index:500000;
	background:#f2f4f5;
	border:1px solid #808a91;
	padding: 10px 15px;
	width:408px;
	margin-left:-219px;
	margin-top:-150px;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.3);
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	display:none;
}

div#reviewBox h2 {
	border-bottom:none;
	padding: 0;
	font-weight:normal;
	color: #001523;
	cursor:move;
}

div#reviewBox div#stars {
	font-size:12px;
	text-transform:uppercase;
	clear:both;
}

div#reviewBox div#stars li {
	cursor:pointer;
	margin:0;
	padding-right:2px;
	margin-top:5px;
}

div#reviewBox label {
	display:block;
	float:left;
	width:90px;
	font-size:12px;
	text-transform:uppercase;
	line-height:35px;
}
div#reviewBox textarea {
	width:310px;
	height:120px;
	margin-top:5px;
	border:1px solid #808a91;
	font-family:inherit;
	color:inherit;
	display:block;
	-webkit-resize:none;
	-moz-resize:none;
	resize:none;
}

div#reviewBox input#reviewerName {
	border:1px solid #808a91;
	padding:5px;
}

div#reviewBox input.btn {
	border:none;
	background:#001523;
	color:white;
	text-transform:uppercase;
	float:right;
	margin-top:10px;
	margin-left:5px;
	padding:7px 10px 6px 10px;
	cursor:pointer;
}

a#cartLabel {
	display: none;
}

a#feedbackLabel {
	position:fixed;
	z-index:11;
	top:30px;
	left:50%;
	margin-left:495px;
	display:none;
}

a#feedbackLabel {
	display:block;
	top:20%;
	margin-top:-50px;
	left:auto;
	margin-left:0;
	right:0;
}



/*REVIEWS
**********************************************************************/

/*reviews*/


div.reviews a.btn.disabled {
	opacity:0.5;
	cursor:no-drop;
}

div.reviews p.no-reviews {
	float:left;
	margin-top:15px;
}


div#reviewBox {
	position:fixed;
	top:50%;
	left:50%;
	z-index:5000;
	background:#f1f1f1;
	border:1px solid #808a91;
	padding: 10px 15px;
	width:408px;
	margin-left:-219px;
	margin-top:-150px;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.3);
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	display:none;
}

div#reviewBox h2 {
	border-bottom:none;
	padding: 0;
	font-weight:normal;
	color: #405023;
	cursor:move;
}

div#reviewBox div#stars {
	font-size:12px;
	text-transform:uppercase;
	clear:both;
}

div#reviewBox div#stars li {
	cursor:pointer;
	margin:0;
	padding-right:2px;
	margin-top:5px;
}

div#reviewBox label {
	display:block;
	float:left;
	width:90px;
	font-size:12px;
	text-transform:uppercase;
	line-height:35px;
}
div#reviewBox textarea {
	width:310px;
	height:120px;
	margin-top:5px;
	border:1px solid #bbb;
	font-family:inherit;
	color:inherit;
	display:block;
	-webkit-resize:none;
	-moz-resize:none;
	resize:none;
}

div#reviewBox input#reviewerName {
	border:1px solid #bbb;
	padding:5px;
}

div#reviewBox input.btn {
	border:none;
	background:#74b94e;
	text-transform: uppercase;
	color:white;
	text-transform:uppercase;
	float:right;
	margin-top:10px;
	margin-left:5px;
	padding:7px 10px 6px 10px;
	cursor:pointer;
}

div#wrap ul.reviewsList {
	padding: 0;
	margin: 10px 0 20px 0;
}

div#wrap ul.reviewsList li.review {
	background-color: #f1f1f1;
	margin: 10px 0 0 0;
	padding: 20px;
	border-radius: 6px;
	background-image: none;
}

ul.reviewsList li.review h3 {
	text-transform: none;
}

div#wrap ul.reviewsList li.review ul.stars {
	overflow: hidden;
	margin-bottom: 10px;
}

div#wrap ul.reviewsList li.review ul.stars li {
	margin: 0 3px 0 0;
	padding: 0;
	background-position: 0 0;
}

.tabContent p.more a.btn {
	display: inline-block;
	padding: 10px 15px 10px 15px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background: #74b94e;
	text-transform: uppercase;
}


/* WISHLIST
*****************************************************************/
a.removeFromWishlist {
	position:absolute;
	width:20px;
	height:20px;
	margin-left:167px;
	margin-top:10px;
	padding:2px;
	background: #fcf3ed url(../images/layout/removeFromWishlist.png) left center no-repeat;
	text-indent:-50000px;
	display:block;
	border:1px solid #f4dfd1;
	border-right-width:0;
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}

html.background-size a.removeFromWishlist {
	background: #fcf3ed url(../images/layout/removeFromWishlist_@2x.png) left center no-repeat;
	background-size:25px;
}


