.js-select {
	display: block;
	width: 310px;
	height: 30px;

	margin: 0;
    font-family: 'Merriweather Sans', sans-serif;
    text-shadow: 0 2px 0 rgba(0,0,0,.4);
	color:#979797;
    box-shadow: inset 0 0 0 2px #0f0f0f, 0 2px 0 0 #0a0a0a, 0 0 8px 0 #101010;
    -moz-box-shadow: inset 0 0 0 2px #0f0f0f,0 2px 0 0 #0a0a0a,0 0 8px 0 #101010;
    -webkit-box-shadow: inset 0 0 0 2px #0f0f0f, 0 2px 0 0 #0a0a0a, 0 0 8px 0 #101010;
    line-height: 30px;
  
    border-width: 2px;
    border-style: solid;
    border-color: #3e3e3e;
    background-color: #191919;
    transition: color .3s ease-in-out,border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out,border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out,border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out,border-color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out;	
}

.js-select .js-select-selected {
	width: 80%;
	padding: 5px 0px 0px 10px;
	display: inline-block
}

.js-select .js-select-arrow {
	width: 37px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
    display: block;
    position: absolute;
    background-color: transparent;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 13px;
}

.js-select .js-select-arrow-active {
	background-position: 11px -17px
}

.js-select .js-select-list-container {

	overflow: hidden;

	background-color: #191919;
    transition: color .3s ease-in-out,border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out,border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out,border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out,border-color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out;	
	width: 100%;
   
    top: 34px !important;
    left: -2px;
    cursor: default;
    border: 2px #3e3e3e solid;
    z-index: 99;
    position: absolute;
   
    box-shadow: inset 0 0 0 1px #1f1b0f, inset 0 0 0 2px #0d0d0d;
    -moz-box-shadow: inset 0 0 0 1px #1f1b0f,inset 0 0 0 2px #0d0d0d;
    -webkit-box-shadow: inset 0 0 0 1px #1f1b0f, inset 0 0 0 2px #0d0d0d;
	
	
}

.js-select .js-select-list-scroller {
	position: relative;
	width: 100%;
	height: 135px;
	overflow: hidden
}

.js-select .js-select-list-container-scrollable .js-select-list-scroller {
	height: 151px
}

.js-select .js-select-list-scrollable {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px
}

.js-select .js-select-list {}

.js-select .js-select-list-top-controller {
	width: 99%;
	height: 14px;
	top: 1px;
	left: 2px;
	overflow: hidden;
	background: url(../images/select-arrows-bg-top.png) repeat-x bottom
}

.js-select .js-select-list-bottom-controller {
	width: 99%;
	height: 14px;
	bottom: 1px;
	left: 2px;
	overflow: hidden;
	background: url(../images/select-arrows-bg-bot.png) repeat-x top
}

.js-select .js-select-list-top-controller p, .js-select .js-select-list-bottom-controller p {
	display: block;
	width: 28px;
	height: 23px;
	background-image: url(../images/small-arrows-gray.png)
}

.js-select .js-select-list-top-controller p {
	background-position: 0 0px;
	top: -5px
}

.js-select .js-select-list-bottom-controller p {
	background-position: 0 -23px;
	margin: 2px 0 0 0;
	top: -6px
}

.js-select-list-option {
width: 100%;
    height: 100%;
    color: #606060;
    display: block;
    text-indent: 8px;
    line-height: 30px;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: capitalize;
    transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    -ms-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out;
}

.js-select-list-option-selected {
	background: rgba(255, 255, 255, 0.02);
	color: #adadad;
}

.js-select-list-option:hover {
	background: rgba(0, 0, 0, 0.1)
}

.js-select-list-option-disabled {
	cursor: default;
	font-style: italic;
	color: #9a9a9a;
	font-weight: bold;
	padding: 5px 0 5px 9px
}

.js-select-list-option-disabled:hover {
	background: none
}

form .row select, form .row .js-select {
	float: right
}

.buy-coins .payment-method #payment-method-select {
	display: block;
	width: 243px;
	height: 67px;
	text-indent: 20px;
	background: rgb(40, 40, 38);
	background: -moz-linear-gradient(top, rgba(40, 40, 38, 1) 0%, rgba(29, 29, 27, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(40, 40, 38, 1)), color-stop(100%, rgba(29, 29, 27, 1)));
	background: -webkit-linear-gradient(top, rgba(40, 40, 38, 1) 0%, rgba(29, 29, 27, 1) 100%);
	background: -o-linear-gradient(top, rgba(40, 40, 38, 1) 0%, rgba(29, 29, 27, 1) 100%);
	background: -ms-linear-gradient(top, rgba(40, 40, 38, 1) 0%, rgba(29, 29, 27, 1) 100%);
	background: linear-gradient(top, rgba(40, 40, 38, 1) 0%, rgba(29, 29, 27, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#282826', endColorstr='#1d1d1b', GradientType=0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, .1), 0 0 1px 1px #121211;
	color: #6c6c6c;
	border: none
}

#payment-method-select .js-select-list-container {
	top: 70px !important
}

