/* Orsay Oban
================================================== */
/*
Author:             Iain Fergus
Twitter:            @darkflare
Author URL:         darkflaredesign.co.uk
Project URL:        orsayoban.co.uk
Version:            1.3
Launch Date:		15th July 2013
Last Edited:  	    3rd May 2018

Copyright 2013, Iain Fergus

*/


/* Table of Content
==================================================
	$Site-Colours
	$Site Styles
	$Container
	$Main-Layout
	$Header
	$Breadcrumb
	$Notificiations
	$Slideshow
	$Tables
	$Pagination
	$Buttons
	$Box
	$BoxProducts
	$Category-Menu
	$HTabs
	$Content
	$Category
	$Manufacturer
	$ProductList
	$Product
	$Wishlist
	$Returns
	$Cart
	$Checkout
	$Sitemap
	$Footer
	$Banner
	$About-Box
	$Cookie-Table
	$Mailchimp
	$ColorBox
	*/
	
	
/* $Site Colours
==================================================
	# 453C4B - Darkest Purple (Forms) --> #333 Darkest Grey
	# 524759 - Dark Purple (Background) --> #575756 Grey
	# 5D5263 - Medium Purple (Faded Backgrounds) --> #666
	# 766D7A - Light Purple (Footer, Feature Boxes) -- #777
	#222 - Charcoal Grey (Text)
	#999 - Grey (Help Text)
	#A3A3A3 - Light Grey (Pagination)
	#CCC - Very Light Grey (Button Text)
	#DDD - Very Light Grey (Cart Box Shadow)
	#EEE - V.V.Light Grey (Various Borders)
	#EFEFEF - V.V.V.Light Grey (Various Borders)
	#FFF - White (Text and Links)
	
	#BBDF8D - L.Green (Success Notification)
	#008000 - Green (Success Text)
	#F47F7F - L.Red (Warning and Error)
	#F00 - Red (Warning/Error Text)
	#F8DE8D - L.Orange (Attention)
	#F60 - Orange (Attention Text)
	*/	
	
	
/* $Site Styles
================================================== */
html {
	overflow: 0;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #575756;
	color: #CCC;
	font: 1em/1.5 "Lato", Arial, Helvetica, sans-serif; /* 16px / 24px */
}

h1,.welcome {
	color: #FFF;
}

h2 {
	font-size: 18px;
	margin: 0 0 0.75em;
}

p, ul {
	margin: 0 0 1em;
	color: #EEE;
}

a,a:visited,a b {
	color: #FFF;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #111;
	outline: 0;
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input[type=text],
input[type=password],
textarea {
	padding: 3px;
	margin-left: 0;
	margin-right: 0;
	border: 0;
	width: 250px;
	background: #333;
	color: #EEE;
}

select {
	background: #333;
	border: none;
	color: #CCC;
}

label {
	cursor: pointer;
}



/* $Container
================================================== */
#container {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

/* $Main-Layout
================================================== */

#column-left {
	float: left;
	width: 220px;
}

#column-right {
	float: right;
	width: 170px;
}

#content {
	min-height: 400px;
	margin-bottom: 25px;
}

#column-left + #column-right + #content,#column-left + #content {
	margin-left: 240px;
}

#column-right + #content {
	margin-right: 190px;
}


/* $Header
================================================== */

#header {
	display: block;
	width: 940px;
	/*height: 200px;*/
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 99;
}

#header-top {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 7px;
	background: #777;
	font-size: 14px;
	font-size: 0.875rem;
}

#search {
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 298px;
	margin: 0;
	padding: 0;
	z-index: 15;
}

.button-search {
	position: absolute;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCC;
	cursor: pointer;
}

#search input {
	background: #FFF;
	color: #111;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 20px;
	border: 1px solid #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}


.links {
	float: right;
	display: inline-block;
	margin: 5px 5px 0;
	line-height: 1;
	clear: right;
}

.links a {
	float: left;
	display: block;
	padding: 0 0 0 7px;
	text-decoration: none;
}

.links a:hover,
.links a:focus {
	color: #111;
	text-decoration: underline;
}

.links a + a {
	margin-left: 8px;
	border-left: 1px solid #FFF;
}

