@charset "utf-8";
/* CSS Document */

body {
	background: #f9f9f9;
}


/* Header
-------------------------------------- */

img#siteLogo {
	float: left;
	margin-top: 20px;
}

.siteSlogan {
	float: left;
	margin-left: 40px;
	margin-top: 25px;
	padding-left: 20px;
	border-left: 1px solid #d2d2d2;
	font-family: "NeoSans Pro Italic";
	font-size: 24px;
	letter-spacing: -0.05em;
}

#siteTel {
	float: right;
	margin-top: 70px;
	width: 320px;
}


#mainMenu ul {
	height: 43px;
	background: url(../images/main-menu-back-tile.png) repeat-x;
}

#mainMenu li {
	float: left;
	height: 32px;
	padding: 10px 1em 0 1em;
	background: url(../images/main-menu-splinter.png) no-repeat;
}

#mainMenu li:first-child {
	background: none;
}

#mainMenu a:link, #mainMenu a:visited {
	color: #300;
	text-decoration: none;
}

#mainMenu a:active, #mainMenu a:hover {
	color: #fff;
	text-decoration: none;
}

/* Content
-------------------------------------- */

#content h1 {
	height: 30px;
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
	padding-left: 55px;
	font-family: "NeoSans Pro Regular";
	font-size: 24px;
	letter-spacing: -0.06em;
	background: url(../images/h1-gears.png) no-repeat;
}

.pageSlogan {
	width: 504px;
	height:103px;
	margin-bottom: 1em;
	color: #666;
	font-family: "NeoSans Pro Regular";
	font-size: 16px;
	letter-spacing: -0.02em;
	background: url(../images/page-slogan-back.jpg) no-repeat;
}

/* Left Side & Right Side
-------------------------------------- */

#rightSide h2 {
	height: 25px;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-top: 7px;
	color: #fff;
	text-align: right;
	font-family: "NeoSans Pro Medium";
	font-size: 16px;
	letter-spacing: -0.04em;
	background: url(../images/h2-back.png) no-repeat;
}


 #leftSide h3 {
	height: 25px;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-top: 7px;
	color: #fff;
	text-align: right;
	font-family: "NeoSans Pro Medium";
	font-size: 16px;
	letter-spacing: -0.04em;
	background: url(../images/h2-back.png) no-repeat;
}

#urunlerimiz li {
	height: 23px;
	margin-bottom: 1px;
	padding-left: 1em;
	padding-top: 5px;
	font-weight: bold;
	background: url(../images/left-side-list-back.png) repeat-x;
}

#urunlerimiz a:link, #urunlerimiz a:visited {
	color: #222;
	text-decoration: none;
}

#urunlerimiz a:active, #urunlerimiz a:hover {
	color: #66f;
	text-decoration: underline;
}

.duyuruIcerik {

}


.duyuruIcerik ul{
	padding:0; margin:0	
}

.duyuruIcerik li{
	padding:0; margin:0	;
	border-bottom: 1px dashed #999;
	padding: 10px 0;
}

.duyuruIcerik li a{ 
	line-height:16px
	
}

.duyuruIcerik img {
	float: left;
	width: 82px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.duyuruIcerik p {
	float: left;
	width: 135px;
	margin: 0;
	padding-bottom:10px
    
}

.date {
	padding-bottom: .5em;
}

#eBulten {
	font-size: 11px;
}

.kenarBosluk {
	margin-bottom: 15px;
}

/* Footer
-------------------------------------- */

#footerLogo {
	float: left;
	width: 101px;
	margin-left: 10px;
}

.copyright {
	float: left;
	width: 890px;
	margin: 0 0 .8em 17px;
	font-weight: bold;
}

.address {
	width: 890px;
	margin-left: 128px;
	color: #6e6e6e;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	color: #666;
	text-decoration: underline;
}


/*************ACCORDION****************/



h2.acc_trigger {
	padding: 0;	margin: 0;
	background: url(../images/trigger.png) no-repeat;
	height: 34px;
	line-height: 34px;
	width: 212px;
	font-size: 14px;
	font-weight: normal;
	float: left;
	text-align:left
}
h2.acc_trigger a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 0 0 30px;
}
h2.acc_trigger a:hover {
	color: #000;
}
h2.active {background-position: left bottom;}


.acc_container {
	margin-bottom: 10px ; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 210px;
	clear: both;
	background: #FFF;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}

.acc_container img {
	float: left;
	margin: 0;
	padding-bottom: 10px;
	border: 0px solid #ccc;
}

.acc_container .block {
	padding-bottom: 10px;
}

.acc_container  ul { /*CSS for UL of each sub menu*/
list-style-type: none;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/

}

.acc_container  ul li{
padding-bottom: 0;  /*bottom spacing between menu items*/
}

.acc_container  a{
color: #333;
/*background: url(images/icn-2.png) no-repeat  12px; custom bullet list image*/
display: block;
padding: 4px 0 4px 10px;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px  dotted #CDCDCD;
font-size: 11px;
}

.acc_container  a:hover{

color:#FFF; text-decoration:none; background:#333

}

.bultensol {width:60px;  float:left; height:30px; color:#121212}
.bultensag { background:#FFFFFF; border:1px solid #E3E3E3; padding:3px}
.icsayfa {min-height:600px; padding-bottom:15px}



ul.content_menu { /*CSS for UL of each sub menu*/
list-style-type: none;
padding: 0;
border:1px solid #DCDCDC;

}

ul.content_menu   li{
padding-bottom: 0;  /*bottom spacing between menu items*/
}

ul.content_menu li a{
color: #333;
/*background: url(images/icn-2.png) no-repeat  12px; custom bullet list image*/
display: block;
padding: 4px 15px;
text-decoration: none;
font-weight: normal;
border-bottom: 1px  dotted #CDCDCD;
font-size: 11px;
background:url(../images/arrow.png) no-repeat left ;
}

ul.content_menu li a:hover{

color:#FFF; text-decoration:none; background:#333 url(../images/arrow2.png) no-repeat left ;

}

.duyurudetay {max-width:490px}
.duyurudetay img { max-width:490px}

.form-button-image { background:url(/images/btn-gonder.png) no-repeat; width:62px; height:19px; cursor:pointer; margin:7px 0}


