body {
    color: #222;
    margin: 0 auto;
    font-family: Arial,sans-serif;
    font-size: 13px;
    width: 1000px;
	background: #fff;
}
a {
    color: #0066ff;
}
h1 {
    background: #444;
    color: #eee;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
strong {
    font-weight: bold;
}
#header {
    margin: 10px 0; 
}
#logo {
    float: left;
    margin-left: 5px;
}
ul,ol {
    margin-left: 20px;
}
ul li {
    list-style-type: square;
}
.social {
    float: right;
    margin-top: 22px;
    width:140px;
	text-align:right;
}
#vk_like {
    margin-top:9px;
    float:right;
}
#social-vk,#social-twitter {
    height: 40px;
    width: 40px;
}
.c0 {
    width:25px;
    text-align:right;
    color: #888;
    font-size:11px;
}
.c1 {
    width: 405px;
    padding-left: 10px;
    padding-right: 24px;
}
.c2 {
    width: 200px;
}
.c3 {
    width: 200px;
}
.c4 {
    text-align: center;
    width: 70px;
}
.c5 {
    padding-right: 20px;
    width: 50px;
    text-align: right;
}
.pc {
    width:15px;
    padding-left:10px;
    text-align:right;
    color: #888;
    font-size:11px;
}
.pc1 {
    width:405px;
    padding: 0 10px;
}
.pc2 {
    width:75px;
    padding: 0 10px;
    text-align:right;
}
.clear {
    clear: both;
}
i.icons {
    position: absolute;
    background: url(/img/icons.png);
    height: 16px;
    width: 16px;
    margin-top: 5px;
}
    i.vote {
            background-position: 0 0;
    }
    i.voted {
            background-position: -16px 0;
    }
    i.steam {
            background-position: -32px 0;
            margin-left: -20px;
    }

a.connect {
    position: relative;
    height: 16px;
    width: 16px;
}
span.steam {
    font-size: 10px;
    padding: 0 5px;
    margin: 0 5px 0 0;
}	
span.steam a {
    /*text-decoration: none;*/
    color: #222;
}
tr i.steam{
    opacity: 0.4;
}
tr:hover i.steam {
    opacity: 0.9;
}
a.map {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #222;
}
a.map:hover {
    text-decoration: none;
    border-bottom: 1px solid #222;
}
thead tr {
    background: #eee;
    border-bottom: 1px solid #ccc;
}
tr {
    line-height: 26px;
}
tbody tr {
    border-bottom: 1px solid #eee;
}
tbody tr:hover {
    background: #efefef;
}
.view-mapimg {
    margin: 10px;
    width: 160px;
    float: left;
}
.view-mapimg img {
    height: 120px;
    width: 160px;
}
.view-server {
}
.view-info {
    margin: 10px 0;
    float: left;
}
.view-info p {
    line-height: 24px;
}
.view-1block {
    float: left;
    width: 495px;
}
.view-2block {
    float: right;
    width: 495px;
}
.comments {
    padding-top: 3px;
    background: #DAE2E8;
}
.error {
    border: 1px solid #FFBCBC;
    background: #ffeded;
    padding: 3px 10px 3px 10px;
    margin-bottom: 10px;
    border-radius:5px;
}
.error p.head{
    font-weight:bold;
    font-size:14px;
    margin:5px 0;
    color:#FC3A3A;
}
.error ul{
    margin-bottom:5px;
    
}
.error ul li {
    line-height:20px;
    list-style-type:disc;
}
.error a {
    color: #910000;
}

fieldset {
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}
legend {
    font-weight: bold;
    color: #444;
    margin-left:150px;
}

form.add {
    margin:10px 0;
}
dl {
    padding-top: 14px;
}
dt {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 140px;
}
dd {
    float: left;
    width: 180px;
}
dd input {
    width: 175px;
}
input.check {
    width: auto;
}

