@charset "utf-8";
/* CSS Document */


/* Shop Category Image */
.shop-category-image {
	float: right;
	margin: 0 0 20px 20px;
}

/* Shop List - featured products, category products */



/* Button with link back to categories */
h1.alt {
	margin: 30px 0 0 0;
	font-family: 'museo_sans700', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #444444;
}
.back-button {
	margin: 5px 0 15px 0;
}
.back-button a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.back-button a:hover {
	text-decoration: underline;
}

/* Shop Item - product details */
.shop-item {
	text-align: center;
}

/* Product images */
.shop-item .item-images {
	position: relative;
	text-align: center;
}
/* Main Image */
.shop-item .main {
}
/* Product thumbnails */
.shop-item .thumbs {
	display: block;
	list-style: none;
	width: auto;
	margin: 0 auto;
	padding: 0;
}
.shop-item .thumbs li {
	display: inline-block;
}
.shop-item .thumbs img {
	display: block;
	margin: 5px;
	border: 3px solid #FFFFFF;
}
.shop-item .thumbs img:hover {
	border: 3px solid #e94596;
}
/* Overlay - added to cart */
.shop-item .cart-alert-added {
	display: none;
	position: absolute;
	background: top center no-repeat url(/skin/images/added-to-cart.png);
	width: 290px;
	height: 250px;
	top: 0;
	left: 0;
}

/* Product details including form */
.shop-item .details {
	font-family: 'museo_sans500', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 32px;
}
.shop-item .details strong {
	margin-right: 5px;
	font-family: 'museo_sans900', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.shop-item .details input {
	width: 415px;
	border: 1px solid #B2B2B2;
}
.shop-item .details input.short {
	width: 215px;
}
.shop-item .details .button {
	width: auto;
	margin: 25px 0 0 0;
	font-family: 'museo_sans700', Arial, Helvetica, sans-serif;
	font-size: 22px;
	border: 0;
	border-bottom: 4px solid #d78a36;
}
.shop-item .details .price {
}
.shop-item .details .price strong {
}
.shop-item .details .rrp {
	margin-bottom: 15px;
	font-size: 14px;
	font-style: italic;
	color: #8a8a8a;
	line-height: 16px;
}
.shop-item .details .saveprice {
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	color: #f69123;
}
.shop-item .details .variations {
	clear: left;
	font-weight: bold;
}
.shop-item .details .variations a {
	padding: 2px 5px;
}
.shop-item .details .variations a.active {
	background: #666666;
	text-decoration: none;
	color: #EAEAEA;
}
.shop-item .details .qty {
	margin: 5px 0 10px 0;
}
.shop-item .details .qty .short {
	width: 50px;
}
/* When variation is required to be selected */
.shop-item .details .item-notification {
	display: inline-block;
	background: rgba(0,0,0,0.1) 5px 12px no-repeat url(/skin/images/icon-cart.png);
	margin: 5px 0 10px 0;
	padding: 6px 10px 6px;
}
/* Button with cart icon */
.shop-item .details .button.cart {
}
.shop-item .details .button.cart:hover {
}

.shop-item .name-sku {
	font-size: 12px;
	font-weight: bold;
}
.shop-item .name-sku em {
	color: #dfc1a3;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
}

#menu-tab {
	background: bottom repeat-x url(/skin/images/menu-tab-bg.png);
	width: 910px;
	margin: 50px 0 20px 0;
	padding: 0 20px;
	font-family: 'museo_sans500', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 40px;
}
#menu-tab + * {
	margin-top: 0;
}
#menu-tab ul {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#menu-tab li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}
#menu-tab a:visited, #menu-tab a:active, #menu-tab a:link {
	display: block;
	background: #efefef;
	padding: 0 21px;
	color: #888888;
	text-decoration: none;
	line-height: 40px;
	border: 1px solid #d5d5d5;
	border-bottom: 1px solid #bdbdbd;
}
#menu-tab a:hover {
	color: #0071BC;
}
/* Active */
#menu-tab li.active a:visited, #menu-tab li.active a:active, #menu-tab li.active a:link {
	background: #FFFFFF;
	color: #444444;
	padding: 0 20px;
	border: 1px solid #bbbbbb;
	border-bottom: 1px solid #FFFFFF;
}
#menu-tab li.active a:hover {
	background: #FFFFFF;
}

