/* Таб меню */

ul.tabs {
 margin: 0;
 padding: 0;
 float: right;
 list-style: none;
 height: 32px;
 border-bottom: 1px solid #999;
 border-left: 1px solid #999;
 width: 320;
}
ul.tabs li {
 float: left;
 margin: 0;
 padding: 0;
 height: 31px;
 line-height: 31px;
 border: 1px solid #999;
 border-left: none;
 margin-bottom: -1px;
background: #30333b; /* Для старых браузров */
background: -moz-linear-gradient(top, #30333b, #101214); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30333b), color-stop(100%,#101214));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(top, #30333b, #101214);
background: -o-linear-gradient(top, #30333b, #101214); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #30333b, #101214); /* IE10 */
background: linear-gradient(top, #30333b, #101214); /* CSS3 */ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30333b', endColorstr='#101214');
zoom: 1;
 overflow: hidden;
 position: relative;
color: #ffffff;
}
ul.tabs li a {
 text-decoration: none;
 color: #ffffff;
 display: block;
 font-size: 1.2em;
 padding: 0 15px;
 border: 1px solid #ffffff;
 outline: none;
}
ul.tabs li a:hover {
background: #0134b4; /* Для старых браузров */
background: -moz-linear-gradient(top, #0134b4, #101274); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0134b4), color-stop(100%,#101274));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(top, #0134b4, #101274);
background: -o-linear-gradient(top, #0134b4, #101274); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0134b4, #101274); /* IE10 */
background: linear-gradient(top, #0134b4, #101274); /* CSS3 */ 
filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0134b4', endColorstr='#101274')";
color: #ffffff;
} 
html ul.tabs li.active, html ul.tabs li.active a:hover {
 background: -o-linear-gradient(top, #0134b4, #012474);
background: #fefcea; /* Для старых браузров */
background: -moz-linear-gradient(top, #0134b4, #101274); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0134b4), color-stop(100%,#101274));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(top, #0134b4, #101274);
background: -o-linear-gradient(top, #0134b4, #101274); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0134b4, #101274); /* IE10 */
background: linear-gradient(top, #0134b4, #101274); /* CSS3 */ 
filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0134b4', endColorstr='#101274')";
color: #ffffff;
 border-bottom: 1px solid #ffffff;
}

.tab_container {
 border: 1px solid #999;
 border-top: none;
 clear: both;
 float: right; 
 width: 319px;
 background: #ffffff;
 -moz-border-radius-bottomright: 5px;
 -khtml-border-radius-bottomright: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 -khtml-border-radius-bottomleft: 5px;
 -webkit-border-bottom-left-radius: 5px;
}
.tab_content {
padding: 10px 0px 10px 0px;
 font-size: 1.2em;
 
}

/* ------------ */

/* Правый блок */
.block_right {width: 321px; padding: 0px; margin-bottom: 10px;}
.block_right_span {background : url('/img/block_menu.jpg') no-repeat #012472; padding-left: 8px; align:left; height:30px;font-size: 10pt; color: #fff;font-weight:bold;} 
/* ------------ */

/* Правый блок */
.block_right2 {width: 321px; padding: 0px; margin-bottom: 10px;}
.block_right_span2 {background: -o-linear-gradient(top, #30333b, #101214); padding-left: 8px; align:left; height:30px;font-size: 10pt; color: #fff;font-weight:bold;} 
/* ------------ */

/* Сладер */
#slideshow #slideshowWindow {
 width:634px;
 height:257px;
 margin:0;
 padding:0;
 position:relative;
 overflow:hidden;
}
 
#slideshow #slideshowWindow .slide {
 margin:0;
 padding:0;
 width:634px; 
 height:257px;
 position:relative;
}
 
#slideshow #slideshowWindow .slide .slideText {
 position:absolute;
 top:130px;
 left:0px;
 width:630;
 height:130px;
 background-image:url(/img/greyBg.png);
 background-repeat:repeat;
 margin:0;
 padding:0;
 color:#ffffff;
 font-size:12px;
}
 
#slideshow #slideshowWindow .slide .slideText a:link, #slideshow #slideshowWindow .slide .slideText a:visited {
 color:#ffffff;
 text-decoration:none;
font-size:12px;
}
 
#slideshow #slideshowWindow .slide .slideText h2, #slideshow #slideshowWindow .slide .slideText p {
 margin:10px 0 0 10px;
 padding:0;

}

.slideTitle {
 color:#ffffff;
 font-size:14px;
}


/*Navigation*/
.nav {
 display:block;
 text-indent:-10000px;
 position:absolute;
 cursor:pointer;
}
 
#leftNav {
 top:400px;
 left:750px;
 width:94px;
 height:34px;
 background-image:url(/img/previous.png);
 background-repeat:no-repeat;
 z-index:999;
}
 
#rightNav {
 top:402px;
 left:850px;
 width:53px;
 height:26px;
 background-image:url(/img/next.png); 
 background-repeat:no-repeat;
 z-index:999;
}
/* ------------ */




.informer {background: #ffffff;padding:3;min-height:30px;border-top : 1 solid #bdbbb6;}
.informer.even {background: #f2f2f2;}

.infdetails{margin-top:20px;height:15px;line-height:15px;overflow:hidden;}
.infdetails span{padding-left:0px;padding-right:0px;line-height:0px;display:block;float:right}
.infdetails span.views{background:url('http://68electroplace.ucoz.com/img/eDetails.png') top left no-repeat;}
.infdetails span.com{background:url('http://68electroplace.ucoz.com/img/eDetails.png') center left no-repeat;}
.infdetails span.date{background:url('http://68electroplace.ucoz.com/img/eDetails.png') bottom left no-repeat;}
.infdetails span.auth{background:url('http://68electroplace.ucoz.com/img/auth.png') top left no-repeat;}
.infdetails .rate{float:right;padding-top:3px;}

.eKartaka {height:80px; width:148px; background:url('http://chelseablues.ru/img2/partnery-flags/England.gif') no-repeat; padding:10px 0px 0px 0px;}


.tOnline,.gOnline,.uOnline{color: #ffffff}

/* Опрос */
.cell_poll_left { 
float : left; 
width : 300px; 
 } 
 .cell_poll_right { 
float : left; 
text-align : left; 
width : 300px; 
 } 
 .cell_poll_forum, .cell_poll_rezultat, .cell_poll_variant, .cell_poll_title, .cell_poll { 
float : left; 
width : 305px; 
 } 
 .cell_citation { 
font-size : 10px; 
color : #555; 
 } 
 .cell_citation_os { 
float : left; 
background-color : #fff; 
border : 1px solid #b6b6b5; 
padding : 5px; 
 } 
 .answer div div { 
height : 10px !important ; 
border : 1px solid #fff; 
 } 
 .answer div { 
display : block; 
position : relative; 
border : 1px solid #b6b6b5; 
background : #f4f5f6; 
margin : 3px 0 0; 
padding : 0 !important ; 
 } 
 
/* ------------ */

/* Основные стили */
 body { 
background : url('http://mybarca.ru/Main.png') no-repeat #242424;
background-attachment : fixed; 
background-position : center top; 
margin : 0px; 
padding : 0px; 
 } 

td, body { 
font-family : verdana, arial, helvetica; 
font-size : 11px; 
color : #000; 
 } 
 
.head_mess { 
width: 630px; 
height: 35px; 
background: #fefcea; /* Для старых браузров */
background: -moz-linear-gradient(top, #30333b, #101214); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30333b), color-stop(100%,#101214));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(top, #30333b, #101214);
background: -o-linear-gradient(top, #30333b, #101214); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #30333b, #101214); /* IE10 */
background: linear-gradient(top, #30333b, #101214); /* CSS3 */ 
font-size : 8pt; 
 } 

.head_profile { 
width: 350px; 
height: 35px; 
background: #fefcea; /* Для старых браузров */
background: -moz-linear-gradient(top, #30333b, #101214); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30333b), color-stop(100%,#101214));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(top, #30333b, #101214);
background: -o-linear-gradient(top, #0134b4, #012576); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #30333b, #101214); /* IE10 */
background: linear-gradient(top, #30333b, #101214); /* CSS3 */ 
font-size : 8pt; 
 } 
 .HeaderBar { 
width : 980px; 
height : 180px; 
background : url('/img/logo.png') no-repeat; 
font-size : 8pt; 
 } 

 .HeaderBar2 { 
width : 100px; 
height : 180px; 
background : url('') no-repeat; 
font-size : 8pt; 
 } 
 .HeaderBar3 { 
width : 944px; 
height : 50px; 
background : url('http://chelseablues.ru/img/headprofil.png') no-repeat; 
font-size : 8pt; 
 } 
 
 .down { 
width : 980px; 
height : 300px; 
background: #fefcea; /* Для старых браузров */
background: -moz-linear-gradient(top, #30333b, #101214); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30333b), color-stop(100%,#101214));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(top, #30333b, #101214);
background: -o-linear-gradient(top, #30333b, #101214); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #30333b, #101214); /* IE10 */
background: linear-gradient(top, #30333b, #101214); /* CSS3 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30333b', endColorstr='#101214');
zoom: 1; 
font-size : 8pt; 
 } 

#down_menu {width: 245px; margin: 0 auto;border-right:1px solid #1c1d21;padding:10px 0 0 0;vertical-align:top;}
#down_menu ul { margin: 0; padding: 0;padding-left:30px;}
#down_menu li {list-style-type:circle;padding:0 0 3px 0px;}
#down_menu a {color:#a3a7b2;text-decoration:none;padding:0 0 0 0px;}
#down_menu a:hover {color:#134fad;}
/* ------------ */

/* Для рекламы */
 .will { 
width : 980px;
height : 90px; 
background : url('') no-repeat #fff; 
font-size : 8pt; 
 } 
 .marathon { 
width : 980px;
height : 90px; 
background : url('') no-repeat #fff; 
font-size : 8pt; 
 } 
/* ------------ */

 #rightColumn { 
float : left; 
width : 420px; 
padding-top : 8px; 
 } 
 #subLeft { 
width : 300px; 
float : left; 
 } 
 #subRight { 
width : 300px; 
float : right; 
 } 

 #contentBlock { 
width : 944px; 
background : url('/4.gif') repeat-y; 
 } 
 .column { 
width : 303px; 
padding : 1px 2px; 
 } 
 .boxTable { 
height : 40px; 
width : 350px; 
margin-bottom : 1px; 
background : url('/picture/rightbloc/box_table.gif') repeat-y; 
 } 
 .boxTitle { 
height : 40px; 
background : url('/picture/rightbloc/box_title.gif') no-repeat; 
color : #000; 
font-size : 10pt; 
font-weight : 700; 
padding-left : 10px; 
padding-bottom : 0; 
 } 
 .boxContent { 
background : url('/content_block.gif') bottom no-repeat; 
padding : 5px; 
 } 

 #navBar { 
text-align : center; 
font-size : 7pt; 
background : url('http://src.ucoz.ru/t/882/8.gif') center no-repeat; 
padding : 2px 15px 3px; 
 } 

 
 form { 
margin : 0; 
padding : 0; 
 } 
 input, textarea, select { 
vertical-align : middle; 
font-size : 11px; 
font-family : verdana, arial, helvetica; 
 } 

 .poll { 
width : 320px; 
float : right; 
box-shadow : 0px 0px 0px #222 ; 
padding : 5px; 
 } 

/* Панель названий на главной странице */
.panel_gl_black { 
border-bottom: 0px solid #bdbbb6;
width:634;
background: #30333b; /* Для старых браузров */
background: -moz-linear-gradient(top, #30333b, #101214); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30333b), color-stop(100%,#101214));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(top, #30333b, #101214);
background: -o-linear-gradient(top, #30333b, #101214); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #30333b, #101214); /* IE10 */
background: linear-gradient(top, #30333b, #101214); /* CSS3 */ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30333b', endColorstr='#101214');
zoom: 1;
}
/* ------------ */

/* Полоска на главной странице */
panel_gl_lign { 
border-bottom: 1px solid #bdbbb6;
width:634;
}
/* ------------ */


/* Стили новостей */

 .news { 
width : 560; 
padding:0px 0px 0px 20px;
border-left: 2px solid #bdbbb6;
 } 

.news_text { 
 float:left; 
 text-align:justify; 
 font: 110%/1.2 Verdana,Arial,Helvetica, sans-serif; color:#515151; 
 width:100%; 
 padding-top:5px 
}

.news_title { 
 float:left; 
 text-align:justify; 
 font: 115%/1.2 Verdana,Arial,Helvetica, sans-serif; 
 width:100%; 
 padding-top:5px 

}

.eMessage { 
 valing:top;
 text-align:justify; 
 font: 115%/1.5 Verdana,Arial,Helvetica, sans-serif; color:#515151; 
 width:100%; 
 padding-top:0px 
}

h1 {vertical-align:middle; margin-top: 0pt; margin-bottom: 0pt; padding-left: 0pt; padding-right: 0pt; font: 120%/1.5 Verdana,Arial,Helvetica, bold, sans-serif; font-weight:bold; padding-top:0px;}


#com_pic { 
margin : 0px 0 0 0px; 
 } 

.eBlock { 
width : 440px; 
height : 285px; 
color : #666; 
font-size : 14px; 
background : #fff; 
border : 0 solid #bdbbb6; 
border-radius : 0; 
box-shadow : 0px 0px 0px #222 ; 
margin : 0; 
padding : 0px; 
align:left;
 } 
.eBlocknews { 
width : 100; 
height : 100%; 
color : #666; 
font-size : 14px; 
background : #fff; 
border : 0 solid #bdbbb6; 
border-radius : 0; 
box-shadow : 0px 0px 7px #222 ; 
margin : 0; 
padding : 7px; 
 } 
 .enewscomments { 
width : 640; 
height : 100%; 
color : #666; 
font-size : 14px; 
background : #fff; 
border: 1px solid #C9C9C9; 
border-radius : 0; 
 box-shadow: 0px 0px 5px #999; 
 -moz-box-shadow: 0px 0px 5px #999; 
 -webkit-box-shadow: 0px 0px 5px #999; 
margin : 0; 
padding : 7px; 
 } 
 .enewscomment { 
width : 600px; 
height : 100%; 
color : #666; 
font-size : 14px; 
background : #fff; 
border : 0 solid #bdbbb6; 
border-radius : 0; 
box-shadow : 0px 0px 7px #222 ; 
margin : 0; 
padding : 7px; 
 } 

/* ------------ */

 .matchi { 
width : 300px; 
height : 100%; 
color : #666; 
font-size : 14px; 
background : #fff; 
border : 0 solid #bdbbb6; 
border-radius : 0; 
box-shadow : 0px 0px 7px #222 ; 
margin : 5px 0; 
padding : 7px; 
 } 
 
 .eprofilchelsea { 
width : 100%; 
height : 100%; 
color : #666; 
font-size : 14px; 
background : #fff; 
border : 0 solid #bdbbb6; 
border-radius : 0; 
box-shadow : 0px 0px 7px #222 ; 
margin : 0; 
padding : 7px; 
 } 
 .eStat { 
width : 190px; 
height : 100%; 
color : #666; 
font-size : 14px; 
background : #fff; 
border : 0 solid #bdbbb6; 
border-radius : 0; 
box-shadow : 0px 0px 7px #222 ; 
margin : 0; 
padding : 5px; 
 } 
 .ebloc { 
border-top : 1px dashed #faebd7; 
border-bottom : 0 dashed #faebd7; 
color : #fff; 
padding-bottom : 5px; 
padding-top : 3px; 
text-align : left; 
font-size : 7pt; 
 } 
 .eDetails { 
border-top : 1px dashed #faebd7; 
border-bottom : 1px dashed #faebd7; 
color : #fff; 
padding-bottom : 5px; 
padding-top : 3px; 
text-align : left; 
font-size : 7pt; 
 } 
 .efoto { 
float : left; 
height : 100%; 
color : #666; 
font-size : 14px; 
background : #fff; 
border : 0 solid #bdbbb6; 
border-radius : 0; 
box-shadow : 0px 0px 7px #222 ; 
margin : 0; 
padding : 5px; 
 } 
 .efotogalery { 
width : 50px; 
height : 100%; 
color : #666; 
font-size : 14px; 
background : #fff; 
border : 0 solid #bdbbb6; 
border-radius : 0; 
box-shadow : 0px 0px 7px #222 ; 
margin : 0; 
padding : 7px; 
 } 
 .estat { 
height : 100%; 
color : #666; 
font-size : 14px; 
background : #fff; 
border : 0 solid #bdbbb6; 
border-radius : 0; 
box-shadow : 0px 0px 0px #222 ; 
margin : 0; 
padding : 2px; 
 } 
 .onlinestat { 
margin : 23px 0 0 10px; 
 } 
 .onlinestat2 { 
margin : 10px 0 0 -680px; 
 } 
 .discriptiondown { 
margin : 8px 0 0 20px; 
 } 
 .ssilkidown { 
margin : 30px 0 0 20px; 
 } 
 .friends { 
margin : 25px 0 0 -305px; 
 } 
 .rssdown { 
margin : 25px 0 0 -480px; 
 } 
 .informerfoto { 
margin : -30px 0 0; 
 } 
 .informertexte { 
margin : -20px 0 0 10px; 
 } 
 ul.css-menu-1 { 
list-style : none; 
 } 
 ul.css-menu-1 li a { 
font-family : Tahoma, Geneva, sans-serif; 
text-decoration : none; 
background : #5c6cb7; 
font-weight : 700; 
color : #fa0; 
padding : 6px 10px; 
 } 
 ul.css-menu-1 li a:hover { 
font-weight : 700; 
background : #364d95; 
color : #f90; 
padding : 6px 10px; 
 } 
 ul.css-menu-1 li a.selected { 
background : #364e95; 
 } 
 .fototable { 
border : 1px solid #b4b0b0; 
background : #efefef; 
width : 225px; 
float : left; 
margin : 5px; 
padding : 0; 
 } 
 .tableblu { 
color : #fff; 
background : url('http://intermilano.ru/images/fonitoo.jpg') repeat-x !important ; 
margin-bottom : 0; 
margin-top : 0; 
border : 0 !important ; 
 } 
 .blutext { 
font-size : 8pt; 
font-family : tahoma; 
color : #fff; 
padding-top : 2px; 
padding-bottom : 5px; 
font-weight : 700; 
text-align : center; 
vertical-align : middle; 
 } 
 .fototext { 
font-size : 8pt; 
font-family : tahoma; 
text-align : center; 
color : #000; 
padding : 4px; 
 } 
 .block { 
background : #222; 
border-radius : 10px; 
width : 400px; 
padding : 10px 10px 0; 
 } 
 .block img { 
border : 0; 
display : none; 
 } 
 .block div { 
background : #ddd; 
width : 100px; 
border-radius : 10px 10px; 
text-align : center; 
margin : 10px auto 0; 
padding : 5px 0; 
 } 
 .block div a { 
text-decoration : none; 
color : #ddd; 
background : #222; 
border-radius : 5px; 
padding : 2px 5px; 
 } 
 .block div a:hover { 
background : #444; 
 } 
 #menu { 
clear : both; 
background : url(/img/menu.jpg) center top repeat-y; 
font : bold 12px/26px Verdana, Arial, Tahoma, Sans-serif; 
height : 26px; 
margin : 0; 
padding : 0 40px 0 0; 
 } 
 #test1 { 
margin : 20px 0 0 680px; 
 } 
 #head_profil {
width:980px;
border:0px;
text-align:right;
margin : -47px 0 0 -40px; 
font-size:12px;
position: absolute;
 } 

#mesadmin {
width:980px;
border:0px;
text-align:left;
margin : -47px 0 0 20px; 
font-size:12px;
position: absolute;
 } 
.loginform { 
width:980px;
margin : 0 0 0 -55px; 

 } 
#willtext {
width:980px;
border:0px;
text-align:left;
margin : -40px 0 0 0px; 
 }
 #test3 { 
position : absolute; 
margin : -28px 0 0; 
 } 
 #testt { 
position : absolute; 
margin : 92px 0 0 800px; 
 } 
 #con { 
position : relative; 
height : 56px; 
color : #e0e0e0; 
background : #343434; 
width : 100%; 
font-family : Helvetica, Arial, Verdana, sans-serif; 
 } 
 #nav { 
position : relative; 
height : 32px; 
font-size : 12px; 
text-transform : uppercase; 
font-weight : 700; 
background : url(images/bg.gif) left bottom repeat-x #fff; 
padding : 0 0 0 20px; 
 } 
 #nav ul { 
list-style-type : none; 
width : auto; 
float : left; 
margin : 0; 
padding : 0; 
 } 
 #nav ul li { 
display : block; 
float : left; 
margin : 0 1px; 
 } 
 #nav ul li a { 
display : block; 
float : left; 
color : #eaf3f8; 
text-decoration : none; 
height : 32px; 
padding : 0 0 0 20px; 
 } 
 #nav ul li a span { 
height : 21px; 
float : left; 
padding : 12px 20px 0 0; 
 } 
 #nav ul li a:hover { 
color : #fff; 
background : url(images/bg_over.gif) left bottom repeat-x transparent; 
 } 
 #nav ul li a:hover span { 
display : block; 
width : auto; 
cursor : pointer; 
 } 
 #nav ul li a.current, #nav ul li a.current:hover { 
