/****@ Style sheet for "home-like"'s template pages @****/

/*** DO NOT EDIT FROM HERE TO ... (look for the end of this comment's section) ***/
/** !!!! PAY ATTENTION: Modifying the attributes within this "DO NOT EDIT" comment means 
 * changing the basic settings of this template. !!!! 
 * **/

/** Styles overwritten, based on common.css **/
.bodyWrapper
{
	height: 1050px;
}

.menuWrapper
{
  height: 63px;
}

.contentWrapper
{
	height: 376px;
}

.headCont 
{
	height: 550px;	
}

/* Flash navigation Menu */
#FlashMenuGallery{
	top: 0px;
}
/** DIV related to username visulaization and login function **/
.loginUser
{
	float:right;
	width: 200px;
	position: relative;
	top: -537px;
	text-align: right;
	margin-right: 10px;
	z-index:999;
}

.loginUser span
{
	font-size: 10px;
}

/** Contents' calsses' styles  **/

/* general settings for boxes CH Giacomo
.box
{
	float: left;
	width: 100%;
	overflow: hidden;
} */

/*It encloses a "box" class of DIVs distinguishing among the 5 top boxes and the 3 you can find downward */
.topBox
{
	margin-bottom: 10px;
}

/* Left upper and slightly bigger content box */
.specialProjectBox
{
	height: 222px;
}

/* CH Giacomo
.calendar, .myMM, .moodConfigurator, .smallContBox
{
	height: 142px;
}
*/

.smallBox
{
	height: 106px;
}

/* small central and right boxes settings */
.boxWrapper
{
	margin: 11px;
	height: 85px;
	width: 281px;
}

/* text side */
.textCont
{
	float: left;
	height: 85px;
	width: 200px;
	overflow: hidden;
}

.text
{
	margin-top: 6px;
	
}

.title span
{
	float:left;
	height:16px;
	width:100%;
}

#StoreLocBC
{
	position: relative;
	top: -15px;
	left: 0;
	width: 70%;
}

/* picture side */
.imageCont
{
	width: 71px;
	/*for leaving some space between text and image*/
	margin:0 0 0 10px;
}

.imageCont img
{
	width: 71px;
}

/** Bottom Left Box **/
/* CALENDAR CONTAINER */
/* CH Giacomo
.calendar-tab
{
	width: 178px;
	margin:-5px 0 0 -6px;
	padding: 0;
	overflow: hidden;
}

.date-textCont
{
	width: 96px;
	margin-left: 10px;
}
*/

/* Bottom Middle Box */
/* big central box settings */
 
/* FORM */
.searchForm
{
	float: left;
	width: 100%;
	height: 62px;
	overflow: hidden;
}

.countryDialog
{
	float: left;
	width: 100%;
	height: 18px;
	border: none;
}

.cityDialog
{
	float: left;
	width: 100%;
	height: 18px;	
	border: none;
}

.button
{
	float:right;
	position: relative;
	/*width: 12%;*/
	text-align: left;
	top: 5px;
	margin-right:10px;
}

.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;
}

.cityDialog
{
	margin-top: 5px;
}
