BODY {
	WIDTH: 100%;
	HEIGHT: 100%;
	MARGIN: 0px;
	BACKGROUND: #ffffff;
	FONT-SIZE:11px;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
}
td {
	FONT-SIZE:12px;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	/*text-align:left;*/
}
a,a:visited {
	color:#666666;
}
a:hover {
	color:#000000;
}

#msgerror {
	color:#FF0000;
	font-style:oblique;
}
#header {
	BACKGROUND: #efefeb;
}
#footer {
	width:100%;
	BACKGROUND-COLOR: #efefeb;
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 5px;
	TEXT-ALIGN: center;
	BORDER-TOP: #aaa 1px solid; 
	BORDER-BOTTOM: #aaa 1px solid; 
}
#content {
	padding-top:25px;
	padding-bottom:25px;
	BACKGROUND: #ffffff;
}.LineSeparator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#button {
	border:none;
	width:255px;
	height:36px;
	background:url(../images/bg_button.png);
	background-repeat:no-repeat;
	color:#6c6e6f;
	font-weight:bold;
	padding-top:13px;
}

.button {
	border:none;
	width:255px;
	height:36px;
	background:url(../images/bg_button.png);
	background-repeat:no-repeat;
	color:#6c6e6f;
	font-weight:bold;
	padding-top:5px;
}

#button a,
#button a:visited {
	color:#666666;
	text-decoration:none;
}

#button a:hover {
	color:#333333;
}

.title {
	font-size:12px;
	height:30px;
	padding:8px;
	color:#ffffff;
	text-transform:capitalize;
	background-color:#666666;
	font-weight:bold;
	margin-bottom:15px;
}

.scala_taglie_misura {
	background-color:#0066CC;
	color:#FFFFFF;
}

.scala_taglie_girovita {
	background-color:#FF9933;
	color:#333333;
}

.scala_taglie_header {
	background-color:#cccccc;
	color:#000000;
}

#scala_taglie_tab td {
	border:#efefef solid 1px;
}

.button_red {
	width:131px;
	height:35px;
	background-image:url(../images/bg_button_red.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
}

.button_red a, .button_red a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.button_red a:hover, .button_grey a:hover {
	color:#cccccc;
}

.button_grey {
	width:131px;
	height:35px;
	background-image:url(../images/bg_button_grey.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
}

.button_grey a, .button_grey a:visited {
	color:#000000;
	text-decoration:none;
}
