.selectbox-wrapper {
background:#fff;
border:1px solid #d3d3d3;
border-top:none;
position:absolute;
left:3px;
top:22px;
//top:110%;
width:297px !important;
max-height:204px;
margin:0;
//margin-top:-2px;
padding:0;
font-size:11px;
text-align:left;
overflow-y:auto;
_overflow-y:scroll;
overflow-x:hidden;
z-index:500;
zoom:1;
}

.showNews .selectbox-wrapper {
width:118px !important;
}

.leftForm .selectBox .selectbox-wrapper {
width:287px !important;
}

html:first-child .selectbox-wrapper {}

.selectbox-wrapper ul {
background:#fff;
position:relative;
margin:0;
padding:0;
}

.selectbox-wrapper ul li.selected {
background:#f4f4f4;
}

.selectbox-wrapper ul li {
list-style:none outside;
display:block;
width:100%;
line-height:130%;
margin:0;
padding:3px 5px;
color:#32342e;
cursor:pointer;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
}

label {
display: block;
}

/* look&fell of  select box*/
.selectbox {
background:#fff url(../images/bg_select.gif) right center no-repeat;
border:1px solid #d3d3d3;
display:block;
clear:both;
width:275px;
height:13px;
margin:0;
padding:3px 20px 4px 3px;
font-size:11px;
text-align:left;
cursor: pointer;
}

.selectMark .selectbox {
width:125px;
}

.qtyProduct .selectbox {
width:25px;
}

.sort .selectbox {
width:125px;
}

.card .containerBox.month .selectbox {
width:125px;
}

.card .containerBox.year .selectbox {
width:75px;
}

select {
background: url(../images/bg_select.gif) right center no-repeat;
}

