body {
  	background: #fff url('images/bg.png') repeat-x;
  	font-family:  Tahoma, Arial, Verdana, Helvetica, sans-serif;
  	font-size: 11px;
  	margin: 0;
  	padding: 0;
  	color: #000000;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea {
 	font-size: 11px;
	margin: 0px;
}
a:link {
	color: #940159;
	text-decoration: none;
}
a:visited {
	color: #940159;
	text-decoration: none;
}
a:hover {
	color: #940159;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#banner {
	height: 100px;
	position: relative;
	width: 940px;
	margin: 0 auto;
	z-index: 999;
}
#logo {
	position: absolute;
	left: 0px;
	top: 40px;
}
#logo h1 {
	background: url('images/logo.png') no-repeat;
	margin: 0;
	padding: 0;
	width: 320px;
	height: 80px;
}
#logo h1 a {
	width: 320px;
	height: 80px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}
#top_menu {
	position: absolute;
	right: 150px;
	top: 6px;
}
#top_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_menu li {
	float: left;
	margin-right: 5px;
	color: #fff;
}
#top_menu li a {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
#top_menu li a:hover {
	text-decoration: underline;
}
#main_menu {
	position: absolute;
	top: 37px;
	right: 0px;
}
#main_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_menu li {
	float: left;
	width: 139px;
	height: 26px;
	text-align: center;
	position: relative;
}
#main_menu li a {
	color: #82004a;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 139px;
	display: block;
	height: 26px;
	line-height: 30px;
}
#main_menu li a:hover {
	background: url('images/sprite.png') no-repeat -30px -141px;
	width: 139px;
	height: 26px;
	color: #fff;
}
#left_side {
	float: left;
	background: url('images/sprite.png') no-repeat -277px -0px;
	width: 20px;
	height: 300px;
}
#right_side {
	float: right;
	background: url('images/sprite.png') no-repeat -297px -0px;
	width: 20px;
	height: 300px;
}
#site_content {
	float: left;
	background: url('images/site_content_bg.png') repeat-x;
	width: 940px;
	min-height: 300px;
	padding-top: 25px;
}
#left_col {
	width: 202px;
	float: left;
	margin-left: -2px;
}
#right_col {
	width: 738px;
	float: right;
	margin-right: -2px;
}
.sbox {
	width: 202px;
	padding-bottom: 5px;
}
.sbox .t_l,.bbox .t_l {
	float: left;
	background: url('images/sprite.png') no-repeat -0px -0px;
	width: 30px;
	height: 40px;
}
.sbox .t_m,.bbox .t_m {
	float: left;
	width: 142px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url('images/sbox_bg.png') repeat-x;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	font-weight: bold;
}
.sbox .t_r,.bbox .t_r {
	float: right;
	background: url('images/sprite.png') no-repeat -30px -0px;
	width: 30px;
	height: 40px;
}
.sbox .content,.bbox .content {
	background: url('images/sbox_content_bg.png') repeat-y;
	width: 182px;
	padding: 5px 10px 0px 10px;
}
.sbox .b_l,.bbox .b_l {
	float: left;
	background: url('images/sprite.png') no-repeat -0px -40px;
	width: 23px;
	height: 25px;
}
.sbox .b_r,.bbox .b_r {
	float: right;
	background: url('images/sprite.png') no-repeat -25px -40px;
	width: 23px;
	height: 25px;
}
.sbox .b_m,.bbox .b_m {
	float: left;
	background: url('images/sbox_bot_bg.png') repeat-x;
	width: 156px;
	height: 25px;
}

.bbox {
	width: 738px;
	padding-bottom: 5px;
}
.bbox .t_m {
	width: 678px;
}
.bbox .content {
	background: url('images/bbox_content_bg.png') repeat-y;
	width: 718px;
}
.bbox .b_m {
	width: 692px;
}
.game_list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 2px;
}
.game_list li {
	position: relative;
	float: left;
	text-align: center;
	width: 110px;
	height: 138px;
	margin: 2px 5px 0px 4px;
}
.game_list li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	color: #e42698;
	overflow: hidden;
	width: 110px;
	height: 138px;
}
.game_list li a:hover {
	color: #ff0036;
}
.game_list li a:hover div.game_info {
	display: block;
}
.game_list li span {
	font-weight: normal;
	font-size: 10px;
}
.game_list li img {
	padding: 4px;
	border: 0;
}
.game_list li div.game_info {
	width: 110px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	z-index: 888;
	top: 77px;
	left: 0;
	display: none;
}
.game_list li div.game_border {
	background: url('images/sprite.png') no-repeat -60px 0;
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
}

.game_list li a:hover div.game_border {
	background: url('images/sprite.png') no-repeat -168px 0;
}

