
/* + Colors

	Primair :	Darkblue: 	#003366 | 	Lightblue:	#366DAB	
	Secondair:	Grey 93% : #ececec	| 80% : #CCCCCC		|	60% : #999999	|	40% : #666666	|	20% : #333333
		
Colors - */



/* + general style +*/
	* {
		margin:0; padding:0; border:0;
	}
	body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color:#041121;
	background-image: url(/Directberth/assets/common/background2.jpg);
	background-repeat: repeat-x;	

	}
	html{
		overflow: -moz-scrollbars-vertical;
		overflow-x: auto;

	}
	td, th {
		vertical-align:top;
		text-align:left;
	}
	h1 , h2 , h3{
	clear:both;
	}
	
	h1.title{
		line-height:100px;
		overflow:hidden;
		height:20px;
		background-repeat:no-repeat;
		border-bottom:1px solid #cccccc;
		margin-bottom:10px;
	}
	h1.title.marginTop{
		margin-top:30px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size:17px;
		margin:20px 0 10px 0;
	}
	h3 {
		font-size: 16px;
		margin:20px 0 10px 0;
	}
	
	p {
		margin-bottom: 12px;
	}
	a {
		color: #CC6666;
		text-decoration:none;
	}
	a, a:visited, a:link {
		color:#666666;
		text-decoration:underline;
	}
	a:hover {
		color: #366DAB;
		text-decoration:underline;
	}
	ul,ol {
		margin-left:20px;
		margin-bottom:10px;
	}
	.left{
		float:left;
	}
	.right{
		float:right;
	}
	img{
		border:none;
	}
	a.no-hover:hover{
		background:none !important;
	}
	.cl{
		clear:left;	
	}
	.overflow-hidden{
		overflow:hidden;	
	}
	a.pdf-icon{
		padding:3px 0 3px 20px;
		background: url(/Directberth/assets/icons/page_white_acrobat.png) no-repeat left;
	}
	a.print{
		padding:3px 0 3px 16px;
		background: url(/Directberth/assets/icons/printer.png) no-repeat left;
		text-decoration:none;
	}
	#printbox {
		position:absolute;
		top:295px;
		right:265px;
	}
	.center{
		text-align:center;
	}
/* - general style - */



/* + layout + */
/*
#shatter{
background:url(/Directberth/assets/common/shatter2.jpg) no-repeat center top;
	
} 
*/
	#wrapper{
		overflow:hidden;
		width:1020px;
		margin:auto;
	
	}	
	#header{
		position:relative;
		width:920px;
		margin:auto;
		height:140px;
		border-bottom:1px solid #cccccc;
	}
	#headerWrapper{
		height:150px;
		background-image: url(/Directberth/assets/common/header.png);
		background-repeat: no-repeat;
	}
	
	#container{
		background-image: url(/Directberth/assets/common/container.png);
		background-repeat: repeat-y;
	}
	
	#footer{
		height:90px;
		background-image: url(/Directberth/assets/common/footer.png);
		background-repeat: no-repeat;
		position:relative;
		margin-top:-40px;
		z-index:1;
	}
	#footer p{
		position:absolute;;
		bottom:10px;
		width:100%;
		text-align:center;
	}
	
	#footer img
	{
		
color:#CCCCCC;
padding-right:5px;
text-decoration:none;
vertical-align:middle;
padding-bottom:2px;	
	
	}
	#wrapperColumn{
		overflow:hidden;
		width:920px;
		margin:auto;
		position:relative;
		z-index:2;
		border-bottom:1px solid #cccccc;
		padding-bottom:20px;
	
	}
	.leftColumn{
		display:block;
		float:left;
		width:230px;
		margin-right:40px;
	}
	.middleColumn{
		display:block;
		float:left;
	}
	.rightColumn{
		display:block;
		float:left;
		width:230px;
		margin-left:40px;
	}
	.big{
		width:650px;
	}
	.bigger{
	width:920px;

	}
	.big .left img{
		padding:4px 10px 0 0;
	}
	.small{
		width:380px;
	}
	#topDiv{
		width:250px;
		position: absolute;
		top: 20px;
		left:170px;
	}
	#languages{
		list-style:none;
		position:relative;
		left:70px;
		/*right:130px;
		top:44px;
		text-align:right;*/
		padding:2px;
	}
	#languages li{
		display:block;
		margin-left:10px;
		clear:both;
	}
	#languageClick{
		background:url(/Directberth/assets/icons/bullet_arrow_down.png) no-repeat right;
		padding-right:20px;
	}
	#hidden{
		position:absolute;
	}
	#hidden a.home{
		text-decoration:none;
		width:155px;
		height:120px;
		display:block;
	}
	#hidden a.home span{
		visibility:hidden;
	}
	#test .box strong{
		float: none;
	}
	#test h2 span{
		font-weight:normal;
		font-size:10px;

