/* !reset */
@import url(blueprint/src/reset.css);
@import url(blueprint/src/typography.css);

body  {
	color: #666;
	background: #fff url(../images/bg_body.gif) repeat-x top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
html {
	overflow-y:scroll;
}
A {
	color: #666;
	text-decoration: underline;
}
A:focus,
A:hover {
	color: #333;
	text-decoration: none;
}

input  {
 vertical-align:middle;
}
input.text_field, textarea {
	padding:2px;
	font:12px Verdana,Arial,Helvetica,sans-serif;
	background:#fff;
	color:#222;
	border:1px solid #bbb;
}
input.text_field:focus, textarea:focus { 
	background:#eee;
	border-color:#999;
}
select {
	background:#fff;
	color:#222;
	border:1px solid #bbb;
}
.section-title {
	border-bottom:1px solid #c00;
}
.box-title p {
}
.box-title a {
	float:right;
}
.clearfix {
	clear:both;
}
.error, .errore {
	color:#c00;
	font-weight:bold;
}
h1,h2,h3,h4,h5,h6 {
	color: #999;
}
h4 {
	font-weight:bold;
}
H1,
.titolo_sezione   {
	font-size: 16px;
	margin: 7px 0;
	font-weight: bold;
}
#bussola  {
	color:#777;
	font-size:11px;
	margin-bottom:1em;
	background:#e1e1e1 url(../images/bgBussola.png) no-repeat 0 0;
	padding-left:24px;
	line-height:20px;
}
#bussola a {
	color:#777;
}
#bussola a:hover  {
	color:#333;
}
/* utilities */
.mir {
	display:block;
	overflow:hidden;
	outline:none;
	text-indent:-9999em;
}
/* layout */
#wrap {
	margin: 0 auto;
	padding: 0;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 143px;
	position: relative; 
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#header #links {
	position: absolute;
	top: 35px;
	right: 20px;
	width: 140px;
	font-size: 10px;
}
#header #links A {
	display: block;
	text-decoration: none;
	margin: 5px 0;
	color: #666;
}
#header #links A:hover {
	color: #333;
}

#tripadvisor {
    position: absolute;
    top: 30px;
    right: 325px;
    width: 30px;
    padding: 5px 10px 0 0;
}

#lingue {
	position: absolute;
	top: 20px;
	right: 170px;
	width: 30px;
	border-right: 1px solid #fff;
	padding: 5px 10px 0 0;
}
#lingue A {
	margin: 5px 0;
}
#contentarea {
	clear: both;
	width: 100%;
	overflow: hidden;
	color: #222;
}
#content-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 10px; 
    height: auto !important;  /* per i browser moderni */
    height: 500px;      /* per IE5.x e IE6 */
    min-height: 510px;  /* per i browser moderni */
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	/*float: left;*/
	width: 230px;
	padding: 30px 10px 0 0; 
}
#maincontent {
	position: absolute;
	top: 0;
	left: 0;
	/*float: right;*/
	margin-left: 230px; 
	width: 680px;
	padding: 0 15px 10px 15px;
	position: relative; 
	color: #666;
}
#indirizzo {
	font-size: 10px;
	text-align:left;
	color: #999;
	padding: 10px 0 30px 20px;
	margin: 0;
}
#indirizzo A {
	text-decoration: none;
	color: #999;
}
#indirizzo A:hover {
	text-decoration: none;
	color: #333;
}
/* home */
#home {

}
#sub_col {
	float: right;
	margin: 30px 0 0 10px;
	width: 230px;
	border-top: 1px solid #ddd;
	/*border-bottom: 1px solid #ddd;*/
	padding: 10px 15px;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}
/* bottone oro sotto sub_col*/
.button a{
	color:#FFFFFF;
	margin-left:40px;
	font-size:15px;
	font-weight:bold;
	width:100px;
	background-color:#D1A340;
	padding:5px 5px;
	text-decoration:none;
}
.button a:hover{
	background-color:#EEB422;
}
#foto-home {
	width: 406px;
	height: 378px;
}
#foto-home IMG {
	border: 1px solid #ccc;
	padding: 3px;
	width: 400px;
	height: 372px;
}
IMG.slogan {
	margin: 10px 0 0 0;
	padding: 0;
}
#home H3 {
	font-size: 17px;
	font-weight: normal;
}
/* menunav */
#menunav {
	padding: 0;
	margin: 0;
}
#menunav UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menunav UL LI {
	display: block;
	margin: 0;
	padding: 0;
}
#menunav UL LI A {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
}
#menunav UL LI A:hover {
	color: #666;
}
/* MENU SX */
#menucat UL {
	list-style-type: none;
	padding: 0;
	margin: 0; 
}
#menucat UL LI {
	display: block;
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #ccc; 
}
#menucat UL LI A {
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #666;
	font-size: 11px;
}
#menucat UL LI A.current {
	font-weight: bold;
}
#menucat UL LI A:hover {
	font-weight:bold;
}
#menucat UL UL LI A {
	padding-left: 25px;
	font-weight: normal;
}
#menucat UL UL UL LI A {
	padding-left: 45px;
}
#menucat UL UL UL UL LI A {
	padding-left:65px;
}
#menucat UL UL UL UL UL LI A {
	padding-left:85px;
}
#menucat UL UL UL UL UL UL LI A {
	padding-left: 105px;
}

