.box {
  width: 179px;
  padding: 10px 0 0 3px;
}

#box_clearer {
  clear: both;
}

/* === === === === === === === === === === === === === === === === === === === === */
/* FORUM */
/* === === === === === === === === === === === === === === === === === === === === */

#forum {
  padding: 28px 0 0 0;
  background: url(/images/img/box_forum_article.png) 0 0 no-repeat;
}

#forum_in {
  font-family: verdana, sans-serif;  
}


#forum_in div.forum_theme {
  padding: 2px 2px 3px 4px;
  margin: 3px 0;
  border: 1px solid #F3BD68;
  background-color: #EDE098;
  font-weight: bold;
  font-size: 10pt;
  color: #696969;
  color: #555;
}

#forum_in .forum_box {
  padding: 2px;
  margin: 3px 0;
  border: 1px solid #ffc974;
  background-color: #ffefa7;
  font-weight: normal;
  font-size: 10pt;
}

#forum_in a {
  color: #000;
}
#forum_in a:link,
#forum_in a:visited {
  text-decoration: none;
}
#forum_in a:hover,
#forum_in a:active {
  text-decoration: underline;
}


#forum_in .forum_comment_count {
  color: #d5aa1f;
  font-weight: bold;
  font-size: 8pt;
  float: left;
}

#forum_in .forum_comment_author {
  color: #6a5f3f;
  font-weight: bold;
  font-size: 8pt;
  text-align: right;
  margin: 0 2px 0 0;
}


/* === === === === === === === === === === === === === === === === === === === === */
/* ADVICE */
/* === === === === === === === === === === === === === === === === === === === === */

.advice {
  padding: 28px 0 0 0;
  background: url(/images/img/box_advice_article.png) 0 0 no-repeat;
}

#advice_in {
  font-family: verdana, sans-serif;
}

#advice_in p {
  padding: 2px;
  margin: 1px 0 0 0;
  height: 63px;
  background-color: #ffefa7;
  background: url(/images/img/box_advice_p_bg.png) 0 0 repeat-x;
}

#advice_in #advice_img {
  margin: 3px 0 0 3px !important;
  // margin: 3px 0 0 1px;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border: 1px solid #817a65;
  display: block;
  float: left;
}

#advice_in #advice_img img {
  margin: 1px 0 0 1px !important;
  height: 50px;
  width: 50px;
  float: left;
  border: 0px;
}

#advice_in #advice_info {
  margin: 2px 0 0 5px;
  width: 110px;
  /*
  height: 50px;
  */
  float: left;
  font-weight: bold;
  font-size: 8pt;
  color: #554b2c;
}

#advice_in #advice_info a {
  color: #554b2c;
}

#advice_in #advice_header {
  color: #554b2c;
  height: 42px;
  display: block;
}

#advice_in #advice_header a:link,
#advice_in #advice_header a:visited {
  color: #554b2c;
  text-decoration: none;
}
#advice_in #advice_header a:hover,
#advice_in #advice_header a:active {
  color: #554b2c;
  text-decoration: underline;
}
  
#advice_in #advice_comment_author {
  color: #000;
  font-weight: bold;
  font-size: 8pt;
  text-align: right;
  float: left;
  /*
  margin: 10px 0 0 0;
  */
}

#advice_in span#advice_comment_count {
  color: #d51f1f;
  font-weight: normal;
  font-size: 8pt;
  float: right;
  /*
  margin: 10px 0 0 0;
  */
}
#advice_in span#advice_comment_count a:link,
#advice_in span#advice_comment_count a:visited {
  color: #d51f1f;
  text-decoration: none;
}
#advice_in span#advice_comment_count a:hover,
#advice_in span#advice_comment_count a:active {
  color: #d51f1f;
  text-decoration: underline;
}

/* === === === === === === === === === === === === === === === === === === === === */
/* LINKS */
/* === === === === === === === === === === === === === === === === === === === === */

.links {
  padding: 28px 0 0 0;
  background: url(/images/img/box_links_article.png) 0 0 no-repeat;
}

