#wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}
	
#lowbar {
	width: 600px;
	margin-top:60px;
	background:url(http://www.xeltek.com/CheatSheetImg/low_bar.png);
	height:38px;
	float:left;

	}

.accordionButton {
	width: 575px;
	float: left;
	_float: none;
	border-bottom: 1px solid #FFFFFF;
	padding:10px 0 0 25px;
	cursor: pointer;
	color:#313131;
	font-family:Tahoma;
	font-size:11px;
	height:auto;
	min-height:30px;
	background-image:url(http://www.xeltek.com/project_test/mehmet_project/img/section_background_headline.png);
    line-height:14px;
    font-weight:bold;
	}
	
.accordionContent {	
	width: 800px;
	float: left;
	_float: none; 
	background: white;
	}
	

.on {
	background-image: url(http://www.xeltek.com/project_test/mehmet_project/img/section_background_headline_selected.png);
	}
	
.over {
	background: #CCCCCC;
	}
