* {
    margin: 0px;
    padding: 0px;
}

.clear {
    font-size: 0px;
    clear: both;
}

.clear_l {
    font-size: 0px;
    clear: left;
}

table td {
    line-height: 1.3;
    padding: 2px;
}
img {
    vertical-align: middle;
}
a {
    text-decoration: none;
    font: bold 13px 'Trebuchet MS';
    color: #089ec0;
}
a img {
    border: 0px;
}
h3, h3 a {
    font: bold 15px 'Trebuchet MS' !important;
    padding: 5px 0px;
}
h3 a:hover, .news a:hover, .match_name a:hover, .turnir_desc a:hover, .video_desc a:hover, .user_desc a:hover, .match_results p a:hover, td.name a:hover, a.under:hover{
    text-decoration: underline;
}
form {margin:0px;}




.top {
    margin: auto;
    text-align: left;
    width: 1000px;
    position: relative;
    height: 195px;
}

.top_without_banner {
    margin: auto;
    text-align: left;
    width: 1000px;
    position: relative;
    height: 98px;
}

.top_banner {
    height: 90px;
    padding: 6px 0px;
    text-align: center; 
}

.header_r, .header_l, .header_c {
    height: 65px;
}

.header_r {
    background: url('/images_new/header_r.gif') no-repeat 100% 0;
    padding-right: 7px;
}

.header_l {
    background: url('/images_new/header_l.gif') no-repeat 0 0;
    padding-left: 7px;
}

.header_c {
    background: #000 url('/images_new/header_c.gif') repeat-x 0 0;
}

a.logo {
    float: left;
    display: block;
    height: 65px;
    width: 255px;
    background: url('/images_new/logo.gif') no-repeat center center;
}

.b_vline {
    float: left;
    height: 65px;
    width: 2px;
    background: url('/images_new/b_vline.gif') no-repeat center center;
}

.styles {
    float: left;
    width: 35px;
    padding-top: 13px;
    text-align: center;
}
.styles a {
    display: block;
    margin: auto;
    margin-bottom: 3px;
    width: 13px;
    height: 11px;
}
.style_1 {
    background: url('/images_new/style_green.gif') no-repeat 0 0;
    font-size: 0px;
}
.style_2 {
    background: url('/images_new/style_grey.gif') no-repeat 0 0;
    font-size: 0px;
}
.style_3 {
    background: url('/images_new/style_brown.gif') no-repeat 0 0;
    font-size: 0px;
}
.style_active {
    background-position: -13px 0;
}

.auth_block {
    float: left;
    padding-top: 25px;
    width: 250px;
    text-align: center;
}
.auth_block_user {
    float: left;
    width: 250px;
	padding-top:7px;
    text-align: center;
}
.auth_block div, .auth_block_user div {
    margin: auto;
}

.or_but_r, .or_but_l, .or_but_c {
    height: 21px;
    display: inline-block;
}
.or_but_r {
    background: url('/images_new/or_but_r.gif') no-repeat 100% 50%;
    padding-right: 6px;
}
.or_but_l {
    background: url('/images_new/or_but_l.gif') no-repeat 0 50%;
    padding-left: 6px;
}
.or_but_c {
    background: url('/images_new/or_but_c.gif') repeat-x 0 0;
}

.or_but_c a {
    display: inline-block;
    padding: 0px 3px;
    font-weight: bold;
    line-height: 18px;
    color: #FFF !important;
}

.on_b_r {
    background-image: url('/images_new/or_but_r_b.gif');
}
.on_b_l {
    background-image: url('/images_new/or_but_l_b.gif');
}
.on_b_c {
    background-image: url('/images_new/or_but_c_b.gif');
}

a.enter {
    color: #E7680E;
    text-decoration: underline;
    font-size: 11px;
}

.public_block {
    float: left;
    padding: 17px 15px 0px 30px;
}
.public_block a {
    color: #FFF !important;
    margin-right: 15px;
    font-size: 12px;
}

.search_block {
    float: left;
    padding: 25px 0px  0px 15px;
}

.input_r, .input_l, .input_c {
    height: 21px;
    display: inline-block;
}
.input_r {
    background: url('/images_new/input_r.gif') no-repeat 100% 0;
    padding-right: 11px;
}
.input_l {
    background: url('/images_new/input_l.gif') no-repeat 0 0;
    padding-left: 11px;
}
.input_c {
    background: url('/images_new/input_c.gif') repeat-x 0 0;
}
.input_c input {
    border: 0px;
    background: transparent;
    color: #8A8A8A;
    font: normal 12px 'Trebuchet MS';
    line-height: 22px;
    height: 22px;
}

.input_field {
    width: 110px;
}
input.search_but {
    background: url('/images_new/search_but.gif') no-repeat 0 50%;
    width: 14px;
    height: 22px;
}

