
/* Select */

div.selector {
  background: url(../images/select-img.png) no-repeat; width: 225px !important; height: 24px;
  line-height: 24px; padding-left:5px; margin-top:8px;}

div.selector span {
	background: none;
	font-family: UniversBold,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

div.selector select {
  top: 0px;
  left: 0px;
}

div.selector { background: url(../images/select-img.png) no-repeat; width: 230px !important; height: 30px; margin-top: 8px; font-size:12px;}

.wpsc_checkout_table div.selector { background: url(../images/select-img-169.jpg) no-repeat; width: 169px !important; height: 24px; margin-top: 0px; font-size:12px;}
.wpsc_checkout_table div.selector span {
	background: none;
	font-family: Univers,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.user-forms div.selector { background: url(../images/select-img-169.jpg) no-repeat; width: 169px !important; height: 24px; margin: 0 0 16px 0; font-size:12px;}
.user-forms div.selector span {
	background: none;
	font-family: Univers,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
/* Checkbox */

div.checker {
  width: 12px;
  height: 12px;
}

div.checker input {
  width: 12px;
  height: 12px;
}

div.checker span {
   background: url(../images/checbox.png) no-repeat;
  height: 12px;
  width: 11px;
}

div.checker span.checked {
   background: url(../images/checked-img.png) no-repeat;
}

/* Radio */

div.radio {
  width: 13px;
  height: 13px;
}

div.radio input {
  width: 13px;
  height: 13px;
}

div.radio span {
  height: 13px;
  width: 12px;
  background: url(../images/radio-img.png) no-repeat;
}

div.radio span.checked {
	background: url(../images/radio.png) no-repeat;
}


/* Select */

div.selector select {
  width: 230px;
  font-family: UniversBold,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #4d4d4d;
  border: solid 1px #fff;
}
.wpsc_checkout_table div.selector select {
  width: 230px;
  font-family: Univers,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #4d4d4d;
  border: solid 1px #fff;
}
.user-forms div.selector select {
  width: 230px;
  font-family: Univers,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #4d4d4d;
  border: solid 1px #fff;
}


div.selector select option{ line-height: 28px; padding: 6px 0 6px 10px; background: #fff; font-size: 12px; color: #584145;}
div.selector select option:hover{ background: #fff;}
div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}


div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
  float: left;
}


/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  /*padding-left: 10px;*/
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}