body{
	background:#eaeff2 !important;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.page_bottom_area{
	width:940px !important;
	margin:30px auto;

}



/* Kur Alanı */

.kur-alani{


}

ul#kur li{
background:none;
width:117.5px;
float:left;
margin:0px;
padding:0px !important;
margin-bottom:30px;

}

.kur-bilgisi{
background:#fff;
width:114px;
height:85px;
-webkit-border-radius:5px ;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius:5px ;
	border-radius: 5px;
}

.kur-yukari{
width:100%;
height:40px;
}

.flag{
float:left;
width:32px;
height:32px;
}

.flag img{
display:block;
margin-left:10px;
}

.kur-title{
font-size:15px;
font-weight:bold;
margin-left:50px;
padding-top:5px;
}

.kur-text-alan{
float:left;
margin-left:8px;
}

.kur-text{
font-size:15px;
font-weight:bold;
}

.kur-text-alan span{
color:#ff2004;
font-size:13px;
font-weight:bold;
}


.ship_logo_area{
	width:940px;
	margin: 0 auto;
	background:#fff;
}

.ship_area_header{

}


.ship_doc{
	margin-top: 40px;
}

.ship_logo img{
	display:block;
	margin:auto;
	padding:50px 0px 0px 0px;
}



.ship_text p{
	color:#000;
	text-align: center;
	font-size: 16px;
	padding-left:15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 28px;
}

.ship_text-2 p{

color:#000;
	text-align: justify;
	font-size: 16px;
	padding-left:15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 28px;

}

.first_area{
	width:100%;
	height:100%;
}

.image_area{
	float:left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.text_area_first p{
	font-size: 16px;
	color:#333;
	line-height: 24px;
	padding-top: 10px;
}

.image_area_2{
	float:left;
	margin-right: 15px;
}

.text_area_2{
	
}
.title_2{
	color:#028ac3;
	font-size: 21px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.list_area ul li{
	line-height: 36px;
	color:#333;
	list-style-type: none !important;
	font-size: 16px;
}

.image_area_3{
		float:left;
		margin-right: 15px;
}

.menu_right_2{
	float:right;
	padding-top: 33px;

}

.menu_right_2>ul li i{
	color:#bfc8ce;
		font-size: 18px;
		width:30px;
		height:30px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-ms-border-radius: 100%;
		-o-border-radius: 100%;
		border-radius: 100%;
		border:3px solid #bfc8ce;
		text-align: center;
		line-height: 32px;
}

.menu_right_2>ul li i:hover{
	background:#bfc8ce;
		color:#EAEFF2;
}

.menu_alt{
	float:right;
	padding-top: 40px;
	margin-right: 40px;
}

.menu_alt>ul li a{
	color:#B4BBC4;
		font-size: 17px;
		font-weight: bold;
}

.menu_alt>ul li a:hover{
	border-bottom:3px solid #B4BBC4;
		padding-bottom: 5px;
}



.third-area{
	margin-top: 40px;
}
.text_area_3 p{
	font-size: 16px;
	color:#333;
	line-height: 24px;
	padding-top: 10px;
}

.bottom_image img{
	margin-top:20px;
}

.up{
	margin-top: 40px;
}


/* Faydalı Bilgiler */
.faydali-bilgiler{
width:940px;
height:100%;
background:#fff;
padding:20px 10px;
}

ul#faydali li{
margin-bottom:20px;
font-size:16px;
}

.li-title{
color:#1eb0bc;
}

.tarih-bilgisi{
color:#1eb0bc;
}


/* Accoridon */
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	/*box-shadow:0px 1px 3px rgba(0,0,0,0.25);*/
	border-radius:3px;
	background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:5px 10px;
	display:inline-block;
	/*border-bottom:1px solid #1a1a1a;*/
	background:#EAEFF2;
	transition:all linear 0.15s;
	/* Type */
	font-size:14px;
	/*text-shadow:0px 1px 0px #1a1a1a;*/
	color:#1eb0bc;
	
}

.arkaplan{
background:url(../images/list_icons/icon_arrow1_grey.png) 0  no-repeat; 
background-color:#EAEFF2 !important;
padding-left:18px;
padding-top:-200px !important;

}

.accordion-section-title.active, .accordion-section-title:hover {
	/*background:#4c4c4c;*/
	/* Type */
	/*text-decoration:none;*/
	color:#1eb0bc;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}

.accordion i{
font-size:22px;
margin-right:5px;
padding-top:3px;
}

.accordion a:focus{
color:#1eb0bc;
}
.accordion-section{

}

.li-title-one{
font-size:15px !important;
color:#000;
margin-bottom:10px;
}

/* Açık Adres Alanı */
.acik-adres-alani{
background:#fff;
padding:10px 0px;
}
.acik-adres-alani p.acik-adres{
text-align:center;
padding-top:10px;
color:#000;
font-size:17px;
}
.acik-adres-alani p.span4{
text-align:center;
color:#000;
}
.acik-adres-alani p.span4:first-child{
float:right;
}

/* Uyeklik Alanı */
.uyelik-alan{
background:#fff;
margin-bottom: 50px;
}

.uyelik-alan .uyelik{
width:100%;
height:94px;
}

.uyelik .uyelik .uye-resim{
	
}

.uye-resim{
	float:left;
	margin-right:10px;

}

.uye-resim img{
	padding:10px;
}
.uye-bilgileri{
	padding-top: 25px;

}
.uye-bilgileri a{
	font-size:18px;
}