/*boxcat*/
#boxcat UL {
	list-style-type: none;
	padding: 5px 10px;
	margin: 40px 0 0 0;
	border: 1px solid #ccc;	
}
#boxcat UL LI {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 25px;
}
#boxcat UL LI A {
	text-decoration: none;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
}
#boxcat UL LI A:hover {
	font-weight: bold;
}
#meteo {
	list-style-type: none;
	text-decoration: none;
	width: 200px;
	font-size: 11px;
	color: #666;
	margin: 5px 0;
	padding: 5px 15px;
	border: 1px solid #ccc;	
}
/* header */
#logo  {
	width:312px;
	height:90px;
	position:absolute;
	top:30px;
	left:0px;
}
#logo a.mir {
	width:312px;
	height:90px;
	background:url(../images/logo.gif) no-repeat 0 0;
}
#slogan {
	width:440px;
	height:150px;
	position:absolute;
	top:0px;
	right:0px;
	background:url(../images/slogan.jpg) no-repeat 0 0;
}
/* footer */
#footer {
	line-height: 20px;
	padding: 5px;
	border-top: 1px solid #ddd;
	font-size: 10px;
	text-align: center;
	color: #999;
	margin: 0 auto; 
	width: 950px;
	margin: 30px 0 0 0;
}
#footer A {
	color: #999;
}
#footer A:hover {
	color: #333;
}
#ragsoc {
	color: #666;
}
/* !categorie prodotti */
.item-cella {
	float:left;
	width:160px;
	height:150px;
	padding:9px;
	border:1px solid #ddd;
	text-align:center;
	margin:0 20px 20px 0;
	background:#eee;
	font-weight:bold;
}
.item-cella.hover {
	border-color:#ddd;
	background:#ddd;
}
.item-cella .immagine  {
	height:105px;
	width:150px;
}
.immagine-laterale {
	float:right;
}
.immagine-laterale img {
	margin-left:10px;
}
.wrapper-elenco {
	clear:both;
}
/* gallery */
.image-gallery {
	clear:both;
}
.image-gallery h4 {
	padding:0.5em 0;
	margin:0;
}
.gallery-item {
	float:left;
	width:110px;
	height:110px;
	margin:10px 10px 0 0;
}
.gallery-item a img {
	padding:4px;
	border:1px solid #ddd;
	background:#eee;
}
.gallery-item a:hover img {
	background:#ddd;
	border-color:#ddd;
}
/* elenco a righe */
.item-elenco  {
	float:left;
	width:100%;
	padding:1em 0;
	border-bottom:1px solid #ccc;
}
.item-elenco:last {
	border-bottom:none;
}
.item-elenco .titolo {
	margin-bottom:0.5em;
}
.item-elenco p.data {
	margin:0;
	color:#666;
	font-size:11px;
}
.item-elenco .immagine {
	float:right;
}
.item-elenco .immagine img {
	margin-left:10px;
}
/* dove siamo */
#mappagoogle {
	text-align:center;
}
#mappagoogle iframe {
	width:100%;
}
/* contattaci */
.contact-form fieldset {
	border:0;
	padding:1em 0;
}
.contact-form h5 {
	margin-bottom:1em;
	border-bottom:1px solid #ccc;
}
.contact-form ul {
	margin:0;
	padding:0;
}
.contact-form li {
	clear:both;
	padding-bottom:4px;
	width:100%;
	overflow:hidden;
	list-style-type:none;
	margin:0; 
}
.contact-form .label {
	float:left;
	width:15em;
	color:#666;
}
.contact-form .text_field, .contact-form textarea {
	width:24em;
}
.contact-form em {
	color:#f33;
}
.align-to-label { 
	margin-left:15em;
}
#fs_pulsanti {
	margin-left:15em;
}
#fs_pulsanti input,#fs_pulsanti button {
	background:#26368a;
	border:1px solid #16267a;
	font:bold 12px Arial,Helvetica,sans-serif;
	padding:2px 40px; color:#fff;
}
.error { 
	font-weight:bold;
	color:#f00;
}
.success {
	font-weight:bold;
	color:#0f0;
}
/* sitemap */
#sitemap ul  {
	font-weight:bold;
	color:#5E7899;
}
#sitemap ul ul {
	font-weight:normal;
}
#sitemap ul a {
	color:#1d3555;
}
#sitemap ul a:hover {
	color:#2a77dd;
}
/* carrello */
.tableCarrello {
	border-collapse:collapse;
}
.tableCarrello thead th {
	background:#c00;
	color:#fff;
}
.tableCarrello .tbody td {
	padding:3px 10px;
	border:1px solid #ccc;
}
.tableCarrello .narrow {
	white-space:nowrap;
	width:1%;
	text-align:center;
}
.tableCarrello .tot {
	font-weight:bold;
}
.tableCarrello .tfoot {
	font-style:normal;
}
.tableCarrello .tfoot .tlTotale {
	text-align:right;
}
.tableCarrello .tfoot .tot {
	text-align:center;
	font-size:18px;
	color:#333;
}
.cart-form ul { 
	list-style-type:none;
	margin-left:0;
}
.cart-form li {
	line-height:2.2em;
}
.cart-form .label {
	float:left;
	width:18em;
}
.empty-cart {
	color:#d00;
	font-size:1.2em;
	font-weight:bold;
}
.info-cart {
	padding:10px 10px 10px 50px;
	border:1px solid #ddd;
	background:#eee url(../images/cart.gif) no-repeat 10px center;
	width:300px; 
}
.info-cart em {
	color:#555;
}
.add-to-cart {
	padding:4px 10px;
	background:#c00;
	border:0; 
	color:#fff;
	font:bold 12px arial,helvetica,sans-serif; 
}
/* Box Search */
#box-search	{
}
/* box-newsletter */
#box-newsletter	{
}
/* box-login */
#box-login	{
}

.pno{
	display: none;
}