#header-bottom {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 30px 0 40px 0;
	padding: 0;
}

#logo {
	float: right;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#logo a,
#logo img {
	display: block;
}

#header #welcome {
	z-index: 5;
	color: #ccc;
	font-size: 14px;
	margin: 10px 0 0 15px;
}
.phone {
	margin: 0 0 1em;
	line-height: 1;
	color: #EEE;
}

#header #cart {
	display: inline-block;
	z-index: 9;
	min-width: 300px;
	position: absolute;
}

#header #cart .heading {
	float: left;
	margin-right: 172px;
	margin-top: 10px;
	padding-left: 14px;
	padding-right: 14px;
	border: 1px solid transparent;
	border-width: 1px 1px 0 1px;
	position: relative;
	z-index: 1;
}

#header #cart .heading h4 {
	float: left;
	display: inline-block;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 1em 0 0;
	padding: 0 0 0 36px;
	background: url('../image/white-bag.png') no-repeat top left;
}

#header #cart .heading a {
	float: left;
	display: inline-block;
	font-size: 13px;
	line-height: 28px;
	margin-top: 1px;
	text-decoration: none;
}

#header #cart .heading a span {
	background: url(../image/arrow-down.png) 100% 50% no-repeat;
	padding-right: 20px;
}

#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #EEE;
	-webkit-border-radius: 0 7px 7px 7px;
	-moz-border-radius: 0 7px 7px;
	-khtml-border-radius: 0 7px 7px 7px;
	border-radius: 0 7px 7px 7px;
	-webkit-box-shadow: 0 2px 2px #DDD;
	-moz-box-shadow: 0 2px 2px #DDD;
	box-shadow: 0 2px 2px #DDD;
	background: #FFF;
}

#header #cart.active .heading {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 6px;
	background: #FFF;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-khtml-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}

#header #cart.active .heading h4 {
	COLOR: #777;
}

#header #cart.active .heading #cart-total {
	color: #111;
}

#header #cart.active .content {
	display: block;
}

.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #111;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #111;
	padding: 4px;
}

.mini-cart-info a,
.mini-cart-total a,
#cart .checkout a {
	color: #777;
}

.mini-cart-info a:hover,
.mini-cart-info a:focus,
.mini-cart-total a:hover,
.mini-cart-total a:focus,
#cart .checkout a:hover,
#cart .checkout a:focus {
	color: #111;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}

/* $Breadcrumb
================================================== */

.breadcrumb {
	color: #CCC;
	margin-bottom: 10px;
	font-size: 14px;
}

/* $Notifications
================================================== */
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #111;
}
.success {
	background: #BBDF8D url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
	.success a {
		color: #008000;
	}
	
.warning {
	background: #F47F7F url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F47F7F;
}

	.warning a {
		color: #F00;
	}
	
	
.attention {
	background: #f8de8d url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #f8de8d;
}
	.attention a {
		color: #F60;
	}

.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #F47F7F;
	font-weight: 700;
}
.error {
	display: block;
	color: #F47F7F;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

/* $Slideshow
================================================== */

.slideshow {}

/* $Tables
================================================== */

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #111;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222;
	font-weight: 700;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #666;
	color: #CCC;
	cursor: pointer;
}
table.form select {
	width: 220px;
}

#cboxContent {
	background: #FFF;
	color: #111;
}

/* $Pagination
================================================== */

.pagination {
	border-top: 1px solid #777;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: #777;
}
.pagination .links {
	float: left;
	display: inline-block;
	margin-left: 0;
}
.pagination .links a {
	float: left;
	display: inline-block;
	border: 1px solid #777;
	margin: 0 5px 0 0;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}

.pagination .links a:focus,
.pagination .links a:hover {
	 color: #111;
	 border-color: #111;
}
.pagination .links b {
	float: left;
	display: inline-block;
	background: #666;
	border: 1px solid #777;
	margin: 0 5px 0 0;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	width: auto;
	display: inline-block;
	overflow: hidden;
}

/* $Buttons
================================================== */
a.button, input.button {
	cursor: pointer;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	background: #777;
	color: #CCC;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 12px;
}
input.button {
	margin: 0;
	border: 0;
	padding: 12px;
}
a.button:focus, input.button:focus,
a.button:hover, input.button:hover {
	background: #111;
	color: #CCC;
	outline: 0;
}
.buttons {
	background: #666;
	overflow: hidden;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 14px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}

