/* ------------------------------------------------------------------------------------------------ */
@import "style_common.css";
@import "hslideHTML.css";
@import "hslideProd.css";
@import "jcarouselProd1.css";
@import "jcarouselProd2.css";
/* ------------------------------------------------------------------------------------------------ */
#content{}
#content #title{
	height: 60px;
	position: relative;
}
#content #title h3{
	font-size: 24px;
	color: #666666;
	letter-spacing: -1px;
	position: absolute;
	left: 20px;
	top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
#content #title h3 strong{
	font-size: 17px;
	color: #D90000;
}
#content #title h4{
	position: absolute;
	top: 20px;
	right: 20px;
}
/* ------------------------------------------------------------------------------------------------ */
#content #tabs{
	background-image: url(../images/sfTabs.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 26px;
	padding-left: 20px;
}
#content #tabs li{
	background-image: url(../images/sfTabsTab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 20px;
	float: left;
	width: 151px;
	margin-right: 1px;
	color: #CCCCCC;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 5px;
}
#content #tabs li a{
	text-decoration: none;
	color: #666666;
}
#content #tabs li a:hover{
	color: #D90000;
}
#content #tabs .selected{
	color: #D90000;
	background-image: url(../images/sfTabsTabSelected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content #tabs li strong{
	color: #666666;
}
/* ------------------------------------------------------------------------------------------------ */
#content #contentCols{
	background-image: url(../images/sfProducts1.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content #contentCols2{
	background-image: url(../images/sfProducts2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 20px;
	margin-bottom: 20px;
}
#colSx{
	float: left;
	width: 670px;
	padding-left: 20px;
}
#colSx #colSxContent{
	padding: 20px;	
}
#colSx #colSxContent2{
}
#colDx{
	float: right;
	width: 260px;
}
#colDx #colDxContent{
	width: 240px
}
/* ------------------------------------------------------------------------------------------------ */
#colSx h3,#colCenter h3{
	font-size: 17px;
	color: #D90000;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
#colSx .dato{
	background-color: #FFFFFF;
	display: block;
	padding: 15px;
	margin-bottom: 1px;
}
#colSx .dato strong{
color: #D90000;
}
#colSx h4{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #666666;
}
#colSx .dato h3 strong{
	color: #666666;
}
#colSx .dato .gg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	width: 40px;
}
#colSx .dato .mm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	width: 150px;
}
#colSx .dato .aa{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 60px;
}
/* ------------------------------------------------------------------------------------------------ */

/* Scrollbar & content css */						
#colDx #carrello{
	height: 300px;
	width: 220px;
	overflow:hidden;
	float: left;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#colDx .scrollbar-vert{
	height: 300px;
	width: 15px;
	float:left;
	background-image: url(../images/scrollbar1_rail.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#colDx .handle-vert{
	height: 69px;
	width: 15px;
	background-image: url(../images/scrollbar1.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* ------------------------------------------------------------------------------------------------ */

#colDx h3{
	font-size: 11px;
	font-weight: bold;
	color: #D90000;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}
#colDx #carrello .item{
	background-color: #FFFFFF;
	margin-top: 5px;
}
#colDx #carrello .item h5{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #999999;
	height: 16px;
}
#colDx #carrello .item h5 strong{
	float: left;
	margin-left: 5px;
	display: block;
	margin-top: 1px;

}
#colDx #carrello .item a{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 1px;
}
#colDx #carrello .item a:hover{
	color: #333333;
}
#colDx #carrello .item h6{
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-bottom: 2px;
	margin-right: 5px;
}
#colDx #carrello .item p{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
}
#colDx #carrello .item p em{
	font-style: normal;
	font-weight: bold;
	color: #D90000;
}
#colDx #carrello .item p span{
	font-weight: normal;
	color: #666666;
}
#colDx #carrello .item .star6{
	background-color: #CC0000;
}

#colDx #carrello .item .star5{
	background-color: #CC0000;
}

#colDx #carrello .item .star4{
	background-color: #FF3300;
}

#colDx #carrello .item .star3{
	background-color: #FF9900;
}
#colDx #carrello .item .junior{
	background-color: #FFCC00;
}

#colDx #carrello .mess1{
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 5px;
}
#colSx .mess2{
	font-weight: bold;
	display: block;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 17px;
	letter-spacing: -1px;
}
#colSx .mess2 strong{
color: #D90000;
}
#colSx .mess3{
	font-weight: bold;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 17px;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#colSx .mess3 strong{
color: #D90000;
}
/* ------------------------------------------------------------------------------------------------ */

