*{
    margin:0;
    padding:0;
    border:none;
}

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

input:focus
{
    outline:none;
}

a:link,
a:visited,
a:active{
    background: transparent;
    color: #00a4f0;
    text-decoration: none;
}

a:hover{
    color:#00afff;
    background: transparent;
    text-decoration: none;
}

body{
    background: transparent url('img/main/bg_right.png') repeat-y right;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size:11px;
    position: absolute;
    margin:0 auto;
    padding:0px;
    min-height: 100%;
    width: 100%;
    top: 0;
}

#left_bg {
    background: transparent url('img/main/bg_left.png') repeat-y left;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

div#headline{
    background: url('img/main/line_top.png') repeat-x;
    height:4px;
}

div#container {
    background: url('img/main/conbg.png') repeat-y scroll 0 0;
    text-align:left;
    margin:0 auto;
    width:1009px;
    position:relative;
    color: #363636;
    
}

div#header {
    background:transparent url('img/main/header.png') no-repeat;
    width: 983px;
    height: 150px;
    margin: 0 auto;
    
}

div#sharebox{
    background:transparent url('img/main/sharebox.png') no-repeat;
    width: 190px;
    height: 110px;
    float:left;
}

div#sharebox .share{
    text-align: center;
    padding: 3px 0px 3px 0px;
}

div#sharebox .icon{
    text-align: center;
    padding: 0px 3px 0px 3px;
}

div#sharebox .text{
    text-align: center;
    color: #1c1c1c;
    padding: 4px 4px 4px 4px;
    text-shadow: #dddddd 1px 1px 1px;
    
}

div#radiobox{
    background:transparent url('img/main/radiobox.png') no-repeat;
    width: 190px;
    height: 110px;
    float:right;
}

div#radiobox p{
    text-align: center;
    font-weight: bold;
    color: #1c1c1c;
    padding: 15px 0px 0px 0px;
}

div#radiobox .icons{
    text-align: center;
    padding: 3px 0px 3px 0px;
}

div#radiobox .player {
    height:10px;
    width:170px;
    margin:0 auto;
    padding: 5px 0px 10px 0px;
}

div#radiobox .text{
    text-align: center;
    color: #1c1c1c;
    padding: 5px 0px 0px 0px;
    text-shadow: #dddddd 1px 1px 1px;
}

div#lil_log {
    background:transparent url('img/main/lil_log.png') no-repeat;
    width: 983px;
    height: 31px;
    margin-top:-31px;
    margin-left:13px;
}


div#languages {
    margin-top:8px;
    margin-right:62px;
    text-align:right;
    float:right;
    line-height:20px;
}


div#navigation{
    line-height: 33px;
    width: 983px;
    height: 33px;
    background: url('img/main/navigation.png') repeat-x;
    margin: 0 auto;    
}

div#navigation a {
    color: #ffffff;
    float: left;
    display: block;
    text-decoration: none;
    line-height: 33px;
    border-right: 1px solid #2ebdff;
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
}

div#navigation a:hover {
    background:url('img/main/navigation_hover.png') repeat-x;
}

div#navigation .right {
    float: right;
    border-left: 1px solid #2ebdff;
}

div.menu {
    width: 983px;
    height: 33px;
    line-height: 33px;
    background: url('img/main/navigation.png') repeat-x;
    margin: 0 auto;    
}

div.menu ul{
    height:33px;
    list-style:none;
}
    
div.menu li{
    float:left;
    padding:0px;
}

div.menu li a{
    color:#fff;
    display:block;
    line-height:33px;
    padding:0px 10px;
    text-align:center;
    text-decoration:none;
    border-right: 1px solid #2ebdff;
        
}
div.menu li a:hover, div.menu ul li:hover a{
    width: auto;
    color: #ffff;
    cursor: pointer;
    background:url('img/main/navigation_hover.png') repeat-x;
}
            
div.menu li ul{
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:130px;
    z-index:200;
}
div.menu li:hover ul{
    display:block;
}

div.menu li li {
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:130px;
}

