
	/*

	Uniform Theme:Uniform Default
	Version:1.6
	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				{-webkit-font-smoothing:antialiased;}


	/*SPRITES*/
	/*select*/
		div.selector					{width:100%; margin:0 5px 0 0; padding:0; background:none; cursor:hand;}
									
		div.selector span				{padding:2px 0 0 3px; height:19px; cursor:pointer; color:#666; text-shadow:0 1px 0 #FFF;
									background:#fff url(/images/design/arrowDown.png) no-repeat 100% 50%!important; 
									border:1px solid #ccc!important; 
									[-moz- | -webkit-]border-radius:7px; border-radius:7px; 
									behavior:url(/PIE.htc); padding-right: 28px !important;}
									
		div.selector select			{width:100%!important; height:107%; top:0px; left:0px; cursor:hand; cursor:pointer; background:white}

		
	/* Checkbox */
		div.checker 					{margin:0 10px 0 0; width:20px; height:21px;}
		div.checker span 				{width:20px; height:20px; background:#fff url(/images/design/tickboxReplacement.png) no-repeat 0 0;}
		div.checker span.checked 		{background-position:-20px 0}

		
	/*-----------------------------------------------------
		CORE FUNCTIONALITY
		Not advised to edit stuff below this line
	-----------------------------------------------------*/
		.selector, 
		.checker				{display:-moz-inline-box; display:inline-block; vertical-align:middle; zoom:1; =display:inline;}
		
		.selector select:focus,
		.checker input:focus		{outline:0;}

		/*select*/
		div.selector				{position:relative; overflow:hidden; float:left; margin:0 10px 0 0}
		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:px; border:none; background:white; border:1px solid black}
		
		/* Checker */
		div.checker span 			{display:-moz-inline-box; display:inline-block;}
		div.checker input 			{opacity:0; filter:alpha(opacity:0); display:inline-block; background:none;}