#colDx #dettaglio{
	background-color: #FFFFFF;
	padding: 5px;
	width: 218px;
	border: 1px solid #CCCCCC;
}
#colDx #dettaglio li{
	font-weight: bold;
	list-style-type: none;
}
#colDx #dettaglio li hr{
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;

}
#colDx #dettaglio li strong{
	color: #D90000;
}
#colDx #totale{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 17px;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	width: 220px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#colDx #navAI{
	height: 32px;
}
#colDx #navAI .buttonDisabled{}
#colDx #navAI .button1{}
#colDx .linea1{
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ------------------------------------------------------------------------------------------------ */
#colSx .set{
	background-color: #F0F0F0;
	margin-top: 10px;
	padding-bottom: 10px;
}
#colSx .set .head{
	background-repeat: no-repeat;
	background-color: #999999;
	height: 30px;
	position: relative;
}
#colSx .set .head h2{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: -1px;
	position: absolute;
	left: 10px;
	top: 3px;
}
#colSx .set .head h4{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
#colSx .set .head h4 a{
	color: #FFFFFF;
	text-decoration: none;
}
#colSx .set .head h4 a:hover{
	color: #333333;
}
#colSx .set .dati{
	height: 30px;
	background-color: #FFFFFF;
	width: 650px;
	margin-left: 10px;
	position: relative;
}
#colSx .set .dati input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#colSx .set .dati .check{
border: none;
}
#colSx .set .check{
border: none;
}
#colSx .set .dati em{
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
#colSx .set .dati .casco{
	position: absolute;
	left: 5px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	padding-right: 5px;
	height: 22px;
	padding-top: 8px;
}
#colSx .set .dati .utilizza{
	height: 22px;
	left: 100px;
	top: 0px;
	position: absolute;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	padding-right: 5px;
	padding-top: 8px;
}
#colSx .set .dati .utilizza2{
	height: 22px;
	left: 150px;
	top: 0px;
	position: absolute;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	padding-right: 5px;
	padding-top: 8px;
}
#colSx .set .dati .utilizza strong, #colSx .set .dati .utilizza2 strong{
	color: #D90000;
}
#colSx .set .dati .prezzo{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 21px;
	color: #CC0000;
	letter-spacing: -1px;
	font-weight: bold;
	position: absolute;
	top: 2px;
	right: 110px;
}
#colSx .set .dati .inputAdd{
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #D90000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #FF0000;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* ------------------------------------------------------------------------------------------------ */
#colSx #skiboots{}
#colSx #skiboots li{
	display: block;
	float: left;
	height: 140px;
	width: 210px;
	margin-right: 20px;
	background-color: #F0F0F0;
	position: relative;
	margin-bottom: 20px;
}
#colSx #skiboots .last{
	margin: 0px;
}
#colSx #skiboots img{
	margin-top: 10px;
	margin-left: 10px;
}
#colSx #skiboots li .head{
	background-repeat: no-repeat;
	background-color: #999999;
	height: 21px;
	position: relative;
}
#colSx #skiboots li .head h2{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: -1px;
	position: absolute;
	left: 5px;
	top: -5px;
}
#colSx #skiboots .prezzo{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 17px;
	color: #CC0000;
	letter-spacing: -1px;
	font-weight: bold;
	position: absolute;
	left: 120px;
	bottom: 30px;
}
#colSx #skiboots .inputAdd{
	left: 120px;
	bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #FF0000;
	font-weight: bold;
	background-color: #D90000;
	position: absolute;
	width: 70px;
	margin: 0px;
	padding: 0px;
}
#colSx #skiboots #add{
	position: absolute;
	left: 120px;
	top: 35px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#colSx #skiboots #add em{
	font-weight: bold;
	color: #CC0000;
}
/* ------------------------------------------------------------------------------------------------ */
#colSx .setRip{
	margin-top: 10px;
}
#colSx .setRip .head{
	background-color: #FFFFFF;
	height: 25px;
	margin-bottom: 1px;
	position: relative;
}
#colSx .setRip .head h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	height: 18px;
	width: 230px;
	padding-top: 7px;
	padding-left: 10px;
	letter-spacing: 0px;
}

#colSx .setRip .star6{
	background-color: #CC0000;
}

#colSx .setRip .star5{
	background-color: #CC0000;
}

#colSx .setRip .star4{
	background-color: #FF3300;
}

#colSx .setRip .star3{
	background-color: #FF9900;
}
#colSx .setRip .junior{
	background-color: #FFCC00;
}

