.border {
    border-left: solid 1px White;
}

#sliderContainer2 {
    float: right;
}

#headerim {
    width: 100%;
    float: left;
}

#ressim {
    width: 100%;
    background-color: White;
    /*background-image: url(/images/lg.jpg);*/
    background-repeat: no-repeat;
    border: solid 1px #00B2EE;
    height: 110px;
}

#facebookTwitter {
    margin-right: 90px;
}

/* jquery.ui ın bir class ına ekleme */
.ui-state-active {
    border-left: none;
    border-right: none;
}

.ui-widget-content {
    /* border: 1px solid #3B5998;*/
    border-color: #2694e8;
    background: none;
    color: #333333;
}

.addthis_counter a {
    color: Orange !important;
}

    .addthis_counter a:link {
        color: Orange !important;
    }
/**/
hr {
    border: none;
    height: 1px;
    background-color: #2694e8;
}


.imageContainer, .imageText, .imageContainer img {
    vertical-align: middle;
    display: table-cell;
}

.imageText {
    font-size: 12pt;
}

.myCloseButton {
    background: url(../images/closelabel.png) no-repeat;
    width: 8px;
    height: 8px;
    text-indent: -9999px;
    outline: 0;
    border: none;
    cursor: pointer;
}

.myError {
    background-repeat: no-repeat;
    background-image: url("../images/myError.png");
    height: 30px;
    padding-left: 35px;
    /*line-height: 30px;
    text-align: left;
    vertical-align: middle;*/
}

.myOk {
    background-repeat: no-repeat;
    background-image: url("../images/myOk.png");
    height: 30px;
    padding-left: 35px;
    /*line-height: 30px;
    text-align: left;
    vertical-align: middle;*/
}

.myWarn {
    background-repeat: no-repeat;
    background-image: url("../images/myWarn.png");
    height: 32px;
    padding-left: 37px;
    /*line-height: 32px;
    text-align: left;
    vertical-align: middle;*/
}

.myInfo {
    background-repeat: no-repeat;
    background-image: url("../images/myInfo.png");
    height: 30px;
    padding-left: 35px;
    /*line-height: 30px;
    text-align: left;
    vertical-align: middle;*/
}

.showMoreLink {
}

    .showMoreLink a {
        padding: 3px;
    }

.showMoreLoading {
    padding: 7px 10px;
}

.showMoreLink a, .showMoreLoading {
    text-align: left;
    display: block;
    background-color: #DEEDF7; /*#EDEFF4*/
    border: 1px solid #2694e8; /*#D8DFEA*/
    cursor: pointer;
    color: #3B5998;
    text-decoration: none;
}

    .showMoreLink a:hover {
        background-color: #B8DEF8;
        text-decoration: underline;
    }

.mouseicon {
    background: url('../images/mouse1.png');
    width: 24px;
    height: 24px;
    display: inline-block;
}

kbd {
    color: Black;
    border: 1px solid gray;
    padding: 1px 5px;
    margin: 2px 5px 2px 5px;
    font-size: 9pt;
    line-height: 20.5pt;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 0 1px 0 #fff, 0 2px 0 2px lightGray, 0 2px 0 3px #333;
    -moz-box-shadow: 1px 0 1px 0 #fff, 0 2px 0 2px lightGray, 0 2px 0 3px #333;
    box-shadow: 1px 0 1px 0 #fff, 0 2px 0 2px lightGray, 0 2px 0 3px #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -moz-linear-gradient(left, white 0%, #E2E2E2 25%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(25%, #E2E2E2));
    background: -webkit-linear-gradient(left, white 0%, #E2E2E2 25%);
    background: -o-linear-gradient(left, white 0%, #E2E2E2 25%);
    background: -ms-linear-gradient(left, white 0%, #E2E2E2 25%);
    background: linear-gradient(left, white 0%, #E2E2E2 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=1 );
}

    kbd:active {
        background: #777;
    }

    kbd:hover {
        opacity: 0.8;
        cursor: pointer;
    }

    kbd.space {
        padding: 0 90px;
    }

.notifyIcon {
    width: 6px;
    float: right;
    margin-right: 1px;
    color: white;
    position: absolute;
    right: 0;
    top: -14px;
    font-weight: bold;
    background-color: #2779AA;
    padding: 3px 5px 3px 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.space_low {
    height: 4px;
}

.pageHeader {
    height: 20px;
    line-height: 20px;
    font-size: 15pt;
    font-family: Calibri;
    font-weight: bold;
    text-align: center;
    margin: 0px 5px 0px 5px;
}

/*----------------------Play.aspx----------------*/
#gameHeader {
    font-family: Calibri;
    background-color: white;
}

#rates div {
    width: 16px;
    height: 16px;
    background-color: #CDB5CD;
    font-size: 17px;
    text-align: center;
    background-image: url("../images/rating_off.gif");
}

#rates td {
    vertical-align: bottom;
    height: 16px;
}

.gizle {
    display: none;
}

.goster {
    display: inherit;
}

#select1 {
    cursor: pointer;
}

/*----------turuncu hoverlı butonlar,linkler------- */
.hoverButton {
    border: solid 1px #aaa;
    width: auto;
    font-size: 9pt;
    color: Black;
    background-color: #eee;
    text-decoration: none;
    padding: 3px 3px 3px 3px;
    cursor: pointer;
    margin: 5px 3px 3px 0px;
    font-family: Tahoma;
}

    .hoverButton:hover, .roundedHoverButon:hover, a.prod_buy:hover {
        color: white;
        background-color: #2694E8; /*orange;*/
    }

.roundedHoverButon {
    cursor: pointer;
    text-decoration: none;
    background-color: #eee;
    padding: 3px 3px 3px 3px;
    margin: 2px 2px 2px 2px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #aaa;
    color: Black;
    font-family: Tahoma;
}

a.prod_buy {
    width: 75px;
    height: 15px;
    display: block; /* float: right;*/
    margin: 2px 0 0 5px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
    text-decoration: none;
    background-color: #eee;
    padding: 3px 3px 3px 3px;
    margin: 2px 2px 2px 2px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #aaa;
    color: Black;
    font-family: Tahoma;
}

/*--------------- FAVORİ OYUN LİSTESİ----------- */
#favoriesTableDiv table, #favoriesTableDiv td {
    border-bottom: solid 1px #67BEBE;
    border-collapse: collapse;
    margin: 6px 3px 3px 2px;
    padding: 3px 3px 3px 3px;
}

    #favoriesTableDiv td:hover {
        background-color: #d2f3f3;
    }

