	/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	text-align: center;
	background: #FFF url(../img/prezzo-banda.jpg) repeat-x 0px 125px;
}

/* links */
a { 
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	
}

/* headers */
h1,  h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}

h1 { font-size: 1.5em; color: #3333FF; } 
h2 { font-size: 1.0em; font-weight:normal;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #3333FF;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: none;
}
img.border {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #568EB6;
}
a:hover img {  
/*  border: 2px solid #CCC !important; /* IE fix*/
/*  border: 2px solid #568EB6; */
  
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #3333FF; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #3333FF;   
	color: #3333FF;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form.noborder {
	margin:0; 
	padding: 0;
	border: none;
	background: transparent;
}

form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
select {
	padding: 0px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #3333FF;	
}

.noborder {
		margin:0; 
	padding: 0;
	border: none;
}



/***********************
	  LAYOUT
************************/
/*
#body-bg-row{
		z-index: 1;
position: absolute;
width: 100%;
height:118px;
top:170px;
	background: #FFF url(../img/barra-verde.png) no-repeat center top;
}
*/

#wrap {
	width: 980px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	float: left;
	clear: both;
	margin: 0; padding: 0;	
	

}

/* header */
#header {
	position: relative;
	height: 245px;	
	background: transparent ;	
}
#header div#logoimg {
	position: absolute;
	margin: 0; padding: 0px;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	top: -8px; left: 0px;	
}
#header div#banner-top {
	position: absolute;
	margin: 0; padding: 0px;
	top: 0; left: 240px;	
}


#header #big-search-box {
	background:url("../img/trova-prezzi-grande-bg.gif") no-repeat scroll right top transparent;
	font:bold 20px Tahoma,'trebuchet MS',Sans-serif;
	height:79px;
	right:0px;
	position:absolute;
	top:50px;
	width:700px;
}

#header #big-search-box .left {
	width: 15px;
	height:79px;
	float:left;
	background:url("../img/trova-prezzi-grande-bg.gif") no-repeat scroll left top transparent;	
}

#big-search-box .titolo {
	color:#3D581E;
	float:left;
	margin-left:100px;
	padding:8px 10px 0 20px;	
}


#big-search-box  p {
	color:#C3E3A0;
	margin:0px;
	padding:0 20px 0 0;
	text-align: center;
	font-size:10px;
	font-family: arial;
}
#big-search-box  a {
	float:none;
	color:#C3E3A0;
	font-size:10px;
	font-family: arial;
	font-weight: normal;
}


/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; 
	padding: 8px 0 0 0 ;
}
form.searchform input.textbox { 
	margin: 3px 0;
	width: 180px;
	border: 1px inset #F0F0F0; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
	font-size:16px;
}
form.searchform input.button { 
	margin: 0; 
	padding:5px 6px 6px 0;
	font:bold 15px/18px Arial,Helvetica,sans-serif;
	color: #FFF;	
	width: 80px;
	vertical-align: top;
	background: url("../img/btn-trova-prezzi.gif") no-repeat scroll right top;
	cursor:pointer;
	border:none;

}

form.searchform span.button {
	background: url("../img/btn-trova-prezzi.gif") no-repeat;
	
	font-size:25px;	
	padding-left:5px;
}	 



#header form.searchform {
}

#header #barra-verde {
	z-index: 3;
	position: absolute;
	top: 125px;	
	height:118px;
	width: 100%;
}



/* menu tabs */

#header #menu {
	z-index: 99;
	position: absolute;
   list-style:none;
	top: 10px; right: 0px;	
   height:40px;
   
	background:url("../img/prezzo-top-menu.gif") no-repeat scroll right top transparent;	
}
#header #menu  .left {
	width: 15px;
    height:40px;
	float:left;
	background:url("../img/prezzo-top-menu.gif") no-repeat scroll left top transparent;	
}





#header ul {
   margin:0; padding: 0;
   list-style:none;
	width:400px;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header #menu a {
   float:left;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   padding:6px 15px 3px 8px;
   color: #518A00;
}

#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
/* end menu tabs */








/* main */
#navigation
{
	float: left;
	margin-left: 0px;
	margin-top: 15px;
	padding-left: 15px;
	width: 60%;
}
#navigation a {
color: #FF6600;
font-weight: bold;
}

#main {
	float: right;
	margin-left: 0px;
	padding: 0;
	width: 780px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../img/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../img/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../img/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}



/* box categorie */
#categ-box {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 15px 0px 15px;
	border: 1px solid #f2f2f2;
}
#categ-box ul {
	z-index: 99;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#categ-box li {
   display:inline;
   margin:0; padding:0;
}
#categ-box a {
   float:left;
   width:33%;
   text-align: center;
   margin:0;
   padding:0 0 10px 0px;
   text-decoration:none;
}

#categ-box a:hover {
	border: 0;
}



/* box categorie immagni*/
#categ-box-img {
	padding: 5px;
	margin: 20px 15px 0px 15px;
	border: 1px solid #f2f2f2;
}
#categ-box-img ul {
	z-index: 99;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;

}
#categ-box-img li {
display:block;
float:left;
margin:0 0 0 18px;
text-align:center;
width:120px;
height: 100px;
}


#categ-box-img div.img {
 height: 60px;
 width: 100%;
 vertical-align: center;
 margin-bottom: 2px;
}


#categ-box-img a {
   text-align: center;
   margin:0;
   text-decoration:none;
   font:bold 13px/13px Arial,Helvetica,sans-serif;
   width:120px;
   display:block;
}
#categ-box-img img {
 border:0 none;
}


