/*
 * Layout a 2 colonne
 */

body { 
	font:11px verdana,helvetica,sans-serif; 
	margin:0; 
	padding:0;
	background-color: #DDA;
	background-image: url("img/bg_body.gif");
	background-repeat: repeat-x; 
	background-position: top;
}
input, textarea, select, option {
	font-size: 11px;
}

/* centrare la pagina web a larghezza fissa */
body { text-align:center }  
#testa { width:830px; margin:0px auto; text-align:left }
#corpo { width:830px; margin:0px auto; text-align:left }
#piedipagina { width:830px; margin:1em auto; text-align:left }

/* testa */
#testa { 
	background-image: url("img/bg_header_2.jpg");
	background-repeat: no-repeat; 
	background-position: top;
	background-color:#522;
	padding:0;
	height:140px;
	color: #FFC;
	border-left:1px solid #300; 
	border-right:1px solid #300; 
}

/* corpo */
#corpo { 
	position:relative; 
	background:#ffc; 
	border: 0px;
	padding-top: 5px;
}
#corpo-colonna1 { 
	position:absolute; top:0; left:0; 
	width:160px; 
	padding:0; 
	background:#ffc; 
}
#corpo-colonna2 { 
	margin:0 0 0 160px; 
	border-left:1px solid #300; 
	border-right:1px solid #300;
	background:#ffc; 
	padding:1em 0; 
	height: 450px;
	width:508px;
}
#corpo-colonna3 { 
	position:absolute; top:0; right:0; 
	width:160px; 
	padding:1em 0; 
}

/*pie' di pagina */
#piedipagina { 
	background:#eee; 
	border:1px solid #000; 
	padding:1em 0; 
}

/* testa */
#testa #menu {
	position:relative;
	top:102px;
	left:120px;
}
#testa #submenu {
	position:relative;
	top:113px;
	left:120px;
}
#testa a {
	color: #FFC;
	text-decoration: none;
	display: box;
}
#testa #menu a {
	margin: 0 1px;
	border-top: 1px solid #200;
	border-left: 1px solid #200;
	border-right: 1px solid #200;
	padding: 3px 5px 6px 5px;
	display: box;
}
#testa  #submenu a {
	margin: 0 3px;
	border-top: 1px solid #996;
	border-left: 1px solid #996;
	border-right: 1px solid #996;
	padding: 2px 5px 4px 5px;
	display: box;
}
#testa #menu a:hover {
	border-top: 1px solid #966;
	border-left: 1px solid #966;
	border-right: 1px solid #966;
}
#testa #submenu a:hover {
	border-top: 1px solid #FFC;
	border-left: 1px solid #FFC;
	border-right: 1px solid #FFC;
}
#testa #menu a.selected {
	background-color: #300;
	color: #FFC;
}
#testa #submenu a.selected {
	background-color: #FFC;
	color: #300;
}
#corpo a,
#corpo a:link,
#corpo a:active,
#corpo a:visited {
	color: #300;
	font-weight: bold;
	text-decoration: none;
}
#corpo a:hover {
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
#corpo #corpo-colonna1 div.box {
	background-image: url("img/bg_left.jpg");
	border-top: 1px solid #300;
	border-bottom: 1px solid #300;
	margin: 0 5px 0 5px;
	padding: 5px;
	width: 150;
	vertical-align: top;
}
#corpo #corpo-colonna1 h3 {
	margin: 0 5px 0 5px;
	background-image: url("img/bg_left_title.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 10px;
	height: 28px;
}
#corpo #corpo-colonna1 h3 .label {
	position:relative;
	top:8px;
	color: #300;
	font-size: 11px;
	font-weight: bold;
}
#corpo #corpo-colonna2 {
	background-image: url("img/bg_logo.gif");
	background-repeat: no-repeat; 
	background-position: 50% 50px;
	padding: 0;
}
div.lista-prodotto {
	padding: 5px;
}
.lista-prodotto .img {
	width: 120px;
	height: 120px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #FFF;
}
.lista-prodotto .label {
	text-align: right;
	color: #300;
	font-weight: bold;
	width: 100px;
	padding-right: 5px;
}
.lista-prodotto table {
	border-top: 1px solid #300;
	border-bottom: 1px solid #300;
	padding: 0;
	margin: 0;
}
.lista-prodotto table table {
	padding: 0;
	border:0;
	margin: 0;
}
.label {
	color: #300;
	font-weight: bold;
	vertical-align:top;
}
.prodotto {
	border-top: 1px solid #300;
	border-bottom: 1px solid #300;
	margin: 0 5px 0 5px;
}
.prodotto .img {
	width: 300px;
	height: 300px;
	float: left;
	background-color: #fff;
	margin-right: 10px;
	text-align: center;
}
.prodotto p {
	margin: 0;
	padding: 0 5px 5px 3px;
}
.prodotto p.note {
	background-color: #FF9;
	padding: 5px;
	clear: left;
}
.navcat {
	background-color: #DDA;
	padding-left: 5px;
	border-top: 1px solid #AA6;
	border-bottom: 1px solid #AA6;
	margin: 0;
}
h2 {
	padding: 0 0 0 5px;
	color: #300;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0 0 0 ;
}
h3 {
	padding: 0 0 0 5px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0 0 0 ;
}
.SubCatList {
	background-color: #EEB;
	padding-left: 5px;
	border-bottom: 1px solid #AA6;
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	font-size: 10px;
}
table.cart {
	padding: 0;
	margin: 0 ;
	width: 100%;
	border: 0;
}
table.cart td {
	padding: 2px 5px;
	margin: 0;
}
table.cart th {
	background-color: #300;
	padding: 2px 5px;
	margin: 0;
	color: #FFF;
	font-weight: normal;
}
.news {
	padding-left: 5px;
	background-color: #EEB;
	margin: 0;
	border-bottom: 1px solid #AA6;
	background-image: url("img/newspaper.gif");
	background-repeat: no-repeat; 
	background-position: bottom right;
}
.news p {
	padding: 0 10px;
}
h3.newstitle  {
	color: #300;
	border-bottom: 1px solid #AA6;
	margin-top: 8px;
}
.news .data {
	font-size: 10px;
	font-style: italic;
}
.forminfo {
	width: 100%;
	background-color: #EEB;
	margin: 0;
	border-top: 1px solid #AA6;
	border-bottom: 1px solid #AA6;
}
.forminfo td {
	padding: 5px;
}
.forminfo td.sel {
	background-color: #DDB;
}
.box {
	padding: 5px;
}
label.sconto {
	color: red;
	font-weight: bold;
}
label.barrato {
	text-decoration: line-through;
}
#alert {
	color: red ;
	font-weight: bold;
	padding: 5px;
}
table.foto {
	width: 100%;
	background-color: #EEB;
}
table.foto td {
	background-color: #DDB;
	padding: 5px;
	text-align:center;
}
div.banner {
	height: 30px;
	background-color: #DDB;
	margin: 5px;
}
.listino {
	font-weight:bold;
	color:#a00;
}
