#content
{
	background-color: #ffffff;
}

#searchBox input
{
	border: solid 1px #000000;
}

#searchBox, #selectedCategory
{
	float: right;
	margin-top: 6px;
}

#selectedCategory
{
	position: relative;
	top: 2px;
	margin-left: 16px;
	width: 150px;
}

#categoriesBox
{
	position: absolute;
	border: solid 1px #000000;
	padding: 5px;
	top: -2px;
	left: 36px;
	background-color: #ffffff;
	width: 100px;	
}

.categoryLink
{
	display: block;
	width: 96px;
	color: #000000;
	padding: 2px;
}

.categoryLink:hover
{
	background-color: #ffc8e4;
}

#topBar
{
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 4px;
}

#navBlock
{
	padding-top: 9px;
	padding-left: 6px;
	margin-left: 48px;
	background-image: url(../img/medianav_bg.gif);
	width: 332px;
	height: 21px;
}

.navBlockLink
{
	margin-left: 14px;
}

.vidThumb, .infoBlock, .rowBlock
{
	float: left;
	margin-left: 15px;
}

.vidThumb
{
	border: solid 1px black;
}

.infoBlock
{
	width: 250px;
}

.rowBlock
{
	width: 100px;
	text-align: center;
}

.rowBlock, .titleBlock
{
	font-weight: bold;
	font-size: 14px;
}

.titleBlock a
{
	color: #000000;
}

.vidRow, .vidRow_even
{
	padding-top: 4px;
	padding-bottom: 4px;
}

.vidRow_even
{
	background-color: #e0e7f6;
}

.infoBlock
{
	font-size: 10px;
}

#sortBar
{
	background-color: #c12876;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sortBlock
{
	float: left;
	margin-left: 15px;
}

#navTop, #navBottom
{
	padding: 8px 15px;
	font-weight: bold;
}

#navTopNext, #navBottomNext
{
	float: right;
}