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

img { border: none; }

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

/* Links */
a.anwesend, a.anwesend:visited, a.anwesend:active {
	font-weight: normal;
	color: #00CC00;
	text-decoration: none;

}

a.anwesend:hover {
	font-weight: bold;
	color: #00CC00;
	text-decoration: none;
}

a.entschuldigt, a.entschuldigt:visited, a.entschuldigt:active {
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;

}

a.entschuldigt:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}


a.unentschuldigt, a.unentschuldigt:visited, a.unentschuldigt:active {
	font-weight: normal;
	color: #DD0000;
	text-decoration: none;

}

a.unentschuldigt:hover {
	font-weight: bold;
	color: #DD0000;
	text-decoration: none;
}

a, a:visited, a:active {
  color: #265B84;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #265B84;
  text-decoration: underline;
  font-weight: normal;
}

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: #FFFFFF;
  text-decoration: none;
}

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

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

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

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

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

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

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

input, textarea, select {
  border: 1px solid #FFF;
  background-color: #000000;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #FFFFFF;
  background-color: #000000;
  color: #FFFFFF;
}

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: #000000;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-left: 4px solid #FFFFFF;
  padding: 4px 10px;
  z-index: 100;
}

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

/* BBCode Tags */
.quote {
  color: #FFFFFF;
  text-align: left;
  font: normal 9px Verdana, 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: #FFFFFF;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

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

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

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

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

/* Design-Base  */

#b {
	background: url(style/base/bg.png);
}

#head {
	width: 100%;
	height: 169px;
	overflow: hidden;
}

#header {
	width: 1002px;
	height: 169px;
	position: relative;
	margin:0 auto;
}

#header a, #swfheader{
	position: absolute;
	z-index: 20;
}

#hl1 {
	top: 49px;
	left: 48px;
	z-index:21;
}

#hl2 {
	top: 45px;
	left: 463px;
	z-index:21;
}

#wrap {
	width: 998px;
	height: auto;
	overflow: visible;
	margin: 0 auto;
}

#navigation {
	width: 998px;
	height: 69px;
	overflow: visible;
}

#features {
	width: 969px;
	height: 218px;
	overflow: hidden;
	background: url(style/base/features-bg.png) center top no-repeat;
	position:relative;
	padding: 13px 0 0 29px;
}

#login-sponsors {
	width: 998px;
	height: 186px;
	overflow: hidden;
	background: url(style/base/login-sponsors-bg.png) center top no-repeat; 
}

#main {
	width: 998px;
	height: auto;
	background: url(style/base/main-bg.png) center top repeat-y;
}

#content {
	width: 528px;
	height: auto;
	float: left;
	margin: 10px 0 0 17px;
}

#sidebar {
	width: 400px;
	height: auto;
	float: right;
	margin: 10px 17px 0 0;
}

#footer {
	width: 998px;
	height: 98px;
	overflow: visible;
	position: relative;
	clear: both;
}

#footer-full {
	width:100%;
	height: 250px;
	overflow: hidden;
	clear: both;
	background: url(style/base/footer-bottom.png) center bottom repeat-x;
}

#footer-full-inner {
	width:100%;
	height: 200px;
	overflow: hidden;
	clear: both;
	text-align: center;
	padding-top:50px;
	text-shadow: 1px 3px 3px #000;
	background: url(style/base/footer-shadow.png) center -50px no-repeat;
}

#footer-lights {
	width: 978px;
	height: 220px;
	top:40px;
	position: absolute;
	padding: 80px 0 0 20px;
	font-size:9px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	color:#FFF;
}

#footer-full-inner div {
	position: absolute;
	z-index:11;
	width:800px;
	left: 50%;
	margin-left:-400px;
}

#footer-full-inner div a, #footer-full-inner div a:active, #footer-full-inner div a:visited, #footer-full-inner div :hover {
	font-weight: bold;
}


/* Navigation */

#navigation ul {
	width: 731px;
	height: 48px;
	white-space: nowrap;
	float: left;
	display: block;
}

#navigation ul, #navigation ul li{
	margin:0;
	padding:0;
	position: relative;
	list-style: none;
}

#navigation ul li{
	display: block;
	float: left;
	overflow: visible;
	margin:0 2px 0 0;
	text-align: center;
}

#navigation ul li a, #navigation ul li a:active, #navigation ul li a:visited{
	display: block;
	z-index:20;
	position:relative;
	outline: none;
	width: 119px;
	height: 31px;
	color:#fff;
	text-shadow: 1px 0px 1px #000;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial;
	padding-top:17px;
}

