/* ----------------------------- STILI GENERALI ----------------------------- */
* {
	 margin: 0;
	 padding: 0;
}

body {
	 background: #ffffff;
	 font-family:tahoma;
	 font: Tahoma;
	 color: #333333;
	 font-size: 11px;
}

h1, h2, h3 {
	 color: #333333;
}

h3 {
	 font-size: 1em;
}

p, blockquote, ul, ol {
	 margin-bottom: 1.5em;
	 line-height: 1.65em;
	 text-align: justify;
}

blockquote {
	 margin-left: 2em;
	 margin-right: 2em;
	 font-style: italic;
}

ul {
	 margin-left: 3em;
}

ol {
	 margin-left: 3em;
}

a {
    text-decoration: underline;
    color: #E25194;
}

a:hover {
	text-decoration: none;
	color: #E25194;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
    margin: 5px 0 0 20px;
}

/* ---------------------------------------------------------------------------- */
/* Post */

.post {
}

.post .title {
	/*background: #3C74E6 url(../Images/img06.gif) repeat-x;*/
	font-size: 1em;
	text-transform: uppercase;
	color: #E25194;
	background-image: url(../Images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 5px;
	border-bottom: 1px dotted #BFBFBF;
	background-color: #f0ffff;
}

.post .title span {
	height: 20px;
	padding: 5px 0 0 5px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .cms_content {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
	/*border-top: 1px solid #FFFFFF;*/
	/*background: url(../Images/img07.gif) repeat-x;*/
	min-height:250px;
}

/*==============================================================================*/

/* -----SEZIONE TESTATA IN ALTO (LOGO, MENU)----- */

/* Stili applicati alla testata in alto che contiene logo e menu */
#header {
	width: 760px;
	height: 103px;
	background-image: url(../Images/flash_bg.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-left: auto;
}
/* Immagine logo */
#logo {
}
/* Titolo logo */
#logo h1 {
    display: none;
}
/* Titolo logo */
#logo h2 {
    color: #FFFFFF;
	font-size: 30px;
	padding-top: 43px;
	padding-left: 30px;
	font-family: "Times New Roman", Times, serif;
	float: left;
}
#logo h3 {
	color: #EEEEEE;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	float: left;
	padding-top: 52px;
	padding-left: 5px;
}
#logo h4 {
    float: left;
	padding-top: 49px;
	padding-left: 20px;
}
/* Stile collegamento collegato al logo */
#logo a {
	text-decoration: none;
	color: #000000;
}

/* -----STILI DEL MENU ORRIZONTALE----- */
#menu_primary {
	float:none;
	width: 760px;
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #BFBFBF;
	font-family:tahoma;
	z-index: 100;
}
#menu_primary ul {
	margin: 0;
	list-style: none;
	vertical-align: middle;
	z-index: 100;
}
#menu_primary li {
	display: inline;
	height: 27px;
	vertical-align: middle;
	z-index: 100;
	
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#menu_primary a {
	display: block;
	float: left;
	width: 150px;
	margin-left: 0px;
	text-decoration: none;
	text-align: center;
	color: #E25194;
	
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#menu_primary a:hover {

}
#menu_primary .active a {

}
#pmenu, #pmenu ul {
    padding:0; 
	margin:0; 
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;

}
#pmenu li {
    float:left;
	position:relative;
	text-align: center;
	border-right: 1px dotted #BFBFBF;
height: 27px;
	padding-top: 0px;
	margin-top: 2px;
	
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#pmenu li:hover {
    background-image: url(../Images/flash_bg_menu_2.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	color: #FFFFFF;
}
#pmenu a {
	display:block;
	width:150px;
	color: #E25194;
	height:20px;

	text-decoration:none;
	text-align: center;
	
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#pmenu li:hover > a{
    color: #FFFFFF;
}
#pmenu li ul {
    display: none;
	text-align: left;
}
#pmenu li ul li {
    background-image: none;
	border-bottom: 1px solid #FFFFFF;
}
#pmenu li ul li:hover {
    background-image: none;
}
#pmenu li ul li a {
    color: #FFFFFF;
    font-size: 11px;
	width: 140px;
	text-align: left;
	padding-left: 5px;
	
}
#pmenu li ul li a:hover {
    text-decoration: underline;
}
#pmenu li:hover > ul {
    background-color: #E25194;
    color: #FFFFFF;
	display:block; 
	position:absolute; 
	top:0; 
	left:101px;
	text-align: left;
}
#pmenu > li:hover > ul {
    left: 2px; 
	top: 27px;
	border-top: 1px solid;
	border-color: transparent;
	color: #FFFFFF;
	text-align: left;
}
#pmenu .active a {
}
#pmenu li.last-li {
     border-right: none;
}

/*============================================================================*/

/* ----------- CONTENITORE DELLE COLONNE DI SINISTRA, CENTRALE, DESTRA ---------- */
#container {
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-top: 0px;
}

/*============================================================================*/

