/* Main Layout */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333;
  margin:0;
  padding:0;
  border:0;
}

img { border: none; }
* { outline: 0 none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */
a, a:visited, a:active {
  color: #265B84;
  text-decoration: none;
  font-weight: normal;
  outline: 0 none; 
}

a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
  outline: 0 none; 
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #333333;
  text-decoration: none;
}

a.category:hover {
  color: #000000;
  text-decoration: underline;
}

/* Font types */
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #383838;
  font: normal 9px Arial, Helvetica, sans-serif;
}

.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
}

.category_big, .category_big a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.category {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #989898;
  background-color: #F0F0F0;
  font: normal 10px Arial, Helvetica, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.clear {
	clear: both;
}

/* Design Container Build */

#wrap {
	width:983px;
	overflow: hidden;
	margin:0 auto;
	background: url(style/base/wrap-bg.png) center top repeat-y;
	padding:0 7px 0 6px;
}

#top {
	width: 983px;
	height:51px;
	overflow: hidden;
}

#userpanel {
	width: 510px;
	height: 51px;
	float: left;
	overflow: hidden;
}

#login {
	width: 444px;
	height: 37px;
	overflow: hidden;
	padding: 14px 0 0 66px;
	white-space: nowrap;
}

.l-user, .l-user:focus {
	width: 95px;
	height: 13px;
	border:0;
	overflow: hidden;
	color: #eee;
	margin:0;
	padding: 6px 5px 5px 57px;
	line-height: 10px;
	display: block;
	float: left;
}

.lost-pw {
	float: left;
	padding-top: 3px;
	margin:0 10px;
}

.l-pw, .l-pw:focus {
	width: 91px;
	height: 13px;
	border:0;
	overflow: hidden;
	color: #eee;
	margin:0 12px 0 0;
	padding: 6px 5px 5px 62px;
	line-height: 10px;
	display: block;
	float: left;
}

.l-submit, .l-submit:focus {
	width: 26px;
	height: 25px;
	padding:0;
	margin:0;
	border:0;
	float: left;
	cursor: pointer;
	outline:none;
}

a.register, a.register:active, a.register:visited, a.register:hover {
	display: block;
	float: left;
	margin:0;
	padding:0;
	width: 26px;
	height: 25px;
}

#logged {
	color: #fff;
	width: 490px;
	height: 38px;
	padding: 13px 0 0 20px;
}

#counterbox {
	width: 360px;
	height: 33px;
	float: right;
	overflow: hidden;
	color: #eee;
	padding: 18px 0 0 113px;
}

.counter {
	float: left;
	width: 90px;
	height: 12px;
}

.counter2 {
	float: left;
	width: 82px;
	height: 12px;
}

.counter3 {
	float: left;
	width: 96px;
	height: 12px;
}

#header {
	width: 983px;
	height: 142px;
	overflow: hidden;
}

#swfheader {
	z-index:111;
}

#header-sponsor {
	position: absolute;
	z-index: 222;
	float:right;
	margin-left:500px;
	margin-top:25px;
}

#navibox {
	width: 983px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
}

#main {
	width: 983px;
	overflow: hidden;
	background: url(style/base/main-bg.jpg) center top repeat-y
}

#left {
	width: 617px;
	float: left;
	overflow: hidden;
}

#right {
	width: 366px;
	float: right;
	overflow: hidden;
}

#sliderbox {
	width: 374px;
	height: 173px;
	float: left;
	overflow: hidden;
	border-bottom:1px solid #000;
	background: url(style/base/slider-bg.jpg) center top no-repeat;
	padding: 3px 0 0 3px;
}

.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 377px;
	height: 176px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; 
	position: absolute; 
	left: 0;  
	top: 0;  
	width: 334px; 
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 40px; 
	height: 155px;
	text-align: center;
	padding:15px 0 0 0;
	position: absolute;
	margin: -176px 0 0 335px;
	z-index:99999;
}

.pagination a{
	display: block;
	width: 32px;
	height: 25px;
	padding:8px 1px 0 0;
	margin: 2px auto;
	text-decoration: none; 
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
	background: url(style/base/special-n-bg.png) center top no-repeat;
	outline: none;
}

