.selectricWrapper { margin: 0 0 0; width: 100%; }

.selectric {
 background:  White;
	color: #32353b;
	min-height: 38px;
	padding: 0;
	border: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #d6d6d6;
}


.selectric .label {
    color: #32353b;
    display: block;
    font-size: 1em;
    line-height: 38px;
    margin: 0 38px 0 0;
    min-height: 18px;
    overflow: hidden;
    padding: 0 0 0 15px;
	  text-overflow: ellipsis; 
    white-space: nowrap;
	  max-width: 100%; width: 100%;
}

.razeni .selectric .button{
	    height: 30px;
    width: 30px;
}
.razeni  .selectric {

	min-height: 30px;

}
.razeni  .label {
    color: #32353b;
    line-height: 28px;
    
    }

.selectric .button {
    height: 38px;
    width: 38px;
	 background: transparent /*savepage-url=../img/combo.png*/ url() no-repeat center center;
	 
}
.selectric .button:after {
  border: 4px solid transparent;
  border-top-color: #E2881E;
}


.selectricItems {
	background: white;
	border: 0;
	padding: 0;
	margin: 0;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
	box-shadow: 1px 1px 3px rgba(0,0,0,.1);

}
.selectricItems{ border: 1px solid #d6d6d6; border-top-width: 0;  -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.selectricItems[style*="top"]{ border-top-width: 1px; border-bottom-width: 0; }


.selectricWrapper .selectricItems ul, .selectricWrapper .selectricItems li { font-size: 1em; line-height: 1.3em; }


.selectricWrapper  .selectricItems li { border-bottom: 0; border-top: 1px solid #F5F5F5; color: #32353b; cursor: pointer; display: block; padding: 4px 15px; }



.selectricWrapper  .selectricItems li.selected{
	 color: #e63e31;
}
.selectricWrapper  .selectricItems li:hover{
	 background-color: #F5F5F5;
}