html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
ol, ul, li,
table, tr, th, td,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  font-family:Helvetica, "Helvetica Neue";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, button{
  overflow: visible;
}
html {
  overflow: auto;
  background:url("../images/header-bg.png") repeat-x scroll 0 0 #FDFBF4;
}
html, body {
  height: 100%;
  min-height: 100%;
}
body {
  line-height: 1.2;
  color: #666666; 
}

.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -1em;
   }
   
.clear {
clear:both;
}
   
p {
  padding: 0 0 10px;
}

a {
text-decoration: none;
color:#FF3300;
}

a:hover {
  text-decoration: none;
  color: #39f;
}

h1{
font-size:36px;
letter-spacing:-3px;
display:block;
color:#666;
border-bottom:#CCC solid 1px;
line-height:32px;
margin-bottom:20px;
padding-bottom:5px;
}

/*Shop
------------------------------------------------------------------------------------------------------*/

table#carttbl {
margin-bottom:20px;
}

table.formstyle th {
padding:10px;
text-align:left;
}

/*Forms & Buttons
------------------------------------------------------------------------------------------------------*/

a.button, input.form-submit  {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background:url("../images/bleeds.png") repeat-x scroll 0 0 #888888;
border-color:#999999 #999999 #888888;
color:#FFFFFF;
border-style:solid;
border-width:1px;
cursor:pointer;
font-weight:normal;
padding:5px 10px;
text-align:center;
font-size:12px;
}

a.button:hover, input.form-submit:hover {
background:url("../images/bleeds.png") repeat-x scroll 0 -41px #F4F4F4;
border-color:#DDDDDD #DDDDDD #CCCCCC;
color:#333333;
text-decoration:none;
}

button {
-moz-border-radius:0px 4px 4px 0px;
-webkit-border-radius:0px 4px 4px 0px;
border-radius:0px 4px 4px 0px;
background:url("../images/bleeds.png") repeat-x scroll 0 -41px #F4F4F4;
border-color:#DDDDDD #DDDDDD #CCCCCC;
border-style:solid;
border-width:1px;
color:#333333;
cursor:pointer;
display:inline;
font-weight:normal;
height:32px;
overflow:hidden;
padding:7px 10px 11px;
}

button:hover {
background:url("../images/bleeds.png") repeat-x scroll 0 0 #888888;
border-color:#999999 #999999 #888888;
color:#FFFFFF;
text-decoration:none;
}

.forgotemail {
float:left;
font-size:12px;
height:16px;
overflow:hidden;
padding:7px 8px;
width:139px;
}

input.button {
-moz-border-radius:0 4px 4px 0;
-webkit-border-radius:0 4px 4px 0;
border-radius:0 4px 4px 0;
background:none repeat scroll 0 0 #222222;
border:medium none;
color:#FFFFFF;
cursor:pointer;
display:inline;
font-weight:bold;
height:32px;
overflow:hidden;
padding:9px 10px 11px;
}

input[type="text"].small {
width:20px;
}

input[type="text"].security {
width:30px;
}

label.left {
float:left;
padding-top:10px;
margin-right:10px;
}

input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	/*background: #FFFFFF url('bg_form.png') left top repeat-x;*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

input[type="checkbox"],input[type="radio"] {
width: 20px;
}

input[type="text"],input[type="password"] {
width:200px;
}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
.select-label .label {
float:left;
position:relative;
display:inline;
margin-left:5px;
padding-top:5px;
}

.select-label .selector {
float:left;
position:relative;
display:inline;
width:200px;
margin-right:10px;
}


/* Content
----------------------------------------------------------------------------------------------------*/

#content {
margin-bottom:20px;
}

#content li {
margin-left:20px;
}

#content h2 {
color:#666666;
font-size:16px;
border-bottom:1px solid #FF4B97;
margin-bottom:10px;
}

#content img {
padding:2px;
border:1px solid #CCCCCC;
}

