body {
  	background: #6b4499 url('images/bg.png') repeat-x;
  	font-family:  Tahoma, Arial, Verdana, Helvetica, sans-serif;
  	font-size: 11px;
  	margin: 0;
  	padding: 0;
  	color: #424242;
}
input, textarea {
 	font-size: 11px;
	margin: 0px;
}
a:link {
	color: #ae4069;
	text-decoration: none;
}
a:visited {
	color: #ae4069;
	text-decoration: none;
}
a:hover {
	color: #ae4069;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#banner {
	background: url('images/light.png') no-repeat;
	height: 78px;
	position: relative;
}
#logo {
	position: absolute;
	left: 10px;
	top: 8px;
}
#logo h1 {
	background: url('images/logo.png') no-repeat;
	margin: 0;
	padding: 0;
	width: 385px;
	height: 60px;
}
#logo h1 a {
	width: 385px;
	height: 60px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}
#top_menu {
	height: 45px;
	position: relative;
	z-index: 999;
}
#top_menu_l {
	float: left;
	background: url('images/site_stuff.png') no-repeat -584px -50px;
	width: 20px;
	height: 45px;
}
#top_menu_r {
	float: right;
	background: url('images/site_stuff.png') no-repeat -604px -50px;
	width: 20px;
	height: 45px;
}
#top_menu_content {
	float: left;
	width: 920px;
	background: url('images/menu_bg.png') repeat-x;
	height: 45px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_menu_content li {
	float: left;
	height: 40px;
	line-height: 35px;
}
#top_menu_content li.split {
	background: url('images/site_stuff.png') no-repeat -954px -38px;
	width: 2px;
	height: 40px;
}
#top_menu_content li a {
	padding: 0 15px 0 15px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #810030;
}
#top_menu_content li a:hover {
	background: url('images/menu_hover.png') repeat-x;
	height: 40px;
	text-decoration: none;
	color: #d4014f;
}
#top_menu_content li ul {
	display: none;
}
#top_menu_content li:hover a#category_list {
	height: 40px;
	background: url('images/menu_hover.png') repeat-x;
	color: #d4014f;
}
#top_menu_content li:hover ul {
	display: block;
}
#category_menu {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	list-style: none;
	position: absolute;
	top: 39px;
	background: url('images/category_menu_bg.png') no-repeat;
	width: 352px;
	height: 132px;
	display: block;
	overflow: hidden;
}
#category_menu li {
	background: url('images/heart_icon.png') no-repeat 5px;
	width: 97px;
	margin-left: 5px;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
}
#category_menu li a {
	float: left;
	color: #810030;
	font-size: 10px;
	padding: 0;
}
#category_menu li a:hover {
	background: none;
	height: 20px;
}
#site_content {
	margin-top: 7px;
	margin-bottom: 10px;
}
.site_content_t {
	background: url('images/site_stuff.png') no-repeat 0 -132px;
	width: 960px;
	height: 20px;
}
.site_content_b {
	background: url('images/site_stuff.png') no-repeat 0 -152px;
	width: 960px;
	height: 20px;
}
.site_content_wrapper {
	margin-top: -10px;
	background: #8763b0;
}
#left_col {
	float: left;
	width: 720px;
}
#right_col {
	float: right;
	width: 230px;
}
#search_form {
	position: absolute;
	right: 15px;
	width: 240px;
	top: 9px;
}
.search_txt {
	background: url('images/site_stuff.png') no-repeat -393px -49px;
	width: 160px;
	height: 22px;
}
.search_txt input {
	background: none;
	border: none;
	margin-left: 25px;
	margin-top: 3px;
	width: 125px;
	color: #ae4069;
}
.search_btn {
	background: url('images/site_stuff.png') no-repeat -322px -49px;
	width: 70px;
	height: 20px;
	text-align: center;
}
.search_btn:hover {
	background: url('images/site_stuff.png') no-repeat -322px -70px;
}
.search_btn input {
	background: none;
	border: none;
	color: #ae4069;
	font-size: 10px;
	font-weight: bold;
	width: 70px;
	height: 16px;
	cursor: hand;
	cursor: pointer;
}
#search_txt_form {
	float: left;
	margin-right: 5px;
}
#search_btn_form {
	float: left;
}
.big_box {
	margin-bottom: 12px;
	position: relative;
}
.big_box_t {
	background: url('images/site_stuff.png') no-repeat 0 0;
	width: 701px;
	height: 49px;
	padding-left: 30px;
	position: absolute;
	left: -11px;
}
.big_box_t ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.big_box_t a {
	color: #f0ff00;
}
.big_box_t ul li {
	float: left;
	margin-right: 15px;
}
.big_box_t ul li.split {
	background: url('images/site_stuff.png') no-repeat -957px -38px;
	width: 2px;
	height: 36px;
	margin-top: 3px;
}
.big_box_t ul li a {
	color: #fff;
}
.big_box_t ul li a:hover {
	color: #f0ff00;
	text-decoration: none;
}
.big_box_t ul li.current a {
	color: #f0ff00;
}
.big_box_t h1 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
}
.big_box_content {
	padding: 53px 5px 0 5px;
	margin: 0 auto;
	width: 690px;
	border-left: 4px solid #b89cd7;
	border-right: 4px solid #b89cd7;
	background: #fff;
}
.big_box_b {
	background: url('images/site_stuff.png') no-repeat 0 -116px;
	width: 718px;
	height: 15px;
	margin-left: 6px;
}
.game_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.game_list li {
	float: left;
	text-align: center;
	position: relative;
	width: 108px;
	height: 138px;
	overflow: hidden;
	margin: 0 4px 0px 3px;
}
.game_list li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.game_list li a:hover {
	color: #d70070;
}
.game_list li a div.game_border {
	background: url('images/site_stuff.png') no-repeat -733px 0;
	width: 100px;
	height: 100px;
	padding: 4px;
	position: absolute;
}
.game_list li a div.game_info {
	width: 108px;
	text-align: center;
	font-size: 10px;
	color: #c25299;
	font-weight: normal;
	position: absolute;
	z-index: 888;
	top: 87px;
	display: none;
}
.game_list li a:hover div.game_info {
	display: block;
}
.game_list li a:hover div.game_border {
	background: url('images/site_stuff.png') no-repeat -842px 0;
}
.game_list li a img {
	padding: 4px;
	border: 0;
}
#right_col_content {
	margin: 0 auto;
	width: 190px;
	padding: 0 10px 0 10px;
	border-left: 4px solid #b89cd7;
	border-right: 4px solid #b89cd7;
	background: #fff;
}
.small_box {
	padding-bottom: 12px;
	position: relative;
}
.small_box_t {
	background: url('images/site_stuff.png') no-repeat 0 -49px;
	width: 220px;
	height: 50px;
	padding-left: 20px;
	position: absolute;
	right: -30px;
}
.small_box_t h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
}
.small_box_content {
	padding-top: 48px;
}
#right_col_b {
	margin-left: 6px;
	background: url('images/site_stuff.png') no-repeat 0 -100px;
	width: 218px;
	height: 15px;
}
.numbering_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.numbering_list li {
	line-height: 25px;
}
.numbering_list li a {
	font-weight: bold;
}
.numbering_icon {
	background: url('images/site_stuff.png') no-repeat -693px -60px;
	width: 19px;
	height: 22px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	float: left;
	text-align: center;
	margin-right: 7px;
}
.left_link:link, .left_link:visited {
	color: #ae4069;
	text-decoration: underline;
}
.left_link:hover {
	color: #630025;
	text-decoration: underline;
}
.normal_input {
	margin-top: 7px;
	position: relative;
	width: 190px;
	height: 25px;
	background: url('images/site_stuff.png') no-repeat -393px -72px;
}
.normal_input input {
	position: absolute;
	left: 8px;
	top: 0;
	width: 170px;
	height: 22px;
	line-height: 22px;
	color: #ae4069;
	font-size: 11px;
	border: none;
	background: none;
}
.button {
	margin-top: 7px;
	border: none;
	background: url('images/site_stuff.png') no-repeat -241px -49px;
	width: 80px;
	height: 20px;
	font-size: 10px;
	color: #ae4069;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 2px;
}
.button:hover {
	background: url('images/site_stuff.png') no-repeat -241px -70px;
	color: #82133d;
}
#footer {
	text-align: center;
	margin-bottom: 10px;
	color: #ffe6ef;
}
#footer a {
	color: #f0ff00;
}
.bbig_box {
	position: relative;
}
.bbig_box_t {
	background: url('images/site_stuff.png') no-repeat 0 -172px;
	width: 981px;
	height: 49px;
	padding-left: 30px;
	position: absolute;
	left: -11px;
}
.bbig_box_t h1 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
}
.bbig_box_content {
	padding: 53px 5px 0 5px;
	margin: 0 auto;
	width: 930px;
	border-left: 4px solid #b89cd7;
	border-right: 4px solid #b89cd7;
	background: #fff;
}
.bbig_box_b {
	width: 948px;
	margin-left: 6px;
}
.bbig_box_b1 {
	float: left;
	background: url('images/site_stuff.png') no-repeat 0 -116px;
	width: 474px;
	height: 15px;
}
.bbig_box_b2 {
	float: left;
	background: url('images/site_stuff.png') no-repeat -234px -116px;
	width: 474px;
	height: 15px;
}
.bbig_box_t a {
	color: #f0ff00;
}
.PageNumbers {
	margin-top: 10px;
}
.PageNumbers b {
	margin-right: 3px;
	padding: 5px 8px 5px 8px;
	border: 1px solid #fbb1d9;
	background: #fed9e7;
	font-size: 12px;
	font-weight: bold;
}
.PageNumbers a {
	margin-right: 3px;
	padding: 5px 8px 5px 8px;
	border: 1px solid #fbb1d9;
	background: #fed9e7;
	font-size: 10px;
	margin-bottom: 15px;
}
.PageNumbers a:hover {
	font-weight: bold;
}