/* -----SEZIONE DEFINIZIONE REGOLE PER LE COLONNE LATERALI----- */
/* div contenitore della colonna di sinistra */
#modarea_1 {
	width: 180px;
	padding-top: 10px;
}
/* div contenitore della colonna di destra */
#modarea_2 {
    display: none;
	float: right;
	width: 200px;
	padding-left: 0px;
	padding-top: 10px;
}
#areaflash {
	float:right;
	display:inline;
	width: 545px;
	height: 124px;
	margin-top: 10px;
	margin-right: 14px;
}

/*============================================================================*/

/* -----SEZIONE DEDICATA ALLA COLONNA CENTRALE----- */
#main {
	float: left;
	width: 560px;
	padding-left: 20px;
	padding-top:10px;
}
#contenuto {
    width: 560px;
}
.object {
    margin-bottom:10px;
	margin-left:5px;
	margin-right:0px;
}
.object .title {
	display:none;
}
.object .title h2 {
	display:none;
}
.object .content {
	padding: 20px 0 20px 0;
}

#IdObjectPage {
    margin-top:15px;
}
#contenuto a {
    text-decoration: none;
	color: #E25194;
}
#contenuto ul {
    list-style-image:url(../Images/list_marker.gif);
    margin-left: 20px;
}
#contenuto #IdObjectPage .object ul {
    list-style-image:url(../Images/list_marker.gif);
    margin-left: 20px;
}
#contenuto #IdObjectPage ul {
    list-style-image: none;
}
#contenuto #IdObjectPage .object ul li img {
    vertical-align: middle;
}
#contenuto #IdObjectPage .object ul ul {
    list-style-image: none;
	list-style-type: none;
    margin-left: 0px;
}
#contenuto #IdObjectPage .object ul ul li.titolo {
	font-weight: bold;
	list-style-type: none;
}
#contenuto #IdObjectPage .object ul ul li.testo {
    list-style-type: none;
}

/* ============================================================================== */

/* -----STILI DEGLI OGGETTI----- */

/* Stili dell'oggetto, form di contatto */
#contact table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-top: 5px;
}
#contact input  {
    font-size: 0.9em;
}

/* Stili dell'oggetto conferma rimozione dalla mailing list */
#mailremove table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-top: 5px;
}
#mailremove input  {
    font-size: 0.9em;
}
/* -----Stili documentazioni----- */ 
#documentazioni li.documenti {
    margin-left: -5px;
	list-style:none;
	text-decoration: none;
	background-image: url(../Images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 15px;
}
#documentazioni li.categoria {
    list-style:none;
	text-decoration: none;
	background-image: url(../Images/puntointris.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-left: 15px;
	margin-left: -20px;
}

/*===========================================================================*/

/* -----SEZIONE DEL FOOTER----- */
#rigafooter {
    clear: both;
	width: 760px;
	height: 4px;
	margin: 0 auto;
	border-top: 2px solid #BFBFBF;
}
#footercontent {
	clear: both;
	width: 760px;
	height: 85px;
	margin: 0 auto;
	/*padding: 20px 0;*/
	background: url(../Images/foot_bg.gif) no-repeat;
	background-position: bottom;
	color: #FFFFFF;
	background-color: #5ad9e0;
	padding-top: 4px;
}
#footer {
	width: 500px;
	float: left;
	text-align: center;
	line-height: normal;
	font-size: 13px;
	margin-left: 45px;
	margin-top: 0px;
}
img.immaginefooterleft {
    float: left;
	margin-left: 5px;
}
img.immaginefooterright {
    float: right;
	margin-right: 5px;
}
#footer p {
    
}
#footer a {
	text-decoration: underline;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
}
/* Footer > Legal */
#legal {
}
/* Footer > Links */
#links {
}

/*============================================================================*/

/* -----SEZIONE DEL FOOTER POPUP----- */
#footerpopup {
	clear: both;
	width: 570px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../Images/img02.jpg) no-repeat;
}
#footerpopup p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}
#footerpopup a {
	text-decoration: underline;
	color: #666666;
}
#footerpopup a:hover {
	text-decoration: none;
}
/* div contenitore del POPUP*/
#containerpopup {
	width: 570px;
	margin: 0 auto;
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background-color: #eaeaea;
}

/*============================================================================*/

/* -----STILI ASSOCIATI AL TEMPLATE PER LE MAIL----- */
#headerpopup {
	width: 570px;
	height: 130px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #000000;
}
.mail_content {
    background-color:#FFFFFF;
    padding:10px;
}

/*===========================================================================*/

/* -----STILI SOTTOMENU PRIMARIO----- */
#menprisubmenu{
	background-image: url(../Images/SubMenuSfondo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:2px;
	margin-top:-10px;
	padding-top:10px;
	color:#FFFFFF;
	margin-bottom:10px;
}
#menprisubmenu a{
	color:#FFFFFF;
}
#titlesubmenupri{
    display:none;
}
#mensecsubmenu{
	background-image: url(../Images/SubMenuSfondo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:2px;
	margin-top:-10px;
	padding-top:10px;
	color:#FFFFFF;
	margin-bottom:10px;
}
#mensecsubmenu a{
	color:#FFFFFF;
}
#titlesubmenusec{
    display:none;
}

