body {
  background: #ef95da url('images/bg.png') repeat-x;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #000;
}

input, textarea {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

a:link {
  color: #960027;
  text-decoration: none;
}

a:visited {
  color: #960027;
  text-decoration: none;
}

a:hover {
  color: #960027;
  text-decoration: underline;
}

.clear {
  clear: both;
  height: 0;
}

#flashlogo {
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 999;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

#wrapper {
  margin: 0 auto;
  width: 980px;
}

#top_nav {
  height: 31px;
  width: 100%;
}

#top_nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

#top_nav ul li {
  float: left;
  line-height: 31px;
  padding-left: 14px;
  background: url('images/sprite.png') no-repeat -189px 8px;
  margin-right: 10px;
}

#top_nav ul li a {
  font-weight: bold;
  font-size: 10px;
  color: #e0013b;
  text-decoration: none;
}

#top_nav ul li a:hover {
  border-bottom: 1px dashed #e0013b;
}

#header {
  width: 100%;
  height: 102px;
  background: url('images/header_bg.jpg') no-repeat 80px 0px;
  position: relative;
}

#logo {
  width: 201px;
  height: 178px;
  background: url('images/logo.jpg') no-repeat;
  position: absolute;
  top: -31px;
  left: 16px;
}

#logo a {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 201px;
  height: 117px;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
}

#top_ads {
  width: 728px;
  height: 90px;
  position: absolute;
  top: 6px;
  right: 0px;
  z-index: 888;
}

#top_menu ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 20px;
  margin-top: 4px;
}

#top_menu ul li {
  float: left;
  position: relative;
}

#top_menu ul li a {
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  background: url('images/sprite.png') no-repeat -0px -57px;
  width: 115px;
  height: 40px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff600;
  line-height: 35px;
}

#top_menu li:hover a#category_list {
  background: url('images/sprite.png') no-repeat -0px -95px;
  color: #fff;
}

#top_menu ul li a:hover {
  background: url('images/sprite.png') no-repeat -0px -95px;
  color: #fff;
}

#top_menu ul li #category_menu_wrapper {
  display: none;
}

#top_menu li:hover #category_menu_wrapper {
  display: block;
}

#category_menu_wrapper {
  width: 735px;
  height: 113px;
  display: block;
  position: absolute;
  top: -107px;
  left: -183px;
  background: url('images/cat_bg.jpg') no-repeat 0px 1px;
  z-index: 999;
}

#category_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0px;
  left: -15px;
  background: url('images/cat_arrow.png') no-repeat 245px 97px; 
  width: 745px;
  height: 110px;
  display: block;
  overflow: hidden;
  z-index: 999;
}

#category_menu li {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

#top_menu ul li #category_menu li a {
  color: #fff;
  font-size: 10px;
  background: url('images/sprite.png') no-repeat 0px -266px;
  width: 101px;
  height: 20px;
  line-height: 20px;
  text-transform: none;
}

#top_menu ul li #category_menu li a:hover {
  background: url('images/sprite.png') no-repeat -101px -266px;
  height: 20px;
}

#add_site_buttons {
  float: right;
  margin-top: 5px;
  width: 185px;
  margin-right: -5px;
}

#twister_button {
  position: absolute;
  top: 120px;
  left: 180px;
  z-index: 9999;
}

#left_col {
  width: 320px;
  float: left;
}

#right_col {
  width: 650px;
  float: right;
}

.left_box, .right_box {
  padding-bottom: 3px;
  width: 100%;
}

.left_box .header, .right_box .header {
  width: 100%;
  height: 32px;
}

.left_box .tcl, .right_box .tcl {
  background: url('images/sprite.png') no-repeat -0px -21px;
  width: 10px;
  height: 32px;
  float: left;
}

.left_box .tcr, .right_box .tcr {
  background: url('images/sprite.png') no-repeat -10px -21px;
  width: 10px;
  height: 32px;
  float: right;
}

.left_box .content, .right_box .content, .box .content {
  border-left: 1px solid #ffdcf7;
  border-right: 1px solid #ffdcf7;
  padding: 5px 8px 0 8px;
  background: #ffc5f1;
}

