/**
 * shopp.css
 * 
 * @author Jonathan Davis
 * @mod by Alex Draschnar & Erik Gripestam
 * @package shopp - yogaswing
 **/


#shopp form .numcartitems {
	font-size: 0.7em;
}


/* Buttons */
#shopp form .update-button, .update-button:visited {
	background: #222 url('images/button_overlay_s.png') repeat-x;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Arial; 
	font-size: 0.75em;
	margin-top: 20px;
	padding: 5px 10px 6px;
	position: relative; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
	text-shadow: 0 1px 3px rgba(0,0,0,0.4);
	border-bottom: 1px rgba(0,0,0,0.25);
	border-left: 1px rgba(0,0,0,0.25);
	border-right: 1px rgba(0,0,0,0.25);
	border-top: 1px solid rgba(255,255,255,1.0);
}

#shopp form .update-button:active{ 
	top: 1px; 
}

#shopp form .update-button, .update-button:visited { 
	/*font-size: 0.7em; */
	background-color: #c5a50e; 
	padding: 8px 9px 10px;
}

#shopp form a {
	text-decoration: none;
}

#shopp form .update-button:hover { 
	background-color: #cfb20f;
}

#shopp form #checkout-button, #checkout-button:visited, #shopp form #confirm-button, #confirm-button:visited {
	background: #222 url('images/button_overlay_s.png') repeat-x;
	color: #fff;
	cursor: pointer;
	display: inline-block; 
	margin-top: 20px;
	padding: 5px 10px 6px; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
	border-bottom: 1px rgba(0,0,0,0.25);
	border-left: 1px rgba(0,0,0,0.25);
	border-right: 1px rgba(0,0,0,0.25);
	border-top: 1px solid rgba(255,255,255,1.0);
	position: relative;
}

#shopp form #checkout-button:active, #shopp form #confirm-button:active{ 
	top: 1px; 
}

#shopp form #checkout-button, #checkout-button:visited, #shopp form #confirm-button, #confirm-button:visited{ 
	font-size: 0.9em; 
	padding: 8px 9px 10px; 
}

#shopp form #checkout-button, #checkout-button:visited, #shopp form #confirm-button, #confirm-button:visited{ 
	background-color: #d27810; 
}

#shopp form #checkout-button:hover, #shopp form #confirm-button:hover{ 
	background-color: #dd8219; 
}

#shopp .payoption {
	background: #222 url('images/button_overlay_l.png') repeat-x;
	color: #fff;
	cursor: pointer;
	display: inline-block; 
	float: right;
	font-size: 1.7em;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-top: 20px;
	padding: 15px 20px 15px;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 1px 3px rgba(0,0,0,0.4);
	border-bottom: 1px rgba(0,0,0,0.25);
	border-left: 1px rgba(0,0,0,0.25);
	border-right: 1px rgba(0,0,0,0.25);
	border-top: 0px solid rgba(255,255,255,1.0);
	position: relative;
}
#shopp .payoption:active { 
	top: 1px; 
}

#shopp .payoption, .payoption:visited { 
	background-color: #79a70b;
}

#shopp .payoption:hover { 
	background-color: #84b411; 
}

/* Generic Shopp Styles */

#shopp .submit { 
	text-align: right;
}

#shopp form { 
	text-align: left; 
}

#shopp form.product ul.options { 
	list-style: none; 
}

#shopp form ul { 
	line-height: 1; 
}

#shopp form label { 
	font-size: 14px; 
	font-weight: bold; 
	padding-bottom: 3px; 
	}

#shopp form ul li span label, #shopp form div label { 
	font-size: 11px; 
	font-weight: normal; 
	padding-bottom: 8px; 
}

#shopp form input {
	background-color: #fff;
	/*border: 0px solid #c7c2bc;*/
	color: #333;
	font-size: 1.2em; /*0.8*/
	padding: 5px 2px 5px 5px;
	/*text-shadow: 0 1px 0 #333;*/
	-moz-border-radius: 5px; /* rounded corners in Mozilla browsers, adjust to a higher value for more roundness */
	-webkit-border-radius: 5px; /* works in Webkit based browsers */
	-moz-border-top-colors: rgba(0,0,0,0.25);
	-moz-border-left-colors: rgba(0,0,0,0.25);

}

#shopp form .mini {
	font-size: 0.7em;
}

#shopp form .prod_quant {
	font-size: 0.8em;
}

#shopp form select {
	font-size: 1.4em;
}

/**
 * Catalog/Category
 **/

