/* MOBILE SELECT OVERLAY */
/* NOTE: It is recommended that you only edit colors and fonts in this file */


/* HIDE FOR NON-MOBILE */

div#SelectOverlay1, div#SelectOverlay2, div#SelectOverlay3 { display: none; }



/***************
START Media Queries - RESPONSIVE FOR SMALLER MOBILE SCREENS (482 DEFAULT)
***************/
@media handheld and (max-width: 482px),
   screen and (max-device-width: 482px),
   screen and (max-width: 482px) 
	{


div#SelectOverlay1, div#SelectOverlay2, div#SelectOverlay3 { display: block; }

.SOLimage	{ display: block; margin: 0 auto; }

.SOLbackground {
	background-color: #000000;
	opacity:0.50;
	-moz-opacity:.50;
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 1000;
	}
  
.SOLselect {
	position: absolute;
	top: 44%;
	left: 54%;
	width: 300px;
	height: 230px;
	margin-left: -158px;
	margin-top: -123px;
	z-index: 1002;
	text-align: center;
	background-color: #001A00;
	border: #506550 8px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	}

.SOLinner	{
	font: 34px arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	padding-top: 15px;
	}

.SOLclose	{
	position: absolute;
	top: 44%;
	left: 54%;
	width: 50px;
	height: 50px;
	margin-left: -183px;
	margin-top: -148px;
	padding: 0px;
	z-index: 1003;
	text-align: center;
	background-color: #001A00;
	border: #506550 6px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	}


	}
/***************
END Media Queries
***************/


