@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;}
body {
	background-color: transparent;
	background-image: url(../img/relaxsan_chart.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 42px;
}
li			{list-style-type:none;}
a 			{text-decoration:none;color: #3b3b3b;}
a img		{border:none;}
.clear{
clear:both;
}
.tabs li {
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	color: #d4d4d4;
	background-image: url(../img/tab_chart.png);
	float: left;
	height: 36px;
	width: 124px;
	text-align: center;
	font-weight: bold;
}
.tabs {
	list-style-type: none;
}
.content {
	clear: both;
	overflow:auto;
	background: #fff url(../img/bg_chart.png) repeat-x;
	height: 305px;
	border: solid 5px #1c1c1c;
	width: 609px;
	position: relative;
}
.titolo {
	background-image: url(../img/tab_sel_chart.png);
	height: 47px;
	width: 137px;
	position: absolute;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	line-height: 47px;
	top: 31px;
}
#chart-forma .titolo {left: -3px;}
#chart-colore .titolo {
	left: 120px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #373737;
	margin: 45px 10px 20px;
}
form ul {
	margin: 0 2px;
}
form li {float: left;text-align: center;margin: 0 8px;padding-top: 15px;}
form li span {
	display: block;
	margin-top: 15px;
}
#chart-forma form li {
	background-image: url(../img/cornice_forma.png);	
	height: 107px;
	width: 80px;
	background-repeat: no-repeat;
	background-position: left top;
}
#chart-colore form li {
	height: 107px;
	width: 95px;	
}
#chart-quantita form li {
	text-align: left;	
}
#chart-carrello form li {
	text-align: left;	
}
.bottoni {
margin-top:10px;
}
.avanti {
background-image: url(../img/avanti_chart.png);
display: block;
height: 38px;
width: 91px;
padding:0px 0px 0px 30px;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;

float:right;
/*
position: absolute;
right: 15px;
bottom: 10px;*/
}
.indietro {
background-image: url(../img/indietro_chart.png);
display: block;
height: 38px;
width: 81px;
line-height: 30px;
padding-left: 40px;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
background-repeat: no-repeat;

float:left;
/*
position: absolute;
left: 10px;
bottom: 10px;
*/
}
.right-size{
margin:10px 0 0 0;
text-align:center;
}
.right-size h2{
margin:0 0 10px 0;
font-size: 14px;
font-weight: bold;
color: #373737;
}
.tabs a {
	color: #FFFFFF;
}
#chart-taglie .titolo {
	left: 240px;
}
#chart-quantita .titolo {
	left: 360px;
}
#chart-carrello .titolo {
	left: 480px;
}
.bottoni input {
	font-size: 14px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
input.testo {
	line-height: 20px;
	height: 20px;
	border: solid 1px #6d6d6d;
}
#chart-quantita .avanti {
	background-image: url(../img/aggiungi_chart.png);
	width: 189px;
	padding-left: 15px;
}
#chart-carrello .avanti {
	background-image: url(../img/aggiungi_chart.png);
	width: 189px;
	padding-left: 15px;
}
#chart-quantita .bottoni input {
	width: 160px;
}
#chart-carrello .bottoni input {
	width: 160px;
}