#content img.rss  {
border:none;
padding:0;
float:left;
margin-right:5px;
}

span.more-info a.button{
float:right;
display:inline;

}

#content span.more-info a {
color:#ffffff;
}

#content span.more-info a:hover {
color:#666666;
}

#right {
padding-bottom:10px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header-wrapper {

width:100%;
}

#header {
height:115px;
overflow:hidden;
}

#logo {
position:relative;
top:10px;
}

#fruity {
position:absolute;
top:11px;
left: 520px;
}

#site-search {
margin:0 0 0 10px;
position:absolute;
top:45px;
right:0;
}


input[type="text"].searchbox {
float:left;
font-size:12px;
height:16px;
overflow:hidden;
padding:7px 8px;
width:139px;
}


/* Frontpage
----------------------------------------------------------------------------------------------------*/

#banner {
margin-bottom:16px;
}

#front-content{
margin-top:16px;
}

#banner .signup {
width:200px;
padding:10px;
margin-bottom:10px;
}

.signup h2 {
color:#00CCFF;
font-size:36px;
letter-spacing:-3px;
}

.signup p {
color:#fffeee;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:12px;
}

.signup input[type="text"] {
width:104px;
margin-right:10px;
}

#findus h3 {
color:#00CCFF;
margin:10px 0;
}

#findus ul li {
list-style:none;
float:left;
margin:0 20px;
}

#findus ul li:first-child, #findus ul li:last-child {
margin:0;
}

#mainfeaturedtext {
background:#000000;
opacity:0.9;
padding:10px;
text-align:left;
position:absolute;
width:680px;
bottom: 0;
left:0;
}

#mainfeaturedtext h2 {
color:#FFFFFF;
font-size:24px;
letter-spacing:-1px;
}

#mainfeaturedtext .date {
color:#ffffff;
font-size:16px;
}

.subfeatured {
min-height:270px;
margin-bottom: 20px;
}

.subfeatured, .signup {
color:#CCCCCC;
background:#1a1a1a;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
overflow:hidden;
}
 
.subfeatured img {
margin-bottom:5px;
}

.subfeatured h2 {
color:#00CCFF;
}

#features {
padding-top:10px;
}

#features h2{
font-size:18px;
line-height:18px;
}

#features .grid_3 {
	width:200px;
	padding:10px;
	padding-bottom:30px;
	
		}

#content-front {
padding-top:20px;
}

.blog h3 {
color: #FF3300;
}

#blog span.date {
font-size:10px;
}

.entry {
padding:10px;
margin-bottom:20px;
-moz-border-radius:4px;
-webkit-border-radius:4px;	
border-radius:4px;	
background:#FCFCFC;
border: 1px solid #E7E7E7;
}

.entry .bottom {
padding:8px 0;
}

.entry .date {
font-size:10px;
}

.entry h3 {
font-size:24px;
line-height:22px;
}

/* Events
----------------------------------------------------------------------------------------------------*/

.event .title {
font-size:24px;
font-weight:bold;
line-height:22px;
letter-spacing:-1px;
color:#FF3300;
}

.event .date {
font-size:16px;
font-weight:bold;
}

.event .bottom{
padding-top:8px;
}

#eventinfo li {
padding: 5px 0;
list-style:none;
border-bottom:1px solid #222222;
margin:0;
}

#eventinfo h2 {
color:#666666;
font-size:16px;
border-bottom:5px solid #666666;
margin-bottom:20px;
}

#eventinfo img {
border:1px solid #CCCCCC;
padding:2px;
margin-bottom:20px;
width:460px;
}

.event-right {
margin-bottom:20px;
}

input[type="text"].amountbox  {
float:left;
font-size:16px;
height:16px;
overflow:hidden;
padding:7px 8px;
width:40px;
}

p.boxinfo {
font-size:9px;
padding-top:2px;
padding-left:2px;
}

.addtocart {
position:relative;
}