div.menu li:hover li a{

}

div.menu li ul a{
    display:block;
    height:25px;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    line-height:25px;
    font-size:10px;
    font-style:normal;
    margin:0px;
    padding:0px 10px 0px 15px;
    text-align:left;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

div.menu li ul a:hover, div.menu li ul li:hover a{
    background:url('img/main/down_hover2.png') repeat-x;
    color:#767676;
    line-height:25px;
    text-decoration:none;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
}

div#shadow {
    width: 983px;
    height: 5px;
    background:url('img/main/shadow.png') repeat-x;
    margin: 0 auto;
}

#content {
    background:#ffffff repeat-y scroll 0 0;
    width: 983px;
    overflow:hidden;
    margin: 0 auto;    
    text-align:left;
    color:#363636;
}

div#main-panel {
    float:left;
    width:415px;
    margin-left:6px;
    overflow:hidden;
    margin-top:-4px;
}

div#left-panel {
    float:left;
    width:326px;
    overflow:hidden;
    margin-left:6px;
}

div#right-panel {
    float:left;
    width:222px;
    overflow:hidden;
    margin-left:5px;
    margin-top:1px;
}

div#right-panel .title-bg {
    text-align:left;
    background: url('img/main/left_panel_title_bg.png') no-repeat;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size:12px;
    color: #ffffff;
    width:219px;
    height:34px;
    padding: 6px 0px 0px 54px;
    position:relative;
}

div#right-panel .box {
    border: 1px solid #e0e0e0;
    background-color: #f6f6f6;
    width:215px;
    color:#555555;
    margin-top:-14px;
    margin-left:1px;
    overflow:hidden;
    margin-bottom:5px;
}

div#right-panel .login-avatar-bg {
    float:left;
    background: url('img/main/login_avatar_bg.png') no-repeat;
    width:108px;
    height:108px;
    overflow:hidden;
    position:absolute;
}

div#right-panel .login-avatar {
    float:left;
    width:100px;
    height:100px;
    overflow:hidden;
    margin-left:4px;
    margin-top:1px;
}

.bansinput {
border: 1px solid #CCC;
font-size: 11px;
color: #494949;
padding: 3px;
margin: 1px;
background: white url('img/main/input_bg_.png') repeat-x top center;
}

div#right-panel .profile-button {
    float:left;
    width: 133px;
    height: 22px;
    color:#ffffff;
    background:url('img/main/profile_buttons.png') no-repeat;
    overflow:hidden;
    margin-left:87px;
    padding: 3px 0px 0px 25px;
}

div#right-panel .profile-button a {
    color:#ffffff;
}

div#right-panel .profile-sms {
    text-align:center;
    width: 98px;
    height: 28px;
    color:#767676;
    background:url('img/main/profile_sms.png') no-repeat;
    overflow:hidden;
    margin-left:5px;
    font-weight:bold;
    padding: 8px 0px 0px 0px;
}

div#right-panel .profile-sms a{
    color:#767676;
}


div#right-panel .profile-line {
    margin: 0 auto;    
    background:url('img/main/profile-line.png') no-repeat;
    width:208px;
    height:7px;
}

div#right-panel .line {
    color:#212121;
    font-size:10px;
    padding: 6px 4px 6px 4px;
    border-bottom: 1px dotted #bcbcbc;
    margin: 0 auto;    
    width:209px;
}

div#right-panel .line  a{
    color:#212121;
}

div#right-panel .line  a:hover {
    color:#4b4b4b;
}

div#right-panel .login-box {
    padding: 0px 0px 48px 10px;
    color:#212121;
}

div#right-panel .login-box a {
    color:#212121;
}

div#right-panel .login-box a:hover {
    color:#9a9a9a;
}

.login {
    border: 1px solid #e8e8e8;
    width:192px;
    height:20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 1px;
    color:#838383;
    font-size:11px;
    cursor: pointer;
    padding-left:5px;
}

div#right-panel .login_title {
    padding: 0px 0px 0px 10px;
    color:#212121;
    font-size:11px;
}

