html {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background:#e5e5e5 url(../../images/layout/html.gif) repeat-x scroll 0 bottom;
	text-align: center; 
}

body {
	margin:0; 
	padding:0; 
	font-size:13px;		
	text-align: center; 
	background:transparent url(../../images/layout/body.gif) repeat-x scroll 0 0;
}

table, td, th {
	border: 0;
}

div#container{
	text-align:left;
	min-height:600px;
	width:695px;
	padding:15px 20px;
	margin:0 auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;				
	color:#fff;
	background:#1265a0 url(../../images/layout/middle_bg.gif) scroll repeat-x 0 0;
}


/*stili specifici per il layout colonna menu sinistra*/
div#navigationleft{
	margin-right: 530px;
}

div#contentright{
	float:right; 
	width: 530px; 
}

/*stili specifici per il layout contenuti menu sinistra*/
div#navigationright{
	float:right; 
	width: 265px; 
	border-left: 1px solid rgb(228, 228, 228); 
	padding-left: 12px; 
	/*margin-left: 10px; */
	text-align: center;
}

div#contentleft{
	margin-right: 285px;
}

a:link, a:visited { 
	color:#FFF; 
	font-weight:bold;
}
a:hover { color:#FFFF00; }	

img {
	border: 1px solid #ffffff;
}
/* ================================================= */
/* Header						                     */
/* ================================================= */
#header {
	margin:0 auto;
	width:737px;
	text-align:center;
	color:#fff;
}

div#header h1, h2 { display:none; }

div#top { 
	text-align:right; 
	padding-top:15px;
	height:94px;
	background:transparent url(../../images/layout/logo_ba.gif) scroll no-repeat left 32px;
}

div#top a:link, #top a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	font-size:11px;
	margin-left:15px;
	padding-left:35px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
}


div#top #home:link, div#top #home:visited {	background-image:url(../../images/layout/top_home.gif);	}
div#top #about:link, div#top #about:visited {	background-image:url(../../images/layout/top_about.gif);	}
div#top #info:link, div#top #info:visited {	background-image:url(../../images/layout/top_info.gif);	}	
div#top #riservata:link, div#top #riservata:visited {	background-image:url(../../images/layout/top_lock.gif);	}	
div#top #italiano:link, div#top #italiano:visited {	background-image:url(../../images/italiano.jpg);	}	
div#top #inglese:link, div#top #inglese:visited {	background-image:url(../../images/inglese.jpg);	}	

div#top a:hover { text-decoration:underline; }
div#top span { display:none;	}

/* ================================================= */
/* Footer  						                     */
/* ================================================= */
#footer {
	clear:both;
	margin:0 auto;
	width:737px;
	background:transparent url(../../images/layout/footer.gif) scroll no-repeat center 0;
	text-align:center;
	padding-top:40px;
	padding-bottom:10px;
	font-size:11px;
	color:#fff;
	height: 84px;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#fff;
	font-size:12px;
	margin:7px;
}
#footer a:hover { text-decoration:underline; }	

/* ================================================= */
/* Menu  						                     */
/* ================================================= */
#menu {
	text-align:center;
	background:transparent url(../../images/layout/menu_bg.gif) no-repeat 0 bottom;
	height: 66px;
	width: 737px;
}

#menu a:link, #menu a:visited { 
	display:block;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-right:5px;
	padding-top:12px;
	width:161px;
	height:24px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

#menu a:hover { 
	color:#07366e;
	border-bottom-color:#ffc43b;
}

#menu .sel:link, #menu .sel:hover, #menu .sel:visited{
	color:#07366e;
	border-bottom-color:#ffc43b;
	background:url(../../images/layout/menu_click.gif) no-repeat 0 0; 	
}

#menu .fadeon {
	background:url(../../images/layout/menu_on.gif) no-repeat 0 0; 	
	position: absolute;
	top: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-right:5px;
	padding-top:12px;
	width:161px;
	height:24px;
	overflow: hidden;
}

#menu .fadeoff {
	background:transparent url(../../images/layout/menu_off.gif) no-repeat 0 0;
}

#menu ul li {
	display: inline;	
}

#menu ul{
	position: relative;
	padding: 0;
	margin:0 auto;
	width:659px;
	overflow: hidden; 
    list-style-type: none;
	height: 66px;
}


/* ================================================= */
/* Content						                     */
/* ================================================= */
div#content h3, div#contentleft h3, div#contentright h3 {
	border-bottom:1px solid #FFFF00;
	color:#FFFF00;
	font-size:18px;
	margin:0 0 10px;
	padding-top:10px;
	text-align:right;
}

h3 {
	display:block;
	font-size:1.17em;
	font-weight:bold;
	margin:1em 0;
}

/* ================================================= */
/* Catalogo						                     */
/* ================================================= */
#catList {
	float:left;
}	
#catList img {
	float:left;
	margin-right:15px;
	border:1px solid #e6e6e6;
}		
#catList div {
	clear:left;
	padding:10px;
	margin-bottom:5px;
	border:1px solid #8a8a8a;
	height:80px;
	width:485px;
}
	
