/* Materassi */

ul,ol,p,th {
	margin:0;
	padding:0;
	text-align: left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:arial;
	font-weight:bold;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

embed, object{
   display:block;
}

/* Materassi */


/* PRODOTTI */

#product{
	float:                  no;
	width:                  500px;
	margin:                 0;
}


#product #products li{
   float:                  left;
   width:                  158px;
   margin:                 0px 7px 0px 0px;
	margin-bottom:5px;
   background:             #EFEFEF;
}

#product #products li:hover, #product #products li.sel{
   background:             #1A2E6D;
	color:#ffffff;
}

#product #products li.first{
   margin:                 0px 7px 0px 0px;
}

#product #products li img{
   padding:                4px;
   display:                block;
}

#product #products li span{
   margin-left:            4px;
   padding-bottom:         2px;
   display:                block;
}

#product #heading li{
   float:                  left;
   border-left:            1px solid #FFF;
}

#product #heading li.first{
   border:                 0
}

#product #heading li span.title{
   padding:                0 10px;
   color:                  #FFF;
   font-weight:            bold;
   line-height:            16px;
   display:                block;
}



#product #spec img.title{
   margin:                 0 0 10px 0;
}


#product #customization{
   float:                  right;
   width:                  500px;
  
}
