

/*   SHOP */

.main_menu a.mini_cart{
	color:#000;
	position:absolute;
	z-index:1002;
	top:59px;
	right:-200px;
	text-align:right;
	padding:6px 40px 6px 10px;
	font-size:12px;
	background-color:rgba(255,255,255,0.7);
	background:#e4e4e4  url('../icons/shop_cart.png') center right no-repeat;
}
.main_menu a.mini_cart:hover{ background-color:#c9c9c9;  	text-shadow: 1px 1px 0 white;}

.number{font-family:Georgia, "Times New Roman", Times, serif;}


.product{
/* border:1px solid red; */
	position:relative;
	float:left;
	 overflow:hidden;
	width:315px;
	padding:0;
	margin:0 8px 8px 0;
	
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 
}
.product:hover{
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.product_overlay{ 
	position:absolute;
	top:310px;
	left:0;
	width:315px;	
	height:300px;
	background:rgba(0,0,0,0.6) url('../icons/plus2.gif') 106px 70px  no-repeat;
	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	
}
.product:hover .product_overlay{
	top:0;
}
.product img{	}
.product.last{ margin-right:0; }

.product .description{
	background:rgba(255,255,255,1);
	color:#000;
	position:absolute;
	width:100%;
	text-align:center;
	bottom:0;
	padding:8px 0;
/* 	border:1px solid red;
 */}
.product .pointer_up{
	position:absolute;
	width:315px;
	height:13px;
bottom:66px;
	background:transparent url('../icons/pointer_white_up.png') top center no-repeat;

}
.product h3{}
.product h3,.product_mini h3 { margin-bottom:0; line-height:1em;}
.product h3 a,.product_mini h3 a{ text-decoration:none;}

.category_tags{
	margin:2px 0;
}
.category_tags a{
	font-size:10px;
	text-decoration:none;
	padding:3px 0;
	/*
	background:#c0c0c0;
	margin:0 2px 2px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	*/
}
.category_tags a:hover{
	background:#dadada;

}
.product_mini{
	width:100px;
	float:left;
	margin:0 8px 8px 0;
	overflow:hidden;
	position:relative;
}
.product_price{ /*precio en el listado*/
	
	font: 14px "Helvetica", Arial, sans-serif; 
	color:#cc3366;
	/*
	width:70px;
	float:right;
	text-align:right;

	position:relative;
	top:-18px;*/
}
#product_price_tag{

	width:100%;
	clear:both;
	height:30px;
	margin:10px 0;
}
#product_price{
/* text-align:right; */
	float:left;
				
	font: 23px "Helvetica" Arial, sans-serif;
	font-size:23 !important;				
	color:#cc3366;
}
#product_euro{
	padding:8px 0 0 6px;
	float:left; color:#cc3366;
}



ol#options li{
	background:transparent;
	padding:2px 4px;
	border-bottom:1px solid #ccc;
	position:relative;
}
ol#options li label{
 float:none;
 vertical-align:middle;
}
ol#options li label  input[type=radio]{
margin-top:10px;
}
ol#options li label  div{
float:right;
width:100px;
text-align:right;
font: 14px "Helvetica", Arial, sans-serif; 
margin-top:10px;

/* border:1px solid red; */
}


ul.shopprogress{
	width:100%;
	height:40px;
	clear:both;
	margin:0 0 40px 0;
/* 	border:1px solid gray;
 */}
ul.shopprogress li{
	float:left;
	width:320px;
	height:32px;
	background:transparent  url('../icons/cartprogress.png') bottom left no-repeat;

	padding:8px 0 0 0;
	
	text-align:center;
	font: 1.2em "TrajanPro-Regular", serif; 
	color:#535353;
/* 	border-bottom:1px solid #e1e1e1;
 */}	
ul.shopprogress li.selected{
	color:#fff;
	background-position:center left;
/* 	border-bottom:1px solid gray;
 */
}	
ul.shopprogress li.selected.first{
	color:#fff;
	background-position:top left;
/* 	border-bottom:1px solid gray;
 */
}	
ul.shopprogress li a{
	text-decoration:none;
}
ul.shopprogress li.selected a{ color:#fff;}





ol#shipping_methods li{
	width:99%;
	height:43px;
	clear:both;
	padding:4px 4px 8px 4px;
/* 	border:1px solid #ccc; 
 */	margin-bottom:2px;
 

    	/*border:1px solid green;*/

}

ol#shipping_methods li label{
	width:100%;
	color:#222;
}
ol#shipping_methods li label:hover{
		cursor:pointer;

} 
ol#shipping_methods li h3{
	display:block;
	position:relative;
	width:100%;
/* 	margin-top:-6px;
 */	margin-bottom:0 !important;
	font-size:18px;
	
/*	border:1px solid blue;*/
	
}

ol#options li label  input[type=radio]{
	margin-top:10px;
}
ol#shipping_methods li span{
	width:200px;
	position:relative;
	right:20px;
	text-align:right;
	/*border:1px solid red;*/
	
}	

ol#shipping_methods li.selected{
	color:#000;
	background-color:#fff;
/* 	border:1px solid #222; 
 */ 
 	-webkit-box-shadow: -1px 1px 8px rgb(212,212,212);
    -moz-box-shadow:-1px 1px 8px rgb(212,212,212);
    box-shadow: -1px 1px 8px rgb(212,212,212);
}
.subtotal{
	line-height:26px;
	font: 18px/26px "Helvetica", Arial, sans-serif; 
}
#total{
	text-align:right;
}

/* td{border:1px solid red;}
 */
th.leftal,td.leftal{ text-align:left;}
th.rightal,td.rightal{ text-align:right;}


a.delete_cart{
	display:block;
	width:16px;
	height:16px;
	float:left;
	margin:1px 10px 0 0;
	text-decoration:none; 
	/* margin:20px 0 20px 0; */
	text-indent:-30000px;
	background:transparent  url('../icons/delete_cart.png') top left	no-repeat;
}
a.delete_cart:hover{ background-position:0 -16px;}

input.cart_total{
	font-size:20px !important;
	width:100px !important;
	text-align:right;
	background-color:transparent !important;
	/*border:1px solid #222 !important;*/ 

}
input.border{
	border:1px solid #ccc !important;
}

a.button{
	font: 0.9em 'TrajanPro-Regular',Verdana, Arial, Helvetica, sans-serif;

	background: #191919;
	border: none;
	-moz-border-radius: 2;
	-webkit-border-radius: 2;
	-khtml-border-radius: 2;
	border-radius: 2;
	color: #ffffff;
	display: block;float:left;
	margin-right:8px;
	padding: 4px 10px;
	/*width: 200px;*/
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;

}
a.button:hover{
	color:#000;
	background: #c0c0c0;
}
.login_cnt{
	
	margin:16px 0 0 20px;
	padding:10px;
	background:#ccc;
}	