/*SHAUN OPP (shaun.opp@gmail.com) ADDED 05/07 FOR VID GAME SECTION*/

/*Vid Game side menu styles*/

#sideMenuContainer2 {
	width: 235px;
}

#topCap2 {
	background-image: url(images/tab_top.gif);
	background-repeat: no-repeat;
	height: 23px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 3px
}

#topCap3 {
	background-image: url(images/lnav_image.jpg);
	background-repeat: no-repeat;
	height: 177px;
	overflow: hidden;
}

#topCap4 {
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
}

#menuOutput2 {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#menuOutput2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #000000;
}

#menuOutput2 li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/box_mid_combo.gif);
}

#menuOutput2 li a {
	display: block;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	width: 100%;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/box_mid_combo.gif)
}

#menuOutput2 .subMenuItem {
	padding-left: 25px
}

#menuOutput2 li a:hover {
	background: url(images/box_mid_combo.gif);
	background-position: -235px;
	color: #ffffff;
}

#menuOutput2 .menuItem {
	padding-left: 15px;
}

#menuOutput2 .bullet {
	position: absolute;
	z-index: -1;
	width: 22px;
	height: 22px;
	background-image: url(images/orng_arrows.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#menuOutput2 .subBullet {
	position: absolute;
	left: 15px;
	z-index: -1;
	width: 22px;
	height: 22px;
	background-image: url(images/orng_arrows.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#menuOutput2 .currentPage {
	background-color: #000000;
	color: #f9722e;
}

#menuOutput2 .subMenuItemCurrentPage {
	padding-left: 25px;
	background-color: #dce3ed;
	color: #000000;
}

#sideMenuContainer2 #regBtn2 {
	margin: 10px 0px 0px 0px
}

#bottomCap2 {
	background-image: url(images/box_bot.gif);
	background-repeat: no-repeat;
	height: 17px;
	overflow: hidden;
}

/*Vid Game content styles*/

#innerContent2 {
	float: left;
	line-height: 16px;
	font-size: 12px;
	/*background-image: url(images/bottom_image.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom
}

#innerContent2 {
	padding: 0px 0px 0px 20px;
	width: 520px;
	height: 610px;
}

#innerContent2 h1 {
	font-size: 17px;
	color: #434c4f
}

#innerContent2 h2 {
	font-size: 13px;
	font-weight: bold;
	color: #434c4f
}

#innerContent2 dl {
	border: 1px solid #cecece;
	padding: 5px 0px 5px 0px
}

#innerContent2 dt {
	padding: 0px 0px 0px 10px;
	font-weight: bold
}

#innerContent2 dd {
	padding: 5px 0px 5px 20px;
	margin: 0px;
	width: 450px
}