.special-text {
	width: 321px;
	height: 37px;
	overflow: hidden;
	position: absolute;
	background: url(style/base/special-text-bg.png) center top no-repeat;
	margin: -44px 0 0 0;
	padding: 7px 0 0 10px;
	color: #fff;
	line-height:10px;
}

.special-text small {
	color: #fff;
	font-weight: bold;
	line-height:9px;
}

.special-text b {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size:11px;
	line-height:11px;
}

#topmatchbox {
	width: 240px;
	height: 176px;
	float: right;
	overflow: hidden;
	border-bottom:1px solid #000;
	background: url(style/base/topmatch-bg.jpg) center top no-repeat;
}

#topmatch-head {
	width: 240px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	padding-top:17px;
	margin-bottom: 3px;
}

#tmslider ul, #tmslider li{
	margin:0;
	padding:0;
	list-style:none;
}
#tmslider , #tmslider li{ 
	width:240px;	
	height:136px;		
	overflow:hidden;     
}

span#prevBtn{
	width: 34px;
	height: 19px;
	display: block;
	position: absolute;
	z-index:9999;
	overflow: hidden;
	margin:-162px 0 0 60px;
}			

span#nextBtn{
	width: 34px;
	height: 19px;
	display: block;
	position: absolute;
	z-index:9999;
	overflow: hidden;
	margin:-162px 0 0 146px;
}

.tm-inner {
	width: 184px;
	height: 136px;
	overflow: hidden;
	padding: 0 28px 0 28px;
	color: #eee;
}	

.tml1 {
	float: left;
	margin-bottom: 6px;
}

.tml2 {
	float: right;
	margin-bottom: 6px;
}

.tmml {
	display: block;
	width: 52px;
	height: 29px;
	margin: 12px 0 0 0;
	float: right;
}

#content {
	width: 617px;
	clear: both;
	overflow: hidden;
	padding: 25px 0 10px 0;
}

.content-inner {
	width:600px;
	padding: 0 8px 5px 9px;
}


#sc_resultbox {
	width: 366px;
	height: 175px;
	overflow: hidden;
}

#sc_videoplayer {
	width: 366px;
	height: 190px;
	overflow: hidden;
}

#sc_switch1 {
	width: 325px;
	height: 38px;
	overflow: hidden;
	padding: 0 0 0 41px;
}

#sc_switch1 a, #sc_switch1 a:active, #sc_switch1 a:visited {
	display: block;
	width: 84px;
	height: 29px;
	margin: 6px 1px 0 1px;
	float: left;
}

.switch_1_box {
	display: none;
}

#sc_newsbox {
	display: block;
}

/* sc_headlines.php */

.sc_hl {
	width: 366px;
	height: 38px;
	overflow: hidden;
	background: url(style/base/sc-hl-bg.jpg) center top no-repeat;
}

.sc_hl_content {
	width: 245px;
	height: 29px;
	float: left;
	overflow: hidden;
	margin: 5px 0 0 19px;
	padding: 1px 0 0 30px;
}

.sc_hl-rm {
	float: right;
	margin: 3px 3px 0 0;
}

.switch_1_box a, .switch_1_box a:active, .switch_1_box a:visited {
	color: #666;
	font-weight: bold;
	line-height:11px;
}

/* News Styles --> Top*/

h1.n-hl {
	font-size:12px;
	font-weight: bold;
	line-height:13px;
	margin:0;
	padding:0;
}

h1.n-hl a, h1.n-hl a:active, h1.n-hl a:visited, h1.n-hl a:hover {
	font-weight: bold;
}

.news_t_tbox {
	width: 600px;
	height: 35px;
	overflow: hidden;
	color: #999;
}

.news_t_tbox a, .news_t_tbox a:active, .news_t_tbox a:visited, .news_t_tbox a:hover {
	color: #999;
}

.newspic_t img {
	padding:1px;
	border: 1px solid #ccc;
	margin-bottom:5px;
}

.news_t_main {
	width: 600px;
	overflow: hidden;
	background: url(style/base/news-top-bg.jpg) center top repeat-y;
	margin-bottom:4px;
	color:#666;
}

.news_t_content {
	width: 435px;
	float: left;
	margin-right:12px;
}

.min-rm {
	padding-top:5px;
	margin-left: -9px;
}

