@charset "utf-8";
/* CSS Document */




/* CONTENT TXT */
#content_txt {
	float:left;
	width:580px;
	margin: 0;
	height: auto;
	padding:10px;
	font-size: 13px;
	text-align: justify;
	line-height: 15px;
	line-height:18px;
	background-image:url(../images/content_txt_carrello.gif);
	background-repeat:no-repeat;
	position:relative;
}

#content_txt h1{
	font-size: 16px;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px 0px 15px 0px;
	margin:25px 0px 0px 0px;
	letter-spacing:1px;
	word-spacing:2px;
}

#content_txt h2{
	font-size: 18px;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	padding:5px 2px 5px 2px;
	margin:20px 0px 10px 0px;
	letter-spacing:1px;
	word-spacing:2px;
	display:block;
	background-color:#d1dada;
	color:#333;
	
}

#content_txt h1 a {
	text-decoration:none;
	font-weight:normal;
	border-bottom: 1px solid #a7c2d3;
}

#content_txt h1 a:hover, #content_txt h1 a:active {
 color: #a3bbba;
 text-decoration:none;
 font-weight:normal;
 border-bottom:0px;
}



/* TXT */

#txt {
	margin:15px 10px 20px 10px;
}

#txt img {
	padding:15px;
	margin:5px;
}

#txt a:link,#txt a:visited{
	/*border-bottom: 1px dashed #7c99ab;*/
	text-decoration:none;
	color:#314b5c;
	font-size:13px;
	font-weight:bold;
}

#txt a:hover,#txt a:active{
	text-decoration:none;	
	border-bottom: 0px;
 	color: #a3bbba;
}

#txt b{
 	color: #7c99ab;
}

#txt li{
	list-style-type:square;
	border-bottom:#314b5c solid thin;
	padding: 5px 25px 5px 0px;
}

#txt ul{
	margin-left:2px;
	padding:0px 45px 0px 45px;
}

*:first-child + html #txt li /* solo IE 7.0 */ {
	padding-left:0px;
}


/* CSS FORM */

.input_preventivo, .select_preventivo {
	font-family: "Century Gothic", Arial, "trebuchet MS";
	font-size: 12px;
	border: #a8a8a8 1px solid;
	padding:2px;
	margin:0px 5px 2px 5px;
}

select {
	width:230px;
}

.input_preventivo {
	background-color: #e6e9e9;
	width:223px;
}

.select_preventivo {
	background-color: #e6e9e9;
}

.textarea_preventivo {
	background-color: #e6e9e9;
	width:500px;
	padding:5px;
	margin:10px 0px 10px 15px;
	border: #a8a8a8 1px solid;
	font-size: 12px;
}

/*CSS ORDINE*/

#inoltro_ordine{
	border: none;
	font-size:12px;
	line-height:13px;
	text-align:justify;
	width:100%;
}

#inoltro_ordine span{
	border: none;
	font-size:9px;
	line-height:13px;
}

#inoltro_ordine td{
	padding-bottom: 5px;
}

#registra {
	padding-bottom: 5px;
	width:100%;
	text-align:center;
}

.bottom_carrello {
	border:none;
	display:block;
	background: url(../images/bottom_ordina.gif) center top no-repeat;
	text-align:center;
	width: 180px;
	height: 46px;
	text-transform:uppercase;
	font-size:12px;
	color:#333;
	valign: middle;
	text-align:center;
	margin:auto;
}

.bottom_carrello:hover {
	background: url(../images/bottom_ordina_hover.gif) center top no-repeat;
	color:#e1e1e1;
}	

#table_riepilogo td{
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	font-size:15px;
	color:#CC0000;
}


#tabbed_box {
	margin: 0px auto 0px auto;
	width:300px;
}

ul.tabs {
	margin:0px; padding:0px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}

ul.tabs li a {
	background-color:#6F7774;
	color:#CCCCCC;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #464c54;
}
ul.tabs li a:hover {
	background-color:#2f343a;
	border-color:#2f343a;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #464c54;
	border-bottom: 1px solid #ffffff;
}

.content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #464c54;
}
#content_2, #content_3 { display:none; }

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}


.table_pagamenti{
	margin: 20px 0px 10px 0px;
	border-bottom: #333 1px solid;
}



.riga_iniziale{
	background-color: #6f7774;
	color:#FFF;
	font-size:15px;
	letter-spacing:1px;
	height:20px;
}

