/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
.clear {
	clear:both;
}
.nobr {
	white-space:nowrap;
}
.info {
	background:#F7F5C6;
	padding:10px 20px;
	border:1px solid #EEEAC1;
	color:#747165;
	box-shadow:inset 0 0 0 1px #ffc;
	-webkit-box-shadow:inset 0 0 0 1px #ffc;
	-moz-box-shadow:inset 0 0 0 1px #ffc;
}
.info a {
	color:#93864E;
}
div.jigoshop_error, div.jigoshop_message {
	border:1px solid;
	margin:10px 0;
	padding:14px 10px 14px 40px;
	background-repeat:no-repeat;
	background-position:10px center;
}
div.jigoshop_error a.button, div.jigoshop_message a.button {
	margin-top:-6px;
	float:right;
}
div.jigoshop_error {
	color:#D8000C;
	background-color:#ffd4d4;
	background-image:url('../images/error.gif');
}
div.jigoshop_message {
	background-color:#DFD;
	border: 1px solid #00c500;
	background-image:url('../images/success.gif');
	font-size: 14px;
}
p small {
	color:#999;
}
p.demo_store {
	position:fixed;
	top:0;
	left:50%;
	width:450px;
	margin-left:-225px;
	font-size:12px;
	text-align:center;
	background:#f7f5c6;
	background:-webkit-gradient(linear, left top, left bottom, from( #f7f5c6), to( #eeeac1));
	background:-webkit-linear-gradient( #f7f5c6, #eeeac1);
	background:-moz-linear-gradient(center top, #f7f5c6 0, #eeeac1 100%);
	background:-moz-gradient(center top, #f7f5c6 0, #eeeac1 100%);
	padding:8px 0;
	border:1px solid #EEEAC1;
	color:#747165;
	z-index:999999;
	box-shadow:inset 0 0 0 3px rgba(255,255,255,.3);
	-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,.3);
	-moz-box-shadow:inset 0 0 0 3px rgba(255,255,255,.3);
}
small.note {
	display:block;
	color:#999;
	font-size:11px;
	line-height:21px;
	margin-top:10px;
}
#breadcrumb {
	overflow:hidden;
	zoom:1;
	margin:0 0 1em!important;
	padding:0;
	font-size:.92em;
	color:#999!important;
}
#breadcrumb a {
	color:#999!important;
}
div.product {
	position:relative;
}
div.product .product_title {
	clear:none;
}
div.product p.price {
	color:green;
	font-size:1.3em;
}
div.product p.price del {
	font-size:14px;
	color:#ccc;
}
div.product p.stock {
	font-size:.92em;
	float:left;
	padding:2px 0 0 0;
}
div.product div.images {
	float:left;
	width:314px;
	margin-bottom:10px;
	position:relative;
}
div.product div.images img {
	border:1px solid #ddd;
	background:#f5f5f5;
	padding:6px;
	display:block;
}
div.product div.images div.thumbnails {
	padding-top:10px;
	overflow:hidden;
	zoom:1;
}
div.product div.images div.thumbnails a {
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
div.product div.images div.thumbnails a img {
	padding:3px;
}
div.product div.images div.thumbnails a.last {
	margin-right:0;
}
div.product div.images div.thumbnails a.first {
	clear:both;
}
div.product div.summary {
	float:right;
	width:300px;
}
div.product div.social {
	text-align:right;
	margin:0 0 1em;
}
div.product div.social span {
	margin:0 0 0 2px;
}
div.product div.social span span {
	margin:0;
}
div.product div.social span .stButton .chicklets {
	padding-left:16px;
	width:0;
}
div.product div.social iframe {
	float:left;
	margin-top:3px;
}
div.product #tabs {
	clear:both;
	padding:1em 0 0 0;
	margin:0 0 1em 0;
}
div.product #tabs ul.tabs {
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	background:#ddd;
	overflow:hidden;
	zoom:1;
	margin:0!important;
	padding:4px 4px 0;
	list-style:none outside!important;
}
div.product #tabs ul.tabs li {
	float:left;
	margin:0 4px 0 0;
	font-size:.92em;
}
div.product #tabs ul.tabs a {
	float:left;
	padding:6px 12px;
	background:#eee;
	text-decoration:none;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}