.youtube {
margin-bottom:10px;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

/* Footer Navigation */
#footer-menu { width: 960px; height: 40px; margin-top:20px;padding-bottom:40px; position: relative; z-index: 9998; }

#footer-menu #bottom-nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#footer-menu #bottom-nav li { display: inline; }
#footer-menu #bottom-nav li a { float: left; height: 0; padding-top: 40px; overflow: hidden; background-image: url(../images/footer.png); background-repeat: no-repeat; }


/* BUTTONS */
#footer-menu #bottom-nav li#terms a { background-position: 0 0; width: 117px; }
#footer-menu #bottom-nav li#faq a  { background-position: -117px 0; width: 51px; }
#footer-menu #bottom-nav li#contact  a { background-position: -168px 0; width:77px; }
#footer-menu #bottom-nav li#spacer a { background-position: -245px 0; width:525px; }
#footer-menu #bottom-nav li#copyright a { background-position: -770px 0; width:170px; }
#footer-menu #bottom-nav li#copyright a span { color:#FFFFFF; z-index:999; position:absolute; top:15px; right:30px; white-space:nowrap; }

/* OVER */
#footer-menu #bottom-nav li#terms:hover  a { background-position: 0 -40px; width: 117px; }
#footer-menu #bottom-nav li#faq a:hover  { background-position: -117px -40px; width: 51px; }
#footer-menu #bottom-nav li#contact:hover  a { background-position: -168px -40px; width:77px; }


/* Featured
----------------------------------------------------------------------------------------------------*/


#slider, #noslider {
    width: 700px; /* important to be same as image width */
    height: 281px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

.hide {
display:none;
}

#sliderContent, #nosliderContent {
    width: 700x; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

#slider .buy, #noslider .buy {
position:absolute;
top:5px;
right:5px;
z-index:999;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.nosliderImage {
    float: left;
    position: relative;
}

.sliderImage span {
    position: absolute;
	font: 14px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 700px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.nosliderImage span {
    position: absolute;
	font: 14px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 700px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
}

.sliderImage span h2, .nosliderImage span h2 {
font-size:24px;
}

.clear {
	clear: both;
}
.sliderImage span strong, .nosliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul, #noslider ul { list-style-type: none;}


/* Site Navigation */

#site-nav { width: 940px; height: 40px;padding:0; margin: 20px auto; -webkit-border-radius:5px;-moz-border-radius:5px;background-image: url(../images/menu-bg.png); background-repeat: repeat-x;
}
ul.topnav {
	list-style: none;
	padding: 0px;
	margin: 0;
	float: left;
	width: 940px;
	font-size: 16px;
	z-index:3000;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 13px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	border-right:1px solid #ccc;
	height:39px;
	display: block;
	margin-top:1px;
	
}

ul.topnav li.login {
position:absolute;
right:0;
border-right:none;
border-left:1px solid #ccc;
-webkit-border-radius:0 5px 5px 0;
-moz-border-radius:0 5px 5px 0;
}

ul.topnav li.logout {
border-right:none;
-webkit-border-radius:0 5px 5px 0;
-moz-border-radius:0 5px 5px 0;
}

ul.topnav .signout {
position:absolute;
right:0;
}

ul.topnav li.first:hover {
-webkit-border-radius:5px 0 0 5px;
-moz-border-radius:5px 0 0 5px;
}

ul.topnav li:hover {
background-image: url(../images/menu-bg-hover.png); background-repeat: repeat-x;
}

ul.topnav li a{
	padding: 10px 5px;
	color: #ccc;
	text-decoration: none;
	float: left;
	font-size: 14px;
}
ul.topnav li a:hover{
	color: #fff;
	cursor:pointer;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 39px;
	background: #ccc;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	z-index:1000;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #666; /*--Create bevel effect--*/
	border-bottom: 1px solid #ccc; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	height:36px;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #666;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222;
}

/*Blocks
------------------------------------------------------------------------------------------------------*/

.block {
margin-bottom:20px;
}

.block .heading {
-moz-border-radius:4px 4px 0px 0px;
-webkit-border-radius:4px 4px 0px 0px;
border-bottom:1px solid #CCCCCC;
background: url(../images/block-bg.png) repeat-x #333333;
}

.block .content {
padding:10px;
color:#222222;
-moz-border-radius:0px 0px 4px 4px;
-webkit-border-radius:0px 0px 4px 4px;
background:#FCFCFC;
border: 1px solid #F9F9F9;
}

#next-events.block .content {
padding:0;
}