#navigation ul li a:hover {
	text-decoration: none;
}

#navigation ul li .hover, #navigation ul li .hover-home {
	position:absolute;
	width:100%;	
	height:48px;
	left:0; 
	top:0;	
	z-index:1;		
	display:none;	
}

/* Dropdown */

#navigation ul li:hover ul, #navigation ul li:hover div{
	display: block;
}

#navigation ul li ul{
	position: absolute;
	display: none;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #f22d27;
	border-right: 1px solid #f22d27;
	-moz-box-shadow: 1px 3px 4px #000;
	-webkit-box-shadow: 1px 3px 4px #000;
	box-shadow: 1px 3px 4px #f22d27;
	background:url(style/base/navi-bg.png) 0px 0px repeat-y transparent;
}

#navigation ul li ul li{
	border: 0;
	float: none;
	margin:0;
	padding:0;
}

#navigation ul li ul li a, #navigation ul li ul li a:active, #navigation ul li ul li a:visited {
	display: block;
	width: 70%;
	height: 15px;
	text-align: left;
	color: #fff;
	text-transform: none;
	padding: 7px 15%;
}


/* Quicksearch */

#quicksearch-con {
	width: 255px;
	height: 48px;
	float:right;
	overflow: hidden;
	position: relative;
}

#quicksearch-submit, #quicksearch-submit:focus {
	position: absolute;
	top:9px;
	right: 21px;
	width: 56px;
	height: 29px;
	border:none;
	background: transparent;
	cursor: pointer;
}

#quicksearch, #quicksearch:focus {
	position: absolute;
	top:8px;
	left: 11px;
	width: 162px;
	height: 31px;
	border:none;
	background: transparent;
	font-size:9px;
	font-family: Arial;
	font-weight: bold;
}

/* Features/Specials */

#features ul.ui-tabs-nav{ 
	position:absolute; 
	top:0px; 
	left:552px; 
	list-style:none; 
	padding:0; 
	margin:0; 
	width:428px; 
	overflow:auto;
	overflow-x:hidden;
	margin:5px 0 0 0;
}

#features ul.ui-tabs-nav li{ 
	display: block;
	height: 63px;
	width: 428px;
	margin-bottom:2px;
	text-align: right;
}

#features li.ui-tabs-nav-item a{ 
	display:block; 
	width: 392px;
	height:49px; 
	padding: 7px 18px;
	text-decoration:none;
	color:#FFF;  
	line-height:20px; 
	outline:none;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 9px;
}

#nav-fragment-1 a {
	background:url(style/base/feature-hover-t.png) 10px 63px no-repeat;
}

#nav-fragment-2 a {
	background:url(style/base/feature-hover.png) 0 63px no-repeat;
}

#nav-fragment-3 a {
	background:url(style/base/feature-hover-b.png) 0 63px no-repeat;
}

#features li.ui-tabs-nav-item a:hover, #features li.ui-tabs-selected, #features ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background-position:0 0; 
}

#features .ui-tabs-panel{ 
	width:525px; 
	height:176px; 
	position:relative;
}
#features .ui-tabs-hide{ 
	display:none; 
}

#features li.ui-tabs-nav-item a b {
	display: block;
	text-transform: uppercase;
	padding-top:4px;
}

/* Userpanel - Login */

#userpanel {
	width: 370px;
	float: right;
	height: 186px;
	overflow: hidden;
}

#login {
	width: 370px;
	height: 179px;
	overflow: hidden;
	padding-top: 7px;
}

#login_u, #login_u:focus, #login_u:active, #login_p, #login_p:focus, #login_p:active {
	width: 230px;
	height: 26px;
	background: none;
	border: 0;
	display: block;
	float: right;
	margin: 6px 30px 6px 0;
	padding:5px;
	font-weight: bold;
}

#login_p, #login_p:focus, #login_p:active {
	width: 215px;
}

#login_s, #login_s:focus, #login_s:active {
	width: 100px;
	height: 37px;
	background: none;
	border: 0;
	display: block;
	float: right;
	margin: 8px 30px 6px 0;
	cursor: pointer;
}

#logged {
	width: 320px;
	height: 180px;
	float: right;
	padding-top:6px;
}

#lost-pw {
	display: inline-block;
	position: absolute;
	margin:105px 0 0 70px;
}

#reg {
	display: inline-block;
	position: absolute;
	margin:125px 0 0 70px;
}

