@charset "UTF-8";
/* CSS Document */

#resultsBox {
	width: 900px;
	height: 600px;
}

.clear {
	clear:both;
}

a:hover .thumbs {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}


/* Menu Bar Style */

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #CCCCCC;
	color: #E0e0e0;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #CCCCCC;
	color: #333;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size: 11px;
}

#navcontainer ul li a:hover
{
	background-color: #505050;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 11px;
	padding: 0.2em 1em;
}

#navcontainer ul li a.selected
{
	background-color: #505050;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 11px;
	padding: 0.2em 1em;
}


.comingSoon {
	font-size:18px;
	color: #808080;
	text-align: left;
	padding: 20px 0 0 0;
}
.thumbs {
	border: 1px solid #bbbbbb;
	padding: 4px;
	margin: 10px 10px 10px 0;
}
#resultsBox a:hover 
{text-decoration:none;
border:none;}

#resultsBox a:link {text-decoration:none;
border:none;}

#resultsBox,a:visited {text-decoration:none;
border:none;}