/* Product tab content */
.tab-hide {
	position: absolute;
	left: -10000px !important;
	display: block;
}
.tab-content h2 {
	margin: 0 0 15px 0;
	font-family: 'museo_sans300', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #444444;
	line-height: 22px;
}
#shop-details-content {
}
#shop-reviews-content {
}
#shop-related-content {
}

/* Related Products */
.shop-related {
}

/* Product Reviews */
.shop-reviews {
	width: 100%;
	margin: 15px 0;
}
.shop-reviews th {
	width: 120px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dashed #d9d9d9;
	padding: 15px 0;
	line-height: 22px;
	color: #097bb6;
}
.shop-reviews td {
	vertical-align: top;
	border-bottom: 1px dashed #d9d9d9;
	padding: 20px 0 20px 10px;
	color: #444444;
	line-height: 22px;
}
.shop-reviews tr:last-child th, .shop-reviews tr:last-child td {
	border: 0;
}
.shop-reviews p {
	margin: 0 0 10px 0;
}
.shop-reviews strong {
	margin-right: 10px;
	color: #097bb6;
}
.shop-reviews td em {
	color: #888888;
	font-style: normal;
}
.shop-reviews .rating-detail {
}
.shop-reviews .rating-detail th, .shop-reviews .rating-detail td {
	border: 0;
	padding: 5px 0 0 0;
}


/* Cart list */
.cart-list {
	width: 100%;
	margin: 10px auto;
}
.cart-list th {
	padding: 8px 5px;
	border-bottom: 1px solid #E5E5E5;
}
.cart-list td {
	padding: 8px 5px;
	border-bottom: 1px solid #E5E5E5;
}
.cart-list .product-name a {
	font-family: 'museo_sans700', Arial, Helvetica, sans-serif;
}
.cart-list input {
	width: 45px;
}
.cart-list input.button {
	width: auto;
}
.cart-list input.qtyinput {
	border: 1px solid #B2B2B2;
	width: 25px;
}
#shop_promo_code {
	width: 120px;
	border: 1px solid #B2B2B2;
}
/* Cart totals */
.cart-totals {
	margin: 20px 0;
	text-align: right;
	line-height: 24px;
}
.cart-totals .totals {
	margin-bottom: 20px;
	font-size: 16px;
}
.cart-totals .totals em {
	font-size: 12px;
	font-style: normal;
}
.cart-totals .form {
	margin-top: 0;
	border-top: 1px solid #000000;
}
.cart-totals .form td {
	width: 475px;
	padding-right: 5px;
}
.cart-totals .button {
	line-height: normal;
}
.button-nav {
	width: 100%;
}
.button-nav th {
	text-align: left;
}
.button-nav td {
	text-align: right;
}

/* Discount list */
.discount-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Payment method */
.payment-method {
	background: 920px 10px no-repeat;
	margin: 25px 0;
	padding-top: 25px;
	border-top: 1px dashed #d9d9d9;
}
.payment-method.creditcard {
	background-image: url(/skin/images/icon-payment-cc.png);
}
.payment-method.paypal {
	background-image: url(/skin/images/icon-payment-paypal.png);
}
.payment-method.bankdeposit {
	background-image: url(/skin/images/icon-payment-bankdeposit.png);
}
.payment-method h2 {
	margin: 0 0 15px 0;
	border: 0;
}
.payment-method td {
	width: 400px;
}
.payment-method input {
	width: 385px;
}
.payment-method .form {
	margin: 0;
}
.payment-method .form th, .payment-method .form td {
	border-bottom: 0;
}
.payment-method td.required {
	background: 430px 7px no-repeat url(/skin/images/icon-required.png);
}