.left_box .bcl, .right_box .bcl, .box .bcl {
  background: url('images/sprite.png') no-repeat -0px -10px;
  width: 10px;
  height: 10px;
  float: left;
}

.left_box .bcr, .right_box .bcr, .box .bcr {
  background: url('images/sprite.png') no-repeat -10px -10px;
  width: 10px;
  height: 10px;
  float: right;
}

.left_box .wrapper, .right_box .wrapper {
  border-left: 1px solid #ee8bce;
  border-right: 1px solid #ee8bce;
  width: 648px;
}

.left_box .bcm, .right_box .bcm {
  background: url('images/box_bot_bg.png') repeat-x;
  height: 10px;
  width: 630px;
  float: left;
}

.left_box .header h2, .right_box .header h2 {
  margin: 0;
  padding: 0;
  float: left;
  width: 620px;
  padding-left: 10px;
  background: url('images/box_header_bg.png') repeat-x;
  height: 32px;
  font-size: 12px;
  color: #fff;
  line-height: 32px;
}

.left_box .header h2 a, .right_box .header h2 a {
  color: #fff;
}

.left_box .wrapper {
  width: 318px;
}

.left_box .header h2 {
  width: 290px;
  font-size: 10px;
}

.left_box .bcm {
  width: 300px;
}

.box {
  padding-bottom: 10px;
  width: 100%;
}

.box .header .tcl {
  background: url('images/sprite.png') no-repeat -0px -0px;
  width: 10px;
  height: 10px;
  float: left;
}

.box .header .tcr {
  background: url('images/sprite.png') no-repeat -10px -0px;
  width: 10px;
  height: 10px;
  float: right;
}

.box .header .tcm {
  float: left;
  width: 300px;
  background: url('images/box_top_bg.png') repeat-x;
  height: 10px;
}

.box .footer .bcm {
  float: left;
  width: 300px;
  background: url('images/box_bot_bg.png') repeat-x;
  height: 10px;
}

.box .wrapper {
  border-left: 1px solid #ee8bce;
  border-right: 1px solid #ee8bce;
  width: 318px;
}

.box .content {
  padding: 0px 8px;
}

.game_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.game_list li {
  position: relative;
  float: left;
  text-align: center;
  width: 100px;
  height: 133px;
  margin: 2px 12px 0px 13px;
}

.game_list li a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
  color: #dd0362;
  overflow: hidden;
  width: 100px;
  height: 130px;
  display: block;
}

.game_list li a:hover {
  color: #ff0054;
}

.game_list li a:hover span {
  color: #000;
}

.game_list li a:hover div.game_info {
  display: block;
}

.game_list li span {
  font-weight: normal;
  font-size: 10px;
  color: #747474;
}

.game_list li img {
  padding: 0px;
  border: 0;
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 2px;
}

.game_list li div.game_border {
  background: url('images/sprite.png') no-repeat 0px -165px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

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

.new_icon {
  background: url('images/sprite.png') no-repeat -114px -3px;
  width: 38px;
  height: 38px;
  position: absolute;
  z-index: 888;
  left: -10px;
  top: -5px;
}

.page_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
  float: right;
  margin-right: 5px;
}

.page_nav li {
  float: left;
  width: 33px;
  height: 33px;
  background: url('images/sprite.png') no-repeat -116px -58px;
  margin-right: 5px;
  line-height: 33px;
}

.page_nav li a {
  width: 21px;
  height: 33px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ba0030;
  padding-left: 11px;
}

.page_nav li a:hover {
  background: url('images/sprite.png') no-repeat -116px -93px;
  text-decoration: none;
  color: #000;
}

.page_nav .current {
  background: url('images/sprite.png') no-repeat -116px -93px;
  text-decoration: none;
  color: #000;
}

#footer {
  width: 980px;
  height: 100px;
}

#footer_content {
  float: left;
  width: 950px;
  padding-top: 10px;
  background: url('images/footer_bg.png') repeat-x;
}

