/* </References Settings> */
.accordionButton {
	width: 697px;
	float: left;
	_float: none;
	cursor: pointer;
	background-image: url(../img/accordion_03.png);
	background-repeat: no-repeat;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding-top: 11px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 3px;
	}
.accordionContent {
	width: 706px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #ffffff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	height: auto;
	}
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	/*background-image: url(../img/accordion_10.png);
	background-repeat: no-repeat;*/
	}
.over {
	/*background-image: url(../img/accordion_10.png);
	background-repeat: no-repeat;*/
	}
.button-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	float: left;
	padding-top: 5px;
	line-height: 15px;
}
.button-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	font-weight: bold;
	margin-left: 85px;
	margin-top: 11px;
}

.akcontent-top{
	background-image: url(../img/akordion-top.png);
	background-repeat: no-repeat;
	float: left;
	height: 8px;
	width: 706px;
}

.akcontentWrapper {
	width: 704px;
	background-color: #e9e9e9;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #527581;
	border-left-color: #527581;
	float: left;
}
.akcontentWall {
	float: left;
	width: 706px;
	height: auto;
	min-height:150px;
}
.akcontent-Bottom {
	background-image: url(../img/akordion-bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 706px;
}
.akordion-img {
	float: left;
	height: 148px;
	width: 164px;
	border: 1px solid #666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.akordion-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 495px;
	margin-right: 15px;
}
.ak-baslik {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	width: 510px;
	margin-top: 10px;
	margin-bottom: 4px;
}