#favoriesTableDiv .title {
    color: Red;
    font-weight: bold;
}

#favoriesTableDiv a {
    color: #3B5998;
}

    #favoriesTableDiv a:hover {
        color: #67BEBE;
    }

/* ------ DATA PAGER STYLES------- */
.ilerigeri {
}

    .ilerigeri:hover {
        color: Orange;
    }

.currentnumber {
    width: 24px;
    margin: 3px 3px 3px 3px;
    padding: 4px 6px 4px 6px;
    background-color: Orange;
    border: solid 1px white;
}

.number {
    border: solid 1px white;
    width: 24px;
    margin: 3px 3px 3px 3px;
    padding: 4px 6px 4px 6px;
}

    .number:hover {
        border: solid 1px orange;
    }

/*  ----MASTER.aspx-----*/
.senYoktun {
    border: solid 1px #67BEBE;
}

#foundGames /*kullanılıyor*/ {
    width: auto;
    padding: 2px 2px 2px 2px;
}

.fg /* kullanılıyor poshy tip classla bulsun diye :)*/ {
    border: solid 1px #67BEBE;
    background-color: white;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    margin: 2px 3px 0px 0px;
    width: auto;
}

.aramaText {
    background-color: #D2F3F3;
    border: solid 1px #67BEBE;
    width: 230px;
    margin-left: 6px;
    margin-right: 6px;
    height: 25px;
}

    .aramaText:focus {
        border-color: Red;
        background-color: White;
    }

/*--------------------Default.aspx----------------------*/
.solDialog, .solDialog2 {
    border: solid 1px #67BEBE; /*#eee; açık gri */
    margin: 2px 2px 4px 2px;
    padding: 2px 2px 2px 2px;
}

    .solDialog .product_title a, .solDialog2 .product_title a {
        color: orange;
    }