/* Sponsoren */

#sponsor {
	width: 587px;
	height: 115px;
	float: left;
	overflow: hidden;
	margin: 25px 0 0 30px;
}

#sponsor-inner {
	width: 490px;
	margin:0 auto;
	overflow: hidden;
}

#sponsor-karussel {
	margin:0;
	padding:0;
}

#sponsor-karussel li {
	width: 248px;
	height: 119px;
	overflow: hidden;
}

#sponsor-karussel li a {
	width: 248px;
	height: 119px;
	overflow: hidden;
	display: block;
	
}

#sponsor-karussel li a:hover {
	background-position: 0 -119px !important;
}

#sponsor-prev, #sponsor-next {
	display: block;
	position: absolute;
	z-index: 999999;
	width: 30px;
	height: 29px;
	margin: 40px 0 0 -5px;
}

#sponsor-next {
	margin: 40px 0 0 550px;
}

#sponsor-prev:hover, #sponsor-next:hover {
	background-position: 10px -30px;
}

/* News */

.news {
	width: 528px;
	height: auto;
	overflow: visible;
	margin: 10px auto;
	position: relative;
}

.news-date {
	width: 45px;
	height: 47px;
	overflow: hidden;
	position: absolute;
	margin: 60px 0 0 -35px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.news-date span {
	font-size: 12px;
}

.news-head {
	width: 488px;
	height: 23px;
	background: url(style/base/news-head-bg.png) center top no-repeat;
	padding: 20px;
}

.news-comments {
	width: 118px;
	height: 23px;
	text-align: right;
	position: absolute;
	overflow: hidden;
	margin-left: 370px;
	white-space: nowrap;
}

.news-comments a, .news-comments a:active, .news-comments a:visited, .news-comments a:hover {
	color:#FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial;
}

.news-comments a:hover {
	text-decoration: underline;
}

.news-content {
	width: 488px;
	background: url(style/base/news-content-bg.png) center top repeat-y;
	padding: 0px 20px 2px 20px;
	color: #FFF;
}

.news-pic {
	width: 488px;
	height: 44px;
	overflow: hidden;
	margin:0 auto 10px auto;
}

.news-foot {
	width: 488px;
	height: 23px;
	background: url(style/base/news-foot-bg.png) center top repeat-y;
	padding: 0px 20px 0 20px;
}

.gray-line {
	width: 488px;
	margin:5px auto;
	height:1px;
	border-bottom:1px solid #FFF;
}

.news-t {
	text-transform: uppercase;
	font-size: 11px;
	font-family: Verdana;
	text-shadow: 1px 0px 1px #000;
}

.news-vote {
	position: absolute;
	width: 80px;
	height: 12px;
	margin: 3px 0 0 408px;
	white-space: nowrap;
}

.news-vote img{
	margin-left: -2px;
}

/* News-Switch */

#news-switch {
	width: 453px;
	height: 42px;
	clear: both;
	margin:0 0 20px 0;
	padding: 1px 0 0 125px;
}

#news-switch a, #news-switch a:active, #news-switch a:visited {
	width: auto;
	height: 18px;
	display: block;
	padding: 12px 10px;
	color: #FFF;
	float: left;
	text-transform: uppercase;
}

#news-switch a:hover, #news-switch a.cs, #news-switch a.cs:active, #news-switch a.cs:visited, #news-switch a.cs:hover {
	background: url(style/base/news-cat-hover.png) center top repeat-x;
	color: #FFF;
	text-decoration: none;
}

/* sc_headlines.php */

#sc_headlines_out {
	width: 528px;
	height: 244px;
	overflow: visible;
	margin: 20px 0 0 0;
	padding-bottom: 41px;
}

#sc_headlines {
	width: 528px;
	height: 244px;
	overflow: visible;
	margin: 20px 0 0 0;
	padding-top: 41px;
}

#sc_headlines a.hl-panel, #sc_headlines a.hl-panel:active, #sc_headlines a.hl-panel:visited {
	width: 528px;
	height: 40px;
	background:none;
	display: block;
	color:#FFF;
	font-weight: bold;
	position: relative;
}
#sc_headlines a.hl-panel:hover {
	background: url(style/base/sc-headlines-hover.png) center no-repeat;
	text-decoration: none;
}

#sc_headlines a.last-panel:hover {
	background: url(style/base/sc-headlines-hover-last.png) center top no-repeat !important;
}

#sc_headlines a span {
	position: absolute;
	top: 13px;
	left: 10px;
}