div#right-panel input[type="submit"]  {
    width: 79px;
    height: 39px;
    border: none;
    background: url('img/main/login.png') no-repeat;
    cursor: pointer;
    color:#ffffff;
    text-align:center;
    text-shadow: #CCC 0px 3px 3px;
}

div#right-panel .online_users {
    padding: 6px 6px 8px 6px;
}


div#right-panel .online_users img {
    opacity:0.5;  -webkit-transition:0.5s; 
}

div#right-panel .online_users img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1; -webkit-transition:0.5s; 
}


div#right-panel .online_users_avatar {
    border:2px solid #d1d1d1;
    height:37px; width:37px;
    margin-left:8px;
    margin-top:6px;
}

div#right-panel .online_users_bar {
    background: url('img/main/online_bar.png') no-repeat;
    width:216px;
    height:26px;
    margin-bottom:-1px;
    line-height:26px;
    color:#292929;
}

div#right-panel .online_users_online {
    float:left;
    padding: 8px 0px 0px 10px;
}
    
    
div#right-panel .online_users_bar {
    background: url('img/main/online_bar.png') no-repeat;
    width:216px;
    height:26px;
    margin-bottom:-1px;
    line-height:26px;
    color:#292929;
}
    
div#right-panel .forum_news_bar {
    background: url('img/main/forum_news_bar.png') no-repeat;
    width:216px;
    height:32px;
    line-height:32px;
    color:#292929;
    border-top:1px dotted #d1d1d1;
}

.forum_news_bar a{
    color:#292929;
}
    
div#right-panel .forum_news_bar_img{
    float:left;
    padding: 8px 0px 0px 10px;
}
    
div#right-panel .dotted {
    border-top:1px dotted #6b6b6b;
}

div#right-panel .poker_table_bg {
    text-align:left;
    background: url('img/main/poker_table_bg.png') no-repeat;
    font-size:9px;
    color: #4b4b4b;
    width:208px;
    height:70px;
    margin-left:6px;
    margin-top:2px;
    margin-bottom:4px;    
}

div#main-panel .msg-ok {
background: white;
padding: 1px;
border: 1px solid #81d7ff;
margin-left:10px;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;
}

.buj {
    padding: 5px;
    margin: 10px;
    border: 1px solid #999;
}

.banl{
    padding: 5px;
    margin: 5px;
    border: 1px solid #999;
}


.c_box {
font-size: 11px;
border: 1px #D4E1ED solid;
background: #F4FAFF;
padding: 5px;
-moz-border-radius: 3px;
margin-bottom: 2px;
color: #5F728E;
}

table.s_form {
background-color: #F3FDFF;
color: black;
font-size: 11px;
width: 100%;
margin: 0;
padding: 0;
}

table.s_form {
color: black;
font-size: 11px;
}

table {
border-collapse: separate;
border-spacing: 2px;
}

tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

table.s_form th, table.s_form td {
padding: 2px 10px 2px 5px;
font-size: 11px;
margin: 0;
border-top: 1px solid #C0D0E0}

tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

div#main-panel .msg-ok  .inner {
background: #81d7ff;
padding: 3px 10px;
font-size: 11px;
color: #3f8cb0;
text-shadow: none;
}

div#main-panel .msg-warn {
background: white;
padding: 1px;
border:1px solid #d1eb82;
margin-left:10px;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;
}

div#main-panel .msg-warn  .inner {
background-color:#d1eb82;
padding: 3px 10px;
font-size: 11px;
color:#799d0b;
text-shadow: none;
}

div#main-panel .msg-error{
background: white;
padding: 1px;
border:1px solid #FFBABA;
margin-left:10px;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;
}

div#main-panel .msg-error .inner {
background-color:#FFBABA;
padding: 3px 10px;
font-size: 11px;
color:#9e7070;
text-shadow: none;
}

div#right-panel .poker_table_textbox {
    width:131px;
    height:54px;
    padding: 14px 0px 0px 75px;
    text-align:center;
}

