@charset "UTF-8";
/* CSS Document */

#productsheet .caroselloholder {
	position: absolute;
	width: 344px;
	height: 62px;
	left: 0px;
	bottom: 0px;
	border-top: #999 1px solid;
}


#tabber {					/* -- riga modificata */
	position: absolute;		/* -- riga modificata */
	width: 344px;			/* -- riga modificata */
	height: 15px;			/* -- riga modificata */
	left: 0px;				/* -- riga modificata */
	bottom: 71px;			/* -- riga modificata */
	font-weight: bold;
}

#tabber .sep {				/* -- riga modificata */
	font-weight: normal;
	margin: 0 0.5em;
}

#tabber a {					/* -- riga modificata */
	font-weight: normal;
}

#tabber a:hover {			/* -- riga modificata */
	text-decoration: underline;
	color: #333;
}





 .caroselloNull {
	position: absolute;
	width: 344px;
	height: 58px;
	bottom: 0px;
	background-color:#f2f2f2;
}





.carosello {
	position: absolute;
	width: 312px;
	height: 58px;
	left: 16px !important;
	bottom: 0px;
	overflow: hidden;
}

.carosello ul {
	list-style: none;
	width: 312px;
	height: 58px;
}

.carosello li {
	display: inline;
	float: left;
	width: 78px;
	height: 58px;
}

.carosello li img {
	width: 62px;
	height: 30px;
	margin: 8px auto 6px auto;
}

.carosello li div {
	font: normal 10px/10px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

.carosello li div a {
	font-weight: normal;
}

.carosello li div a:hover, .carosello li div a:active, .carosello li div a.current {
	font-weight: bold;
	color: #900;
}

.caroselloholder a.prev {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 16px;
	height: 58px;
	background: url(../arts/jcarousel/selectColour_left.gif) 0px 0px no-repeat;
}

.caroselloholder a.next {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 16px;
	height: 58px;
	background: url(../arts/jcarousel/selectColour_right.gif) 0px 0px no-repeat;
}

.caroselloholder  a.prev:hover, .caroselloholder a.next:hover {
	background-position: -16px 0px;
}

.caroselloholder  a.prev.disabled, .caroselloholder a.next.disabled {
	background-position: -32px 0px;
}




/* NULLA */


#selectNull {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 344px;
/*	height: 86px;	*/
	height: 63px;					/* -- riga modificata */
	background-color: #fff;
}


/* COLOR */


#selectColour {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 344px;
/*	height: 86px;	*/
	height: 63px;					/* -- riga modificata */
	background-color: #fff;
}

 



/* SIZE */


#selectSize {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 344px;
/*	height: 86px;	*/
	height: 63px;					/* -- riga modificata */
	background-color: #fff;
}

.size1, .size2, .size3, .size4, .size5, .size6, .size7, .size8 {	/* -- riga modificata */
	width: 40px;													/* -- riga modificata */
	height: 40px;													/* -- riga modificata */
	margin: 0 auto 4px auto;										/* -- riga modificata */
	background-color: #f2f2f2;										/* -- riga modificata */
}

.size2 {								/* -- riga modificata */
	background-color: #e6e6e6;			/* -- riga modificata */
}

.size3 {								/* -- riga modificata */
	background-color: #dadada;			/* -- riga modificata */
}

.size4 {								/* -- riga modificata */
	background-color: #cfcfcf;			/* -- riga modificata */
}

.size5 {								/* -- riga modificata */
	background-color: #c4c4c4;			/* -- riga modificata */
}

.size6 {								/* -- riga modificata */
	background-color: #bababa;			/* -- riga modificata */
}

.size7 {								/* -- riga modificata */
	background-color: #b1b1b1;			/* -- riga modificata */
}

.size8 {								/* -- riga modificata */
	background-color: #a8a8a8;			/* -- riga modificata */
}


/* PICTURES */





#morePictures {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 344px;
/*	height: 86px;	*/
	height: 63px;					/* -- riga modificata */
	background-color: #fff;
}



/* VIDEO */

#moreVideos {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 344px;
/*	height: 86px;	*/
	height: 63px;					/* -- riga modificata */
	background-color: #fff;
}


