/********************help Left Column Styles******************/
aside.help_left{
    float: left;
    width: 165px;
    background-color: #414446;
    border-radius: 6px 0 0 0;
}
.gd{
    overflow: visible; /* removes extra side padding in IE */
    border: 1px solid #999;/* IE */
    border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
    border-bottom:rgba(0, 0, 0, .4) 1px solid;
    background: -moz-linear-gradient(
        center top,
        rgba(255, 255, 255, .1) 0%,
        rgba(0, 0, 0, .1) 100%
    );/* FF3.6 */
    background: -webkit-gradient(
        linear,
        center bottom,
        center top,
        from(rgba(0, 0, 0, .1)),
        to(rgba(255, 255, 255, .1))
    );/* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
}
aside.help_left h3 a.button_head{
    background-color:#454748;
    padding:6px 10px;
    display:block;
    border: 1px solid #323234;
    border-radius: 4px;
    color: #BDBEBE;
    font-size:14px;
    margin:0 0 6px;

}
aside.help_left h3.current a, aside.help_left h3 a:hover{
    color: #fff;
}
ul.help_left_nav li{
    margin:2px 0 0 9px;
    padding:0 0 12px 0;
    font-size: 11px;
}
ul.help_left_nav li.current{
    cursor: default;
    font-weight: bold;
}
ul.help_left_nav li a{
    color:#d3d5d5;
    display:block;
}
ul.help_left_nav li a:hover {
    color:#fff;
}
ul.help_left_nav li.current{
    color:#FFF;
    font-weight:bold;
}
/********************help Main Column Styles******************/
.help_main_column{
    float: left;
    background: #fff;
    width: 815px;
}
.help_form {
    margin-bottom: 50px;
}
.help_form label{
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 5px 0;
}
.help_form select, .help_form input, .help_form textarea{
    padding: 4px;
    font:12px Arial, Helvetica, sans-serif;
}
.help_form input, .help_form textarea{
    width: 400px;
    padding: 10px;
}
.help_form input.radio_bttn{
    width: 14px;
    padding: 4px;
}
.help_form .submit_bttn{
    width: 80px;
    margin: 20px 0 0 0;
}

/* rss feed */
.rssfeed li a:link, .rssfeed li a:visited {
    padding-left: 35px;
    color: #FF3300;
    outline: 0 none;
    text-decoration: none;
}

.rssfeed a:link { 
    color: #FF3300;
    outline: 0 none;
    text-decoration: none;

}
.rssfeed li {
    float: left;
    width: 185px;
    margin: 10px;
}

.sss_main {
    min-height: 1840px;/*sonradan kaldırılacak*/
}
.sss_question_title {
    margin: 20px 0;
}

.faq-suggestion {
    position: absolute;
    top:385px;
    right:15px;
    z-index: 3;
    display: none;
    background-color: white;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 15px;
    width: 320px;
    text-align: left;
    color: #333;
    font-size: 13px;
    cursor: default;
}

.faq-suggestion ul li {
    list-style: circle outside none;
    margin-left: 15px;
}

/* brand */
[class*='col-'] {
    float: left;
    padding-right: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
[class*='col-']:last-of-type {
    padding-right: 0px;
}
.grid {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
.col-1-1 {
    width: 100%;
}
.col-1-2 {
    width: 50%;
}
.col-1-3 {
    width: 33.33%;
}
.col-1-4 {
    width: 25%;
}

@media handheld, only screen and (max-width: 640px) {
    .grid {
        width: 100%;
        min-width: 0;
        margin:0;
    }
    [class*='col-'] {
        width: auto;
        float: none;
        margin:0;
    }
}
/*Style*/
.brandGuide ul{
    border: 1px solid #eee;
    border-bottom:0;
}
    .brandGuide ul li.dark-gray{
        background-color: #8E8E8E;
    }
    .brandGuide ul li.dark-black{
        background-color: #525252;
    }
    .brandGuide ul li a{
        border-bottom: 1px solid #eee;
        background: #f5f5f5;
        line-height: 18px;
        padding: 10px;
        display: block;
    }
        .brandGuide ul li a:hover{
            color: #F85D12;
            background-color: #f9f9f9;
        }
        .brandGuide small{
            display: block;
            color: #aaa;
            line-height: 16px;
        }
        .brandGuide img{
            display: block;
            margin: 0 auto;
        }
        .brandGuide .img{
            padding: 40px 0;
        }

.colorItem{
    width: 62px;
    height: 62px;
    background-color: black;
    display: block;
    float: left;
    margin-right: 20px;
}
    .colorItem.mainC{
        background-color: #F85D12;
    }
    .colorItem.secondC{
        background-color: #444444;
    }
