/**
* @author : Mehmet Andiç
* @date : 10/2010
* 
*/

.clear_both{clear:both; height:0px;}

.ekma_customselect_cont{
    width:122px; 
    z-index: 700; 
    position:relative;
    cursor: pointer;
}

.ekma_customselect_selecteditem{ 
    margin-top: 15px;
    margin-left: 10px;
    cursor: pointer;
}


/** BEGIN: Select box'ın görünen kısmı **/
.ekma_customselect_selecteditem .ecs__left{/** select'in sol ucu **/
    width:6px;
    height:13px; 
    float:left;
    cursor: pointer;
}
.ekma_customselect_selecteditem .ecs__right{/** select'in sağ ucu (aşağı indirme oku dahil) **/
    background:url(../images/selected_right.png) left top no-repeat; 
    width: 8px; 
    height: 4px; 
    float:left; 
    cursor: pointer;
    margin-top: 6px;
    margin-left: 5px;
}

.ekma_customselect_selecteditem .ecs__middle{
    
    width: auto;
    float: left;
    cursor: pointer;
    overflow: hidden;/** yazının sığmayan kısmını gösterme **/
    color: #fff;
    height: auto;
    text-shadow: #000 1px 1px 1px;
    font-size: 13px;
    
}
/** END: Select box'ın görünen kısmı **/

/** BEGIN: Liste **/
.ekma_customselect_list_cont{
    border-left: 1px solid #e72c0b; 
    border-right: 1px solid #e72c0b; 
    overflow: auto; 
    display: none; 
    position: absolute; 
    width: auto; 
    color: #454645; 
    margin-top: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.ekma_customselect_list_cont UL{
    list-style: none; 
    margin: 0px; 
    padding: 0px;
    cursor: pointer;
}

.ekma_customselect_list_cont .ecs_option{
    border-bottom: 1px solid #e72c0b; 
    padding: 5px; 
    cursor: default; 
    margin: 0px; 
    font-size: 13px;
    background-color: #d22202;
    text-shadow: #000 1px 1px 1px;
    color: #fff;
    cursor: pointer;
}
/** END: Liste **/