a.consoleCategory	{color:#6b0600;font-size:12px;font-family:Arial;font-weight:bold;text-decoration:none;}
a.currCategory		{color:#6b0600;font-size:12px;font-family:Arial;font-weight:bold;text-decoration:none;}

.conBanBlock		{width:720px;height:90px;}

.catMenu
{
	width: 775px;
	height: 50px;
	padding-top: 1px;
	/*border: 1px solid red;*/
}

.menu
{
	display:block;
	float: left;
	/*width: 85px;*/
	width:auto;
	padding-left:12px;
	padding-right:12px;
	height: 24px;
	//height: 30px;
	font-size: 11px;
	font-family: Tahoma;
	padding-top: 7px;
	text-decoration: none;
	color: #666;
	text-align: center;
	background: #FBFBFB;
}

.menu:hover
{
	color: #fff;
	background-image: url('/apollo-ltv1/resources/img/subhedermenu.png');
	background-repeat: no-repeat;
}

.videoContent
{
	width: 520px;
	height: 366px;
	/*border: 1px solid red;*/
	float: left;
}

.videoRightSide
{
	width: 250px;
	height: 500px;
	/*border: 1px solid red;*/
	float: left;
}

.videoTitle
{
	float: left;
	font-size: 14px;
	font-family: Tahoma;
	/*border: 1px solid red;*/
	/*width: 240px;*/
	height: 20px;
	margin-top: 20px;
	color: #fff;
	overflow: hidden;
}

.videoObject
{
	margin: 22px 0 0 27px;
	width: 480px;
	height: 360px;
	text-align: center;
}

.playerButtons
{
	width: 500px;
	height: 20px;
	/*border: 1px solid red;*/
	margin-top: 10px;
}

.rightTop
{
	width: 220px;
	height: 50px;
	/*border: 1px solid red;*/
	margin: 25px 0 0 25px;
}

.rightMiddle
{
	width: 225px;
	height: 280px;
	/*border: 1px solid red;*/
	margin: 15px 0 0 17px;
}

.rightSideItem
{
	background-image: url('/apollo-ltv1/resources/img/console_item_back.png');
	width: 219px;
	height: 74px;
	margin-top: 5px;
	margin-left: 7px;
}

.itemImg
{
	cursor:pointer; 
	float: left;
	margin: 10px 0 0 10px;
	// margin: 10px 0 0 5px;
}

.itemText
{
	cursor:pointer; 
	float: left;
	margin: 10px 0 0 15px;
	font-size: 8pt;
	font-family: Tahoma;
}

.itemText div
{
	margin-bottom: 5px;
}

.navigationDiv
{
	width: 210px;
	height: 10px;
	text-align: right;
}

.rightBottom
{
	width: 220px;
	height: 50px;
	/*border: 1px solid red;*/
	margin: 10px 0 0 20px;
	padding-left: 10px;
}

.searchBoxItem
{
	width: 100px;
	height: 25px;
	float: left;
	/*border: 1px solid red;*/
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
}

.searchBoxItem input
{
	width: 50px;
	height: 18px;
	border: 1px solid #666;
	background: #F6F6F6;
}

.videoBottom
{
	height: 30px;
	width: 780px;
	margin-left: 20px;
}

.videoBottom a
{
	font-family: Tahoma;
	font-size: 11px;
	color: #C10E5F;
	text-decoration: none;
}

.clearer
{
	clear: both;
}