.categories ul li a.current { font-weight: bold; }
#shopp .category { position: relative; margin-top:10px; } /*Ändrad 100*/
#shopp .views { display: inline; position: absolute; right: 0; top: 0; }
#shopp .views button { border: none; background: none; cursor: pointer; padding: 2px; }
#shopp .views button:hover { background-color: #ebebeb; border: 1px solid #777; }
#shopp .views li { display: inline; }
#shopp .orderby { float: right; }

#shopp .subcategories { 
	display: inline !important; 
	padding: 10px 0; 
	margin-bottom: 10px;
}
ul.subcategories li { 
	display: inline;
	padding-right: 35px !important;
}
/* Each product in a category has a containing frame */
#shopp ul.products li.product div.frame { 
	margin:0 auto;
	width:96%;
	padding: 10px;   
}

#shopp ul.products li .name,
#shopp ul.products li .summary,
#shopp ul.products li .savings,
#shopp ul.products li .price { margin-top: 0; margin-bottom: 0; }
#shopp ul.products li .details { float: none; }

/* Hide the product summary in the grid view */
#shopp ul.products li .summary { display: none; }
#shopp ul.products li .listview { display: none; }

#shopp ul.products img { display: block; }

#shopp .price { 
	color: #89C132; 
	font-size: 1.4em; 
	line-height: 1.5; 
	margin: 0; 
	text-align: left;
}

#shopp .price_discount {
	color: #FF847F; 
	font-size: 1.4em; 
	line-height: 1.5; 
	margin: 0; 
	text-align: left;
}

#shopp .price1 { 
	color: #C7C2BC; 
	font-size: 1.2em; 
	line-height: 1.5; 
	margin: 0; 
	text-align: center;
}

#shopp .savings {
	color: #C7C2BC; 
	font-size: 1.2em;
}
#shopp .original { text-decoration: line-through; }
#shopp .sale { font-size: 150%; color: lime; }

/* Faceted menu cancel filter link styles */
.filters a.cancel:before { content: "["; }
.filters a.cancel { font-weight: bold; }
.filters a.cancel:after { content: "]"; }
.filters a.cancel:hover { text-decoration: none; }

/* Product List View */
#shopp.list ul.products li { float: none; width: 100%; clear: both; padding-bottom: 10px;}
#shopp.list ul.products li.product {  border-bottom: 1px solid #ddd; }
#shopp.list ul.products li div.frame { width: 100%;  text-align: left; }
#shopp.list ul.products li img { float: left; margin-right: 10px; }
#shopp.list ul.products li .details { float: left; width: 65%;}
#shopp.list ul.products li .listview { display: block; }

#shopp ul.breadcrumb { margin: 10px 0; }
#shopp ul.breadcrumb li { background: none; padding: 0; display: inline; margin-left: 0; text-indent: 0; }

#shopp ul.categories { float: left; margin-right: 20px; }

/* Category Pagination */
#shopp ul.paging { }
#shopp ul.paging li { }
#shopp ul.paging li a { }
#shopp ul.paging li a:hover { }
#shopp ul.paging li.active { }
#shopp ul.paging li.disabled { }
#shopp ul.paging li.previous a,
#shopp ul.paging li.next a { }

/**
 * Product Pages
 **/
#shopp .column { float: left; }
#shopp .column.first { width: 65%; }
#shopp .column.second { float: right; width: 35%; }

/*Eriks*/

#shopp .addtocart {
    background: url('images/buy.png') no-repeat;
    border: none;
    height: 32px;
    padding: none;
    width: 122px;
    cursor: pointer;
}

/*centrerar köpknapp*/
#shopp .addtocart .cent {
	margin-left: auto;
	margin-right: auto;
}

#shopp .original { text-decoration: line-through; }
#shopp form.product ul,
#shopp form.product ul li,
#shopp form.product ul li label { clear: none; }
#shopp ul.variations li { font-size: 0.8em;}
#shopp ul.variations label {
	color:#C7C2BC; 
	display: block;  
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
}

#shopp .quantity { 
	font-size: 12px;
	font-weight: bold;
}

.cart_vari {
	font-size: 8px;
}

#shopp dl dt { font-weight: bold; margin-right: 10px; }
#shopp dl dd { display: block; clear: right; }

#shopp .gallery { margin: 5px 10px 5px 0; }
#shopp .gallery ul.previews li.thumbnails ul { margin: 10px 0 10px 0; }
#shopp .gallery ul.previews li.thumbnails li { margin: 0 5px 0 0; }

/**
 * Category List Widget
 **/
#cat_grid{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}

