@charset "utf-8";
/* CSS Document */
input{ outline:none}
.page.ecommerce{
	background-color:#FFFFFF;
	padding:30px;
}

h1{
	border:none;
	font-weight:normal;
	color:#e7e8e9;
	font-size:24px;
}

#carrello{
	background:#fff url(../img/ecommerce/carrellobg.jpg) no-repeat;
	width:182px;
	height:205px;
	float:left;
	margin-top:22px;
}
#carrello #item{
	color:#FFFFFF;
	padding:60px 0px 0px 30px;
	
}
#carrello #item span{
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#carrello #tot{ 
	color:#cc0000; 
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding-right:20px;
}
#carrello #tot span{ display:block; color:#333333}

#carrello #checkout{
	background:url(../img/ecommerce/acquista.png) no-repeat;
	width:82px;	
	height:34px;
	margin:40px 0px 0px 95px;
}

/* Easy Slider */
#topec{
	background:#FFF url(../img/ecommerce/topec.jpg) no-repeat bottom;
	width:900px;	
}

#categorie {
	width: 690px;
	overflow: hidden;
	height: 230px;
	margin: 0;
	position: relative;
	float: left;
	background:url(../img/ecommerce/cat.gif) no-repeat top left;	
}

#categorie ul {
	width: 690px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	overflow-x: hidden;	
}

#categorie li {
	/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here*/ 
	width: 160px;
	height: 208px;
	overflow: hidden;	
	float: left;	
}
li .vetrina{
	padding:35px 0px 0px 0px;
	/*background:url(../img/ecommerce/sep.png) center right no-repeat;*/
	width:84px;
}
li .didasc{
	padding:0px 0px 0px 0px;
	text-align:center;
	width:auto;
	color:#666;
	font-size:10px;
	font-weight:bold;
}

#prevBtn, #nextBtn {
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 200px;
	text-indent: -9999px;
}
#prevBtn {
	margin-right:450px;
	right: 50%;
}

#nextBtn {
	margin-left: 390px;
	left: 34%;
}

#prevBtn a, #nextBtn a {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../img/btn_prev.gif) no-repeat 0 0;
}

#nextBtn a {
	background: url(../img/btn_next2.gif) no-repeat 0 0;
}
/* // Easy Slider */
/* Float Clearing
 ---------------------------------------------------------------------*/
#boxprodotto{
	width:190px;
	height:185px;
	float:left;
	font-size:12px;
	margin:7px;
	margin-bottom:35px;
}
#infoprod{
	width:170px;
	height:50px;
	background-color:#f7f1e6;
	padding:10px;
}
#infoprod .nome{
	color:#000;
	text-transform:capitalize;
	height:30px;
}
#infoprod .prezzo{
	color:#cc0000;
	float:left;
	width:50%;
	font-size:14px;
	font-weight:bold;	
	text-align:right;
	margin-top:0px;
}
#infoprod .oldprice{
	margin-top:20px;
	color:#cbc8c2;
	float:left;
	width:50%;	
	text-decoration:line-through;	
}

#searchec{
	width: 220px;
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: left;;
}
.search2 {
	background:url(../img/ecommerce/search.png) no-repeat;
	width:170px;
	height:36px;
	float:left;
	margin:0px;
}
.sub{
	background:url(../img/ecommerce/buttonsearch.jpg) no-repeat;
	width:36px;
	height:36px;
}

#scheda #immagine{
	float:left;
	width:570px;
}
#scheda #infoprodotto{
	float:left;
	width:260px;
}
#scheda #qta{
	background-color:#f7f1e6;
	width:200px;
	height:40px;
	padding:10px;
}
.qta{
	background:url(../img/ecommerce/qta.jpg) no-repeat;
	width:49px;
	height:31px;
}
#scheda #qta span{
	color:#94918a;
	font-size:12px;
}
.peso{	
	width:100px;
	background:url(../img/peso.png) no-repeat;
	height:30px;
	border:none;
	color:#666666;
	background-color:none;
	padding:5px;
}
#infoprodotto .nome{
	color:#333;
	font-size:14px;
	margin-top:10px;
}
#infoprodotto .descrizione{
	color:#666;
	font-size:12px;
}
#infoprodotto .articolo{
	border-bottom:#ccc 1px dashed;
	border-top:#ccc 1px dashed;
	padding-top:10px;
	margin-top:20px;
	height:22px;
	color:#333;
}
#infoprodotto .articolo span{
	color:#adac9b;
}
#infoprodotto .add{
	background:url(../img/ecommerce/aggiungi.png)	 no-repeat;
	width:136px;
	height:33px;
	margin-top:20px;
}
#infoprodotto .return{
	background:url(../img/ecommerce/indietro.jpg)	 no-repeat;
	width:78px;
	height:35px;
}
#infoprodotto #prezzo{
	color:#cc0000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;	
}
#cart table{ width:100%}
#cart th{ background-color:#ccc; color:#FFFFFF; height:36px; vertical-align:middle; font-size:12px; }
#cart td{ text-align:center; vertical-align:middle; height:60px; color:#999; padding:0px 15px; font-weight:bold; font-size:12px;}
#cart td span{ color:#000; font-size:14px}
#cart .foot{ background:none;}
#error{
	font-size:12px;
	color:#666666;
	text-align:right;
}

.jqifade{
      position: absolute; 
      background-color: #aaaaaa; 
}
div.jqi{ 
      width: 400px; 
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
      position: absolute; 
      background-color: #ffffff;
      font-size: 11px; 
      text-align: left; 
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{ 
      font-weight: bold; 
}
div.jqi .jqiclose{ 
      position: absolute;
      top: 4px; right: -2px; 
      width: 18px; 
      cursor: default; 
      color: #bbbbbb; 
      font-weight: bold; 
}
div.jqi .jqimessage{ 
      padding: 10px; 
      line-height: 20px; 
      color: #444444; 
}
div.jqi .jqibuttons{ 
      text-align: right; 
      padding: 5px 0 5px 0; 
      border: solid 1px #eeeeee; 
      background-color: #f4f4f4;
}
div.jqi button{ 
      padding: 3px 10px;
      margin: 0 10px; 
      background-color: #2F6073; 
      border: solid 1px #f4f4f4; 
      color: #ffffff; 
      font-weight: bold; 
      font-size: 12px; 
}
div.jqi button:hover{ 
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
      background-color: #BF5E26;
}

#client strong{
	display:block;
	float:left;
	width:120px;
	color:#CCC;
	text-align:right;
	margin:5px 5px;
	font-size:14px;
	text-transform:uppercase;
}
#client span{
	display:block;
	float:left;
	width:250px;
	color:#333;	
	margin:5px 5px;
	font-size:12px;	
}