dd.info {
    margin-left: 20px;
    color: #666;
    font-size: 11px;
    padding-top: 3px;
    width: auto;
}
.done {
    background: #eee;
    padding: 10px 10px 10px 150px;
}
.done input {
    height: 27px;
    width: 175px;
}
span.star {
    color: #ff0000;
}
.succ {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.succ-left {
    float: left;
    width: 480px;
    padding: 0 0 10px 10px;
}
.succ-right {
    float: right;
    width: 480px;
    padding: 0 10px 10px 0;
}
.succ-img {
    text-align: center;
}
.succ-right textarea,.succ-left textarea {
    width: 470px;
    height: 100px;
}
.voteup img {
    vertical-align: middle;
    margin-top: -4px;
}
.dontwork {
    padding: 10px;
}
.post {
    margin: 0 0 20px 0;
}
.posttext {
    padding: 10px;
    background: #F7F7F7;
}
h1.posttitle {

}
#inform-area {
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    z-index: 10000;
}
.inform-ok, .inform-error {
    padding: 10px;
    margin: 10px 10px 0 0;
    color: #fff;
    border-radius: 5px;
-moz-border-radius: 5px;
}
.inform-ok {
    background: #00a022;
}
.inform-error {
    background: #a00000;
}
#footer {
    margin: 20px 0;
    padding-top:10px;
    border-top:1px solid #ccc;
}
.fooleft{
    float:left;
    width:700px;
}
.fooright{
    float:right;
    width:280px;
    margin-top:1px;
    text-align:right;
}
    .fooright a{
        
    }
#footer p {
    margin: 3px 0;
}
#footer p.top{
    margin-top:0;
}
#footer p.up{
    margin-top:-2px;
}
#footer p.up a{
    color:#444;
}
#footer .fooleft .copy{
    width:60px;
    float:left;
    text-align:right;
    margin-right:5px;
    color: #777;
    height:33px;
}
.footinform{
    width: 400px;
    float:left;
}
.footlinks{
    width: 235px;
    float:left;
}
.footlinks p.top,.fooright p.top{
    font-size:11px;
}
.footlinks p.system a{

}
.hello_kitty {
    color: #ccc;
}
.hello_kitty a {
    color: #ccc;
}

#footer p.system{
    color: #444;
    font-size: 11px;
}
#footer p.system a{
    color: #444;
}
#bot-widgets {
    border-top: 1px solid #ccc;
    padding-top:20px;
    margin-top: 20px;
}
#bot-widgets .block {
    float: left;
    width: 300px;
    margin: 0 16px 0 17px;
}
.new-servers {
    border: 1px solid #ccc;
    width: 299px;
    font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
    font-size: 11px;
}
    .new-servers h3 {
        border-bottom: 1px solid #e2e2e2;
        background: #e6e7ea;
        line-height: 20px;
        font-weight: bold;
        color: #596578;
        padding-left: 10px;
    }
    .new-servers ul.newserv {
        margin-left: 10px;
    }
        .new-servers ul.newserv li {
            display: block;
            line-height: 25px;
            list-style: none;
        }
            .new-servers ul.newserv li span {
                color: #777;
            }
#inform-box {
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
#inform-box p {

}
#inform-box span{
    color: #222;
}
h2 {
    font-weight: bold;
}
.searchbox {
    padding: 10px;
    margin-bottom: 20px;
}
    .searchbox .search_type {
        margin-bottom: 10px;
    }
dl.radio {
    padding-top: 8px;
}
.accordion {
    padding: 10px;
}
h2 {
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
}
h2.first {
    margin-top: 0;
}
.accordion h3 {
    font-size: 13px;
    margin-top: 10px;
    margin-left: 10px;
}
.accordion h3 a {
    text-decoration: none;
    border-bottom: 1px dashed #0066ff;
}
.accordion h3.active a{
    color: #222;
    border-bottom: 1px solid #222;
}
.accordion p {
    display: none;
    margin-left: 10px;
    padding: 10px;
    padding-bottom: 0;
}
.ooops,.ooops a {
    color: #aaa;    
}
.ooops {
    font-size: 11px;
    margin-bottom: 10px;
}
.paginator{
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
.paginator .arrow {
    text-decoration: none;
    font-size: 20px;
}

/* NEW NAVIGATION */
.new-navigation {
    background: #efefef;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius:5px;
}

.new-navigation ul {
    margin: 0;
}

.new-navigation ul li {
    display: block;
    padding-left: 34px;
    float: left;
    margin: 10px 30px 10px 0;
    opacity: 0.7;
    cursor: pointer;
}
.new-navigation ul li.current, .new-navigation ul li:hover {
    opacity: 1;
}

.new-navigation ul li a {
    color: #222;
}

.new-navigation ul li p {
    font-size: 11px;
}

.new-navigation ul li#nav-servers {
    background: url(/img/nav/home.png) no-repeat 1px 5px;
}

