@import 'anasayfa.css';
@import 'form.css';
@import 'pagination.css';
@import 'list.css';


body{
    font-family:Verdana,Arial,sans-serif;
    font-size:12px;
    line-height:17px;
    color:#454545;
}
.body_bg_home{
    background:url(../images/body_bg_home.jpg) center 453px no-repeat #FFF;
}
.body_bg{
    background:url(../images/body_bg.jpg) center 453px no-repeat #FFF;
}

a img {
    border:none;
}

a:link{
    text-decoration:none;
    color:#313131;
    transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;    
    
}
a:active{
    color:#313131;
    transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;    
}
a:visited{
    color:#313131;
    transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;    
}
a:hover{
    color:#111111;
    transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;    
}

* {
	margin: 0;
	padding: 0;
}
#header{
    position:relative;
    display:table;
    width:978px;
    height:323px;
    margin:-353px auto 0 auto;
    z-index:1000 !important;
    background: url(../images/header_bg.png) top left no-repeat;
    border:0px solid blue;
}

#logo{
    position:absolute;
    display:block;
    width:auto;
    float:left;
    top:-100px;
    border:0px solid green;
}
#logo img{
    max-height:90px;
}


#search_form{
    display:block;
    float:left;
    width:210px;
    height:32px;
    margin-left:10px;
    border:0px solid red;
}

#search_form .srch_input{
    width:130px;
    height:16px;
    margin-top:3px;
    margin-left:5px;
    border:0px solid red;
}
#search_form .input_box{
    display:block;
    float:left;
    width:157px;
    height: 22px;
    background: url(../images/top_search_bg.png) top left no-repeat;
}
#search_form .label{
    display:block;
    float:left;
    width:52px;
    line-height:22px;
    font-weight:bold;
}
#search_form .src_button{
    display:block;
    float:right;
    width:18px;
    height: 16px;
    margin-top:3px;
    margin-right:3px;
    background: url(../images/top_search_btn.png) top left no-repeat;
    border:none;
}

#topmenu{
    display:block;
    float:left;
    line-height:22px;
    text-align: center;
    margin-left:10px;
    border:0px solid green;
}
#topmenu a{
    padding-left:10px;
    padding-right:10px;
}

#slide{
    position:relative;
    display:block;
    width:100%;
    height:453px;
    overflow:hidden;
    z-index:1;
}
._main_img{
    width:100%;
    height:453px;
}
.hidden_im {
    display:none;
}


#main{
    position:relative;
    display:table;
    width:981px;
    height:auto;
    margin:-8px auto 0 auto;
    background: #FFF;
    padding:0 0 20px 0;
    z-index:90 !important;
    border:0px solid red;
}

#leftSide{
    display:block;
    float:left;
    width:200px;
    margin-left:20px;
    z-index:1000 !important;
}

#leftSide .tel_icon{
    position:relative;
    display:table !important;
    width:100%;
    vertical-align: middle !important;
    height:25%;
    padding-top:64px;
    text-align: center;
    background: url(../images/kalyoncu_termal.png) top center no-repeat;
    border:0px solid green;
}

#main_menu{
    display:block;
    width:120px;
    margin:27px 5px 10px 22px;
    padding:2px 0px;
    border:0px solid green;
}
#main_menu .menu_item{
    display:block;
    width:124px;
    list-style:none;
    line-height:33px;
    padding-left:15px;
    margin-bottom:5px;
    background: url(../images/ok_beyaz.png) left center no-repeat;
    border-bottom:0px solid #DCDCDC;
    
}
#main_menu .menu_item:hover, #main_menu .selected p a{
    /*text-decoration: underline;*/
}
#main_menu .menu_item a:link{
    display:block;
    width:100%;
    font-family:Georgia;
    font-size:10pt;
    font-weight:bold;
    color:#FFF;
    transition: all 500ms ease-in-out 0s;
}
#main_menu .menu_item a:active{
    color:#FFF;
    transition: all 500ms ease-in-out 0s;
}
#main_menu .menu_item a:visited{
    color:#FFF;
    transition: all 500ms ease-in-out 0s;
}
#main_menu .menu_item a:hover{
    color:#F4F4F4;
    transition: all 500ms ease-in-out 0s;
}
.submenu_item{
    position:absolute;
    display:none;
    margin-top:-24px;
    margin-left:100px;
    background: url(../images/trans_white.png);
    border:1px solid #DCDCDC;
    border-radius:6px;
    margin-bottom:10px;
    z-index:15000 !important;
}
.submenu_item p{
    padding:2px 4px !important;
    margin:2px 6px;
    width:auto !important;
    background: none;
    border-bottom:1px solid #DCDCDC;
}
.submenu_item p:last-child{
    border:none !important;
}

