* { margin:0;
	padding:0;
}

body {
	color: #000;
	font: normal 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	min-height:100%;
	margin:10px 0;
	padding:0;
	background: #3d3d3d;
	text-align: center;
}

img {
	border:0px;
}
/* BUILT-IN CSS STYLES - Can be modified but must exist */
.game_not_found {
	height: 170px;
	padding-top: 130px;
}
#no_games {
	text-align: center;
	padding-top: 30px;
	height: 100px;
}
/* REQ:5 STAR RATING CSS */
#rateStatus{display:inline;}
    #rateMe{display:inline; padding:0px; margin:0px;}
    #rateMe a:hover,
    #rateMe .on{background:url(images/star.png) no-repeat;}
    #rateMe a{float:left;background:url(images/empty_star.png) no-repeat;width:20px; height:20px;}
    #ratingSaved{display:none;}
    .saved{color:red; }

/* GLOBAL TEMPLATE STYLES */

.header, .menu_container, .home_container, .footer {
	border-left: 8px solid #FFF;
	border-right: 8px solid #FFF;
}
.footer {
	border-bottom: 8px solid #FFF;
	border-top: 8px solid #FFF;
}
.header {
	border-top: 8px solid #FFF;
}
.home_container {
	background: #fefefe;
}
.box {
	background-color: #FFF;
	border: 3px solid #4b4b4b;
	padding: 10px;
	text-align:left;
	margin-bottom:10px;
}
.box h2 {
	border-bottom:3px solid #adadad;
	font-size:13px;
	padding-bottom:4px;
}
.games {
	
}
.games a:link, .games a:visited {
	color: #000;
	text-decoration:none;
	display:block;
	width:240px;
	height:60px;
	margin:2px 2px 0 2px;
	padding:2px;
	float:left;
	overflow:hidden;
}
.games a:hover {
	background-color:#;
}
.games a img {
	/*border:1px solid #333;*/
	margin:2px 2px 4px 2px;
	float:left;
}
.games a strong {
	display:block;
	font-size:11px;
	color:#558625;
	width:150px;
	height:13px;
	white-space:nowrap;
	text-decoration:none;
}
.games a:hover strong{
	text-decoration:underline;
}
.games a span {
	display:block;
	color:#111;
	font-size:11px;
	width:150px;
	height:38px;
	overflow:hidden;
}

.header {
	width:960px;
	margin:0 auto;
	color:#fff;
	background: #95dd51;
	height:89px;
}
.logo {
	float: left;
	margin-left:20px;
	margin-top:15px;
	height: 60px;
	display:inline;
}
.top_desc {
	float:left;
	font-size:12px;
	color:#;
	margin:48px 0 0 70px;
}

.menu_container {
	width:960px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
}

.categories_menu {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#fff;
	font-size:14px;
	padding:0;
	text-align:left;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}
.categories_menu a,
.categories_menu a:visited {
	color: #4AAA24;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size:12px;
}

.categories_menu a:hover,
.categories_menu a:active {
	color: #2473AA;
	font-weight: bold;
	text-decoration: underline;
}

#misc{
	float:left;
	width:512px;
	min-height:380px;
	text-align:left;
}
#misc h2 {
	margin-bottom:10px;
}
#misc ul {
	padding-left:30px;
}
#misc ul li {
	padding:3px 0;
}
#misc a:link, #misc a:visited {
	color:#000;
	text-decoration:underline;
}
#misc a:hover {
	text-decoration:none;
}
.content {
	float:left;
	width:522px;
	margin-left:10px;/* sidebar width + 6px of borders + 10px left padding + 10px extra margin */
	margin-bottom:10px;
}

.footer {
	width: 960px;
	margin: 0 auto;
	background: #bc6b3d;
	color: #FFF;
	line-height: 20px;
	padding: 8px 0;
	text-align: center;
}
.footer_nav {
	width:500px;
	height:20px;
	text-align:center;
	margin:0 auto;
}

.footer_nav a:link, .footer_nav a:visited {
	color:#fff;
	font-size:12px;
	padding:0 6px;
	text-decoration:underline;
}
.footer_nav a:hover {
	text-decoration:none;
}


.copyright {
	font-size:11px;
	color:#4c4c4c;
	margin:5px 0 0;
	text-align:center;
}
.links {
	font-size:11px;
	width:700px;
	margin:20px auto;
	color:#4c4c4c;
}
.links a:link, .links a:visited {
	color:#ffea78;
	text-decoration:none;
}
.links a:hover {
	text-decoration:underline;
}
.intro_text {
	font-size:11px;
	width:700px;
	margin:20px auto;
	color:#4c4c4c;
}

.form_textbox {
	height: 20px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.more_links {
	text-align: center;
}
/* HOMEPAGE */
.home_container {
	width:960px;
	margin: 0 auto;
	padding-top:10px;
}

.hot_spot {
	width:100%;
}

#newest_games {

}


/*View game*/

#most_played {
	width:720px;
	margin-left:10px;
	clear:both;
}

/* CATEGORY PAGE */
.cat {
	width:740px;
	float:left;
	margin-left:10px;
}

.category_pages {
	text-align: left;
	padding: 5px;
	font-family: Arial;
}
.top {
	border-bottom:1px dotted #000;
	text-align:right;
}
.top span {
	background-color: #95dd51;
	color:#fff;
	padding: 3px;
}
.bottom {
	clear:both;
	border-top:1px dotted #000;
}
.bottom span {
	background-color: #bc6b3d;
	color:#fff;
	padding: 3px;
}
.category_pages a, .category_pages a:visited {
	color: #000;
	padding: 3px;
	text-decoration: none;
}

/* SIDEBAR */
.sidebar {
	width:190px;
	margin-left:10px;
	float:left;
	text-align:left;
	font-size:11px;
}
.sidebar_box {
	background-color: #E3FBD1;
	border:3px solid #7BD829;
	margin-bottom:10px;
}
.sidebar_box2 {
	border:3px solid #c28d2e;
	background-color: #fff;
	margin-bottom:10px;
}
.sidebar_box h3 {
	background-color:#b9ff78;
	color:#4b4b4b;
	font-size:12px;
	padding-left:20px;
	font-weight:normal;
}
.sidebar_box2 h3 {
	background-color:#ffea78;
	color:#4b4b4b;
	font-size:12px;
	padding-left:20px;
	font-weight:normal;
}
.sidebar_box strong {
	font-weight:normal;
}
.sidebar ul {
	list-style-type:none;
	margin:2px 0;
}
.sidebar ul li{
	margin-left:10px;
}
.sidebar_box a:link, .sidebar_box a:visited {
	text-decoration:none;
	margin:0;
	padding:1px;
	font-size:11px;
	color: #3F7A00;

}
.sidebar_box2 a:link, .sidebar_box2 a:visited {
	text-decoration:none;
	margin:0;
	padding:1px;
	font-size:11px;
	color: #764800;

}
.sidebar_box a:hover, .sidebar_box2 a:hover {
	text-decoration:underline;
}
.sidebar_box input {
	width:160px;
	margin:2px 0;
}
.sidebar_box input.sbmt {
	width:80px;
	float:right;
	margin-right:2px;
	margin-top:0;
	clear:both;
}