div#right-panel .poker_table_nav {
    color: #858585;
    line-height: 18px;
    width: 191px;
    height: 18px;
    background: url('img/main/lil_poker_navi.png') no-repeat;
    margin: 0 auto;    
}

div#right-panel .poker_table_nav_box {
    float:left;
    font-size:10px;
    width:40px;
    height:15px;
    padding: 0px 0px 0px 14px;
}

div#right-panel .poker_table_nav_box  a{
    color: #858585;
}

div#right-panel .poker_table_nav_box2 {
    color:#343434;
    float:left;
    font-size:10px;
    width:70px;
    height:15px;
    padding: 0px 0px 0px 12px;
    font-weight:bold;
}


div#right-panel .poker_table_nav_box2  a{
    color: #343434;
}

div#right-panel .poker_table_nav_box3 {
    float:left;
    font-size:10px;
    width:40px;
    height:15px;
    padding: 0px 0px 0px 15px;
}

div#right-panel .poker_table_nav_box3  a{
    color: #858585;
}

div#right-panel .poll_question{
    padding: 5px 5px 4px 5px;
    float:left;
}

div#right-panel .poll_question_text{
    line-height:29px;
}

div#right-panel .poll_answer_bg{
    float:left;
    background: url('img/main/poll_bg.png') no-repeat;
    width:216px;
    height:32px;
    color:#292929;
    border-top:1px solid #e0e0e0;
}

div#right-panel .poll_precent{
    padding: 0px 0px 0px 8px;
    float:left;
    line-height:32px;
}

div#right-panel .poll_answer {
    position:absolute;
    padding: 4px 0px 0px 50px;
    color:#464646;
    font-size:10px;
    float:left;
}

div#right-panel .poll_answer_bar {
    background: url('img/main/answer_bg.png') no-repeat;
    margin-left:35px;
    width:161px;
    height:9px;
    line-height:9px;
    float:left;
    position:absolute;
    margin-top:18px;
}

div#right-panel .poll_answer_bar_over {
    background: url('img/main/poll_bar_over.png') no-repeat;
    margin-top:2px;
    width:161px;
    height:5px;
    float:left;
}

div#right-panel .poll_all {
    float:left;
    padding: 10px 0px 10px 0px;
    text-align:center;
    border-top:1px solid #e0e0e0;
    width:216px;
}

div#right-panel .poll_all_other {
    background: url('img/main/other_polls.png') no-repeat;
    width:129px;
    text-align:center;
    height:18px;
    float:left;
    line-height:18px;
    margin-left:43px;
    margin-bottom:10px;
    color:#555555;
}

/*

div#right-panel table,td,th{
    border-right: 1px dotted #000;
    border-bottom: 1px dotted #000;
    border-left: 1px dotted #000;
    text-align:center;
}
div#right-panel  table{
    margin-top:10px;
    width:96%;
    border:none;
    margin-left:3px;
    padding-bottom:3px;
}
div#right-panel th{
    width:5%;
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    height:20px;
}

*/


div#left-panel .it-bg {
    width: 326px;
    height: 280px;
    background:url('img/main/it_bg.png') no-repeat;
    overflow:hidden;
}

div#left-panel .it-bg-img {
    padding: 4px 0px 0px 4px;
    overflow:hidden;
}

div#left-panel .it-title-bg {
    text-align:left;
    background: url('img/main/it-title-bg.png') no-repeat;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size:11px;
    color: #ffffff;
    width:318px;
    height:22px;
    margin-left:4px;
    padding: 3px 0px 0px 5px;
    font-weight:bold;
}

div#left-panel .it-textbox {
    font-size:10px;
    color:#aeaeae;
    padding: 0px 8px 0px 8px;
}


div#left-panel .servers-box{
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
    overflow:hidden;
    width:322px;
    color:#555555;
    margin-top:5px;
    margin-left:1px;
    padding: 0px 0px 0px 0px;
}

div#left-panel .server-status {
    padding: 5px 0px 0px 5px;
}

