
div.choptober {
    white-space: nowrap;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 346px;
}

div.choptober input {
    margin: 0 0 0 0;
    font-family:Arial,Helvetica,sans-serif;
    padding:1px 3px;
    background:#78131F;
    height: 22px;
    line-height: 20px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 387px;  

}

div.choptober div.icon {
    width:24px;
    height:24px;
    border: 0;
    background:transparent url(arrow.jpg) no-repeat 0 0;
    cursor:pointer;
   /* border-bottom: 1px solid #B5B8C8;*/
    top:0px;
    left: 387px; 

}


div.choptober div.list-wrapper {
    left: 0px;
    top: 24px;
    border: 1px solid #78131F;
	border-top: 0;
    background-color: #A5192B;
    padding: 0;
    margin: 0;
    width: 404px;
    bottom: auto;
    color: #FFFFFF;
}

div.choptober div.list-wrapper-up {
    top: auto;
    bottom: 24px;
    border: 1px solid #000000;
	border-bottom: 0;	
}

div.choptober ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.choptober  li {
    padding: 0;
    padding-left: 5px;
    font:normal 14px tahoma, arial, helvetica, sans-serif;
    background-color: #78131F;
    cursor: pointer;
    margin: 0;
    color: #FFFFFF;
}

div.choptober li.active {
    background-color: #961727;
}

div.choptober input.empty {
    color: gray;
}