display:inline;
width:auto;
	}
	#test strong{
		float:none;
		width:65%;
		font-weight:normal;
	}
	#newsEvent{
		background: #ececec url(/Directberth/assets/common/rssLogo.jpg) no-repeat right;
		/*background:url(/Directberth/assets/common/bar.gif) no-repeat;*/
		height:17px;
		margin:10px 0 20px 0;
		padding:4px 10px;
		clear:left;
		overflow:hidden;
		width:900px;
	}
	#headerImage{
		display:none;
	}
	
	#newsEvent strong{
		float:left;
		margin-right:4px;

	}
	#rssBlock span{
		float:left;
		width:780px;
		display:block;
		overflow:hidden;
		margin-left:100px;
		background: #ececec;
	}
	
	
	#rssBlock a{
		text-decoration:none;
	}
	#rssBlock small{
		font-style:italic;
		font-size:12px;
	}
	.topNavigation{
		overflow:hidden;
		height:25px;
		bottom:0;
		right:0;
		position:absolute;
		font-size:16px;
		font-weight:normal;
		list-style:none;
	
	}
	.topNavigation li{
		float:left;
		margin-left:40px;
	}
	.topNavigation li a{
		color:#666666;
		text-decoration:none;
	}
	.topNavigation li a:hover{
		text-decoration:none;
		border-bottom:3px solid #003366;
	}
	.topNavigation li .highlight{
		border-bottom:3px solid #003366;
	}
	#preview img{
		width: 300px;	
	}
/* - layout - */

/* + form style + */
	form{}

	label {
		display: block;
float:left;

	}

	input, textarea, select {
		font-size: 12px;
		color:#333333;
		border:1px solid #99999;
		}

	
	textarea {
		width: 366px;
		height:100px;
		overflow:auto;
		border:1px solid #ccc;
	}
	.largeArea{
	height:300px;
	}
	#countdown{
	width:40px;
	}
.fileDisplay{
margin:10px 0 0 200px;
}


#userDiv {
color:grey;
padding:0;
position:absolute;
right:0;
}

#userDiv #topForm{
	padding-top: 25px;
	margin-left: 10px;
}

#userDiv .row{
	width:160px;
	float:left;
}

#userDiv .row #password, .row #email{
	width: 150px;
	color: #333333;
	
}

.contactForm textarea{
	width: 370px;
	height: 148px;
	background:none;
	margin-bottom:10px;
	background:url(/Directberth/assets/common/text-gradient.gif)repeat-x;
	}

	.contactForm .row {
		margin:6px 0 10px;
		width: 800px;
		float: left;
	}
	.contactForm label {
		font-weight:bold;
		width:200px;
	}
	#salutationGroup label {
		width: 70px;
	}
	.mediumSelect label {
		width: 140px;
	}
	.contactForm .mediumInput, .contactForm #email {
		width:370px;
		height:18px;
		color:#333333;
		border:1px solid #CCCCCC;
		background:url(/Directberth/assets/common/input-gradient.gif)repeat-x;
		padding-top:2px;
	}
	#editorForm .row.body{ overflow: hidden; position: relative; }
	#editorForm .mceEditor.defaultSkin{ float:left; }
	#comment5{position: absolute; bottom: 0pt; margin-left: 5px;}