.news_t_feature {
	width: 145px;
	float: right;
	background: url(style/base/news-top-f-top.jpg) 0 0 no-repeat;
	padding: 5px 4px;
	text-align: center;
}

.news_t_feature b {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
}

.news-votebox img {
	margin:0 -3px;
}

.relatedlinks a, .relatedlinks a:active, .relatedlinks a:visited {
	color:#666;
}

.relatedlinks a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* News Styles --> Small */

.news_s_box {
	width: 167px;
	float: left;
	overflow: hidden;
	margin: 0 16px 15px 16px;
	color:#999;
}

.news_s_picbox {
	width: 161px;
	height:41px;
	border:1px solid #ccc;
	padding:2px;
	overflow: hidden;
}

.newspic {
	width: 161px;
	height:41px;
	overflow: hidden;
}

.newspic img {
	height: 41px !important;
}

.news_s_content {
	width: 158px;
	overflow: hidden;
	color:#666;
	margin: 9px auto 9px auto;
}

.news-s-votebox{
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}


.news-s-votebox img {
	margin:0 -5px;
}

/* latest Results */

.resultsbox {
	width: 364px;
	height: 144px;
	overflow: hidden;
	white-space: nowrap;
}

.lastresult {
	width: 364px;
	height: 25px;
	overflow: hidden;
	padding: 8px 0px 3px 8px;
	vertical-align: middle;
	font-size: 11px;
	white-space: nowrap;
}

.lastresult_inner {
	width: 280px;
	float: left;
}

.lastresult a, .lastresult a:active, .lastresult a:visited {
	color:#333;
	font-weight: bold;
}

.lastresult a:hover {
	text-decoration: none;
}

.lastresult img {
	padding-right:3px;
	float: left;
}

.lastresult .gamename {
	font-weight: bold;
	text-transform: uppercase;
	padding:0 5px;
	display: inline-block;
	width: 25px;
}

.lr_result {
	width:75px;
	height: 18px;
	float: right;
	overflow: hidden;
	white-space: nowrap;	
	margin: 1px 0 0 0;
}

.lr_result img {
	float: none;
	vertical-align: middle;
	margin-top: -2px;
}

#resultlinks {
	width: 250px;
	height:28px;
	white-space: nowrap;
	padding: 7px 0 0 114px;
}

#resultlinks img {
	padding: 0 2px;
}

/* Sc_files */

.sc_lf {
	width: 366px;
	height: 38px;
	overflow: hidden;
	background: url(style/base/sc-hl-bg.jpg) center top no-repeat;
}

.sc_lf_content {
	width: 285px;
	height: 23px;
	float: left;
	overflow: hidden;
	margin: 5px 0 0 9px;
	padding: 7px 0 0 0px;
	font-size:11px;
}

/* Switch box 2 */

#sc_switch2 {
	width: 334px;
	height: 39px;
	overflow: hidden;
	padding: 0 0 0 32px;
}

#sc_switch2 a, #sc_switch2 a:active, #sc_switch2 a:visited {
	display: block;
	width: 93px;
	height: 29px;
	margin: 6px 4px 0 5px;
	float: left;
}

.switch_2_box {
	display: none;
}

#sc_pollbox {
	display: block;
}

/* Sc Poll */

.poll-q {
	width: 316px;
	height: 42px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 8px 30px 0 20px;
}

.poll-answ {
	width: 357px;
	height: 36px;
	overflow: hidden;
	background: url(style/base/poll-answ-bg.jpg) center top no-repeat;
	font-weight: bold;
	font-size: 11px;
	padding: 7px 0 0 9px;
}

label {
	cursor: pointer;
}

.poll-answ input {
	vertical-align: middle;
}

.poll-line {
	width: 251px;
	height:11px;
	background: url(style/base/poll-line-bg.jpg) center top no-repeat;
	position: absolute;
	margin:19px 0 0 0;
}

.poll-perc {
	position: absolute;
	width: 30px;
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
	margin: 10px 0 0 270px;
	font-size: 12px;
}

.poll-input {
	position: absolute;
	width: 30px;
	height: 16px;
	overflow: hidden;
	margin: 8px 0 0 312px;
}

/* Poll Jquery Styles */

.poll-answ label {
	display: block;
	width: 357px;
	height: 36px;
	position: absolute;
	z-index:333;
}

