/* Clearfix */
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}

/* Some basic settings */
h1, h1 .button { font-size: 32px; }
h2, h2 .button { font-size: 28px; }
h3, h3 .button { font-size: 17px; }
h4, h4 .button { font-size: 15px; }
h5, h5 .button { font-size: 14px; }
h6, h6 .button { font-size: 12px; }
small { font-size: 10px; }
ol { list-style: decimal; }
ul { list-style: disc; }
li {
	/* [disabled]margin-left: 30px; */
}
img {
	margin-bottom: 5px;
}
dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,blockquote,article,p { margin-bottom: 20px; }

/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */



::-moz-selection { background: #2293dc; color: #fff; text-shadow: none; }
::selection { background: #2293dc; color: #fff; text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
	color: #474747;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 15px;
}

h3, h4, h5 { font-weight: 600; }

a, a > * {
	color: #5b5b5b;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	     -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	        transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

a:hover, a > *:hover {
	color: #44742a;
}

hr {
	background: #efefef;
	color: #efefef;
	margin: 5px 0 25px;
}

	hr.dotted { border-style: dotted; }

	p + hr { margin: 25px 0 20px; }

blockquote {
	background: #f8f8f8;
	font-style: italic;
	font-size: 15px;
	line-height: 1.6;
	padding: 20px 20px 20px 55px;
}

	blockquote.simple {
		background: none;
		border-left: 2px solid #ddd;
		color: #bbb;
		font-size: 13px;
		margin: 0;
		padding: 0 0 0 10px;
	}

	blockquote p:last-of-type { margin-bottom: 0; }

	blockquote small { font-size: 12px; }

.button, input[type="submit"], button {
	background: #2293dc;
	border: none;
	color: #fff;
	cursor: pointer;	
	font-weight: 400;
	height: auto;
	overflow: visible;
	padding: 7px 20px;
	-webkit-transition: background-color .2s ease;
	   -moz-transition: background-color .2s ease;
		-ms-transition: background-color .2s ease;
		 -o-transition: background-color .2s ease;
			transition: background-color .2s ease;
	width: auto;
}

	.button:hover, input[type="submit"]:hover, button:hover {
		background: #5b5b5b;
		color: #fff;
	}

.button {
	font-size: 12px;
	display: inline-block;
	padding: 5px 16px;
}

	.button.medium { font-size: 13px; }

	.button.large { font-size: 15px; }

	.button.no-bg {
		background: none;
		color: #5b5b5b;
		padding: 0;
	}

		.button.no-bg:hover {
			background: none;
			color: #2293dc;
		}

	.button .icon, .button .arrow {
		color: transparent;
		cursor: pointer;
		display: inline-block;
		font: 0/0 a;
		height: 19px;
		margin: -3px 0 0 3px;
		text-shadow: none;
		vertical-align: middle;
		width: 19px;
	}

	.ie7 .button .icon, .ie7 .button .arrow { display: inline; }

	.button .arrow { background: #ddd url(../img/button-arrows.png) no-repeat 0 0; }

	.button .icon.left, .button .arrow.left {
		margin-left: 0;
		margin-right: 3px;
	}

	.button .arrow.left { background-position: 0 -19px; }

		.button:hover .arrow { background-color: #2293dc; }




/* ---------------------------------------------------------------------- */
/*	Alert Boxes
/* ---------------------------------------------------------------------- */

.kutuustu{
	position:absolute;
	width:940px;
	background-image: url(../img/sayfaust.png);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	top:-29px;
	left:0px;
	z-index: 5;
}


.infobox {
	margin-left:auto;
	margin-right:auto;
	width:918px;
	padding:0px 10px;
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
	border:solid 1px;
	border-color:#E2E2E2;
	margin-top: 0px;
	/* [disabled]min-height: 255px; */
	margin-bottom: 15px;
	/* [disabled]overflow: visible; */
	/* [disabled]height: 100%; */
	display: table;
	max-width: 918px;
	padding-bottom: 15px;
	
}/*kutu*/

.infobox1 {
	background: #fbfbfb;
	border: 1px solid #efefef;
	padding: 25px;
	max-width:890px;
	margin-left:auto;
	margin-right:auto;
	
}/*kutu*/

.single-image, .image-gallery, .iframe {
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	position: relative;
}
	

/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */

label {
	cursor: pointer;
	display: block;
	margin: 0 0 5px;
}

input, textarea, select {
	-webkit-appearance: none; /* Fix for Mobile Safari */
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	color: #8f8f8f;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
	border-radius: 0;
}

input, select {
	height: 30px;
	width: 200px;
}

textarea {
	padding: 10px;
	resize: both;
}
	
	input:hover, textarea:hover, select:hover { border-color: #dedede; }
	
	input:focus, textarea:focus, select:focus { border-color: #ccc; }

input[type="submit"], button {
	font-size: 13px;
	text-transform: uppercase;
}

	input[type="submit"].medium, button.medium { font-size: 15px; }

	input[type="submit"].large, button.large { font-size: 17px; }

select, option {
	cursor: pointer;
	padding: 5px 7px;
}

/* Fix for Mobile Safari */
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }

/* Chrome, Safari */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #b0b0b0; }

/* Firefox */
input:-moz-placeholder, textarea:-moz-placeholder { color: #b0b0b0; }

/* jQuery fallback */
input.placeholder, textarea.placeholder, .wpcf7 .watermark { color: #b0b0b0; }

/* ---------------------------------------------------------------------- */
/*	Wrap
/* ---------------------------------------------------------------------- */

.container {
	margin: 0 auto;
	position: relative;
	width: 940px;
}

	/* -------------------------------------------------- */
	/*	Columns
	/* -------------------------------------------------- */

	.one-half, .one-third, .two-third, .one-fourth, .three-fourth {
		float: left;

	}

	.one-half { width: 460px; }

	.one-third { width: 300px; }

		.two-third { width: 620px; }

	.one-fourth { width: 220px; }

		.three-fourth { width: 700px; }

/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

#header {
	border-bottom: 1px solid #efefef;
	height: 124px;
	z-index: 97;
	margin-right:auto;
	margin-left:auto;
	width: 100%;
	background-image:url(../images/ub.jpg);
	background-repeat:repeat-x;
}
#header img { outline:none;}

	#logo {
	float: left !important;
	padding:0px !important;
	border:0px !important;
	height: 85px !important;
	width: 166px !important;
	margin-right: 30px;
	}
	#logo img{ border:none;}

		#logo h1 { padding: 18px 0; }

	/* -------------------------------------------------- */
	/*	Main Navigation
	/* -------------------------------------------------- */

	#main-nav {
	margin: 0px auto;
	width:82%;/*boyut*/
}

		#main-nav > ul,
		#main-nav .menu > ul {
	margin: -30px 0px 0px 0px;
	float: left;
}

			#main-nav li {
				list-style: none;
				float: left;
				margin: 0;
				position: relative;
			}

				#main-nav a {
	color: #FF6731;
	font-size: 12px;
	font-weight: 800;
	display: block;
	letter-spacing: -0.08px;
	padding: 90px 8px 11px;
	position: relative;
	text-align: center;
	z-index: 98;
	cursor:pointer;
				}

				.ie7 #main-nav a { padding: 33px 20px; }

				#main-nav a:after {
	font-size: 1px;
	font-style: italic;
	font-weight: 400;
	display: block;
	line-height: 0;
	margin: 10px 0 -3px;
	text-align: center;
	text-transform: lowercase;
				}

					#main-nav a:hover, #main-nav .hover > a,
					#main-nav .current_page_item > a, #main-nav .current_page_parent > a {
	border-bottom-color: #F26522;
	border-top-color: #F26522;
	color: #F26522;
					}
				#main-nav a.activemen{
	border-bottom-color: #F26522;/*fatih15a23*/
	border-top-color: #F26522;
	color: #F26522;
	background-color: transparent;
						
						}

					#main-nav a:hover, #main-nav .hover > a,
					#main-nav .current_page_item > a, #main-nav .current_page_parent > a { background-color:transparent; color:#CCC; border-bottom-color:1px solid #F26522; }

					.not-ie #main-nav .current_page_item:after, .not-ie #main-nav .current_page_parent:after {
						background-color: #5f9541;
						bottom: -2.5px;
						content: '';
						left: 50%;
						display: block;
						height: 5px;
						margin: 0 0 0 -2.5px;
						-webkit-transform: rotate(45deg);
						   -moz-transform: rotate(45deg);
							-ms-transform: rotate(45deg);
							 -o-transform: rotate(45deg);
								transform: rotate(45deg);
						position: absolute;
						width: 5px;
					}

				/* Dropdown */

				.no-js #main-nav li:hover > ul {
					display: block;
					top: 112px;
				}

				#main-nav ul ul {
	background: #5b5b5b;
	-webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
	box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	top: 92px;
	/* [disabled]width: 200px; */
	z-index: 9999999;
	border-top:solid 1px;
	border-top-color:#F26522;
	min-width: 165px;
				}

					#main-nav ul ul li { float: none; width:100%; }

						#main-nav ul ul a {
							border: 0;
							border-bottom: 1px solid #545353;
							border-top: 1px solid transparent;
							color: #fff;
							display: block;
							font-size: 12px;
							line-height:12px !important;
							letter-spacing: 0;
							font-weight: 400;
							padding: 8px 20px !important;
							text-align: left;
							text-transform: none;
						}

							#main-nav ul ul a:hover, #main-nav ul ul .hover > a,
							#main-nav ul ul .current_page_item > a, #main-nav ul ul .current_page_item > a:hover,
							#main-nav ul ul .current_page_parent > a, #main-nav ul ul .current_page_parent > a:hover {
								background-color: #F26522;
								color: #fff;
							}

					.not-ie #main-nav ul ul .current_page_item:after, .not-ie #main-nav ul ul .current_page_parent:after { display: none; }

				/* Sub Dropdown */

				#main-nav ul ul ul {
					left: 200px !important;
					top: 0 !important;
				}

		/* Responsive Nav */

		#main-nav .responsive-nav {
			background-image: url(../img/responsive-nav-bg.png);
			background-position: center right;
			background-repeat: no-repeat;
			display: none;
			width: 100%;
		}