/*===========================================================================*/

/* -----STILI OGGETTO GALLERIA FOTOGRAFICA----- */
#OBJ_gallery {

}
#OBJ_gallery a {
   text-decoration: none;
   color: #000000;
}
#OBJ_Box_Gallery {
   height:270px;
   float:left;
   width:249px;
   #width:249px;
   position:relative;
   border: 1px dotted #000000;
   background-color:#FFFFFF;
   margin-right:10px;
   margin-top:10px;
}
#OBJ_DettagliGallery{
	position:absolute;
	height:55px;
	width:239px;
	#width:239px;
	bottom:0px;
	left:0px;
	padding-left:5px;
	padding-right:5px;
	background-color: #f0ffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	overflow: auto;
}
#OBJ_Box_Gallery img{
   display:block; 
   margin-left:auto;
   margin-right:auto;
   margin-top: 5px;
}
a.indietro {
   border: 1px solid #dedfde;
}
a:hover.indietro {
   border: 1px solid #dedfde;
}

/*===========================================================================*/

/* -----STILI PAGINE POPUP----- */
body.bodypopup {
     background-color: #ffffff;
     padding: 10px;
}
#logopopup {
     background-color: #E25194;
	 min-height: 60px;
	 margin-bottom: 10px;
	 padding: 5px;
	 vertical-align: middle;
	 padding-top: 20px;
	 padding-left: 15px;
}

#logopopup img {
     vertical-align: middle;
}
#contentpopup fieldset{
     min-height: 230px;
	 padding: 10px;
}
#detail {
}
#detail a {
     text-decoration: none;
     color: #00000;
}
#detail a:hover {
	 text-decoration: none;
	 color: #000000;
}
#detail ul {
	 margin: 0px;
	 padding: 0px;
	 list-style-type: none;
}
#detail li.titolo{
     font-size: 15px;
     font-weight: bold;
}
#detail ul li.sottotitolo{
     font-size: 14px;
}
#detail ul li.testo{
     margin-top: 10px;
}
#detail ul li.data{
     margin-bottom: 10px;
}
#detail ul li.allegato{
}
#detail ul li.link{
}
#detail .centro {
     vertical-align: middle;
}

/*===========================================================================*/

/* -----STILI PER IL BOX RICERCA NELLE PAGINE WEB, STILI PAGINA RISULTATI----- */
#search{
	/*background-image: url(../Images/Search.png);
	background-repeat: no-repeat;*/
	float: right;
	height: 50px;
	width: 300px;
	margin-top: 38px;
	margin-right: 0px;
	color: #FFFFFF;
}
#search #frmsearchpage{
    margin-left:20px;
    margin-top:10px;
}
#search #searchtext{
    width:130px;
    margin-right:10px;
    margin-left:10px;
	color: #000000;
}
#searchbutton{
    color: #000000;
}
#searchresults{
	margin-top:20px;
}
#searchresults .intes {
	list-style:none;
	text-decoration: none;
	background-image: url(../Images/puntointris.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-left: 15px;
	margin-left:-15px;
}
#searchresults > ul > li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}
#searchresults li .tit {
	list-style:none;
	text-decoration: none;
	background-image: url(../Images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 15px;
	margin-left:-15px;
	margin-bottom:2px;
}
#searchresults ul{
	margin-bottom:2px;
}
#searchresults  li ul li ul li{
	list-style:none;
	padding-left: 0px;
	margin-left:-40px;
	margin-bottom:2px;
}
.MN{
	cursor:pointer;
	font-weight: bold;
}
#contenuto .highlight { 
    background-color: yellow;
    display:inline; 
}
#contentpopup .highlight { 
    background-color: yellow;
    display:inline; 
}

/* ============================================================================== */

/* -----STILI APPLICATI AI BOX----- */
.boxed {
    margin-bottom: 5px;
	background-color: #f0ffff;
	border: 1px solid #e6ffff;
}
/* Titolo del box */
.boxed .title {
	/*background: #3C74E6 url(../Images/img06.gif) repeat-x;*/
	padding-left: 20px;
}
.boxed .title .imgtitleleft {
    float: left;
	margin-left: 5px;
	margin-right: 5px;
    /*display: none;*/
	padding-top: 15px;
}
.boxed .title .imgtitleleft img {
    /*height: 25px;*/
	vertical-align: middle;
}
.boxed .title .imgtitleright {
    float: right;
	margin-right: 5px;
	display: none;
}
.boxed .title .imgtitleright img {
    height: 25px;
	vertical-align: middle;
	display: none;
}
/* Titolo del box utilizzati nella gestione layout */
.boxed .title .titolo {
    /*float: left;*/ /*abilitare se l'immagine e' a destra*/
}
.boxed .title .titolo h2 {
	height: 30px;
	/*padding: 3px 0 0 3px;*/
	text-transform: uppercase;
	font-size: 1em;
	color: #E25194;
	padding-top: 16px;
	border-bottom: 1px dotted #BFBFBF;
	margin-right: 20px;
}
/* Contenuto del box */
.boxed .content {
	padding-right: 20px;
	/*border-top: 1px solid #FFFFFF;*/
	/*background: url(../Images/img07.gif) repeat-x;*/
	padding-top: 10px;
	padding-left: 32px;
}
/* Stile dei collegamenti del box*/
.boxed .content a {
    text-decoration: none;
	color:#636363;
}
/* Stile delle liste del box*/
.boxed .content ul {
	font-size: 12px;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 0px;
}
.boxed .content ul li {
    margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
}
.boxed .content ul ul {
    list-style-type: none;
	text-align:center;
	margin-left:-20px;
}
.boxed .content ul li h3 {
	font-size: 12px;
	font-weight: normal;
	color: #E25194;
}
.boxed .content ul li h3 img {
    vertical-align: middle;
}
.boxed .content ul li h4 {
	font-size: 12px;
	font-weight: normal;
}
.boxed .content ul li p {
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*border-bottom: 1px solid #999;*/
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
}