.poll-answ label.radio_unchecked  {	
	background: url(style/base/poll-input-normal.jpg) 315px 10px no-repeat;
}

/* Hover State */
.poll-answ label:hover{
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.crirHidden {
	position: absolute;
	left: -1000px;
}

/* Sc Poll Buttons */

.pollsubmit, .pollsubmit:focus {
	display: block;
	float: left;
	width:170px;
	height: 28px;
	overflow: hidden;
	border:0;
	outline: none;
	cursor: pointer;
	margin:1px 0 0 1px;
}

.showpolls {
	display: block;
	width: 194px;
	height: 28px;
	overflow: hidden;
	float: right;
	background: url(style/base/poll-acrhiv-btn.jpg) center top no-repeat;
	margin:1px 0 0 0;
}

.pollcomments {
	display: block;
	width: 170px;
	height: 28px;
	overflow: hidden;
	float: left;
	margin:1px 0 0 1px;
}

/* TS Viewer */

.tsviewer {
	width: 312px;
	height: 340px;
	overflow: hidden;
	padding: 10px 42px 0 10px;
}

/* sc Topuser */

.sc_tu {
	width: 366px;
	height: 38px;
	overflow: hidden;
	background: url(style/base/sc-hl-bg.jpg) center top no-repeat;
	margin:0;
}

.sc_tu_content {
	width: 285px;
	height: 23px;
	float: left;
	overflow: hidden;
	margin: 5px 0 0 9px;
	padding: 7px 0 0 0px;
	font-size:11px;
	color: #fff;
}

.sc_tu_content img {
	vertical-align: middle;
}

/* Searchbox */

#sc_searchbox {
	width: 510px;
	height: 38px;
	overflow: hidden;
	background: url(style/base/search.jpg) center top no-repeat #fff;
	padding: 24px 0 0 107px;
	border-bottom: 5px solid #ccc;
}

#sc_searchbox img, #sc_searchbox input {
	vertical-align: middle;
}

#quicksearch, #quicksearch:focus {
	width: 122px;
	height: 22px;
	overflow: hidden;
	margin:0;
	padding: 0 4px;
	border:1px solid #ccc;
	color: #999;
}

#qsearchsubmit, #qsearchsubmit:focus {
	width: 58px;
	height: 24px;
	border:0;
	margin:0 7px;
	padding:0;
}

#sc_searchbox a, #sc_searchbox a:active, #sc_searchbox a:visited, #sc_searchbox a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* Footer */

#footer {
	width: 965px;
	height: 116px;
	overflow: hidden;
	clear: both;
	padding: 10px;
	margin:0 auto;
	box-shadow:0px 0px 8px #000;
}

#footer-left {
	width: 165px;
	height: 120px;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

#footer-middle {
	width: 630px;
	height: 116px;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	text-align: center;
}

#footer-middle img {
	margin-bottom: 4px; 
}

#footer-right {
	width: 165px;
	height: 120px;
	float: left;
	padding-right:-15px;
	text-align:right;
}

#footer-right img {
	margin-bottom: 10px; 
}

/* Navigation */

#navicon {
	width: 50px;
	height: 30px;
	overflow: hidden;
	padding: 10px 0 0 20px;
	float: left;
}

#navibox ul {
	margin:0;
	padding:0;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
}

#navibox ul li {
	margin:0;
	padding:0;
	list-style: none;
	overflow: hidden;
	float: left;
	width:auto;
	height: 40px;
	text-align: center;
	display:block;
}

#navibox ul li.fit {
	width: 10px;
}

#navibox ul li a, #navibox ul li a:active, #navibox ul li a:visited {
	display: block;
	width: 89px;
	height: 26px;
	margin:5px auto 0 auto;
	overflow: hidden;
	padding:11px 0 0 0;
	background: none;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #000;
}

#navibox ul li a.nav-short, #navibox ul li a.nav-short:active, #navibox ul li a.nav-short:visited {
	width: 89px;
	padding:0px;
	color:#FFF;
	text-decoration:none;
	line-height:30px;
}


.scrolltext_box {position:relative; background:#fff; border-bottom:1px dotted #09F; padding:5px; margin-bottom:5px; font-weight:bold; font-size:12px; color:#09F; text-shadow:0px 0px 0px #000;}

 kg ak