.new_icon {
	background: url('images/site_stuff.png') no-repeat -626px -49px;
	width: 43px;
	height: 43px;
	position: absolute;
	z-index: 888;
	right: 2px;
	top: 1px;
}
#top_ads {
	position: absolute;
	top: 30px;
	right: 20px;
}

#ads728x90 {
  padding:2px;
  text-align: center;
  margin-left:-10px;
}

.gameshow {
  position: relative;
  background: url('images/sprite.png') no-repeat -189px 8px;
  line-height: 25px;
  padding-left: 15px;
  color: #414141;
}

.gameshow div{
  display: none;
  background: url('images/game_hover_bg.png') no-repeat;
  line-height: 30px;
  width: 122px;
  height: 110px;
}

.gameshow div img {
  margin-left: 17px;
  margin-top: 5px;
}

.gameshow:hover div{
  display: block;
  left: 110px;
  top: -50px;
  position: absolute;
  z-index: 9999;
}

.gameshow div img {
  border: 0;
}

.gameshow span {
  font-size: 9px;
  font-style: italic;
  clear: left;
}

.gameshow a {}
/* Preloader */

#spillpre_bar {
  background-color: #CC5E8E;
  width: 0px;
  font-size: 10px;
}

#spillpre_bar span {
  background-color: #fff;
  color: #CC5E8E;
  padding: 0px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

