@charset "UTF-8";
/* CSS Document */

/* FONT */

p, h1, h2, h3, h4, h5, h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

p { 	font-size: 76%; color: #454545; margin-bottom: 5px;}
h1{	font-size: 120%; color: #333333; margin-bottom: 0.67em;}
h2{	font-size: 100%; color: #666666;}
h3,h4,h5,h6{font-size:76%; color: #999999;}
strong {font-weight:bolder;}
em {font-variant:small-caps; color:#830000;}

a:link, a:visited, a:active{
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #830000;
}

/* PAGE LAYOUT */

#container{
	margin:0;
	padding:0;
}
#top{
	height:690px;
	background: #999999 url(../images/upper-bg.jpg) no-repeat center top;
}
#center{
	background-color:#fff;
	border-top: 1px solid #dddddd;
}
#bottom{
	min-height:230px;
	background: #2d2d2d url(../images/lower-bg.jpg) repeat-x center top;
}

/* TOP */
#top_hi{
	width: 1000px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}
#top_menu{
	width: 1000px;
	height:61px;
	margin-left:auto;
	margin-right:auto;
}
#top_lo{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#img_wrapper{
	float:left;
	width:289px;
	margin-left:20px;
	margin-top: 30px;
}
#buy_wrapper{
	float:left;
	margin-left:20px;
	width: 631px;
	margin-top: 50px;
	background-color:#eeeeee;
	border: 1px solid #FFF;
	padding: 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline-style:none;
}
#buy_wrapper p{
	color:#454545;
	font-size: 85%;
	text-align:justify;
	margin-bottom: 0.4em;
	margin-left: 1em;
}
#buy_wrapper h1{
	color:#333;
	font-size:120%;
	margin-bottom:0.6em;
	font-weight:300;
}
#buy_wrapper em{
	color:#830000;
	font-variant:small-caps;
	font-weight:400;
}
#buy_wrapper h2 em{
	color:#99cc33;
	font-weight:bolder;
}

#orologio{
	width:200px;
	height:100px;
	display:inline;
	float:left;
	margin-left:30px;
	margin-right:30px
}
#flash_watch{
	width:185px;;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
}
#top_occasioni{
	width:220px;
	height:100px;
	display:inline;
	float:left;
	margin-left:0px;
	margin-right:0px
}
#data {
	width: 100%;
	padding-top:5px;
	text-align:center;
}
#data p {
	font-size: 90%;
	color:#000;
}
#searchbox{
	width:190px;
	display:inline;
	float:left;
	margin-left:0px;
	margin-right:0px;
	margin-top:30px;
}
#langbox{
	width:100px;
	display:inline;
	float:left;
	margin-left:0px;
	margin-right:0px;
}
#lang_selector{
	width:100%;
	margin: 20px 0px;
}
#ul_lingua {
	height: 60px;
	margin-left:0px;
	list-style:none;
	list-style-type:none;
	padding:0;
}
#ul_lingua #ita{
	display:block;
	float:left;
	width:50px;
	height:60px;
	background-image:url(../images/lang-sprite.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-9999px;
}
#ul_lingua #ita a{
	height:60px;
	border: 0;
	display: block;
	text-decoration: none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#ul_lingua #ita:hover {
	cursor:pointer;
	background-position:bottom left;
}
#ul_lingua #eng{
	display:inline;
	width:50px;
	height:60px;
}
#ul_lingua #eng{
	display:block;
	float:left;
	width:50px;
	height:60px;
	background-image:url(../images/lang-sprite.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-indent:-9999px;
}
#ul_lingua #eng a{
	height:60px;
	border: 0;
	display: block;
	text-decoration: none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#ul_lingua #eng:hover {
	cursor:pointer;
	background-position:bottom right;
}
#ul_lingua #eng{
	display:inline;
	width:50px;
	height:60px;
}
#logo{
	width:200px;
	display:inline;
	float:left;
	margin-left:0px;
	margin-right:0px;
}
#logo img {
	padding-left:30px;
	padding-top:2px;
}

/* CAROUSEL */

#carousel_container{
	width:920px;
	overflow:hidden;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	z-index: 10;
}
.carousel {
	width:920px;
	height:470px;
	overflow:hidden;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index: 10;
}
.carousel li .comment{
	float:right;
	position:relative;
	color:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#ffffff, strength=2), progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	filter:Glow(color=#ffffff, strength=2) Alpha(opacity=60);
	-moz-opacity:.60; 
	opacity:.60;
	text-shadow: #fff 0px 0px 3px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 60px;
	text-transform:uppercase;
	right: 10px;
	bottom: 75px;
	z-index:106;
	cursor:pointer;
}
.prev{
	position:absolute;
	float:left;
	width:49px;
	height:49px;
	left:15px;
	top:205px;
	cursor:pointer;
	z-index: 100;
}
.next{
	position:absolute;
	float:right;
	width:49px;
	height:49px;
	right:15px;
	top:205px;
	cursor:pointer;
	z-index: 101;
}
#carousel_thumbs{
	width:900px;
	height: 47px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
