/***** H T M L ************/
*
{
  margin: 0;
  padding: 0;
}

body
{
	margin: 0px;
	padding:0px;
	top: 0px;
	left: 0px;
	text-align: center;
	margin: auto;
}
body, div, table
{
	font-size: 9pt;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Geneva, Helvetica, sans-serif;
/*	border: 1px solid #000000;*/
}
a
{
	text-decoration: none;
	color: #000000;
	outline: none;
}
	a:hover
	{
		color: #FE0000;
	}
	a img { border: none; }

h1,h2,h3
{
	font-family:Trebuchet MS, Trebuchet, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
}
h1
{
  font-size: 14pt;
	margin-bottom: 0;
}
#content h1{
	padding-left:5px;
}
#content .product-head h1{
	padding-left:0;
}
/*LINKS*/
a:hover{
	color: Red;
}

#pathway a:hover{
	color: Red;
}

.macro ul li a:hover{
	color:red;
}

.module-params ul li label:hover{
	color:red;
}

#right div ul li a:hover{
	color:red
}
/*FINE LINKS*/
h2
{
	font-size: 14pt; 
}
h3
{
	font-size: 10pt;
}

form
{
	margin: 0px;
}
input, select, textarea
{
	border: 1px solid #c0c0c0;
	font-size: 9pt;
	padding: 1px;
	margin: 0px;
	background-image: url('../images/input.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
input[disabled]
{
	background: none;
	border: 1px solid #c0c0c0;
}
input.button
{
	width: auto;
	border: none;
	background: none;
}
input.radio, input.checkbox
{
	border: none;
	background: none;
}

li
{
  margin: 0;
  text-align: left;
  list-style-type:none;
}
/***** T E M P L A T E ****/
#body-div
{
	width: 1000px; /* per IE */
	margin: auto;
}

#loading
{
	background: url('../images/overlay.gif');
}
#system-error
{
	background: url('../icons/system-error.jpg') no-repeat left;
	border: 2px solid #D50000;
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	padding-left: 70px;
	font-size: 11pt;
}
	#system-error h1
	{
		margin: 0;
		color: #D50000;
	}

/**** H E A D E R ****/
#header
{
	width: 100%;
	/*background: url('../images/header.jpg') repeat;*/	
	margin-top: 5px;
	background-repeat: repeat-x;

}

#sub-header{
	background:transparent url(../images/pathway.jpg) no-repeat scroll right 9px;
	border:1px solid #E6E6E6;
	margin-left:50px;
	width:752px;
}

#header td tr
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

  #header div
  {
    color: #ffffff;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
	 height:30px;
  }

#header-left
{
  width: 204px;
  background: #ffffff ; 
}



#header-news
{
	color: #909090;
	width: 200px;
	font-size: 10pt;
	text-align: center;
}
	#header-news-read-all
	{
		height: 10px;
		font-weight: bold;
		font-size: 7pt;
		text-align: center;
	}
	#header-news-read-all a
	{
		display: block;
		background: url('../icons/read-all-news.gif') no-repeat bottom;
		padding-bottom: 5px;
		color: #c0c0c0;
	}

		
	#static-news
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#static-news li
		{
			display: none;
			list-style-image: none !important;
		}

	#header-cart
	{
		padding: 3px;
		padding-left: 35px;
		background: url('../icons/icon_header_cart.gif') no-repeat left;
		display: block;
	}
	#header-phone
	{
		padding: 3px;
		padding-left: 35px;
		background: url('../icons/icon_header_phone.gif') no-repeat left;
	}
	#header-hours
	{
		font-size: 7pt;
		color: #404040;
	}
	#header-counter
	{
    vertical-align:bottom;
    text-align: right;
		font-size: 8pt;
		color: #404040;
	}
	/*#firefox-plugin
	{
		padding: 3px;
		padding-left: 35px;
		background: url('../icons/firefox.gif') no-repeat left;
	}*/
	#add-to-book
	{
		padding: 3px;
		padding-left: 35px;
		background: url('../icons/icon_header_bookmark.gif') no-repeat left;
	}
	
#body-table
{
	width: 100%;
	border-collapse: collapse;
}

#top
{
 	/*border: 1px solid #E6E6E6;*/

  height: 48px;
	margin-bottom:3px;
	margin-top:3px;
	background: url(../images/top-menu.jpg) no-repeat center center;
}


#left
{
	width: 200px;
	float: left;
	display: block;
}
#content
{
  margin-left: 204px;
  text-align:left;
}
#pathway
{
	font-size: 9pt;
	color: #003399;
	height: 25px;
	background: url('../images/pathway.jpg') no-repeat left center;
	border: 1px solid #E6E6E6;
  margin-bottom: 5px;
  /*margin-left: 5px;
  float:left;
  clear:right;*/
  margin-left:204px;
  width: 793px;
}
	#pathway span
	{
	  display: block;
    padding-top: 4px;
		padding-left: 50px;
	  float: left;
	}

	#pathway a
	{
		color: #003399;
	}
#path_info
  {
    font-size: 9pt;	  
    /*float: right;
    background: url('../images/info.jpg') repeat center center;*/
    text-align: center;
    /*border-left: 1px solid #E6E6E6;*/
	 padding-left:0px!important;
  }	
  #path_info,#path_info div{
  	 height:35px!important;
  }
  #path_info a
    {
     /* margin-top: 9px;
      margin-left: 20px;
      margin-right: 20px;*/
	    height: 16px;
	    display: block;
	    float: left;
		 color: black;
		 padding:10px 20px;
    }	
	 #path_info a:hover{
	 	color:#FE0000 !important;
	 }
  #path_info div
    {
      padding: 0px;
	    /*border-right: 1px solid #E6E6E6;*/
	    display: block;
	    float: left;
    }	
  