#middle{
    display:block;
    float:left;
    width:702px;
    height:auto;
    padding:2px;
    border:0px solid red;
}

.middle_bg{
    border:1px solid #CECEBF;
    border-radius:24px;
}

/* B: footer */
#footer {
    display:block;
    width:100%;
    font-size:11px;
    color:#656565;
    background: url(../images/footer_bg.png) bottom left repeat-x #33A5D9;
    border:0px solid red;
}

#footer #footer_cont{
    display:block;
    width:982px;
    height:122px;
    padding-top:20px;
    margin:0 auto;
}

#ebulten{
    display:block;
    float:left;
    width:327px;
    height:86px;
    padding:0;
    background: url(../images/ebulten_bg.png) no-repeat;
    border:0px solid red;    
}
#ebulten .ebulten_title{
    display:block;
    floaT:right;
    width:107px;
    height:19px;
    font-weight:bold;
    color:#74b2ea;
    font-size:11pt;
    line-height:19px;
    text-align:center;
    margin-right:16px;
    border:0px solid red;
}
#ebulten .ebulten_text{
    display:block;
    float:left;
    width:182px;
    height:27px;
    margin:4px 10px;
    color:#FFF;
    
}

#ebulten .ebulten_div{
    display:block;
    width:auto;
    margin:20px 5px auto 5px;
}

#ebulten .ebulten_cell{
    display:block;
    float:left;
    width:auto;
    height:25px;
    line-height:25px;
    font-weight:bold;
    color:#FFF;
    padding-right:6px;
}
#ebulten .ebulten_text_inp{
    width:182px;
    height:25px;
    line-height:25px;
    padding:0 4px;
    background: url(../images/ebulten_text_inp.png) top left no-repeat;
    border:none;
}

#ebulten .ebulten_btn{
    border:none;
    width:auto;
    height:25px;
    font-size:10px;
    color:#F4F4F4;
    font-weight:bold;
    text-decoration: none;
    background: url(../images/ebulten_btn_tr.png) no-repeat;
    cursor:pointer;    
}


#footer_bilgi{
    display:block;
    float:left;
    width:274px;
    padding-left:70px;
    border:0px solid red;    
}
#footer_bilgi .row-1{
    display:block;
    width:260px;
    color:#FFF;
    font-weight:bold;
    font-size:11pt;
    padding-bottom:4px;
    margin-bottom:3px;
    border-bottom:1px solid #EDEDED;
}
#footer_bilgi .row-2{
    color:#FFF;
    border:0px solid red;
}

#footer_bize_ulasin{
    display:block;
    float:right;
    width:190px;
    height:86px;
    padding-left:95px;
    background: url(../images/bize_ulasin_bg.png) no-repeat;
    border:0px solid red;    
}
#footer_bize_ulasin .row-1{
    display:block;
    width:190px;
    margin-top:25px;
    color:#FFF;
    font-weight:bold;
    font-size:11pt;
    margin-bottom:10px;
    border:0px solid red;
}
#footer_bize_ulasin .row-2{
    display:block;
    width:190px;
    color:#FFF;
    font-weight:bold;
    font-size:15pt;
    margin-top:18px;
}

