@charset "utf-8";
/* CSS FOR FILTER ROW */

/* INDEXCONTENT CSS for sponsor */
.row1 .row1box1 .sponsor_banner, 
.row1 .indexcontent .sponsor_banner	{
	margin-bottom: 10px;
}

/* CSS FOR THE FILTER ROW UPDATED SEPTEMBER, 2013 */
.row1 .indexcontent	{
	display: inline;
	float: left;
	width: 620px;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	overflow: visible;
}

.row1 .row1box1 .filter, 
.row1 .indexcontent .filter	{
	overflow: hidden;
	width: 618px;
	height: 33px;
	margin-bottom: 5px;
	font-size: 13px;
	border: 1px solid #202020;
	background-color: #040404;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#080808),
			to(#020202)
		);
	background:
		-moz-linear-gradient(
			top,
			#080808,
			#020202
		);
}

.filter .item	{
	overflow: hidden;
	float: left;
	width: auto;
	height: 33px;
	text-align: center;
}

.filter .item a	{
	display: block;
	width: auto;
	height: 25px;
	padding: 7px 0px 0 0px;
}

.filter .item a:hover	{
	background-color: #040404;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#181818),
			to(#080808)
		);
	background:
		-moz-linear-gradient(
			top,
			#181818,
			#080808
		);
}

.filter .selected	{
	background-color: #040404;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#181818),
			to(#080808)
		);
	background:
		-moz-linear-gradient(
			top,
			#181818,
			#080808
		);
}

.filter .selected a	{
	color: #39FB00;
}

.filter .nolink	{
	padding: 7px 0px 0 0px;
}
