﻿/********************* SCHEDA_TECNICA_PRODOTTO *******************/
/* ----------------DETTAGLIO-------------- */
#caratteristiche a
{
	font: normal 12px 'Arial';
}
#caratteristiche
{
	margin-bottom: 10px;
}
.dettaglio
{
	width: 700px;
	float: left;
	padding: 4px 24px 24px 10px;
	font: normal 12px 'Arial';
	color: #666666;
}

img.moreinfo
{
	border: 0px;
	margin: 4px 0px 0px 4px;
	width: 10px;
	height: 11px;
}
img.morehelp
{
	border: 0px;
	margin: 4px 0px 0px 4px;
	width: 13px;
	height: 11px;
}

.dett_sx
{
	float: left;
	width: 250px; /*height:250px;*/
}
.dett_cx
{
	float: left;
	width: 25px; /*height:270px;*/
}
.dett_dx
{
	float: left;
	width: 425px; /*height:250px;*/
}
.dett_img
{
	border: 1px solid #CCCCCC;
	width: 250px;
	height: 250px;
}
.dett_imgbg
{
	float: left;
	width: 250px;
	height: 12px;
	background-image: url(../images/bg_artdettaglio.jpg);
	background-repeat: no-repeat;
}
.dett_h2
{
	font: normal 12px 'Arial';
	color: #666666;
	margin: 0px;
}
.dett_dxcrt span
{
	font-weight:bold;
	color:#666666;
	/*color: #999999;*/
}
.dett_dxcrt a
{
	text-decoration: underline;
	color: #3366CC;
}
.dett_areaprice
{
	float: left;
	width: 435px;
	padding: 10px 10px 10px 0px;
	font: normal 10px 'Verdana';
	color: #666666;
	background-color: #EAEAEB;
}
.dett_areapricesx
{
	float: left;
	width: 280px;
}
.dett_areapricesx li
{
	padding-left: 10px;
	margin-left: 10px;
}
.dett_areapricesx a
{
	text-decoration: none;
	color: #0051A0;
	font-weight: bold;
}
.dett_areapricesx li > i
{
	font-weight: bold;
	font-style: normal;
	color: #CC0000;
}
.dett_areapricedx
{
	float: left;
	width: 150px;
	text-align: right;
}
.dett_areapricedx #prezzo
{
	font: bold 23px 'Arial';
	color: #CC0000;
}
.dett_areapricedx #prezzoera
{
	font: normal 10px 'Verdana';
	color: #666666;
}
.dett_areapricedx #sconto
{
	font: bold 10px 'Verdana';
	color: #FE0000;
	letter-spacing: 1px;
}
.dett_areapricebg
{
	float: left;
	width: 425px;
	height: 12px;
	background-image: url(../images/bg_artprice.jpg);
	background-repeat: no-repeat;
}
.banner_dett
{
	float: left;
	width: 728px;
	position: relative;
	text-align: center;
}

.area_iconcarat
{
	float: left;
	position: relative;
	width: 425px;
}