/* Personalizzazione box dedicato al login utente */
#login {
    margin-bottom: 5px;
}
#login form {
}
#login fieldset {
	border: none;
}
#login legend {
	display: none;
}
#login label {
	display: block;
}
#login input {
	
}
#inputtext1, #inputtext2 {
	width: 98%;
}
#inputsubmit1 {
	margin: 0;
	margin-top: 5px;
}

/* Personalizzazione del box dedicato alle news, modalita grafica */
#newsgraf {
}
#newsgraf ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#newsgraf h3 {
	font-size: .8em;
}
#newsgraf p {
	line-height: normal;
	font-size: .8em;
}
#newsgraf a {
	text-decoration: none;
}

/* ============================================================================== */

/* -----SEZIONE STILI USATI DAI JAVASCRIPT----- */

/* -----STILI APPLICATI ALLA GALLERY USATA NEGLI OGGETTI E NEI POPUP----- */
div.contentgal {
	display: none;
	float:right;
	width:530px; 
}
div.contentgal a, div.navigationgal a {
	text-decoration: none;
	color: #777;
}
div.contentgal  a:focus, div.contentgal  a:hover, div.contentgal  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 530px;
	height: 330px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigationgal {
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	margin-right: 15px;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigationgal div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

div.navigationgal {
    width:535px;
}

div.contentgal {
    display:block;
}

#thumbs-adv {
	text-align:center;
}

/* STILI UTILIZZATI DAL JAVASCRIPT PER LO SLIDESHOW DEI BOX E DELLE FOTO */

.glidecontentwrapper{
position: relative; /* Do not change this value */
/*background-color: #fff;*/
width: 100%;
height: 160px; /* Set height to be able to contain height of largest content shown*/
/*border: 1px solid #006699;*/
overflow: hidden;
/*background-color: #FFFFFF;
background: #eaeaea url(../Images/img07_new.gif) repeat-x;*/
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
/*padding: 10px;*/
visibility: hidden;
width: 100%;
height: 125px;
text-align: center;
background-color: #FFFFFF;
background: #eaeaea url(../Images/img07_new.gif) repeat-x;
}

.glidecontent2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
/*padding: 10px;*/
visibility: hidden;
width: 100%;
height: 125px;
text-align: center;
background-color: #FFFFFF;
background: #eaeaea url(../Images/img07_new.gif) repeat-x;
}

.glidecontent3{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
/*padding: 10px;*/
visibility: hidden;
width: 100%;
height: 160px;
text-align: center;
background-color: #eaeaea;
/*background: #eaeaea url(../Images/img07_new.gif) repeat-x;*/
}

.glidecontent4{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
/*padding: 10px;*/
visibility: hidden;
width: 100%;
height: 150px;
text-align: center;
background-color: #FFFFFF;
background: #eaeaea url(../Images/img07_new.gif) repeat-x;
}

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontent img {
                   
} 

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
display: none;
visibility: hidden;
width: 0px;
height: 0px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

/* STILI PER IL MENU SECONDARIO TREE SLIDING*/
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	margin-right: 5px;
}

.treeview ul {
	/*background-color: white;*/
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	/*background-color: #eee;*/
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(../images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/treeview-red.gif); } 

.treeview-black li { background-image: url(../images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../images/treeview-black.gif); }  

.treeview-gray li { background-image: url(../images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(../images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { padding: 0px; display: block; }
.filetree span.file { background: url(images/notreeview-famfamfam.gif) -7px -5px no-repeat;}
.filetree li.nosub { background: url(../images/notreeview-famfamfam.gif) 6px 10px no-repeat;}


/*============================================================================*/

/* -----STILI GENERALE INTESTAZIONE: GALLERY INTESTAZIONE, MENU SECONDARIO----- */
#menu2 {
	width: 780px;
	height: 264px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #eaeaea;
}

/* -----STILI PER LA GALLERY INTESTAZIONE----- */
#gallery_page {
	float: left;
	width: 560px;
	height:166px;;
	line-height: 156px;
	padding-top: 0px;
	margin-left: 0px;
	background-color:#FFFFFF;
	text-align:center;
	margin-bottom: 20px;
	border-bottom: 2px solid #BFBFBF;
}
#gallery_page img {
	vertical-align:middle;
}