color : #fff; 
background : url(images/left_on.gif) left top no-repeat #1d6893; 
line-height : 275%; 
 } 
 #nav ul li a.current span { 
display : block; 
width : auto; 
background : url(images/right_on.gif) right top no-repeat #1d6893; 
height : 32px; 
padding : 0 20px 0 0; 
 } 
 

 #er { 
display : none; 
border : 1px solid #eba4a4; 
border-left-width : 5px; 
color : #b35454; 
background-color : #ffeded; 
margin : 5px; 
padding : 8px; 
 } 
 #menu ul { 
float : right; 
list-style : none; 
margin : 0; 
padding : 0; 
 } 
 #menu ul li a { 
display : block; 
float : left; 
color : #fff; 
text-decoration : none; 
padding : 0 8px; 
 } 

a.groupUser:link, a.groupUser:visited, a.groupUser:hover { color : #fff; } 
a.groupModer:link, a.groupModer:link, a.groupModer:visited, a.groupModer:hover { color : green; } 
a.groupAdmin:link, a.groupAdmin:visited, a.groupAdmin:hover { color : #ff0202; } 
a.groupVerify:link, a.groupVerify:visited, a.groupVerify:hover { color : #4169e1; } 

/* Фотограф */
a.groupOther1:link, a.groupOther1:visited, a.groupOther1:hover { color : orange; }
/* ------------ */

a.groupOther2:link, a.groupOther2:visited, a.groupOther2:hover { color : blue; } 

/* Журналист */
a.groupOther3:link, a.groupOther3:visited, a.groupOther3:hover { color : #a52a2a; } 
/* ------------ */


a.groupOther4:link, a.groupOther4:visited, a.groupOther4:hover { color : grey; } 

/* Прогнозисты */
a.groupOther5:link, a.groupOther5:visited, a.groupOther5:hover { color : #00FF00; }
/* ------------ */

/* ВидеоМастер */
a.groupOther6:link, a.groupOther6:visited, a.groupOther6:hover { color : #6a5acd; }
/* ------------ */

/* Особо Опасные */
a.groupOther7:link, a.groupOther7:visited, a.groupOther7:hover { color : yellow; }
/* ------------ */

/* Корректировщик */
a.groupOther8:link, a.groupOther8:visited, a.groupOther8:hover { color : DarkCyan; }
/* ------------ */

/* Главный редактор */
a.groupOther9:link, a.groupOther9:visited, a.groupOther9:hover { color : #8b0000; }
/* ------------ */

/* Репортер */
a.groupOther10:link, a.groupOther10:visited, a.groupOther10:hover { color : #1E90FF; }
/* ------------ */

/* Обозреватель */
a.groupFriends:link,a.groupFriends:visited,a.groupFriends:hover {color: #03afff;}
/* ------------ */

.mframe1 { 
padding : 2px 10px 30px; 
 } 
 hr { 
color : #464646; 
height : 1px; 
 } 
 .blocktitle { 
font-family : Verdana, Sans-Serif; 
color : #000; 
font-size : 13px; 
font-weight : 700; 
padding-left : 22px; 
background : url('http://src.ucoz.ru/t/982/13.gif') 5px 2px no-repeat; 
 } 
 .menut { 
padding : 2px 3px 3px 15px; 
 } 
 .mframe { 
padding : 2px 0 30px 30px; 
 } 
 .bannerTable { 
width : 468px; 
height : 60px; 
 } 
 .menu1 { 
font-weight : 700; 
font-size : 8pt; 
font-family : Arial, Sans-Serif; 
 } 
 ul.uz, ul.uMenuRoot { 
list-style : none; 
padding-left : 0; 
margin : 0; 
 } 
 li.menus { 
background : url('/.s/t/894/7.gif') 0% 3px no-repeat; 
margin : 0 0 0.6em; 
padding : 0 0 0 13px; 
 } 
 .uMenuH li { 
float : left; 
padding : 0 5px; 
 } 
 .uMenuV .uMenuArrow { 
position : absolute; 
width : 10px; 
height : 10px; 
right : 0; 
top : 3px; 
background : url('/.s/img/wd/1/ar1.gif') 0% 0% no-repeat; 
 } 
 .uMenuV li { 
margin : 0; 
padding : 3px; 
 } 
 .catsTd { 
background : url('http://src.ucoz.ru/t/982/14.gif') 0% 2px no-repeat; 
padding : 0 0 6px 13px; 
 } 
 .catDescr { 
font-size : 7pt; 
padding-left : 10px; 
 } 
 .eTitle { 
font-family : Verdana, Arial, Sans-Serif; 
font-size : 13px; 
font-weight : 700; 
color : #fff; 
 } 
 .eText { 
text-align : justify; 
border-top : 1px dashed #fff; 
padding : 5px; 
 } 
 .eDetails3 { 
border : 0 solid #a9a9a9; 
font-family : Verdana, Tahoma, Arial, Sans-Serif; 
color : #a7a7a7; 
background-color : #5c5c5c; 
padding-bottom : 5px; 
padding-left : 10px; 
padding-top : 3px; 
text-align : left; 
font-size : 8pt; 
 } 
 .eDetails4 { 
border : 0 solid #a9a9a9; 
font-family : Verdana, Tahoma, Arial, Sans-Serif; 
color : #5c5c5c; 
background-color : #5c5c5c; 
padding-bottom : 5px; 
padding-left : 10px; 
padding-top : 3px; 
text-align : left; 
font-size : 8pt; 
 } 
 .eDetails5 { 
border-top : 1px dashed #2b2b30; 
border-bottom : 1px dashed #2b2b30; 
color : #60606b; 
padding-bottom : 5px; 
padding-top : 3px; 
text-align : left; 
font-size : 7pt; 
 } 
 .eAttach { 
background : url('http://src.ucoz.ru/t/982/16.gif') 0% 0% no-repeat; 
margin : 16px 0 0; 
padding : 0 0 0 15px; 
 } 
 .manTable { 
border : 1px solid silver; 
background : #fff; 
 } 
 .cAnswer { 
color : #c20101; 
padding-left : 15px; 
padding-top : 4px; 
font-style : italic; 
 } 
 .cBlockCommentStyle { 
background : #5c5c5c; 
border : 1px solid #5c5c5c; 
 } 
 .commTable { 
border : 1px solid #fff; 
background : #fff; 
 } 
 .commTd1 { 
color : #000; 
font-weight : 700; 
padding-left : 5px; 
 } 
 .commTd2 { 
padding-bottom : 2px; 
 } 
 .commFl { 
width : 100%; 
background-repeat : repeat-x; 
height : 120px; 
padding-left : 3px; 
border : 1px solid #d6d6d6; 
 } 
 .commReg { 
text-align : center; 
padding : 10px 0; 
 } 
 .securityCode { 
color : #ff9000; 
background : #fff; 
border : 1px solid #000; 
 } 
 .archLi { 
background : url('http://src.ucoz.ru/t/982/17.gif') 0% 4px no-repeat; 
padding : 0 0 3px 10px; 
 } 
 .archiveDateTitle { 
font-weight : 700; 
color : #fff; 
padding-top : 15px; 
 } 
 .archEntryHr { 
width : 250px; 
color : #faebd7; 
 } 
 .archiveeTitle li { 
margin-left : 15px; 
background : url('http://src.ucoz.ru/t/982/18.gif') 0% 2px no-repeat; 
margin-bottom : 0.6em; 
padding : 0 0 0 15px; 
 } 
 .archiveEntryTime { 
width : 65px; 
font-style : italic; 
 } 
 .archiveEntryComms { 
font-size : 9px; 
color : #c3c3c3; 
 } 
 .calWday { 
color : #fff; 
background : #3b3b42; 
width : 18px; 
 } 
 .calWdaySe { 
color : #fff; 
background : #faebd7; 
width : 18px; 
 } 
 .calWdaySu { 
color : #fff; 
background : #faebd7; 
width : 18px; 
font-weight : 700; 
 } 
 .calMday { 
color : #676767; 
background : #222226; 
 } 
 .calMdayA { 
color : #000; 
background : #676767; 
 } 
 .calMdayIs { 
color : #c04141; 
background : #1d1d20; 
font-weight : 700; 
border : 1px solid #faebd7; 
 } 
 .calMdayIsA { 
border : 1px solid #676767; 
background : #faebd7; 
font-weight : 700; 
 } 
 .pollBut { 
width : 110px; 
 } 
 .pollBody { 
background : #000; 
margin : 0; 
padding : 7px; 
 } 
 .replaceTable { 
background : #fff; 
height : 100px; 
width : 300px; 
border : 1px solid #faebd7; 
 } 
 .replaceBody { 
background : #e4e4e4; 
 } 
.gTableTop { 
background : url('/img/forum.jpg') #02b40a; 
color : #fff; 
font-weight : 700; 
height : 35px; 
font-size : 10pt; 
padding : 2px 2px 1px 20px; 
 }
 .gTableSubTop { 
color : #069; 
height : 20px; 
font-size : 10px; 
background : #bebebe; 
border-bottom : 1px solid #c7d0d7; 
 } 
.gTableSubTop2 { 
color : #ffffff;
font-size : 11px; 
height : 27px; 
background : #000; 
padding-left:10px;
 
 } 
 .gTableLeft { 
background : #eff1f5; 
font-weight : 700; 
color : #4d6d91; 
 } 
 .gTableError { 
background : #fafafa; 
color : red; 
 } 
 a.catLink:hover { 
text-decoration : underline; 
color : #fff; 
 } 
 .archivedForum { 
font-size : 7pt; 
color : red; 
font-weight : 700; 
 } 
 .forum { 
font-weight : 700; 
font-size : 9pt; 
 } 
 .forumViewed { 
font-size : 9px; 
 } 
 a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover { 
text-decoration : underline; 
color : #6f8eb3; 
 } 
 .forumNamesBar { 
font-weight : 700; 
font-size : 7pt; 
 } 
 .fastNavMain { 
background : #c7d7ef; 
 } 
 .fastNavCat { 
background : #e7eef8; 
 } 
 .fastNavCatA { 
background : #e7eef8; 
color : #00f; 
 } 
 .switches { 
background : #c9d0db; 
 } 
 .pagesInfo { 
background : #fff; 
padding-right : 10px; 
font-size : 7pt; 
 } 
 .switch { 
background : #fff; 
width : 15px; 
font-size : 7pt; 
 } 
 .switchActive { 
background : #dadfe7; 
font-weight : 700; 
color : #4d6d91; 
width : 15px; 
 } 
 .threadAuthTd, .threadLastPostTd { 
background : #d1d7dc; 
 } 
 .threadNametd { 
font-size : 9pt; 
 } 
 .threadsType { 
background : #eff1f5; 
height : 25px; 
font-weight : 700; 
font-size : 7pt; 
color : #4d6d91; 
padding-left : 40px; 
 } 
 .threadFrmBlock { 
font-size : 7pt; 
text-align : right; 
 } 
 .postPoll { 
background : #dee3e7; 
text-align : center; 
 } 
 .postFirst { 
background : #efefef; 
border-bottom : 3px solid #597798; 
 } 
 .postSeparator { 
height : 5px; 
background : #d1d7dc; 
 } 
 .postTdTop { 
border-bottom : 1px solid #d1d7dc; 
height : 20px; 
 } 
 .postBottom { 
border-top : 1px solid #fff; 
height : 20px; 
 } 
 .postTdInfo { 
border-right : 1px solid #fff; 
text-align : center; 
padding : 5px; 
 } 
 .postRankIco { 
margin-bottom : 5px; 
 } 
 .signatureHr { 
margin-top : 20px; 
color : #597798; 
 } 
 .posttdMessage { 
padding : 5px; 
 } 
 .pollQuestion { 
text-align : center; 
font-weight : 700; 
 } 
 .pollButtons, .pollTotal { 
text-align : center; 
 } 
 .pollSubmitBut, .pollreSultsBut { 
width : 140px; 
font-size : 7pt; 
 } 
 .pollEnd { 
text-align : center; 
height : 30px; 
 } 
 .edited { 
padding-top : 30px; 
font-size : 7pt; 
text-align : right; 
color : gray; 
 } 
 .editedBy { 
font-weight : 700; 
font-size : 8pt; 
 } 
 .statusBlock { 
padding-top : 3px; 
 } 
 .codeButtons { 
font-size : 7pt; 
background : #fafcfe; 
border : 1px solid #4d6d91; 
 } 
 .codeCloseAll { 
font-size : 7pt; 
color : #4d6d91; 
font-weight : 700; 
background : #fafcfe; 
border : 1px solid #4d6d91; 
 } 
 .postResultFl { 
background : #fafcfe; 
border : 1px solid #4d6d91; 
width : 50px; 
 } 
 .postTextFl { 
background : #fafcfe; 
border : 1px solid #4d6d91; 
width : 550px; 
height : 150px; 
 } 
 .pollHelp { 
font-weight : 400; 
font-size : 7pt; 
padding-top : 3px; 
 } 
 .smilesPart { 
padding-top : 5px; 
text-align : center; 
 } 
 .pagesBlock1 { 
color : #efeeeb; 
border : 0; 
margin-bottom : 10px; 
margin-top : 10px; 
 } 
 .pagesBlock1 a:link, .pagesBlock1 a:visited, .pagesBlock1 a:hover, .pagesBlock1 a:active { 
text-decoration : none; 
color : #636363; 
background : #353535; 
font-size : 11px; 
font-weight : 700; 
padding : 3px 10px; 
 } 
 .pagesBlock1 a:hover { 
background : #2c2c2c; 
color : #fff; 
font-weight : 700; 
 } 
 .pagesBlock1 b { 
text-decoration : none; 
background : #fff; 
color : #ccc; 
font-size : 11px; 
padding : 3px 10px; 
 } 
 input.queryField { 
background : url(http://forza-juve.ru/images/search.gif) no-repeat; 
background-color : #fff; 
background-position : 0% 50%; 
color : #000; 
padding-left : 23px; 
 } 
 input.button { 
font-family : "Lucida Grande", Tahoma, Helvetica, sans-serif; 
color : #000; 
font-size : 12px; 
background : #fc0; 
border-color : #ccc; 
border-style : solid; 
border-width : 1px; 
padding : 2px; 
 } 
 input.button:hover { 
font-family : "Lucida Grande", Tahoma, Helvetica, sans-serif; 
color : #404040; 
font-size : 12px; 
background : #fff; 
background-color : #d0d5d9; 
border-color : #404040; 
border-style : solid; 
border-width : 1px; 
padding : 1px; 
 } 
 .archives { 
vertical-align : top; 
font-family : Tahoma; 
font-size : 11px; 
margin-top : 6px; 
margin-left : 20px; 
margin-bottom : 10px; 
 } 
 .archives a { 
font-family : Tahoma; 
font-size : 11px; 
color : #43637e; 
 } 
 .quote { 
color : #000; 
font : 10pt Verdana; 
text-align : justify; 
background-color : #ffffe0; 
border-color : #bebebe; 
border-style : dotted; 
border-width : 1px; 
padding : 5px; 
 } 
 .scriptcode { 
border-right : 1px solid #4d4d4d; 
border-top : 1px solid #4d4d4d; 
font-size : 9pt; 
background : #fafafa; 
border-left : 1px solid #4d4d4d; 
width : 100%; 
color : #228b22; 
border-bottom : 1px solid #4d4d4d; 
font-family : "Courier New", Courier, monospace; 
padding : 5px; 
 } 
 .calendar { 
font-family : verdana; 
font-size : 10px; 
 } 
 .calendar td, th { 
font-family : verdana; 
font-size : 10px; 
text-decoration : none; 
padding : 3px; 
 } 
 .day-active a, .weekday-active a, .day-active-v a, .weekday-active-v a { 
text-decoration : underline; 
 } 
 .monthlink { 
color : #4974a3; 
font-family : tahoma; 
font-size : 10px; 
text-decoration : none; 
 } 
 .rating { 
background : #fff; 
border : 1px solid #e0e0e0; 
color : #666; 
font-family : Tahoma, helvetica, sans-serif; 
font-size : 11px; 
vertical-align : middle; 
height : 18px; 
 } 
 .bbcodes { 
background : #fff; 
border : 1px solid #e0e0e0; 
color : #666; 
font-family : Verdana, Tahoma, helvetica, sans-serif; 
font-size : 10px; 
vertical-align : middle; 
height : 21px; 
margin : 2px; 
padding : 2px; 
 } 
 .xfields textarea { 
width : 500px; 
height : 90px; 
font-family : verdana; 
font-size : 11px; 
border : 1px solid #e0e0e0; 
 } 
 .xfields input { 
width : 250px; 
height : 18px; 
font-family : verdana; 
font-size : 11px; 
border : 1px solid #e0e0e0; 
 } 
 .xfields select { 
height : 18px; 
font-family : verdana; 
font-size : 11px; 
border : 1px solid #e0e0e0; 
 } 
 .pm_head { 
font : 10pt Verdana; 
 } 
 .pm_list { 
color : #888; 
font-size : 11px; 
font-family : tahoma; 
 } 
 .pm_list a { 
color : #4b719e; 
font-size : 11px; 
font-family : tahoma; 
 } 
 #dropmenudiv { 
border : 1px solid #fff; 
border-bottom-width : 0; 
font : normal 10px Verdana; 
background-color : #6497ca; 
line-height : 20px; 
margin : 2px; 
 } 
 #dropmenudiv a { 
display : block; 
text-indent : 3px; 
border : 1px solid #fff; 
color : #fff; 
text-decoration : none; 
font-weight : 700; 
margin : 1px; 
padding : 1px 0; 
 } 
 #dropmenudiv a:hover { 
background-color : #fdd08b; 
color : #000; 
 } 
 .sresult { 
text-align : justify; 
font-family : verdana; 
font-weight : 400; 
line-height : 16px; 
font-size : 12px; 
color : #606d77; 
 } 
 .vote { 
color : #717171; 
font-size : 11px; 
font-family : tahoma; 
 } 
 .cell_poll_rezultat, .cell_poll_variant, .answer { 
padding : 5px 0; 
} 
 a:link, a:visited, a.noun:link, a.noun:active, a.noun:visited, a.menu1:hover, .uMenuV li a:link, .uMenuV li a:active, .uMenuV li a:visited, .uMenuV li a:hover, .uMenuV a.uMenuItemA:link, .uMenuV a.uMenuItemA:visited, a.catName:link, a.catName:visited, a.catName:active, a.catNameActive:link, a.catNameActive:visited, a.catNameActive:active, .eTitle a:link, .eTitle a:visited, .eTitle a:hover, .eTitle a:active, a.forumBarA:link, a.forumBarA:visited, a.switchDigit:link, a.switchBack:link, a.switchNext:link, a.switchDigit:visited, a.switchBack:visited, a.switchNext:visited { 
text-decoration : none; 
color : #000; 
 } 
 a:active, a.example:active, a.noun:hover, a.menu1:link, a.menu1:active, a.menu1:visited, .uMenuV a.uMenuItemA:hover, a.catName:hover, a.catNameActive:hover, a.catLink:active, a.threadLink:hover, a.threadLink:active { 
text-decoration : underline; 
color : #000; 
 } 
 a:hover, a.example:hover, a.threadPinnedLink:hover { 
text-decoration : underline; 
color : #002b81; 
 } 
 .copy, .catNumData, .eRating, .legendTd, .forumLastPostTd, .forumArchive, .fastNav, .fastSearch, .fastLoginForm, .threadLastPostTd, .postpSwithces, .signatureView { 
font-size : 7pt; 
 } 
 ul.css-menu-1 li, #menu ul li { 
display : inline; 
 } 
 a.example:link, a.example:visited, a.catLink:link, a.catLink:visited { 
text-decoration : none; 
color : #fff; 
 } 
 #hmatch_prev, #hmatch_next { 
width : 296px; 
height : 143px; 
float : left; 
 } 
 #menu ul li a:hover, #menu ul li#current a { 
background-color : #fff; 
color : #333; 
 } 
 
 .uMenuV .uMenuItem, .forumBarKw, .thDescr { 
font-weight : 400; 
 } 
 .uMenuV .uMenuItemA, .lastPostGuest, .lastPostUser, .threadAuthor, .threadNoticeLink, .postUser, .pollSubmit { 
font-weight : 700; 
 } 
 .catName, .catNameActive { 
font-family : Verdana, Tahoma, Arial, Sans-Serif; 
font-size : 11px; 
 } 


 .eDetails6, .eDetails7, .eDetails10 { 
border-top : 1px dashed #2b2b30; 
border-bottom : 1px dashed #2b2b30; 
color : #60606b; 
padding-bottom : 5px; 
padding-top : 3px; 
text-align : left; 
font-size : 8pt; 
 } 
 .manTdError, .archActive { 
color : #fff; 
 } 
 .cBlock1, .cBlock2 { 
background : #fff; 
border : 1px solid #fff; 
 } 
 .commError, .statusOffline { 
color : red; 
 } 
 a.archLink:link, a.archLink:visited, a.archiveDateTitleLink:hover, a.archiveDateTitleLink:active, a.calMonthLink:hover, a.calMdayLink:hover, a.calMonthLink:active, a.calMdayLink:active { 
text-decoration : underline; 
color : #fff; 
 } 
 a.archLink:hover, a.archLink:active { 
text-decoration : none; 
color : #d8d5d5; 
 } 
 .archiveCalendars, .archiveNoEntry { 
text-align : center; 
color : #e2b4b4; 
 } 
 a.archiveDateTitleLink:link, a.archiveDateTitleLink:visited, a.calMonthLink:link, a.calMdayLink:link, a.calMonthLink:visited, a.calMdayLink:visited { 
text-decoration : none; 
color : #fff; 
 } 
 .textResults, .pollNow, .totalVotesTable { 
background : #fff; 
 } 
 .textResultsTd, .pollNowTd, .totalVotesTd { 
background : #700000; 
 } 
 .gTableBody, .gTableBottom { 
background : #fafafa; 
 } 
 .gTableBody1, .gTableRight, .forumNameTd, .forumIcoTd, .threadNametd, .threadIcoTd, .postRest2 { 
background : #efefef; 
 } 
.gTableBody2 { 
background : #; 
 }
 .forumThreadTd, .forumPostTd, .forumLastPostTd, .threadPostTd, .threadViewTd, .postRest1 { 
background : #dee3e7; 
 } 
 .forumDescr, .forumModer, .threadDescr { 
color : #858585; 
font-size : 7pt; 
 } 
 a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link, a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited, a.forumBarA:hover, a.threadLink:link, a.threadLink:visited { 
text-decoration : none; 
color : #4d6d91; 
 } 
 a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active, a.forumBarA:active { 
text-decoration : underline; 
color : #4d6d91; 
 } 
 .fastNavForumA, .statusOnline { 
color : #00f; 
 } 
 a.switchDigit:hover, a.switchBack:hover, a.switchNext:hover, a.switchDigit:active, a.switchBack:active, a.switchNext:active, a.threadPinnedLink:active { 
text-decoration : underline; 
color : red; 
 } 
 .threadsDetails, .forumOnlineBar { 
height : 25px; 
color : #4d6d91; 
background : url('/images/cellpic1.gif'); 
 } 
 a.threadPinnedLink:link, a.threadPinnedLink:visited { 
text-decoration : none; 
color : #00f; 
 } 
 .postRankName, .reputation { 
margin-top : 5px; 
 } 
 .codeMessage, .quoteMessage { 
background : #fff; 
font-size : 9px; 
 } 
 .newThreadBlock, .newPollBlock { 
background : #f9f9f9; 
border : 1px solid #b2b2b2; 
 } 
 .newThreadItem, .newPollItem { 
background : url('http://src.ucoz.ru/t/111/008.gif') 0% 4px no-repeat; 
padding : 0 0 0 8px; 
 } 
 .postNameFl, .postDescrFl, .postPollFl, .postQuestionFl { 
background : #fafcfe; 
border : 1px solid #4d6d91; 
width : 400px; 
 } 
 .postAnswerFl, .postUserFl { 
background : #fafcfe; 
border : 1px solid #4d6d91; 
width : 300px; 
 } 
 .catPages1, .pagesBlockuz1, .catPages2, .pagesBlockuz2, .pagesBlock2 { 
color : #fff; 
border : 1px; 
margin-bottom : 10px; 
margin-top : 10px; 
 } 
 .catPages1 a:link, .catPages1 a:visited, .catPages1 a:hover, .catPages1 a:active, .pagesBlockuz1 a:link, .pagesBlockuz1 a:visited, .pagesBlockuz1 a:hover, .pagesBlockuz1 a:active, .catPages2 a:link, .catPages2 a:visited, .catPages2 a:hover, .catPages2 a:active, .pagesBlockuz2 a:link, .pagesBlockuz2 a:visited, .pagesBlockuz2 a:hover, .pagesBlockuz2 a:active, .pagesBlock2 a:link, .pagesBlock2 a:visited, .pagesBlock2 a:hover, .pagesBlock2 a:active { 
text-decoration : none; 
color : #636363; 
background : #f9f9f9; 
font-size : 11px; 
font-weight : 700; 
border : 1px solid #e6e6e6; 
padding : 3px 6px; 
 } 
 .catPages1 a:hover, .pagesBlockuz1 a:hover, .catPages2 a:hover, .pagesBlockuz2 a:hover, .pagesBlock2 a:hover { 
background : #69c; 
color : #fff; 
font-weight : 700; 
border : 1px solid #e6e6e6; 
 } 
 .catPages1 b, .pagesBlockuz1 b, .catPages2 b, .pagesBlockuz2 b, .pagesBlock2 b { 
text-decoration : none; 
background : #fff; 
color : #ccc; 
font-size : 11px; 
border : 1px solid #e6e6e6; 
padding : 3px 6px; 
 } 
 .weekday-active-v, .day-active-v { 
color : #4974a3; 
font-family : tahoma; 
font-size : 10px; 
 } 
 .weekday, .weekday-active, .day-active { 
color : #804040; 
font-family : verdana; 
font-size : 10px; 
 }

/* Чёрный вид цитаты 
 ------------------------------------------*/ 
.bbQuoteBlock { 
 margin: 15px 0px 15px 0px!important; 
width:320;
align:right;
} 

.bbQuoteName { 
 display:none; 
} 

.quoteMessage { 
 overflow: hidden!important; 
 text-align:justify!important; 
 font:115%/1.5 Verdana,Arial,Helvetica,sans-serif!important; 
 color:#c9c9c9;text-shadow:1px 1px 1px #000!important; 
 font-style: italic!important; 
 background: #454a50 url(http://forum.torrentstream.org/Themes/noize_119/images/blue/online.png) no-repeat 10px 10px!important; 
 padding: 5px 10px 5px 50px!important; 
 border: 1px solid #333!important; 
} 
/*------------------------------------------*/

/* ВИД КОММЕНТАРИЯ 
 ===================================================*/ 
.vc_name { 

 text-shadow: 1px 1px 1px #fff; 
 float:left; 
 padding: 3px 0px 0px 0px; 
} 
.vc_nomer { 

 float:right; 
 font-size:10px; 
 margin-left: 15px;
}
.vc_top { 
 float:left; 
 width:100%; 
 padding-top: 5px;
 font:10px Verdana,Arial,Helvetica, sans-serif; color:#999; 
 font-weight: bold; 
}
.cell_coment { 
 list-style: none; 
 padding: 0px; 
 margin: 0px; 
width:100%;
} 

.cell_coment li { 
 position: relative; 
 padding-left: 60px; 
 padding-right: 9px; 
} 

.coment_info { 
 position: relative; 
 text-align:justify; 
 color: #555; 
 background: #fff; 
 border: 1px solid #C9C9C9; 
 padding: 10px; 
 margin-bottom: 13px; 
} 

.coment_os { 
 overflow: hidden; 
} 

.coment_name, 
.coment_nomer { 
 padding-bottom: 5px; 
float:left; 
 text-align:justify; 
 font: 115%/1.5 Verdana,Arial,Helvetica, sans-serif; color:#515151; 
 
 } 

.coment_message { 
 width: 100%; 
 border-top: 1px solid #C9C9C9; 
 border-bottom: 1px solid #C9C9C9; 
 padding: 5px 0px; 
 float:left; 
 text-align:justify; 
 font: 115%/1.5 Verdana,Arial,Helvetica, sans-serif; color:#515151; 
 width:100%;
 } 

.coment_rating { 
 padding-top: 5px; 
 } 

.coment_name, 
.coment_nomer, 
.coment_rating { 
 font:10px Verdana,Arial,Helvetica, sans-serif; color:#999; 
 font-weight: bold; 
 } 

.avatar a:hover, 
.avatar { 
 position: absolute; 
 height: 45px; 
 width: 45px; 
 left: 0; 
 } 

.avatar img { 
 height: 45px; 
 width: 45px; 
 border: none; 
 } 

.tip{ 
 position: absolute; 
 top: 10px; 
 left: -7px; 
 height: 13px; 
 width: 9px; 
 background: url("http://www.center-dm.ru/ucoz/vid_coment/fon_ugol.png") no-repeat top left; 
 } 

.coment_info, 
.avatar a:hover { 
 box-shadow: 0px 0px 5px #999; 
 -moz-box-shadow: 0px 0px 5px #999; 
 -webkit-box-shadow: 0px 0px 5px #999; 
 } 

.left {float:left;} 
.right {float:right;} 
.clear {clear:left;} 

.coment_rating a:hover img {filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; filter: alpha(opacity=50);} 
/* =================================================*/

/* Mне нравится 
 ------------------------------------------*/ 
#rating_os { 
 float:right; 
 font: 10px Verdana,Arial,Helvetica, sans-serif; 
 color:#777; text-shadow: 1px 1px 1px #fff; 
 background:#f6f6f6; 
 border: 1px solid #d6d6d6; 
} 

#rating_os a:link, 
#rating_os a:visited, 
#rating_os a:hover {text-decoration:none; color:#999;} 

#rating_l { 
 float:left; 
 background: url(http://www.center-dm.ru/ucoz/vid_nravitsa/v_1/ugol_white.png) no-repeat right; 
 padding: 1px 10px 2px 5px; 
} 

#rating_l:hover { 
 background: #fff url(http://www.center-dm.ru/ucoz/vid_nravitsa/v_1/ugol_white.png) no-repeat right; 
} 

#rating_p { 
 float:right; 
 padding: 1px 5px 0px 5px; 
 background:#e3e3e3; 
}


/* Мини-чат */
#mchatIfm2 {height:100%; !important;}
/* ------------ */


/* Таб меню */

ul.tabst {
 margin: 0;
 padding: 0;
 float: right;
 list-style: none;
 height: 32px;
 border-bottom: 1px solid #999;
 border-left: 1px solid #999;
 width: 320;
}
ul.tabst li {
 float: left;
 margin: 0;
 padding: 0;
 height: 31px;
 line-height: 31px;
 border: 1px solid #999;
 border-left: none;
 margin-bottom: -1px;
background: #fefcea; /* Для старых браузров */
background: -moz-linear-gradient(top, #30333b, #101214); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30333b), color-stop(100%,#101214));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(top, #30333b, #101214);
background: -o-linear-gradient(top, #30333b, #101214); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #30333b, #101214); /* IE10 */
background: linear-gradient(top, #30333b, #101214); /* CSS3 */ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30333b', endColorstr='#101214');
zoom: 1;
 overflow: hidden;
 position: relative;
color: #ffffff;
}
ul.tabst li a {
 text-decoration: none;
 color: #ffffff;
 display: block;
 font-size: 1.2em;
 padding: 0 15px;
 border: 1px solid #ffffff;
 outline: none;
}
ul.tabst li a:hover {
background: #fefcea; /* Для старых браузров */
background: -moz-linear-gradient(top, #0134b4, #101274); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0134b4), color-stop(100%,#101274));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(top, #0134b4, #101274);
background: -o-linear-gradient(top, #0134b4, #101274); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0134b4, #101274); /* IE10 */
background: linear-gradient(top, #0134b4, #101274); /* CSS3 */ 
filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0134b4', endColorstr='#101274')";
color: #ffffff;
} 
html ul.tabst li.active, html ul.tabst li.active a:hover {
 background: -o-linear-gradient(top, #0134b4, #012474);
background: #fefcea; /* Для старых браузров */
background: -moz-linear-gradient(top, #0134b4, #101274); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0134b4), color-stop(100%,#101274));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(top, #0134b4, #101274);
background: -o-linear-gradient(top, #0134b4, #101274); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0134b4, #101274); /* IE10 */
background: linear-gradient(top, #0134b4, #101274); /* CSS3 */ 
filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0134b4', endColorstr='#101274')";
color: #ffffff;
 border-bottom: 1px solid #ffffff;
}

.tab_containert {
 border: 1px solid #999;
 border-top: none;
 clear: both;
 float: right; 
 width: 319px;
 background: #ffffff;
 -moz-border-radius-bottomright: 5px;
 -khtml-border-radius-bottomright: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 -khtml-border-radius-bottomleft: 5px;
 -webkit-border-bottom-left-radius: 5px;
}
.tab_contentt {
padding: 10px 0px 10px 0px;
 font-size: 1.2em;
 
}

/* ------------ */


/* Описание под картинкой 
 ------------------------------------------*/ 
.content_img { 
 width:170px; 
 float:left; 
 display:block; 
 text-align:center; 
 background: #f6f6f6; 
 outline: 1px solid #D0D0D0; 
 border: 1px solid #fff; 
 padding: 0px 3px 2px 3px; 
 margin: 0px 3px 0px 0px; 
} 

.content_img img { 
 margin: 3px 0px 3px 0px; 
} 

.content_img span { 
 color:#777; 
 font: 10px Verdana,Arial,Helvetica, sans-serif; 
 text-shadow: 1px 1px 1px #fff; 
}


#puzadpn {display:none}