
/* CSS Document */

/*------------------------------------------------definizione struttura container*/
.whiteboxLarge {/*container*/
	width: 568px;
	background-image: url(img/bg_center_whitebox.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	font-size:11px;
	color: #686868;
	display:inline-block;
	float:left;
}
.whiteTopLarge{/*top container*/
	background-image: url(img/bg_top_whitebox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 7px;
	height: auto !important;
	height:7px;
}
.whiteConLarge {/*centro e contenitore dei contenuti*/
	padding-right: 2px;
	padding-left: 9px;
	padding-bottom: 6px;

}
.whiteboxLarge .whiteFooterLarge {/*footer container*/
	background-image: url(img/bg_bottom_whitebox.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 24px;
	height: auto !important; 
	height:24px;
}
/*----------------------------------------------classi x definizione contenuti*/
.whiteboxLarge h5, .whiteboxLarge p{
	margin: 0px;
	padding: 0px;
}
.whiteTitle {/*usato nei box in home*/
	background-image: url(img/sx_wtitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 24px;
	text-align: center;
	width: 127px;
	margin-bottom: 8px;
}
.whiteTitle h5 {
	color: #FFFFFF;
	background-image: url(img/dx_wtitle.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}

.whiteRow {
	color:#686868;
	margin:0px 6px 8px 8px;
}
.whiteRow a{
	color:#686868;
}

.smallItemReview{
	float:left;
	min-height:95px;
	height:auto !important;
	height:95px;
	text-align:left;
	vertical-align:top;
	margin-right: 1%;
	width:19%;
}
.smallItemReview .ReviewTitle a, .smallBoxActivity .activityTitle a{
	color:#686868;
	font-weight:bold;
}

/*struttura item*/
.itemcWhiteBoxHeight {
	padding: 6px 0px 5px 6px;
	color:#686868;
	clear: both;
	border-bottom: 1px dotted #E2E2E2;
	/*display:inline-block;
	display: -moz-inline-box;
	display:inline-table;*/
height:100px;
	/*display: -moz-inline-box; *//* For FF<3 */
    -moz-box-orient: vertical; /* For FF<3 */
    display:inline-block;
	width:99%;

}
.itemcWhiteBox {
	padding: 6px 0px 5px 6px;
	color:#686868;
	clear: both;
	border-bottom: 1px dotted #E2E2E2;
	/*display:inline-block;
	display: -moz-inline-box;
	display:inline-table;*/

	/*display: -moz-inline-box; *//* For FF<3 */
    -moz-box-orient: vertical; /* For FF<3 */
    display:inline-block;
	width:99%;

}
.itemcWhiteBox .colsx {
	float:left;
	margin-right:1%;
	width:18%;
	text-align: right;

}
.itemcWhiteBox .coldx {
	float: left;
	width: 61%;
	text-align: left;

}
.itemcWhiteBox .coldx3 {
	float: right;
	width: 17%;
	margin-left: 1%;
	font-size: 10px;
	

}
/*classi*/
.itemcWhiteBox .rating {
	float:right;
	margin:0px 0px 4px;
	text-align:right;
}
.itemcWhiteBox h5 {
	margin: 0px;
	padding: 0px;
}
.itemcWhiteBox p {
	line-height: 14px;
}
.itemcWhiteBox a {
	color:#686868;
}
/*
.contentItemBoxWhite {
	position:relative;
	display:inline-block;
	margin-left: 8px;
	margin-right: 8px;
}*/

/*-----------------------lista attivit: personalizzazione item per categoria*/
.indexActivity_text
{
		font-size: 12px;
	color: #000000;
}
.ActivitySport {
	background-image: url(img/bg_list_sport.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ActivitySport h5 a{
	font-size: 12px;
	color: #c6168d;
	line-height: 14px;
	font-weight: bold;
}
.ActivitySport a{
	font-size: 12px;
	color: #c6168d;
	line-height: 14px;
	font-weight: bold;
}
/**/
.ActivityEstremi {
	background-image: url(img/bg_list_estremi.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ActivityEstremi h5 a{
	font-size: 12px;
	color: #f2b800;
	line-height: 14px;
	font-weight: bold;
}
.ActivityEstremi a{
	font-size: 12px;
	color: #f2b800;
	line-height: 14px;
	font-weight: bold;
	}
/**/
.ActivityCibo {
	background-image: url(img/bg_list_cibo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ActivityCibo h5 a{
	font-size: 12px;
	color: #009349;
	line-height: 14px;
	font-weight: bold;
}
.ActivityCibo a{
	font-size: 12px;
	color: #009349;
	line-height: 14px;
	font-weight: bold;
}
/**/
.ActivityBenessere {
	background-image: url(img/bg_list_benessere.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ActivityBenessere h5 a{
	font-size: 12px;
	color: #cd4d38;
	line-height: 14px;
	font-weight: bold;
}
.ActivityBenessere a{
	font-size: 12px;
	color: #cd4d38;
	line-height: 14px;
	font-weight: bold;
}
/**/
.ActivityCultura {
	background-image: url(img/bg_list_cultura.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ActivityCultura h5 a{
	font-size: 12px;
	color: #00abcd;
	line-height: 14px;
	font-weight: bold;
}
.ActivityCultura a{
	font-size: 12px;
	color: #00abcd;
	line-height: 14px;
	font-weight: bold;
}
/**/
.ActivityDivertimento {
	background-image: url(img/bg_list_divertimento.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ActivityDivertimento h5 a{
	font-size: 12px;
	color: #d0d820;
	line-height: 14px;
	font-weight: bold;
}
.ActivityDivertimento a{
	font-size: 12px;
	color: #d0d820;
	line-height: 14px;
	font-weight: bold;
}
.CountryBox
{
	background-image: url(img/mappa_mini.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.CountryBox a{
	font-size: 12px;
	color: #f8cc97;
	line-height: 14px;
	font-weight: bold;
}
.opacityGrey{
	background-color: #f5f5f5;
}
/*.opacityGrey img{
	opacity:0.3;
	filter:alpha(opacity=30)
}*/
.opacityGrey div{
	opacity:0.6;
	filter:alpha(opacity=60)
}
.waitMessage
{	 
	background-color:#EEEDF9;
	border: 5px solid #686868;
	width:200px;
	height:50px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:20px;
	z-index:300;
}

.hideButton
{
	display:none;
}