.gift-voucher .buttons .right,
.checkout-content .buttons .right {
	width: auto;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.buttons a:hover b,
.buttons a:focus b{
	color: #111;
}

/* $Box
================================================== */
.box {
	margin-bottom: 20px;
}

.box .box-heading {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin: 10px 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #777;
	color: #FFF;
}

#column-left .box .box-heading,
#column-right .box .box-heading {
	display: none;
}

.box .box-content ul {
}

.box .box-content {}

/* $BoxProducts
================================================== */
.box-product {
	display: block;
	overflow: hidden;
	margin-left: -20px;
}

.chrome .box-product {
	margin-left: 0;
}

.box-product > div {
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 0 0 20px 20px;
}

.chrome .box-product div:nth-of-type(3n+1) {
	margin: 0 0 20px 0;
}


.box-product > div .box-product-info {
	overflow: hidden;
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
	width: 220px;
	height: 220px;
	padding: 0;
	text-align: center;
	background: transparent;
	color: transparent;

	-webkit-transition: background 0.3s ease, color 0.3s ease;  /* Safari 3.2+, Chrome */
		 -moz-transition: background 0.3s ease, color 0.3s ease;  /* Firefox 4-15 */
		   -o-transition: background 0.3s ease, color 0.3s ease;  /* Opera 10.5–12.00 */
			  transition: background 0.3s ease, color 0.3s ease;  /* Firefox 16+, Opera 12.50+ */
}

.box-product > div:hover .box-product-info {
	top: 0;
	background: #777;
	color: #FFF;
}

#column-left + #column-right + #content .box-product > div {
	width: 220px;
}

.box-product .box-product-info a {
	display: block;
	top: 0;
	left: 0;
	width: 180px;
	height: 140px;
	padding: 60px 20px 20px;	
	text-decoration: none;
	color: #FFF;
	border: none;
}

.box-product .image {
	display: block;
	margin-bottom: 0;
	background: #FFF;
}

.box-product .image img {
	display: block;
	margin: 0;
	padding: 0;
}

