@import "/chips/css/language.css";
@import url("//fonts.googleapis.com/css?family=Cinzel:400,700");

.riferAltezzaHeader {height:126px}




body h3, h4, h5, h6 {
	/*color:#dedede;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica","Arial",sans-serif;
	background: #ffffff /*url(images/sfondo_body.jpg) repeat-x*/;
}
#topBody {
	margin: 0;
	padding: 0;
	height:0px;
	width:100%;
	z-index:90;
	background: #fafbed /*url(images/sfondo_body.jpg) repeat-x*/;
	border-bottom: 1px solid #d2d3d4;
}
#siteContainer {
	margin: 0;
	padding: 0;
	background: transparent /*url(images/sfondo_body.jpg) repeat-x*/;
}
#project {
	z-index:91;
	width:980px;
	margin:auto;
	text-align: left;
	color:#5a4e3e;
	font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif;
	font-size:14px;
	padding: 0 0;
	background-color: #ffffff /*url(images/sfondo_project.jpg) repeat-y*/;
}
#sfondo {
	width:980px;
	background: transparent url(images/sfondo_shadow.png) center 0 no-repeat;
}
/* solo IE-7 & IE-8 */
#sfondo {
	margin-top: -1px\9;
}
#contenitore {
	width:980px;
	padding-bottom:16px;
	float:left;
	/*background: #FFF url(images/sfondo.3col.fisso.gif) 0 0 repeat-y;*/
}
#leftBox {
	float:left;
	width:200px;
	margin-left:20px;
	background: transparent;
}
#mainBox {
	float: left;
	width: 548px;
	margin-left: 1px;
	margin-top: -4px;
}
#rightBox {
	float:left;
	width:200px;
	margin-left:10px;
	background: transparent;
}
#headerBG {
	width: 980px;
	height:126px;
	background: #fafbed /*url(images/header.jpg) no-repeat*/; 
	-moz-box-shadow: 0px 1px 0px #d2d3d4;
	-webkit-box-shadow: 0px 1px 0px #d2d3d4;
	box-shadow: 0px 1px 0px #d2d3d4;
}
/* solo IE-7 & IE-8 */
#headerBG {
	border-bottom: 1px solid #d2d3d4\9;
}
#footerBox {
	background-color: #fafbed;
	clear: left;
	border-top: 1px solid #d2d3d4;
}
#extraBottomBar {
	background-color: #fafbed;
	border-top: 1px solid #d2d3d4;
}

#leftBox, #mainBox, #rightBox, #footerBox {
	padding: 0.5em 0;
}
div p {
	margin: 0;
	padding: 0.5em 1em;
}
span.cID {
	display:block;
	float:left;
	padding:.2em .5em;
	border: 2px solid #900;
	background:#FFF;
	margin: 0 0.5em 0 0;
	font:bold 1.2em "Courier New", Courier, monospace;
}




/***************************************************** Tabelle ************************************************************************************************************/


.chips_WrapTableBox { padding:2px; margin:1px; overflow:hidden; }

table {
	font-size: small;
	/*border: 3px solid #900;*/
	border-collapse: collapse;
}

caption {
	text-align: left;
	line-height:30px;
	color: #51514c; font-family: 'Cinzel', cursive; font-size: large; font-weight:normal;
}

thead {
	background: #eaeaea;
	color:#5a4e3e;
}

th {
	border: 1px solid #bcbcbc;
	padding: 0.3em 0 0.3em 0;
	text-align: center;
}

td {
	height:14px;
	padding: 0.3em 0.7em;
	text-align: left;
}

td:focus {
	outline: 0;
}

.grid {
	border: 1px solid #bcbcbc;
}

.grid_service {
	border: 1px solid #bcbcbc;
}

.no_grid {
	border: 1px solid #ffffff;
}

.intest_riga,  .intest_riga0 {
	display:none;
}

.intest_riga_visibile {
	width:20px;
	height:14px;
	padding: 0.3em 0.7em;
	text-align: center;
	border: 1px solid #bcbcbc;
	background-color: #eaeaea;
}