.block h2 {
color:#F9F9F9;
font-size:16px;
letter-spacing:-1px;
padding:6px 10px 3px;
}

#next-events li a {
display:block;
padding:10px;
color:#666;
}

#next-events li a:hover {
background:#F9F9F9;
color:#333;
text-decoration:none;
}

#next-events h3 {
font-size:16px;
}

.block li {
list-style:none;
color:#BBBBBB;
padding:0px;
border-bottom:1px solid #ccc;
}

.block li:last-child {
border-bottom:none;
}

#minicarttbl {
width:100%;
}

#sharethis {
width:220px;
}

#sharethis .bubble{
text-align:center;
margin-bottom:30px
}

#sharethis .bubble span.sayit {
width:200px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:none repeat scroll 0 0 #222222;
color:#FFFEEE;
float:left;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:36px;
font-style:italic;
line-height:1.1em;
padding:10px;
}

#sharethis .bubble span.sayit p {
line-height:10px;
}

.tail {
background:url("../images/tweet_tail.png") no-repeat scroll 0 0 transparent;
height:23px;
margin-left:20px;
margin-top:-0px;
position:absolute;
width:33px;
}

#sharethis .clearboth {
clear:both;
}
#sharethis ul {
float:left;
}

#sharethis li {
list-style:none;
float:left;
margin:0 17px;
display:block;
}

#sharethis ul li:first-child, #sharethis ul li:last-child {
margin:0;
}

#errormessage {
  padding:15px;
  color:#965;
  background:#ffe4e0;
  border:5px solid #fff;
   -moz-border-radius:3px;
  -webkit-border-radius:3px;
    -moz-box-shadow:#ddd 0px 1px 3px;
  -webkit-box-shadow:#ddd 0px 1px 3px;
  margin-bottom:10px;
}

#allokmessage {
  padding:15px;
  color:#00CC00;
  background:#00FF00;
  border:5px solid #fff;
   -moz-border-radius:3px;
  -webkit-border-radius:3px;
    -moz-box-shadow:#ddd 0px 1px 3px;
  -webkit-box-shadow:#ddd 0px 1px 3px;
  margin-bottom:10px;
}

/*Mini Calendar
------------------------------------------------------------------------------------------------------*/
#minicalendar table {
width:100%;
}

#minicalendar td, #minicalendar th {
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
vertical-align:top;
background:#FFFFFF;
width:14.29%;
padding:5px;
text-align:center;
}

#minicalendar td.hasEvents {
background:#0099FF;
color:#FFFFFF;
}

#minicalendar td a {
color:#333333;
}

#minicalendar td.hasEvents a {
color:#FFFFFF;
}

#minicalendar tr {
border-left:1px solid #ccc;
}

#minicalendar .heading {
height:30px;
}

#minicalendar .date-nav {
padding-top: 0.6em;
width: 100%;
}

#minicalendar .date-nav .prev {
float: left;
text-align: left;
width: 21%;
padding-left:5px;
font-weight:bold;
}

#minicalendar .date-nav .month {
float: left;
text-align: center;
width: 50%;
color: #fff;
font-size:16px;
font-weight:bold;
}

#minicalendar .date-nav .next {
float: left;
text-align: right;
width: 21%;
padding-right: 5px;
font-weight:bold;
}

/*Calendar
------------------------------------------------------------------------------------------------------*/