#links_in {
  font-family: verdana, sans-serif;
}

#links_in ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 176px;
  // width: 177px;
}

#links_in li {
  padding: 0 0 0 22px;
  background: url(/images/img/box_links_li_img.png) 2px 2px no-repeat;
}

#links_in ul li a:link,
#links_in ul li a:visited {
  color: #000;
  text-decoration: none;
}
#links_in ul li a:hover,
#links_in ul li a:active {
  color: #000;
  text-decoration: underline;
}

/* === === === === === === === === === === === === === === === === === === === === */
/* SMS and USEFUL */
/* === === === === === === === === === === === === === === === === === === === === */

.sms_useful {
  padding: 28px 0 0 0;
  background: url(/images/img/sms_noderigi.png) 0 0 no-repeat;
  width: 179px;
}
.sms_useful a:link,
.sms_useful a:visited {
  text-decoration: none;
}
.sms_useful a:hover,
.sms_useful a:active {
  text-decoration: underline;
}

#sms_in,
#useful_in {
  float: left;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  width: 84px;
  // width: 84px;
}

#useful_in {
  padding: 0 0 0 9px;
  // padding: 0 0 0 7px;
}

#sms_in ul,
#useful_in ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 86px;
  // width: 86px;
  padding: 5px 0 0 0;
}

#sms_in ul li,
#useful_in ul li {
  padding: 0 0 3px 0;
  overflow: hidden;
}

#sms_in ul li a,
#useful_in ul li a {
  color: #9d9d9d;
}


#sms_in ul li #first {
  color: #0093dd;
  width: 86px;
}
#sms_in ul li #first a {
  color: #0093dd;
}

#sms_in ul li #last {
  color: #cc0000;
  width: 86px;
  padding: 0;
}
#sms_in ul li #last a {
  color: #cc0000;
  width: 86px;
  text-align: right;
}


/* === === === === === === === === === === === === === === === === === === === === */
/* NEW GAMES */
/* === === === === === === === === === === === === === === === === === === === === */

.new_games {
  padding: 28px 0 0 0;
  background: url(/images/img/box_new_games.png) 0 0 no-repeat;
}

#new_games_in {
  float: right
  font-family: verdana, sans-serif;
  font-size: 8pt;
  color: #000;
}

#new_games_in ul {
  list-style-type: none;
  overflow: hidden;
  width: 179px;
  // width: 177px;
  padding: 0;
  margin: 0;
}

#new_games_in ul li {
  margin: 0;
  padding: 0;
}

#new_games_in ul li a:link,
#new_games_in ul li a:visited {
  color: #0093dd;
  text-decoration: none;
}
#new_games_in ul li a:hover,
#new_games_in ul li a:active {
  color: #0093dd;
  text-decoration: underline;
}

/* === === === === === === === === === === === === === === === === === === === === */
/* TOP 20 GAMES */
/* === === === === === === === === === === === === === === === === === === === === */

.top20 {
  padding: 28px 0 0 0;
  background: url(/images/img/box_top20_games.png) 0 0 no-repeat;
}

#top20_in {
  float: right
  font-family: verdana, sans-serif;
  font-size: 8pt;
  color: #000;
}

#top20_in ol {
  list-style-type: decimal;
  overflow: hidden;
  width: 154px;
  // width: 150px;
  padding: 0 0 0 25px;
  // padding: 0 0 0 30px;
  margin: 0;
}

#top20_in ol li {
  margin: 0;
  padding: 0;
}

#top20_in ol li a:link,
#top20_in ol li a:visited {
  color: #0093dd;
  text-decoration: none;
}
#top20_in ol li a:hover,
#top20_in ol li a:active {
  color: #0093dd;
  text-decoration: underline;
}

/* === === === === === === === === === === === === === === === === === === === === */
/* POPULAR SERVERS */
/* === === === === === === === === === === === === === === === === === === === === */

.pop_servers {
  padding: 28px 0 0 0;
  background: url(/images/img/box_pop_servers.png) 0 0 no-repeat;
}

#pop_servers_in {
  float: right
  font-family: verdana, sans-serif;
  font-size: 9px;
}