#categ-box-img a:hover {
	border: 0;
}



#categ-box-img ul li div.roundmask {
background:url("../img/prezzo-cat-mask.png") no-repeat scroll left top transparent;
height:50px;
left:35px;
position:relative;
top:0;
width:50px;
}
#categ-box-img ul li div.roundmask a {
	display: block;
	height:60px;
	width:60px;
}



/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	height: 100%;
	margin: 0;	padding: 0; 
	display: block;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:0 0 12px 0;
	padding:0;		
}
#sidebar ul.sidemenu li {
	background: url("../img/side_list.gif") no-repeat scroll left top #FFFFFF;
	width:197px;
	list-style: none outside none;
	
}

#sidebar ul.sidemenu li.bottom {
background:url("../img/side_list_bottom.gif") no-repeat scroll left bottom #FFFFFF;
height:20px;
line-height:20px;
width:197px;
}


#sidebar ul.sidemenu li.top {
	background:url("../img/side_list_top.gif") no-repeat scroll left top #FFFFFF;
	height:40px;
	line-height:40px;
	width:197px;
 
	
}
#sidebar ul.sidemenu li.top h2 {
	font-size: 14px;
	line-height:40px;
	color: #666666;
	text-transform: none;
}
#sidebar ul.sidemenu li.top div{
	font-size: 14px;
	line-height:40px;
	color: #666666;
	font-weight: bold;
	font-family: 	'Trebuchet MS',Arial,Sans-serif;
	padding-left: 15px
}

#sidebar ul.sidemenu a {
	color:#448000;
	font:bold 11px/26px Arial,Helvetica,sans-serif;
	padding-left:15px;
	text-decoration:none;
	width: 100%;
	display: block;
}

#sidebar ul.sidemenu a:hover {

	text-decoration:underline;
	border-left:4px solid #FF6600;
}

#sidebar ul.submenu {
	list-style:none;
	margin:0px 0px 5px 8px;
	padding:0;		
}
#sidebar ul.submenu li {
	margin-bottom:1px;
}
#sidebar ul.submenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:0px 5px 0px 5px;

	border-left:4px solid #3333FF;	
	
	min-height:18px;
}
#sidebar ul.submenu a:hover {
	padding: 0px 5px 0px 5px;
	background: #ffffff;
	color: #FF6600;
	border-left:4px solid #FF6600;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#banner-footer {
float:left;
height: 90px;
}

#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 55%;
}
#footer .footer-right{
	float: right;
	width: 45%;
}



/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes #FF6600; */
.clear { clear: both; }
.green {	color: #FF6600; }
.gray  {	color: #BFBFBF; }
.red  {	color: #FF6600; }



/* paginazione */
#pagination{
	padding-top:2px;
	float:left;
	width:460px;
	padding-left: 20px;
	height:18px;
	font-weight:bold;
}
#pagination-footer{
	padding-top:2px;
	float:left;
	width:500px;
	padding-left: 20px;
	height:18px;
	font-weight:bold;
	font-size:12px;
}

#pagination_numrec{
	float:left;
}
/* prodotti */
#prodotti-container {
	float:left;
	margin-top: 10px;
	padding-left: 15px;
}
.prodotto {
	float:left;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #f2f2f2; 
	font-size: 11px;
	line-height: 14px;
  width:100%;
}
.prodotto_alt {
	background-color: #F0FFD0;
  border-color:#50A030; 	
}
.prodotto_img {
	float:left;
	height: 80px;
	width: 80px;
	overflow: hidden;
	margin-right:10px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.prodotto_descr {
	float:left;
	width: 460px;

}

a.prodotto-a {
	font-size: 12px;
	font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
}
.prodotto-space {
	margin-bottom: 2px;
}

.prodotto_shop {
	float:left;
	text-align: center;
	margin-left:5px;
	margin-top:10px;
	width: 90px;
}
.prodotto_prezzo {
	float:right;
	text-align: right;
	padding-top:20px;
	width: 98px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

.prodotto_spese {
	font-size: 11px;
	font-weight: normal;
	color:#999999;
}
span.prodotto_dispo {
	font-size: 11px;
	font-weight: bold;
	color:#666666;
}


#tag_footer{
	padding-top:2px;
	float:left;
	width:90%;
	padding-left: 20px;
	height:18px;
}
#tag_footer h3#titolo-ricerca {
	display: inline;
	margin:0;
	padding:0;
	color: #666666;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}



/***********************
	  VETRINA	  
************************/

.vetrina {
	height:118px;	width: 732px;
	overflow: hidden;
	position: relative;
}

.vetrina_reel {
	position: absolute;
	top: 0; left: 0;
	width: 3070px;
}

.vetrina_reel .item {float: left;
width:240px;
height:118px;
overflow:hidden;  
margin: 0 2px 0 2px;

background-image: url(../img/offerte-bg.png);
}


.vetrina_reel img {
float:left;
margin:6px 4px 0 10px
}

#header a span.vetrina_titolo{
color:#3D581E;
float:right;
margin:5px 12px 0 0;
width:108px;
display: block;
padding:0;
font-size: 12px;
font-weight: bold;
 height: 83px;
 overflow: hidden;
 
}
#header a span.vetrina_prezzo{
color:#FFFFFF;
float:left;
margin:3px 4px 4px 0px;
width:105px;
display: block;
padding:0;
font-size: 16px;
font-weight: bold;
font-family:arial;
text-align:center;
}


