@import "jquery.lightbox.css";
@import "slides.css";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bgmain.gif);
	background-repeat: repeat-x;
}
#home {
	background-image: url(../images/bgbome.gif);
	background-repeat: repeat-x;
}
#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container a:link, #container a:visited {
	color:#3384aa;
	text-decoration:none;
}
#container a:hover {
	color:#6DB3D3;
	text-decoration: underline;
}
#container img {
	border:0px;
	text-align: left;
}
#headercontainer {
 width: 100%;
	height: 96px;
}



#home #container #mainContent #content #slogan {
	margin-top:0em;
	margin-bottom: 2em;
	width: 710px;
	float: right;
}
#slogan {
	margin: 2em 0;
}

#slogan h1{
	font-size: 1.8em;
	font-weight:700;
	color:#3e4044;
	text-align: left;
	
}
#home #container #mainContent #slogan span{
	color:#3384aa;
}


#slogan span{
	color:#3384aa;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* Footer ********************************************************************/


#footercontainer {
	float: left;
	display:block;
	width: 100%;
	color:#666666;
	background-color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.cprgt {
	float:left;
	width:476px;
	height:60px;
	margin-top:10px;
	margin-left:10px;
}
.bottomenu {
	font-size:9px;
	float:right;
	height:60px;
	margin-top:20px;
	margin-right:20px;
}
.bottomlogos {
	float:left;
}
#footer a {
	color:#666666;
}
#footer a:hover {
	color:#ccc;
}
.bottomenu {
	width:468px;
	float: right;
	margin: 10px 0px 0px 0px;
}
.bottomenu ul {
	list-style:none;
	float:right;
	display: block;
	margin:0 1px;
}
.bottomenu li {
	list-style:none;
	display:block;
	float:left;
	margin:0 10px;
}
.bottomenu li a {
	color:#666666;
	text-transform:none;
	font-size:1em;
	font-weight:lighter;
	text-decoration:none;
	white-space: nowrap;
}
.bottomenu li a:hover {
	color:#ccc;
}
.bottomenu li a.selected {
	text-decoration:underline;
}
/* Header ********************************************************************/

#header, #footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left;/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header #logo {
	width:268px;
	float: left;
	margin: 10px 0 0 0;
}
#header #logo IMG {
	border: 0px;
}
.topmenu {
	width:680px;
	float: right;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 36px 0px 0px 0px;
}
.topmenu ul {
	list-style:none;
	float:right;
	display: block;
	margin:0 1px;
}
.topmenu li {
	list-style:none;
	display:block;
	float:left;
	margin:0 1px;
}
.topmenu li a {
	display:block;
	float:left;
	height:30px;
	color:#666666;
	text-transform:none;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	padding:0 0 0 8px;
	text-decoration:none;
	white-space: nowrap;
}
.topmenu li a span {
	display:block;
	float:left;
	height:30px;
	color:#666666;
	line-height:30px;
	padding:0 14px 0 7px;
	white-space: nowrap;
}
.topmenu li a:hover {
	display:block;
	float:left;
	background:url(../images/bgtopmenu.jpg) no-repeat left;
	height:30px;
}
.topmenu li a:hover span {
	display:block;
	float:left;
	background:url(../images/bgtopmenu-dx.jpg) no-repeat right;
	color: #FF6600;
	height:30px;
}
.topmenu li a.selected {
	display:block;
	float:left;
	background:url(../images/bgtopmenu-hover.jpg) no-repeat left;
	height:30px;
}
.topmenu li a.selected span {
	display:block;
	float:left;
	background:url(../images/bgtopmenu-dx-hover.jpg) no-repeat right;
	color:#FFFFFF;
	height:30px;
}


#address{
	display: block;
	width: 960px;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
/**********************************************************************************/
.menuseparator {
	margin:0 10px 0 10px
}
.menuseparator1 {
	margin:0 4px 0 4px
}
#mainContent {
	padding: 2px 0 0 0;
}
/* Easy Slider ********************************************************************/

	#slider ul, #slider li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#slider, #slider li {
	/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:960px;
	height:320px;
	overflow:hidden;
	margin: 10px 0 0 0;
}
#nextBtn, #prevBtn {
	width:93px;
	float:right;
	margin-left:4px;
	margin-right:6px;
}
#prevBtn IMG, #nextBtn IMG {
	border:0px;
}
#controls {
	float:right;
	width:960px;
	text-align:center;
	height:18px;
	margin-top:-44px;
}
/******************************** menu prodotti ****************************************/

#lcol {
	float:left;
	width:224px;
margin: 0px;
padding:0px;


}