#right
{
	width: 170px;
	float: right;
  text-align:right;	
}

#left ul
{
	margin-top: 3px;
	margin-left: 0;
}

#footer
{
	width: 100%;
	/*background: url('../images/footer-repeat.gif') repeat-x bottom;*/
	border-collapse: collapse;
	font-size: 8pt;
	color: #003399;
	clear: both;
	margin-top: 25px;
}

	#payments
	{
		text-align: center;
		vertical-align: bottom;
	}
	#address-foot
	{
		text-align: center;
		vertical-align: bottom;
	}


/****** C L A S S ******/
.a-center { text-align: center; }
.a-left { text-align: left; }
.a-right { text-align: right; }

.v-top { vertical-align: top; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.captcha
{
	width: 300px;
	padding: 4px;
	background: #ebedee;
}

.prefix-title
{
	color: #828282;
	font-weight: normal;
	font-size: 8pt;
	display: block;
}
.highlight-title
{
}
	.highlight-title em
	{
		font-style: normal;
	}

.big-button
{
	background: url('../icons/big-button.gif') no-repeat right;
	padding: 5px;
	padding-right: 45px;
	font-weight: bold;
	color: #003399;
	cursor: hand;
	cursor: pointer;
}
a.big-button
{
	border: 1px solid #C0C0C0;
	font-size: 9pt;
}

.big-button-back
{
	background: url('../icons/big-button-back.gif') no-repeat left;
	padding: 5px;
	padding-left: 45px;
	font-weight: bold;
	color: #003399;
	cursor: hand;
	cursor: pointer;
}
a.big-button-back
{
	border: 1px solid #C0C0C0;
	font-size: 9pt;
}

.notes-notice
{
	color: #909090;
}
.notes-warning
{
	background: url('../icons/warning.png') no-repeat left top;
	padding-left: 25px;
}
.notes-info
{
	border: 1px solid #D3D301;
	background: #FFFFC6 url('../images/notes-info.jpg') no-repeat top right;
	padding: 2px;
	margin: 2px;
}
a.info
{
	background: url('../icons/help.png') no-repeat left;
	padding-left: 15px;
}

.product-new
{
	position: absolute;
}

.mini-page
{
	float:left;
	width: 15px;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #FFCA00;
	color: #003399;
	margin-left: 3px;
	letter-spacing: -2px;
}
	.mini-page_selected
	{
		background: #003399;
		color: #fff;
	}


/**** M O D U L E S ****/
#left-menu
{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
  width:100%;
	background: #ffffff url('../images/right.jpg') top right no-repeat;
	border: 1px solid #E6E6E6;
	border-top: 0px;
}
tr.macro
{
	float: left;
}

a.macro
{
	display: block;
	/*background: url('../images/bullet.gif') no-repeat left;*/
	padding-left: 3px;
	color: #000000;
}
  .macro a
    {
    	color: #000;
    }
  .macro ul
    {
    	list-style-image: none;
    	list-style: none;
    }
  .macro li
    {
      padding: 2px;
		  padding-left:6px;
    	border-bottom: 1px solid #e6e6e6;
    }
	 .macro li a
    {
    	color:black;
    }
		.menu-over a.macro
	{
		/*background: #ebedee url('../images/macro-over-left.gif') no-repeat bottom left;*/
		background: #eee;
    color: #003399;
	}
		.menu-over a.macro span
		{
			/*background: #ebedee url('../images/macro-over-right.gif') no-repeat bottom right;*/
			background: #eee;
		}
	.menu-over ul
	{
		display: block !important;
	}
	.menu-out ul
	{
		display: none !important;
	}
#menu ul
{
	position: absolute;
	z-index: 100;
	display: none;
	background: #ebedee;
	border: 1px solid #c0c0c0;
	border-left: none;
	border-top: none;
	margin: 0;
	padding: 0;
	margin-left: 4px;
	list-style: none;
	width: 200px;
}
	#tmenu ul li
	{
		border-bottom: 1px solid #fffs;
		list-style-image: none;
	}
	#menu ul li a
	{
		padding: 3px;
		padding-left: 10px;
		display: block;
	}
	#menu ul li a:hover
	{
		background-color: #c0c0c0;
		color: #fff;
	}
	#first-macro a
	{
		/*background: none;
		padding: 0;
		margin-left: 3px;*/
	}
	#currentMacro
	{
		/*background-image: url('../images/label-checked.gif') !important;*/
		color: #FF0000 !important;
	}
	#currentSub
	{
		color: #fe0000 !important;
	}

#top-menu
{
	margin: 0;
	padding: 0;
	list-style: none;
  width:100%;
	border-collapse:collapse;
}

#top-menu td{
  padding-top:1px;
  padding-left:1px;
}

