* {
	padding:0;
	margin:0;
}

html {
        margin: 0;
        padding: 0;
}
	
body {
    background-image: url(../img/sfondo.jpg);
	background-color:  #441F44;
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left !important;
}

.centered{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.main{  
    background-color: #745195;
}

.blue{
	color: blue;
}

.gray{
	color: #745195;
	font-weight: bold;
}

.big{
	font-size: 14px !important;
}

.menu2{
	color: white;
	border-bottom: 1px dotted white;
	text-align: left;
	
}

.menu2 a{
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.cat_selected{
	color: yellow !important;
}

.titoletti{
	background-color: #745195;
	
}

* html .vetIEright{
	padding-right: 5px;
}


*:first-child+html .vetIEright{
	padding-right: 5px;
}


/**solo IE 7*/
*:first-child+html .vetIEleft{
	padding-left: 5px;
}


.container{
	border-left: 1px solid black;
	border-right: 1px solid black;
	color: white;
}

.container a{
	color: yellow;
}

.navigator{
	color: white;
	font-size: 14px;
	/*font-weight: bold;*/
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
}

.navigator a{
	color:white !important;
	font-weight: bold;
	text-decoration: none;
}
.navigator a:hover{
	color:  #441F44 !important;
	font-weight: bold;
	text-decoration: none;
}
.prodotti{
	border: 1px solid black;
}
.whiteborder{
	/*border-left: 1px solid black;
	border-right: 1px solid white;*/
	margin-left: auto;
	margin-right: auto;
	
}
.sfondo_prodotti{
	background-color: #9E86B5;
}

.news_cont{
	padding-left: 4px;
	background-color: #9E86B5;
}

.news{
	height: 420px;
	overflow: auto;
	font-size:12px;
	font-weight: bold;
	color: white;
}

.news_titoletto{
	color: yellow;
	font-weight: bold;
}

.message{
	color: white;
	font-size:11px;
	text-align: center;
}

.mailing_txt{
	margin-left: 4px;
	margin-right: 4px;
	color: white;
	font-size: 10px;
	line-height: 14px;
}

.mailing_txt input{
	font-size: 9px;
}

.mailing_txt a{
	text-decoration: none;
}

.mailing_div{
	margin-top: 6px;
	margin-bottom: 6px;
}

.vet_txt{
	padding-left: 5px;
	font-size: 11px;
	color: white;
	font-weight: bold;
}

.vet_name{
	color: yellow;
	font-weight: bold;
}

.vet_txt a{
	color: yellow;
}

.right{
	text-align: right;
}

.vet_topleft{
	border-right: 0px solid white;
	border-bottom: 0px solid white;
	padding-right: 5px;
}
.vet_topright{
	border-bottom: 0px solid white;
	padding-left: 5px;
	padding-right: 5px;
}
.vet_botleft{
	border-right: 0px solid white;
	padding-right: 5px;
}
.vet_botright{
	padding-left: 5px;
	padding-right: 5px;
}
.vetrina_table{
	padding-right: 5px;
	padding-left: 5px;
}

* html .vetIEleft {
	margin-left: 5px;
}

* html .vetIEright {
}

.index_tables{
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #9E86B5;
}

#table_vetrina{
	height: 100%;
	min-height: 100%;
}

#index_bottom_cell{
	background-color: #745195; 
	border-left: 1px solid black; 
	border-right: 1px solid black;
}

#cella_vetrina{
	background: url(../immagini/Tit_vetrina.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 500px;
}

#cella_mailing {
	background-image: url(../immagini/Tit_mailing.gif);
	background-repeat: no-repeat;
	height: 30px;
}

#cella_news {
	background-image: url(../immagini/Tit_news.gif);
	background-repeat: no-repeat;
	height: 30px;
}

#titolo{
	color: white
	text-align: center;
}

.ordina{
	font-size: 12px;
}

.form_mailing{
	vertical-align: center;
}

#dati{
	margin-left: 5px;
	margin-right: 5px;
	background-color: #9E86B5;
	border-spacing: 4px;
}

html>body #dati {
	width: 980px;
}

#dati th{
	background-color: #745195;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
}

#dati td{
	width: 90%;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}

#dati td input,select{
	font-size: 12px;
}

#form_submit{
	font-size: 12px;
}