ul.shopp_categories { 
	display: inline;
}
ul.shopp_categories li { 
	display: inline;
	padding-right: 35px !important;
}
ul.shopp_categories li a {
}
ul.shopp_categories li a:hover { }
ul.shopp_categories li span { }
ul.shopp_categories li.current { }
ul.shopp_categories li.current a { }
ul.shopp_categories li.current a:hover { }
ul.shopp_categories li ul.children { }
ul.shopp_categories li ul.children li { }
ul.shopp_categories li ul.active { }

/**
 * Side Products Widget
 **/
.sideproduct { margin-top: 20px; }
.sideproduct h3 { margin-top: 0; }

/**
 * Shopping Cart 
 **/
#shopp #cart { width: 100%; }
#shopp #cart table { font-size: 1.8em; padding: 10px 0; width: 100%; }
#shopp #cart th { text-align: left; font-weight: bold; font-size: 0.8em; }
#shopp #cart th, #shopp #cart td { padding: 3px; text-align: left; width: 70%;}
#shopp #cart .item { width: 50%; }

#shopp #cart .money, #shopp #cart .totals th, #shopp #cart .buttons td { 
	text-align: right; 
	white-space: nowrap; 
}

#shopp #cart .totals.total th,
#shopp #cart .totals.total td { font-size: 130%; }
#shopp #cart .remove { 
	background: url('images/delete.png') no-repeat;
	border: none;
	cursor: pointer;
	font-size: 19px;
    height: 25px;
    margin-left: 6px;
    vertical-align: middle;
    width: 25px;
}

#shopp #cart address { font-style: normal; }
#shopp #cart big { display: block; margin: 10px 0; }
#shopp #cart big a.right { float: right; }

/* External checkout buttons */
#shopp .xcheckout { display: block; clear: both; text-align: right; }
#shopp .xcheckout button { border: none; margin: 0; padding: 0; }

/**
 * Shopping Cart Widget
 **/
#shopp-cart.widget p.status { margin-bottom: 10px; }

/**
 * Checkout 
 **/
#shopp #shipping-methods { padding-left: 30px; }
#shopp #shipping-methods li { margin-top: 5px; }
#shopp #shipping-methods input { margin-left: -16px; }

#shopp #errors { color: #990000; }

/**
 * Order Receipt
 **/
#shopp #receipt { font-size: 1.2em; color: #C7C2BC; position: relative; margin: 20px 0; }
#shopp #receipt address { font-style: normal; }
#shopp #receipt fieldset { float: left; width: auto; width: 42%; padding: 10px; border: 1px solid #dadada; margin-bottom: 30px; }
#shopp #receipt fieldset.shipping { width: 42%; float: right; }
#shopp #receipt fieldset legend { display: block; }
#shopp #receipt table.transaction { clear: both; width: 100%; margin-bottom: 10px; }
#shopp #receipt table.transaction th { text-align: right; width: 80px; padding-right: 10px;}

#shopp #receipt .order { width: 100%; clear: both; border: none; }
#shopp #receipt td { border: none; }
#shopp #receipt th { font-weight: bold; text-align: left; border: none; }
#shopp #receipt th, 
#shopp #receipt td { padding: 3px 0; text-align: left; }
#shopp #receipt .order .item { width: 50%; }
#shopp #receipt .order .money, #shopp #receipt .order .total, #shopp #receipt .order .buttons td { 
	text-align: right; 
}
#shopp #receipt .order .totals.total th,
#shopp #receipt .order .totals.total td { font-size: 130%; }


#shopp #receipt .quantity_rec {text-align: right;}

/* Breadcrumbs */
#shopp_breadcrumb {
	font-size: 1.2em;
	font-weight: 500;
	text-align: right;
	width: 100%;
}

.active_breadcrumb {
	color: #CA7210;
}

.inactive_breadcrumb {
	color: #7F7F7F;
}

.halvruta {
	width: 100%
}

.checkout_leftspan {
	margin-right: 5px;
}

.obligatorisk {
	color: #FF847F;
	font-weight: 900;
}

.pay_notify {
	font-size: 1em;
	text-align: right;
}

#shopp #product_images {
	float: left; 
	min-height: 200px; 
	margin-right: 1em;
}

#shopp #product_description {
	width: 570px;
}

.product grid {
	margin-top: -10px;
}

.cart-discount {
	font-size: 0.7em;
}

.ie_keepshopping {
	font-size: 0.8em;
	text-align: right;
}

.ie_tocheckout {
	font-size: 1.8em;
}

.ie_tocheckout a {
	text-decoration: none;
}

#shopp .products .frame img {
    border: 5px solid #333333;
    height: 182px;
    margin-bottom: 2px;
    width: 146px;
}