/* -----STILI PER IL MENU SECONDARIO----- */
#menu_secondary {
	margin-top: 8px;
	margin-bottom: 0;
	background-color: #E25194;
	border: 1px solid #e6ffff;
	margin-left: 2px;
}
#menu_secondary_simple a{
	color: #FFFFFF;
	text-decoration: none;	
	text-align:left;
}
#menu_secondary_simple {
	margin-top: 8px;
	margin-bottom: 0;
	background-color: #E25194;
	border: 1px solid #e6ffff;
	margin-left: 2px;
	text-align:left;
}
#menu_secondary a{
	color: #FFFFFF;
	text-decoration: none;	
}
#pmenusec{
	margin-left: 0px;
	width:156px;
	position:relative;
	z-index:1000;
}
#pmenusec ul{
    margin-top:-5px;
    padding: 0;
    list-style: none;
	z-index:1000;
}
#pmenusec li{
    display: inline;
    margin: 0;
    padding: 0;
}
#pmenusec a:link, #pmenusec a:visited{
	display: block;
	color: #FFFFFF;
	background-image: url(../Images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	padding-left: 30px;
}
#pmenusec a:hover, #pmenusec a:focus, #pmenusec a:active{
	color: #FFFFFF;
	background-image: url(../Images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 16px 8px;

}
#pmenusec li ul {
    display: none;
	width:160px;
	background-color: #E25194;
	filter:alpha(opacity=85);
	opacity:.85;
	color: #FFFFFF;
}
#pmenusec ul li ul li a {
    color: #FFFFFF;
}
#pmenusec li:hover > ul {
    display:block; 
	position:absolute; 
    color: #FFFFFF;
	left:50px; 
	#left:50px; 
	margin-top:-18px;
}
#pmenusec > li:hover > ul {
    left:50px; 
	#left:50px; 
    color: #FFFFFF;
	border-top: 1px solid;
	border-color: transparent;
}

#menu_secondary ul#treesimple {
    margin-top: 5px;
	margin-left: 10px;
	padding-left: 0px;
	margin-right: 10px;
}

#menu_secondary ul#treesimple a:hover{
    color: #E25194;
	background-color: #FFFFFF;
}


#menu_secondary ul#treesimple li {
    list-style-type: none;
}

#menu_secondary ul#treesimple li ul {
    margin-left: 7px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#menu_secondary ul#treesimple li ul li{
    list-style-type: none;
	padding-left: 7px;
	background-image: url(../images/notreeview-famfamfam.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#menu_secondary ul#treesimple li ul li ul {
    margin-left: 7px;
	padding-left: 0px;
}

#menu_secondary ul#treesimple li ul li ul li{
    list-style-type: none;
	padding-left: 7px;
	background-image: url(../images/notreeview-famfamfam.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#menu_secondary_simple ul#treesimple {
    margin-top: 5px;
	margin-left: 10px;
	padding-left: 0px;
	margin-right: 10px;
}

#menu_secondary_simple ul#treesimple a:hover{
    color: #E25194;
	background-color: #FFFFFF;
}


#menu_secondary_simple ul#treesimple li {
    list-style-type: none;
}

#menu_secondary_simple ul#treesimple li ul {
    margin-left: 7px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#menu_secondary_simple ul#treesimple li ul li{
    list-style-type: none;
	padding-left: 7px;
	background-image: url(../images/notreeview-famfamfam.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#menu_secondary_simple ul#treesimple li ul li ul {
    margin-left: 7px;
	padding-left: 0px;
}

#menu_secondary_simple ul#treesimple li ul li ul li{
    list-style-type: none;
	padding-left: 7px;
	background-image: url(../images/notreeview-famfamfam.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

/*============================================================================*/

/* -----STILI PER LA PAGINAZIONE----- */
div.pagination {
    padding: 3px;
    margin: 3px;
	text-align:left;
}

div.pagination a {
	border: 1px solid #dedfde;
	margin-right:3px;
	padding:2px 6px;
	background-position:bottom;
	text-decoration: none;
	color: #99210B;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000;
	background-image:none;
	background-color:#777777;
	color: #fff;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	font-weight: bold;
	color: #99210B;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;
	color: #adaaad;
}

/*==============================================================================*/

/* -----STILI E-COMMERCE----- */

/* Stili del box dedicato al carrello espanso, con piu informazioni */
#BoxCarrelloExpanded table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 2px;
}
#BoxCarrelloExpanded td.totale {
    border-top: 1px solid #888;
}
#BoxCarrelloExpanded a {
	text-decoration: none;
}