#menupro {
	float:left;
	width:224px;
	background-repeat: repeat-y;
	background-position:middle bottom;
	margin: 0px 0px 20px 0;
	border: solid #adadad 1px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	height: auto;
}
#menupro .title {
	color:#666666;
	text-transform:capitalize;
	font-size:12pt;
	font-weight:lighter;
	background-image:url(../images/tabtopbg.png);
	background-repeat:no-repeat;
	height:auto;
	padding: 12px 20px 0px 20px;
}


#menupro .items {
	color:#FFFFFF;
	text-transform: none;
	font-size:11px;
	font-weight: bolder;
	background-image: url(../images/tabbgglass.png);
	background-repeat: no-repeat;
	padding: 6px 20px  10px  20px;
	background-position: bottom;
	height: auto;
}

#menupro .bottom {
	background-repeat:no-repeat;
	height: 40px;
	background-position: center bottom;
	background-color: #C9C9C9;
}
#menushadow {
	background-image: url(../images/menushadow.png);
	background-repeat: no-repeat;
	background-position: center center;
}


#mm {
	LINE-HEIGHT: 120%;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING: 0px;
	WIDTH: auto;
	HEIGHT: auto;
}
#mm A {
	DISPLAY: block;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none; 
	
}
#mm UL {
	list-style:none;
	margin:0 0 0 0;
	padding: 0px 0px 0px 0px;
	display:block;
}
#mm LI {
	
	padding: 8px 0;
	border-bottom: solid  #C5C5C5 1px;

	
}
#mm LI A {
	PADDING:0px 0px 0px 0px;
	WIDTH: auto;
	DISPLAY: block;
	HEIGHT: auto;
	font-weight:bolder;
	
}
#mm LI A.closed {
		COLOR: #3384aa !important
}
#mm LI.firstitem A.closed {
	
	COLOR: #3384aa !important
}
#mm LI.lastitem A.closed {
	
	COLOR: #3384aa !important
}
#mm LI LI {
padding: 0px 15px;
border-bottom: none;
}
#mm LI A.opened {
	COLOR: #ff6600;
}
#mm LI.firstitem A.opened {
	COLOR: #FF6600;
}
#mm LI.lastitem LI {
	MARGIN-BOTTOM: -4px;
	PADDING-BOTTOM: 4px;
}

/************************boxhome**********************************/
.boxhome {
	padding: 10px 14px 14px 14px;
	margin: 0px 10px 10px 0px;
	text-align:left;
	height:auto;
	background-repeat:repeat-x;
	display: block;
	position: relative;
	float: left;
	width: 400px;
}

.dcat {
	padding: 0 0 0 14px;
	margin: 0px;
	float: left;
	width: 410px;
}

#home .rcolumn {
	padding: 0px 10px;
	margin: 0px;
	text-align:left;
	float: right;
	width: 250px;
	border-left: dotted #ccc 1px;
}

#head-az-01{
	text-align:center;
	margin: 0 0 10px 0;
}

#pages .rcolumn {
	padding: 0px 0px;
	margin: 0px;
	text-align:left;
	float: right;
	width: 209px;
	border-left: dotted #fff 1px;
}


.boxhome .title {
	text-transform:none;
	font-weight:lighter;
	font-size:16pt;
	color: #3384AA;
	margin: 0 0 2px 0;
}
.boxhome .title A {
	color:#999;
	text-decoration:none;
}
.boxhome .title A:hover {
	color:#FF9933;
	text-decoration:none;
}
.boxhome .code {
	color:#737272;
	font-size:9px;
	text-transform:uppercase;
}
.boxhome .price {
	color:#ff9933;
	font-size:11px;
	margin:18px 0 0 0;
}
.boxhome .priceBig {
	font-weight: bold;
	text-decoration:none;
	font-size:20px;
	color: #FFFFFF;
}
.boxhome .iva {
	color:#ff9933;
	font-size:9px;
	margin:0 0 0 30px;
}
.boxhome .item {
	margin: 6px 0 0 0px;
	float:left;
	width:400px;
	border-bottom: dotted #ccc 1px;
	padding: 0 0 10px 0;
}
.boxhome .item .txt {
	margin: 0px 0 0 10px;
	text-align:center;
	vertical-align: bottom;
	float:left;
	width:auto;
}
.boxhome .item .txt a {
	color:#3384AA;
	text-decoration:none;
}
.boxhome .item .txt a:hover {
	color: #C0D7E7;
	text-decoration:none;
}
.boxhome .item .thumb {
	margin: 0px 0 0 0;
	text-align:center;
	vertical-align: bottom;
	float:left;
	width:150px;
}
.boxhome .item .thumb IMG {
	vertical-align: bottom;
	border:0px;
}
#mainContent #content {
	width: 960px;
	float: left;
}