#colSx .setRip .head h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	position: absolute;
	right: 10px;
	letter-spacing: 0px;
	height: 28px;
	padding-top: 2px;
	top: 0px;
}
#colSx .setRip .img{
	height: 44px;
	margin-bottom: 1px;
	background-color: #FFFFFF;
	position: relative;
}
#colSx .setRip .img h4{
	position: absolute;
	left: 10px;
	top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: 0px;
}
#colSx .setRip .img img{
	position: absolute;
	top: 5px;
	right: 10px;
}
#colSx .setRip .dati{
	height: 20px;
	background-color: #FFFFFF;
	position: relative;
}
#colSx .setRip .dati h5{
	font-size: 11px;
	color: #999999;
	letter-spacing: 0px;
	position: absolute;
	left: 10px;
	top: 4px;
}
#colSx .setRip .dati h5 em{
	color: #D90000;
}
#colSx .setRip .dati h6{
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	position: absolute;
	top: 4px;
	right: 10px;
	display: inline;
}
#colSx .setRip .dati h6 strong{
	font-weight: normal;
	color: #666666;
	display: inline;
}
#colSx .setRip .prezzo{
	font-family: "Trebuchet MS", Arial, Helvetica;
	letter-spacing: -1px;
	margin-left: 20px;
	font-size: 17px;
	color: #D90000;
}
#colSx .setRip .delete{
	margin-left: 50px;
}
#colSx .setRip .delete a{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
}
#colSx .setRip .delete a:hover{
	color: #666666;
}
/* ------------------------------------------------------------------------------------------------ */
#colSx #skibootsRip{}
#colSx #skibootsRip li{
	display: block;
	float: left;
	height: 95px;
	width: 150px;
	background-color: #FFFFFF;
	position: relative;
	margin-right: 7px;
	margin-bottom: 10px;
}
#colSx #skibootsRip li h5{
	display: block;
	color: #333333;
}
#colSx #skibootsRip .last{
	margin: 0px;
}

#colSx #skibootsRip .star6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	width: 100%;
	background-color: #CC0000;
	display: block;
}

#colSx #skibootsRip .star5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	width: 100%;
	background-color: #CC0000;
}

#colSx #skibootsRip .star4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	width: 100%;
	background-color: #FF3300;
}

#colSx #skibootsRip .star3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	width: 100%;
	background-color: #FF9900;
}
#colSx #skibootsRip .junior{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	width: 100%;
	background-color: #FFCC00;
}
#colSx #skibootsRip .helmet{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	width: 100%;
	background-color: #999999;
}

#colSx #skibootsRip li .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	width: 100%;
}
#colSx #skibootsRip .period{
	position: absolute;
	left: 5px;
	top: 20px;
	font-size: 10px;
}
#colSx #skibootsRip .prezzo{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	color: #CC0000;
	letter-spacing: -1px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/sfSet.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#colSx #skibootsRip a{
/*
	position: absolute;
	top: 0px;
	right: 0px;
	height: 65px;
	width: 65px;
	padding-top: 5px;
	padding-left: 5px;
	background-image: url(../images/sfSet.gif);
	background-repeat: repeat-y;
	back
	ground-position: left top;
	*/
}
#colSx #skibootsRip .elimina{
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica;
	letter-spacing: 0px;
	display: block;
}
#colSx #skibootsRip .elimina:hover{
	color: #333333;
}
#colSx #skibootsRip .image{
	position: absolute;
	top: 20px;
	right: 10px;
}
/* ------------------------------------------------------------------------------------------------ */
#colSx .formBlock{
	font-weight: bold;
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
}
#colSx .formBlock input{
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	width: 190px;
}
#colSx .formBlock select{
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
	width: 190px;
}

#condizioni{}
#condizioni a{}
#condizioni a:hover{}
#condizioni #testo{
	background-color: #FFFFFF;
	width: auto;
	overflow: auto;
	color: #666666;
	padding: 10px;
	height: 250px;
}
/* ------------------------------------------------------------------------------------------------ */
#colSx hr, #colCenter hr{
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
#colCenter .dati{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#colCenter .dati td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	width: 200px;
	font-size: 12px;
	vertical-align: top;
}
#colCenter .dati td strong{
	color: #333333;
}
/* ------------------------------------------------------------------------------------------------ */
#colCenter .dati2{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#colCenter .dati2 td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-size: 12px;
	vertical-align: top;
}
#colCenter .dati2 td strong{
	color: #333333;
}
#colCenter .dati2 .tot{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
}
#colCenter .dati2 .tot2{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	text-align: right;
}