#payment-method-select .js-select-arrow {
	top: 28px;
	right: 20px
}

#payment-method-select .js-select-list-option {
	height: 35px;
	padding: 3px 0 0 7px
}

.buy-coins .coins-number ul li input[type='text'] {
	width: 75px;
	height: 81px;
	padding: 0 6px 0 0;
	margin: 0;
	text-align: center;
	font-size: 50px;
	font-family: 'Merriweather Sans', sans-serif;
	color: #ffda2c;
	letter-spacing: -7px;
	background: url(../images/coins-ico.html) no-repeat;
	border: solid 1px #2e2d29;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 0 9px #000;
	text-shadow: 0 -1px 0 #fff369, 0 1px 0 #9f6c2b, 0 2px 0 #7b5321, 0 3px 0 #5b3d18, 0 4px 2px #000, 0 0 6px #000, 0 0 15px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1)
}

#character-select, #levels-select {
	width: 252px;
	height: 36px;
	background: url(../images/submit_gradient.html) repeat-x;
	box-shadow: inset 0 2px 0 #42382f, inset 0 0 8px rgba(255, 132, 0, .1), 0 0 7px rgba(0, 0, 0, .35), 0 1px 2px rgba(0, 0, 0, .4);
	padding: 0
}

#levels-select {
	width: 240px
}

#character-select .js-select-arrow, #levels-select .js-select-arrow {
	background-image: url(../images/select-char-arrows.png);
	width: 25px;
	height: 17px;
	top: 11px;
	right: 8px
}

#character-select .js-select-arrow-active, #levels-select .js-select-arrow-active {
	background-position: 0 -17px;
	top: 11px
}

.charcater-option {}

.character-holder {
	width: 180px;
	height: 23px;
	top: 2px;
	vertical-align: middle
}

.js-select-selected .character-holder {
	top: 3px
}

.character-holder .s-class-icon {
	margin-right:3px;
	float: left
}

.character-holder p {
	font-weight: bold;
	font-size: 12px;
	color: #837e70;
	margin: 0;
	top: -2px;
	margin: 0 0 0 4px;
	top: -1px;
	left: 6px;
	text-shadow: 0 0 3px #000, 0 1px 0 #000;
	line-height: 100%
}

.character-holder span {
	font-size: 11px;
	color: rgba(0, 0, 0, .7);
	display: block;
	margin: -2px 0 0 4px;
	left: 6px;
	font-weight: bold;
	text-shadow: 0 0 3px rgba(255, 255, 255, .05), 1px 1px 0 rgba(255, 255, 255, .03);
	line-height: 100%
}

#character-select .js-select-list-container, #levels-select .js-select-list-container {
	top: 39px;
	left: 0px
}

#character-select .js-select-list-option {
	height: 23px;
	width: 237px !important;
	margin: 4px 0 4px 4px;
	padding: 5px 0 5px 7px;
	border-radius: 4px
}

#levels-select .js-select-list-option {
	height: 35px;
	width: 232px !important;
	margin: 4px 0 4px 4px;
	padding: 0 !important;
	border-radius: 4px
}

#character-select .js-select-list-option-selected, #levels-select .js-select-list-option-selected {
	background: rgba(0, 0, 0, .2)
}

p.select-charcater-selected {
	font-weight: bold !important;
	padding: 3px 0 0 5px;
	margin: 0;
	text-shadow: 0 0 3px #000;
	color: #7a7364
}

.js-select-list-option p.select-charcater-selected {
	top: -5px;
	font-size: 11px;
	color: #7a7875 !important
}

.js-select-list-option-selected p.select-charcater-selected {
	padding: 0;
	top: -3px
}

#levels-select p.choose-level {
	padding: 3px 0 0 2px;
	font-weight: bold !important;
	padding: 3px 0 0 5px;
	text-shadow: 0 0 3px #000;
	color: #7a7364
}

.choose-level {
	padding: 0;
	margin: 0
}

div.level-option {
	line-height: 100%;
	text-shadow: 0 0 3px #000;
	color: #867d6e
}

div.level-option i {
	font-size: 11px;
	color: #946f34;
	top: -1px;
	left: 5px;
	font-family: Verdana, Geneva, sans-serif
}

.level-option span {
	padding: 0;
	margin: 0;
	display: block;
	height: 0px;
	font-size: 10px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .05), 0 0 3px rgba(255, 255, 255, .1)
}

.js-select-list-container ul div.level-option {
	padding: 6px 0 0 6px
}

