#basic-accordian{
	border: 0px solid #1D3195;
	margin : 0px auto 0px auto;
	padding:5px;
	width:830px;
	position:absolute;
	z-index:2;
}

.accordion_headings{
	padding:5px;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	background-color: #1D3195;
}

.accordion_headings:hover{
	background:#70733E;
}

#rental-header {
	background-color: #E60000;
}

.accordion_child{
	width : 824px;
	padding : 15px 3px 15px 3px;
	background-image: url(img/interface/fond-cell.jpg);
	background-repeat: repeat-x;
}

.header_highlight{
	background:#70733E;
}

.tab_container *{
	float:none;
	float:left;
	width:100px;
}

#content {
	float:left;
	clear:left;
	position : relative;
	margin : 0px;
	padding : 0px;
}

#content > div {
	height : 500px;
}
