.kutu {
background-image:url(temp/images/arama_input.png);
color:#666;
border:0;
height:23px;
padding: 3px 7px 0px;
}
.kutu:focus {
background-image:url(temp/images/arama_input_focus.png);
color:#666;
border:0;
height:23px;
padding: 3px 7px 0px;
}
.selex {
background-image:url(temp/images/arama_input.png);
background-color:f5f0de;
color:#666;
border:0;
height:26px;
padding: 4px 4px 4px;
}
.selex:focus {
background-image:url(temp/images/arama_input_focus.png);
color:#666;
border:0;
height:26px;
padding: 4px 4px 4px;
}
.bulten {
background:#FFF;
color:#666;
border:1px solid #7bc7ea;
height:25px;
padding: 5px 7px 6px;
}
.bulten:focus {
background-color:#e7f5fb;
border:1px solid #7bc7ea;
height:25px;
padding: 5px 7px 6px;
}
.tavsiye {
background:#FFF;
color:#666;
border:1px solid #7bc7ea;
height:20px;
padding: 3px 7px 7px;
}
.tavsiye:focus {
background-color:#e7f5fb;
border:1px solid #7bc7ea;
height:20px;
padding: 3px 7px 7px;
}
.ar {
background-image:url(temp/images/ar.png);
background-color:f5f0de;
color:#666;
border:0;
height:26px;
padding: 4px 4px 4px;
}
.button {
background-image:url(images/geri.jpg);
height:24px;
width:65px;
background-color:#006633;
border:0;
color:#252525;
}
.select {
background-color: #FFF;
border: 1px solid #7F9DB9;
color: #000;
height: 24px;
font: 0.8em/1.2 Verdana, Arial, Geneva, Helvetica, Sans-Serif;
margin: 0px;
padding: 2px 3px 2px 4px;

}

/*--------mlink---------*/
.dd4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:13;
}
a.dd4:link {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	padding-right: 5px;

}

a.dd4:visited {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	padding-right: 5px;
	


}
a.dd4:hover {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #cccccc;
	padding-right: 5px;


}
a.dd4:active{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	padding-right: 5px;


}
/*--------vitrin---------*/
.vitrin {
	font-family:Arial, Helvetica, sans-serif;
	color:#252525;
	font-size:13;
}
a.vitrin:link {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #252525;
	padding-right: 5px;

}

