@charset "utf-8";

.riga{
	position:relative;
	height:280px;
	margin-top:15px;
}

.maglia1 {
	width:200px;
	height:280px;
	position:absolute;
	left:50px;
}
.maglia2 {
	width:200px;
	height:280px;
	position:absolute;
	left:305px;
}
.maglia3 {
	width:200px;
	height:280px;
	position:absolute;
	left:555px;
}
.nome{
	position:absolute;
	background-color:#ff3b00;
	font-weight:bold;
	font-size:14px;
	text-transform:lowercase;
	text-align:center;
	padding:2px;
	padding-bottom:0px;
	z-index:2;
	top:15px;
	left:8px;
	color:#FFF;
}
.foto{
	width:200px;
	height:240px;
	background-color:#555;
	position:absolute;
	z-index:0;
}
.cornice{
	cursor:pointer;
	width:200px;
	height:240px;
	position:absolute;
	z-index:0;
}
.prezzo{
	width:50px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	background-color:#ff3b00;
	position:absolute;
	top:210px;
	left:135px;
	z-index:2;
}
.scegli{
	width:90px;
	cursor:pointer;
	background-image:url(../img2/shop/taglie.png);
	background-repeat: no-repeat;
	height:20px;
	font-weight:bold;
	font-size:10px;
	position:absolute;
	top:250px;
	text-align:center;
	padding:5px;
	padding-top:2px;
	z-index:60;
	color:#FFF;
}
.scegli:hover{
	color:#000;
}
.scegli2{
	width:92px;
	cursor:pointer;
	background-image:url(../img2/shop/taglie.png);
	background-repeat: no-repeat;
	height:20px;
	font-weight:bold;
	position:absolute;
	text-align:center;
	padding:4px;
	z-index:0;
	color:#FFF;
}
.compra{
	width:100px;
	height:30px;
	border:0px;
	cursor:pointer;
	background-color:#241b1c;
	color:#58c828;
	background-image:url(../img2/shop/aggCHIARO.png);
	background-repeat:no-repeat;
	position:absolute;
	font-size:0px;
	top:250px;
	left:100px;
	font-style:normal;
	z-index:5;
}
.compraOFF{
	width:100px;
	height:30px;
	border:0px;
	background-color:#241b1c;
	color:#459d20;
	background-image:url(../img2/shop/aggSCURO.png);
	background-repeat:no-repeat;
	position:absolute;
	font-size:0px;
	top:250px;
	left:100px;
	z-index:5;
}
.compra:hover{
	background-image:url(../img2/shop/aggSCURO.png);
	color:#459d20;
}

.compraVECCHIO{
	width:70px;
	height:40px;
	border:0px;
	cursor:pointer;
	background-color:#241b1c;
	color:#241b1c;
	background-image:url(../img2/shop/add.jpg);
	background-repeat:no-repeat;
	position:absolute;
	font-size:0px;
	top:245px;
	left:130px;
	z-index:5;
}
.compraVECCHIO:hover{
	background-image:url(../img2/shop/add_ROLL.jpg);
}
.compra2{
	width:70px;
	height:40px;
	border:0px;
	cursor:pointer;
	background-color:#241b1c;
	color:#241b1c;
	background-image:url(../img2/shop/add.jpg);
	background-repeat:no-repeat;
	position:absolute;
	font-size:0px;
	left:130px;
	z-index:5;
}
.compra2:hover{
	background-image:url(../img2/shop/add_ROLL.jpg);
}
.taglie{
	width:80px;
	height:170px;
	background-image:url(../img2/shop/fondoTAGLIE.png);
	background-repeat: no-repeat;
	position:absolute;
	top:250px;
	z-index:999;
	padding:10px;
}
.taglie2{
	width:80px;
	height:170px;
	background-image:url(../img2/shop/fondoTAGLIE.png);
	background-repeat: no-repeat;
	position:absolute;
	z-index:3;
	padding:10px;
}
.uomo{
	position:absolute;
	left:10px;
	width:75px;
	background-color:#555;
}

.taglia{
	height:18px;
	width:60px;
	border:1px solid #888;
	background-color:#FFF;
	margin:4px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	z-index:4;
}
.taglia:hover{
	color:#FFF;
	background-color:#333;
}
.trasparente{
	width:120px;
	height:210px;
	position:absolute;
	left:-20px;
	top:230px;
	z-index:3;
	padding:10px;
}

.taglia2{
	height:18px;
	width:60px;
	border:1px solid #666;
	background-color:#CCC;
	color:#666;
	margin:4px;
	padding:2px;
	text-align:center;
	text-decoration:line-through;
	font-weight:bold;
}

.pagine{
	font-size:18px;
	color:#F90;
	text-align:center;
}

.pannello{
	position:relative;
	left:20px;
	width:740px;
	color:#fff;
	margin-top:10px;
}
.titoloP{
	width:720px;
	height:10px;
	font-size:16px;
	background-image:url(../img2/shop/pannelloSOPRA.png);
	font-weight:bold;
	color:#666;
	padding:10px;
}
.contenutoP{
	background-color:#161011;
	padding:10px;
}
.chiusuraP{
	width:720px;
	color:#666;
	height:10px;
	font-size:12px;
	text-align:right;
	padding:10px;
	background-image:url(../img2/shop/pannelloSOTTO.png);
}