@import url("rotator.css");
p a {
	border-bottom: 1px dotted #00668c;
	color: black;
	text-decoration: none;
}
p a:hover{
	color: #00668c;
}
.home-promo .average-rating{
	margin-top: 2px;
	float: left;
	display: block;
}
.home-promo .game-playcount{
	clear: both;
	color: #00668c;
	font-size: 1.2em;
	font-weight: bold;
}
.home-promo .game-rating{
	margin: 0 0.2em;
	width: 2em;
	float: left;
	display: block;
	color: #00668c;
	font-size: 1.2em;
	font-weight: bold;
}
.home-promo .game-rating-count{
	margin: 4px 0.2em;
	float: left;
	display: block;
	color: #00668c;
	font-size: 0.85em;
	font-style: italic;
}
.home-promo .game-title a{
	color: #00668c;
	font-size: 1.3em;
	text-decoration: none;
	border-bottom: 1px none; 
}
.home-promo .game-title a:hover{
	border-bottom: 1px dotted #00668c; 
}
.home-promo .small-thumbnail{
	width: 80px;
}
.home-promo .small-thumbnail img{
	width: 80px;
	height: :60px;
}
.home-promo td{
	text-align: left;
	vertical-align: top;
}
#category-detail p{
	margin-right: 3em;
	text-align: justify;
}
#footer{
	background-image: url('images/bg-bottom.png');
	background-repeat: no-repeat;
	color: #fff;
}
#layoutroot{
	background-position: 0px 320px;
	background-color: #fff;
	background-image: url('images/layout-bg.png');
	background-repeat: repeat-x;
}
#main{
	background-image: url('images/bg-top.png');
	background-repeat: no-repeat;
}
#quickstart{
	width: 370px;
	float: left;
	border-left: 1px dotted #00668C;
		margin-top:-20px;
}

#quickstart .category-list{
	float: left;
	width: 108px;
	margin-right: 12px;	 
}
#quickstart li{
	list-style-type: none;
}
#quickstart li a{
	color: #00668C;
	font-size: 1.4em;
	text-decoration: none;
}
#quickstart li a:hover{
	color: #000;
}
#quickstart ul{
	width: 100%;
	overflow: hidden;
}
#top-games{
	width: 470px;
	float: left;
}
#top-games h2{
	width: 334px;
	margin-left: 32px;
	background-image: url('images/top-games.png');
	background-repeat: no-repeat;
	height: 50px;
}
#top-games h2 span{
	display: none;
}
#twitter{
	position: absolute;
	bottom: -10px;
	right: 30px;
}
#twitter a{
	color: #fff;
}
#top-rated h2 span,#most-played h2 span {
	display:none;
}

#top-rated h2{
	background-image: url(images/hdr-top-rated.png);
	background-repeat:no-repeat; 
	height: 29px;
}

#most-played h2{
	background-image:url(images/hdr-most-played.png);
	background-repeat:no-repeat; 
	height: 29px;
}

#main-banner{
	padding: 50px 40px 0 50px;
	margin-bottom: 1em;
	background-image: url('images/banner-frame.png');
	background-repeat: no-repeat;
	height: 340px;
	position: relative;
	top: -20px;
}