/* ---------------------------------------------------------------------- */
/*	Content
/* ---------------------------------------------------------------------- */

#wrap					{
	min-height: 100%;
	width: 100%;
	width: 100%;
	/* [disabled]background-image:url(../img/bodybg.png); */
	
	background-color: #ffffff;
}

#sayfa-gen{ width:80% !important;}


#content {
	padding-bottom:197px;
	min-width: 940px;
	overflow: hidden;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	/* [disabled]min-height:200px; */
	/* [disabled]max-width: 940px; */
	
	}
	

	
#akutu{
	position:relative;
	padding:5px;
	border:solid 1px;
	border-color:#E4E4E4;
	width:274px;
	height:117px;
	background-color:#f3f3f3;
	float:left
;
	margin-left: 21px;
}
#akutu .idiv {
	position:relative;
	overflow:hidden;
	height:80px;
	overflow:hidden;
	width:273px;
	text-align:center;
}
#akutu .idiv a{ padding:0px; margin:0px;}
#akutu .idiv img{
	height:80px;
	max-width:273px;
	border:0px;
	outline:none;
}
#akutu a{
	display:block;
	padding:5px;
	color: #8B8B8B;
	font-size:16px;
	font-style:italic;
	text-decoration:none;
	padding-top: 5px;
}
#akutu a:hover{
	color:#2293dc;
}

