/* NOTIFICATIONS */

.boxError {
	width: 230px;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px 10px 10px 10px;
	background-color:#FFDEDE;
}

.boxNotice {
	width: 230px;
	margin-top:10px;
	margin-bottom:10px;
	padding: 1px 10px 1px 10px;
	background-color:#CCFFCC;
}

/* NEWS BOX */
.newsText {
	display:none;
}


/* give this class when u want a have a text in blue... like in the package filter */
.colorFont{
	color: #1b67ba !important;
}

.darkBlueFont{
	color: #219cd3 !important;
}


#left {
	width: 240px;
	/*overflow:hidden;*/
	float: left;
	position:relative;
}

/* Box */
.box {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 0.69em;
	float: left;
	display: block;
	width: 100%;
}
.box.marginBox {
	margin-top: 29px;
}
.box h1 {
	background-image: url("../img/lines/line.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 0.8em;
	text-transform: uppercase;
	/*height: 20px;*/
	padding-bottom:9px;
	letter-spacing: 2px;
	margin: 5px 0 5px 0;
}

/* blue box for bookings */
.h1boxblue {
	background-image: url("../img/lines/lineBlue.gif") !important;
	margin-bottom:0px!important;
}

.boxblue {
	background-color:#f0f4f7!important;
	padding:10px;
}

.box p {
	line-height: 1.3em;
	font-size:1em !important;
}

#contactAddress{
	line-height:1.25em;
}

.box ul{
	padding: 0;
	margin: 0px;
}
.box li{
	line-height: 1.5em;
	list-style: none;
	background-image: url("../img/bullets/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 22px;
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
}

/* Notice List */
.noticeList li{
	background-position: 0 7px;
	padding: 0 0 0 12px;
	margin: 0 0 0 0;
}

.box dfn{
	display: block;
	color: #686868;
	font-style: italic;
}

/* Boxlist */
.boxlist{
	padding: 0px;
	margin: 0px;
	width: 50%;
	float: left;
}

.box .boxlist.full{
	width:100% !important;
}

.boxlist li{
	padding: 0px;
	margin: 0px;
}
.boxlist a, .boxlist a:visited, .boxlist a:hover, .boxlist a:active{
	padding: 0px !important;
	margin: 0px !important;
	background:none !important;
	text-decoration: none !important;
	color: #333333 !important;
}

.boxlist a:hover {
	color: #1b67ba !important;
}

.box .singlePartner {
	float:left;
}

.box .singlePartnerRight {
	float:left;

}