.contactForm .Captcha small{
display:block;
margin-left:200px;}
.contactForm .error{
color:#FF0000;
font-size:10px;}

.contactForm img{
width:auto;
vertical-align:middle;

}
.contactForm .smallInput{
margin:10px 0 10px 10px;
height:20px;
	border:1px solid #CCCCCC;
background:url(/Directberth/assets/common/input-gradient.gif)repeat-x;

}
.contactForm h2{
font-size:10px;
font-style:italic;
}

















	.standardForm .row img{
		vertical-align:middle
	}
	
	.standardForm .smallInput{
	width:60px;
}
	
.PriceForm{


}
.PriceForm .radioGroup label{
width:400px;
display:block;
margin:10px 0;
}
.PriceForm .radioGroup{
overflow:hidden;

}
.PriceForm .radioGroup input{
width:20px;
vertical-align:middle;

}

	.standardForm input{
		 height:20px;
		width:360px;
		border:1px solid #ccc;
		font-size:14px;
		padding:0px 0 0 6px;
	}
	.standardForm label{
		font-size:12px;
		font-weight:bold;
		width:200px;
	}
	.standardForm .row{
		margin:6px 0 10px 0;
	}
	.standardForm .xsmallInput {
		width: 40px;
	}
	.standardForm .error{
		margin:6px 0 10px 0;
		color:red;
		margin-left:200px;
		font-size:10px;
		padding-left:20px;
		background:url(/Directberth/assets/icons/exclamation.png)no-repeat;
		
	}



	.standardForm .mediumSelect{
		border:1px solid #ccc;
		width:368px;
		height:23px;
		font-size:14px;
		padding:0px 0 0 3px;
	}
	.standardForm .smallSelect{
		border:1px solid #ccc;
		width:65px;
		height:23px;
		font-size:14px;
		padding:0px 0 0 3px;
	}
	.standardForm h2{
		font-size:18px;
		margin:10px 0 20px 0;
	
	}
	.standardForm .mediumInput {
		width: 200px;
		border:1px solid #ccc;
		height:23px;
		font-size:14px;
		padding:0px 0 0 3px;
	}
 #information{

width:650px;
margin-right:30px;
}


.standardForm.register{
border:1px solid #CCCCCC;
padding:10px;
}

	.standardForm #submit{
		border:none;
		width:auto;
		height:auto;
margin:0 0 0 0;
padding:0;
				
	}
	.standardForm #submitAv{
		float:right;
		border:none;
		width:auto;
		height:auto;
margin:10px 8px 0 0;

} 

/* - form style - */


/* + Notifications + */


	#notificationDiv {
		clear:both;

		padding-right: 0px;
		padding-left: 0px;
		padding-top: 3px;
		padding-bottom:3px;
		margin-top: -10px;
		margin-bottom: 10px;
	}

	#notificationDiv ul {
		margin:0px;
		list-style:none;
	}
	#notificationDiv .messageDone, #notificationDiv .messageFail, #notificationDiv .messageInfo {
		line-height:16px;
		padding-left:20px;
		margin:0px;
		margin-bottom:2px;
		margin-top:2px;
		background-repeat: no-repeat;
	}
	#notificationDiv .messageDone {
		background-image: url(/Directberth/assets/icons/accept.png);
	}
	#notificationDiv .messageFail {
		background-image: url(/Directberth/assets/icons/exclamation.png);
	}
	#notificationDiv .messageInfo {
		border:1px solid #DFDFDF;
		padding:10px 30px;
	margin-top:8px;
		background-color: #F2F2F2;
		background-image: url(/Directberth/assets/icons/information.png);
		background-repeat: no-repeat;
		background-position: 4px 10px;
	}
/* - Notifications - */

	.newsItem{
		overflow:hidden;
		margin:0 0 20px 0;
	}