.box-product .box-product-info a .name,
.box-product .box-product-info a .price {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.box-product .box-product-info a:hover .name,
.box-product .box-product-info a:focus .name {
	color: #FFF;
	text-decoration: none;
}

.box-product .price {
	font-size: 24px;
}

.box-product .price-old {
	display: block;
	color: #F47F7F;
	text-decoration: line-through;
}

.box-product .price-new {
	display: block;
	margin: 0;
	line-height: 1;
	text-decoration: none;
}

.box-product .rating {
	display: block;
	margin-bottom: 4px;
}

/* $Category-Menu
================================================== */
.box-category {
	display: block;
	border: 1px solid #777;
	border-width: 1px 0;
	margin-bottom: 20px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #777;
}
.box-category > ul > li > a {
	font-weight: 700;
	text-decoration: none;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {}
.box-category > ul > li a.active:focus,
.box-category > ul > li a.active:hover {
	color: #FFF;
	cursor: default;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 0 0 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color: #FFF;
}
.box-category > ul > li ul > li > a:focus,
.box-category > ul > li ul > li > a:hover {
	color: #111;
	text-decoration: underline;
}
.box-category > ul > li ul > li > a.active {
	color: #111;
	font-weight: 700;
}
.box-category > ul > li ul > li > a.active:focus,
.box-category > ul > li ul > li > a.active:hover {
	color: #111;
	text-decoration: none;
}


/* $Accounts-Menu
================================================== */
.box-account {
	display: block;
	border: 1px solid #777;
	margin-bottom: 20px;
	padding: 20px;
}
.box-account ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* $HTabs
================================================== */

.htabs {
	height: 32px;
	line-height: 16px;
	border-bottom: 1px solid #666;
}
.htabs a {
	border: 1px solid #666;
	border-width: 1px 1px 0;
	background: #666;
	padding: 8px 15px 7px 15px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #CCC;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	border: 1px solid #666;
	border-bottom: 1px solid #575756;	
	background: none;
	font-weight: 700;
	color: #EEE;
}
.tab-content {
	border: 1px solid #666;
	border-width: 0 1px 1px 1px;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	color: #eee;
}

#tab-description.tab-content p,
#tab-description.tab-content ul,
#tab-description.tab-content li {
	color: #eee!important;
}

/* $Content
================================================== */
#content .content {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #666;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

/* $Category
================================================== */
.category-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	margin-right: 20px;
}
.category-list {
	overflow: hidden;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* $Manufacturer
================================================== */
.manufacturer-list {
	border: 1px solid #777;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #777;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* $ProductList
================================================== */
.product-filter {
	display: block;
	border-bottom: 1px solid #777;
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 14px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
}
.product-filter .display a {
	font-weight: 700;
}
.product-filter .sort {
	float: right;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 700;
}
.product-compare a {
	text-decoration: none;
	font-weight: 700;
}
.product-grid {
	display: block;
	overflow: hidden;
	margin-left: -20px;
}
.chrome .product-grid {
	margin-left: 0;
}
.product-grid > div {
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 0 0 20px 20px;
	background: #FFF;
}
.chrome .product-grid div:nth-of-type(3n+1) {
	margin: 0 0 20px 0;
}
.product-grid > div .box-product-info {
	position: absolute;
	top: 220px;
	left: 0;
	width: 220px;
	height: 220px;
	padding: 0;
	background: #747D81;
	text-align: center;
	text-align: center;
	background: transparent;
	color: transparent;

	-webkit-transition: background 0.3s ease, color 0.3s ease;  /* Safari 3.2+, Chrome */
		 -moz-transition: background 0.3s ease, color 0.3s ease;  /* Firefox 4-15 */
		   -o-transition: background 0.3s ease, color 0.3s ease;  /* Opera 10.5–12.00 */
			  transition: background 0.3s ease, color 0.3s ease;  /* Firefox 16+, Opera 12.50+ */
}

.product-grid > div:hover .box-product-info {
	top: 0;
	background: #777;
	color: #FFF;
}

#column-left + #column-right + #content .product-grid > div {
	width: 220px;
}

.product-grid .box-product-info a {
	display: block;
	width: 180px;
	height: 140px;
	padding: 60px 20px 20px;	
	text-decoration: none;
}

.product-grid .box-product .image {
	display: block;
	margin-bottom: 0;
	background: #FFF;
}

.product-grid .box-product .image img {
	display: block;
	margin: 0;
	padding: 0;
}

.product-grid .box-product .name,
.product-grid .box-product .price {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.product-grid .box-product-info a:hover .name,
.product-grid .box-product-info a:focus .name,
.product-grid .box-product-info a:hover .price,
.product-grid .box-product-info a:focus .price {
	color: #FFF;
	text-decoration: none;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-size: 24px;
	color: #FFF;
}
.product-grid .price-old {
	display: block;
	color: #F47F7F;
	text-decoration: line-through;
}
.product-grid .price-new {
	display: block;
	margin: 0;
	line-height: 1;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}

.product-grid .wishlist {
	margin-top: 10px;
}
.product-grid .wishlist a,
.product-grid .compare a {
	display: block;
	font-size: 12px;
	text-decoration: underline;
}

.tab-content .box-product {
	margin-left: -16px;
	margin-top: 4px;
}

.chrome .tab-content .box-product {
	margin-left: 0;
}

.tab-content .box-product > div {
	background: #FFF;
	width: 212px;
	height: 212px;
	margin: 0 0 18px 18px;
}

.chrome .tab-content .box-product div:nth-of-type(3n+1) {
	margin: 0 0 18px 0;
}

.tab-content .box-product-info {
	width: 212px;
	height: 212px;
}


#column-left + #column-right + #content .tab-content .product-grid > div {
	width: 212px;
}


.tab-content .box-product .box-product-info a {
	width: 172px;
	height: 132px;
	padding: 60px 20px 20px;
}

/* $Product
================================================== */
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	display: inline-block;
	width: 340px;
	margin-right: 20px;
}
.product-info > .right {
	float: right;
	display: inline-block;
	width: 340px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.product-info .image img {
	display: block;
	margin: 0;
}
.product-info .image-additional {
	display: block;
	margin-left: -20px;
	clear: both;
	overflow: hidden;
}
	
.product-info .image-additional img {
	float: left;
	display: block;
	overflow: hidden;
	margin: 0;
}
.product-info .image-additional a {
	float: left;
	display: inline-block;
	margin: 0 0 20px 20px;
	overflow: hidden;
}
.product-info .description {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
}
.product-info .description span {
	color: #777;
}
.product-info .description a {}

.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #666;
	padding: 0px 5px 10px 5px;
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
}
.price-text {
	color: #777;
}
.product-info .price-basic {
	margin: 0;
}
.product-info .price-old {
	display: block;
	color: #F47F7F;
	text-decoration: line-through;
}
.product-info .price-new {
	display: block;
	margin: 0;
	line-height: 1;
}
.product-info .price-tax {
	font-size: 14px;
	font-weight: normal;
	color: #777;
	display: none;
}
.product-info .price .reward {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin-bottom: 10px;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
}
.product-info .options {
	border-bottom: 1px solid #666;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #111;
}

