/* NEW BOATS strip */

#offers {
	float: left;
	width: 330px;	
	padding-left: 15px;
}

#offers .header {
	height: 41px;	
}

#offers .boat {
	float:left;
	clear: both;
	margin-left: 10px;
	width: 300px;
	padding-top: 10px;
}
#offers .boat .info {
	padding-left: 10px;
	float: left;	
	width: 165px;
}

#offers .boat .info .intro {
	float: left;
	clear: both;
	width: 165px;
	height: 48px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

#offers .boat .info .moreInfo {
	padding-left: 10px;
	float: left;	
	width: 165px;
	overflow: hidden;
}

#offers .boat .info .input {
	float: left;
	clear: both;
	width: 165px;
	
}

#offers .boat h1 {
	float: left;
	clear: both;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#offers .boat h2 {
	float: left;
	clear: both;
	font-size: 12px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#offers .boat a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
}


#offers .middle .background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 330px;
	height: 100%;
	z-index: 1;
	/**/
}


#offers .top {
	float: left;
	clear: both;
	width: 330px;
	height: 5px;	
}

#offers .top .left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/occassions_background/LB_achtergrond_03.png);
}

#offers .top .center {
	float: left;
	width: 320px;
	height: 5px;
	background-image: url(../images/occassions_background/MB_achtergrond_03.png);
}

#offers .top .right {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/occassions_background/RB_achtergrond_03.png);
}



#offers .middle {
	position: relative;
	float: left;
	clear: both;
	
}

#offers .middle .outerWrapper {
	position: relative;
	float: left;
	width: 330px;
	z-index: 2;	
	
}


#offers .bottom {
	float: left;
	clear: both;
	width: 330px;
	height: 5px;	
}

#offers .bottom .left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/occassions_background/LO_achtergrond_03.png);
}

#offers .bottom .center {
	float: left;
	width: 320px;
	height: 5px;
	background-image: url(../images/occassions_background/MO_achtergrond_03.png);
}

#offers .bottom .right {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/occassions_background/RO_achtergrond_03.png);
}


