/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a:link {
	color: #0B1E53;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #0B1E53;
}
a:active {
	text-decoration: none;
	color: #081D53;
}
h1 {
	font-size: 20px;
	color: #4C8CCF;
	padding-bottom:10px;
}

h2 {	
	font-size: 14px;
	color: #4C8CCF;
	padding:0 0 10px 0;
	margin-top:-5px;

	}
h3{
	padding:0 0 10px 0;
	margin:0;
	}

/* stili per i form*/

input[type=button], input[type=submit] { font-size: 11px; padding: 4px; margin: 0px 5px; background-color:#4C8CCF;color:#fff;}

input, textarea { font-size: 12px; padding: 4px; border:1px solid #CCCCCC } 



/*elementi del sito*/


#container {
	width:800px;
  margin: 0 auto;
}

#containerGnd {
  float:left;
  background-image:url(/immagini/contentGnd.png);
}

#header {
  overflow:hidden;
  height:300px;
  text-align:center;
  margin:0 auto;
}


#sx {
	float: left;
	width:200px;
}

#content {
	float: left;
	width:375px;
	padding:20px;
}

#dx {
	float: left;
	width:165px;
	padding:10px;
	font-size:11px;
}



#footer {
	clear:both;
	text-align:center;
	color:#FFFFFF;
	background-color:#4C8CCF;
	height:25px;
	padding:10px 0 10px 0;
	width:800px;
	margin:auto;
	font-size:11px;
}

.sx {
	border-left:1px solid #cccccc;
	border-right: 1px dotted #CCCCCC;
}

.content {
	border-right: 1px solid #CCCCCC;
	padding: 20px 30px 0px 30px;
	}
	
	
	
	
/* Stili per la navigazione */


#menu{
	text-align:left;
}
	
.menuitem{
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 10px 10px 0px;
	color:#666666;
	font-weight:bold;
}	

.menuitem_special{
}

.menuitem_special:link{
	color:#e8197a;
}

.menuitem_special:hover{
	color:#e8197a;
}
	
/*Stili per le news*/

#news {
	text-align:left;
}

body {
	background-color: #FFFFFF;
	background-image: url();
}


/* stili per il negozio*/

.path {
	font-size: 10px;
	padding-top:10px;
	}

.speciale {color: #4c8ccf}

.nome_prodotto {
	font-weight: bold;
	}

.dettagli {color: #4c8ccf; font-size: 10px; }

.disponibilit� {color: #4c8ccf; font-size: 10px; }

.spedizione {font-size: 10px}

.borderbottom {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:15px;
}

.borderboth {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}

/* ddd*/


.nome_categoria {
	background-color:#4C8CCF;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	padding:10px;
	
}

.nome_categoria  a {
	color:#FFFFFF;
	text-decoration:none;	
}

.evid {
	color:#0B1E53;
}

.evid2 {
	color:#e8197a;
}

.big_text{
	font-size:18px;
	color:#e8197a;
	}
	
.evidbox {
	border: 3px solid #4c8ccf;
	background-color:#9fc0e3;
	padding:20px;
	color:#0e335b;
	}
	
#banner{
	float:left;
	}

#site {
	float:left;
}

.field {
	width:150px;
	margin:5px 10px 5px 0;
	font-size:11px;
	color:#666;
	}