#home #mainContent #content {
	padding:20px 0 0 0;
}


.boderleft {
	border-left:dotted #ccc 1px;
}
/* tooltip styling. uses a background image (a black box with an arrow) */ div.tooltip {
	background:transparent url(../images/tooltipan.png) no-repeat scroll 0 0;
	font-size:14px;
	height:123px;
	padding:30px;
	width:213px;
	font-size:14px;
	display:none;
	color:#fff;
}  /* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:18px;
	color:#fff;
}
/* news */
.news_style {
	display:none;
}
.news_show {
	position:absolute;
	color:black;
	clip:rect(0px, 350px, 150px, 0px);
}
.news_show1 {
	position:absolute;
	color:black;
	clip:rect(0px, 350px, 150px, 0px);
}
.news_border {
	width:390px;
	height:152px;
	padding: 0px 5px 5px 5px;
	border-bottom: dotted #CCC 1px;/*overflow: auto;*/	

}
.news_mark {
	width:390px;
	height:35px;
	color:#333;
	text-align:center;
	float: left;
}
.news_title {
	font: bold 120% "Arial", "Lucida Grande", Verdana, Sans-Serif;
	border: 0px solid gray;
	padding: 5px 0px 9px 5px;
	color:black;
	float: left;
}
.news_show img {
	margin-left: 5px;
	margin-right: 5px;
}
.buttondiv {
	position: relative;
	/*float: left;*/
/*top: 169px;*/
padding: 5px 5px 5px 5px;
	border: 0px solid gray;
	/*border-top-color: white;*/
border-top:none;
	height:20px;
	float: right;
}
.news_move {
	position: relative;
}
.mytable {
	width:390px;
	height:150px;
	vertical-align: top;
}
#desc {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	float: right;
	width: 710px;
	border-bottom: dotted #ccc 1px;
}




#udesc{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 720px;
}
#texto {
	float: left;
	width: 490px;
	margin: 0 0 30px 10px;
	text-align: justify;
}
#pages  #texto ul {
	list-style-image: url(../images/arrowbullet.png);
	margin-left: 30px;
}