div#left-panel .server-map{
    float:left;
    width:166px;
    height:94px;
    overflow:hidden;
}

div#left-panel .server-status-name {
    width:166px;
    height: 20px;
    background:url('img/main/server-status-name.png') repeat-x;
    overflow:hidden;
    color:#ffffff;
    position:absolute;
}

div#left-panel .server-status-name-text{
    padding-top:5px;
    font-size:9px;
    text-align: center;
}

div#left-panel .server-shadow{
    width: 170px;
    height: 7px;
    background:url('img/main/server-shadow.png') no-repeat;
    overflow:hidden;
    margin-left:-3px;
}

div#left-panel .server-text-bg{
    float:right;
    width: 150px;
    height: 90px;
    margin-top:2px;
    margin-right:1px;
    background:url('img/main/server_text_bg.png') no-repeat;
    overflow:hidden;
    color:#363636;
    font-size:10px;
}

div#left-panel .server-text {
    padding: 5px 0px 0px 5px;
}

div#left-panel .server-text-rating{
    margin-right:14px;
}

div#left-panel .server-text-rating-star{
    float:right;
    margin-top:-15px;
}

div#left-panel .cup-box{
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
    overflow:hidden;
    width:322px;
    color:#555555;
    margin-top:7px;
    margin-left:1px;
    margin-bottom:3px;
    padding: 0px 0px 0px 0px;
}

div#left-panel .cup-title {
    text-align:left;
    background: url('img/main/panel_cup_title_bg.png') no-repeat;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size:11px;
    color: #424242;
    width:326px;
    height:29px;
    padding: 7px 0px 0px 54px;
    margin-left:1px;
    font-weight:bold;
}

div#left-panel .pic-title {
    text-align:left;
    background: url('img/main/panel_gallery_title_bg.png') no-repeat;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size:11px;
    color: #424242;
    width:326px;
    height:29px;
    padding: 7px 0px 0px 54px;
    margin-left:1px;
    font-weight:bold;
}

div#left-panel .vid-title {
    text-align:left;
    background: url('img/main/panel_video_title_bg.png') no-repeat;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size:11px;
    color: #424242;
    width:326px;
    height:29px;
    padding: 7px 0px 0px 54px;
    margin-left:1px;
    font-weight:bold;
}

div#left-panel .cup-logo-bg{
    float:left;
    width: 73px;
    height: 73px;
    background:url('img/main/cup_logo_bg.png') no-repeat;
    overflow:hidden;
    margin-left:5px;
}


div#left-panel .cup-text {
    padding: 5px 20px 0px 20px;
}

div#left-panel .cup-text-title {
    padding: 5px 0px 0px 0px;
    font-weight:bold;
}

div#left-panel .cup-text-bg {
    text-align:center;
    float:right;
    width: 244px;
    height: 22px;
    background:url('img/main/cup-text-bg.png') repeat-x;
    overflow:hidden;
    color:#363636;
    font-size:10px;
    margin-top:1px;
}

div#left-panel .cup-button{
    text-align:center;
    width: 107px;
    height: 21px;
    color:#ffffff;
    background:url('img/main/cup_button.png') no-repeat;
    overflow:hidden;
    margin:0 auto;
    padding: 3px 0px 5px 0px;
}

div#left-panel .cup-button a{
    color:#ffffff;
}

div#main-panel .title {
    text-align:left;
    background: url('img/main/h1.png') no-repeat;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size:12px;
    color: #ffffff;
    width:413px;
    height:34px;
    padding: 6px 0px 0px 54px;
}

div#main-panel .title2 {
    text-align:left;
    background: url('img/main/h2.png') no-repeat;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size:12px;
    color: #ffffff;
    width:413px;
    height:34px;
    padding: 6px 0px 0px 54px;
}

div#main-panel .box{
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    overflow:hidden;
    width:413px;
    color:#555555;
    margin-top:20px;
}

div#main-panel .box2{
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    overflow:hidden;
    width:413px;
    color:#555555;
    margin-top:4px;
}

