body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    background: #010916;
    color: white;
}

.meta {
    color: #999999;
}
.cl {
    clear:both;
}
a { color: white;}
a:link { color: white;}
a:visited { color: white;}
a:hover { color: white;}
a:link { color: white;}
a img {
    border: none;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    color: white;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 11px;
}
h3 a{
    text-decoration: none;
}

#user_message {
    display:none;
}

textarea.xinha {
    width: 95%;
    height: 500px;
}

ul.menu, ul.pagination, ul.menu ul {
    margin:0 0 2px 0;
    padding: 0;
    list-style: none;
}

ul.menu a{
    text-decoration:none;
}

ul.menu li.ui-state-default {
    background: none;
    font-weight: normal;
    color: black;
    border: none;
}

ul.menu li.ui-state-default a {
    color: white;
}
ul.menu li.ui-state-default a:visited {
    color: white;
}

ul.contextMenu a {
    color: black;
}

div.pagination, ul.pagination {
    float:right;
}

ul.pagination {
    border-left: 1px solid #999999;
}

ul.pagination li{
    float:left;
    border: 1px solid #999999;
    margin-left: -1px;
}

ul.pagination li.hover {
    background: url('../image/pagination_bg.gif') repeat-x;
}

ul.pagination li a {
    display:block;
    padding:1px 5px;
    text-decoration:none;
    color: #333333;
}

.wrapper {
    
}

div.head {
    width: 960px;
    height: 97px;
    margin: 0 auto;
    background: url('../image/head_bg.jpg') no-repeat top center;
}

div.lang {
    float:right;
    margin: 30px 20px 0;
}
ul.langmenu li {
    float:left;
    padding: 0;
}
ul.langmenu a, ul.langmenu a:visited {
    position:relative;
    z-index: 10;
    display:block;
    color: #8fe9ff;
}
ul.langmenu a:hover{
    color:white;
}
ul.langmenu a.tr {
    width: 37px;
    height: 32px;
    background: url('../image/lang_tr.png') no-repeat;
}
ul.langmenu a.en {
    width: 39px;
    height: 32px;
    background: url('../image/lang_en.png') no-repeat;
}
ul.langmenu a.ru {
    width: 37px;
    height: 32px;
    background: url('../image/lang_ru.png') no-repeat;
}

ul.langmenu li.seperator { /* NON-EXISTENT */
    border-left: 1px solid white;
    margin: 3px -5px 0 2px;
    width: 1px;
    height: 9px;
    line-height: 1;
}

div.koylucu_logo {
    float:right;
    margin: 10px 20px 0 0;
    width: 208px;
    height: 49px;
    background: url('../image/koylucu_logo.png') no-repeat;
}

div.ct_mainmenu {
    border-top: 1px solid #00474d;
    border-bottom: 1px solid #00474d;
    height: 69px;
}
div.mainmenu {
    background: url('../image/mainmenu_bg.jpg') no-repeat top center;
    width: 960px;
    margin: 0 auto;
    font-size: 12px;
}
ul.mainmenu {
    margin: 0 10px;
}
ul.mainmenu li {
    float:left;
    text-align: center;
}

ul.mainmenu li a {
    font-weight: bold;
    font-size: 13px;
    padding : 27px 10px;
    display: block;
    float: left;
    color: white;
}
ul.mainmenu li.hover a, ul.mainmenu li.selected a {
    color: #00b8bf;
    text-decoration: underline;
}

ul.mainmenu li.seperator {
    width: 1px;
    border-left: 1px solid #008793; 
    margin: 18px -5px 18px 0;
    padding: 10px 0;
}
div.voyager_logo {
    float:left;
    margin: 0 5px;
}

.voyager_logo a {
    background: url('../image/voyager_logo.png') no-repeat;
    padding: 0;
    width: 336px;
    height: 95px;
    cursor: pointer;
    position: relative;
    float:left;
    display:block;
    overflow: hidden;

}

div.banner {
    width: 960px;
    height: 352px;
    margin: 0 auto;
}

img.banner {
    margin: 0 10px;
    height: 346px;
    width: 920px;
}

div.body {
    width: 940px;
    margin: 0 auto;
    padding: 11px 10px 95px;
    background: url('../image/rest_bg.jpg') scroll no-repeat top center;
}

div.ct_foot {
    height: 55px;
    background: url('../image/foot_bg.png') repeat-x;
    margin-top: -85px;
}

div.foot {
    width: 950px;
    height: 45px;
    margin: 0 auto;
    padding: 5px;
}

div.foot .left{
    float: left;
}

div.foot .left a{
    text-decoration: none;
}

div.foot .right {
    float: right;
    text-align: right;
}

ul.footmenu {
    width: 590px;
	height:20px;
}

ul.footmenu li {
    float:right;
    display:inline;
}