#carousel_thumbs li{
	float:left;
	display:inline;
	margin-right:5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	filter:alpha(opacity=50); 
	-moz-opacity:.50; 
	opacity:.50;
	cursor:pointer;
}
#carousel_thumbs li:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}
#carousel_thumbs li img{
	border:none;
}
#countdown{
	position:absolute;
	float:right;
	width:30px;
	height:30px;
	right:65px;
	top:5px;
	z-index: 103;
}

/* CONTENT SECTION */

#content_wrapper{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#content_wrapper p{
	color:#454545;
	font-size: 85%;
	line-height: 18px;
	text-align:justify;
	margin-bottom: 0.4em;
}
#content_wrapper h1{
	color:#333;
	font-size:120%;
	margin-bottom:0.6em;
	font-weight:300;
}
#content_wrapper em{
	color:#830000;
	font-variant:small-caps;
	font-size: 120%;
	font-weight:400;
}

#content_wrapper a:hover, #content_wrapper a:focus{
  border-bottom: 1px dashed #830000;
}

#content_wrapper #column1{
	float:left;
	margin-left: 25px;
	width: 300px;
}
#content_wrapper #column2{
	float:left;
	margin-left: 25px;
	width: 300px;
}
#content_wrapper #column3{
	float:left;
	margin-left: 25px;
	width: 300px;
}
.clear{
	clear:both;
}
#content_wrapper .imgsx{
	float:left;
	width:135px;
	margin-bottom:5px;
}
#content_wrapper .txtdx{
	float:right;
	width: 160px;
}
#content_wrapper .txtdx h1{
	color:#454545;
	font-size: 85%;
	text-align:justify;
	margin-bottom: 0.4em;
}
#content_wrapper .txtdx p{
	color:#888888;
	font-size:80%;
	text-align:left;
	margin-bottom: 0.3em;
}
#content_wrapper .txtdx p.price{
	text-align:right;
	color:#830000;
}

#box_area1{
	background-color:#e0e0e0;
	float:left;
	border: 1px dashed #a5a5a5;
	width:142px;
	height: 210px;
	margin-top: 5px;
	padding: 3px;
}
 #box_area2{
	background-color:#e0e0e0;
	float:left;
	border: 1px dashed #a5a5a5;
	border-left: none;
	width:142px;
	height: 210px;
	margin-top: 5px;
	padding: 3px;
}
#box_area1 h1, #box_area2 h1{
	margin-top:10px;
	margin-left:5px;
	color: #830000;
}
#box_area1 p, #box_area2 p{
	color:#454545;
	font-size:80%;
	text-align:left;
	margin-bottom: 0.3em;
	margin-left:5px;
}
.rounded{
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline-style:none;
	margin-bottom: 15px;
	margin-left:5px;
}
#box_area2 #user, #box_area2 #password {
	width: 120px;
	background-color: #f4f4f4;
}
#box_area2 #submit{
	width:90px;
	height: 20px;
	color:#454545;
	background-color:#dddddd;
	border: 1px solid #666;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left:25px;
}

/* FOOTER */

#footer_wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#four_cols {
	width:100%;
	margin-bottom:20px;
}
#col1, #col2, #col3, #col4{
	float:left;
	margin-left:10px;
	width:230px;
}
#box_rnd{
	position:relative;
	margin: 5px;
	min-height: 95px;	
	padding: 10px;
	background-color:#eeeeee;
	border: 1px solid #ffffff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#box_rnd .imgsx{
	float:left;
	width:41px;
	margin-bottom:5px;
}
#box_rnd .txtdx{
	float:right;
	width: 150px;
	position:relative;
}
#box_rnd .txtdx h1{
	color:#000;
	font-size: 100%;
	text-align:left;
	margin-bottom: 6px;
	font-weight:bold;
}
#box_rnd .txtdx h1 a{
	color:#000;
}
#box_rnd .txtdx p{
	color:#666;
	font-size:80%;
	text-align:left;
}
#box_rnd .txtdx p a{
	color:#666;
}
#box_rnd .txtdx #pup{
	position:absolute;
	right: 5px;
	top: -8px;
	width:42px;
	height:34px;
	overflow:hidden;
	background-image:url(../images/new.png);
	background-repeat:no-repeat;
	background-position: top left;	
}