div#main-panel .comment-box{
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    overflow:hidden;
    width:413px;
    color:#555555;

}

div#main-panel .comtop {
background: #E7ECF0;
line-height: 25px;
color: #888;
padding: 0px 10px;
overflow: hidden;
}

div#main-panel input[type="submit"]  {
    width: 79px;
    height: 39px;
    border: none;
    background: url('img/main/login.png') no-repeat;
    cursor: pointer;
    color:#ffffff;
    text-align:center;
    margin:10px;
    text-shadow: #CCC 0px 3px 3px;
}

div#main-panel .comment-box  input[type="text"] {
    border: 1px solid #e8e8e8;
    width:192px;
    height:20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 1px;
    color:#838383;
    font-size:11px;
    cursor: pointer;
    padding-left:5px;
}

div#main-panel .com {
padding: 4px 10px 10px 10px;
font-size: 11px;
line-height: 14px;
overflow: hidden;
}

div#main-panel .com-box{
    position:absolute;
    margin-top:-42px;
    margin-left:280px;
    float:right;
    width: 69px;
    height: 48px;
    background:url('img/main/com_box.png') repeat-x;
}


div#main-panel .com-box2{
    position:absolute;
    margin-top:-42px;
    margin-left:280px;
    float:right;
    width: 69px;
    height: 48px;
    background:url('img/main/com_box2.png') repeat-x;
}

div#main-panel .com-text{
    text-align: center;
    color: #ffffff;
    font-size:13px;
    padding: 16px 0px 0px 0px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    text-shadow: #CCC 0px 0px 3px;
}

div#main-panel .com-text a{
    text-align: center;
    color: #ffffff;
    font-size:12px;
}

div#main-panel .com-text2{
    text-align: center;
    color: #343434;
    font-size:13px;
    padding: 17px 0px 0px 0px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    text-shadow: #CCC 0px 0px 3px;
}


div#main-panel .a_news_admin{
    position:absolute;
    margin-left:366px;
    margin-top:-30px;
    width: 55px;
    height: 120px;
    background:url('img/main/a_news_admin.png') repeat-x;
}


div#main-panel .a_news_admin_text{
    text-align: center;
    color: #ffffff;
    font-size:13px;
    padding: 21px 0px 0px 13px;
}

div#main-panel .a_news_admin_text  img{
    padding: 5px 0px 0px 0px;
}

div#main-panel .a_news_admin2{
    position:absolute;
    margin-left:366px;
    margin-top:-30px;
    width: 55px;
    height: 120px;
    background:url('img/main/a_news_admin2.png') repeat-x;
}

div#main-panel .suggest {
    width: 91px;
    height: 29px;
    background:url('img/main/suggest.png') repeat-x;
    margin-left:160px;
    margin-top:-15px;
    position:absolute;
}

div#main-panel .icons {
    text-align: center;
    padding: 7px 0px 0px 0px;
}


div#main-panel .text {
    margin-top:-5px;
    padding: 0px 5px 8px 10px;
}


div#main-panel .ac_box{
    padding: 4px 4px 4px 4px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    width:382px;
    color:#3d3d3d;
    overflow:hidden;
    margin-bottom:8px;
}

div.right {
    float:right
}

div.left{
    float:left;
}


div#main-panel .news_img_bg{
    width: 402px;
    height: 160px;
    background:url('img/main/news_img_bg.png') no-repeat;
    margin-left:-5px;
    margin-top:-2px;
    padding-bottom:2px;
    overflow:hidden;
}

div#pages {
    padding: 0px;
    padding: 15px 15px 22px 15px;
    font-size: 11px;
    font-family: Tahoma ;
}

div#pages.current {
    height:22px;
    width:22px;
    text-align:center;
    line-height:22px;
    background: url('img/main/page.png') no-repeat;
    color: #b2b0a9;
    margin-left: 1px;
    margin-right: 1px;
    float:left;
}

div#pages a {
    color: #817c6c;
    margin-left: 1px;
    margin-right: 1px;
    font-family: Tahoma;
    text-decoration:none;
}

