.whats-hot-top {
	float: left;
	padding: 0 0 10px 0;
}
.whats-hot-choose {
	float: left;
	padding: 0 0 0 15px;
}
.whats-hot-header-title {
	color: #002F6C;
    float:left;
	font-size: 18px;
	font-weight: bold;	
	padding: 0 0 10px 15px;
}

/* tab styles */
.whats-hot-header .menu {
	margin: auto 0 auto 0;
	padding: 0 0 0 20px;
}
.whats-hot-header .menu li.selected {
	background-image: url(../images/whatshot-menu-active.png);
}
.whats-hot-header .menu li {
	background-image: url(../images/whatshot-menu-inactive.png);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	list-style-type: none;
	width: 108px;	
}
.whats-hot-header li.selected a {
	background: transparent none repeat scroll 0%;
	color: #202E36;	
}
.whats-hot-header a {
	color: #FFF;
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;   /* was 2, 4 works better on hp.test */
	text-decoration: none;
	text-align: center;
}
.whats-hot-header a:hover {
	color: #202E36;
}

/* what's hot styles */
.whats-hot {
	margin: 5px 10px 25px 10px;
	width: 620px;
	text-align: left;
	font-family: arial;
}

.whats-hot-genre {
	color: #002f6c;
	font-weight: bold;
	padding: 0 8px 0 8px;
	font-size: 14px;
	float: left;
}

.whats-hot-tc,
.whats-hot-bc {
	background-repeat: no-repeat;
	width: 620px;
}
.whats-hot-tc {
	float: left;
	background-image: url("../images/top-games-tc.png");
	height: 5px;
}
* html .whats-hot-tc {
	background-position: center bottom;
}
.whats-hot-bc {
	background-image:url(../images/top-games-bc.png);
	float:left;
	height:7px;
}

.whats-hot-header {
	float: left;
	clear: both;
	width: 618px;
	padding-top: 10px;
}
* html .whats-hot-header {
	width: 620px;
}

/* IE6 - needed on hp.test but not local */
* html body .whats-hot-header {
	width: 618px;
}

.whats-hot-date {
	background-color: #b4c9d4;
	padding: 10px;
	float: left;
	clear: both;
	width: 598px;
	font-size: 11px;
}
* html .whats-hot-date {
	width: 620px;
}
/* IE6 - needed on hp.test but not local */
* html body .whats-hot-date {
	width: 598px;
}

.whats-hot-header,
.whats-hot-date,
.whats-hot-games {
	border-left: 1px solid #c4d5df;
	border-right: 1px solid #c4d5df;	
}

.whats-hot-filter {
	float: left;
	padding: 0 0 0 25px;
}
.whats-hot-filterby {
	font-size: 11px;
	font-weight: bold;
}
.whats-hot-choose select,
.whats-hot-filter select,
.whats-hot-choose option,
.whats-hot-filter option {
	font-size: 11px;
	font-family: Arial;
}

.whats-hot-image {
	margin: 10px 0 0 23px;
}
.whats-hot-image a {
	text-decoration: none;
}
.whats-hot-image img {
	width: 50px;
	height: 50px;
	border: 1px solid #000;
}

.whats-hot-games {
	float: left;
	background-color: #b4c9d4;
	width: 618px;
}
.whats-hot-game {
	float: left;
	display: inline;
	width: 123px;
	margin: 0 0 10px 0;
}
* html .whats-hot-game {
	margin-bottom: 0 !important;
}

.whats-hot-title {
	clear: both;
	float: left;
	margin: 5px 0 0 23px;
	font-size: 12px;
	display: inline;
}
.whats-hot-title a {
	color: #333;
	font-weight: bold;
}
.whats-hot-divider {
	clear: both;
	width: 618px;
	height: 0;
	border-bottom: 1px dashed #6F90A2;
}
.whats-hot-num {
	float: left;
	margin: 5px 0 0 2px;
	font-size: 11px;
	width: 96px;
	display: inline;
}

/* wrapper for thumb image displayed on top rated tab */
.whats-hot-info {
	clear: left;
	float: left;
	display: inline;
	width: 102px;
	position: relative;
	padding-left: 21px;
}
.tr-thumbs-up {
	width: 16px;
	position: absolute;
	left: 5px;
	top: 3px;
}