.newsItem .right{
margin-top:4px;
}
.newsItem .left{
	width:150px;
	margin-right:10px;
	height:120px;
	vertical-align:top;
}
.newsItem .right{
	width:220px;
}

.newsItem .readmore{
	display:block;
	margin-top:10px;
	text-align:right;
}

	.newsItem h2 span{
		font-weight:normal;
		font-size:10px;
		width:auto;

		
	}
	.newsItem h2 img{
		float:right;
		
	}
	.newsItem img{
		float:left;
		margin:0px 10px 10px 0;

	}
	.newsItem .editIcon img{
		margin:0 10px 0 0;
	}
	




#findForm{
	width:210px;
		padding:0px 10px;
	background:url(/Directberth/assets/common/findaberth-bg.jpg) no-repeat;
position:relative;
}
#findForm label{
	color:#ececec;
	padding:8px 0 0px 0;
	width:130px;
	display:block;
}
#findForm input{
	border:1px solid #99999;
	height:20px;
	background:url(/Directberth/assets/common/input-gradient.gif)repeat-x;
}
#findForm select{
	float:left;
	width:96px;
	margin-right:8px;
}

#findForm .smallInput{
	width:60px;
}

#findForm .draught, #findForm .length, #findForm .beam{
	float:left;
	width:70px;
}

.rentSale { text-align: center; margin-top: 45px; }
#rentSaleGroup { text-align: center;  }
#findForm .keyword{
	clear:both;
	width:210px;
}
#findForm .largeInput{
	width:170px;
}



#findForm .rentSale input{
	width:10px;
	float:left;
	border:none;
}
#findForm .rentSale label{
	width:70px;
	float:left;
	clear:none;
	margin-top:10px;
}

#findForm .rentSale{
	text-align:center;

}
#findForm #submit{
	width:auto;
	height:auto;
	margin:10px 0 0 70px;
	border:none;
}

#searchoverlay{
	position:absolute;
	top:335px;
	width:230px;
	height:146px;
	padding-top:114px;
	background:#1D3149;
	float:left;
	text-align:center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
	display:none;
}
.relativeContainer{
	position:relative;
	height:0;
	line-height:0;
}
.searchReset{
	display:block;
	position:absolute;
	top:-22px;
	right:0;
}

.specialItem img {
	margin:6px 6px 6px 0;
}

#newsletterForm2 {
margin-top:10px;
position:relative;
}
#newsletterForm2 input{
height:20px;
width:180px;
margin-right:4px;
}
#newsletterForm2 #submit{
width:auto;
position:absolute;
top:20px;
right:-6px;
}




#newsletterForm2 label{

font-weight:bold;
width:50px;

}
.newsletterForm{
	width:581px;
	height:158px;
	padding:10px 10px 0 10px;
	background:url(/Directberth/assets/common/newsletter-bg.png) no-repeat;

}
.newsletterForm p{
	color:#ececec;
	/*font-style:italic;*/
	line-height:14px;
}
#newsletterForm input{
	width:150px;

	border:1px solid #99999;
	height:20px;
	background:url(/Directberth/assets/common/input-gradient.gif)repeat-x;
	float:left;
}
#newsletterForm #submit{
	width:27px;
	height:22px;
	float:left;
	margin-left:10px;
	border:none;
}

#flashcontent{
	width:650px;
	height:450px;
}
.eyecatcher{
overflow:hidden;
float:left;
height:250px;

}

#eyecatcher #nav {
		
		font-size:10px;
		font-weight:normal;
		z-index:50;
		left:10;
		padding-top: 10px;		
		position:absolute;

	}

#eyecatcher ul li{	
display: inline;
}
	
#eyecatcher #nav a{
		background:url(/Directberth/assets/eyecatcher/slideNormal.png) no-repeat;
		text-decoration:none;

		margin-right: 3px;
		line-height: 18px;
		width: 18px;
		height: 18px;
		display: block;
		float: left;
		color:#000000;
		text-align: center;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