div.product #tabs ul.tabs li.active a {
	background:#fff;
	color:#555;
}
div.product #tabs .panel {
	border:1px solid #ddd;
	border-top:0;
	padding:15px 15px 0;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.stock {
	color:green;
	float:left;
}
.out-of-stock {
	color:red;
}
p.cart {
	float:right;
}
form.cart {
	margin-bottom:24px;
	float:right;
	width:100%;
	clear:both;
}
form.cart div.quantity {
	float:left;
	margin:0 4px 0 0;
}
form.cart table {
	font-size:12px;
	border-width:0 0 1px 0!important;
}
form.cart table td {
	padding:4px 4px 4px 0!important;
}
form.cart table div.quantity {
	float:none;
	margin:0;
	width:72px;
}
form.cart table small.stock {
	display:block;
	float:none;
}
form.cart .variations label {
	font-weight:700;
}
form.cart .variations select {
	width:100%;
	float:left;
}
form.cart .button {
	vertical-align:middle;
	float:left;
	margin:2px 0!important;
}
span.onsale {
	background:green;
	color:#fff;
	min-height:32px;
	min-width:32px;
	padding:4px;
	font-size:12px;
	position:absolute;
	text-align:center;
	line-height:32px;
	top:0;
	left:-15px;
	margin:-6px 0 0 0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.products ul, ul.products {
	margin:0 0 14px!important;
	padding:0!important;
	list-style:none;
	float:left;
}
.products {
	clear:both;
}
.products li {
	float:left;
	margin:0 10px 20px 0;
	padding:0!important;
	position:relative;
	width:150px;
}
.products li .onsale {
	top:0;
	right:0;
	left:auto;
	margin:-6px -6px 0 0;
}
.products li a {
	text-decoration:none;
}
.products li a img {
	width:150px!important;
	height:150px!important;
	display:block;
	margin:0 0 8px!important;
	border:1px solid #ddd;
}
.products li a:hover img {
	border:1px solid #bbb;
}
.products li strong {
	color:#555;
	display:block;
}
.products li .price {
	color:green;
	display:block;
	font-weight:400;
	float:right;
	text-align:right;
}
.products li .price del {
	font-size:10px;
	line-height:10px;
	margin:-2px 0 0 0;
	display:block;
	color:#ccc;
}
.products li .price .from {
	font-size:10px;
	line-height:10px;
	margin:-2px 0 0 0;
	display:block;
	color:#ccc;
}
.products li.first {
	clear:both;
}
.products li.last {
	margin-right:0;
}
table.shop_attributes {
	border:0!important;
	border-top:1px dotted #ccc!important;
}
table.shop_attributes th {
	width:150px;
	font-weight:700;
	padding:8px;
	color:#000!important;
	border-bottom:1px dotted #ccc;
	margin:0!important;
	line-height:1.5em;
}
table.shop_attributes td {
	font-style:italic;
	padding:0!important;
	border-bottom:1px dotted #ccc;
	margin:0!important;
	line-height:1.5em;
}
table.shop_attributes td p {
	margin:0!important;
	padding:8px;
}
table.shop_attributes .alt td, table.shop_attributes .alt th {
	background:#f9f9f9;
}
a.button, button.button, input.button, #review_form #submit {
	color:#fff!important;
	background:#E76530;
	border: 1px solid #91817B;
	padding:6px 8px;
	font-size:12px;
	font-weight: normal;
	line-height:1em!important;
	margin:4px 2px 0 0;
	float:left;
	width:auto!important;
	vertical-align:middle!important;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	font-family:inherit;
}
a.button:hover, button.button:hover, input.button:hover, #review_form #submit:hover {
	background:#dc5721;
	text-decoration:none;
}
.cart .button, .cart input.button {
	float:none;
}
.button-alt {
	color:#fff!important;
	background:#86a43a;
	font-size:12px;
	font-weight: normal;
	line-height:1em!important;
	margin:0 6px;
	float:left;
	width:auto!important;
	vertical-align:middle!important;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	font-family:inherit;
	
}
.button-alt:hover {
	background:#5c8100;
	text-decoration:none;
}
#reviews h2 small {
	float:right;
	color:#999;
	font-size:15px;
	line-height:21px;
	margin:10px 0 0 0;
}
#reviews h2 small a {
	text-decoration:none;
	color:#999;
}
#reviews h3 {
	margin:0;
}
#reviews #respond {
	margin:0;
	border:0;
	padding:0;
}
#reviews #comment {
	height:75px;
}
#reviews #comments .add_review {
	overflow:hidden;
	zoom:1;
}
#reviews #comments h2 {
	clear:none;
}
#reviews #comments ol.commentlist {
	overflow:hidden;
	zoom:1;
	margin:0!important;
}
#reviews #comments ol.commentlist li {
	padding:00;
	margin:0 0 20px;
	border:0;
	position:relative;
}
#reviews #comments ol.commentlist li .meta {
	color:#999;
	font-size:.75em;
}
#reviews #comments ol.commentlist li img {
	float:left;
	position:absolute;
	top:0;
	left:0;
	padding:3px;
	width:32px;
	height:auto;
	border:1px solid #ddd;
	background:#fff;
	margin:0;
	line-height:1;
}
#reviews #comments ol.commentlist li .comment-text {
	margin:0 0 0 50px;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:11px 11px 0;
}
#reviews #comments ol.commentlist li .comment-text p {
	margin:0 0 11px;
}
#reviews #comments ol.commentlist li .comment-text p.meta {
	font-size:.86em;
}
.star-rating {
	float:right;
	width:80px;
	height:16px;
	background:url(../images/star.png) repeat-x left 0;
}
.star-rating span {
	background:url(../images/star.png) repeat-x left -32px;
	height:0;
	padding-top:16px;
	overflow:hidden;
	float:left;
}
.hreview-aggregate .star-rating {
	margin:10px 0 0 0;
}
#review_form #respond {
	overflow:hidden;
	zoom:1;
	border:1px solid #E7E7E7;
	margin:0!important;
	padding:10px 20px 20px;
	width:auto;
}
#review_form #respond p {
	margin:0 0 10px!important;
}
p.stars {
	overflow:hidden;
	zoom:1;
}
p.stars span {
	width:80px;
	height:16px;
	position:relative;
	float:left;
	background:url(../images/star.png) repeat-x left 0;
}
p.stars span a {
	float:left;
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:0;
	padding-top:16px;
	overflow:hidden;
}
p.stars span a:hover, p.stars span a:focus {
	background:url(../images/star.png) repeat-x left -16px;
}
p.stars span a.active {
	background:url(../images/star.png) repeat-x left -32px;
}
p.stars span a.star-1 {
	width:16px;
	z-index:10;
}
p.stars span a.star-2 {
	width:32px;
	z-index:9;
}
p.stars span a.star-3 {
	width:48px;
	z-index:8;
}
p.stars span a.star-4 {
	width:64px;
	z-index:7;
}
p.stars span a.star-5 {
	width:80px;
	z-index:6;
}
table.shop_table {
	border:1px solid #E7E7E7;
	margin:0 -1px 24px 0;
	text-align:left;
	width:100%;
	border-collapse:separate;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:14px;
}
table.shop_table th {
	color:#888;
	font-weight:700;
	line-height:20px;
	padding:9px 12px!important;
}
table.shop_table td {
	border-top:1px solid #E7E7E7;
	padding:12px!important;
	vertical-align:middle;
}
table.shop_table td a.button {
	margin:0 3px;
}
table.shop_table tfoot td {
	font-weight:700;
}
table.my_account_orders {
	font-size:.85em;
}
table.my_account_orders th, table.my_account_orders td {
	padding:4px 8px !important;
	vertical-align:middle;
}
table.my_account_orders .button {
	white-space:nowrap;
	margin:4px 0;
}
ul.cart_list, ul.product_list_widget {
	list-style:none outside!important;
	padding:0!important;
	margin:0!important;
}
ul.cart_list li, ul.product_list_widget li {
	padding:4px 0!important;
	margin:0!important;
	overflow:hidden;
	zoom:1;
}
ul.cart_list li a, ul.product_list_widget li a {
	display:block;
	font-weight:700;
}
ul.cart_list li img, ul.product_list_widget li img {
	float:left;
	margin-right:4px;
	border:1px solid #ddd;
}
.jigoshop_cart .total {
	border-top:3px double #ddd;
	padding:4px 0 4px;
	margin:0!important;
}
.jigoshop_cart .total strong {
	min-width:40px;
	display:inline-block;
}
.jigoshop_cart .buttons {
	overflow:hidden;
	zoom:1;
}
a.remove {
	display:block;
	height:16px;
	width:16px;
	text-indent:-9999px;
	background:url(../images/remove.png) #ccc;
}
a.remove:hover {
	background-color:#f93;
}
.cart th, .cart td {
	vertical-align:middle;
}
td.actions {
	text-align:right;
}
td.actions .coupon {
	float:left;
}
td.actions .coupon label {
	display:none;
}
td.actions .coupon .input-text {
	width:160px!important;
	float:left;
	margin:2px 6px 0 0!important;
	font-size: 14px;
	line-height: 1.5em !important;
}
td.actions .button-alt {
	float:right;
	margin:0 0 0 6px;
	font-weight: bold;
}
td.product-name dl.variation {
	margin:0;
}
td.product-name dl.variation dt {
	font-weight:700;
	display:inline-block;
	margin:0 4px 0 0;
	padding:0;
}
td.product-name dl.variation dd {
	display:inline;
	margin:0 12px 0 0;
	padding:0;
}
td.quantity, .jigoshop #content div.quantity {
	min-width:80px;
}
.quantity input {
	margin-left:0;
	margin-right:0;
}
.quantity input.qty {
	border:1px solid #ccc;
	width:22px;
	display:inline;
	padding:1px 5px 2px;
	line-height:1em!important;
	vertical-align:middle;
	font-size:12px;
	text-align:center;
}
.quantity input.plus, .quantity input.minus {
	background:#ccc;
	padding:4px;
	vertical-align:middle;
	line-height:1em!important;
	border:0;
	width:20px;
	color:#fff!important;
	cursor:pointer;
}
.quantity input.minus {
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.quantity input.plus {
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.quantity input.minus:hover, .quantity input.plus:hover {
	background:#f93;
}
.cart input {
	width:100px;
	margin:0!important;
	vertical-align:middle;
	line-height:1em!important;
}
.col2-set {
	overflow:hidden;
	zoom:1;
	width:100%;
}
.col2-set .col-1 {
	float:left;
	width:48%;
}
.col2-set .col-2 {
	float:right;
	width:48%;
}
.cart-collaterals {
	overflow:hidden;
	zoom:1;
	width:100%;
}
.cart-collaterals .related {
	width:310px;
	float:left;
}
.cart-collaterals .cross-sells {
	width:314px;
	float:left;
}
.cart-collaterals .shipping_calculator {
	float:right;
	width:225px;
	clear:right;
	text-align:right;
	overflow:hidden;
	zoom:1;
	margin:20px 0 0 0;
}
.cart-collaterals .shipping_calculator .button {
	float:none!important;
	display:block;
}
.cart-collaterals .shipping_calculator .col2-set .col-1, .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width:47%;
}
.cart-collaterals .cart_totals {
	float:right;
	width:310px;
	text-align:right;
}
.cart-collaterals .cart_totals h2 {
	float:none;
}
.cart-collaterals .cart_totals p {
	margin:0!important;
}
.cart-collaterals .cart_totals table {
	border-collapse:separate;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0 0 6px!important;
	padding:0;
	width: 310px;
}
.cart-collaterals .cart_totals table tr:first-child th, .cart-collaterals .cart_totals table tr:first-child td {
	border-top:0!important;
}
.cart-collaterals .cart_totals table td, .cart-collaterals .cart_totals table th {
	padding:6px 32px 6px 0!important;
}
.cart-collaterals .cart_totals table small {
	display:block;
	color:#999;
}
.cart-collaterals .cart_totals .discount td {
	color:green;
}
.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
	border-top:1px solid #E7E7E7;
	padding:6px 32px 6px 0;
}
.cart-collaterals .cart_totals a.button-alt {
	width:193px;
	display:block;
	font-size:.92em;
}
.form-row {
	overflow:hidden;
	zoom:1;
	padding:3px 6px 3px 0;
	margin:0 0 6px!important;
}
.form-row label {
	display:block;
}
.form-row label.hidden {
	visibility:hidden;
}
.form-row select {
	width:100%;
	cursor:pointer;
	margin:0!important;
}
.form-row .required {
	color:#c00;
	font-weight:700;
}
.form-row .input-checkbox {
	display:inline;
	margin:-2px 8px 0 0;
	text-align:center;
	vertical-align:middle;
}
.form-row label.checkbox {
	display:inline;
}
form .form-row input.input-text, #content .form-row input.input-text, form .form-row textarea, #content .form-row textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:inset 0 1px 4px 0 rgba(0,0,0,.1);
	-webkit-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,.1);
	border:1px solid #ccc;
	width:100%;
	padding:6px;
	margin:0;
	outline:0;
	background:#fff none;
	font-size:14px;
	line-height:1em;
}
form .form-row textarea, #content .form-row textarea {
	height:3.5em;
	line-height:1.5em;
	display:block;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