.product-info .options h2 {
	margin: 0;
	color: #777;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #666;
	cursor: pointer;
}
.product-info .cart {
	display: block;
	border-bottom: 1px solid #666;
	padding: 10px 5px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	color: #777;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #F00;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #CCC;
	clear: both;
}
.product-info .cart input.qty {
	display: inline-block;
	width: 30px;
	margin: 0 0 0 5px;
	padding: 4px 7px 8px;
	border: 1px solid #333;
}
.product-info .cart input.button {
	display: inline-block;
	margin: -2px 0 0;
}
.product-info .cart .wishlist-compare {
	float: right;
	font-size: 13px;
	margin-top: 5px;
}

.product-info .cart .wishlist-compare a {
	text-decoration: underline;
}
.product-info .review {
	border: 1px solid #666;
	border-width: 1px 1px 0;
	margin-bottom: 10px;
	font-size: 13px;
}
.product-info .review a {
	text-decoration: underline;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #666;
	line-height: 20px;
}
.product-info .review > div img {
	vertical-align: middle;
}
.product-info .review > div > span {
	color: #FFF;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	font-size: 14px;
	text-decoration: none;
}

.tags {
	font-size: 14px;
	color: #777;
}

.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #666;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #111;
	font-size: 14px;
	font-weight: 700;
	background: #666;
	text-align: left;
}
.attribute tr td:first-child {
	color: #111;
	font-weight: 700;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #111;
	font-size: 14px;
	font-weight: 700;
	background: #666;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #111;
	font-weight: 700;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
.compare-info .name a {
	font-weight: 700;
}
.compare-info .price-old {
	color: #F47F7F;
	text-decoration: line-through;
}
.compare-info .price-new {}

/* $Wishlist
================================================== */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #777;
	border-width: 1px 1px 0;
	margin-bottom: 20px;
	font-size: 14px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	font-weight: 700;
	background-color: #666;
	border-bottom: 1px solid #777;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #777;
}
.wishlist-info tbody .image img {
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 280px;
}
.login-content input[type=text],
.login-content input[type=password] {
	width: 90%;
}
.login-content a {
	font-size: 14px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: 700;
}
/* $Returns
================================================== */
.return-list {
	margin-bottom: 10px;
}
.return input,
.return-product input {
float: left;
	display: block;
	width: 100%;
}
.return-list .return-id {
	width: 48%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 48%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: hidden;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: hidden;
	margin-bottom: 20px;
}
.return-reason {
	display: block;
	margin: 0 15p 20px 0;
}
.return-opened {
	display: block;
	margin: 20px 0 0;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
	display: block;
	margin: 20px 0 0;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* $Cart
================================================== */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 1px solid #777;
	border-width: 1px 1px 0;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	font-weight: 700;
	background-color: #666;
	border-bottom: 1px solid #777;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #777;
}
.cart-info tbody .image img {}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='text'] {
	width: 30px;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: 700;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #777;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* $Checkout
================================================== */
.checkout-heading {
	background: #666;
	padding: 8px;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #777;
	border-width: 1px 1px 0;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	font-weight: 700;
	background-color: #666;
	border-bottom: 1px solid #777;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #777;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #777;
}
.contact-info {
	overflow: auto;
	color: #EEE;
}
.contact-info b {
	color: #EEE;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.eu-info {
	background: #666;
	padding: 8px;
	font-size: 14px;
	margin-bottom: 15px;
}
/* $Sitemap
================================================== */
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* $Footer
================================================== */
#footer {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 20px;
	background: #777;
}
#footer h3 {
	color: #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