/* Personalizzazione box ricerca semplice*/
#BoxSearchsimple .content {
    margin-bottom: 0px;
	padding-bottom: 0px;
}
#BoxSearchsimple input#ricerca {
    width: 98%;
}
#BoxSearchSimple ul li h3 {
    width: 50px;
}
#BoxSearchsimple ul li h3 {
    padding-bottom: 5px;
}
#BoxSearchsimple ul li p {
    display: none;
}

/* Stili per il box categorie dinamico*/
#slide {
	 padding: 0px; 
	 margin: 0px; 
	 width: 181px; 
	 position: absolute
	 height: auto;
	 color: #7b0e0e;
}
#slide DT {
	 padding: 0px; 
	 margin: 0px; 
	 width: 181px; 
	 cursor: pointer; 
	 line-height: 25px; 
	 height: 25px; 
	 text-align: center
}
#slide DT.slide {
}
#slide DT A {
	 display: block; 
	 line-height: 37px; 
	 height: 37px; 
	 text-decoration: none
}
#slide DT A:hover {
	 color: #E58C24;
}
#slide DD {
	 padding: 0px; 
	 margin: 0px; 
	 overflow: hidden; 
	 width: 181px; 
	 position: relative; 
	 text-align: center
}
#slide DD UL {
	 padding: 0px; 
	 text-align: center;
	 left: 0px; 
	 margin: 0px; 
	 bottom: 0px; 
	 list-style-type: none; 
	 position: absolute; 
}
#slide DD UL LI {
	 width: 181px; 
	 line-height: 25px; 
	 border-bottom: #aaa 1px solid; 
}
#slide DD UL LI A {
	 display: block; 
	 color: #666; 
	 text-decoration: none
}
#slide DD UL LI A:hover {
	 color: #E58C24;
}

/* Personalizzazione box categorie */
#BoxCategories ul li p {
    display: none;
}

#BoxCategories ul ul {
    display: none;
}

#BoxCategories ul ul li {
    display: none;
}

/* Personalizzazione box carrello semplice */
#BoxCarrellosimple ul li h4 {
    display: none;
}

#BoxCarrellosimple ul li p {
    border-bottom: 0px;
}

#BoxCarrellosimple ul ul {
    display: none;
}

#BoxCarrellosimple ul ul li {
    display: none;
}

/* Stili dell'oggetto lista prodotti */
#listproducts table {
    width: 100%;
	border-collapse: collapse;
}
#listproducts td {
    border-bottom: 1px solid #888; 
	padding: 5px 5px 5px 0px;
	vertical-align:top;
}
#listproducts td.descell {
    border-bottom: 0px solid #888; 
}
#listproducts td.image {
    width: 80px;
}
#listproducts img {
    border: 1px dashed #888;
}
#listproducts a {
    text-decoration: none;
}
#listproducts ul {
    margin: 0px;
}
#listproducts li {
    list-style: none;
	font-size: 0.85em;
}
#listproducts li.price {
    font-weight: bold;
}
#listproducts li.oldprice {
    text-decoration: line-through;
}
#listproducts input.trova {
    height:20px;
	font-size:0.7em;
}

/* Stili dell'oggetto archivio news */
#listcategories table {
    width: 100%;
	border-collapse: collapse;
}
#listcategories td {
    padding-bottom: 20px;
}
#listcategories a {
    text-decoration: none;
}
#listcategories ul {
    margin: 0px;
	text-align: center;
}
#listcategories li {
    list-style: none;
}
#listcategories li.desc {
    font-size: 0.85em;
}
#listcategories li img {
    width: 90px;
}
#OBJ_Box_Cat {
   height:180px;
   float:left;
   width:148px;
   #width:153px;
   position:relative;
   border: 1px dotted #000000;
   background-color:#FFFFFF;
   margin-right:10px;
   margin-top:10px;
}
#OBJ_Box_Cat img{
	margin-top:5px;
   display:block; 
   margin-left:auto;
   margin-right:auto;
}
#OBJ_Dettagli_Cat{
	position:absolute;
	height:60px;
	width:138px;
	#width:143px;
	bottom:0px;
	left:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-color: #E4E4E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align:center;
}
#numprodcat{
	display:block;
}

/* Stili dell'oggetto carrello */
.carrello{
	width:100%;
}
#cart table {
    width: 100%;
	border-collapse: collapse;
}
#cart tr.intestazionecart {
    font-weight: bold;
}
#cart td {
    border-bottom: 0px solid #888;
	padding-right: 5px;
	vertical-align: top;
	padding-bottom: 10px;
}
#cart td.campo1 {
    width: 50px;
}
#cart td.campo2 {
    width: 50px;
}
#cart td.campo3 {
    width: 215px;
}
#cart td.campo4 {
    width: 70px;
}
#cart td.campo5 {
    width: 95px;
}
#cart td.checkbox {
    text-align: center;
}
#cart td.price {
    text-align: right;
}
#cart ul {
    margin: 0px;
}
#cart li {
    list-style: none;
}
#cart a {
    text-decoration: none;
}
#cart input {
    font-size: 0.9em;
}
#cart ul.riepilogocart {
    text-align: right;
	font-size: 0.9em;
}	
#cart li.tot {
    text-decoration: underline;
}	