.new-navigation ul li#nav-blog {
    background: url(/img/nav/blog.png) no-repeat 0 5px;
}

.new-navigation ul li#nav-search {
    background: url(/img/nav/search.png) no-repeat 1px 4px;
}
.new-navigation ul li#nav-counter-strike {
    background: url(/img/nav/cs.png) no-repeat 1px 4px;
    font-weight: bold;
    color: #942;
}
.new-navigation ul li#nav-vip {
    background: url(/img/nav/vip.png) no-repeat 6px 6px;
}

.new-navigation ul li#nav-masterserver {
    background: url(/img/nav/view.png) no-repeat 0px 8px;
}

.new-navigation ul li#nav-add {
    background: url(/img/nav/add.png) no-repeat 0px 5px;
    float: right;
}

#new-inform-box {
    margin: 12px 0 0 0;
    float: left;
    width: 560px;
    padding: 5px 10px;
}

div.view div.left, div.view div.right {
    float: left;
    width: 480px;
    padding: 0 10px;
}
div.view dt {
    font-weight: bold;
    width: 90px;
}
.mininews {
    padding: 10px;
    text-align:center;
    margin-bottom:10px;
    background:#EAF4FF;
    border-radius:5px;
}

.mininews a {
    color:#005DA0;
    font-weight:bold;
}
.mininews a:hover {
    color:#004284;
}
.bygoog{
    text-align:center;
    background:#eee;
    margin-bottom:10px;
    padding: 5px 0 2px 0;
}
.infotag{
    line-height:27px;
    height:27px;
    background:#eee;
    border-bottom:1px solid #ccc;
    padding-left:10px;
    display:none;
}
.infoadd{
    padding:10px;
    margin:10px 0;
    border:1px solid #ccc;
    background:#eee;
}
.infoadd p.head{
    font-weight:bold;
    font-size:14px;
    margin-bottom:5px;
}
.infoadd ol{
    list-style-type:decimal;
}
.infoadd ol li{
    line-height:20px;
}
.infoadd p.inform{
    margin-top:8px;
}
.infoadd p.inform span{
    color: #BA0000;
    font-weight:bolder;
}
a.vip{
    display:block;
    background:url(/img/vip/vip15.png);
    height:15px;
    width:22px;
    float:right;
    margin-top:2px;
}
span.off{
    color:#7F7F7F;
}
.vip-prices{
    margin:10px;
}
.vip-prices h2,.oh-yeah h2{
    margin-bottom:10px;
}
.oh-yeah{
    padding:10px;
    background:#eee;
}
.advert{
    height:70px;
}
.superleft{
    float:left;
    width:500px;
    text-align:center;
}
.superright{
    float:right;
    width:500px;
    text-align:center;
}