#eyecatcher #nav .activeSlide {
		background:url(/Directberth/assets/eyecatcher/slideActive.png) no-repeat;
		color:#000000;
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	
		#eyecatcher #show div div{
		position:absolute;	
		color: #FFFFFF;
		bottom:6px;
		left:6px;
		z-index:50;
		display:block;
		padding: 5px;
		background-image:url(/Directberth/assets/eyecatcher/item_background.png);
		background-repeat: repeat;
	}

#eyecatcher p,h2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

.eyecatcherBox{
	float:right;
	width:230px;
	height:240px;
	background:url(/Directberth/assets/common/box-special.jpg) no-repeat;
	color:#fff;
	line-height: normal;
}
.eyecatcherBox h2{
font-size:12px;
margin:0;
}

.eyecatcherBox p{
	line-height: 12px;
}

.eyecatcherBox hr{
border:0;
height:0;
margin:10px 0;
}


.eyecatcherBox #website a{
color:#5899c7;

}
.eyecatcherBox #website a:hover{
text-decoration:underline;
}
.box.special{
	overflow:hidden;
	background:url(/Directberth/assets/common/box-special.jpg) no-repeat;
padding:10px;
margin-bottom:0;

	color:#fff;
}
.spacing{
	padding:10px;
}
.box.special hr{
	background:none;
	height:1px;
	border:none;
	margin:5px 0;
}

.box.special p{
	overflow:hidden;
	padding:0;
	margin:0;
}
.box.special.facilities strong{
	width:80%;

}
.box.special.facilities span{
	float:left;
	width:15%;
}

.box.special strong{
	float:left;
	width:50%;
	font-weight:bold;
	padding-right:6px;
	
}
.box span{
	float:left;
	width:45%;
}
span.date_yachting{
	float: none;	
}


.box{
margin-bottom:30px;
overflow:hidden;
}
.box ul{
list-style:none;
margin:0;

}

.box div{
/*
display:block;
background:white;
padding-left:6px;
margin-top:-2px;
margin-left:-6px;
*/
}
.box div p{
margin:2px 0 2px 0;
font-weight:normal;
}
.box div p a{

color:#366DAB;
background:none;
text-decoration:underline;
}
.box div p a:hover{
color:#003366;
background:none;
text-decoration:none;
}
.box ul li{
	color:#666666;
	font-size:12px;
	width:100%;
	font-weight:bold;
	line-height:22px;
	padding-left:6px;
	background:#ECECEC;
	margin-bottom:6px;
}
.box ul.normalList li{
	background:none;
	list-style:inside disc;
}
.box ul li a{
	/*background:url(/Directberth/assets/common/arrow.png) no-repeat right;*/
	display:block;
	text-decoration:none;
	margin-left:-6px;
	padding-left:6px;

}
.box ul.normalList li a{
	display:inline;
}
li.open > a {
background-color: #cccccc;
background-image: url(/Directberth/assets/common/arrow-down.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right center;
}
li.open a:hover{
background-color: #cccccc;
background-image: url(/Directberth/assets/common/arrow-down.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right center;}
.box ul ul li{
background:white;
padding:3px;
margin:1px 0 0 -6px;
}

.subTitle{
	color:#666666;
	font-size:12px;
	width:100%;
	font-weight:bold;
	line-height:22px;
	padding-left:6px;

	background:#ECECEC;
	margin: 0 0 6px 0;
}

.subTitle a{
	background:url(/Directberth/assets/common/arrow.png) no-repeat right;
	display:block;
	text-decoration:none;
	margin-left:-6px;
	padding-left:6px;
	
}
.subTitle.blueTitle{
	color:#FFF;
	background-color:#1D4664;
}
.subTitle.blueTitle a{
	color:#FFF;
}
.subTitle.blueTitle a:hover{
	color:#CCC;
	background-color:#1D4664;
}
.box .subTitle div {
padding-top:4px;
background:white;
margin-left:-6px;
padding-left:6px;
width:222px;
border:1px solid #CCCCCC;
}
.box .subTitle div a{

padding-left:6px;
background:white;
}


.subTitle span a,.subTitle span a:hover{
display:inline;
float:left;
background:none;
}
.subTitle a:hover{
	background:#CCCCCC url(/Directberth/assets/common/arrow.png) no-repeat right;
}
.subTitle.active>a{
background:#CCCCCC url(/Directberth/assets/common/arrow-down.png) no-repeat right;
}
#dump{
border:1px solid;
position:absolute;
background:white;
width:200px;
}



#directContact {

}
#directContact .row {

}
#directContact label {
display:block;
float:none;
font-weight:bold;
margin:6px 0 2px 0;
}
#directContact .slimArea{
	width: 228px;
	height: 150px;
	background:none;
	margin-bottom:10px;