#pop_servers_in ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 179px;
  // width: 177px;
}


/* === === === === === === === === === === === === === === === === === === === === */
/* QUIZ */
/* === === === === === === === === === === === === === === === === === === === === */

.quiz {
  padding: 28px 0 0 0;
  background: url(/images/img/box_quiz_article.png) 0 0 no-repeat;
  overflow: hidden;
}

#quiz_in {
  font-family: verdana, sans-serif;
  font-size: 8pt;
}

#quiz_in h2 {
  padding: 0 0 2px 0;
  margin: 0 0 0 2px;
  font-size: 9pt;
  font-weight: bold;
  color: #2c556a;
  overflow: hidden;
  // width: 175px;
}

#quiz_in form {
  padding: 0;
  margin: 0;
}

#quiz_in ul {
  list-style: none;
  margin: 0 0 0 2px;
  padding: 0;
  overflow: hidden;
  width: 176px;
  // width: 177px;
}

#quiz_in li {
  padding: 3px 4px;
  border: 1px solid #cfcfcf;
  margin: 3px 0 0 0;
  background-color: #e6e6e6;
}

#quiz_in li #procAmount {
  color: #E48A00;
}

#quiz_in li input {
  padding: 0;
  margin: 0 5px 2px 0;
  vertical-align: middle;
  height: 12px;
  width: 12px;
}

#quiz_in #voteAmount {
  margin: 0 0 0 2px;
  text-align: center;
  width: 174px;
  display: block;
  color: #aaa;
}

#quiz_in #bottom {
  margin: 5px 0 0 0;
  clear: both;
  height: 30px;
  vertical-align: bottom;
}

#quiz_in #bottom a {
  margin: 0 0 0 2px;
  float: left;
  color: #2c556a;
  font-size: 9pt;
}

#quiz_in #bottom a:link,
#quiz_in #bottom a:visited {
  text-decoration: none;
}
#quiz_in #bottom a:hover,
#quiz_in #bottom a:active {
  text-decoration: underline;
}


#quiz_in #bottom #quiz_in_btn {
  background: url(/images/img/box_quiz_btn.png) 0 0 no-repeat;
  width: 78px;
  height: 27px;
  border: none;
  float: right;
  cursor: pointer;
}


/* === === === === === === === === === === === === === === === === === === === === */
/* ADVERTISMENTS (ADVERT) */
/* === === === === === === === === === === === === === === === === === === === === */

.advert {
  padding: 28px 0 0 0;
  background: url(/images/img/box_rekl_article.png) 0 0 no-repeat;
}

#advert_in {
  font-family: verdana, sans-serif;
}

#advert_in #advert_box {
  height: 250px;
  min-height: 250px;
  margin: 5px;
  border: 1px solid #DEB887;
}


/* === === === === === === === === === === === === === === === === === === === === */
/* GOOGLE */
/* === === === === === === === === === === === === === === === === === === === === */

.google_ads {
  padding: 28px 0 0 0;
  background: url(/images/img/box_google_article.png) 0 0 no-repeat;
}

#google_ads_in {
  font-family: verdana, sans-serif;
}

#google_ads_in #g_box {
  height: 150px;
  min-height: 150px;
/*  margin: 5px;*/
  border: 1px solid #DEB887;
}


/* === === === === === === === === === === === === === === === === === === === === */
/* APOLLO ADS */
/* === === === === === === === === === === === === === === === === === === === === */

.apollo_ads {
  margin: 0 0 0 -1px;
  width: 180px;
  height: 150px;
}

/* === === === === === === === === === === === === === === === === === === === === */
/* TOP 20 GAMES */
/* === === === === === === === === === === === === === === === === === === === === */

.top20 {
  padding: 28px 0 0 0;
  background: url(/images/img/box_top20_games.png) 0 0 no-repeat;
}

/* === === === === === === === === === === === === === === === === === === === === */
/* REKLAMA */
/* === === === === === === === === === === === === === === === === === === === === */

.right_reklama {
	height:718px;
}

