/* General settings */
 div.selector, div.uploader {
    background-color:#fff;
}
div.selector span, div.checker span, div.radio span, div.uploader span.action, div.button span {    
	/* background:url('../../layout_images/default/mob/icon_sprite_mob.png') no-repeat 0 0 transparent; */
    -webkit-font-smoothing: antialiased; 
	color:#b6965b;	  	
}

div.selector, div.checker, div.button, div.radio, div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    /* Keeping this as :focus to remove browser styles */
}
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0;
}
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
    margin: 0;
    padding: 0;
}
.highContrastDetect {
    width: 0px;
    height: 0px;
}
/* Input & Textarea */
 input.uniform-input, select.uniform-multiselect, textarea.uniform {
    color:#a66b00;
    padding:8px 4%;
    outline: 0;
    border:0 none;
    font-size:15px;
    height:20px;
    line-height:20px;
    width:91.8%;
}
input.uniform-input.active, select.uniform-multiselect.active, textarea.uniform.active {
    color:#333;
}
/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
 div.checker input, input[type="search"], input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
}
/* Select */
 div.selector {
    line-height: 23px;
    height: 36px;
    padding:0 14%;
    position: relative;
    overflow: hidden;
}
div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position:100% -190px;
    height:26px;
    padding-right:20%;
    cursor: pointer;
    min-width:70%;
    font-size:20px;
    margin-top:8px;
}
div.selector option {
    color:#b6965b;
}
div.selector.fixedWidth {
    width: 190px;
}
div.selector.fixedWidth span {
    width: 155px;
}
div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 45px;
    top: 0px;
    left: 0px;
    width: 100%;	
}
/*
  div.selector.active { background-position: 0 -156px; }  
  div.selector.active span {background-position: right -26px; }     
  div.selector.hover, div.selector.focus { background-position:  -180px -90px; }    
  div.selector.hover span, div.selector.focus span { background-position: -180px -90px; } 
  div.selector.hover.active, div.selector.focus.active { background-position: 0 -208px; }
  div.selector.hover.active span, div.selector.focus.active span { background-position: right -78px; }   */
 div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -234px;
}
div.selector.disabled span, div.selector.disabled.active span {
    background-position: right -104px;
}
/* Checkbox */
 div.checker {
    position: relative;
    background-color:#fff;
}
div.checker, div.checker span, div.checker input {
    width: 25px;
    height: 25px;
    border:0 none;
}
div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}
div.checker span.checked {
    background-position: 0 -900px;
}
div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
div.checker.active span {

}
div.checker.active span.checked {

}
div.checker.hover span, div.checker.focus span {
}
div.checker.hover span.checked, div.checker span.checked {
	 background:url('../../layout_images/default/icon_sprite.png') no-repeat 2px -895px;
}
div.checker.hover.active span, div.checker.focus.active span {
}
div.checker.hover.active span.checked, div.checker.focus.active span.checked {
}
div.checker.disabled, div.checker.disabled.active {
}
div.checker.disabled span.checked, div.checker.disabled.active span.checked {
}
/* Radio */
 div.radio {
    position: relative;
}
div.radio, div.radio span, div.radio input {
    width: 18px;
    height: 18px;
}
div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px;
}
div.radio span.checked {
    background-position: -72px -279px;
}
div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}
div.radio.active span {
    background-position: -18px -18px -279px;
}
div.radio.active span.checked {
    background-position: -90px -279px;
}
div.radio.hover span, div.radio.focus span {
    background-position: -36px -36px -279px;
}
div.radio.hover span.checked, div.radio.focus span.checked {
    background-position: -108px -279px;
}
div.radio.hover.active span, div.radio.focus.active span {
    background-position: -54px -279px;
}
div.radio.hover.active span.checked, div.radio.focus.active span.checked {
    background-position: -126px -279px;
}
div.radio.disabled span, div.radio.disabled.active span {
    background-position: -144px -279px;
}
div.radio.disabled span.checked, div.radio.disabled.active span.checked {
    background-position: -162px -279px;
}
/* Uploader */
 div.uploader {
    background-position: 0 -297px;
    height: 28px;
    width: 190px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 85px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
}
div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 82px;
    padding: 0 10px;
}
div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
}
div.uploader.active span.action {
    background-position: right -465px;
}
div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px;
}
div.uploader.hover span.action, div.uploader.focus span.action {
    background-position: right -437px;
}
div.uploader.hover.active span.action, div.uploader.focus.active span.action {
    background-position: right -493px;
}
div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px;
}
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
    background-position: right -381px;
}
/* Buttons */
 div.button {
    background-position: 25px -380px;
    height: 48px;
    line-height:48px;
    cursor: pointer;
    position: relative;
    border:3px solid #fff;
    width:98%;
    text-align:center;
    text-transform:uppercase;
}
div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
div.button span {
    color:#fff;
    font-size:30px;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-position:100% -386px;
    height:100%;
    padding-right:35px;
}
/*  
  div.button.active {
    background-position: 0 -671px; }
    div.button.active span {
      background-position: right -551px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -701px; }
    div.button.hover span, div.button.focus span {
      background-position: right -581px; }
*/
 div.button.disabled, div.button.disabled.active {
    background-position: 0 -731px;
}
div.button.disabled span, div.button.disabled.active span {
    background-position: right -611px;
    cursor: default;
}