ul.footmenu li a {
    line-height: 2;
    padding: 0 10px;
    color: #6bcbe3;
}

ul.footmenu li a:visited {
    color: #6bcbe3;
}
ul.footmenu li a:hover {
    color: white;
}


div.sign {
    width: 960px;
    margin: 0 auto;
    padding: 5px;
}

a.-rs_logo {
    display:block;
    float:right;
    width: 127px;
    height: 22px;
    margin: 5px 15px;
    background: url('../image/rs_logo.png') no-repeat;
}

ul.shortlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.shortlist li {
    border-top: 1px solid #255c6a;
    padding: 5px 13px 10px;
}
ul.shortlist li a {
    text-decoration: none;
}
ul.shortlist li h4 {
    font-weight: bold;
    margin: 3px 0;
}

.shortlist_content {
    line-height: 1.3;
}

div.ct_haber {
    margin: 18px 10px 18px 12px;
    width: 236px;
    height: 510px;
    float:left;
    background: url("../image/haber_bg.jpg") no-repeat;    
}

div.ct_kampanya {
    margin: 18px 16px 13px 1px;
    width: 237px;
    height: 510px;
    float:left;
    background: url("../image/kampanya_bg.jpg") no-repeat;    
}

div.ct_haber h3, div.ct_kampanya h3 {
    padding: 7px 13px 5px;
}

div.ct_ozel {
    float:left;
    height: 567px;
    margin: 0 0 8px 12px;
    border-left: 1px solid #364550;
    width: 415px;
}
div.ct_ozel h3 {
    padding: 7px 0 8px 0px;
}

div.ct_ozel h3 a {
    background: url('../image/anasayfa_bullet.png') no-repeat;
    padding-left: 20px;
}

.ozel {
    float:left;
}

.ct_uygulama {
    margin: 21px 0 0 21px;
}
.ozel .uygulama {
    width: 156px; /*182*/
    height: 156px; /*179*/
    padding: 10px 13px 14px;
    margin-right: 11px;
    background: url('../image/uygulama_bg.jpg') no-repeat;
}

.ct_aksesuar {
    margin: 21px 0 0 5px;
}
.ozel .aksesuar {
    width: 160px; /*185*/
    height: 156px; /*179*/
    padding: 10px 13px 14px 12px;
    background: url('../image/aksesuar_bg.jpg') no-repeat;
}

.ct_ozelhaber{
    margin: 9px 0 0 21px;
}
.ozel .ozelhaber {
    width: 156px; /*182*/
    height: 156px; /*179*/
    padding: 10px 13px 14px;
    margin-right: 11px;
    background: url('../image/ozelhaber_bg.jpg') no-repeat;
}

.ct_galeri {
    margin: 9px 0 0 5px;
}
.ozel .galeri {
    width: 160px; /*185*/
    height: 156px; /*179*/
    padding: 10px 13px 14px 12px;
    background: url('../image/galeri_bg.jpg') no-repeat;
}

.ct_ozel .icons {
    width: 305px;
    height: 71px;
    margin: 20px 60px;
    background: url('../image/icons.png') no-repeat;
}

.ribbon, .aracribbon, .urunribbon {
    height: 30px;
    margin: 0 10px 12px;
}

.ribbon .left {
    background: url('../image/stripe.gif') repeat;
    height: 30px;
    float:left;
    width: 270px;
}

.ribbon ul.actions, .aracribbon ul.actions, .urunribbon ul.actions{
    float: right;
}

.ribbon ul.actions li a{
    display: block;
    padding: 8px;
}

.content_head {
    float: right;
    width: 640px;
    height: 30px;
    background: transparent url('../image/ribbon_content_head_bg.png') repeat-x;
    color: white;
}

.content_head h3 {
    font-weight: normal;
    margin:7px 0 0 19px;
    float:left;
    color: #6bcbe3;
}

.aracribbon .content_head, .urunribbon .content_head {
    width: 900px;
    line-height: 2.5;
    font-size: 12px;
    padding-left: 20px;
}

.aracribbon .arac a{
    color: #6bcbe3;
    text-decoration: none;
}
.aracribbon .seperator {
    border-left: 1px solid #f00000;
    margin: 0px -2px 0 4px;
}

.white {
    background: url('../image/white_bg.png') repeat;
    border-top: 1px solid #71787f;
    border-bottom: 1px solid #71787f;
    margin: 0 10px 0 10px;
}

.white .left {
    /*background: url('../image/whitegrad_bg.png') repeat-x bottom left;*/
    width: 241px;
    border-right: 1px solid #396a7a;
    margin: 10px 0;
    padding: 0 16px;
    float: left;
}

.white .left .menu_head {
    padding: 5px;
    border-bottom: 1px solid #09818a;
}
.white .left .menu_head a {
    text-decoration: none;
    font-size: 12px;
    color: white;
}