#top-menu a{
	padding-left:6px;
	padding-top:2px;
	padding-bottom:2px;
}

#top-menu span{
	font-weight: bold;
}

#top-menu ul
{
	position: absolute;
	z-index: 100;
	display: none;
	background: #eee;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	border-top:1px solid #E6E6E6;
}
	#top-menu ul li
	{
		list-style-image: none;
		padding:0;
	}
	#top-menu ul li a
	{
		padding: 3px 3px 3px 6px;
		display:block;
	}
	#top-menu ul li a:hover
	{
		background-color: #c0c0c0;
		color: #fff;
	}


#search-form
  {
  	text-align: center;
  	color: #ffffff;
  	padding-right: 25px;
	padding-top:5px;
  	float: right;
  }
	#search-form input, #search-form select
	{
	  background: #ffffff;  
    background-image: none;  
    border: 1px solid #A5A5A5;
	}
  #search-main
  {
    border-right: 0px !important;
    vertical-align:middle;
    height: 22px !important;	    
  }	
  #search-submit
  {
    padding-left: 5px;
    height: 22px !important;
    width: 60px;
    background: url(../images/search.gif) no-repeat right center !important;
    color: black; 
    border-left: 0px !important;
    vertical-align:middle;
	  text-align: left; 
	  padding-bottom: 5px;
  }	
	#search-results
	{
		position: absolute;
		visibility: hidden;
		width: 160px;
		left: 0px;
		margin-top: -1px;
		padding-top: 15px;
		padding-bottom: 25px;
		background: url('../images/search-results.gif') no-repeat center top;
		text-align: center;
		color: #003399;
	}
h3.module-title
{
	color: #ffffff;
	text-align: left;
	background: url('../images/product-panel-title.jpg') repeat center center;
	margin: 0;
	padding-left: 10px;	
	padding-top: 5px;	
	font-weight: bold;
}
	h3.module-title a
	{
		color: #ffffff;
	}
#title
{
	background: #000000;
	height: 28px;
  	vertical-align: middle;
}

h3.module-title-red
{
	color: #ffffff;
	text-align: left;
	background: url('../images/product-panel-title-red.gif') repeat center center;
	margin: 0;
	padding-top: 4px;
	padding-left: 10px;	
	font-weight: bold;
	font-size:14px;
}
#title-red
{
	background: url('../images/product-panel-title-red.gif') repeat center center;
	height: 27px;
  vertical-align: middle;
}

.submit-filters
{
	background: url('../images/search.gif') no-repeat left !important;
	padding: 3px 0 3px 30px;
	border-top: 3px solid #FF0000 !important;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FF0000;
	margin-top: 5px;
}

.module
{
	font-size: 9pt;
	border: 1px solid #D7D7D7;
	/*background: url('../images/module.gif');*/
	background: #ffffff;
	
	margin-bottom: 10px;
	text-align: left;
	/*float:left;*/
width:100%;
}


.module-last
{
	font-size: 9pt;
	border: 1px solid #D7D7D7;
	/*background: url('../images/module.gif');*/
	background: #ffffff;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	float:left;
	width:100%;
}

.product_module{
	text-align: center;
	background: url('../images/bg_box.gif');
	border: 1px solid #ebedee;
	font-size: 8pt;
	margin: 5px;
}
.main-menu li span{
	margin-right:3px;
}
.cont-module-title{

width:100%;
	height:32px;
}

	.module dt
	{
		color: #6F6F6F;
		font-weight: bold;
	}
	.module dd
	{
		color: #6F6F6F;
		margin-left: 5px;
	}
	