#askutu{
	position:relative;
	float:left;
	margin-top:11px;
	width:615px;
}


#aslogan{
	display:block;
	padding:5px;
	padding-left:30px;
	background-image: url(../img/denden.png);
	background-repeat:no-repeat;
	background-position:left top;
	color: #747474;
	font-size:15px;
	font-style:italic;
	text-decoration:none;
	padding-top: 6px;
	position:relative;
	float:left;
	margin-top:10px;
	width:550px;
	margin-left:25px;
	text-align:left;
}

	
	
#altt{
	height:197px; overflow:hidden; width:100%; min-width:940px; margin-top:-197px; position:relative;
	}
	
	
.anasayfayazi{
	color:#7D7D7D;
	font-size:12px;
	width:300px;
	line-height: 18px;
	margin-top: 5px;
	float: left;
	position: relative;
	display: block;
}
.anasayfayazi p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: justify;

}	
.infobox h1{
	font-size:14px;
	font-style:italic;
	text-align: center;
	height:20px;
	margin:0px;
	padding:0px;
	position:relative;
	width:900px;
	top: -5px;
	z-index: 6;
}	

.ie7 #content { }

	
		.slogan {
			font-size: 24px;
			margin-bottom: 40px;
		}


	/* -------------------------------------------------- */
	/*	Main
	/* -------------------------------------------------- */

	#main {
		float: left;
		margin: 0 40px 0 0;
		width: 680px;
	}

	.sidebar-left #main {
		float: right;
		margin-left: 40px;
		margin-right: 0;
	}
		
		/* ---------------------------------------- */
		/*	Columns
		/* ---------------------------------------- */

		#main .one-half { width: 330px; }

		#main .one-third { width: 213px; }

			#main .two-third { width: 447px; }

		#main .one-fourth { width: 155px; }

			#main .three-fourth { width: 505px; }


		/* ---------------------------------------- */
		/*	Accordion Content
		/* ---------------------------------------- */

			.acc-trigger {
				border-top: 1px dotted #ced8df;
				cursor: pointer;
				display: block;
				margin: 0;
			}

				

			
			.acc-trigger a {
				background: url(../img/accordion-content-buttons.png) no-repeat 20px 23px;
				display: block;
				color: #959393;
				outline: medium none;
				padding: 25px 20px 25px 55px;
				text-decoration: none;
				text-shadow: none;
			}

			h3.acc-trigger a, h4.acc-trigger a { background-position: 20px 24px; }

			h6.acc-trigger a { background-position: 20px 21px; }

				.acc-trigger a:hover { background-color: #f8f8f8; }

				.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #2293dc; }

				.acc-trigger.active a:hover { background-color: transparent; }

				.acc-trigger.active { cursor: default; }

				.acc-trigger.active:last-of-type {
					border-bottom: none;
					margin-bottom: 0;
				}

				.acc-trigger.active a {
					background-position: 20px -88px;
					cursor: default;
				}

				h3.acc-trigger.active a, h4.acc-trigger.active a { background-position: 20px -87px; }

				h6.acc-trigger.active a { background-position: 20px -90px; }

			.acc-container .content { padding: 0 20px 25px 55px; }

			.js .acc-container { margin-top: -15px; }

		

	

/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {
	color: #868686;
	margin-top: -122px;
	padding: 20px 0px 10px 0px !important;
	position: relative;
	width:100% !important;
	background-color: #999;
	display:block;
	
}

.not-ie #footer .container:after {
	background: #fff;
	content: '';
	left: 50%;
	display: block;
	height: 15px;
	margin: 0 0 0 -7.5px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
	position: absolute;
	top: -43px;
	width: 15px;
}

	#footer, #footer a,
	#footer-bottom, #footer-bottom a {
	color: #FFF;
}

		#footer a:hover,
		#footer-bottom a:hover { color: #2293dc; }

	#footer .widget {
	border-bottom: 1px solid;
	margin: 0 0 12px;
	padding: 0 0 12px;
	border-bottom-color: #cccccc;
	}

	#footer .widget:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

		#footer .widget-title {
	border-bottom: 1px solid;
	display: block;
	font-size: 10px;
	margin: 0 0 12px;
	padding: 0 0 12px;
	text-transform: uppercase;
	border-bottom-color: #6F6F6F;
		}

		#footer .widget li { border-bottom-color: #4b4b4b; }

	/* -------------------------------------------------- */
	/*	Footer Navigation
	/* -------------------------------------------------- */

		#footer .widget_nav_menu ul { margin: -2px 0 0; }

			#footer .widget_nav_menu li {
				background: none;
				border: none;
				display: inline-block;
				list-style: none;
				margin: 0 -3px 0 0;
			}
			
			.ie7 #footer .widget_nav_menu li { display: inline; }
			
				#footer .widget_nav_menu li a {
					border-left: 1px solid #484848;
					font-size: 10px;
					display: block;
					padding: 0 15px;
					text-transform: uppercase;
				}
			
				#footer .widget_nav_menu li:first-child a {
					border-left: none;
					padding-left: 0;
				}

				#footer .widget_nav_menu li:last-child a { padding-right: 0; }

	/* -------------------------------------------------- */
	/*	Contact Info
	/* -------------------------------------------------- */

	#footer .contact-info { }

	.contact-info { margin: 0; }

		.contact-info li {
			border: none;
			float: left;
			list-style: none;
			margin: 0 0 5px 24px;
			padding: 0 0 0 24px;
		}
		
		#sidebar .contact-info li {
			border-bottom: 1px dotted #ced8df;
			display: block;
			float: none;
			margin: 0 0 5px;
			padding-bottom: 5px;
		}
		
		#sidebar .contact-info li:last-child { border-bottom: none; }

		.contact-info li:first-child { margin-left: 0; }

		.contact-info .address { background: url(../img/icon-address.png) no-repeat 0 0; }

		.contact-info .phone { background: url(../img/icon-phone.png) no-repeat 0 1px; }

		.contact-info .email { background: url(../img/icon-email-2.png) no-repeat 0 4px; }

			.contact-info li a {
				display: inline;
				padding: 0;
			}

	/* -------------------------------------------------- */
	/*	Social Links
	/* -------------------------------------------------- */

	.social-links { margin: 0; }

		.social-links li {
			background: none;
			border: none;
			display: inline-block;
			list-style: none;
			margin: 0 0 10px 15px;
			text-indent: -9999px;
		}

		.ie7 .social-links li {
			display: inline;
			font-size: 0;
			text-indent: 0;
		}
			
		.social-links li:nth-child(6n+1) { margin-left: 0; }

		.social-links li:nth-child(6n) { margin-right: 15px; }

		.social-links li:last-child { margin-right: 0; }

			.social-links li a {
				background-repeat: no-repeat;
				background-position: 0 -16px;
				display: block;
				height: 16px;
				padding: 0;
				-webkit-transition: all 0.2s ease-out;
				   -moz-transition: all 0.2s ease-out;
					 -o-transition: all 0.2s ease-out;
					-ms-transition: all 0.2s ease-out;
						transition: all 0.2s ease-out;
				width: 20px;
			}

			.social-links li.behance a { background-image: url(../img/icon-behance.png); }

			.social-links li.delicious a { background-image: url(../img/icon-delicious.png);
				background-position: 0 -14px;
				height: 14px;
			}

			.social-links li.deviantart a { background-image: url(../img/icon-deviantart.png); }

			.social-links li.digg a {
				background-image: url(../img/icon-digg.png);
				background-position: 0 -14px;
				height: 14px;
			}

			.social-links li.dribbble a { background-image: url(../img/icon-dribbble.png); }

			.social-links li.dropbox a {
				background-image: url(../img/icon-dropbox.png);
				background-position: 0 -15px;
				height: 15px;
			}

			.social-links li.email a { background-image: url(../img/icon-email.png); }

			.social-links li.facebook a { background-image: url(../img/icon-facebook.png); }

			.social-links li.flickr a { background-image: url(../img/icon-flickr.png); }

			.social-links li.forrst a { background-image: url(../img/icon-forrst.png); }


			.social-links li.github a { background-image: url(../img/icon-github.png); }

			.social-links li.google a { background-image: url(../img/icon-google.png); }

			.social-links li.googleplus a { background-image: url(../img/icon-googleplus.png); }

			.social-links li.ichat a {
				background-image: url(../img/icon-ichat.png);
				background-position: 0 -15px;
				height: 15px;
			}

			.social-links li.lastfm a {
				background-image: url(../img/icon-lastfm.png);
				background-position: 0 -15px;
				height: 15px;
			}

			.social-links li.linkedin a { background-image: url(../img/icon-linkedin.png); }

			.social-links li.mobypicture a { background-image: url(../img/icon-mobypicture.png); }

			.social-links li.myspace a { background-image: url(../img/icon-myspace.png); }
				
			.social-links li.picasa a { background-image: url(../img/icon-picasa.png); }


			.social-links li.plixi a { background-image: url(../img/icon-plixi.png); }

			.social-links li.rss a { background-image: url(../img/icon-rss.png); }

			.social-links li.skype a { background-image: url(../img/icon-skype.png); }

			.social-links li.stumbleupon a {
				background-image: url(../img/icon-stumbleupon.png);
				background-position: 0 -17px;
				height: 17px;
			}

			.social-links li.tumblr a {
				background-image: url(../img/icon-tumblr.png);
				background-position: 0 -15px;
				height: 15px;
			}

			.social-links li.twitter a {
				background-image: url(../img/icon-twitter.png);
				background-position: 0 -15px;
				height: 15px;
				width: 21px;
			}

			.social-links li.vimeo a {
				background-image: url(../img/icon-vimeo.png);
				background-position: 0 -15px;
				height: 15px;
			}

			.social-links li.youtube a {
				background-image: url(../img/icon-youtube.png);
				background-position: 0 -15px;
				height: 15px;
			}

			.social-links li a:hover { background-position: 0 0; }