/* Stili procedure ordine passaggio 1 */
#orderstep1 table {
    width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}	
#orderstep1 .title{
display:none;
}
#orderstep1 td {
    vertical-align: top;
	padding-bottom: 10px;
}	
#orderstep1 ul {
    margin: 0px;
}
#orderstep1 li {
    list-style: none;
}
#orderstep1 li.desc {
    margin-bottom: -5px;
}		
#orderstep1 input {
    font-size: 0.9em;
	margin-left: 5px;
}
#orderstep1 select {
    font-size: 0.9em;
	margin-left: 5px;
} 
#orderstep1 span.cap {  
    margin-right: 24px;
}
#orderstep1 span.citta {  
    margin-right: 92px;
}
#orderstep1 table#selspedizione {
    width: 100%;
	margin-left: 40px;
}

/* Stili procedure ordine passaggio 2 */
#orderstep2 table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}
#orderstep2 .title {
	display:none;}
#orderstep2 tr.intestazionecart {
    font-weight: bold;
}
#orderstep2 td {
    border-bottom: 0px solid #888;
	padding-right: 15px;
	vertical-align: top;
	padding-bottom: 10px;
}
#orderstep2 td.campo2 {
    width: 50px;
}
#orderstep2 td.campo3 {
    width: 260px;
}
#orderstep2 td.campo4 {
    width: 70px;
}
#orderstep2 td.campo5 {
    width: 100px;
}
#orderstep2 td.price {
    text-align: right;
}	
#orderstep2 td.campodescriepilogo {
    width: 300px;      
}
#orderstep2 table#selpagamento {
    width: 100%;
	margin-left: -20px;
	margin-top: 10px;
}
#orderstep2 ul {
    margin: 0px;
}
#orderstep2 li {
    list-style: none;
}
#orderstep2 input {
    font-size: 0.9em;
} 

#orderstep2 table tr td ul {
    list-style-type: none
	margin: 0px;
	padding:0px;
}

#orderstep2 table tr td ul li {
    list-style-type: none
	margin: 0px;
	padding:0px;
}

/* Stili procedure ordine passaggio 3 */
#orderstep3 table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}
#orderstep3 .title {
	display:none;
}
#orderstep3 a {
    text-decoration: none;
}
#orderstep3 tr.intestazionecart {
    font-weight: bold;
}
#orderstep3 td {
    border-bottom: 0px solid #888;
	padding-right: 15px;
	vertical-align: top;
	padding-bottom: 10px;
}
#orderstep3 td.campo2 {
    width: 50px;
}
#orderstep3 td.campo3 {
    width: 260px;
}
#orderstep3 td.campo4 {
    width: 70px;
}
#orderstep3 td.campo5 {
    width: 100px;
}	
#orderstep3 td.price {
    text-align: right;
}
#orderstep3 td.campodescriepilogo {
    width: 250px;      
}
#orderstep3 td.campovalriepilogo {
    text-align: left;      
}
#orderstep3 table#selpagamento {
    width: 100%;
	margin-left: -20px;
	margin-top: 10px;
}
#orderstep3 ul {
    margin: 0px;
}
#orderstep3 li {
    list-style: none;
}
#orderstep3 input {
    font-size: 0.9em;
} 

/* Stili procedure ordine passaggio 4 */
#orderstep4 table {
    width: 350px;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
}
#orderstep4 span.logopaypal {
    float: left;
	vertical-align: middle;
}
#orderstep4 span.descpaypal {
    float: right;
	text-align: justify;
	vertical-align: middle;
}


/* Stili dell'oggetto modifica dati anagrafici cliente/agente */
#usermod table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	margin-top: 5px;
}
#usermod td.campo {
    width: 200px;
}
#usermod td.privacy {
    border: 1px solid #888;
}
#usermod input {
    font-size: 0.9em;
}


/* Stili dell'oggetto storico degli ordini utente */
#archiveorders table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	margin-top: 5px;
} 
#archiveorders td.campo1 {
    width: 25%;
}
#archiveorders td.campo2 {
    width: 25%;
}
#archiveorders td.campo3 {
    width: 25%;
}
#archiveorders td.campo4 {
    width: 25%;
	text-align: right;
}
#archiveorders td.price {
    text-align: right;
}
#archiveorders a {
    text-decoration: none;
}


/* Stili dell'oggetto storico degli articoli acquistati dall'utente */
#archiveproducts table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}
#archiveproducts tr.intestazionecart {
    font-weight: bold;
}
#archiveproducts td {
    border-bottom: 0px solid #888;
	padding-right: 15px;
	vertical-align: top;
	padding-bottom: 10px;
}
#archiveproducts td.campo0 {
}
#archiveproducts td.campo1 {
}
#archiveproducts td.campo2 {
}
#archiveproducts td.campo3 {
}
#archiveproducts td.campo4 {
}
#archiveproducts td.price {
    text-align: right;
}	
#archiveproducts ul {
    margin: 0px;
}
#archiveproducts li {
    list-style: none;
}
#archiveproducts a {
    text-decoration: none;
}

