#select-style-3 {
    width:310px;
}

.js-select {
    display: block;
    height: 32px;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    font-family: 'Ebrima';
    font-size: 13px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .15), 1px 0px 1px rgba(0, 0, 0, .25);
    color: #A07332;
    padding: 2px 0 0 0;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms
}

.js-select .js-select-selected {
	width: 80%;
	padding: 5px 0px 0px 10px;
	display: inline-block
}

.js-select .js-select-arrow {
	display: block;
	width: 32px;
	height: 25px;
	background-image: url(../images/select-arrow-gray.png);
	background-color: transparent;
	background-position: 0 0;
	position: absolute;
	right: 2px;
	top: 6px;
	vertical-align: top
}

.js-select .js-select-arrow-active {
	background-position: 0 -25px
}

.js-select .js-select-list-container {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 100%;
	z-index: 190;
	background: #2e2420;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, .6), 0 2px 2px #000, inset 0 0 0 1px rgba(255, 255, 255, .05);
	color: #544c43;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .30)
}

.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 {
	padding: 1px 10px 2px 10px;
	text-align: left;
	line-height: 27px;
	height: 27px;
	font-family: 'Ebrima';
	font-size: 12px;
    color: #b08646;
}

.js-select-list-option-selected {
	background: rgba(255, 255, 255, 0.02)
}

.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: 'Ropa 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.jpg) 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
}