/* ---------------------------------------------------------------------- */
/*	Footer Bottom
/* ---------------------------------------------------------------------- */


#footer-bottom {
	line-height: 17px;
	padding: 12px 0;
	min-width:940px;
	background-color: #535353;
}

	#footer-bottom ul { margin: 0; }

		#footer-bottom li {
			float: left;
			list-style: none;
			margin: 0;
		}
			
			 #footer-bottom li:first-child { margin-right: 15px; }
			
			#footer-bottom li a {
	border-left: 1px solid #484848;
	display: block;
	padding: 0 15px;

			}

			 #footer-bottom li:first-child a {
				border-left: none;
				padding-left: 0;
			}

				#footer-bottom li:last-child a { padding-right: 0; }
				
		a.dil{
	padding-left:3px !important;
	padding-right:3px !important;
	border-bottom-color: #E5E5E5 !important;
	border-top-color: #E5E5E5 !important;
	color: #3399ff !important;
	height:19px !important;
			}
			a.dil img{ margin-bottom:1px !important; }
			a.dil a{ margin-bottom:1px !important; }
			
				a.dil:hover{
	padding-left:3px !important;
	padding-right:3px !important;
	border-bottom-color: #5f9541 !important;
	border-top-color: #5f9541 !important;
	color: #0053A6 !important;
	background-color:#FFF !important;
			}		