#pages div {
    height:22px;
    width:22px;
    text-align:center;
    line-height:22px;
    background: url('img/main/page.png') no-repeat;
    color: #817c6c;
    margin-left: 1px;
    margin-right: 1px;
    float:left;
}

div#advetisments{
    width: 983px;
    height: 80px;
    background: url('img/main/advet_bg.png') repeat-x;
    margin: 0 auto;
}

div#footer{
float:left;
    width: 983px;
    height: 36px;
    background: url('img/main/footer.png') repeat-x;
    margin: 0 auto;
}

div#footer .left-text {
    float:left;
    color: #666;
    text-shadow: #CCC 0px 0px 3px;
    padding: 5px 0px 0px 8px;
}

div#footer .right-text {
    float:right;
    color: #666;
    text-shadow: #CCC 0px 0px 3px;
    padding: 4px 4px 0px 0px;
}


#tooltip
{
    color:#0398e6;
    position: absolute;
    z-index: 3000;
    border: 2px solid rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255, .2);
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .7);
    padding: 4px 4px 4px 4px;
}

#tooltip2
{    font-size:10px;
    color:#212121;
    position: absolute;
    z-index: 3000;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, .2);
    background: rgb(247, 247, 247);
    background: rgba(247, 247, 247, .6);
    padding: 4px 4px 4px 4px;
    display:block;
    word-wrap: break-word;
    
}

#tooltip3
{    font-size:10px;
    color:#343434;
    position: absolute;
    z-index: 3000;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, .1);
    background: rgb(247, 247, 247);
    background: rgba(247, 247, 247, .7);
    padding: 6px 6px 6px 6px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

textarea
{
    resize:none;
}

.quotes
{
    border:1px dashed #c5c5c5;
    background:#f5f5f5;
    color:#777;
    padding:2px 2px 2px 2px;
}

code
{    
    border:1px dotted #c5c5c5;
    background:#f5f5f5;
    color:#dashed;
    padding:2px 2px 2px 2px;
}

.quotes .head
{
    background:#e5e5e5;
    border-bottom:1px dashed #c5c5c5;
    padding:2px 2px 2px 2px;
}

.vid_src {
width: 58px;
padding-bottom: 16px;
padding-left: 10px;
float: left;
}

.new_g img
{
    float:left;
    width:50px;
    height:50px;
}

.vid_src_lastest {
width: 58px;
padding-bottom: 6px;
padding-left: 6px;
float: left;
}

.new_g_lastest img
{    border: 2px solid #D1D1D1;
    float:left;
    width:50px;
    height:50px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
}

.new_g_lastest img:hover {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-webkit-transition: 0.5s;
}

.comment-container {
width: 350px;
margin: 10px 0px 0px 5px;
}

.comment-container .left {
width: 50px;
float: left;
}

.comment-top {
width: 293px;
height: 37px;
background: url('http://www.pain.lv/media/images/comment-top.png');
margin: 3px 2px 0px 0px;
float: right;
line-height: 37px;
font-size: 8pt;
}

.comment-content {
width: 267px;
background: url('http://www.pain.lv/media/images/comment-content.png') repeat-y;
margin-right: 2px;
padding: 0px 5px 7px;
float: right;
font-size: 8pt;
color: #696767;
word-wrap: break-word;
}

.comment-bottom {
width: 277px;
height: 10px;
background: url('http://www.pain.lv/media/images/comment-bottom.png');
margin-right: 2px;
float: right;
}

.fix {
    clear: both;
}

.user_list
{
    float:left;
    margin:5px;
}

.user_list img
{
    width:70px;
    height:70px;
    border:1px solid #fff;
}

.input_box
{
    background:url(img/Search_input.png) no-repeat;
    width:413px;
    height:30px;
    
}

.input_box a 
{
    line-height:35px;
    margin-left:20px;
    color:#000;
}

.file_category
{
    float:left;
    margin:5px;
}

.file_category img
{
    width:64px;
    height:64px;
}

.file_category h3,
.file_category img
{
    float:left;
}