#footer #footer_cont_2{
    display:block;
    width:982px;
    min-height:26px;
    text-align:right;
    line-height:16px;
    color:#F4F4F4;
    margin:0 auto;
    border:0px solid red;
}
#footer #footer_cont_2 a{
    font-size:11px;
    color:#FFF;
}
#footer #footer_cont_2 a img{
    position:relative;
    margin-bottom:-10px;    
}
/* E: footer */



#path-info{
    display:none;
    float:left;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    text-align:left;
    font-weight:bold;
    color:#00616C;
    margin-bottom:5px;
}
#path-info a{
    color:#00616C;
}
#path-info a:hover{
    color:#454545;
}
#path-info span{
    display:block;
    float:left;
    width:auto;
    padding-right:5px;
}
#path-info .ok{
    display:block;
    float:left;
    width:15px;
    height:18px;
    background: url(../images/path_ok.png) center center no-repeat;
}


#social_networks img{
    display:inline-block;
    float:right;
}
#social_networks img{
    border:none;
    opacity:1;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

#social_networks img:hover{
    opacity:0.5;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}


/************/
.center{
    text-align:center;
}
.bold{
    font-weight:bold;
}


.co-1{
    display:inline-block;
    float:left;
    padding-top:8px;
}
.co-2{
    display:inline-block;
    float:right;
    padding-right:32px;
}

/* UYARILAR - MESAJLAR**/
._info_{
    display:block;
    width:850px;
    margin:30px auto;
    color:#313131;
    font-size:16px;
    font-weight:normal;
    text-align:center;
}

#showMessage{
    display: inline-block;
    width:100%;
    border:1px solid #DD0011;
    border-radius:4px;
    padding:6px 0px;
}
.uyari{
    background: #F56565;
}
.f-uyari{
    color:#FFF !important;
}
.hata{
    background: #F56565 !important;
}
.f-hata{
    color:#FFF;
}


#showMessage li{
    list-style:none;
}
#msgText{
    display:block;
    width:90%;
    margin:2px auto;
    font-weight:bold;
}

.warning-font{
    color:#E4770F;
}

#uyari_span{
    display:none;
    width:100%;
    font-weight:bold;
    padding:5px 10px;
    margin-bottom:5px;
}

.red_font{
    color:#DDFFFF;
}
.red-border{
    border:1px solid red;
}


#generate{
    display:none;
}
#HASH_STRING{
    display:none;
}

.pointer{
    cursor:pointer;
}

.fbold{
    font-weight: bold;
}

/** B: Ürün Detay **/
#urun_detay{

}
#urun_detay .row{
    display:block;
    float:left;
    width:100%;
    margin-bottom:10px;
}
#urun_detay .prd_detail_img_box{
    display:block;
    float:left;
    width:311px;
    height:268px;
    text-align: center;
    overflow:hidden;
    margin:0px;
}
#urun_detay .prd_detail_img_box img{
    max-width:311px;
    height:218px;
}
#urun_detay #img_box{
    display:inline-block;
    float:right;
    max-width:240px;
    margin-left:6px;
    overflow: hidden;
    border:0px solid blue;
}
#urun_detay #img_box img{
    border:none;
    width:230px;
}

#_product_row_{
    display:block;
    width:934px;
    height:36px;
    line-height:36px;
    background:#0A79B1;
    border:0px solid red;
}
#_product_row_ .product_title{
    display:inline-block;
    width:auto;
    padding-left:10px;
    padding-right:10px;
    height:36px;
    line-height:36px;
    background:#FFF;
    border:0px solid blue;
}
#urun_detay #prd_image img{
    float:left !important;
    width: 313px;
    margin-right:10px;
    margin-bottom:10px;
    border:1px solid #DEDEDE;
}
/** E: Ürün Detay **/