/* Stili dell'oggetto lista prodotti in offerta */
#OBJ_content {
    border: 1px dotted #000000;
}
#OBJ_Box_Offerta {
   height:220px;
   float:left;
   width:148px;
   #width:153px;
   position:relative;
   border: 1px dotted #000000;
   background-color:#FFFFFF;
   margin-right:10px;
   margin-top:10px;
}
#OBJ_Box_Offerta img{
   display:block; 
   margin-left:auto;
   margin-right:auto;
}
#OBJ_Dettagli{
	position:absolute;
	height:100px;
	width:138px;
	#width:143px;
	bottom:0px;
	left:0px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFF7E1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* Stili dell'oggetto dettaglio prodotto */
#dettArticolo {
   margin-top:20px;
}
#imgArticolo img {
   display:block;
   margin-left:auto;
   margin-right:auto;
}
#formaddproduct {
   margin-top:20px;
   text-align:right;
	background-color: #FCDCDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;   
	padding:10px;
}
#detailproduct table {
   width: 60%;
   margin-right:0px;
   margin-left:auto;
}
#detailproduct td {
   vertical-align: top;
}
#detailproduct ul {
	margin-left:0px;
	margin-top:15px;
}
#detailproduct li {
    list-style: none;
}
#detailproduct span input {
    vertical-align: middle;
}
#detailproduct span.cart {
    margin-left: 15px;
}
#detailproduct span img {
    vertical-align: middle;
	margin-right: 5px;
}
#detailproduct a {
    text-decoration: none;
}
#detailproduct #col1{
    text-align:right;
    margin-right:10px;
}
.OriginalPrice{
	font-weight: bold;
}
.discount{
	font-weight: bold;
	color: #990000;
}
.FinalPrice{
	font-weight: bold;
}
#conta {
	margin:0; 
	padding:0; 
	height:95px; 
	overflow:auto;
}
#conta ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	display:table-row;
}
#conta ul li {
	display:table-cell; 
	padding:0 15px; 
	background:#fff; 
	border-bottom:1px solid #888; 
	vertical-align:top;
}
#conta ul li img {
	border:1px solid #555; 
	margin: 30px 0 10px 0;
}
#tabellaprezzidettaglio{
	margin-top:10px;
	margin-bottom:15px;
}



/* Galleria fotografica dettaglio prodotto */
/*#thumbs {
   padding:0px; 
   text-align:left; 
   float:left; 
   display:inline;
}
#thumbs img {
   margin-right: 5px;
   margin-bottom: 5px;
   border:solid 1px #000000; 
   max-width:90px; 
   max-height:90px;
}
#big {
   padding:0 0 50px 25px; 
}
#big img{
   max-width: 340px; 
   max-height: 340px; 
   border: solid 1px #000000;
}*/
#galleryproductsin {
                    margin: 0px;
					padding: 0px;
					width: 100%;
					text-align: center;
}
#thumbs {
   padding:10px; 
   border-top:solid 0px #000000;
   /*text-align: center;*/
}
#thumbs img {
   margin:2px; 
   margin-right: 15px;
   border:solid 1px #000000; 
   max-width:90px; 
   max-height:90px;
}
#big {
	padding: 10px;
	/*text-align: center;*/

}
#big img{
   max-width: 340px; 
   max-height: 340px; 
   border: solid 1px #000000;
   cursor: pointer; 
}

/* -----ALTRO----- */
#DettOrder {
   background-color:#FFFFFF;
   width:100%;
}
#hrefstampaordine {
   font-weight: bold;
}




#colsx{
float:left;
width:180px;}

#portal {
   padding-bottom: 20px;
}

#player_container {
	position: relative;
	background-color:#eee;
	width:418px;
	height:80px;
	border:1px solid #009be3;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:48px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -41px -42px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -29px -112px no-repeat;
}

#ctrl_prev.disabled {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -29px -141px no-repeat;
}

#ctrl_next.disabled {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:164px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("/Template/_Common_Images_Sample/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("/Template/_Common_Images_Sample/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("/Template/_Common_Images_Sample/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:296px;
	top:32px;
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:368px;
	top:32px;
	background: url("/Template/_Common_Images_Sample/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("/Template/_Common_Images_Sample/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:314px;
	top:37px;
	background: url("/Template/_Common_Images_Sample/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("/Template/_Common_Images_Sample/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:418px;
}

#playlist_list ul{
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.9em;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#0d88c1;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;
}
.BoxBannerBase {
margin-top:20px;
padding-bottom: 0px;
margin-left:auto;
margin-right:auto;
}

.BoxBannerBase .title {
display: none;
}
.BoxBannerBase .content {
padding: 0px;
margin: 0px;
background-image: none;
border: none;
}
.BoxBannerBase .content ul li h3 {
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.BoxBannerBase .content ul li h4 {
display: none;
}
.BoxBannerBase .content ul li p {
display: none;
}