#sc_headlines a b {
	position: absolute;
	top: 13px;
	left: 450px;
	text-align: right;
}

/* Pagelinks-Headlines */

#sc-hl-pl {
	width: 528px;
	height: 20px;
	overflow: visible;
	position: relative;
	clear: both;
	margin-top:260px;
	position:absolute;
	z-index:10;
}

#sc-hl-pl a, #sc-hl-pl a:active, #sc-hl-pl a:visited {
	display: block;
	width: 25px;
	height: 17px;
	background: url(style/base/pl.png) center top no-repeat;
	overflow: hidden;
	text-align: center;
	color:#FFF;
	display: inline-block;
	font-weight: bold;
	font-size:11px;
	padding:4px 0;
	margin-right:4px;
}

#sc-hl-pl b {
	display: block;
	width: 25px;
	height: 17px;
	overflow: hidden;
	text-align: center;
	color:#FFF;
	display: inline-block;
	font-weight: bold;
	font-size:11px;
	padding:4px 0;
	margin-right:4px;
}

/* sc-results.php */

#sc-results-top {
	width: 226px;
	height: 91px;
	overflow: hidden;
	white-space: nowrap;
	padding: 13px 0 0 174px;
	text-align: left;
}

#sc-results-top span {
	display: block;
	width: 36px;
	height: 22px;
	overflow: hidden;
	float: left;
	text-align: center;
	padding-top:6px;
	text-transform: uppercase;
	color:#FFF;
	text-shadow: 1px 0px 1px #FFF;
	margin-right:1px;
	font-size:10px;
}

a.sc-res-panel, a.sc-res-panel:active, a.sc-res-panel:visited {
	display: block;
	width:400px;
	height: 42px;
	position: relative;
	font-weight: bold;
}

a.sc-res-panel:hover {
	background: url(style/base/wars-hover.png) center;
	font-weight: bold;
}

.p1 {
	background: url(style/base/sc-res-p1.png) center top no-repeat;
}

.p2 {
	background: url(style/base/sc-res-p2.png) center top no-repeat;
}

a.sc-res-panel .g {
	display: block;
	float: left;
	width: 74px;
	margin-top:13px;
	text-transform: uppercase;
	text-align: center;
	color:#FFF;
}

a.sc-res-panel .t {
	display: block;
	float: left;
	width: 223px;
	margin-top:13px;
	padding:0 10px;
}

a.sc-res-panel .t span {
	color:#FFF;
}

a.sc-res-panel .r {
	display: block;
	float: right;
	width: 73px;
	margin-top:13px;
	text-align: center;
}

/* sc_videos.php */
/* playlist use classes from sc_results */

#sc_videos {
	width: 400px;
	height: 267px;
	clear: both;
	position: relative;
}

#toogleList {
	display: block;
	width: 76px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	top:30px;
	right: 20px;
}

#toogleList:hover {
	background-position:0 -15px;
}

#ytph {
	width: 382px;
	height: 161px;
	position: absolute;
	margin: 61px 0 0 9px;
}

#playfirstvid {
	width: 382px;
	height: 161px;
	position: absolute;
	margin: 61px 0 0 9px;
	display: block;
}

#playerlist {
	width:400px;
	height: auto;
	overflow: hidden;
	display: none;
}

#playerlist a span {
	margin-top:6px;
}

#playerlist a .r {
	display: none;
}

#playerlist a:hover .r {
	display: block;
	margin-top: 11px;
}
#playerlist a:hover .r2 {
	display: none;
}

#playerlist a.selected .r {
	display: none;
}

#playerlist a.selected .r2 {
	display: block;
	margin-top: 11px;
}




#playerfunc {
	position: absolute;
	width: 380px;
	height: 14px;
	top: 235px;
	left: 20px;
}

#playerfunc a, #playerfunc a:active, #playerfunc a:visited{ 
	display: block;
	float: left;
	height:14px;
	overflow: hidden;
	width: 14px;
	margin-right:15px;
}

#playerfunc #last {
	background-position: 0 0;
}

#playerfunc #last:hover {
	background-position: 0 -14px;
}

#playerfunc #play {
	background-position: -30px 0px;
}

#playerfunc #play:hover {
	background-position: -30px -14px !important;
}

#playerfunc #pause {
	background-position: -60px 0px;
}

#playerfunc #pause:hover {
	background-position: -60px -14px !important;
}

#playerfunc #next {
	background-position: -90px 0px;
}

#playerfunc #next:hover {
	background-position: -90px -14px;
}

