/** CONTENTS **/
.contentWrapper
{
	float: left;
	width: 100%;
	text-align: center;
	height: 141px;
}

/** Contents calsses' styles  **/
/* general settings for boxes */
.box
{
	background-color : #999999;
	float: left;
	width: 100%;
	overflow: hidden;
}

.box object
{
	float: left;
}

.smallContBox
{
	height: 100%;
	overflow: hidden;
}

/* small central and right boxes settings */
.boxWrapper
{
	margin: 10px;
	height: 157px;
	width: 281px;
}

.mid-boxWrapper
{
	margin: 10px;
	height: 121px;
	width: 283px;
	overflow:hidden;
}

/* Three contents' columns' general settings */
.contentCol
{
	float: left;
	width: 303px;
	height: 100%;
	overflow: hidden;
}

/* For formatting the differences between the first cols and the others */
.midCol
{
	margin: 0 10px 0 10px;	
}

/* text side */
.textCont
{
	float: left;
	height: 100%;
	width: 140px;
	overflow: hidden;
}

.mid-boxWrapper .textCont
{
	float: left;
	height: 100%;
	width: 191px;
	overflow: hidden;
}

.title, .text, .breadCrumb
{
	float:left;
	width: 100%;
	text-align: left;
	text-decoration:none;
	overflow: hidden;
	margin-bottom: 5px;
}

.text
{
	margin-top: -2px; /*10px;*/
}

.text span, .breadCrumb span
{
	font-size: 10px;
	line-height: 15px;
	overflow: hidden;
}

.smallContBox .text
{
	margin-top: 10px !important;
}

.mid-boxWrapper .text
{
	margin-top: 3px;
}

.title span
{
	overflow: hidden;
} 

.title a
{
	text-decoration: none;
} 

.more
{
	text-decoration: none;
}

/* picture side */
.imageCont
{
	float: left;
	height: 100%;
	width: 134px;
	overflow:hidden;
	/*for leaving some space between text and image*/
	margin:0;
	margin-left: 7px;
}

.mid-boxWrapper .imageCont
{
	float: left;
	height: 100%;
	width: 82px;
	overflow:hidden;
	/*for leaving some space between text and image*/
	margin:0;
	margin-left: 10px;
}

.imageCont img
{
	float: left;
	height: 100%;
	width: 134px;
	border: none;
	overflow:hidden;
}

.mid-boxWrapper .imageCont img
{
	float: left;
	height: 118px;
	width: 82px;
	margin: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	border: none;
	overflow:hidden;
}

/* left box settings */

.memberImgCont
{
	float:left;
	margin: 0;
	margin-top: 7px;
}

.smallContBox img
{
	border: none;
}

.bridal
{
	margin-top: 30px;	
}

/* aggiunte 2: */
.immagineWidget
{
	margin-top: 30px;	
}
.immagineWidgetGrande
{
	margin-bottom: 8px;	
}




/** Calendar **/
/* Calendar's styles */
.calendar-tab, .date-textCont
{
	float: left;
	height: 100%;
}

.calendar-tab table
{
	height: 100%;
	width: 100%;
	margin-left: 4px;
	margin-top: 4px;
}

.calendar-tab table tbody tr td a
{
	text-decoration: none;
}

.date-textCont
{
	width: 88px;
}

.date-text
{
	margin-top: 12px;
}

.calendar-news
{
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: pointer;
}

/* CH Giacomo */
.calendar, .myMM, .moodConfigurator, .smallContBox
{
	height: 142px;
}
.calendar {
	background-color : #B7AE99;

}

/** Bottom Left Box **/
/* CALENDAR CONTAINER */
.calendar-tab
{
	width: 178px;
	margin:-5px 0 0 -6px;
	padding: 0;
	overflow: hidden;
}


.date-textCont
{
	width: 96px;
	margin-left: 10px;
}

/*----------------------------------*/

/* Collections' small content box */
.highContBox
{
  height: 100%;
  overflow: hidden;
}


/* AGGIUNTE */

.searchForm
{
	float: left;
	width: 100%;
	height: 130px;
	overflow: hidden;
}

.countryDialog
{
	float: left;
	width: 100%;
	height: 18px;
	border: none;
}

.cityDialog
{
	float: left;
	width: 100%;
	height: 18px;	
	border: none;
	margin-top: 5px;
}

.button
{
	float:right !important;
	position: relative;
	/*width: 15% !important;*/
	text-align: left;
	top: 5px;
	right: 10px !important;
}

.button a
{
	font-size:14px;
	text-decoration: none;
}

.countryDialog label, .cityDialog label
{
	font-family:Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 10px;
	float: left;
	width: 50px;
	height: 100%;
}

.countryDialog input, .cityDialog input
{
	float: left;
	font-size:11px;
	height:18px; 
	width: 145px;
}

.text p
{
	font-size: 10px;
	line-height: 15px;
	overflow: hidden;
}

