﻿.bar-left
{
    background-image: url('../Images/mislibar/barleft.jpg');
    background-repeat: no-repeat;
    height: 27px;
    width: 6px;
    float: left;
}
.bar-right
{
    background-image: url('../Images/mislibar/barright.jpg');
    background-repeat: no-repeat;
    height: 27px;
    width: 6px;
    float: left;
}
.bar-center
{
    background-image: url('../Images/mislibar/barbg.jpg');
    background-repeat: repeat-x;
    height: 27px;
    width: 97%;
    float: left;
}
.bar-left-content
{
    float: left;
    padding-top: 5px;
}
.bar-right-content
{
    float: right;
    padding-top: 5px;
}
.bar-seperator-left
{
    float: left;
    background-image: url('../Images/mislibar/ayrac.jpg');
    background-repeat: no-repeat;
    width: 2px;
    height: 22px;
    margin: 0 4px 0 4px;
}
.bar-seperator-right
{
    float: right;
    background-image: url('../Images/mislibar/ayrac.jpg');
    background-repeat: no-repeat;
    width: 2px;
    height: 22px;
    margin: 0 4px 0 4px;
}
.bar-seperator
{
    background-image: url('../Images/mislibar/ayrac.jpg');
    background-repeat: no-repeat;
    width: 2px;
    height: 22px;
    margin: 0 4px 0 4px;
}
.bar-hesabim
{
    margin: 4px;
    font: normal 10px Tahoma;
    color: #006600;
    float: left;
}
.bar-clock
{
    font: bold 11px Tahoma;
    color: #333333;
    margin: 3px;
    vertical-align:middle;
    display:inline-block;
}
.bar-menu
{
    float: left;
}
.bar-menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.bar-menu li
{
    display: inline;
    float: left;
}
#bar-coupon
{
    font: normal 10px Tahoma;
}
#bar-coupon a
{
    display: block;
     width: 190px;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    padding: 3px;
    color: #990000;
}
#bar-coupon a:hover
{
    background-color: #ffffff;
    border: 1px solid #9D9D9D;
    height: 12px;
}
#bar-tjk-coupon
{
     font: normal 10px Tahoma;
}
#bar-tjk-coupon a
{
    display: block;
    width: 190px;
    text-decoration: none;
    cursor: pointer;
    padding: 3px;
    color: #990000;
    margin-left:0px;
    vertical-align:middle;
    padding-left:0px;
}
#bar-tjk-coupon a:hover
{
    background-color: #ffffff;
    border: 1px solid #9D9D9D;
    height: 12px;
}

.a-nonselected
{
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    height: 12px;
}
.a-selected
{
    background-color: #ffffff;
    border: 1px solid #9D9D9D;
    height: 12px;
}
.clear
{
    clear: both;
}
.f-right
{
    float: right;
}
.f-left
{
    float: left;
}
.bold
{
    font-weight: bold;
}

.right-float
{
    float:right;
}

#misli-bar-container
{
    bottom: 0px;
    padding: 0;
    font-family: verdana, arial;
    font-size: 11px;
    height: 27px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    text-align: center;
}
#misli-bar
{
    width: 99%;
}
#choices-bar-container
{
    width: 238px;
    bottom: 27px;
    right: 2%;
    border: 1px solid #9D9D9D;
    height: auto;
    position: fixed;
    padding: 1px;
    background-color: #fff;
    z-index: 99999;
}

#tjk-choices-bar-container
{
    width: 238px;
    bottom: 27px;
    right: 2%;
    border: 1px solid #9D9D9D;
    height: auto;
    position: fixed;
    padding: 1px;
    background-color: #fff;
    z-index: 99999;
}

.choices-header
{
    background-color: #599E47;
    font: bold 10px Tahoma;
    color: #FFFFFF;
    padding: 3px;
    height: 12px;
}

.choices-detail
{
    font: bold 10px Tahoma;
    color: #3C3C3C;
    padding: 3px;
    background-color: #E6E6E6;
}
.choices-detail-height
{
    height: 27px;
}
.choices-detail-alternate
{
    font: bold 10px Tahoma;
    color: #3C3C3C;
    padding: 3px;
    background-color: #F2F2F2;
}

.choices-item
{
    font: bold 10px Tahoma;
    color: #3C3C3C;
    text-align: left;
    padding: 1px;
}

.choices-mbc
{
    font: normal 10px Tahoma;
    color: #666666;
}

.choices-odd
{
    font: normal 10px Tahoma;
    color: #990000;
}

.choices-header a
{
    display: block;
    width: 100%;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

#info-bar-container
{
    width: 150px;
    bottom: 37px;
    right: 20%;
    height: auto;
    position: fixed;
    padding: 5px;
    background-color: #A53333;
    color: #fff;
    font: bold 10px Tahoma;
    text-align: center;
    display: none;
}

.choice-link
{
     color: #3C3C3C;   
}

.tipsy
{
    padding: 5px;
    font-size: 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-repeat: no-repeat;
    background-image: url(../images/tipsy.gif);
}
.tipsy-inner
{
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-north
{
    background-position: top center;
}
.tipsy-south
{
    background-position: bottom center;
}
.tipsy-east
{
    background-position: right center;
}
.tipsy-west
{
    background-position: left center;
}

/* -------------------------------------------------- */
/* -- IE 6 FIXED POSITION --------------------------- */
/* -------------------------------------------------- */

html, body
{
    _height: 100%;
    _width: 100%;
}

#misli-bar-container, #info-bar-container, #choices-bar-container
{
    _position: absolute;
}