#four_cols .img_sx{
	float:left;
	width:32px;
	height:32px;
	margin: 13px 15px;
}
#four_cols .txt_dx{
	float:right;
	width: 150px;
	height:32px;
	vertical-align:middle;
	margin-top:13px;
	margin-right: 12px;
}
#four_cols .txt_dx p{
	color:#d5d5d5;
	font-size: 80%;
	text-align:left;
	margin-top:8px;
}
#four_cols .txt_dx p a{
	position:relative;
	color:#d5d5d4;
}
#four_cols .txt_dx p a:hover{
	position:relative;
	border-bottom:1px dashed #6F0;
	color:#d5d5d5;
}
#navigation{
	width:900px;
	height: 30px;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-left: auto;
	margin-right:auto;
	margin-top: 15px;
}
#navigation p{
	font-size:70%;
	color:#fff;
	margin-top: 6px;
	text-align:center;
}
#navigation a{
	text-transform:none;
	font-variant:normal;
	color: #fffffe;
}
#navigation a:hover{
	border-bottom: 1px dotted #6F0;
	color:#ffffff;
}
#footer_info{
	width:100%;
	margin-top:15px;
	padding-bottom:20px;
}
#footer_info .half{
	float:left;
	margin-left: 95px;
	width:400px;
}
#footer_info .half p{
	font-size:65%;
	color:#fff;
	margin-bottom: 4px;
}
#footer_info .half a{
	color:#ffffff;
	text-transform:none;
	font-variant:normal;
}
#footer_info .half a:hover{
	border-bottom: 1px dotted #6F0;
	color:#fffffe;
}

#web2life {
	width:114px;
	margin: 0 auto;
}
#web2life p{
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999;
}
#web2life a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999;
}
/* MAPPA */

#map_wrapper{
	margin: 10px 10px;
}
#map_wrapper h1,#map_wrapper h3, #map_wrapper h4,{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#map_wrapper h1{
	font-size: 12pt;
	color:#333;
}
#map_wrapper h3{
	font-size: 10pt;
	font-style:italic;
	color:#999;
}
#map_wrapper h4{
	margin-top:10px;
	font-size: 8pt;
	color:#000;
}
#map_canvas {
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #444a49;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 0 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 0 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 0 5px;
	box-shadow: rgba(200,200,200,1) 0 0 5px;
	outline-style:none;
}

.margin5r {
	margin-right: 5px;
}
.margin10r {
	margin-right: 10px;
}
.margin5l {
	margin-left: 5px;
}
.tozoom{
	cursor:url(images/zoom.png), url(_css/images/zoom1.cur), url(_css/images/zoomin.cur), pointer;
}
#balance{
	width: 900px;
	margin-left:auto;
	margin-right:auto;	
}

/* PRODOTTI */

#products_wrapper{
	margin: 0px 10px;
}

#products_wrapper.alternativo {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 5px;
	background-color: #dddddd;
}

.colprod{
	position:relative;
	width:320px;
	float:left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 5px;
}
.colprod a{
	width:100%;
	height:100%;
}
.colprod:hover{
	background-color:#EEE;
}
.colprod.margin10r{
	margin-right:10px;
}
.colprod .foto{
	margin: 10px 5px;
	float:left;
	width: 160px;
	z-index: 140;
}
.colprod .testo{
	margin: 10px 5px;
	float:left;
	width: 130px;
}
.patented {
	position:absolute;
	width:130px;
	height:16px;
	font-size:10px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-variant:small-caps;
	background-color:#000;
	color:#FFF;
	left:20px;
	top:85px;
	z-index: 150;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	filter:alpha(opacity=60); 
	-moz-opacity:.60; 
	opacity:.60;
	padding-left: 10px;
}