.iconcarat
{
	float: left;
	position: relative;
	width: 360px;
	height: 37;
	margin-top: 10px;
}
.list_chk_verde
{
	background-image: url(../Images/list_chk_verde.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-right: 10px;
}
.list_chk_giallo
{
	background-image: url(../Images/list_chk_giallo.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-right: 10px;
}
.list_chk_rosso
{
	background-image: url(../Images/list_chk_rosso.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* -------------- SLIDESHOW ------------------------- */
/* get rid of those system borders being generated for A tags */
a:active
{
	outline: none;
}

:focus
{
	-moz-outline-style: none;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.slideshowScrollable
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 224px;
	height: 75px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.slideshowScrollable .slideshowItems
{
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}

/* single scrollable item */
.slideshowScrollable img
{
	float: left;
	margin: 2px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	cursor: pointer;
	width: 65px;
	height: 65px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* active item */
.slideshowScrollable .active
{
	border: 1px solid #3366CC;
	z-index: 9999;
	position: relative;
}


/* this makes it possible to add next button beside scrollable */
.slideshowScrollable
{
	float: left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse
{
	display: block;
	width: 10px;
	height: 65px;
	float: left;
	cursor: pointer;
	font-size: 1px;
}

/* right con taglio immagine */
a.right
{
	background: url(../Images/slideDX.gif) no-repeat;
	background-color: #E0E0E0;
	margin: 5px 0px 0px 2px;
}
a.right:hover
{
	background-color: #CCCCCC;
}
a.right:active
{
	background-color: #B1B1B1;
}


/* left con taglio immagine */
a.left
{
	background: url(../Images/slideSX.gif) no-repeat;
	background-color: #E0E0E0;
	margin: 5px 0px 0px 0px;
}
a.left:hover
{
	background-color: #CCCCCC;
}
a.left:active
{
	background-color: #B1B1B1;
}


/* disabled navigational button */
a.disabled
{
	visibility: hidden !important;
}

/* styling for the image wrapper  */
#image_wrap
{
	width: 250px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	-moz-ouline-radius: 4px;
}
/* -------------- SLIDESHOW ------------------------- */

/* -------------- PRODOTTI SLIDER ------------------- */
.hSlider
{
}
.hSlider a.browse
{
    height:18px;
    width:18px;
    display:block;
    background-color:#FFFFFF; 
}
.hSlider a.prevPage
{
    background-image:url('/App_Themes/EPLAZA/Images/left.gif');
    background-position:0px 0px;               
}
.hSlider a.prevPage:hover
{
    background-image:url('/App_Themes/EPLAZA/Images/left.gif');
    background-position:0px 18px;
}
.hSlider a.nextPage
{
    background-image:url('/App_Themes/EPLAZA/Images/right.gif');
    background-position:0px 0px; 
}
.hSlider a.nextPage:hover
{
    background-image:url('/App_Themes/EPLAZA/Images/right.gif');
    background-position:0px 18px;
}
/* -------------- PRODOTTI SLIDER ------------------- */

/* --------------TOOLTIPS------------------ */

.caratteristicheTooltip
{
	display: none;
	background-image: url(../Images/blue_arrow.gif);
	font-size: 11px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #fff;
}

.caratteristicheTooltip img
{
	border: 0;
	cursor: pointer;
	margin: -2px 0px;
}

/* --------------TOOLTIPS------------------ */

/* ----------------TABS-------------------- */

.alettaLink:active
{
	outline: none;
}
/* root element for tabs */
#opzionitabs
{
	/* dimensions */
	width: 710px;
	height: 32px !important;
	margin: 0 !important;
	padding: 0;
	background: url(../Images/bg_scroll.jpg) no-repeat; /* IE6 specific branch (prefixed with "_") */
	_margin-bottom: -2px;
}

/* single tab */
#opzionitabs li
{
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

/* a- tag inside single tab */
#opzionitabs li a
{
	display: block;
	width: 100px;
	height: 32px;
	padding: 0px;
	margin: 0px; /* font decoration */
	font: normal 11px 'Verdana';
	color: #3366CC;
	text-decoration: underline;
	line-height: 33px;
	text-align: center;
}

/* mouseover state */
#opzionitabs a:hover
{
	color: #CC0000;
}

/* currently selected tabs */
#opzionitabs a.current
{
	cursor: default;
	background: url(../Images/bg_scrollpanel100.jpg) no-repeat;
	background-position: 0px 7px;
	font: bold 11px 'Verdana';
	color: #3366CC;
	text-decoration: none;
	line-height: 40px;
}

/* panes */
#opzionipanes
{
	width: 749px;
	height: 165px;
	position: relative;
	overflow: hidden;
	clear: both;
}


/* single pane */
#opzionipanes div
{
	display: none; /*margin:20px 40px;*/
	float: left;
	display: block;
}
#opzionipanes #scrollati
{
	width: 720px;
	padding: 14px;
}


/* our additional wrapper element for the items */
#opzionipanes .items
{
	width: 20000em;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
}
/* ------------CARATTERISTICHE------------ */

table.scheda
{
	width: 100%;
	font: normal 11px 'Verdana';
	color: #666666;
}
td.titcaratt
{
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	color: #111111;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.titvalore
{
	width: 20%;
	height: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.valore
{
	width: 80%;
	height: 25px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* --------------------------------------- */
a
{
	text-decoration: none;
}
h1.titolo
{
	font: bold 22px "Arial";
	color: #FFFFFF;
	margin: 0px 10px 0px 15px;
	padding-top: 6px;
}

h1.titolo2
{
	font: bold 22px "Arial";
	color: #0152A1;
	margin: 0px 10px 0px 15px;
	padding-top: 6px;
}

h2.sottotitolo
{
	font: bold 12px "Verdana";
	color: #CCCCCC;
	margin: 0px 10px 0px 15px;
	padding-top: 2px;
}
.categ_12
{
	font: normal 12px "Arial";
	text-decoration: underline;
	color: #3366CC;
}
.dett_history
{
	width: 610px;
	float: right;
	font: normal 10px 'Verdana';
	color: #CCCCCC;
	text-align: right;
	margin-top: 5px;
	padding-right: 15px;
}
.dett_history span
{
	margin-right: 15px;
	margin-left: 15px;
}
.dett_history a
{
	font: normal 10px "Verdana";
	text-decoration: underline;
	color: #CCCCCC;
}

.filtro_cat_top
{
	font: normal 10px 'Verdana';
	color: #3366CC;
	text-decoration: underline;
}

.filtro_cat_top_disabled
{
	font: normal 10px 'Verdana';
	color: #CCCCCC;
	text-decoration: none;
}

.filtro_cat_top_bold
{
	font: bold 10px 'Verdana';
	color: #3366CC;
	text-decoration: underline;
}

/* --------------------------------------- */
a
{
	text-decoration: none;
}

.cart_scroll
{
	width: 330px;
	float: left;
	padding: 10px !important;
	font: normal 10px 'Verdana';
	color: #666666;
}
.cart_scroll li
{
	list-style: url(../Images/chk_verde.gif) outside;
}
.cart_scroll a
{
	text-decoration: none;
	color: #0051A0;
	font-weight: bold;
}
.cart_scroll i
{
	color: #CC0000;
	font-style: normal;
}
/* ---------------SCROLLER------------------------ */
div.scroller
{
	width: 749px;
	height: 165px;
	overflow: hidden;
}
div.scroller div.section
{
	width: 730px;
	height: 165px;
	overflow: hidden;
	float: left;
	padding: 15px;
	text-align: left;
}
div.scroller div.content
{
	width: 10000px;
}
div.bg_scroll
{
	background-image: url(../Images/bg_scroll.gif);
	background-repeat: repeat-x;
}
div.bg_scrollsx
{
	background-image: url(../Images/bg_scrollsx.jpg);
	background-repeat: no-repeat;
}
div.bg_scrolldx
{
	background-image: url(../Images/bg_scrolldx.jpg);
	background-repeat: no-repeat;
}
div.bg_scrollbottom
{
	background-image: url(../Images/bg_scrollbottom.jpg);
	background-repeat: no-repeat;
}
div.bg_scrollpanel130
{
	background-image: url(../Images/bg_scrollpanel130.gif);
	background-repeat: no-repeat;
}


/********************* SCHEDA_TECNICA_PRODOTTO *******************/

/********************* ESPOSIZIONE (EX TABVIEW EX SHOPVIEW)*******************/

/* ------------------ LISTVIEW - FILTRI --------------------- */
/* -------------------PAGINAZIONE------------------ */
.xpaginazione
{
	float: left;
	width: 330px;
	height: 24px;
	padding-left: 10%;	
}
.ypaginazione
{
	float: left;
	width: 300px;
	height: 24px;
	padding-left: 30%;
}
.precsucc
{
	float: left;
	margin: 6px 5px 0px 4px;
}

a.aprecsucc
{
	font: normal 10px 'Verdana';
	color: #3366CC;
	text-decoration: none;
}

.pagz
{
	float: left;
	width: 16px;
	height: 16px;
	border: 1px solid #C8C8C8;
	background-color: #EFEFEF;
	text-align: center;
	margin: 3px 5px 0px 1px;
	display: block;
}
.pagsel
{
	float: left;
	width: 16px;
	height: 16px;
	border: 1px solid #006EC8;
	background-color: #0186CB;
	text-align: center;
	margin: 3px 5px 0px 1px;
}

.pagsel i
{
	margin: 0px;
	padding: 0px;
	height: 10px;
	line-height: 0px;
	border-spacing: 0px;
}

.pagz i
{
	margin: 0px;
	padding: 0px;
	height: 10px;
	line-height: 0px;
	border-spacing: 0px;
}


.pagx
{
	float: left;
	width: 16px;
	height: 16px;
	text-align: center;
	margin: 3px 5px 0px 1px;
	font: bold 11px 'Arial';
	color: #828282;
}
.pagsel a
{
	font: bold 11px 'Arial';
	color: #FFFFFF;
}

.pagz a
{
	font: bold 11px 'Arial';
	color: #828282;
	width: 16px;
	height: 16px;
	display: block;
}

.pagz:hover
{
	background-color: #FFFFFF;
}

/* ------------------------------------------------- */
/* ------------------ ARTICOLI LISTVIEW --------------------- */
.listview_header
{
	width: 747px;
	height: 57px;
	background-image: url(../images/bg_bodyhd3.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.list_art
{
	width: 730px;
	height: 160px; /*border:1px solid #FF0000;*/
}
.list_img
{
	float: left;
	width: 125px;
	height: 160px;
}
.list_dett
{
	float: left;
	width: 425px;
	height: 155px;
	padding: 0px 15px 0px 15px;
}
.list_prezzi
{
	float: left;
	width: 150px;
	height: 160px;
	background-color: #EAEAEB;
}
.list_img img
{
	border: 0px;
	width: 125px;
	height: 125px;
}
.list_confronto
{
	width: 125px;
	height: 35px;
}
.list_caratgrafico
{
	width: 425px;
	height: 35px;
}
.list_caraticon
{
	width: 300px;
	height: 35px;
}
.list_btndettagli
{
	width: 120px;
	height: 31px;
	float: right;
	margin-top: 4px;
	text-align: right;
}
.list_btndettagli img
{
	border: 0px;
	width: 92px;
	height: 25px;
}
.list_desc
{
	width: 425px;
	height: 125px;
	font: normal 11px "Arial";
	color: #666666;
}
.list_desc a
{
	font: bold 13px "Arial";
	text-decoration: underline;
	color: #3366CC;
}
.list_desc #descriz
{
	font: normal 11px "Arial";
	color: #666666;
	margin-bottom: 5px;
}
.list_desc #list_attrib1
{
	color: #999999;
}
.list_zoom
{
	width: 17px;
	height: 14px;
	position: absolute;
	display: block;
	margin-top: 110px;
	z-index: 10;
}
.list_zoom img
{
	border: 0px;
	width: 17px;
	height: 14px;
}

.list_prezzi #addtocart
{
	position: absolute;
	display: block;
	width: 150px;
	text-align: center;
	margin-top: 129px;
	z-index: 10;
}
.list_prezzi #addtocart img
{
	border: 0px;
	width: 92px;
	height: 25px;
}
.list_prezzi #carat_articolo
{
	position: absolute;
	display: block;
	width: 150px;
	margin-left: 8px;
	margin-top: 65px;
	z-index: 20;
}
.list_prezzi #carat_articolo div
{
	margin-bottom: 2px;
}
.list_prezzi #carat_articolo img
{
	border: 0px;
	width: 16px;
	height: 12px;
	margin-top: 1px;
	margin-right: 3px;
}
.list_prezzi #carat_articolo span
{
	font: normal 10px 'Verdana';
	color: #666666;
}
.list_prezzi #prezzo
{
	font: bold 20px 'Arial';
	color: #CC0000;
	margin-left: 8px;
	margin-top: 8px;
}
.list_prezzi #prezzoera
{
	font: normal 10px 'Verdana';
	color: #666666;
	margin-left: 8px;
}
.list_prezzi #sconto
{
	font: bold 10px 'Verdana';
	color: #FE0000;
	letter-spacing: 1px;
	margin-left: 8px;
}

.list_prezzi #vedipadri 
{
	margin-left:8px;
	margin-top:8px;
}

.list_prezzi #vedipadri a 
{
	font: bold 13px "Arial"; 
	text-decoration: underline; 
	color:#3366CC;
}

.list_prezzi_padre
{
	float:left;
	width:212px;
	height:60px;
	background-color:#EAEAEB;
	position:absolute;
	display:block;
	z-index:20;
	margin-top:300px;
	padding:0px;
}

.list_prezzi_padre #prezzo 
{
	font: bold 18px 'Arial'; 
	color:#CC0000;
	margin-left:8px;
	margin-top:8px;
}

.list_prezzi_padre #vedipadri 
{
	margin-left:8px;
	margin-top:8px;
}

.list_prezzi_padre #vedipadri a 
{
	font: bold 13px "Arial"; 
	text-decoration: underline; 
	color:#3366CC;
}

/* ------------------------TAG CLOUDS------------ */
ul.tagcloud
{
	list-style: none;
	margin: 0;
	padding: 0.5em;
	line-height: 1.2;
	width: 220px;
	text-align: justify;
	font-family: 'Arial';
}
ul.tagcloud li
{
	display: inline;
}
ul.tagcloud a
{
	text-decoration: none;
	color: #787870;
}
ul.tagcloud a:hover
{
	text-decoration: none;
	color: #444; /*margin-right: 0.2em*/
}
a.size1
{
	font-size: 80%;
}
a.size2
{
	font-size: 100%;
}
a.size3
{
	font-size: 125%;
}
a.size4
{
	font-size: 150%;
}
a.size5
{
	font-size: 180%;
}
/* ------------------------------------------------ */
/* ---------------- BOX CHECK CARATTERISTICHE --------------------- */

div.scroll
{
	width: 155px;
	height: 85px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

ul
{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.list_element
{
	float: left;
	width: 180px;
	padding: 2px 0px 2px 2px;
}


.list_element #clink
{
	float: left;
	width: 160px;
	margin-left: 4px;
	/*margin-top: 2px; padding-left: 4px;	 	padding-top: 2px;*/
}

.list_element #clink i
{
	margin: 0px;
	padding: 0px;
	height: 10px;
	line-height: 0px;
	border-spacing: 0px;
}

.list_element span, a
{
	font: normal 11px 'Verdana';
	text-decoration: none;
	color: #000;
}

.list_element img
{
	height: 8px;
	width: 8px;
	border: 0px;
}

.list_chk_caratteristiche
{
	float: left;
	margin-top: 5px;
	width: 10px;
	height: 10px;
	border: 1px solid #CCC;
}
.list_chk_caratteristiche a
{
	width: 10px;
	height: 10px;
	display: block;
}

.chkSEL
{
	height: 8px;
	width: 8px;
	border: 1px solid #FFF;
	background-color: #3366CC;
}
.chkUNSEL
{
	height: 8px;
	width: 8px;
	border: 1px solid #FFF;
	background-color: #FFFFFF;
}

.list_chkRadio_caratteristiche 
{
	float: left;
	margin-top: 3px;
	width: 10px;
	height: 10px;
}

.list_chkRadio_caratteristiche a
{
	display:block;
	width: 10px;
	height: 10px;
}

.chkSELRadio
{
	height: 10px;
	width: 10px;
	background-image: url(../Images/chkRadioOn.gif);
	background-repeat: no-repeat;
}

.chkUNSELRadio
{
	height: 10px;
	width: 10px;
	background-image: url(../Images/chkRadioOff.gif);
	background-repeat: no-repeat;
}


.tendinascroll
{
	width: 180px;
	float: left;
}
/* ------------------ LISTVIEW - FILTRI --------------------- */

.scelta_selezione
{
	float: left;
	width: 110px;
	height: 110px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 22px 10px;
}

.scelta_selezione img
{
	border: 0px;
	width: 90px;
	height: 90px;
}

.scelta_selezione span
{
	font: bold 11px 'Arial';
	color: #FF6600;
}

.ltnumeroarticoli
{
	width: 90px;
	float: left;
	font: bold 12px "Verdana";
	color: #CCCCCC;
	margin: 0px 10px 0px 15px;
	padding-top: 2px;
}

.topfiltro .multifiltro
{
	width: 730px;
	float: left;
}
.paginazione
{
	width: 730px;
	float: left;
	margin-bottom: 8px;
	margin-top: 8px;
}
.topfiltro span
{
	font: bold 12px "Arial";
	color: #666666;
}
.topfiltro span > i:first-child
{
	font-style: normal;
	color: #F35B00;
}
.scelta img
{
	border: 0px;
	margin-top: 5px;
	width: 65px;
	height: 65px;
}
.scelta span
{
	font: bold 11px "Arial";
	text-decoration: underline;
	color: #3366CC;
}

.barraz /* barra azzurra generica */
{
	width: 730px;
	height: 24px;
	float: left;
	margin: 2px 0px 2px 0px;
	background-color: #D2DFEF;
	text-align:center;
}
.barraz #multifiltro_titolo
{
	float: left;
	font: normal 12px "Arial";
	color: #666666;
	margin: 4px 0px 0px 6px;
}
.barraz #multifiltro_titolo > i:first-child
{
	font-style: normal;
	color: #F35B00;
}
.barraz #multifiltro_hide
{
	width: 106px;
	height: 19px;
	float: right;
	margin: 3px 5px 0px 6px;
	background-image: url(../Images/it-IT/btn_annullaScelte.gif);
	background-repeat: no-repeat;
}

.barraz #multifiltro_hide a
{
	font: normal 10px "Verdana";
	color: #3366CC;
	text-decoration: underline;
}

.autofiltro_visibile
{
	width: 730px; /*height: 130px;*/
	overflow: auto;
	float: left;
	display: block;
}
.autofiltro_nascosto
{
	width: 730px;
	float: left;
}


.vedi_griglia
{
	float: right;
	width: 120px;
	margin: 0px 0px 0px 0px;
}
.vedi_griglia img
{
	border: 0px;
	margin: 4px 2px 0px 6px;
	width: 17px;
	height: 17px;
	float: left;
}
.vedi_griglia .tipo_vista
{
	font: normal 10px "Verdana";
	color: #3366CC;
	text-decoration: none;
	float: left;
	margin-top: 3px;
}
.ordinam
{
	float: left;
	font: normal 10px 'Verdana';
	color: #666666;
	margin: 4px 0px 6px 6px;
	width: 200px;
}
.ordinam_empty
{
	float: left;
	font: normal 10px 'Verdana';
	color: #666666;
	margin: 4px 0px 6px 6px;
	width: 180px;
}
/* --------------------------------------- */

/********************* UNIVERSO *******************/
/* -----------------HISTORY--------------- */
.cat_title
{
	width: 300px;
	float: left;
}
.cat_history
{
	width: 430px;
	float: left;
	font: normal 10px 'Verdana';
	color: #3366CC;
	text-align: right;
	margin-top: 16px;
	margin-right: 16px;
}
.cat_history span
{
	margin-right: 15px;
	margin-left: 15px;
}
.cat_boxes
{
	width: 660px;
	float: left;
	margin: 40px 44px 40px 44px;
}
.cat_boxes #categoria
{
	width: 210px;
	height: 70px;
	float: left;
	margin-right: 10px;
}
.cat_boxes div
{
	float: left;
}
.cat_box
{
	margin-left: 10px;
	padding-top: 6%;
	height: 40px; 
	width: 110px;
}
/* --------------------LINK--------------- */
.area_link
{
	width: 740px;
	float: left;
}
h2.titolo3
{
	font: bold 22px "Arial";
	color: #FF6600;
	margin: 0px 10px 0px 15px;
	padding-top: 6px;
}
.links
{
	width: 185px;
	float: left;
	font: bold 15px 'Arial';
	color: #666666;
}
.links #link_titolo
{
	margin-left: 25px;
}
.links #link_lista
{
	margin-left: 35px;
	font: bold 12px 'Arial';
	color: #3366CC;
}
.links #link_lista a
{
	color: #3366CC;
}
/* ------------------ POLAROID --------------------- */
.articolo_polaroid
{
	width: 177px;
	text-align: center;
}
.polaroid
{
	position: relative;
	width: 177px;
	height: 193px;
	background-image: url(../images/bg_artimg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.polaroid_sconto
{
	width: 50px;
	height: 52px;
	position: absolute;
	display: block;
	top: 0px;
	left: 127px;
	font: bold 22px "arial";
	padding-top: 16px;
	color: #FFFFFF;
}
.sc_arancio
{
	/* style da incorporare nell'head su decisione se IE<7 usa la gif? Così com'è su IE6 non si vede nemmeno il div */
	background-image: url(../images/bg_scontoarancio.png);
	background-repeat: no-repeat;
}
.sc_blu
{
	/* style da incorporare nell'head su decisione se IE<7 usa la gif? Così com'è su IE6 non si vede nemmeno il div */
	background-image: url(../images/bg_scontoblu.png);
	background-repeat: no-repeat;
}
.polaroid_sconto > i:first-child
{
	font-style: normal;
	font-size: 11px;
}
.polaroid_articolo
{
	width: 125px;
	height: 125px;
	float: left;
	margin-top: 22px;
	padding-left: 25px;
}
.polaroid_prezzi1
{
	width: 177px;
	float: left;
	font: bold 16px "arial";
	color: #CC0000;
	padding-top: 2px;
}
.polaroid_prezzi2
{
	width: 177px;
	float: left;
	font: normal 10px "verdana";
	color: #FF6600;
}
/* --------------------------------------- */
/* ------------------ ARTICOLI GRIDVIEW --------------------- */
/*div {border:1px solid red;}*/

.grid_art
{
	width: 212px;
	height: 355px;
	padding: 10px 15px 15px 15px;
}
.grid_img
{
	width: 125px;
	height: 125px;
	margin-left: 43px;
}
.grid_img img
{
	border: 0px;
	width: 125px;
	height: 125px;
}
.grid_zoom
{
	width: 17px;
	height: 14px;
	position: absolute;
	display: block;
	margin-top: 110px;
	z-index: 10;
}
.grid_zoom img
{
	border: 0px;
	width: 17px;
	height: 14px;
}
.grid_confronto
{
	width: 125px;
	height: 35px;
}
.grid_lnk
{
	width: 212px;
	text-align: center;
	margin-top: 4px;
}
.grid_lnk a
{
	font: bold 13px "Arial";
	text-decoration: underline;
	color: #3366CC;
}
.grid_descriz
{
	width: 212px;
	font: normal 11px "Arial";
	color: #666666;
	padding-bottom: 5px;
	height:68px;
	overflow:hidden;
}
.grid_descriz #descriz
{
	font: normal 11px "Arial";
	color: #666666;
	margin-bottom: 5px;
}
.grid_descriz #list_attrib1
{
	color: #999999;
}
.list_prezzi_grid
{
	float: left;
	width: 212px;
	height: 120px;
	background-color: #EAEAEB;
	position: absolute;
	display: block;
	z-index: 20;
	margin-top: 240px;
	padding: 0px;
}
.list_prezzi_grid #carat_articolo
{
	/*position: absolute;*/
	display: block;
	width: 200px;
	margin-left: 8px;
	/*margin-top: 65px;*/
	z-index: 5;
}
.list_prezzi_grid #carat_articolo div
{
	margin-bottom: 2px;
}
.list_prezzi_grid #carat_articolo img
{
	border: 0px;
	width: 16px;
	height: 12px;
	margin-top: 1px;
	margin-right: 3px;
}
.list_prezzi_grid #carat_articolo span
{
	font: normal 10px 'Verdana';
	color: #666666;
}
.list_prezzi_grid #prezzo
{
	font: bold 20px 'Arial';
	color: #CC0000;
	margin-left: 8px;
	margin-top: 8px;
}
.list_prezzi_grid #prezzoera
{
	font: normal 10px 'Verdana';
	color: #666666;
	margin-left: 8px;
}
.list_prezzi_grid #sconto
{
	font: bold 10px 'Verdana';
	color: #FE0000;
	letter-spacing: 1px;
	margin-left: 8px;
}

.grid_border_dx
{
	float: left;
	width: 242px;
	height: 380px;
	border-right: 1px dashed #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.grid_noborder_dx
{
	float: left;
	width: 242px;
	height: 380px;
	border-bottom: 1px solid #CCCCCC;
}

.varianti 
{
	position:relative;
	width:242px;
}
.variante 
{
	float:left;
	width:34px;
	height:34px;
	padding:2px;
}
.variante_img
{
	width:32px;
	height:32px;
	border:1px solid #CCCCCC;
}
.variante_img img
{
	width:32px;
	height:32px;
}

.variante_altrevarianti
{
	width:50px;	
}
.variante_altrevarianti a
{
	font: normal 11px 'Arial'; 
	color:#3366CC;
	text-decoration: underline;
}

/* --------------------------------------- */
/*.scelta  dentro a topfiltro 
{
	width: 110px;
	height: 110px;
	float: left;
	margin: 0px 2px 2px 2px;
	text-align: center;
}*/
.scelta
{
	float: left;
	width: 95px;
	height: 65px;
	margin: 5px 17px 4px 17px;
	text-align: center;
}

.filtraggio
{
	float: left;
	width: 100px;
	height: 110px;
	text-align: center;
	margin: 0px 5px 0px 5px;
}
.filtraggio span
{
	font: bold 11px "Arial";
	text-decoration: underline;
	color: #3366CC;
}
.infoHelperGrey
{
	color:#666666;
	font-family:'Verdana';
	font-size:10px;
}

.infoHelper
{
	text-decoration: underline;
	cursor: hand;
	color:#3366CC;
	font-family:'Verdana';
	font-size:10px;	
}

/*------------------------ JQZOOM --------------------*/
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.4;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	z-index:10;
	/*border-color:#c4c4c4;
	border-style: solid;*/
	cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	/*-moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);*/
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	/*border: 1px solid #CCC;*/
	background-color: white;
	padding: 8px;
	text-align:center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width:90px;
	height:43px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}
/*------------------------ JQZOOM --------------------*/