div#spillpre_loader {
  width: 300px;
  height: 10px;
  border: none;
  background-color: #fff;
  text-align: left;
  margin: auto;
  overflow: hidden;
  margin-bottom: 3px;
}

div#spillpre_ad {
  text-align: center;
  margin: auto;
}

div#spillpre_adcont {
  margin: 0 auto;
  margin-bottom: 11px;
  padding-top: 20px;
}

div#spillpre_click2close A {
  font-size: 10px;
  color: #000;
  text-decoration: underline;
  font-family: Tahoma, Arial, Verdana;
}

div#spillpre_c2c_container {
  margin: 0 auto;
  width: 300px;
  height: 20px;
}

div#spillpre_click2close, div#spillpre_percent {
  float: left;
  height: 15px;
  line-height: 20px;
  font-size: 10px;
  font-family: Tahoma, Arial, Verdana;
  color: #000;
}

div#spillpre_percent {
  font-size: 10px;
  font-weight: bold;
  color: #CC5E8E;
  text-align: right;
}

#closeButton {
  width: 19px;
  height: 19px;
  background: url('images/close_button.png') no-repeat;
  text-indent: -999999px;
  overflow: hidden;
  display: block;
}

.heartlink {
	margin: 0;
	padding: 0;
	list-style: none;
    text-align: left;
}
.heartlink li {
	background: url('images/heart.png') no-repeat 0 3px;
	padding-left: 17px;
	line-height: 15px;
}
.heartlink li a:link,.heartlink li a:visited {
	font-weight: bold;
	font-size: 11px;
	color: #ac236a;
}

.footerleft {
	float: left;
	width: 200px;
}

.footerright {
	float: left;
	width: 650px;
    text-align: center;
}

.footerend {
	float: left;
	width: 50px;
    text-align: center;
}