#calendar-box {
background:#ccc;
-webkit-border-radius:4px;
-moz-border-radius:4px;
padding:15px;
}
#calendar {
margin-bottom:32px;
margin-top:16px;
}

#calendar li a {
color:#333333;
font-weight:bold;
}

#calendar li {
list-style:none;
padding:2px;

}

#calendar table {
width:100%;
}

#calendar td {
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
vertical-align:top;
background:#FFFFFF;
width:14.29%;
padding:5px;
}

#calendar td.hasEvents {
padding:5px;
}

#calendar tr {
border-left:1px solid #ccc;
}

#calendar th {
background:#ccc;
padding:5px;
}

.calendar-header {
  line-height:20px;
  margin:0px 0px 10px;
  }

  .calendar-header h3 {
    float:left;
    font-size:18px;
	padding:0;
    }

  .calendar-header ul.links,
  .calendar-header ul.links li,
  .calendar-header ul.links li a {
    margin:0px;
    padding:0px;
    }

  .calendar-header ul.links {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#ddd;
    float:right;
    }

  .calendar-header ul.links li,
  .calendar-header ul.links li a { float:left; }
  .calendar-header ul.links li a { padding:0px 10px; }
  .calendar-header ul.links li.next a { border-left:1px solid #fff; }
  
  /*Twitter
  ---------------------------------------------------------------------------------------*/
  
  .tweet  {
color: #fffeee;
width:460px;
}

.tweet  a {
font-family:Georgia,"Times New Roman",Times,serif;
color: #FF4B97;
font-size:14px;
line-height:14px;
}

.tweet  a.JRM {
color:#222222;
font-family:Helvetica, "Helvetica Neue";
}

.tweet ul {
margin-top:0;
padding-top:0;
}
.tweet ul li {
list-style:none;

}

.tweet span.tweet_text {
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:none repeat scroll 0 0 #222222;
float:left;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:20px;
font-style:italic;
line-height:1.1em;
padding:20px;
width:420px;
}
.tweet_tail {
background:url("../images/tweet_tail.png") no-repeat scroll 0 0 transparent;
height:23px;
margin-left:-40px;
margin-top:-10px;
position:absolute;
width:33px;
}
.tweet ul li span.tweet_time {
float:left;
font-size:10px;
padding-left:50px;
padding-top:10px;
margin-bottom:20px;

}
.tweet ul li a.JRM {
float:right;
font-size:10px;
padding-top:10px;
}
.tweet ul li img {
display:none;
}

  /*Uniform
  ---------------------------------------------------------------------------------------*/
  
  /*

Uniform Theme: Uniform Default
Version: 1.5.5
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span, 
div.radio span, 
div.uploader, 
div.uploader span.action {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}

.selector, 
.radio, 
.checker, 
.uploader, 
.selector *, 
.radio *, 
.checker *, 
.uploader *{
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
	height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
	line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
	left: 0px;
}

div.selector:active, 
div.selector.active {
	background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
	background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background-position: right -78px;
}

div.selector.disabled {
	background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
	background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
	background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: -57px -260px;
}

div.checker span.checked {
	background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
	background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
	background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
	background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
	background-position: -54px -279px;
}

div.radio span.checked {
	background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
	background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
	background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
	background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
	background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

/* PRESENTATION */

/* Select */
div.selector {
  margin-bottom: 0px;
  width: 190px;
  font-size: 12px;
}

div.selector select {
  width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px
	border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
	color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 10px;
}

/* Radio */
div.radio {
  margin-right: 10px;
}

/* Uploader */
div.uploader {
  width: 190px;
  margin-bottom: 20px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */

div.selector {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}

div.selector span {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
	position: relative;
	float: left;
}

div.checker span {
	display: block;
	float: left;
	text-align: center;
}

div.checker input {
  opacity: 0;
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
	position: relative;
	float: left;
}

div.radio span {
	display: block;
	float: left;
	text-align: center;
}

div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  float: left;
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
