

/* Chat Alanı **/
.nav-tabs > li {
    position:relative;
}
.nav-tabs > li > a {
    display:inline-block;
}
.nav-tabs > li > span {
    display:none;
    cursor:pointer;
    position:absolute;
    right: 6px;
    top: 8px;
    color: red;
}
.nav-tabs > li:hover > span {
    display: inline-block;
}



/* Chat Alanı **/


.yuvarlat5{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.yuvarlat10{ -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.yuvarlat15{ -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.yuvarlat20{ -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.yuvarlat25{ -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
.yuvarlat30{ -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.yuvarlat35{ -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; }
.yuvarlat40{ -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; }

.bosluk5{ height: 5px; }
.bosluk10{ height: 10px; }
.bosluk15{ height: 15px; }
.bosluk20{ height: 20px; }
.bosluk25{ height: 25px; }
.bosluk30{ height: 30px; }
.bosluk35{ height: 35px; }
.bosluk40{ height: 40px; }
.bosluk50{ height: 50px; }



@media(max-width : 550px)
{
    .autohidemobil{
        display: none;
    }
}

@media(max-width : 760px)
{
    .autohidetablet{
        display: none;
    }
    
}

.imza{}

.imza:hover{
    background:url(../img/cukurova-.png);
}


.panel-sari
{
    background: #fafafa;
    padding-left: 10px;
}

genelbaslik
{
    padding: 15px;
    display: block;
}

.byok
{
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}

.yataymenu,
.yataymenu li
{
    float: left;
    text-align: center;
    padding: 10px;
}

.rcerceve
{
    width:150px;
    color : #777;
    padding: 5px;
    min-height: 100px;
}

.ruadet
{
    background: url(../img/icon/urunsay.png);
    background-repeat: no-repeat;
    text-align: right;
	background-position: bottom left;
    text-align: right;
    
}

.rufavori
{
    background: url(../img/icon/favori2.png);
    background-repeat: no-repeat;
    text-align: right;
    background-position: bottom left;
    text-align: right;
    
}

hr{
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #eee;

}


.panel-gri
{
    background: #ddd;
    padding: 5px;
    font-weight: bold;
}