/* kategoriler */
.kategoriler a{
display: block;
padding: 4px 0px 2px 18px;
color: #22229C;
background: transparent url(menu/kategori_hover.png) left 1px no-repeat;
}
.kategoriler a:hover {
color: #22229C;
background-position: 0px -22px;
}
.prokuturesim {
    background: url(images/prokutu.gif) no-repeat;
    width: 80px;
    height: 80px;
}
.halfmoon{
margin-bottom: 4px;
}
.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}
.halfmoon li{
display: inline;
margin: 0;
}
.halfmoon li a{
text-decoration: none;
padding: 1px 1px 1px 1px;
margin: 0;
margin-right: 0; /*distance between each tab*/
color: black;
font: bold 14px Verdana;
}
.halfmoon li a:visited{
color: black;
}
.halfmoon li a:hover, .halfmoon li a.current{
color: navy;
}
#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}
.tabcontent{
display:none;
}
.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
background-color: #EEF5D3;
font-weight: bold;
border: 1px solid black;
padding: 3px;
}

div.eg-bar{
width: 500px;
}

.icongroup1{
width: 500px;
}