#slider {
	width:459px;
	height: 600px;
}
.header {width:439px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
.header:hover {background:url(images/header_over.gif)}
.content {display:none; overflow:hidden}
.text {width:425px; border:2px solid #9ac1c9; border-top:none; padding:15px}
#texto #tab-az-01 {


/********************** sheet */
}
.row  .code {
	float: left;
	white-space: nowrap;
	width: auto;
	display: block;
	height: 40px;
}
.row .desc {
	float: left;
	margin: 0 0 0 10px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	width: auto;
    display: none; /* Avoid seeing the dsc for an instant */
}

.row .code .art {
	font-size: 10px;
}
.row .desc h1 {
	font-size: 14px;
	color: #666;
	font-variant: normal;
	text-transform: capitalize;
}
.row .image {
	float: left;
	width: 490px;
	text-align: left;
}
.row {
	display: block;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 490px;
}

.sheet  .code {
	float: left;
	white-space: nowrap;
	width: auto;
	display: block;
	height: 40px;
	margin: 0 0 0 10px;
}
.sheet .desc {
	float: left;
	margin: 0 0 0 10px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	width: auto;
}.sheet .code .art {
	font-size: 10px;
}
.sheet .desc h1 {
	font-size: 14px;
	color: #666;
	font-variant: normal;
	text-transform: capitalize;
}
.sheet .image {
	float: left;
	text-align: left;
	width: 700px;
	margin: 0 0 20px 0;
}

.sheet{
	display: block;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 700px;
	
	}

/******************************** elenco prodotti ****************************************/

.miniatura {
	padding: 20px 14px 14px 14px;
	margin: 0px 0px 10px 10px;
	float:left;
	text-align:left;
	width:187px;
	height:133px;
	background-image:url(../images/bgminiatura.png);
	background-repeat:repeat-x;
	background-color:#E8E6E6;
	border-style: dotted;
	border-width: 1px;
	border-color: #CCC;
	display: block;
	}


.miniatura .title{
	text-transform:uppercase;
	font-weight:bold;
	font-size:10pt;
}
 .miniatura .title A{
color:#999;
text-decoration:none;
}
 .miniatura .title A:hover{
	color:#FF9933;
	text-decoration:none;
}

.miniatura .code{
	color:#737272;
	font-size:10px;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.miniatura .price{ color:#ff9933; font-size:11px; margin:18px 0 0 0;}
.miniatura .priceBig{
	font-weight: bold;
	text-decoration:none;
	font-size:20px;
	color: #FFFFFF;
}
.miniatura .iva{ color:#ff9933; font-size:9px; margin:0 0 0 30px;}

.miniatura .thumb{
	margin: 20px 0 0 0;
	text-align:center;
	vertical-align: bottom;
	height:60px;
}

.miniatura .desc {
	float: left;
	margin: 0 0 0 10px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	width: auto;
    display: none; /* Avoid seeing the dsc for an instant */
}


.miniatura .thumb IMG {
vertical-align: bottom; border:0px;
}

.evidentp {
text-transform:uppercase; font-weight:bolder;
padding:20px 0 0 20px;
background-image:url(../images/evidentpbg.png);
background-repeat:no-repeat;
width: 645px;
height:40px;
color:#FFFFFF;
font-size:11px;
float:left;
margin:10px 0 0 9px;
vertical-align: middle;
}


/******************************** descrizione categoria ****************************************/
#category_dsc{
	margin: 0 0 10px 10px;
	
	}


/******************************** elenco ****************************************/

.pop {
	position: absolute;
	display: inline;
}
.pop .pop_menu {
    display: none;
}
.pop .pop_toggle {
    background-image: url(../images/infoicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    overflow: hidden; float:left;
    cursor: pointer; margin:3px; z-index: 8; }

.active .pop_menu {
	display: block;
	background-color: #333;
	color: #fff;
	border: solid #fff 1px;
	position: absolute;
	padding: 0.6em 0.6em 0.6em 2.6em;
	width: 26em;
}
  .active .pop_menu a {
    color: #fff; }
.active .pop_toggle {
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/infoicon_over.png); 
  margin:3px;
  }


.pager{
	width:95%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 10px 0 10px 10px;
	text-align: right;
}


.pager .selected {
	font-weight:bold;
	color:#FF9933;
	font-size:14px;

}

.pager A:link,
.pager A:visited
{
color:#FF9933;
text-decoration:none;
}

.pager A.selected {
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
}


.pager A:hover{
	color: #CCCCCC;
}

.pager IMG{ border:0px; vertical-align:middle; margin: 0 6px 0 6px;}

#maincontent .title H1{
margin:0px 0px -16px 10px;
text-align:left;}

.tabmainbody {
	width:96%;
	float:left;
	background-image:url(../images/tab-mainbg.png);
	background-repeat:no-repeat;
	padding:0 10px 0 10px;
	min-height:100px;
	text-align:left;
	background:#FEFEFE;
	margin-left:8px;
}

.tabmainbody h1{
font-size:14px;
}

.hrelenco{
	width:96%;
	float:left;
	border-bottom: dotted #ccc 1px;
	vertical-align: middle;
	margin: 10px 0 0 0;
}
.hrelenco IMG{
	float:left;
	margin: 0 30px 0 0;
}
.hrelencodesc{
	float:left;
	margin: 10px 0 0 0;
}

.hrelencodesc A:link,
.hrelencodesc A:visited
{
color:#666666;
text-decoration:none;
}

.hrelencodesc A:hover{
color: #CC3300;
}



.buybtnel {
	float:right;
	margin: 20px 0 0 0;
}

.tabletdimg {
	border: dotted #666 1px;
	padding: 10px 0 0 0;
	vertical-align:middle;
	text-align:center;
	height:150px;
	width: 25%;
	margin: 0 auto;
}
.tabletdimg img {
	margin: 10px 0 10px 0;
}
.tabletdimg A:link, .tabletdimg A:visited {
	color:#FF3333;
	text-decoration:none;
	font-size:10px;
	font-weight:bolder;
}


/************************************** table fairs */
#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 0 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	background: url('../images/blurry.png') bottom right no-repeat;
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #F60;
}
#background-image td
{
	padding: 9px 12px;
	color: #666;
	border-top: 1px solid #fff;
}
#background-image tfoot td
{
	font-size: 11px;
}
#background-image tbody td
{
	background: url('../images/back.png');
}


#background-image tbody tr:hover td
{
	color: #666;
	background: none;
}

#background-image tbody tr:hover td
{
	color: #369;
	background: none;
}

#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('../images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('../images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('../images/gradhover.png') repeat-x;
	color: #339;
}
#searchbox{}#searchbox {
	text-align: center;
	height: 22px;
	margin: 20px 0 0 0;
}

.search_kw_result {
    color: #3384AA;
}