/*------------------oyunotobusu.master---------------------*/
body {
    background: rgba(255,146,10,1);
    background: -moz-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 5%, rgba(243,199,133,1) 35%, rgba(240,210,158,1) 41%, rgba(240,215,172,1) 51%, rgba(242,236,228,1) 90%, rgba(245,242,237,1) 98%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,146,10,1)), color-stop(5%, rgba(255,146,10,1)), color-stop(35%, rgba(243,199,133,1)), color-stop(41%, rgba(240,210,158,1)), color-stop(51%, rgba(240,215,172,1)), color-stop(90%, rgba(242,236,228,1)), color-stop(98%, rgba(245,242,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 5%, rgba(243,199,133,1) 35%, rgba(240,210,158,1) 41%, rgba(240,215,172,1) 51%, rgba(242,236,228,1) 90%, rgba(245,242,237,1) 98%);
    background: -o-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 5%, rgba(243,199,133,1) 35%, rgba(240,210,158,1) 41%, rgba(240,215,172,1) 51%, rgba(242,236,228,1) 90%, rgba(245,242,237,1) 98%);
    background: -ms-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 5%, rgba(243,199,133,1) 35%, rgba(240,210,158,1) 41%, rgba(240,215,172,1) 51%, rgba(242,236,228,1) 90%, rgba(245,242,237,1) 98%);
    background: linear-gradient(to bottom, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 5%, rgba(243,199,133,1) 35%, rgba(240,210,158,1) 41%, rgba(240,215,172,1) 51%, rgba(242,236,228,1) 90%, rgba(245,242,237,1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#f5f2ed', GradientType=0 );
    /*background: url(../images/bg.jpg) repeat-x #e4e9ec top;*/
    padding: 0;
    font-family: Verdana, Segoe Print, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px auto auto auto;
    color: #000; /* width: 1000px;*/
}

#main_container {
    /*width: 862px;*/
    width: 902px;
    height: auto;
    margin: auto auto auto auto;
    padding: 0px;
    background-color: White;
    position: relative;
}
/* soldaki vertical (dikey) menü  START */
#categoryMenu {
    font-family: verdana;
    font-size: 12px;
    position: relative;
    top: 0px;
}

    #categoryMenu ul {
        /* remove list style */
        list-style: none;
        padding: 0;
        margin: 0; /* set the layer position */
        position: relative;
    }

    #categoryMenu li {
        /* set the style 	background: #ccc url(images/bg.gif) repeat-x 0 0;s*/
        padding: 5px;
        cursor: pointer;
        border-bottom: 1px solid #ccc;
    }

        #categoryMenu li:hover {
            /* on hover, change it to this image */
            background-image: url(../images/bg_hover.gif) !important;
        }

        #categoryMenu li a {
            margin-left: 5px;
            text-decoration: none;
            color: #3B5998;
        }

        #categoryMenu li span {
            color: Black;
            margin-left: 5px;
            font-size: 7pt;
            font-style: italic;
            font-weight: bold;
            font-family: Comic Sans MS;
            text-decoration: none;
        }


        #categoryMenu li a:hover {
            text-decoration: underline;
        }

/* soldaki vertical (dikey) menü  END */

/*---------------left_content------------------*/
.left_content {
    width: 250px;
    float: left;
    padding: 0 0 0 0px;
    background-color: transparent;
}

.left_content_item {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    margin-bottom: 4px;
    margin-top: 3px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border: solid 1px #2694E8;
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0fcff), to(#fff));
    background: -moz-linear-gradient(#f0fcff, #fff);
    background: linear-gradient(#f0fcff, #fff);
}

/*-----------------------center content---------------*/
.center_content {
    float: left;
    padding: 5px 2px 2px 2px;
    padding-top: 0px;
    background-color: #FFFFFF;
    margin: 0px auto auto 5px;
}

/*----------------------right content--------------*/
.right_content {
    width: 140px;
    float: right;
}

/*---------game_box----------*/
.game_box {
    /* background-color: #67bebe;*/
    position: relative;
    border: solid 1px #2694E8; /*#AED0EA;*/
    width: 173px;
    height: 220px; /*  float: left;*/
    padding: 0px 0px 3px 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 5px 5px 5px 5px;
}

    .game_box a {
        text-decoration: none;
    }

.game_title {
    position: relative;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: solid 1px #2694E8;
    font-weight: bold;
    background-color: #DEEDF7;
}

    .game_title a {
        text-decoration: none;
        color: Black;
    }

.gameLinks {
    display: none;
    position: absolute;
    margin: auto auto auto auto;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    text-align: center; /*  opacity:0.6;   filter:alpha(opacity=60); /* For IE8 and earlier */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 999;
}

.innerLinks {
    margin-top: 55%;
}

    .innerLinks a {
        cursor: pointer;
        text-decoration: none;
        background-color: White;
        padding: 4px 4px 4px 4px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: solid 1px #aaa;
        color: Orange;
        font-weight: bold;
    }

        .innerLinks a:hover {
            background-color: #2694E8; /*Orange;*/
            color: White;
        }

.game_box:hover .gameLinks {
    display: block;
}

.sliderLi:hover .gameLinks {
    display: block;
}

.game_infos {
    position: relative;
}

.newGameLabel {
    z-index: 3;
    position: absolute;
    top: 30%;
    margin-left: 0px;
    width: 35px;
    color: white;
    font-family: Calibri;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    background-color: #2694e8;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.center_prod_box /*sadece fromGadget ta kullanılıyor. bir ara kaldır*/ {
    width: 173px;
    height: auto; /* float: left;   padding: 0px;*/
    text-align: center; /*border: 1px #67BEBE solid;#67BEBE koyu mavi*/
    margin: auto;
}

/*--------------footer----------------*/
.footer {
    font-family: Verdana;
    width: 902px;
    clear: both;
    background: url(../images/footer_bg.gif) repeat-x top;
    background-color: White;
}

    .footer a {
        color: #3B5998;
        padding: 1px 1px 1px 1px;
        margin: 1px 1px 1px 1px;
    }

        .footer a:hover {
            color: #67BEBE;
        }

    .footer h1 {
        font-size: 11pt;
    }