#footer .columns {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
#footer .column {
	float: right;
	display: inline-block;
	width: 220px;
	margin: 0 0 0 30px;
	min-height: 100px;
	text-align: right;
}
#footer .column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .column ul li {
	line-height: 1.3;
}
#footer .column a {
	text-decoration: none;
}
#footer .column a:hover {
	text-decoration: underline;
}
.footer-contact {
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 48%;
	color: #CCC;
	font-size: 14px;
}
.footer-logo,
.footer-logo img {
	display: block;
	margin: 0;
}
.footer-contact p {
	margin: 10px 0 0;
}
.phone {
	font-size: 18px;
}
.footer-payments {
	float: left;
	display: inline-block;
	width: 49%;
	color: #CCC;
	font-size: 12px;
}
.paypal {
	display: inline-block;
	margin: 56px 0 5px;
}
.footer-payments p {
	margin: 0;
	line-height: 1.8;
}

.padlock-icon {
	display: inline-block;
	width: 15px;
	height: 18px;
	margin: -7px 5px 0 0;
	vertical-align: middle;
	background: url('../image/padlock.png') no-repeat;
}
.footer-social {
	float: right;
	display: inline-block;
	width: 49%;
	margin: 0;
	padding: 0;
}
.footer-social-links {
	float: right;
	margin: 95px 0 0;
	padding: 0;
}
.footer-social-links li {
	float: left;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
}

.footer-social-links img {
	display: block;
	margin: 0;
	padding: 0;
}

#powered {
	margin: 10px 20px 30px;
	font-size: 11px;
	font-weight: 700;
	color: #999;
	text-align: right;
	clear: both;
}
#powered a {
	color: #999;
	text-decoration: none;
}

#powered a:hover,
#powered a:focus {
	color: #111;
	text-decoration: underline;
}

/* $Banner
================================================== */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
	margin: 0;
	padding: 0;
}
.banner div img {
	display: block;
	margin-bottom: 20px;
}

/* $About-Box
================================================== */
.about-box {
	padding: 15px;
	font-size: 14px;
	background: #777;
	color: #eee;
}

.about-box .box-heading {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #111;
	color: #575756;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #575756;
}

.about-box a {
	color: #eee;
}

.about-box a:focus,
.about-box a:hover {
	color: #000;
}

/* $Cookie-Table
================================================== */
.cookie-table {
	margin: 0 0 20px;
	border-collapse: collapse;
}

.cookie-table th,
.cookie-table tr,
.cookie-table td {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #CCC;
}
/* $Mailchimp
================================================== */
/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; margin-bottom: 20px; padding:10px 0 10px 3%; overflow: hidden;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {
	background: #333;
	color: #FFF;
	border: none!important;
	font: 1em/1.5 Arial, Helvetica, sans-serif!important;
	border:1px solid #999; 
	-webkit-appearance:none;
}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {
	clear:both;  
	border: 0 none; 
	color: #FFFFFF; 
	cursor: pointer; 
	display: inline-block; 
	font-size:15px;
	font-weight: bold;
	height: 32px; 
	line-height: 
	32px; 
	margin: 0 5px 10px 0; 
	padding: 0 22px; 
	text-align: center; 
	text-decoration: none; 
	vertical-align: top; 
	white-space: nowrap; 
	width: auto;
	background: #333!important;
	border-radius: 0!important;
}
#mc_embed_signup .button:focus,
#mc_embed_signup .button:hover {
	background: #222!important;
	border-radius: 0!important;
}

#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}
#mc_embed_signup {
	background: #777;
}

/* $ColorBox
================================================== */
div#cboxContent,
div#cboxContent h1,
div#cboxContent p,
div#cboxContent ul,
div#cboxLoadedContent {
	color: #222!important;
}