.js-select-list-container ul p.choose-level {
	padding: 3px 0 0 0;
	margin: 0 0 0 9px;
	font-size: 11px;
	color: #565452;
	text-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

#armors-filter-select {
	width: 200px
}

.sbHolder{
    width:80%;
    height:auto;
    color:#979797;
    margin:5px;
    cursor:pointer;
    padding:8px;
    display:inline-block;
    position:relative;
    font-size:12px;
    text-align:left;
    font-family:'Merriweather Sans', sans-serif;;
    text-shadow:0 2px 0 rgba(0,0,0,.4);
    vertical-align:middle
}
.sbHolder,.sbHolder>*{
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
.sbHolder:before{
    display:block;
    content:'Select box';
    position:relative
}
.sbHolder a{
    float:none!important;
    margin:0!important
}
.sbHolder .sbToggle{
    width:37px;
    height:100%;
    top:0;
    right:0;
    z-index:9;
    display:block;
    position:absolute;
    background-color:transparent;
    background-image:url(../../application/themes/havoc/images/misc/select-arrow.html);
    background-repeat:no-repeat;
    background-position:50% 15px
}
.sbHolder .sbToggle.sbToggleOpen{
    background-position:50% -15px
}
.sbHolder .sbSelector{
    width:100%;
    height:100%;
    top:0;
    left:0;
    color:#979797!important;
    display:block;
    overflow:hidden;
    position:absolute;
    box-shadow:inset 0 0 0 2px #0f0f0f,0 2px 0 0 #0a0a0a,0 0 8px 0 #101010;
    -moz-box-shadow:inset 0 0 0 2px #0f0f0f,0 2px 0 0 #0a0a0a,0 0 8px 0 #101010;
    -webkit-box-shadow:inset 0 0 0 2px #0f0f0f,0 2px 0 0 #0a0a0a,0 0 8px 0 #101010;
    line-height:30px;
    text-indent:8px;
    border-width:2px;
    border-style:solid;
    border-color:#3e3e3e;
    background-color:#191919;
    transition:color .3s ease-in-out,border-color .3s ease-in-out;
    -o-transition:color .3s ease-in-out,border-color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out,border-color .3s ease-in-out;
    -moz-transition:color .3s ease-in-out,border-color .3s ease-in-out;
    -webkit-transition:color .3s ease-in-out,border-color .3s ease-in-out
}
.sbHolder .sbToggle.sbToggleOpen+.sbSelector{
    color:#f0a31c!important;
    border-color:#792121
}
.sbHolder .sbOptions{
    width:100%;
    max-height:124px!important;
    top:34px!important;
    left:0;
    cursor:default;
    border:2px #3e3e3e solid;
    z-index:99;
    position:absolute;
    overflow-y:auto;
    overflow-x:hidden;
    box-shadow:inset 0 0 0 1px #1f1b0f,inset 0 0 0 2px #0d0d0d;
    -moz-box-shadow:inset 0 0 0 1px #1f1b0f,inset 0 0 0 2px #0d0d0d;
    -webkit-box-shadow:inset 0 0 0 1px #1f1b0f,inset 0 0 0 2px #0d0d0d
}
.sbHolder .sbOptions li{
    width:100%;
    height:30px;
    background-color:#1f1f1f
}
.sbHolder .sbOptions li:nth-child(even){
    background-color:#171717
}
.sbHolder .sbOptions li a{
    width:100%;
    height:100%;
    color:#606060;
    display:block;
    text-indent:8px;
    line-height:30px;
    font-family:'Merriweather Sans', sans-serif;;
    text-transform:capitalize;
    transition:color .1s ease-in-out;
    -o-transition:color .1s ease-in-out;
    -ms-transition:color .1s ease-in-out;
    -moz-transition:color .1s ease-in-out;
    -webkit-transition:color .1s ease-in-out
}
.sbHolder .sbOptions li a:hover,.sbHolder .sbOptions li a:focus,.sbHolder .sbOptions li .sbFocus{
    color:#adadad
}
.sbHolder .sbOptions li .sbDisabled{
    width:100%;
    height:100%;
    color:#444;
    display:block;
    text-indent:8px;
    line-height:30px;
    font-family:'Merriweather Sans', sans-serif;;
    text-transform:capitalize;
    background-color:#0e0e0e
}
.sbHolder .sbOptions .sbGroup{
    width:100%;
    height:100%;
    color:#ebb52d;
    display:block;
    text-indent:8px;
    line-height:30px;
    font-family:'Merriweather Sans', sans-serif;;
    text-transform:capitalize
}
.sbHolder .sbOptions .sbSub{
    padding-left:17px
}
.sbHolder.sbHolderDisabled{
    opacity:.8
}
.sbHolder img{
    top: 2px;
	padding-right:5px;
}