/*stili struttura principale */

body
{
	margin: 0px;
	font: 12px Tahoma, Arial;
	color: black;
	background-color: #b0b0b0;
}

a, a:hover
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #ccc;
}

ul{
	list-style-type: disc;
}



#left ul, #tabs_carrello ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#container
{
	width: 100%;
	height: 100%;
}

#mainContent {
	margin: 0px auto;
	width: 955px;
	height: auto;
	background-color: #f3f3f3;
}

#header
{
	width: 955px;
	height: 115px;
	/*background-image: url('../immagini/grafica/testata.jpg');*/
	overflow: hidden;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;

}

#headclick
{
	width: 400px;
	height: 100px;
	background-color: transparent;
	cursor: pointer;
}

#menutop
{
	position: absolute;
	top: 78px;
	left: 300px;
	width: 650px;
	text-align: right;
	color: #cccccc;
	font-weight: bold;
	vertical-align: middle;
}

#menutop a{color: #cccccc;}
#menutop a:hover{color: #ffffff;}

input.testatacerca
{
	background-image: url('../immagini/grafica/input_cerca.jpg');
	border: 0px;
	height: 16px;
	width: 168px;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
}

#body
{
	overflow: hidden;
	min-height: 800px;
}

#left
{
	float: left;
	width: 250px;
}

#content
{
	width: 680px;
	margin-left: 265px;
	padding-right: 5px;
	height: 100%;
	overflow: hidden;
	/*border: thin solid red;*/
}



#footer
{
	width: 945px;
	margin-top: 10px;
	height: 100px;
	padding-top: 4px;
	padding-right: 10px;
	color: #333333;
	text-align: right;
	font-size: 10px;
}

#footer a{ color: #333;}
#footer a:hover{ color: #666;}

#footer p
{
	font-size: 12px;
}

.warning
{
	font-size: 14px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}


.errors
{
	font-size: 10px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}


div.login
{
	text-align: center;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}

.login input[type=text], .login input[type=password]
{
	border: 1px solid #999;
	font-size: 10px;
	width: 120px;
}

.login .label
{
	margin-left: 30px;
	float: left;
	width: 40px;
}
	
.login .link
{
	text-align: right;
	padding-right: 2px;
	clear: both;
}

.titoloSezione
{
	font-size: 16px; color: #999999; text-align: center; margin-bottom: 10px;
}

.sottotitolo, h2
{
	font-size: 14px; 
	color: #000; text-align: center; margin-bottom: 10px; margin-top: 20px;
	font-weight: bold;
	background-color: #ffcc00;
	padding: 2px; 
}


/* iscrizione mailing */

#mailing_index
{
	text-align: center;
	width: 100%;
}

#mailing_index .etichetta
{
	float: left;
	text-align: left;
	margin-left: 240px;
	width: 50px;
}

#mailing_index .valore
{
	text-align: left;
	margin-left: 300px;
}

#mailing_index div
{
	padding: 2px;
}

/* fine mailing */


/* modifica/registra dati */


.taedoFormLabel
{

	text-transform: capitalize;
}

.taedoFormInput
{
	min-height: 30px;
}


#div_utenti
{
	margin-left: 10px;	
}

.taedoFormContainer
{
	float: left;
	margin-right: 20px;

}

#submitbutton
{
	position: relative;
	left: 270px;
	background-color: #ffcc00;
	padding: 2px;
	width: 100px;
	font-weight: bold;
	margin: 0px auto;
	text-align: center;
	color: #333;
	align: center;
}

input, textarea
{
	border: 1px solid #999;
}

input[type=image]{border: 0px;}

input:focus, textarea:focus
{
	background-color: #fffbbd;
}

div.separatore
{
	clear: both;
}

div.privacy
{
	border-top: 1px solid #ccc;
	margin-top: 10px;
	margin-right: 30px;
	padding-top: 20px;
	overflow: hidden;
}

.privacy iframe
{
	width: 620px;
	height: 60px;
	overflow: scroll;
	border: 1px solid #333;
	padding: 2px;
}

#taedoFormInputPrivacy
{
	width: 640px;
	text-align:  center;
}