/** B: Ürün Detay **/
#proje_detay{
    display:inline-block;
    width:700px;
    margin:0px 10px 10px 10px;
    border:0px solid red; 
}
#proje_detay .row ul{
    margin:0px 10px 10px 20px;
    border:0px solid red; 
}
#proje_detay .row{
    display:inline-block;
    float:left;
    width:100%;
    margin-bottom:10px;
}
#proje_detay #img_box{
    display:inline-block;
    float:right;
    max-width:240px;
    margin-left:6px;
    overflow: hidden;
    border:0px solid blue;
}
#proje_detay #img_box img{
    border:none;
    width:230px;
}
#proje_detay #prd_details{
    display:inline-block;
    float:left;
    width:450px;
    margin-right:4px;
    border:0px solid blue;
}
#proje_detay #prd_details strong{
    display:block;
    color:#0080C7;
    margin-bottom:10px;
    font-size:14px;
}

#proje_detay #prd_details h4{
    display:block;
    color:#787878;
    font-weight:normal;
    margin-bottom:10px;
    font-size:14px;
}
#proje_detay #prd_details .proje_alani{
    display:inline-block;
    width:99%;
    padding:3px 0;
    margin:4px 0px 20px 0px;
    border-top: 1px dotted #DCDCDC;
    border-bottom: 1px dotted #DCDCDC;
}

#proje_detay #prd_details .row{
    display:inline-block;
    width:99%;
    margin:4px 0px;
}

#proje_detay #prd_details .icon-im{
    display:inline-block;
    float:left;
    margin-right:4px;
}
#proje_detay #prd_details .text-im{
    display:inline-block;
    float:left;
    padding-top:7px;
    font-weight:bold;
    margin-right:4px;
}
#proje_detay #prd_details .text-im:hover{
    cursor:pointer;
    color:#454646;
}
#proje_detay #prd_details-2{
    display:inline-block;
    float:right;
    width:210px;
    margin-right:4px;
    text-align: right;
    border:0px solid blue;
}
#proje_detay #prd_details-2 p{
    margin-bottom:20px;
}
#proje_detay #proje_irtibat_bilgileri{
    display:inline-block;
    float:left;
    width:100%;
    height:28px;
    margin:4px 0px 10px 0px;
    background: url(../images/bar_bg.png) top left repeat-x;
    border-top:1px solid #DCDCDC;
    border-left:1px solid #DCDCDC;
    border-right:1px solid #DCDCDC;
}
#proje_detay #proje_irtibat_bilgileri .proje_ozellikleri{
    display:inline-block;
    float:left;
    height:30px;
    padding-left:10px;
    padding-right: 15px;
    padding-top:6px;
    padding-bottom:6px;
    font-size:14px;
    font-weight:bold;
    color:#FFF;
    background: url(../images/urun_ozellikleri_bg.png) top left no-repeat;
}

#proje_detay #proje_irtibat_bilgileri .label{
    display:inline-block;
    float:right;
    padding-left:10px;
    padding-right: 15px;
    padding-top:5px;
    padding-bottom:6px;
    font-size:14px;
    font-weight:bold;
    color:#E1E1E1;
    text-shadow:1px 1px 1px #121212;
    border-right:1px dotted #F47159;
}
#proje_detay #proje_irtibat_bilgileri .contain{
    display:inline-block;
    float:right;
    font-size:20px;
    font-weight:bold;
    color:#F9A899;
    padding-left:10px;
    padding-right: 15px;
    padding-top:5px;
    padding-bottom:2px;
    text-shadow:1px 1px 1px #212121;
}


#proje_detay #benzer_projeler{
    display:inline-block;
    float:left;
    width:718px;
    height:28px;
    margin:4px 0px 10px 0px;
    background: url(../images/bar_bg2.png) top left repeat-x;
    border-top:1px solid #DCDCDC;
    border-left:1px solid #DCDCDC;
    border-right:1px solid #DCDCDC;
}
#proje_detay #benzer_projeler h2{
    display:inline-block;
    float:left;
    height:30px;
    padding-left:10px;
    padding-right: 15px;
    padding-top:6px;
    padding-bottom:6px;
    font-size:14px;
    font-weight:bold;
    color:#FFF;
    background: url(../images/benzer_urunler.png) top left no-repeat;
}
#proje_detay .prd_box_small{
    display:inline-block;
    width:90%;
    margin-bottom:6px;
    padding-left:14px;
    background: url(../images/icons/benzer_urunler_li.png) 0px 5px no-repeat ;
}