ul.cmenu li.ui-state-default {
    display:block;
}

ul.cmenu li a {
    display:block;
    padding: 5px 5px 5px 20px;
    background: url('../image/cmenu_tick.png') no-repeat;
    border-bottom: 1px solid #09818a;
}

ul.cmenu li.hover {
    background: url('../image/cmenu_hover.png') repeat-x;
}

ul.cmenu ul.cmenu {
    margin-left: 15px;
}

ul.cmenu li.root ul {
    margin-left: 10px;
}

.white .right {
    /*background: url('../image/whitegrad_bg.png') repeat-x bottom left;*/
    float: left;
    margin: 10px 0 10px -1px;
    padding: 0 16px;
    border-left: 1px solid #396a7a;
    width: 613px;
}

div.itemlist {
    border-bottom: 1px solid #999999;
    padding: 5px 0;
}

div.itemlist .caption {
    padding: 3px 0;
    font-weight: bold;
}
div.itemlist .caption a {
    text-decoration: none;
}

a.continue {
    text-decoration: none;
    padding-right: 15px;
    background: url('../image/continue.png') no-repeat center right;
}

.userform input, .userform textarea, .userform select {
    border: 1px solid #2c9ac1;
    margin: 3px 0;
   
}
.userform .eq {
    width: 300px
}

.userform input.eq {
    height: 20px;
}

.userform input.submit {
    border: 1px solid white;
    color: white;
    width: auto;
    float:right;
    height: 20px;
    background: url('../image/submit_bg.gif') repeat-x;
}

.userform fieldset {
    border: 1px solid #396A7A;
}
.userform hr {
    border: none;
    border-bottom: 1px solid #396A7A;
}

#kariyermail_form td.label {
    width: 150px;
}

.araclist {
    margin: 0 10px;
    padding: 10px;
}

.araclist .category{
    margin-bottom: 5px;
}

.araclist .category h3 {
    margin: 5px 0 2px 0;
    font-size:12px;
    font-weight:normal;

}

.foto_frame {
    float:left;
    padding: 5px;
    margin: 3px 3px 0 0;
    width: 140px;
    height: 103px;
    background: url('../image/foto_frame.png') no-repeat;
}
.foto_image {
    height: 103px;
    width: 140px; 
}
.foto_mask {
    background: url('../image/foto_mask.png') no-repeat;
    height: 103px;
    width: 140px; 
}
.foto_mask a {
    display: block;
    height: 103px;
    width: 140px; 
}