#footer_left {
  float: left;
  width: 15px;
  height: 100px;
  background: url('images/sprite.png') no-repeat -157px 0px;
}

#footer_right {
  float: right;
  width: 15px;
  height: 100px;
  background: url('images/sprite.png') no-repeat -172px 0px;
}

#footer_copyright {
  width: 530px;
  border: 1px solid #e486c8;
  background: #fbbaec;
  height: 100px;
  padding:3px;
  text-align: justify;
}

#footer_copyright h2 {
  margin: 0;
  font-size: 10px;
  font-weight: normal;
  color: #9b0050;
  padding: 5px;
}

.footerlink:link, .footerlink:visited {
  font-weight: bold;
  font-size: 10px;
  color: #cb0257;
}

.user_input {
  position: relative;
  width: 190px;
  height: 25px;
  background: url('images/sprite.png') no-repeat 0 -138px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.user_input input {
  top: 2px;
  left: 8px;
  position: absolute;
  width: 175px;
  height: 17px;
  padding-top: 3px;
  background: none;
  border: none;
  font-size: 11px;
  color: #707070;
}

.user_btn {
  margin-top: 5px;
  background: url('images/sprite.png') no-repeat -27px 0px;
  width: 80px;
  height: 22px;
  color: #f0ff00;
  font-weight: bold;
  font-size: 10px;
  border: none;
  overflow: hidden;
  cursor: hand;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 3px;
}

.user_btn:hover {
  background: url('images/sprite.png') no-repeat -27px -24px;
}

.pbox_link:link, .pbox_link:visited {
  color: #960027;
  font-weight: bold;
}

.user_rank {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 15px;
  font-size: 11px;
}

.user_rank li {
  color: #414141;
}

.stats {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 15px;
  width: 300px;
  font-size: 10px;
}

.stats li {
  color: #414141;
  width: 140px;
  float: left;
  overflow: hidden;
}

.populardikey {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  overflow: hidden;
}

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

.rank_no {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.user_link:link, .user_link:visited {
  font-weight: bold;
  color: #cb0257;
}

.dotted_line {
  height: 5px;
  border-bottom: 1px dotted #ac236a;
  margin-bottom: 5px;
}

.blink:link, .blink:visited {
  padding: 2px 5px;
  background: #ffd6eb;
  border: 1px solid #ff9dd0;
  font-weight: bold;
}

.blink:hover {
  border: 1px solid #c2749d;
  text-decoration: none;
}

.tableheader {
  background: #c9226e;
  padding: 5px;
  color: #fff;
  font-weight: bold;
}

.input_bg {
  font-size: 11px;
  color: #707070;
  background: #fef0f6 url('images/input_bg.gif') repeat-x;
  height: 17px;
  padding: 0 5px;
  padding-top: 3px;
  border: 1px solid #fff;
  border-top: 0px;
  margin-top: 5px;
}

.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: #00a8ff;
  width: 0px;
  font-size: 10px;
}

#spillpre_bar span {
  background-color: #fff;
  color: #026AB3;
  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: #fff;
}

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

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

.language {
  width: 110px;
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  cursor: hand;
  cursor: pointer;
  position: relative;
  background: #E5498D url('http://www.dressupkiss.com/down_bullet.png') no-repeat 113px center;
}

.language > span {
  position: absolute;
  color: #fff;
  top: 0px;
  left: 35px;
}

.language > img {
  border: 1px solid #fff;
  margin-top: 6px;
}

.language:hover ul.language_list {
  display: block;
}

ul.language_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  width: 520px;
  position: absolute;
  top: 25px;
  left: 0;
  background: #E5498D;
}

ul.language_list li {
  float: left;
}

ul.language_list li a {
  text-decoration: none;
  padding: 0 10px;
  line-height: 20px;
  width: 110px;
  height: 20px;
  display: block;
  color: #fff;
  overflow: hidden;
}

ul.language_list li a:hover {
  background: #C92069;
  color: #fff;
}

ul.language_list li a:hover img {
  border: 1px solid #fff;
}

ul.language_list li a img {
  margin-right: 5px;
}