ul.rex {font-size:11px;text-align:center;color:#777;margin-bottom:20px;}
ul.rex a {color:#777;text-decoration:none;}
ul.rex li {display:inline;background:#e7e7e7;padding:3px;border-radius:4px;margin-right:10px;border:1px solid transparent;}
ul.rex li:hover {border:1px solid #ccc;color:#444;}
ul.rex li:hover a {color:#444;text-decoration:underline;}

#view {}
    #view .left {
        float: left;
        width: 595px;
    }
        #view .left .wrap {
            margin-top: 10px;
        }
            #view .left .wrap .map-img {
                float: left;
                height: 120px;
                margin: 0 10px;
                width: 160px;
            }
                #view .left .wrap .map-img img {
                    height: 120px;
                    width: 160px;
                }
            #view .left .wrap .info {
                float: left;
                width: 415px;
            }
                #view .left .wrap .info dl {
                    line-height: 24px;
                    width: 415px;
                    padding: 0;
                }
                    #view .left .wrap .info dl dt {
                        color: #777;
                        float: left;
                        width: 70px;
                        text-align: left;
                    }
                        #view .left .wrap .info dl dt:after {
                            content: ':';
                        }
                    #view .left .wrap .info dl dd {
                        float: left;
                        width: 335px;
                    }
                        #view .left .wrap .info dl dd .votes {
                            float: left;
                        }
                        #view .left .wrap .info dl dd .vote_link {
                            float: left;
                            margin-left: 3px;
                            margin-top: -1px;
                        }
        #view .left .add-info {
            margin-top: 20px;
        }
            #view .left .add-info h1 {
                margin-bottom: 10px;
            }
            #view .left .add-info dl {
                line-height: 24px;
                width: 595px;
                padding: 0;
            }
                #view .left .add-info dl dt {
                    color: #777;
                    float: left;
                    margin-left: 10px;
                    width: 100px;
                    text-align: left;
                }
                    #view .left .add-info dl dt:after {
                        content: ':';
                    }
                #view .left .add-info dl dd {
                    float: left;
                    width: 475px;
                }
        #view .left .comments {
            margin-top: 20px;
            padding: 0;
            background: none;
        }
    #view .right {
        float: left;
        margin-left: 20px;
        width: 385px;
    }
        .player-list {
            width: 385px;
        }
            .player-list tr {
                line-height: 26px;
            }
            .player-list thead tr {
                background: #eee;
                border-bottom: 1px solid #ccc;
            }
            .player-list tbody tr {
                border-bottom: 1px solid #eee;
            }
                .player-list tbody tr:hover {
                    background: #efefef;
                }
                .player-list td.c10 {
                    color: #777;
                    font-size: 11px;
                    padding-right: 10px;
                    text-align: right;
                    width: 20px;
                }
                .player-list td.c20 {
                    padding-right: 10px;
                    width: 210px;
                }
                .player-list td.c30 {
                    padding-right: 10px;
                    text-align: right;
                    width: 75px;
                }
        #view .right .no-players {
            padding: 10px 34px;
        }
        #view .right .ads {
            margin-left: 25px;
            margin-top: 20px;
            width: 336px;
        }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

#scrollTop {
    cursor: pointer;
    position:fixed;
    right:-100px;
    bottom:20px;
    height: 25px;
    width: 100px;
    z-index: 100000;
}
    #scrollTop .sArrow{
        float: left;
        width: 20px;
        text-align: center;
        height: 25px;
        color: #fff;
        line-height: 25px;
        font-size: 17px;
        border-radius: 5px 0 0 5px;
        background: #06f;
    }
    #scrollTop .sText {
        float: left;
        width: 80px;
        background: #d1e3fe;
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
    }

.yaad {
    padding: 10px;
    margin-top: 10px;
}
.yaddfooter {
	background: #eee;
	padding: 5px 5px 10px 5px;
}
#newyear {
	height: 36px;
	margin: 10px 0;
	background: url(/img/newpr.png) no-repeat 10px center;
	padding: 20px 10px 0 70px;
	border: 1px solid #ccc;
	font-size: 14px;
	color:#700;
}
.yashare-auto-init {
	text-align: center;
	margin-bottom: 10px;
	background: #eee;
	border-radius: 5px;
}
.surfingbird {
	height: 46px;
	line-height: 46px;
	background:url('http://faveserv.ru/img/surfingbird/bg.png') no-repeat #0096ff;
	border-radius: 5px;
	margin-bottom: 10px;
}
.surfingbird  a{
	display: block;
	background: url('http://faveserv.ru/img/surfingbird/logo_white.png') 10px no-repeat transparent;
	padding-left: 54px;
	text-decoration: none;
	color: #fff;
	height: 46px;
	line-height: 46px;
}
	.surfingbird a:hover {
		background-color: #007bb9;

		border-radius: 5px;
	}
	.surfingbird a span {
		font-size: 16px;
	}