html>body #catList div { width:500px; }

#catList h5 {
	margin:0;
	font-size:12px;
}			
#catList p { margin:0; }

#prodList div {
	width:100px;
	height:70px;
	padding:15px;
	float:left;
}
html>body #prodList div { 
	width:100px; 
	height:100px;
}
#prodList img {
	display:block;
}	
#prodList h5 {
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:10px;
}	
#prodList h5 a:link, #prodList h5 a:visited {
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
}	

#price span { 
	color:#ffc43b;
	font-weight:bold;
	float:left;
	padding-top:3px;
	padding-right:5px;
}
#price img { border:0; }
#buyNow { 
	text-align:right; 
}
#buyNow a:link, #buyNow a:visited { 
	padding-left:25px;
	background:transparent url(../../images/layout/cart.gif) scroll no-repeat left center;
}	

#mercatinoUser div {
	width:242px;
	float:left;
	margin:5px;
}
html>body #mercatinoUser div { 
	width:248px; 
	height:auto;
}	
#mercatinoUser h5 {
	padding:3px;
	margin:0 0 7px 0;
	background-color:#FFFFFF;
	color:#000066;
}		


#mercatinoList div {
	border:1px solid #FFF;
	width:242px;
	height:143px;
	float:left;
	margin:5px;
}
html>body #mercatinoList div { 
	width:248px; 
	height:auto;
	min-height:143px;
}	
#mercatinoList img {
	float:left;
	border:1px solid #e6e6e6;
	margin:5px;
}	
#mercatinoList p {
	margin:7px 5px;
	padding-top:2px;
}		
#mercatinoList h5 {
	padding:3px;
	margin:0 0 7px 0;
	background-color:#FFFFFF;
	color:#000066;
}		

/* ================================================= */
/* Bradcrumbs  						                     */
/* ================================================= */
#breadCrumbs {
	font-size:10px;
	text-transform:uppercase;
}
.back {
	font-size:10px;
	text-transform:uppercase;
	text-align:right;	
}
	
/* ================================================= */
/* Carrello  					                     */
/* ================================================= */
table.grid			{ width: 100%; font-family: arial,verdana,tahoma,ms sans serif; font-size:12px; border-collapse: collapse; }
table.grid th		{ font-weight: bold; border: 1px solid #ffffff; padding: 1px; color: #07366E }
table.grid td		{ border: 1px solid #ffffff; padding: 1px; }

span#button {
	border: 1px solid #07366E;
	background-image:  url('../../images/btn_off.gif');
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding: 3px 40px;
	font-family: tahoma, verdana, arial;
	cursor: pointer;
}

span#button:hover {
	border: 1px solid orange;
	background-image:  url('../../images/btn_on.gif');
	color: #07366E;
}


/* ================================================= */
/* Form  						                     */
/* ================================================= */
fieldset legend {
	color: #ffffff;
	font : bold 14px Helvetica, sans-serif;
	padding : 5px 5px;
	text-transform : uppercase;
}

form label {
	display : block;
	float : left;
	width : 35%;
	padding : 0 5px 0 0;
	margin : 6px 0 0;
	text-align : right;
}

form fieldset {
	border:1px solid #FFFFFF;
	display:block;
	margin-left:2px;
	margin-right:2px;
	padding:0.35em 0.625em 0.75em;
}

form dfn {
	margin : 0 10px;
}

form input, form textarea {
	width : 55%;
	margin : 5px 0 0 0;
	border: solid 1px #b3b3b3;
}

div.buttons{
	width: 100%;
	text-align: center;
}

div.buttons input {
	border: 1px solid #07366E;
	background-image:  url('../../images/btn_off.gif');
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	cursor: pointer;
	color: #ffffff;
}

div.buttons input:hover {
	border: 1px solid orange;
	background-image:  url('../../images/btn_on.gif');
	color: #07366E;
}

.checkbox {
	width : 20px;
	margin : 2px 0 0 0;
	border: 0px;
}

/* ================================================= */
/* Are a riservata				                     */
/* ================================================= */
#areautenti ul {
	list-style:none; 
	margin:0; 
	padding:0;
	background:transparent url(../../images/submenu/bottom_sublist.gif) repeat-x scroll 0 top;
	width:150px;
	margin-top:20px
}

#areautenti li {
	margin:0; 
	padding:0; 
	background:transparent url(../../images/submenu/bottom_sublist.gif) repeat-x scroll 0 bottom;
}

#areautenti ul li a:link, #areautenti ul li a:visited {
	display:block; 
	text-decoration:none;
	font-weight:bold;
	padding:7px 15px 7px 10px; 
	width:140px;
	color:#FFF;
	background:transparent url(../../images/submenu/arrow.gif) no-repeat scroll 0 center;
	font-size:12px;
}
#areautenti ul li a:hover, #areautenti ul #selected a:link, #areautenti ul #selected a:visited {
	color:#FFFF00;
	font-weight:bold;
}