#progressbar {
	width: 220px;
	height: 2px;
	background:#000;
	position: absolute;
	margin: 7px 0 0 140px;
}

#progress {
	width:0%;
	height:2px;
}

/* latesttopics.php */

#latesttopics_top {
	width: 400px;
	height: 53px;
	overflow: hidden;
	position: relative;
}

#latesttopics_top a, #latesttopics_top a:active, #latesttopics_top a:visited {
	display: block;
	width: 83px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	top:23px;
	right: 20px;
}

#latesttopics_top a:hover {
	background-position:0 -15px;
}

#latesttopics {
	width:400px;
	height: auto;
	overflow: visible;
}

#latesttopics_con a, #latesttopics_con  a:active, #latesttopics_con  a:visited {
	display: block;
	width:380px;
	height: 32px;
	position: relative;
	font-weight: bold;
	padding: 15px 0 0 20px;
	color:#FFF;
}
#latesttopics_con a:hover {
	text-decoration: none;
}

/*Shoutbox */

#shoutbox_container {
	width: 40px;
	height: 100px;
	position: fixed;
	right:0;
	margin-top:100px;
	overflow: hidden;
	z-index:103;
}

#shoutbox_toogle {
	position: absolute;
	top:0;
	left:0;
	display: block;
	width: 40px;
	height: 100px;
}

#shoutbox_content {
	width: 154px;
	margin-left:45px;
	padding: 10px;
	border:1px solid #000;
	background:url(style/base/main-bg.png) -200px 0px repeat-y transparent;
	-moz-box-shadow: 5px 3px 4px #000;
	-webkit-box-shadow: 5px 3px 4px #000;
	box-shadow: 5px 3px 4px #000;
}

#shoutbox {
	overflow: hidden;
}

.sb {
	width: 137px;
	padding:3px;
	border:1px solid #000;
	margin:2px auto;
	font-size:9px;
}

.sb small {
	font-family: Arial;
	font-size:9px !important;
}

.sb a, .sb a:active, .sb a:visited, .sb a:hover {
	font-weight: bold;
}

#shoutbox_sender {
	margin:0 auto;
	padding-top: 15px;
	clear: both;
	width: 155px;
	text-align: center;
}

#shoutbox_sender img {
	vertical-align: middle;
}

/*Gameserverviewer */

#gameserver_container {
	width: 40px;
	height: 120px;
	position: fixed;
	right:0;
	margin-top:306px;
	overflow: hidden;
	z-index:101;
}

#gameserver_toogle {
	position: absolute;
	top:0;
	left:0;
	display: block;
	width: 40px;
	height: 120px;
}

#gameserver_content {
	width: 164px;
	margin-left:45px;
	padding: 5px;
	border:1px solid #000;
	background:url(style/base/main-bg.png) -200px 0px repeat-y transparent;
	-moz-box-shadow: 5px 3px 4px #000;
	-webkit-box-shadow: 5px 3px 4px #000;
	box-shadow: 5px 3px 4px #000;
}

.sc_servers {
	width: 135px;
	line-height: 16px;
	height: 30px;
	padding-left: 35px;
	margin: 8px 0;
	clear: both;
}

.sc_servers  img {
	position: absolute;
	margin:6px 0 0 -30px;
}

/*TS */

#ts_container {
	width: 40px;
	height: 104px;
	position: fixed;
	right:0;
	margin-top:201px;
	overflow: hidden;
	z-index:102;
}

#ts_toogle {
	position: absolute;
	top:0;
	left:0;
	display: block;
	width: 40px;
	height: 104px;
}

#ts_content {
	width: 254px;
	margin-left:45px;
	padding: 10px;
	border:1px solid #000;
	background:url(style/base/main-bg.png) -200px 0px repeat-y transparent;
	-moz-box-shadow: 5px 3px 4px #000;
	-webkit-box-shadow: 5px 3px 4px #000;
	box-shadow: 5px 3px 4px #000;
	overflow-x: hidden;
}

#ts_content a img {
	display: none !important;
}


/* jScroll Stuff */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 101;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
}
.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
/*Followers Addon */

#follower_container {
	width: 1px;
	position: fixed;
	left:0;
	margin-top:100px;
	overflow: visible;
	z-index:101;
}

.follower-ico {
	width: 50px;
	height: 50px;
	overflow: visible;
	display: block;
	margin: 0 0 5px -25px;
}

.follower-ico .follower-img {
	width: 50px;
	height: 50px;
}