.aracfoto_frame {
    float:left;
    padding: 8px 10px 7px 9px;
    margin: 0 12px 0 0;
    width: 189px; /* was 154px; frame 208px*/
    height: 141px; /* was 111px; frame 158px*/
    background: url('../image/aracfoto_frame.png') no-repeat;
}
.aracfoto_image {
    width: 189px; 
    height: 141px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background-repeat: none;
}
.aracfoto_mask {
    background: url('../image/aracfoto_mask.png') no-repeat;
    width: 189px; 
    height: 141px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.aracfoto_mask a {
    display:block;
    width: 189px; 
    height: 141px;
}

.largefoto {
    float: left;
    width: 422px;
    margin: 20px;
}
.largefoto_frame {
    padding: 10px;
    width: 408px; /*423*/
    height: 306px; /*326*/
    background: url('../image/largefoto_frame.png') no-repeat;
}
.largefoto_image {
    width: 408px; 
    height: 306px;
    display:block;
    cursor: pointer;
    /*position: relative;
    z-index: 2;*/
}
.largefoto_mask {
    background: url('../image/largefoto_mask.png') no-repeat;
    width: 408px; 
    height: 306px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.carouselfoto {
    float:left;
    width: 92px;
    height: 91px;
    padding: 10px 3px 0 2px;
    margin-left: -1px;
    border-left: 1px solid red;
    border-right: 1px solid red;
}
.carouselfoto_frame {
    padding: 3px 3px 3px 4px;
    width: 85px; /*92*/
    height: 65px; /*71*/
    background: url('../image/carouselfoto_frame.png') no-repeat;
}
.carouselfoto_image {
    width: 85px; 
    height: 65px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.carouselfoto_mask {
    /*background: url('../image/carouselfoto_mask.png') no-repeat;*/
    width: 85px; 
    height: 65px;
    position: relative;
    z-index: 4;
}

.uruninfo {
    float:left;
    width: 433px;
    margin: 20px 25px 10px 0;
}
.uruninfo .ct_details {
    border-top: 1px solid #376978;
    border-bottom: 1px solid #376978;
    height: 200px;
    background: url('../image/aracdetail_bg.png') repeat;
}

.uruninfo .details {
    padding: 10px;
    height: 180px;
}


.uruninfo .tab_control ul.menu li {
    float:left;
    border: 1px solid #376978;
    margin: 0 0 -1px -1px;
}

.uruninfo .tab_control ul.menu li.selected {
    background: #263F4B;
}

.uruninfo .tab_control ul.menu li a {
    display:block;
    padding: 3px 5px;
}

.uruninfo .tech_content, .uruninfo .application_content {
    height: 180px;
}

.uruninfo .details .application ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uruninfo .details .application ul a {
    text-decoration: none;
}

.uruninfo .details .application ul a:hover {
    color: #00B8BF;
}

.aracinfo {
    float:left;
    width: 433px;
    margin: 20px 25px 10px 0;
}
.aracinfo .ct_details {
    border-top: 1px solid #376978;
    border-bottom: 1px solid #376978;
    height: 224px;
    background: url('../image/aracdetail_bg.png') repeat;
}

.aracinfo .details {
    padding: 10px;
    height: 204px;
}


.carousel {
    width: 433px;
    height: 91px;
    padding: 20px 0 0;
}

.carousel .prev {
    float:left; 
    width: 22px;
    height: 71px;
    background: url('../image/carousel_prev.png');
    cursor: pointer;
    margin: 10px 0;
}

.carousel .next {
    float:left; 
    width: 22px;
    height: 71px;
    background: url('../image/carousel_next.png');
    cursor: pointer;
    margin: 10px 0;
}

.carousel .carousel_frame {
    width: 389px;
    height: 91px;
    float:left;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.carousel .carousel_canvas {
    overflow: hidden;
    position: relative;
    z-index: 1;
    top:0;
    left:0;
    height: 91px;
}

.ct_urunmenu {
    position: relative;
    width: 960px;
    margin: 5px auto;
    height: 50px;
}

.urunmenu_bg {
    position: absolute;
    z-index: 10;
    margin: 0 25px;
    background: url('../image/urunmenu_bg.png') no-repeat;
    width: 888px;
    height: 36px;    
}
.urunmenu {
    position: absolute;
    z-index: 11;
    margin-left: 25px;
}
div.banner {
    margin-top: -60px;
}

.category a.urun, .category a.arac {
    margin: 0 0 5px 0;
}

.category a.urun .urun_caption {
    background: url('../image/urun_caption_bg.png') no-repeat;
    padding: 3px 5px;
}

.araclist .arac {
    float:left;
    width: 189px;
    margin: 5px 30px 0 0;
}

.araclist .arac .aracfoto_frame {
    float:left;
}


.arac .urun_caption {
    float:left;
    background: url('../image/arac_caption_bg.png') no-repeat;
    margin-top: 2px;
    padding: 3px 5px;
    width: 198px;
    height: 14px;
}

.arac .urun_caption a {
    text-decoration:none;
}

.urunlist .urun {
    float:left;
    width: 123px;
    margin: 5px 30px 0 0;
}

.urunlist .urun .urunfoto_frame {
    float:left;
}


.urun .urun_caption {
    float:left;
    background: url('../image/urun_caption_bg.png') no-repeat;
    margin-top: 2px;
    padding: 3px 5px;
    width: 140px;
    height: 14px;
    font-size:10px;
}

.urun .urun_caption a {
    text-decoration:none;
}


.sf-menu a.root {
    line-height: 0.9;
    padding: 3px 16px 0;
}

.sf-menu a.urun {
    height: 12px;
    width: 126px;
    margin-bottom: 3px;
}
.sf-menu a.arac {
    height:12px;
    margin-left:5px;
    padding-left:11px;
    width:108px;
}
.sf-menu a.urun:hover{
    border-bottom: 1px solid #cf0a0b;
    margin-bottom: 2px;
}
.sf-menu a.arac:hover{
    border-bottom: 1px solid #cf0a0b;
    margin-bottom: -1px;
}

.largefoto a.actor {
    display: block;
    width: 408px; 
    height: 306px;
}

.largefoto a.actor img {
    display: block;
    float: right;
    margin: 5px 5px -35px -5px;
    position: relative;
    z-index: 40;
    text-decoration:none;
}

#bayi_select {
    margin-top: 5px;
    width: 240px;
    padding: 4px;
    border: 1px solid #09818A;
    background: #333;
    color: white;
}

#bayi_select option {
}

.foot_link{
    color:#14364F;
    font-size:10px;
}
.foot_link a{
    color:#14364F;
    font-size:10px;
    text-decoration:none;
}
.foot_link a:hover{
    color:#14364F;
    font-size:10px;
}
.sayfa_link{
    color:#14364F;
    font-size:11px;
    padding:5px;
    line-height: 12px;
    border-top:solid 1px #255C6A;
}

.sayfa_link a{
    color:#14364F;
    font-size:11px;
    text-decoration:none;
}
.sayfa_link a:hover{
    color:#14364F;
    font-size:11px;
    text-decoration:none;
}