#proje_detay .dt li{
    display:block;
    color:#676767;
    line-height:12px;    
    margin-bottom:10px;
    margin-left:10px;
    font-size:14px;
    list-style: normal !important;
}



#proje_detay h2{
    display:block;
    margin:0 0 10px 0;
    border:0px solid red;
}

#proje_detay #proje_resim_galeri{
    display:none;
}
/** E: Ürün Detay **/



#iletisim{
    color:#454545;
}
#iletisim .adres_satiri{
    display:inline-block;
    width:98%;
    margin:6px 2px;
    color:#565656;
}
#iletisim .adres_satiri p{
    margin-bottom:6px;    
}
#iletisim .title{
    color:#017DC4;
    font-size:14px;
    font-weight:bold;
}


.hTitle{
    margin-bottom:4px;
    font-size:16px;
    font-weight:bold;
    padding:0 0 4px 0;
    border-bottom:1px dotted #8CC53C;
    color:#639c13;
}

/**** Message Fonts ***/
._info_msg{
    color:#DC4800;
}
.sayfa_cont{
    display:block;
    width:945px;
    margin:15px auto 8px auto;
}

.spacer_div{
    height:10px;
}

.mainTitle{
    display:block;
    width:100%;
    margin:0px 0px 10px 0px;
    font-size:16pt;
    height:26px;
    background: url(../images/main_title_bg.png) top left repeat-x;
    
}
.mainTitle span{
    display:inline-block;
    line-height:26px;
    background: #FFF;
    padding-right:15px;
    font-family:'00222Regular',Verdana,Arial,sans-serif;
    font-size:16pt;
    font-weight:normal;
}
.clear_both{
    clear:both;
}

/**** E: Fotogaleri */
#fotogaleri{
    display:block;
    width:100%;
}
#fotogaleri .row{
    display:block;
    width:100%;
    height:116px;
    margin-bottom:10px;
}
#fotogaleri strong{
    display:block;
    width:98%;
    margin-bottom:2px;
    border-bottom:0px solid #DEDEDE;
}
#fotogaleri .image_box{
    display:block;
    float:left;
    width:150px;
    height:100px;
    margin:4px;
    padding:2px;
    border:1px solid #DCDCDC;
}
#fotogaleri .image_box img{
    border:none;
    width:150px;
    height:100px;
}

/**** E: Fotogaleri */


.row_s{
    line-height:22px;
}

#tools{
    display:block;
    padding:5px 0px;
    text-align: center;
    border:0px solid red;
}
#tools a{
    padding:2px 10px;
}
#tools ._prev_btn{
    display:block;
    float:left;
    margin:2px;
}

#tools ._next_btn{
    display:block;
    float:left;
    margin:2px;
}

.satis_info{
    position:absolute;
    display:block;
    width:160px;
    height:auto;
    padding:5px 10px;
    margin-top:-10px;
    background: #FDFDFD;
    border:2px solid #989898;
    box-shadow:0px 0px 10px #898989;
    border-radius:4px;
    cursor:default;
}
.satis_info .str{
    display:block;
    line-height: 20px;
    margin-top: 2px;
}
.satis_info .str span{
    font-weight:bold;
}

.detay_btn{
    display:block;
    width:96px;
    height:21px;
    line-height:20px;
    font-weight:bold;
    font-size:9pt;
    color:#47D1F6;
    text-align:center;
    margin:8px auto 4px auto;
    background: url(../images/anasayfa_kategori_button.png) center center no-repeat;
}
.detay_btn:hover{
    color:#FFF;
    background: url(../images/anasayfa_kategori_button_hover.png) center center no-repeat;
}

.row_pages{
    display:inline-block;
    width:920px;
    padding:5px 10px;
    margin-bottom:5px;
    border-bottom:1px solid #DCDCDC;
}