a.vitrin:visited {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #252525;
	padding-right: 5px;
	


}
a.vitrin:hover {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #990000;
	padding-right: 5px;


}
a.vitrin:active{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #990000;
	padding-right: 5px;

}
/***formbg**/
.formbg {

border:solid 1px #333333;
color:#b21913;

}
.alert {
background-color:#f6ea9c;
width:200px;
padding:2px;
margin:3px;
border:solid 1px #FFCC00;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.uyari {
background-color:#990000;
color:#FFF;
padding:5;
margin:5;
border:solid 1px #CC0000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
span.customStyleSelectBox { font-size:11px; background-color: #f5f0de; color:#7c7c7c; padding:5px 7px; border:1px solid #e7dab0; -moz-border-radius: 5px; -webkit-border-radius: 5px;border-radius: 5px 5px; }
span.customStyleSelectBox.changed { background-color: #f0dea4; }
.customStyleSelectBoxInner { background:url(canvas-list-nav-item-arrow-.gif) no-repeat center right; 
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px; /*--Set height of tabs--*/
    border-bottom: 1px solid #ccc;
    width: 95%;
	padding-left:20px;

}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px; /*--Subtract 1px from the height of the unordered list--*/
    line-height: 31px; /*--Vertically aligns the text within the tab--*/
    border: 1px solid #999;
    border-left: 1px solid #999;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background: #e0e0e0;
	background-image:url(images/tabsbg.png);


}
ul.tabs li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
    outline: none;

}
ul.tabs li a:hover {
    background: #ccc;
	color:#252525;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
    background: #fff;
    border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	background-image:url(images/tabsbg2.png);
	color:#FFF;
}
.tab_container {
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left; width: 95%;
    background: #fff;
}
.tab_content {
    padding: 20px;
    font-size: 1.2em;
}
ul.tav {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px; /*--Set height of tabs--*/
    width: 95%;
	

}
ul.tav li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px; /*--Subtract 1px from the height of the unordered list--*/
    line-height: 31px; /*--Vertically aligns the text within the tab--*/
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
	margin-left:-20px;



}
ul.tav li a {
    text-decoration: none;
    color: #252525;
    display: block;
    font-size: 1.1em;
    padding: 0 20px;
    outline: none;

}
ul.tav li a:hover {
	color:#252525;
}
html ul.tav li.active, html ul.tav li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#252525;
}
.tav_container {
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left; width: 95%;
    background: #fff;
}
.tav_content {
    padding: 0px;
    font-size: 1.1em;
}
	.toolTip p{
		display:block;
		float:left;
		padding:0px;
		}
	
	.toolTip p img{
		margin:0px 0px -4px 5px;
		border:none;
		}
		
	#page .content .toolTip {
		width:50%;
		display:block;
		float:none;
		margin:0px 0px;
	}
		
	.toolTip {
		width:686px;
		float:left;
		display:block;
		overflow:hidden;
		margin-bottom:0px;
		}

	
	/******** Yellow ************************************************************/
	.tpYellow p					{ color:#252525; }
	.tpYellow 					{ border:1px dotted #ffd86d; background:#ffffff; repeat-x top right;  }
	.tpYellow  .close:link 		{ }
	.tpYellow  .close:visited	{ }
	.tpYellow  .close:hover 		{ background:url("images/tip_yellow_close.jpg") no-repeat top center;}
	.tpYellow  .close:active 		{ background:url("images/tip_yellow_close.jpg") no-repeat top right;}
	
	#carousel {
	width:255px;
	height:290px;	
	margin:0 auto;
	overflow:hidden;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:250px;
	height:250px;
	border:1px solid #ccc;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:750px;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:250px;
	height:250px;	
	float:left;
}

#slides li img {
	padding:4px;
}

/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px 0;	
	float:right;
}

#buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev {
	background:url(arrow.gif) 0 -31px no-repeat; 
}

a#prev:hover {
	background:url(arrow.gif) 0 0 no-repeat;
}

a#next {
	background:url(arrow.gif) -32px -31px no-repeat; 
}

a#next:hover {
	background:url(arrow.gif) -32px 0 no-repeat;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #203157;
background-color:#FFF;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: 100px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
right:-130px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
a.thumbnail:link {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #252525;
	padding-right: 5px;
	padding-left: 5px;

}
a.thumbnail:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #252525;
	padding-right: 5px;
	padding-left: 5px;

}
a.thumbnail:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #990000;
	padding-right: 5px;
	padding-left: 5px;

}
a.thumbnail:active{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #252525;
	padding-right: 5px;
	padding-left: 5px;

}ul#menu, ul#menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
ul#menu li {
	float: left;
	position: relative;
	width: 150px;
}

ul#menu li ul {
	display: none;
	position: absolute; 
	top: 19px; /* yukseklik 15px + sonradan eklenecek paddingler 4px toplam 19px */ 
	left: 0;
}

ul#menu li > ul {
top: auto;
left: auto;
}

ul#menu li a { 
font: bold 11px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
margin: 0;
color: #ffffff;
text-decoration: none;
}

ul#menu li:hover ul, ul#menu li.over ul { 
	display: block;
}
.example4b {
color: #ff0000; text-shadow: #cccccc 0.1em 0.1em 0.2em;
font-size:18px;
}
.example6a {
	color: #252525; 
	font-size:17px;
}
.example2a {
	color: #263865; text-shadow: #cccccc 0.1em 0.1em 0.05em;
	font-size:20px;
}
.pager_links a {  text-decoration:none; color:#ffffff; background-image:url(images/ileri.jpg); padding:5px 5px 5px 6px; margin:2px; padding-top:-10px; }
.pager_links a:hover { text-decoration:none; color:#252525; background-image:url(images/geri.jpg); padding:5px 5px 5px 6px;margin:2px; }
.current_page { border:1px solid #333; padding:1px 4px 1px 4px; margin:2px; color:#333; 
}