.new_icon {
	background: url('images/sprite.png') no-repeat -3px -67px;
	width: 48px;
	height: 48px;
	position: absolute;
	z-index: 888;
	left: -10px;
	top: -5px;
} 
.bbox .t_m ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bbox .t_m ul li {
	float: left;
	font-weight: normal;
	margin-right: 20px;
}
.bbox .t_m ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.bbox .t_m ul li a:hover {
	text-decoration: underline;
}
.bbox .t_m ul li.current a {
	text-decoration: underline;
}
.normal_input {
	margin-top: 7px;
	position: relative;
	width: 177px;
	height: 23px;
	background: url('images/sprite.png') no-repeat -0px -117px;
}
.normal_input input {
	position: absolute;
	left: 10px;
	top: 0;
	width: 157px;
	height: 23px;
	line-height: 22px;
	color: #ae4069;
	font-size: 11px;
	border: none;
	background: none;
}
.button {
	margin-top: 7px;
	border: none;
	background: url('images/sprite.png') no-repeat -177px -117px;
	width: 88px;
	height: 32px;
	font-size: 10px;
	color: #cf357a;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 2px;
}
.button:hover {
	color: #ed32a3;
}

#main_menu li ul {
	top: 26px;
	left: 0;
	position: absolute;
	background: #ed32a3;
	width: 420px;
	z-index: 999;
}
#main_menu li ul{
	display: none;
}
#main_menu li:hover ul{
	display: block;
}
#main_menu li:hover a#category_list {
	background: url('images/sprite.png') no-repeat -30px -141px;
	width: 139px;
	height: 26px;
	color: #fff;
}
#main_menu li ul li {
	float: left;
	width: 130px;
	padding-left: 10px;
	height: 23px;
	border-bottom: 1px dashed #db2593;
}
#main_menu li ul li a {
	font-size: 11px;
	color: #fff;
	text-align: left;
	line-height: 22px;
}
#main_menu li ul li a:hover {
	color: #fffc00;
	background: none;
}
#footer {
	margin: 10px;
}
#footer_l {
	background: url('images/sprite.png') no-repeat -0px -164px;
	width: 15px;
	height: 135px;
	float: left;
}
#footer_m {
	background: url('images/footer_bg.png') repeat-x -0px 6px;
	width: 930px;
	height: 135px;
	float: left;
}
#footer_r {
	background: url('images/sprite.png') no-repeat -15px -164px;
	width: 15px;
	height: 135px;
	float: right;
}
#footer_content {
	margin-top: 100px;
	text-align: center;
}

/*             styles for the star rater                */
/*            copyright http://komodomedia.com/blog/index.php/2007/01/20/css-star-rating-redux/               */

.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating{
background: url('ratings/star_rating.png') left -1000px repeat-x;
}

.star-rating{
position: relative;
width: 60px;
height: 12px;
overflow: hidden;
list-style: none;
margin: 0;
padding: 0;
background-position: left top;
}

.star-rating li{
display: inline;
}

.star-rating a, .star-rating .current-rating{
position: absolute;
top: 0;
left: 0;
text-indent: -1000em;
height: 12px;
line-height: 12px;
outline: none;
overflow: hidden;
border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus{
background-position: left bottom;
}

.star-rating a.one-star{
width: 20%;
z-index: 6;
}

.star-rating a.two-stars{
width: 40%;
z-index: 5;
}

.star-rating a.three-stars{
width: 60%;
z-index: 4;
}

.star-rating a.four-stars{
width: 80%;
z-index: 3;
}

.star-rating a.five-stars{
width: 100%;
z-index: 2;
}

.star-rating .current-rating{
z-index: 1;
background-position: left center;
}

.inline-rating{
display: -moz-inline-block;
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
}


div#spillpre_bar{background-color:#C932A2;width:0px;font-size:12px;}
div#spillpre_bar span{background-color:#fff;color:#FF3FE9;padding:0px;height:1px;line-height:1px;font-size:1px}
div#spillpre_loader{width:336px;height:10px;border:1px solid #C932A2;background-color:#fff;text-align:left;color:#FF3FE9;margin:auto;overflow:hidden;margin-bottom:3px}
div#spillpre_ad{text-align:center;margin:auto}
div#spillpre_adcont{margin:0 auto;margin-bottom:11px}
div#spillpre_click2close a {font-size:12px;color:#FF3FE9;text-decoration:underline;font-family:Tahoma,Arial,Verdana}
div#spillpre_c2c_container{margin:0 auto;width:336px;height:20px}
div#spillpre_click2close {float:left;height:15px;color:#FF3FE9;line-height:20px;font-size:12px;font-family:Tahoma,Arial,Verdana}
div#spillpre_percent{float:left;height:15px;font-size:12px;font-weight:bold;color:#FF3FE9 !important;text-align:right}
div#spillpre_clear{font-size:1px;line-height:1px;height:1px;clear:both;width:336px;margin:0 auto}