background:url(/Directberth/assets/common/text-gradient.gif)repeat-x;
	}

#directContact  input{
	width:228px;
height:20px;
		color:#333333;
		border:1px solid #CCCCCC;
background:url(/Directberth/assets/common/input-gradient.gif)repeat-x;


}
#directContact .smallInput{
width:120px;
padding:0;
vertical-align:middle;
margin-left:24px;

}
#directContact img{
width:auto;
vertical-align:middle;

}
#directContact small{
margin:10px 0;

display:block;
}

#directContact #submit{
	width:auto;
height:auto;
border:none;
}



#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	z-index:1000;

}	
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#003366;
	padding:5px;
	display:none;
	color:#fff;
	z-index:1000;
	}



/* + Table + */
.gridNavigation {
	clear:both;
	line-height:20px;
	height:20px;
	padding:0 0 10px 0;
	text-align:right;
	color:#999999;

}
.gridNavigation a {
text-decoration:underline;
color:#555555;
}
.gridNavigation .highlight {
font-weight:bold;
text-decoration:none;
}
.gridTable {
	width:100%;

}
.gridTable th, .gridTable td {
	padding:0 4px;
}
.gridTable td {
	padding:4px 4px 4px 8px;
line-height:20px;
}
.gridTable th {
	height:24px;
	line-height:24px;
	background-color: #ececec;
padding-left:10px;
}
.gridTable td img {
	vertical-align:middle;

}


.gridTable th .sorted {
	background-image: url(/Directberth/assets/icons/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
padding-right: 20px;
}
.gridTable th .sortedDesc {
	background-image: url(/Directberth/assets/icons/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right center;
padding-right: 20px;
}
.gridTable .evenRow {
	background-color:#F9F9F9
}
.gridTable .highlight {
	background-color: #D3ECF5;
}
.gridNavigation {
	clear:both;
}
/* - Table - */

#loginForm{
overflow:hidden;
}

.error{
	color:red;
}
#loginForm input{

		 height:20px;
		width:150px;
		border:1px solid #ccc;
		font-size:14px;
		padding:0px 0 0 2px;
		margin:6px 0 0 0;
}
#loginForm label{
font-weight:bold;
float:left;
width:90px;
margin:6px 0 0 0;
}
#loginForm #submit{
height:auto;
width:auto;
padding:0;
border:none;
float:right;

}

#yachting-matters{
	background-color:#D3ECF5;
	padding: 10px
}

.loggedin p{
margin-top:25px;
/*
position: absolute;
left:70px;
width: 500px;
	padding-top: 30px;
*/
}


.specialItem a.readmore{

display:block;

display:inline;
padding-right:26px;
}

.results{

}
.results ul{
	list-style:none;
	margin:0;
}
.results ul li{
	color:#666666;
	font-size:12px;
	width:100%;
	font-weight:normal;
	line-height:22px;
	padding-left:0px;
	background:#ECECEC;
	margin-bottom:6px;
}
.results ul li div{
	background:white;
	padding:0px;
	font-weight:normal;
	overflow:hidden;
	position:relative;
	padding:6px;
}
.results ul li div a{
	margin:0;
	padding:0px;
	background:none;
}
.results ul li .readmore{
	display:block;
	color: #366DAB;
	
	padding-right:6px;
	height:100px;
	width:372px;
	line-height:170px;
	text-align:right;
	position:absolute;
	top:0;
	left:0;
}
.results ul li .readmore:hover{
	background:none;
	
}
.results ul .open div{
	background:#EFF7FF;
}

