/* 
    Document   : vzTabPanel
    Created on : Jul 6, 2009, 3:51:34 PM
    Author     : kamil
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body { background:url(bg.jpg) repeat-x #4b92d7 !important;}
body .divCenterContainer {width:77% !important; margin:0 0 0 2% !important;}
body .divLeftContainer {margin:0 0 0 2px !important;}

.clear { clear:both; font-size:0;}
.header {position:relative; width:1000px; height:112px; background: url(head_bg.jpg) no-repeat;}
.logo {
	position:absolute;
	left: 27px;
	top: 6px;
}
.anasayfa {
	position:absolute;
	left: 858px;
	top: -2px;
}
.sepet {
	position:absolute;
	left: 508px;
	top: 44px;
}
.arama_cubuk {
	width:1000px;
	height:49px;
	margin:61px 0 0 0;
	position:relative;
	background: url(arama_cubuk.jpg) no-repeat;
	z-index: 9;
}
.ara_kutu {
	position:absolute;
	left: 383px;
	top: 13px;
	width: 205px;
	z-index: 999;
}
.ara_kutu input {border:none; background:transparent; width:190px;}
.ara_button {
	position:absolute;
	left: 585px;
	top: 15px;
	width: 45px;
	z-index: 999;
}
.ara_button input {width:60px; height:20px; border:none; background:transparent;}
#tabPanel1 {
	position:absolute;
	left: 0px;
	top: 73px;
}
.vz-tabPanel {
    font-size: 11px;
	width:1000px;
}

.vz-tabHeader {
	
}

.vz-tabHeader-item {
    background-color:#ccc;
    float:left;
    margin-right:5px;
    cursor:pointer;
	width:116px;
	height:37px;
}

.menu1 { background:url(menu1.png) no-repeat; margin:0 5px 0 22px;}
.menu1_bg { background:#7fcbf1; color:#122937;}

.menu2 { background:url(menu2.png) no-repeat;}
.menu2_bg { background:#b1d72d; color:#214409;}

.menu3 { background:url(menu3.png) no-repeat;}
.menu3_bg { background:#f88328; color:#FFF;}


.vz-tabHeader-item-active {
    float:left;
    margin-right:5px;
    cursor:pointer;
    color:#fff;
}

.vz-tabContent {
    padding: 4px;
	height:55px;
}

.iht_menu{
overflow: hidden;


}

.iht_menu ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 13px Arial, Helvetica, sans-serif;
list-style-type: none;
}

.iht_menu li{
display: inline;
margin: 0;
}

.iht_menu li .ayrac{
width:30px;
}

.iht_menu li a{
float: left;
display: block;
text-decoration: none;
height:16px;
color: #fff;
text-shadow: 1px 1px 1px #666;

}
.iht_menu li {
float: left;
display: block;
text-decoration: none;
color:#FFF;
margin: 5px;
height:16px;
text-shadow: 1px 1px 1px #666;

}


.iht_menu li a:visited{
color: #fff;
}

.iht_menu li a:hover, .iht_menu li.selected a{

}