/** contacts **/


	#contacts li { padding: 10px; padding-left: 38px; margin:0;}	
	#contacts-tel { background: url('../icons/info-tel.gif') no-repeat left center; }
	#contacts-fax { background: url('../icons/info-fax.gif') no-repeat left center; }
	#contacts-mail { background: url('../icons/info_mail.gif') no-repeat left center; }
	#contacts-skype { background: url('../icons/info-skype.gif') no-repeat left center; }
	#contacts-time
	{
		text-align: center;
		border-top: 1px solid #c0c0c0;
		font-size: 11pt;
	}
	#contacts-time em { letter-spacing: 1px; }

/** rivenditori **/
#rivenditori p
{
    padding: 5px;
    text-align: left;
}


/*** news ***/
#latest-news
{
	margin-bottom: 10px;
}
	#latest-news h3
	{
		margin: 0;
		padding: 3px;
		font-size: 10pt;
		background: #ebedee;
		color: #6F6F6F;
	}
	#latest-news ul
	{
		padding: 0 !important;
		margin: 0;
		list-style: none;
	}
		#latest-news ul li
		{
			padding: 3px;
			border-bottom: 1px solid #ebedee;
			border-right: 1px solid #ebedee;
		}
			#latest-news ul li a
			{
				color: #000;
			}
		.guides-more
		{
			display: none;
		}
#guides-all
{
	display: block;
	text-align: right;
	font-size: 9pt;
	background: #ebedee url('../icons/read-all-guides.gif') no-repeat bottom right;
	padding-right: 15px;
	color: #6F6F6F;
}
/*** offerte, novità, simili **/
.product_module
{
	text-align: center;
	background: url('../images/bg_box.gif');
	border: 1px solid #ebedee;
	font-size: 8pt;
	margin: 5px;
}
	.product_module-name
	{
		display: block;
		height: 50px;
		overflow: hidden;
	}
	.product_module-price
	{
		margin-top: 5px;
		/*background-color: #ebedee;*/
		background: url('../images/product-panel-price.jpg') repeat-x bottom;
		vertical-align: middle !important;
		text-align: center;
		font-size: 10pt;
		font-weight: bold;
		color: #003399;
	}
	.product_module-price s
	{
		color: #75848A;
		font-size: 10pt;
		font-weight: normal;
	}
	.product_module-price b
	{
		color: #003399;
	}
	
	.product_module .prefix-title
	{
		display: none;
	}
/**** CART ***/
#cart-module
{
	border: 1px solid black;
	margin-bottom: 10px;
	padding: 0px;
}

#cart-module-table
{
	border-collapse: collapse;
	font-size: 9pt;
	width:160px;
}
  #cart-module-table img
  {
    margin-top:2px ;
  }
	#cart-module-table a
	{
		font-weight: bold;
	}
	#cart-module-total
	{
		border-top: 1px solid #003399;
		text-align: right;
		font-weight: bold;
	}

/*** PER TE ***/
#perte-module
{
	border: 1px solid #FF0000;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}
	#perte-module-h3
	{
		background: #FF0000;
	}
/*** RSS ***/
#rss
{
}
#rss-desc
{
	font-size: 9pt;
	padding-bottom: 3px;
}
#rss-info
{
	background: url('../images/bg_box.gif');
	font-size: 9pt;
}
	#rss-info a
	{
		background: url('../icons/help.png') no-repeat left;
		padding-left: 15px;
		color: #FF0000;
	}

/**** FAQ ****/
#faq table
  {
    margin-top: 30px;
  }

	#faq h4
	{
		margin: 0;
		color: #6F6F6F;
		font-size: 10pt;
	}
	#faq ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#faq ul li
	{
		list-style-image: none;
		padding: 2px;
	}
	#faq ul li a
	{
		color: #6F6F6F;
	}
/******/
.required
{
	background-image: url('../images/required.gif');
}
.error-field
{
	background: url('../icons/error-field.gif') no-repeat top left;
	padding-left: 20px;
	font-size: 9pt;
	color: red;
}
.read-more
{
	display: block;
	text-align: left;
	margin: 2px 0 10px 0;
	font-size: 9pt;
	font-weight: normal;
	padding-left: 20px;
	background: url('../icons/read-more.gif') no-repeat bottom left;
}
.success
{
	background: url('../images/order-success.gif') no-repeat left bottom;
	padding-top: 30px;
	padding-bottom: 100px;
	line-height: 2em;
	font-size: 10pt;
	font-style: italic;
}

#banner{
	border: 1px solid #D7D7D7;
}

a.language-switch{
	float:left;
	font-size:0px!important;
}
a.language-switch.first-lang{
	margin-right:30px;
}
.stroke-old-price{
	color:#666;
	font-size:12px;
	margin-right:3px;
}
#FBSharer{
	padding-bottom:5px;
}