 
#select-form { margin-left:0px; display:none; float:left; width:55px;}  

#virtuemart_currency_id { display:none;}

.vm_currency_module .jq-selectbox .select {
    background: none;
    border: none;
    border-top:none;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    font: 12px/20px Arial,Tahoma,sans-serif;
    height: 29px;
    padding: 0 0px 0 10px;
    position: relative;
    width: 80px;
    margin-top:0px;
}
.vm_currency_module  .jq-selectbox.opened .select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-top:none;
    margin-left:-1px;
    margin-right:-1px;
}
.vm_currency_module  .jq-selectbox.opened .dropdown { margin-left:-1px;}
.vm_currency_module .dropdown {
        background: none repeat scroll 0 0 #fff;
    border: 1px solid #DDDDDD;
    border-top:none;
    border-radius: 0;
    color: #333333;
    font: 12px/20px Arial,Tahoma,sans-serif;
    height: 21px;
    padding: 0 0px 0 0px;
    position: relative;
    text-shadow: 1px 1px #FFFFFF;
    width: 90px;
    margin-top:29px;

    
    }
.vm_currency_module .jq-selectbox .trigger { display:block; border:none; background:none;}
.vm_currency_module .jq-selectbox .trigger .arrow {
    height: 6px;
    background:url(../images/select_arrows.png) left bottom no-repeat;
    width:9px;
    overflow: hidden;
    position: absolute;
    right: 11px;
    top: 11px;
    display:block;
}
.vm_currency_module .jq-selectbox.opened .trigger .arrow  { background-position:left top;}

.jq-selectbox {
    cursor: pointer;
    vertical-align: middle;
	display:block!important;
}
.jq-selectbox .select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f0f0f0;
    border-color: #e4e4e2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font: 14px/30px Arial,Tahoma,sans-serif;
    height: 38px;
    padding: 0 42px 0 10px;
    width: 72%;
	position:relative;
}

.jq-selectbox .select .text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
	padding-top:4px;
}

.jq-selectbox .trigger {
    border-left: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
	background:url(../images/divider_select.gif) left center no-repeat;
}

.jq-selectbox .trigger .arrow {
    height: 6px;
	background:url(../images/select_arrows.png) left bottom no-repeat;
	width:9px;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 18px;
}
.jq-selectbox.opened .trigger .arrow  { background-position:left top;}
.jq-selectbox.opened .select { background:#fff;     box-shadow: 0 0 5px #dddddd;  border-color: #dddddd; }


.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li.sel {
    background: none repeat scroll 0 0 #A3ABB1;
    color: #FFFFFF;
	display:none!important;
}
.jq-selectbox li {
    color: #6a6a6a;
    padding: 5px 10px 6px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.jq-selectbox li:hover { background:#f4f4f4; padding-left:14px;color:#333333}