.menu {
    list-style: none;
    background-color: #D8D8D8;
    display: block;
    height: 28px;
    padding-left: 1px;
}
.menu li {
    float: left;
    display: block;
    background: url('/images_new/menu_item_l.gif') no-repeat 0 0;
    height: 28px;
}
.menu li a {
    display: block;
    background: url('../images_new/menu_item_r.gif') no-repeat 100% 0;
    text-align: center;
    height: 26px;
    color: #000;
    width: 111px;
    line-height: 21px;
    font-size: 15px;
    font-weight: bold;
    padding-top: 2px;
}
.menu li.menu_hover {
    background-position: 0 -28px;
}
.menu li.menu_hover a {
    background-position: 100% -28px;
    color: #FFF;
}
.menu li span {
    display: none;
    background: url('/images_new/menu_item_.gif') no-repeat 0 0;
    width: 13px;
    height: 6px;
    position: absolute;
    margin-left: 50px;
    margin-top: -1px;
    
}
.menu li.menu_hover span {
    display: block;
}

.submenu {
    position: absolute;
    left: 10px;
    display: none;
    margin-top: 0px;
    padding-top: 5px;
    width: 100%;
    
}
.menu li.menu_hover .submenu {
    display: block;
}

ul.submenu li {
    float: left;
    height: 21px;
    background: none;
}


.content_r {
    width: 1013px;
    background: url('/images_new/gback_r.gif') repeat-y 100% 0;
    padding-right: 13px;
    margin: auto;
}
.content_l {
    background: #fff url('/images_new/gback_l.gif') repeat-y 0 0;
    padding-left: 13px;
}
.content {
    background-color: #FFF;
    padding: 10px;
}





table.ratings {
    width: 100%;
}
table.ratings td {
    padding: 0px 3px 3px 3px;
    height: 32px;
}
table.ratings td a {
    line-height: 1;
}
.ratings td.rang {
    width: 30px;
    text-align: center;
    padding-right: 0px
}
.ratings td.name {
    text-align: left;
}
.ratings td.scores {
    width: 64px;
    text-align: right;
}

.rating_block_profile {
    width: 50px;
    height: 19px;
    padding-top: 5px;
    text-align: center;
    background: url('/images_new/rating_1st.gif') no-repeat 0 0;
    font: bold 13px 'Trebuchet MS';
    color: #FFFFFF;
    line-height: 1;
}

.rating_green_profile {
	background-image: url('/images_new/profile_comp_point.gif');

}

.rating_orange_profile {
	background-image: url('/images_new/profile_comp_win.gif');
}

.rating_block {
    width: 28px;
    height: 19px;
    padding-top: 5px;
    text-align: center;
    background: url('/images_new/rating_1st.gif') no-repeat 0 0;
    font: bold 13px 'Trebuchet MS';
    color: #FFFFFF;
    line-height: 1;
}

.rating_2nd {
    background-image: url('/images_new/rating_2nd.gif');
}
.rating_3th {
    background-image: url('/images_new/rating_3th.gif');
}

.rating_green {
    background-image: url('/images_new/rating_green.gif');
}
.rating_blue {
    background-image: url('/images_new/rating_blue.gif');
}

.ratings .tr_over td {
    background-color: #E7F1D1;
}
.ratings .tr_over td.scores {
    background: #E7F1D1 url('/images_new/td_over_r.gif') no-repeat 100% 0;
}
.ratings .tr_over td.rang {
    background: #E7F1D1 url('/images_new/td_over_l.gif') no-repeat 0 0;
}
.rating_up {
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url('/images_new/up.gif') no-repeat center center;
    font-size: 0px;
    
}
.rating_down {
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url('/images_new/down.gif') no-repeat center center;
    font-size: 0px;
}

table.ratings td.td_line
{
    height: auto;
    padding: 0px;
}

td.td_line .line {
    margin: 3px 0px;
}

#footer {
	clear: both;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	height: 215px;
	background: url(/images_new/footer_bg.png);
}

#footer_menu {
	margin: 0 0 20px 0;
	padding:26px 0 0 30px;
}

#footer_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 15px;
	float: left;
}

#footer_menu ul li {
	line-height: 15px;
}

#footer_menu .first a {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 6px 0;
	line-height: 20px;
	text-decoration: underline;
}

#footer_menu a {
	color: #ffffff;
	line-height: 10px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#footer_menu a:hover {
	color: #e7680e;
}

#footer #copy {
	width: 1000px;
	background: url(/images_new/footer_sepa.png) no-repeat center top;
	clear: both;
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #ffffff;
}

#footer #copy .logo {
	width: 166px;
	display: block;
	float: left;
	margin: 0 0 0 18px;
	display: inline;
	background: url(/images_new/logo_footer.png);
	height: 39px;
}

#footer #copy .attention {
	displaY: block;
	font-weight: normal;
	float: left;
	line-height: 14px;
	width: 470px;
}

#footer #projects {
	display: block;
	width: 275px;
	float: right;
}

#footer #projects b{
	font-weight: normal;
	color: #ffffff;
	text-align: right;
	margin: 0 20px 0 0;
	line-height: 14px;
	font-size: 11px;
}

#footer #projects a {
	color: #e7680e;
	font-weight: normal;
	font-size: 11px;
}

.preloadIMGS {
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.cont_wrap {
    width: 1026px;
    margin: auto;
}
