a{
	color:#999;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #900;
	text-decoration: underline;
}

.titolo{
	font-size:150%;
	font-weight:bold;
	color:#900;
}

/* classi */

.pad_menu{
	padding: .5em 0 .5em 0;
}

.margin_small{
	margin-left:10px;
}

.margin_small_right{
	margin-right:10px;
}

.margin_large{
	margin-left:20px;
}

.column1{
	width: 150px;
}

.column2{
	width: 410px;
}

.column3{
	width: 270px;
}
.column3b{
	width: 240px;
}

.column4{
	width: 290px;
}
.column4b{
	width: 320px;
}

.column5{
	width: 410px;
}
.column6{
	width: 130px;
}
.column7{
	width: 270px;
}

.grayline{
	border-bottom:1px solid #666;
	margin:2em 0 2em 0;
}
.redline{
	border-bottom:1px solid #900;
	margin:0 10px 1em 170px;
}

.redline_bottom{
	border-bottom:1px solid #900;
	margin:0 10px 1em 10px;
}

.redline_home{
	border-bottom:1px solid #900;
	margin:0 10px 1em 10px;
	font-size:1px;
	line-height: 1px;
	height: 1px;
}

.title_home{
	font-size:18px;
	color:#900;
	font-weight:bold;
	margin-bottom:.5em;
}

.poptext{
	background : White;
	width: 90;
	border : 1px inset #AC0305;
	font : 10px Verdana;
	color : #AC0305;
	padding : 3px;
}

.tbcol1{
	width:70px;
}
.tbcol2{
	width:50px;
}
.tbcol1,
.tbcol2{
	text-align:center;
	border-bottom:1px solid black;
	padding:.5em;
}

.black{
	font-weight: normal;
	color:#000;
}

/* contenitori */

#p_menuleft,
#p_menuleft_home{
	width:140px;
	float:left;
}

#p_menuleft li{
	
	border-bottom:1px solid #666;
	text-transform:uppercase;
	text-align:right;
	font-weight: bold;
}
#p_menuleft li a{
	color: #666;
	display: block;
	width:140px;
}
#p_menuleft li a div{
	padding:6px 10px 6px 0;
}
#p_menuleft a:hover,
#p_menuleft li:hover,
#p_menuleft li:hover a,
#p_menuleft strong,
#p_menuleft .hilight{
	color: #FFF;
	background-color: #900;
}

#p_content{
	width:580px;
	margin-left:20px;
	float:left;
}

#p_menutop{
	background: #900;
	text-transform:uppercase;
	font-weight: bold;
	border-bottom: 2px solid #666;
	color:#FFF;
}
#p_menutop td{
	text-transform:uppercase;
	font-weight: bold;
}
#p_menutop a:hover,
#p_menutop strong{
	color: #FFF;
}

#p_header{
	margin: 4em 0 4em 0;
}
#p_header_home{
	margin: 3em 0 4em 0;
}


#p_wines li,
#p_submenu li{
	margin-bottom:1em;
}
#p_wines strong,
#p_submenu strong{
	color: #900;
}
#p_wines .padsubmenu,
#p_submenu .padsubmenu{
	padding-left:15px;
}

#p_footer{
	margin-left:20px;
}
#p_sth{
	width:140px;
}


#p_search .input{
	width:98%;
	border:1px solid #666;
	background: #F5F5F5;
	margin-bottom:.5em;
}