/*-- COLONNA SINISTRA --*/
.span {
	width: 219px;
	margin: 0;
	padding: 13px;
	border-bottom: 1px solid #1a1a1a;
}

.span > h2 {
	color: #e5d15c;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	line-height: 24px;
	float: left;
}

.span > select {
	border: 2px solid #cccccc;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 5px;
	height: 32px;
	color: #999999;
	font-size: 15px;
	font-weight: 600;
	width: 195px;
	margin-bottom: 14px;
}

.span > button {
	background: #e5d15c;
	padding: 8px 27px;
	color: #0f2d50;
	font-size: 14px;
	font-weight: 700;
	border: none;
	margin-top: 6px;
	border-radius: 0;
	float: left;
	margin-left: 13px;
}

.span > button:hover {
	background: #e5d15c;
	padding: 8px 27px;
	color: #0f2d50;
	font-size: 14px;
	font-weight: 700;
	border: none;
	margin-top: 6px;
	border-radius: 0;
}

.col_title {
	font-size: 22px !important;
	font-weight: 700 important;
	color: #e5d15c important;
	line-height: 24px important;
	float: left;
	margin: 0;
}

.span > p {
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	line-height: 21px;
	margin-bottom: 0;
	vertical-align: middle;
	display: inline-block;
}

.span > a {
	font-weight: 600;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	text-decoration: none;
	background: #e5d15c;
	padding: 5px 10px;
	margin-top: 3px;
	display: inline-block;
	margin: 15px 0 0 50px;
}

.colonna_sinistra {
	width: 245px;
	float:left;
	background: #333333;
	border-radius: 15px 0 0 0;
	position: relative;
}

/*-- MENU PRODOTTI --*/
.leftbar_menuOut {
	color: #ffffff;
	background: url(/images/ico_arrow.png) left 6px no-repeat;
	padding-left: 18px;
}
.leftbar_menuOver {
	color: #ffffff;
	background: url(/images/ico_arrow.png) left 6px no-repeat;
	padding-left: 18px;
}

.leftbar_category {
	font-size: 15px !important;
	cursor: pointer !important;
	font-style: normal;
	font-weight: 300;
}

.leftbar_category > div > p {
	margin-bottom: 5px;
}

.leftbar_submenu {
	padding-left: 10px;
	list-style-type: disc;
	color: #e5d15c;
}

.leftbar_cell {
	padding-left: 5px;
}

a.leftbar_link:link {
	font-size: 13px !important;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.leftbar_link:visited {
	font-size: 13px !important;
	color: #ffffff;
	text-decoration: none;
}

a.leftbar_link:hover {
	font-size: 13px !important;
	color: #ffffff;
	text-decoration: none;
}
/*-- MENU PRODOTTI FINE --*/

/*-- FINE COLONNA SINISTRA --*/

/* -- DIV PRODOTTI --*/
#prodotto_vet_home {
	width: 180px;
	float: left;
	height: 260px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-left: none;
	border-top: none;
}

#prod_foto_vet {
	width: 180px;
	float: left;
	height: 260px;
	position: relative;
}

#prod_prezzo {
	color: #0f2d50;
	font-weight: 600;
	font-size: 18px;
	padding: 0 20px;
}

.prod_foto {
	width: 131px;
	min-height: 131px;
	display: inline-block;
	text-align: center;
	padding: 25px 25px 0;
}

.prod_titolo_vet {
	padding: 15px 20px;
	height: 40px;
}

.prod_titolo_vet > a {
	font-size: 16px;
	text-align: left;
	font-style: normal;
	font-weight: 600;
	color: #333333;
}

.price {
	float: right;
	background: url(/immagini/ico_acquista.jpg) no-repeat;
	width: 43px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.price > a {
	color: #FFF;
}

.price > a:hover {
	color: #FFF;
	text-decoration: none;
}
/* -- DIV PRODOTTI --*/

/* -- VEDI PRODOTTO --*/
.sinistra {
	width: 265px;
	float: left;
	min-height: 339px;
}

.foto_prodotto {
	width: 215px;
	float: left;
	text-align: center;
	padding: 25px;
}

.descrizione_prodotto {
	float: left;
	width: 410px;
	min-height: 289px;
	padding: 25px;
	background: #e6e6e6;
}

.descrizione_prodotto > h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 34px;
	color: #0f2d50;
}

.descrizione_prodotto > h3 {
	margin: 0;
	font-size: 20px;
	color: #4d4d4d;
	font-weight: 600;
	line-height: 26px;
}

.descrizione_prodotto > p {
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: #0f2d50;
}

.aggiungi_carrello {
	background: #e5d15c;
	padding: 15px 9px;
	font-weight: 700;
	font-size: 14px;
	float: left;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}

.aggiungi_carrello:hover {
	background-color: #e5d15c;
	font-weight: 700;
	float: left;
}

.aggiungi_carrello > a {
	color: #0f2d50;
}

.aggiungi_carrello > a:hover {
	color: #0f2d50;
	text-decoration: none;
}

.info {
	background: #b0b0b0;
	padding: 7px 11px;
	font-weight: 700;
	font-size: 17px;
	float: right;
	color: #ffffff;
}

.info:hover {
	color: #ffffff;
	text-decoration: none;
}

.quantita {
	 width: 15px !important; 
	 float: left !important; 
	 background: none !important; 
	 border-radius: 0 !important; 
	 font-weight: 700 !important; 
	 text-align: center !important; 
	 padding: 5px 10px !important; 
	 margin: 0 !important;
}

.ico_disponibile {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #009245;
	float: left;
	margin-left: 25px;
}

.col {
	width: 211px;
	float: left;
	padding: 15px;
}

.col > p {
	font-weight: 300;
	font-size: 15px;
	color: #4d4d4d;
	display: inline-block;
}

.col > p > b {
	font-weight: 700;
	font-size: 15px;
	color: #0f2d50;
}

.col > h2 {
	display: inline-block;
	font-size: 15px;
	color: #0f2d50;
	line-height: 18px;
	font-weight: 700;
	vertical-align: middle;
	text-align: left;
}


/* -- FINE VEDI PRODOTTO --*/