.intest_riga0_visibile {
	width:20px;
	height:14px;
	padding: 0.3em 0.7em;
	text-align: left;
}

.intest_colonna_attiva {
	cursor:pointer;
}

/*********** Sortable Table 
***************************/


.sort-arrow.descending {
	background-image:url("//www.chipsmachine.com/chips/immagini/downsimple.gif");
}

.sort-arrow.ascending {
	background-image:url("//www.chipsmachine.com/chips/immagini/upsimple.gif");
}




/***************************************************** Immagini ************************************************************************************************************/

img { margin:0px; border-style:none; }
/*#project img { float:left; padding: 8px 12px 8px 0px; }*/
.chipsImg {  }
.chipsImgMov { float:left; margin: 8px 12px 8px 0px; }
.chipsImgFlash { width:100%; margin: 26px 0px 26px 0px; }
.chipsImgPdf { float:left; margin: 8px 12px 8px 0px; }
.chipsImgLeft { float:left; margin: 8px 12px 8px 0px; }
.chipsImgNofloat { margin: 26px 0px 26px 0px; }
.chipsImgRight { float:right; margin: 8px 0px 8px 12px; }

.chipsImgActive { cursor:pointer; }
.chipsImgLeftActive { float:left; margin: 8px 12px 8px 0px; cursor:pointer; }
.chipsImgNofloatActive { margin: 26px 0px 26px 0px; cursor:pointer; }
.chipsImgRightActive { float:right; margin: 8px 0px 8px 12px; cursor:pointer; }



.chipsLogo {  }
.chipsLogoActive { cursor:pointer; }