.results .left{
	width:200px;
}
.results .right{
	border:1px solid #366DAB;
	width:150px;
	padding:4px;
	background:#EFF7FF;
}
.results .right a{
	display:inline;
	color: #366DAB;
	text-decoration:underline
}
.results p{
	padding:0;
	margin:0;
}
.results ul li img{
	padding:0;
	margin:0;
	float:left;
	margin:0px 6px 0 0;
}
.results ul li a{
	background:url(/Directberth/assets/common/arrow.png) no-repeat right;
	display:block;
	text-decoration:none;
	margin-left:0px;
	padding-left:6px;
}
.results ul li a:hover{
	background:#CCCCCC url(/Directberth/assets/common/arrow.png) no-repeat right;
}
.results ul li.active>a,.results ul li.open>a  {
	background:#CCCCCC url(/Directberth/assets/common/arrow-down.png) no-repeat right;
	
}
.results ul li.open>a{
	background:#366DAB;
	color:white;
}
.loader{
	margin-top:40px;
	width:400px;
	text-align:center;
}

/* FRONTPAGE */

#frontpage_container{
	background: url(/Directberth/assets/common/directberth_bg.png) no-repeat;
	height: 630px;
	width: 999px;
	padding: 0;
	margin: 0 auto;
	margin-top: 0;
	position: relative;
}
#frontpage_newsletter{
	padding: 450px 0 0 25px;	
}

#frontpage_newsletter h1{
	display: none;

}
#frontpage_newsletter .box {
	width: 581px;
}
#frontpage_newsletter label,#frontpage_newsletter input{
margin:0 10px 0 0;
}
#frontpage_newsletter input{
padding-left:10px;
padding-top:4px;
}
#frontpage_newsletter #submit{
padding:0;}

.space{
margin:20px 0;
}
#headerImageRight{
float:right;
}
#availability{
	clear:both;
	overflow:hidden;
	margin:50px 0 0 0;
}
.findForm .searchMagnifier{
position:absolute;
top:14px;
right:6px;
display:block;
}

.managementTeam{
	background: url("/Directberth/assets/common/findaberth-bg.jpg") no-repeat scroll 0 0 transparent;
	padding: 10px;
	color: #FFF;
}
.missionBg{
	background: url("/Directberth/assets/common/findaberth-bg.jpg") no-repeat scroll 0 0 #1D3149;
	padding: 10px;
	margin-top: 10px;
	color: #FFF;
}

#bodyContent #loading{
width:650px;
text-align:center;
margin-top:100px;

}

#bodyContent{
	padding-bottom: 0;
}

#userDiv .mediumInput {
padding-top: 2px;
padding-bottom: 2px;
margin-right: 5px;
border:1px solid grey;

}
#marineInfo{
clear:both;
overflow:hidden;
border:1px solid #CCCCCC;

padding:20px;
width:525px;
}

.clickbox.active{
	cursor: pointer;
	background-color: #f7f7f7;
}
.information{
background:#D3ECF5;
padding:10px;
overflow:hidden;

}
#yachtingMatters{
overflow:hidden;
}
#yachtingMatters li{
overflow:hidden;
background:none;
display:inline;

}
#yachtingMatters li img{
margin:0;
margin-right:20px;
}

span.enlarge{

background: url("/Directberth/assets/icons/zoom.png") no-repeat;
padding-left:24px;

display:block;
float:none;

width:auto;

margin:0 0 10px 0;
}

#headerImages		{ margin-top:20px; }
#headerImages img	{ margin: 0 20px 10px 0; }



#exForm input{
border:1px solid grey;
width:300px;
height:20px;
margin: 4px 0px 0 0px;

}
#exForm .check{
border:none;
width:15px;
}
#exForm #submit{
width:100px;
float:right;
}


#exForm td{
padding-top:4px;
}