#product_name{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:10px;
	background-color:#333333;
	height:34px;
}
#product_name h1{
	text-transform:lowercase;
	line-height:34px;
	text-align:center;
	font-size: 130%;
	font-weight:bold;
	color:#99cc33;
}
.product_foto{
	float:left;
	width:300px;
	margin: 10px 13px;
}
#tabs{
	width:1000px;
	margin: 10px auto;
}
.column-left{
	float:left;
	margin-left: 0px;
	padding: 5px 0;
	width: 300px;
	text-align:justify;
}
.column-center{
	float:left;
	margin-left: 15px;
	padding: 5px 10px;
	width: 300px;
	background-color:#cccccc;
	text-align:justify;
}
.column-right{
	float:left;
	margin-left: 15px;
	padding: 5px 0;
	width: 300px;
	text-align:justify;
}
.two-cols-left{
	float:left;
	margin-left: 0px;
	padding: 5px 10px;
	background-color:#cccccc;
	width: 400px;
	text-align:justify;
}
.two-cols-right{
	float:left;
	margin-left: 25px;
	padding: 5px 0;
	width: 500px;
	text-align:justify;
}
#tabs h1{
	margin-bottom: 0.6em;
}
#tabs p{
	margin-bottom: 0.4em;
}
#tabs p a:hover {
	border-bottom: 1px dashed #FFF;
}
#tabs em{
	color:#830000;
	font-variant:small-caps;
	font-weight:400;
}
#tabs strong{
	color:#222222;
	font-weight:bold;
}
#tabs ul li{
	margin-left: 10px;
}

#hor-minimalist-b
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	margin: 20px 10px;
	border-collapse: collapse;
	text-align: center;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color: #999999;
	padding: 10px 8px;
	border-bottom: 2px solid #888888;
	text-align: center;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #666666;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #777777;
}
#hor-minimalist-b caption {
	font-size: 14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color:#333;
	text-transform:uppercase;
}
.color-div {
	float:left;
	width:105px;
	margin: 10px;
}
.color-div p{
	margin-top: 5px;
	text-align: center;
}
#center #content {
	width: 1000px;
	min-height:100px;
	margin: 20px auto;
}
#content #primo{
	width:620px;
	margin-left: 25px;
	padding:15px;
	float:left;
	background-color:#eeeeee;
}
#content #secondo{
	width:300px;
	margin-left:25px;
	float:left;
}
#accordion em{
	color:#830000;
	font-variant:small-caps;
	font-weight:400;
}
#accordion a{
	color:#830000;
}
#content #notizie{
	width:610px;
	margin-left: 25px;
	padding:15px;
	float:left;
	background-color:#fff;
}
.intendanews{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px;
}

.intendanews table {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.intendanews table caption {
	text-align:center;
	color:#999999;
}
.intendanews table th{
	background-color: #000000;
	color: #ffffff;
	text-align:center;
	padding: 5px;
	font-variant:small-caps;
}
.intendanews table td{
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}
#search_field {
	height: 24px;
}

#backbutton{
	right:1px;
	top:8px;
	float:right;
	height:32px;
	width:80px;
	margin: 3px 0 0 0;
	padding:0;
	z-index:5000;
}
#backbutton a{
	background: url(../images/back-button.png) no-repeat;
	display:block;width:100%;height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	filter:Alpha(opacity=50);
	-moz-opacity:.50; 
	opacity:.50;
	padding: 9px 0 0 31px;
}
#backbutton a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter:Alpha(opacity=100);
	-moz-opacity:1.00; 
	opacity:1.00;
	border:none;
}

.hor-minimalist
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	margin: 5px 10px;
	border-collapse: collapse;
	text-align: left;
}
.hor-minimalist tr td p 
{
	font-size:12px;
}
.hor-minimalist tr th p{
	font-size:14px;
}
.hor-minimalist th
{
	font-size: 14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color: #999999;
	padding: 10px 8px;
	border-bottom: 2px solid #888888;
	text-align: center;
}
.hor-minimalist td
{
	border-bottom: 1px solid #ccc;
	color: #666666;
	padding: 6px 8px;
}
.hor-minimalist tbody tr:hover td
{
	color: #777777;
}
.hor-minimalist caption {
	font-size: 14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color:#333;
	text-transform:uppercase;
}
.montaggio{
	margin: 5px auto;
	width:190px;
	position:relative;
}
.montaggio span{
	position:absolute;
	right: -10px;
	bottom:0px;
	width:50px;
	height:50px;
}
#contatti h3{
	font-size: 12px;
	color: #666;
  margin-bottom: 10px;
}
#contatti h3 em{
	font-variant: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
#contatti p {
	margin-left: 10px;
	margin-bottom: 1em;
	font-size: 14px;
}

/*MAPPA RIVENDITORI*/
#map{
  margin: 20px 0;
}
#results{
  float: right;
  width: 350px;
  height: 200px;
  display: none;
}
.qtip-content{
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
}
#results h3{
	font-variant: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
#results h5 {
	font-size: 12px;
	color: #666;
  margin-bottom: 5px;
}
#results p {
	margin-left: 10px;
	margin-bottom: 1em;
	font-size: 14px;
}