#siteContainer a { text-decoration:none !important; color:#5a4e3e !important; }
#siteContainer a:hover { text-decoration:underline !important; }
.Link { text-decoration:none; color:#5a4e3e; cursor:pointer; }

.inattivo {}

.chips_Gallery_frame { /* background: transparent url(//www.chipsmachine.com/chips/immagini/loading.gif) center 50px no-repeat; */ }
.chips_WrapGalleryBox { float:left; }
.chips_Form_frame { width:100%; height:430px; }
.chips_Search_frame { width:98%; height:400px; padding: 4px 0px; }
.chips_Map_frame { width:100%; height:350px; }
.chips_TemplateFrame { position:absolute; top:0px; margin-left:100%; width:100%; height:100%; }
.chips_TemplateFrameBis { position:absolute; top:0px; margin-left:200%; width:100%; height:100%; }
.chips_swfcontent { border:solid #cacaca 1px; }

.chips_Login_frame { width:200px; height:130px; border:solid #51514c 2px; padding: 10px; background: #f6f6f6; }
.chips_DebugFrame { position:absolute; top:0px; width:100%; height:100%; z-index:200; }


/***************************************************** Header ************************************************************************************************************/
.headerChips { background:transparent; height:126px; width:100%; /*top:20px;*/ left:0px; /*z-index:1;*/ overflow:hidden; }

.chips_SiteTitle { color:#51514c; font-family: 'Cinzel', cursive; letter-spacing: 0; /*text-transform: uppercase;*/ font-weight:normal; font-size: x-large/*50px*/; /*max-width:800px;*/ }
.chips_SiteSubtitle { color:#9a9685; font-family: "Arial","Helvetica",sans-serif; letter-spacing:0.2em; font-weight:normal; padding-top: 2px; padding-bottom: 6px; font-size:medium; }

.sloganBox { margin-top:0px; margin-left:0px; margin-bottom: 4px; padding-left:0px; width: 980px; position:relative; clear:both; overflow:hidden; }
.SloganText { color:#5a4e3e; font-family: 'Cinzel', cursive; font-size: large; font-weight:normal; /*font-style:italic;*/ }
.SloganText img { }

.chipsmachineBox { font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif; margin-top: 0px; margin-right: 10px; padding:0px 0px 0px 0px; float:none; }
.chipsmachine_link { text-align:center; color:#5a4e3e; font-size:10px; }
.chipsmachine_link a { text-decoration:none; color:#5a4e3e; }
.chipsmachine_link a:visited { text-decoration:none; }
.chipsmachine_link a:hover { /*text-decoration:underline;*/ }

#chipsmachineBox {
	display: none;
}
#chipsmachineBox_bottom {
	margin-top: 10px;
	display: block !important;
}
#footerBox a {
	color:#51514c !important;
}

#centrale {
	padding-top: 30px;
}


/**************************************************** Paragrafi **********************************************************************************************************/
.chips_TextBox { padding: 2px 15px; /*border:1px solid #e5e5e5; background: #f5f4f2 url(images/fondino_footerBox.jpg) repeat-x;*/ }
.chips_CapTitleText { color: #51514c; font-family: 'Cinzel', cursive; font-size: large; font-weight:normal; padding: 2px 2px 0px 0px; margin-bottom:8px; clear:both; overflow:hidden; }
.chips_CapText { background: transparent; padding-top:2px; text-align:justify; font-size:small; width:100%; overflow:hidden; }
.chips_CapText:first-letter { /*font-family: "Didot","Georgia",serif; font-size:64px; line-height:64px; float:left; padding-right: 10px; color:#5a4e3e;*/ }
/*.chips_CapText a { text-decoration:none; color:#3488b9; }*/
/*.chips_CapText a:hover { text-decoration:underline; }*/

.chips_CapTextCol1 { padding-top:2px; text-align:left; float:left; width:48%; margin-right:2%; font-size:small; overflow:hidden; }
.chips_CapTextCol1 a { text-decoration:none; color:#5a4e3e; }
.chips_CapTextCol1 a:hover { text-decoration:underline; }
 
.chips_CapTextCol2 { padding-top:2px; text-align:left; float:left; width:48%; /*border-left:1px solid #aaa;*/ margin-left:2%; font-size:small; overflow:hidden; }
.chips_CapTextCol2 a { text-decoration:none; color:#5a4e3e; }
.chips_CapTextCol2 a:hover { text-decoration:underline; }


/****************************************************** Forum **********************************************************************************************************/

.chips_Blog_frame { width:100%; height:400px; background: transparent; }
.chips_BlogAttach_frame { width:260px; height:150px; background: transparent; }
.chips_BlogBox { padding: 2px 15px; /*text-align:justify;*/ }
.chips_ForumText {  margin-bottom:0px; font-size:small;  }

.chips_BlogNameCont {
	width:180px;
	height:16px;
	background: #ffffff;
	overflow:hidden;
	border:2px groove #81aedc;
	margin-bottom:4px;
	padding:2px;
	text-align:left;
	font-size:small;
	font-family:Verdana,Helvetica,sans-serif;
	color:#111;
}
.chips_BlogTitleCont {
	width:220px;
	min-height:16px;
	background: #ffffff;
	overflow:hidden;
	border:2px groove #81aedc;
	margin-bottom:4px;
	padding:2px;
	text-align:left;
	font-size:small;
	font-weight:bold;
	font-family:Verdana,Helvetica,sans-serif;
	color:#111;
}
.chips_BlogPostCont {
	width:100%;
	min-height:150px;
	background: #ffffff;
	overflow:hidden;
	border:2px groove #81aedc;
	margin-bottom:4px;
	padding:2px;
	text-align:left;
	font-size:small;
	font-family:Verdana,Helvetica,sans-serif;
	color:#111;
}
.chips_BlogAttach {
	width:260px;
	overflow:hidden;
	margin-top:4px;
	text-align:center;
	font-size:small;
	font-family:Verdana,Helvetica,sans-serif;
	color:#111;
}
.chips_BlogSubmit {
	float:right;
	width:90px;
	background: #61788C;
	overflow:hidden;
	border:1px outset #999;
	margin-top:0px;
	padding:2px;
	text-align:center;
	font-size:small;
	font-family:Verdana,Helvetica,sans-serif;
	color:#EAEDF4;
}
.chips_BlogSubmit:hover {
	background: #EAEDF4;
	border:1px outset #999;
	color:#61788C;
	cursor:pointer;
}
.chips_BlogSubmit:active {
	background: #334456;
	border:1px inset #999;
	color:#EAEDF4;
	cursor:pointer;
}

.chips_noteBlog {
	border-top:1px solid #61788C;
	color:#61788C;
	font-family: "Arial","Helvetica",serif;
	font-weight:normal;
	font-size:small;
	font-style:italic;
	text-align:right;
	padding-bottom:2px;
	clear:both;
	margin-bottom:8px;
	overflow:hidden;
}

.chips_CapTitleBlog {
	color:#61788C;
	font-family: "Palatino","Georgia",serif;
	font-weight:normal;
	font-size:large;
	padding-bottom:2px;
	clear:both;
	overflow:hidden;
}

.chips_CapBlog {
	background: transparent;
	padding-top:2px;
	text-align:left;
	font-size:small;
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
	/*border-bottom:1px solid #61788C;*/
}


.chips_BlogAnnulla {
	width:80px;
	float:right;
	background: #61788C;
	overflow:hidden;
	border:1px outset #999;
	margin-top:8px;
	margin-bottom:8px;
	padding:2px;
	text-align:center;
	font-size:small;
	font-family:Verdana,Helvetica,sans-serif;
	color:#EAEDF4;
}

.chips_BlogAnnulla:hover {
	background: #EAEDF4;
	border:1px outset #999;
	color:#61788C;
	cursor:pointer;
}

.chips_BlogAnnulla:active {
	background: #334456;
	border:1px inset #999;
	color:#EAEDF4;
	cursor:pointer;
}

.chips_BlogPublish {
	width:80px;
	float:right;
	background: #d81e1f;
	overflow:hidden;
	border:1px outset #999;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:8px;
	padding:2px;
	text-align:center;
	font-size:small;
	font-family:Verdana,Helvetica,sans-serif;
	color:#ffffff;
}

.chips_BlogPublish:hover {
	background: #ffffff;
	border:1px outset #d81e1f;
	color:#d81e1f;
	cursor:pointer;
}



/****************************************************** Card *************************************************************************************************************/

.chips_CardTitle { color:#5a4e3e; font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif; font-weight:normal; font-size:large; padding-bottom:2px; clear:both; }
.chips_OpenCard { font-style:italic; padding-top:2px; text-align:left; cursor:pointer; }

.chips_ArrowCard { color:#5a4e3e; width:100%; text-align: right; padding-right:28px; margin-left:-28px; line-height: 10px; margin-bottom:2px; background: url(images/arrowCard222.png) right 0 no-repeat; cursor:pointer; }
.chips_ArrowCard:hover { text-decoration:underline; }
.chips_ArrowCardActive { text-decoration:underline;  color:#5a4e3e; width:100%; text-align: right; padding-right:28px; margin-left:-28px; line-height: 10px; margin-bottom:2px; background: url(images/arrowCard222.png) right -24px no-repeat; cursor:pointer; }

.chips_Card { clear:both; border:solid #f5f3f2 1px; background-color:#f5f3f2; width:100%; margin-top:6px; /*margin-bottom:20px;*/ }
.chips_Card_FirstLine {  }
.chips_CardText { margin:20px; width:92.3%; overflow:hidden; font-size:small; }
.chips_CardMap { border:solid #5a4e3e 1px; margin: 0 10px 0px 0px; width:96%; height:350px; overflow:hidden; font-size:small; }
#news_cont .chips_CardMap { width:94%; }
.chips_HandleMap { height: 12px; }
/* .chips_CardText:first-line { color:#046380; line-height:20px; font-weight:bold; } */



/***************************************************** Colonne ***********************************************************************************************************/

#searchInput { margin-left: 10px; width:130px }

.dataBox { margin-top: 0px; padding:4px; float:right;}
#data { text-align: right; font-size:11px; margin-right: 10px; }


.chips_riquadro { position: relative;  background: transparent url('//www.chipsmachine.com/chips/immagini/blank.gif'); height:300px; margin-top: 10px; }
.chips_distPrimaNews { /*margin-bottom: 40px;*/ }
.chips_bannerNewsBox { margin: 4px 4px; /*text-align:justify;*/ width:180px; overflow:hidden; }
#newsScrollBox { position: relative; /*float:right;*/ height:300px; overflow:hidden; }
.chips_contFrecce { position: absolute; top: 14px; left: 181px; float:right; width:12px; cursor: default; display: none; z-index:95; }
#FrecciaSu {  position: absolute; top:8px; width:13px; height:13px; background:url(//www.chipsmachine.com/chips/immagini/frecciaNewsSu.png) no-repeat; cursor: pointer; }
#FrecciaSu:hover { background:url(//www.chipsmachine.com/chips/immagini/frecciaNewsSuOver.png) no-repeat; }
#FrecciaGiu { position: absolute; top:21px; width:13px; height:13px; background:url(//www.chipsmachine.com/chips/immagini/frecciaNewsGiu.png) no-repeat; cursor: pointer; }
#FrecciaGiu:hover { background:url(//www.chipsmachine.com/chips/immagini/frecciaNewsGiuOver.png) no-repeat; } 
.newsTitleBox { position:relative; height:30px; }


.chips_NewsTitleText { color:#5a4e3e; font-size:14px; font-weight:normal; padding-left:4px;}
.chips_NewsText { color:#5a4e3e; background-color: transparent; font-size:small; margin:0px; padding:2px; }
.chips_News_FirstLine { color:#51514c; font-weight:bold; font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif; }

.chips_riquadroBanner { position: relative; /*border:solid #bcbcbc 1px; background-color: #eaeaea;*/ margin-top: 10px; }
.chips_bannerBox { margin: 6px 6px; text-align:justify; width:182px; background-color: transparent; font-size:small; overflow:hidden; }
.chips_bannerBox a { /*text-decoration:none;*/ color:#51514c; }
.chips_bannerBox a:hover { background: #ffffff; }

/*.chips_BannerText { color:#aaa; font-family:Helvetica,Arial,sans-serif; font-size:small;  width:170px; height:276px; background-color: #fff; background-repeat: no-repeat; }*/



/***************************************************** Newscard **********************************************************************************************************/

#news_cont { display:none; }
.chips_NewsCard { border:solid #ffffff 1px; background-color:#ffffff; }
.chips_NewsCardButton { position:relative; top:0px; left:600px; width:16px; height:16px; background-image:url(images/closeNewsCard.gif); cursor:pointer; }
.chips_NewsCardButton:hover { background-image:url(images/closeNewsCardOver.gif); }
.chips_NewsCardText { color:#666666; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:small; margin:20px; text-align:justify; width:580px; overflow:hidden; }
.chips_NewsCard_FirstLine { color:#51514c; font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif; font-size:medium; }
/*.chips_span_NewsCardTitle { color:#046380; font-weight:bold; }*/
/* .chips_NewsCardText:first-line { color:#046380; line-height:20px; font-size:small; font-weight:bold; } */



/****************************************************** Footer ***********************************************************************************************************/

.chips_FooterBox { font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif; text-align:center; padding:4px 10px 0px 10px; margin:0; }
.chips_FooterBox div {  }
.chips_FooterText { font-size: small; font-weight: bold; }







.spacerBox { width:1px; height:400px; float:right; background-color: transparent;}





#over {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 96;
	width: 100%;
	height: 4200px;
	background-color: #111111;
	}
	
#over_pubbl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 106;
	width: 100%;
	height: 4200px;
	background: #fff url(//www.chipsmachine.com/chips/immagini/loading.gif) center 350px no-repeat;
	}
#over_pubbl_text {
	position: absolute;
	top: 400px;
	font-size:large;
	color:#666;
	width: 80%;
	margin-left:10%;
	text-align:center;
	}



/* elemento sempre presente nella colonna destra */
#secondlist_key8 {
	display: none;
}







/******************************************************** Switch *********************************************************************************************************/

.WrapBox { padding:2px; }
.chips_WrapTextBox { padding:2px; margin:1px; overflow:hidden; }
.chips_WrapCardBox { padding:2px; margin:-3px; overflow:hidden; clear:both;}
.chips_HandleBox { height: 14px; }
.chips_HandleBoxText { height: 14px; }

.chips_WrapBannerBox { padding:2px }
.chips_HandleBanner { height: 0px; }

.chips_WrapMenuBox, .chips_WrapMenuBoxSepar { position:relative; margin-left: 2px; padding: 1px 1px 1px 6px; margin-bottom: 1px; color:#5a4e3e; }
.chips_HomeWrapMenuBox { padding:2px; }


/*.HomePageButton { margin-top: 0px; float:left; width:16px; height:16px; z-index:99; }*/


.chips_MenuTitleText { color: #5a4e3e; letter-spacing:-0.07em; font-size:medium; font-weight:normal; padding: 2px 2px 0px 6px; margin-bottom:8px; width:180px; overflow:hidden;}
.chips_MenuText, .chips_MenuTextSepar { font-size:small; margin: 1px 3px 2px -12px; background-color:#ffffff; padding-left: 10px; width:180px; overflow:hidden; }


.chips_MenuText_current { font-weight:normal; font-size:small; color:#222222; background: #fafbed; outline: 1px solid #d2d3d4; margin: 2px 3px 3px -12px; padding-left: 10px; width:180px; overflow:hidden; }











/****************************************************** Menu BAR *********************************************************************************************************/

.menuBar {  position:absolute; margin-top: -100px; right: 0px; }
/* solo IE-7 & IE-8 */
#menuBar {
	margin-top: -100px\9;
}

#menuBar .navBar {
	float: right;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px 0 16px 0;
	clear:both;
	/*background-image: url(images/barra_off.png);*/
}


#chipsmachineBox {
	margin-top: 20px;
}

#menuBar .chips_WrapMenuBox {
	width: auto !important;
	padding:0px;
	float: left;
	margin: 0;
	line-height: 26px;
	margin-top:  0px;
	margin-left: 0px;
	color: #9a9685;
	/*border-left: 1px solid #ff00ff;
	border-right: 1px solid #00ff00;*/
	/*background: url(images/barra_off.png)  repeat-x;*/
	cursor: pointer;
}

#menuBar .chips_HomeWrapMenuBox {
	width: auto !important;
	padding:0px;
	float: left;
	margin: 0;
	line-height: 26px;
	margin-top: 0px;
	margin-left: 0px;
	color: #9a9685;
	/*border-left: 1px solid #ff00ff;
	border-right: 1px solid #00ff00;*/
	/*background: url(images/barra_off.png)  repeat-x;*/
	cursor: pointer;
}

#menuBar .chips_MenuText {
	/*background-color:none;*/
	border: 0px;
	width: auto !important;
	padding: 0px;
	float: left;
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin: 0;
	font-size: small;
	padding-left: 14px;
	padding-right: 14px;
	/*text-decoration: none;*/
	line-height: 26px;
	color: inherit;
	background: transparent;
}

#menuBar .chips_HomeMenuText {
	/*background-color:none;*/
	border: 0px;
	width: auto !important;
	padding: 0px;
	float: left;
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin: 0;
	font-size: small;
	padding-left: 10px;
	padding-right: 14px;
	line-height: 26px;
	color: inherit;
}

#menuBar .chips_MenuText:hover {
	cursor:inherit;
}
#menuBar .chips_HomeMenuText:hover {
	cursor:inherit;
}

#menuBar .chips_WrapMenuBox_current {
	width: auto !important;
	padding:0px;
	float: left;
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif;
	line-height: 26px;
	margin-top: 0px;
	margin-left: 0px;
	/*border-left: 1px solid #ff00ff;
	border-right: 1px solid #00ff00;*/
	color: #222222;
	/*background: url(images/barra_on.png)  repeat-x;*/
}

#menuBar .chips_HomeWrapMenuBox_current {
	width: auto !important;
	padding:0px;
	float: left;
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif;
	/*font-weight:bold;*/
	line-height: 26px;
	margin-top: 0px;
	margin-left: 0px;
	/*border-left: 1px solid #ff00ff;
	border-right: 1px solid #00ff00;*/
	color: #222222;
	/*background: url(images/barra_on.png)  repeat-x;*/
	cursor:pointer;
}

#cursore_mobile {
	position:absolute;
	width:120px !important;
	height:26px !important;
	padding:0px;
	float: left;
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif;
	line-height: 26px;
	margin-top: 0px;
	margin-left: 0px;
	/*border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;*/
	background: url(images/barra_on.png) repeat-x;
}

/****************************************************** Down BAR *********************************************************************************************************/

#cont_downBar{
	margin:0;
	position:relative;
	text-align:center;
	overflow:hidden;
}

.chips_downBarMenuText, #DBsitemenu_pagine {
	display: none !important;
}

#DBsitemenu1 {
	color: #ffffff !important;
	visibility: hidden;
}


#outer{
	width:100%;
	margin:auto;
	padding-bottom:10px;
	text-align:left;
	background: transparent url(images/downBar_shadow.png) center bottom no-repeat;
}

#outer{overflow:hidden;}

.navwrap{
	float:left;
	height:20px;
	position:relative;
	left:50%;
	text-align:left;
	padding-top: 80px;
	/*background-color:#5a4e3e;*/
	
}
.navwrap ul{
	list-style:none; 
	position:relative;
	left:-50%;
	margin:0;
	padding:0;
} 

.navwrapbar{
	float:left;
	position:relative;
	left:-2px;
	top:-2px;
	color:#5a4e3e;
	padding:6px 10px;	
}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

.chips_downBarMenuText {
	cursor: pointer;
	float:left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	line-height:12px;
	padding-left: 10px;
	padding-right: 10px;
	color: #5a4e3e;
	border-left: 1px solid #A7A37E;
}

#DBsitemenu1 {
	border-left: 0px;
}

/*
#DBsitemenu1 {
	border-right: 1px solid #A7A37E;
}
*/

.chips_downBarMenuText:hover {
	text-decoration:underline;
}

.chips_extraDivHP {
	display:none;
}

/****************************************************** Carousel *********************************************************************************************************/

.rollerWrap {
	padding: 14px;
	border: 0;
    background-color: transparent;
}
.subrollerWrap {
	padding: 0;
	border: 0;
    background-color: transparent;
}

.leftBox .rollerWrap, .rightBox .rollerWrap{
	padding: 0;
	border: 0;
    background-color: transparent;
    width: 176px !important;
}

.carouselBox {
	/*-webkit-box-shadow: 0px 1px 2px rgba(49,54,59,.4);
	-moz-box-shadow: 0px 1px 2px rgba(49,54,59,.4);
	box-shadow: 0px 1px 2px rgba(49,54,59,.4);*/
	background: #fafbed; border:1px solid #bfbdb8; padding:2px 6px 6px 6px; margin: 0px 0px 0px 0px; overflow:hidden;
}

.slideBoxWrap {
	margin-top: 0px;
    overflow: hidden;
}
.slideBox {
    margin: 0px auto 0 auto;
    width: 7500px;
}

.slideBox .slide {
	float: left;
	padding: 10px;
	width: 484px !important;
}

.leftBox .slide, .rightBox .slide {
	float: left;
	padding: 4px;
	width: 160px !important;
}

.slide div {
    color:#5a4e3e;
    font-size: small;
    letter-spacing: 0;
}

.tabsContenitore ul.tabs li a {
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    border: 1px solid #bfbdb8;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	behavior: url('/chips/scripts/ie-css3.htc');
    margin-right: 3px;
    margin-bottom: -1px;
    font-size: small;
    cursor: pointer;
}

.tabsContenitore ul.tabs li a.carousel-selected {
    background-color: #fafbed;
    border-bottom-color: #fafbed;
}

.noTab {
	margin-top: 6px;
	width: 10px !important;
	height: 10px !important;
	padding: 0px !important;
	line-height: 16000px !important;
    background-color: #9a9685;
    cursor: pointer !important;
    border: 1px solid #51514c !important;
	-webkit-border-top-left-radius: 10px !important;
	-webkit-border-top-right-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	-moz-border-radius-topright: 10px !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	-webkit-border-bottom-left-radius: 10px !important;
	-webkit-border-bottom-right-radius: 10px !important;
	-moz-border-radius-bottomleft: 10px !important;
	-moz-border-radius-bottomright: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
    behavior: url('/chips/scripts/ie-css3.htc');
}