form .form-row input.input-text:focus, #content .form-row input.input-text:focus, form .form-row textarea:focus, #content .form-row textarea:focus {
	box-shadow:inset 0 0 0 3px #faf9dc;
	-webkit-box-shadow:inset 0 0 0 3px #faf9dc;
	-moz-box-shadow:inset 0 0 0 3px #faf9dc;
}
.form-row-first, .form-row-last {
	float:left;
	width:47%;
	overflow:visible;
}
.form-row-last {
	float:right;
}
form.login {
	border:1px solid #ccc;
	padding:20px;
	border:1px solid #E7E7E7;
	margin:20px 0 20px 0;
	text-align:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#payment {
	background:#F9F9F9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#payment ul.payment_methods {
	overflow:hidden;
	zoom:1;
	text-align:left;
	padding:1em;
	border-bottom:1px solid #eee;
	margin:0!important;
	list-style:none outside;
}
#payment ul.payment_methods li {
	line-height:2em;
	text-align:left;
	margin:0!important;
	font-weight:400;
	background: none;
}
#payment ul.payment_methods li input {
	margin:0 1em 0 0!important;
	background-color:#ffffff;
}
#payment ul.payment_methods li img {
	vertical-align:middle;
	margin:-2px 0 0 .5em;
	position:relative;
}
#payment div.form-row {
	padding:1em;
	border-top:1px solid #fff;
}
#payment #place_order {
	float:right;
	margin:0;
}
#payment .terms {
	padding:0 1em 0!important;
	text-align:right;
}
#payment div.payment_box {
	position:relative;
	width:96%;
	background:#f5f5f5;
	border:1px solid #eee;
	box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;
	-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;
	-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;
	padding:1em 2%;
	margin:1em 0 1em 0;
	font-size:.92em;
}
#payment div.payment_box #cc-expire-month, #payment div.payment_box #cc-expire-year {
	width:48%;
	float:left;
}
#payment div.payment_box #cc-expire-year {
	float:right;
}
#payment div.payment_box span.help {
	font-size:11px;
	color:#999;
	line-height:13px;
	font-weight:400;
}
#payment div.payment_box p, #payment div.payment_box .form-row {
	margin:0 0 1em;
}
#payment div.payment_box:after {
	content:"";
	display:block;
	border:8px solid #eee;
	border-right-color:transparent;
	border-left-color:transparent;
	border-top-color:transparent;
	position:absolute;
	top:-4px;
	left:0;
	margin:-1em 0 0 2em;
}
div.shipping-address {
	padding:0;
	clear:left;
}
#shiptobilling {
	float:right;
	line-height:1.62em!important;
	margin:0!important;
	padding:0;
}
#shiptobilling label {
	font-size:.6875em;
}
.checkout .col-2 h3 {
	float:left;
	clear:none;
}
.checkout .col-2 .notes {
	clear:left;
}
.checkout .col-2 .form-row-first {
	clear:left;
}
.order_details {
	overflow:hidden;
	zoom:1;
	margin:0 0 1.5em;
	list-style:none;
}
.order_details li {
	float:left;
	margin-right:2em;
	text-transform:uppercase;
	font-size:.715em;
	line-height:1em;
	border-right:1px dashed #ccc;
	padding-right:2em;
}
.order_details li strong {
	display:block;
	font-size:1.4em;
	text-transform:none;
	line-height:1.5em;
	color:#333;
}
.order_details li.method {
	border:0;
}
.addresses .title {
	overflow:hidden;
	zoom:1;
}
.addresses .title h3 {
	float:left;
}
.addresses .title .edit {
	float:right;
}
.widget_price_filter .price_slider_wrapper .button {
	float:right;
	margin:0!important;
}
.widget_price_filter .price_slider_wrapper .price_slider {
	margin:1em .6em .6em;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
	outline:0!important;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount {
	overflow:hidden;
	line-height:2em;
}
.widget_layered_nav ul {
	margin:0!important;
	padding:0!important;
	border:0!important;
	list-style:none outside!important;
}
.widget_layered_nav ul li {
	overflow:hidden;
	zoom:1;
	padding:0 0 1px;
}
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
	padding:1px 0;
	float:left;
}
.widget_layered_nav ul li.chosen a {
	padding:0 6px 0 18px;
	border:1px solid #39c;
	background:#39c url(../images/cross_white.png) no-repeat 6px center;
	box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;
	-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;
	-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,.5) #888;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.widget_layered_nav ul small.count {
	float:right;
	margin-left:6px;
	font-size:1em;
	padding:1px 0;
	color:#999;
}
fieldset.variations {
	border:0;
}
div.product div.product_meta, div.product div.variations_button {
	clear:left;
}
section#primary div.product div.summary {
	width:42%;
}
.single_variation .price {
	float:left;
}
.single_variation, .stock {
	clear:left;
}
