html,body {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol,ul {
    list-style: none
}

q:before,q:after,blockquote:before,blockquote:after {
    content: ""
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:hover,a:active {
    outline: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom:1}

audio:not([controls]) {
    display: none
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,input {
    line-height: normal;
    *overflow: visible
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clrleft {
    clear: left
}

strong,b {
    font-weight: bold
}

body {
    background-color: #EFEFEF;
    background-image: url(/bg/wall_3.png);
    background-attachment: fixed;
    font-family: "Lucida Grande","Trebuchet MS",Ubuntu,"DejaVu Sans",Arial,Tahoma,Helvetica,sans-serif;
    font-size: 11px
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #388DE4;
    text-decoration: underline
}

a,a:visited {
    text-decoration: none
}

::-moz-selection {
    background: #333;
    color: #eee
}

::selection {
    background: #333;
    color: #eee
}

a.external {
    background: url(/imgs/external_link.gif) no-repeat right top;
    padding-right: 12px
}

ul {
    list-style-type: none
}

form {
    margin: 0;
    padding: 0
}

div#all {
    position: relative;
    margin-top: 0 !important
}

div#site {
    width: 804px;
    margin: 0 auto;
    background-color: #FFF;
    display: block;
    padding: 5px 0 10px 0;
    position: relative;
    z-index: 500;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 10px #BBB
}

div#header {
    background: #343434;
    height: 65px;
    width: 100%;
    min-width: 804px
}

div#header .header-inner {
    width: 804px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

div#header a.mobile-menu-trigger {
    display: none;
}

div#header a.dlogo {
    float: left;
    display: block;
    width: 188px;
    height: 65px;
    background: url("/imgs/sprite-items.png") no-repeat 0 -6px
}

div#header .kokarda {
    background: url("/imgs/kokarda.png") no-repeat 0 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 23px;
    left: -43px
}

div#header .header-left .shares {
    width: 60px;
    position: absolute;
    left: 170px;
    top: 3px
}

div#header .header-left .shares a {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url("/imgs/sprite-items.png");
    background-repeat: no-repeat;
    float: left
}

div#header .header-left .shares a:hover {
    text-decoration: none;
    opacity: 0.8
}

div#header .header-left .shares a.facebook {
    background-position: -199px -74px
}

div#header .header-left .shares a.twitter {
    background-position: -199px -92px
}

div#header .header-left .shares a.rss {
    background-position: -199px -110px
}

div#header a.dlogo:hover {
    opacity: 0.8
}

div#header .header-search {
    position: relative;
    top: 20px;
    right: 0
}

div#header .header-search input[type="text"] {
    width: 180px;
    font: bold 14px Arial, Tahoma, Verdana, sans-serif;
    padding: 4px;
    color: #000;
    background: #EEEDEA;
    border: #525252 1px solid
}

div#header .header-search input[type="submit"] {
    padding: 4px;
    width: 75px;
    text-align: center;
    background: #388DE4;
    border: #525252 1px solid;
    font: 14px Arial, Tahoma, Verdana, sans-serif;
    color: #EEEDEA
}

div#header .header-share {
    position: absolute;
    top: 2px;
    right: 10px;
    height: 65px
}

div#mainmenu {
    position: absolute;
    top: 65px;
    width: 100%;
    background: #343434;
    border-bottom: #828282 2px solid
}

div#mainmenu.fixed {
    position: fixed;
    top: 0;
    z-index: 501
}

div#mainmenu .menuinner {
    width: 804px;
    margin: 0 auto;
    position: relative
}

div#mainmenu .menuitem {
    float: left;
    position: relative;
    padding: 10px 20px;
    height: 17px;
    margin-left: 2px;
    border-top: #828282 2px solid;
    background: #414141;
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    color: #FFF;
    cursor: pointer;
    text-shadow: 1px 1px 1px #000
}

div#mainmenu .home {
    height: 37px;
    padding: 0 !important
}

div#mainmenu .home a {
    background: url(/imgs/home.png) no-repeat center center;
    width: 32px;
    height: 32px;
    display: block
}

div#mainmenu .menuitem>a {
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    font: bold 13px Tahoma, Verdana, Arial, sans-serif;
    text-decoration: none
}

div#mainmenu .menuitem:hover {
    border-top: #388DE4 2px solid;
    background: #5F5F5F
}

div#mainmenu .menuitem:hover ul {
    display: block;
    position: absolute;
    width: 100%;
    top: 36px;
    left: -1px;
    z-index: 510;
    background: #424242;
    border-top: none
}

div#mainmenu .menuitem ul li {
    display: block
}

div#mainmenu .menuitem ul li a {
    border-left: #424242 4px solid;
    display: block;
    color: #FFF;
    padding: 10px;
    text-shadow: 1px 1px 1px #000
}

div#mainmenu .menuitem ul li a:hover {
    border-left: #388DE4 4px solid;
    color: #DEDEDE;
    text-decoration: none
}

div#mainmenu .menuitem ul {
    display: none
}

div#mainmenu .forum {
    width: 40px;
    position: static
}

div#mainmenu .forum h4 {
    padding: 0;
    margin: 0
}

div#mainmenu .forum .favtopics_layer {
    display: none;
    position: absolute;
    left: 0;
    top: 37px;
    z-index: 550;
    background: #424242;
    padding: 0 5px;
    width: 794px
}

div#mainmenu .forum:hover .favtopics_layer {
    display: block
}

div#mainmenu .forum ol {
    display: block;
    background: #424242;
    border-top: none
}

div#mainmenu .forum .favtopics_layer .favs-col {
    float: left;
    width: 255px;
    margin-right: 5px
}

div#mainmenu .forum .favtopics_layer ol li {
    margin: 5px 0
}

div#mainmenu .forum .favtopics_layer ol h4 {
    border-bottom: #AAA 1px solid;
    margin-top: 10px
}

div#mainmenu .forum .favtopics_layer ol h4 a {
    color: #AAA;
    font-weight: bold;
    text-decoration: none
}

div#mainmenu .forum .favtopics_layer ol li a {
    color: #FFF
}

div#adcontent-fent,div#adcontent-lent {
    width: 732px;
    display: block;
    padding: 3px 0 3px 6px
}

div#bottom {
    height: 1px;
    width: 500px;
    clear: both
}

div#foot {
    text-align: right;
    padding-right: 5px;
    color: #888;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold
}

div#foot a {
    color: #666
}

div#foot a:hover {
    color: #666
}

div#ieuser,div#noscript {
    background-color: #FDE9E9;
    text-align: center;
    width: 790px;
    border-top: 2px #F85959 solid;
    border-bottom: 1px #F85959 solid;
    margin: 0 3px;
    padding: 2px;
    font: normal 12px/16px Arial, Tahoma, Verdana, Ubuntu, Freesans, sans-serif
}

div#ieuser a {
    color: #000;
    font-weight: bold
}

div#ieuser a:hover {
    color: #C00;
    text-decoration: underline
}

div#ieuser a#closeIEalert {
    float: right;
    padding: 2px 5px 0 5px
}

div#friendslist {
    position: absolute;
    top: 30px;
    left: 30%;
    z-index: 501
}

div#community {
    height: 30px;
    position: relative
}

div#community .followus {
    float: right;
    background: rgba(80, 80, 80, 0.8);
    border-radius: 8px 8px 0 0;
    height: 16px;
    padding: 5px
}

div#community .followus span {
    float: left;
    font-weight: bold;
    color: #FFF;
    line-height: 16px
}

div#community .followus a {
    background-image: url(/imgs/sprite-items.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.75;
    display: block;
    float: left;
    margin: 0 3px
}

div#community .followus a:hover {
    opacity: 1
}

div#community .followus a.facebook {
    background-position: -200px -76px
}

div#community .followus a.twitter {
    background-position: -200px -94px
}

div#community .followus a.rss {
    background-position: -200px -112px
}

div#fr_list {
    width: 300px;
    background-color: #FFF;
    font-family: "Trebuchet MS",Arial,Tahoma;
    font-size: 13px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: #000 3px solid
}

div.fr_head {
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    background-color: #000;
    color: #FFF;
    position: relative;
    height: 20px
}

div.fr_line {
    padding: 2px 0 18px 0
}

div.fr_icon {
    width: 20px;
    float: left
}

div.fr_name {
    width: 120px;
    float: left;
    text-align: left
}

div.fr_time {
    width: 155px;
    float: left;
    text-align: right
}

div.fr_name a {
    color: #000;
    font-weight: bold
}

div.fr_name a:hover {
    color: #1492AD
}

div.fr_line:hover,div.fr_line.hover {
    background-color: #EEEDEA;
    cursor: pointer
}

div.fr_head #closeicon {
    position: absolute;
    top: 2px;
    right: 5px
}

div.fr_foot {
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    background-color: #000;
    color: #FFF;
    position: relative;
    height: 20px;
    line-height: 23px
}

div.fr_foot a {
    color: #FFF
}

div.fr_foot a:hover {
    text-decoration: underline
}

div#usertracker {
    position: absolute;
    top: 30px;
    left: 70px;
    z-index: 502
}

div#lastclick {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: #000 3px solid;
    padding: 0 !important;
    font-size: 13px !important
}

div#lastclick .lc_head {
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    background-color: #000;
    color: #FFF;
    position: relative;
    height: 20px
}

div#lastclick .lc_head #closeicon {
    position: absolute;
    top: 2px;
    right: 5px
}

h1.title {
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    color: #888
}

input.button {
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    margin-top: 2px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    padding: 4px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    float: right
}

input.button:hover {
    border: 1px solid #888 !important
}

#dromix-main-frame {
    width: 780px;
    margin: 0 auto
}

#dromix-main-frame h3 {
    text-transform: uppercase;
    font-size: 13px;
    font-family: Tahoma,Verdana,Arial;
    font-weight: bold;
    background: url(/dromix/icon_foci.png) no-repeat scroll 0 0;
    margin: 0 0 3px 0;
    padding: 0 0 0 20px;
    min-height: 18px
}

#dromix-main-frame h3.v1 {
    background: url(/dromix/icon_tennis.png) no-repeat scroll 0 0
}

#dromix-main-frame h3.v2 {
    background: url(/dromix/icon_tollas.png) no-repeat scroll 0 0
}

#dromix-main-frame h3.v3 {
    background: url(/dromix/icon_pool.png) no-repeat scroll 0 0
}

#dromix-main-frame h5 {
    margin: 10px 0 0 0;
    padding: 0;
    font: bold 12px Tahoma;
    color: #666
}

#dromix-main-frame .infobox {
    background-color: #F2F2F2;
    border: #e8e8e8 1px solid;
    border-radius: 8px;
    width: 120px;
    position: absolute;
    right: 12px;
    top: 35px
}

#dromix-main-frame .infobox .i {
    text-align: center
}

#dromix-main-frame .infobox .data {
    padding: 5px
}

#dromix-main-frame .infobox ul li {
    text-align: right;
    line-height: 15px
}

#dromix-main-frame .infobox ul li b {
    color: #000
}

#dromix-main-frame .infobox ul li.name {
    color: #000;
    font-size: 14px;
    text-align: center;
    border-bottom: #e8e8e8 1px solid;
    padding-bottom: 5px
}

#dromix-main-frame .content {
    margin: 0 0 10px 20px;
    padding: 3px 5px;
    background-color: #F8F8F8;
    border: #F0F0F0 1px solid
}

#dromix-main-frame .content hr {
    color: #CCC;
    height: 1px
}

#dromix-main-frame .warningbg {
    background-color: #FDE9E9;
    border: #F85959 1px solid
}

#dromix-main-frame .donebg {
    background-color: #BDF8C7;
    border: #83AE8A 1px solid
}

#dromix-main-frame .infosor {
    float: right;
    width: 420px;
    text-align: right
}

#dromix-main-frame .menu {
    font: normal 11px/13px Tahoma, Verdana, Arial;
    background: #F8F8F8;
    border: #F0F0F0 1px solid;
    padding: 3px 5px;
    margin: 0 0 10px 20px
}

#dromix-main-frame .menu a {
    font-weight: bold;
    padding: 2px
}

#dromix-main-frame .menu2 a {
    border: #666 1px solid;
    padding: 4px !important;
    padding-left: 0 !important;
    margin-top: 2px;
    display: inline-block
}

#dromix-main-frame .menu2 a.selday {
    padding: 4px !important
}

#dromix-main-frame .menu a.active {
    background-color: #666;
    color: #FFF
}

#dromix-main-frame .cimkelista {
    margin-top: 20px
}

#dromix-main-frame .cimkelista li {
    float: left;
    margin-right: 3px;
    color: #333
}

#dromix-main-frame .cimkelista li:hover {
    background-color: #83AE8A;
    cursor: pointer
}

#dromix-main-frame .cimkelista fieldset a {
    color: #333;
    margin: 2px 3px
}

#dromix-main-frame .cimkelista fieldset legend {
    font-weight: bold
}

#dromix-main-frame .cimkelista fieldset a:hover {
    background-color: #83AE8A;
    font-weight: bold
}

#dromix-main-frame .item fieldset legend {
    font-weight: bold;
    padding: 0 1px 5px
}

#dromix-main-frame .item .odds {
    text-align: right;
    padding: 5px
}

#dromix-main-frame .hide-item {
    display: none
}

#dromix-main-frame .odds-item {
    margin-top: 5px
}

#dromix-main-frame select.orszag-select {
    font-size: 11px
}

#dromix-main-frame select.orszag-select option, #dromix-main-frame select.flagselect option {
    padding-left: 20px;
    background-repeat: no-repeat
}

#dromix-main-frame optgroup {
    font-weight: normal
}

#dromix-main-frame a.caticon span, legend span {
    background: url(/dromix/iconset.png) no-repeat 0 0;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin: 0 2px -5px 0
}

#dromix-main-frame a.caticon span.icon-labdarugas, legend span.icon-labdarugas {
    background-position: -76px 0
}

#dromix-main-frame a.caticon span.icon-boksz, legend span.icon-boksz {
    background-position: -76px -38px
}

#dromix-main-frame a.caticon span.icon-forma-1, legend span.icon-forma-1 {
    background-position: -114px 0
}

#dromix-main-frame a.caticon span.icon-kosarlabda, legend span.icon-kosarlabda {
    background-position: -133px 0
}

#dromix-main-frame a.caticon span.icon-tenisz, legend span.icon-tenisz {
    background-position: -95px 0
}

#dromix-main-frame a.caticon span.icon-jegkorong, legend span.icon-jegkorong {
    background-position: -38px -19px
}

#dromix-main-frame a.caticon span.icon-kezilabda, legend span.icon-kezilabda {
    background-position: -114px -19px
}

#dromix-main-frame a.caticon span.icon-motorkerekpar, legend span.icon-motorkerekpar {
    background-position: 0 -76px
}

#dromix-main-frame a.caticon span.icon-amerikai_futball, legend span.icon-amerikai_futball {
    background-position: -19px -19px
}

#dromix-main-frame a.caticon span.icon-vizilabda, legend span.icon-vizilabda {
    background-position: -38px -95px
}

#dromix-main-frame a.caticon span.icon-show-all {
    background-position: -95px -38px
}

#dromix-main-frame .label-title {
    margin-bottom: 4px;
    color: #888;
    font-weight: bold;
    font-size: 14px;
    background-color: #EEEDEA;
    padding: 3px
}

.dromix-ajanlo-item .label-title {
    margin-bottom: 4px
}

#dromix-main-frame .label-title a, .dromix-ajanlo-item .label-title a {
    text-decoration: none;
    color: #888;
    font-weight: bold;
    font-size: 14px;
    background-color: #EEEDEA
}

#dromix-main-frame .label-title a:hover, .dromix-ajanlo-item .label-title a:hover {
    text-decoration: underline
}

#dromix-main-frame .bet-content, .dromix-ajanlo-item .bet-content {
    font-size: 14px;
    padding: 3px
}

#dromix-main-frame .bet-time, .dromix-ajanlo-item .bet-time {
    width: 250px;
    float: right;
    text-align: right;
    font-size: 11px;
    line-height: 14px
}

#dromix-main-frame .bet-content .bet-nums {
    width: 265px;
    float: right;
    text-align: right;
    font-size: 10px;
    clear: right
}

.dromix-ajanlo-item .bet-time {
    width: 150px !important;
    position: relative;
    top: -12px;
}

#dromix-main-frame .tet {
    width: 285px;
    float: left;
    text-align: left;
    background-color: #EEEDEA;
    font-size: 11px;
    font-family: Verdana
}

#dromix-main-frame .tet ul li {
    color: #000;
    padding: 3px
}

#dromix-main-frame .fogadasom {
    width: 200px;
    float: left;
    text-align: left;
    background-color: #EEEDEA;
    font-size: 11px;
    line-height: 15px
}

#dromix-main-frame .zse {
    width: 340px;
    float: right
}

#dromix-main-frame .zse2 {
    width: 430px;
    float: right;
    padding: 5px;
    line-height: 15px
}

#dromix-main-frame .zse input[type="text"] {
    font-size: 11px;
    font-weight: bold
}

#dromix-main-frame .calc_money {
    width: 40px;
    font-weight: bold;
    margin-right: 4px;
    font-size: 12px;
    color: #080
}

#dromix-main-frame b.mymoney {
    border: #000 1px solid;
    border-bottom: none;
    font-size: 13px;
    padding: 0 3px;
    color: #F00
}

#dromix-ajanlo {
    background: url(/dromix/dromix2021.jpg) no-repeat 0 0;
    width: 780px;
    height: 60px;
    margin: 5px auto 5px auto;
    position: relative;
    overflow: hidden
}

#dromix-ajanlo a.closeDromix {
    position: absolute;
    top: 3px;
    right: 5px;
    background: url(/imgs/cross.png);
    width: 16px;
    height: 16px
}

.dromix-ajanlo-item {
    margin-left: 277px;
    height: 54px;
    width: 480px;
    overflow: hidden;
    margin-right: 20px;
    margin-top: 3px;
    color: #222;
}

.dromix-ajanlo-item fieldset {
    padding: 3px 4px
}

#dromix-ajanlo a.link {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 780px;
    height: 60px
}

#dromix-main-frame .pos_up {
    font-family: Tahoma;
    color: #0C0;
    font-size: 9px
}

#dromix-main-frame .pos_down {
    font-family: Tahoma;
    font-size: 9px;
    color: #C00
}

#dromix-main-frame .pos_stable {
    font-family: Tahoma;
    font-size: 9px;
    color: #888
}

#dromix-main-frame input[type='button'] {
    width: 90px;
    height: 16px;
    background: url(/dromix/dromix_vote.png) no-repeat 0 0;
    border: none;
    margin-top: 10px
}

#dromix-main-frame input[type='button']:hover {
    background-position: 0 -16px;
    cursor: pointer
}

#dromix-main-frame .zse input[type='text'] {
    border: #DDD 1px solid
}

#dromix-main-frame fieldset {
    border: #DDD 1px solid
}

#footer {
    border-radius: 8px;
    background-color: #fff;
    padding: 5px 10px;
    clear: both;
    margin: 10px auto 0 auto;
    width: 784px;
    box-shadow: 0 0 10px #BBB
}

#footer h3 {
    font: bold 13px Verdana
}

#footer .content {
    font: 12px Tahoma
}

#footer .cimkek {
    width: 180px;
    float: left;
    margin-right: 10px
}

#footer .cimkek .content {
    border-right: #E8E8E8 1px solid;
    color: #818181;
    margin-top: 5px;
    height: 200px;
    overflow: hidden
}

#footer .cimkek .content span {
    padding: 1px;
    display: inline-block
}

#footer .cimkek .content a {
    color: #444
}

#footer .cimkek .content a:hover {
    color: #00BEFC
}

#footer .likeolt {
    width: 200px;
    float: left;
    margin-right: 10px
}

#footer .likeolt .content {
    border-right: #E8E8E8 1px solid;
    color: #818181;
    margin-top: 5px;
    height: 200px;
    overflow: hidden
}

#footer .likeolt .content ul {
    list-style-type: square;
    list-style-position: inside
}

#footer .likeolt .content ul li {
    padding: 2px 0
}

#footer .likeolt .content a {
    color: #444
}

#footer .likeolt .content a:hover {
    color: #00BEFC
}

#footer .blogajanlo {
    width: 200px;
    float: left;
    margin-right: 10px
}

#footer .blogajanlo .content {
    border-right: #E8E8E8 1px solid;
    color: #818181;
    margin-top: 5px;
    height: 200px;
    overflow: hidden
}

#footer .blogajanlo .content ul {
    list-style-type: square;
    list-style-position: inside
}

#footer .blogajanlo .content ul li {
    padding: 2px 0
}

#footer .blogajanlo .content a {
    color: #444
}

#footer .blogajanlo .content a:hover {
    color: #00BEFC
}

#footer .dromrol {
    width: 170px;
    float: left
}

#footer .dromrol .content {
    color: #818181;
    margin-top: 5px;
    clear: none
}

#footer .dromrol .content p {
    margin: 4px 0
}

#footer .dromrol .content a {
    color: #444
}

#footer .dromrol .content a:hover {
    color: #00BEFC
}

div#categ-description {
    padding: 5px 2px 2px 5px;
    border-right: #666 2px solid;
    border-top: #666 1px solid;
    font-family: "Trebuchet MS",Arial;
    font-size: 11px;
    min-height: 20px
}

div#categ-description h5 {
    font-size: 15px;
    margin: 0 8px 0 0;
    height: 100%;
    float: right
}

div#post {
    float: left;
    width: 450px;
    padding: 0px;
    max-width: 450px;
    margin: 14px 0px 15px 10px;
    font-family: Arial,Tahoma,Verdana,sans-serif
}

div#post h1 {
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    color: #888
}

div#post h2 {
    width: 333px;
    overflow: hidden
}

div#post h2 a {
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-size: 20px;
    line-height: 24px
}

div#post h2 a:hover {
    text-decoration: none
}

div#post .cikk-share {
    float: right;
    width: 110px;
    margin-top: 3px
}

div#post .cikk-share a.facebook-counter {
    background: url(/imgs/sprite-items.png) no-repeat -189px -4px;
    width: 22px;
    height: 18px;
    padding: 0 3px 0 27px;
    display: block;
    float: left
}

div#post .cikk-share a.facebook-counter span {
    line-height: 19px;
    font-size: 11px;
    color: #999;
    width: 22px;
    display: block;
    text-align: center
}

div#post .cikk-share a.facebook-counter:hover {
    text-decoration: none
}

div#post .cikk-share a.facebook-counter:hover span {
    color: #000
}

div#post a.twitter-counter {
    background: url(/imgs/sprite-items.png) no-repeat -189px -28px;
    width: 22px;
    height: 18px;
    padding: 0 3px 0 27px;
    display: block;
    float: left;
    margin-left: 5px
}

div#post a.twitter-counter span {
    line-height: 19px;
    font-size: 11px;
    color: #999;
    width: 22px;
    display: block;
    text-align: center
}

div#post a.twitter-counter:hover {
    text-decoration: none
}

div#post a.twitter-counter:hover span {
    color: #000
}

div#post dl.author {
    font-size: 12px;
    color: #999;
    border-top: #EAEAEA 1px solid;
    overflow: hidden
}

div#post dl.author a {
    color: #999
}

div#post dl.author a:hover {
    text-decoration: none;
    color: #388DE4
}

div#post dl.author dd {
    border-right: #EAEAEA 1px solid;
    float: left;
    padding: 2px 5px
}

div#post dl.author dd.lastchild {
    border: none
}

div#post dl.author a.comments {
    font-weight: bold
}

div#post dl.author a.newcomments {
    color: #C00;
    font-weight: bold
}

div#post dl.bloginfo {
    margin: 10px 0;
    font-size: 12px;
    color: #999;
    border: #E6E6E6 1px solid;
    background: #F4F4F4;
    padding: 3px 6px;
    height: 24px
}

div#post dl.bloginfo a {
    color: #999
}

div#post dl.bloginfo a:hover {
    text-decoration: none;
    color: #388DE4
}

div#post dl.bloginfo dd {
    border-right: #E6E6E6 1px solid;
    float: left;
    padding: 2px 5px;
    line-height: 20px
}

div#post dl.bloginfo dd.lastchild {
    border: none;
    float: right
}

div#post .cikk-kateg a {
    font-size: 14px;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 5px;
    background-color: #543FFa
}

div#felho {
    text-align: right;
    font-size: 10px;
    margin-top: -9px
}

div#felho a {
    color: #666;
    font-style: italic
}

div#felho a:hover {
    color: #000
}

p {
    margin: 2px 0
}

span#blogcontent p {
    font-size: 12px;
    line-height: 18px;
    text-align: justify
}

span#blogcontent p.cikkintro {
    font-weight: bold
}

div.iras {
    position: relative;
    margin: 0 0 30px 0
}

div.iras .blogavatar, div.kiemelt_iras .blogavatar {
    position: absolute;
    background-color: #FFF;
    border-radius: 8px 0 0 8px;
    padding: 4px 4px 0;
    left: -68px;
    top: -3px;
    height: 54px
}

span#blogcontent a {
    text-decoration: underline
}

span#blogcontent a:hover {
    text-decoration: none
}

div.kiemelt_iras {
    background-color: #EEEDEA;
    position: relative;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 5px
}

div.kiemelt_iras p.cikkintro img {
    max-width: 440px
}

p.cikkintro {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial,Tahoma,Verdana,Ubuntu,sans-serif;
    text-align: justify
}

.article p.cikkintro {
    font-weight: bold
}

p.cikkintro a:hover, span#blogcontent a:hover {
    border: 0
}

#blogcontent {
    font-size: 12px;
    line-height: 17px;
    font-family: Arial,Tahoma,Verdana,sans-serif;
    text-align: justify
}

#right2 ul.space li {
    padding: 2px 0 !important
}

#right2 ul.space li a {
    color: #818181
}

#kategoriak ul li a, #hircsatornak ul li a, #beallitasok ul li a, #bloggereink ul li a {
    color: #000 !important
}

#post .blogajanlo {
    width: 60%;
    float: left
}

#post .cimkek {
    width: 40%;
    float: left
}

#post .blogajanlo ul {
    list-style-type: square;
    list-style-position: inside
}

#post .blogajanlo h4 {
    margin-bottom: 5px
}

#post .blogajanlo ul li a {
    font-size: 12px;
    line-height: 16px
}

#post .cimkek h4 {
    margin-bottom: 5px
}

#post .cimkek ul {
    list-style-type: none
}

#post .cimkek ul li {
    float: left;
    height: 20px;
    margin: 2px
}

#post .cimkek ul li a {
    font-size: 12px;
    background: #388DE4;
    border-radius: 4px;
    padding: 4px;
    color: #FFF
}

div.postacomment {
    color: #888;
    text-align: right;
    font-family: sans-serif
}

div.postacomment a {
    color: #888;
    font-family: Tahoma,Arial
}

div.postacomment a:hover {
    color: #1492AD;
    font-family: Tahoma,Arial
}

#post p img {
    border: 0
}

div#right2 select {
    font-size: 9px
}

div#right2 select {
    margin-top: 8px;
    margin-bottom: 8px
}

div#clear {
    float: left;
    width: 320px;
    margin-left: 10px
}

div#right1 {
    width: 160px;
    float: left;
    overflow: hidden
}

div#right1 li {
    color: #8D8D8D !important
}

div#right2 {
    width: 155px;
    float: left;
    margin-left: 5px
}

div#right2 ul {
    padding-left: 4px;
    background: #FDFDFD;
    line-height: 15px
}

div#right1 ul {
    background-color: #FBFBFB
}

#clear li,ul {
    margin: 0;
    padding: 0;
    color: #818181
}

#clear li a {
    display: block;
    position: relative;
    color: #000;
    height: 100%
}

#right1 li {
    border-bottom: 1px dotted #EAEAEA;
    padding: 2px 0
}

#right1 li:hover a, #main-menu a:hover {
    color: #388DE4 !important
}

#right2 ul li a {
    display: inline;
    margin: 2px 0 2px 0
}

#right2 ul li a.szeri:visited {
    color: #818181
}

#right1 li:hover span.refidel a {
    color: #FFF !important;
    text-decoration: none !important
}

#right1 li:hover span.refidel a:hover {
    color: #000 !important;
    text-decoration: none !important
}

#right1 li.lastchild {
    border-bottom: none
}

#right1 em {
    padding-right: 3px
}

#vote li {
    border-top: 1px dotted #EAEAEA;
    border-bottom: none;
    padding-right: 3px
}

#vote li b {
    color: #444
}

#vote li input[type="radio"] {
    margin: 3px 0 0 0;
    vertical-align: sub
}

#right1 li span a {
    background: none !important;
    padding-left: 0
}

#archivum select {
    width: 130px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

span#main-menu a {
    display: block
}

#main-menu a {
    color: #000
}

a.i1,a.i2,a.i3,a.i4,a.i5,a.i6 {
    background-image: url("/imgs/menuitems.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 12px;
    padding-left: 18px
}

a.i1 {
    background-position: 0 0px
}

a.i2 {
    background-position: 0 -12px
}

a.i3 {
    background-position: 0 -24px
}

a.i4 {
    background-position: 0 -36px
}

a.i5 {
    background-position: 0 -48px
}

a.i6 {
    background-position: 0 -60px
}

ul#kategoriak li, ul#system li, ul#archive li, ul#bloggerz li {
    padding-top: 2px
}

ul#kategoriak li a, ul#system li a, ul#archive li a, ul#bloggerz li a {
    display: inline
}

ul#kategoriak li a.rss, ul#system li a.rss, ul#archive li a.rss, ul#bloggerz li a.rss {
    background-image: url("/imgs/rssikcsi.png");
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
    float: left;
    border: 0;
    margin: 2px 5px 0 0
}

a.newmsg em, a.newmsg:hover em {
    color: #C00 !important;
    font-weight: bold;
    text-decoration: blink
}

#searchbox {
    border: 1px solid #CCC;
    padding-left: 18px;
    background-color: #FFF;
    background: url(/imgs/sprite-items.png) no-repeat -222px -128px;
    color: #666;
    height: 16px;
    font-size: 11px;
    font-family: "Trebuchet MS",Arial,Tahoma;
    width: 114px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

#bloginfo {
    width: 310px;
    margin-top: 19px
}

#bloginfo .boxinfo {
    color: #6C6C6C;
    border: #EAEAEA 1px solid;
    background-color: #FBFBFB;
    -moz-border-radius: 0 8px 8px 8px;
    -webkit-border-radius: 0 8px 8px 8px;
    padding: 5px 0 5px 10px;
    font-size: 10px
}

ul#refererlist li a {
    display: inline !important
}

h3 {
    margin: 0;
    padding-bottom: 2px;
    margin-top: 10px;
    color: #555;
    font-size: 13px;
    font-family: sans-serif
}

div#bloginfo img {
    float: right;
    padding-right: 20px
}

div#bloginfo h3, div.blog_add h3 {
    border: 0 !important;
    background-color: #fbfbfb !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

div#clear h3 {
    background-color: #fff
}

div#right1 h3, div#right2 h3 {
    position: relative;
    padding-left: 14px
}

div#right1 h3 a, div#right2 h3 a {
    position: absolute;
    top: 4px;
    left: 2px
}

div#right1 .box .boxcontent a {
    margin-bottom: 2px
}

select.skinvalto {
    margin: 10px 20px 0;
    color: #777;
    font-family: sans-serif
}

div#clear em {
    color: #444
}

div#skinvalto {
    width: 147px;
    padding: 42px 0;
    background-image: url("/imgs/skin.png");
    background-repeat: no-repeat;
    background-color: #fff;
    height: 105px
}

input#votebutton {
    width: 64px;
    height: 16px;
    background-image: url("/imgs/vote.png");
    background-color: #fff;
    background-repeat: no-repeat;
    border: 0;
    margin-top: 8px
}

div.calendar_months_1 {
    font-family: Tahoma,Arial,Verdana;
    font-size: 10px;
    padding-top: 3px
}

div.calendar_months_2 {
    font-family: Tahoma,Arial,Verdana;
    font-size: 10px
}

div.calendar_months_1 a, div.calendar_months_2 a {
    color: #555
}

div.calendar_months_1 a:hover, div.calendar_months_2 a:hover {
    color: #1492AD
}

br.calendar_br {
    margin: -6px
}

div.hszek {
    font-size: 13px;
    font-weight: 800;
    color: #4A4A4A;
    width: 440px;
    padding-left: 5px;
    margin-top: 10px
}

div.hszek span {
    font-size: 10px;
    font-weight: normal
}

div.hszek span, div.hszek span a {
    color: #02BFFE
}

div#resetnewcomments {
    border: #DBDBDB 1px solid;
    background-color: #F8F8F8;
    height: 17px;
    text-align: center;
    clear: both
}

div#resetnewcomments a {
    font-size: 12px;
    color: #666;
    font-weight: bold
}

div#resetnewcomments a:hover {
    text-decoration: underline
}

div#newstextboxhelp {
    font-size: 10px;
    font-weight: normal;
    padding: 4px;
    width: 360px;
    margin: auto;
    background: transparent url("/imgs/smilies_bg.gif") no-repeat scroll left top
}

#maincomment {
    border: #DBDBDB 1px solid;
    border-radius: 8px;
    background-color: #F8F8F8;
    width: 440px;
    height: 160px;
    color: #252525;
    padding: 5px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    line-height: 18px
}

dl.unregcommenter dt {
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    line-height: 27px;
    float: left;
    text-align: right;
    width: 50px;
    overflow: hidden
}

dl.unregcommenter dd {
    float: left;
    margin-left: 6px
}

dl.unregcommenter dd.commentcode {
    float: right;
    font-size: 12px;
    margin-right: 10px;
    line-height: 30px
}

dl.unregcommenter input[type="text"] {
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    margin-top: 2px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    padding: 4px;
    border-radius: 4px;
    font-weight: bold
}

#komment_beiras_nav {
    width: 435px;
    text-align: right;
    padding-right: 5px;
    height: 14px
}

#komment_beiras_nav span#replyarea {
    position: relative;
    top: -2px;
    left: -10px;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 10px;
    color: #666
}

#komment_beiras_nav a img {
    border: 0;
    background: transparent url("/imgs/arrow_default.gif") no-repeat left top
}

#komment_beiras_nav a img:hover {
    border: 0;
    background: transparent url("/imgs/arrow_hover.gif") no-repeat left top
}

.maincommentbutton {
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    margin-top: 2px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    padding: 4px;
    border-radius: 4px;
    font-weight: bold;
    width: 100px;
    text-align: center
}

.maincommentbutton:hover {
    border: 1px solid #888
}

.commentsmain {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    width: 448px;
    padding: 1px;
    position: relative;
    min-height: 80px;
    margin-top: 15px;
    font-family: Tahoma,Arial,Verdana,Freesans,sans-serif;
    font-size: 12px;
    line-height: 15px;
    z-index: 10
}

.commentsmain .msgbgnum {
    z-index: 2;
    font-size: 30px;
    right: 2px;
    bottom: 7px;
    color: rgba(200,200,200,0.4);
    position: absolute
}

div.nikk {
    margin-bottom: 3px;
    font-size: 12px;
    color: #959595;
    height: 15px;
    width: 448px;
    position: relative;
    padding-left: 2px;
    font-family: Tahoma,Arial,Verdana,Freesans,sans-serif
}

div.nikk_f1 {
    float: left;
    width: 315px
}

div.nikk_f2 {
    float: left;
    width: 124px;
    text-align: right;
    padding-right: 2px
}

div.nikk_f1 a {
    font-weight: bold
}

p.mondta {
    font-size: 12px;
    color: #313131;
    padding: 5px;
    margin: 0;
    font-family: Tahoma,Arial,Verdana,Freesans,sans-serif;
    line-height: 16px
}

img.commavcsi {
    float: right
}

span.co_avatar {
    background-color: #FFF;
    border-radius: 8px 0 0 8px;
    left: -68px;
    height: 54px;
    padding: 4px 4px 0;
    position: absolute;
    top: -1px
}

p.mondta img {
    max-width: 440px
}

div.mainreply1 {
    font-size: 10px;
    color: #AAA;
    text-align: right;
    clear: both;
    margin-top: 5px;
    position: absolute;
    bottom: -16px;
    width: 450px;
    height: 16px;
    background-color: #EEEDEA
}

div.mainreply1 a {
    font: normal 10px Tahoma,Arial,Verdana,Freesans,sans-serif
}

div.uzenetfolyam {
    border-right: #999 4px solid
}

div.uzenetfolyam .commentsmain {
    width: 444px
}

#main-mybox {
    height: 56px;
    border-bottom: #F1F1F1 1px solid;
    padding-bottom: 3px;
    margin-bottom: 5px
}

#main-mybox a {
    float: left;
    display: block;
    width: 60px;
    height: 56px;
    background: none !important;
    padding: 0 !important
}

#main-mybox a img.main-mylogo {
    padding: 3px 4px
}

#main-mybox ul.main-myinfo {
    width: 77px;
    float: left;
    margin-top: 6px
}

ul.main-myinfo li {
    font-size: 9px;
    color: #CCC;
    padding: 0 !important;
    margin: 0;
    height: 10px;
    line-height: 10px
}

ul.main-myinfo li.title {
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 12px;
    height: 15px
}

div.tb {
    margin-bottom: 3px;
    font-size: 11px;
    color: #959595;
    width: 390px;
    position: relative;
    background-color: #F8F8F8;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 1px;
    overflow: hidden
}

div.tb_fejlec {
    float: left;
    width: 390px
}

p.tb_text {
    font-size: 10px;
    color: #000;
    padding: 2px;
    margin: 0
}

a.tb_link {
    color: #000
}

a.tb_link:hover {
    color: #555
}

div#mainlapoz {
    font-size: 10px;
    font-family: Verdana,helvetica,Tahoma;
    color: #BABABA;
    margin-top: 20px;
    text-align: center
}

div#mainlapoz a {
    font-weight: bold
}

#oldandnuz {
    margin-top: 8px
}

div.archivbefore {
    width: 200px;
    float: left;
    text-align: left;
    font-family: Arial,Tahoma,Verdana,Freesans,sans-serif;
    font-size: 12px
}

div.archivafter {
    width: 200px;
    float: left;
    text-align: right
}

div.archivbefore a, div.archivafter a {
    color: #6C6C6C;
    height: 15px
}

div.archivbefore a:hover, div.archivafter a:hover {
    color: #000
}

.loginmain {
    font-size: 11px;
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    width: 90px;
    padding-left: 2px
}

.loginmain_text {
    font-size: 10px;
    color: #7F7F7F
}

div.login_reg a {
    margin-top: 2px
}

.loginmain_button {
    margin: 5px 0;
    border: 0;
    background-image: url("/imgs/login.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 13px
}

#m_blogs,#m_forum,#m_favs,#m_referer,#m_poll {
    border: #EEEDEA 1px solid
}

#m_blogs ul li, #m_forum ul li, #m_favs ul li, #m_referer ul li, #m_poll ul li, #m_poll em {
    padding: 2px 3px 1px 5px;
    display: block
}

#m_blogs a, #m_blogs a:hover, #m_forum a, #m_forum a:hover, #m_favs a, #m_favs a:hover, #m_referer a, #m_referer a:hover, #m_poll a, #m_poll a:hover {
    background: url(/imgs/sprite-items.png) no-repeat -231px -196px !important;
    padding-left: 8px
}

#m_forum span a, #m_forum span a:hover, #m_favs span a, #m_favs span a:hover, #m_poll a, #m_poll a:hover {
    background: none !important;
    padding-left: 0 !important
}

#m_referer .refidel a, #m_referer .refidel a:hover {
    background: none !important;
    width: 10px !important;
    font: bold 12px Arial !important;
    color: #666 !important
}

.ads_728x90 {
    width: 730px;
    margin: 0 auto;
    overflow: hidden
}

.ads_728x90 .boxcontents {
    margin-top: 10px
}

.box {
    margin-top: 15px
}

.boxhead {
    font: bold 10px Tahoma, Arial, Ubuntum, sans-serif;
    border: #EAEAEA 1px solid;
    border-bottom: none;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background-color: #EEEDEA;
    padding: 0 5px;
    display: inline
}

.boxcontent {
    border: #EAEAEA 1px solid;
    background-color: #FBFBFB;
    -moz-border-radius: 0 8px 8px 8px;
    -webkit-border-radius: 0 8px 8px 8px;
    padding: 5px 0 5px 10px;
    font-size: 12px;
    font-family: Arial,Tahoma,Verdana,Ubuntu,Freesans,serif
}

.boxcontents {
    border: #EAEAEA 1px solid;
    background-color: #FBFBFB;
    -moz-border-radius: 8px 8px 8px 0;
    -webkit-border-radius: 8px 8px 8px 0;
    padding: 5px 0 5px 0
}

.boxfooter {
    font: bold 10px Tahoma, Arial, Ubuntu, sans-serif;
    border: #EAEAEA 1px solid;
    border-bottom: none;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    background-color: #EEEDEA;
    padding: 0 5px;
    display: inline
}

.boxcontent a {
    background: transparent url(/imgs/sprite-items.png) no-repeat scroll -231px -96px;
    padding-left: 8px;
    display: block;
    color: #7F7F7F;
    text-decoration: none
}

.boxcontent a:hover {
    text-decoration: underline
}

.boxcontent a.rss {
    background: transparent url(/imgs/rss.svg) no-repeat 0 0 / 12px 12px !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    vertical-align: text-top
}

.boxcontent a.item {
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important
}

.boxcontent ul {
    margin-left: -5px
}

.boxcontent h3 {
    border-bottom: #F1F1F1 1px solid;
    font-size: 15px;
    font-family: Arial,Tahoma,sans-serif;
    color: #666;
    padding-left: 0 !important;
    background-color: #FBFBFB !important
}

.boxcontent select {
    width: 125px
}

div#forums {
    width: 720px;
    margin: 0 auto
}

h4 {
    margin-bottom: 1px;
    margin-top: 20px;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: bold;
    color: #8B8B8B;
    text-transform: lowercase
}

div#forums a {
    color: #444
}

div#forums a:hover {
    color: #00BEFC
}

div#showfav {
    clear: both;
    display: block;
    width: 720px;
    padding: 4px 4px 0 4px;
    border-top: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
    background: #f8f8f8
}

.membersinfloat {
    clear: both;
    width: 700px;
    height: 8px
}

div.myinfo_hello {
    width: 360px;
    float: left;
    color: #696969
}

div.myinfo_hello_block {
    float: left;
    color: #696969
}

div.myinfo_hello a {
    color: #696969
}

div.myinfo_hello span {
    font-size: 9px;
    color: #ccc
}

div.myinfo_hello_block em {
    color: #C00;
    font-weight: bold;
    text-decoration: blink
}

div.forumtemakorok {
    display: block;
    background: #FDFDFD;
    border-top: 1px dotted #eee;
    padding-bottom: 1px;
    width: 100%;
    height: 38px;
    overflow: hidden
}

div.forumtemakorok:hover {
    background: #f2f2f2
}

div.f_1,div.f_2,div.f_3 {
    float: left;
    height: 38px;
    margin-top: 1px
}

div.f_1 {
    width: 270px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 5px
}

div.f_1 a {
    font-weight: bold
}

div.f_2 {
    width: 130px;
    font-size: 11px;
    color: #616161;
    overflow: hidden;
    text-align: right
}

div.f_3 {
    width: 270px;
    padding-left: 45px;
    padding-top: 1px
}

div.f_3 img {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 1px;
    border: #EEE 1px solid
}

div.f_3 a.info {
    margin-top: 4px;
    display: inline-block
}

span.kat_desc {
    font-size: 10px;
    color: #616161;
    display: block
}

span.kat_num {
    font-size: 36px;
    color: #666
}

div#myfavz {
    width: 600px;
    display: none;
    padding: 10px
}

div#myfavz a, div#favpopup a {
    color: #666;
    padding-left: 20px
}

div#myfavz ul span, div#favpopup ul span {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    border-top: 1px dotted #eee
}

div#myfavz ul em, div#favpopup em {
    color: #00BEFC
}

div#showfav, div#showfav a {
    color: #919191
}

div#statcols {
    clear: both;
    padding-left: 10px;
    width: 710px;
    margin-bottom: 8px
}

div#statcol1,div#statcol2,div#statcol3 {
    float: left;
    display: block
}

div#statcol1 {
    width: 200px
}

div#statcol1 a {
    display: block;
    border-right: 1px solid #e8e8e8;
    margin-bottom: 3px
}

div#statcol2 {
    width: 150px
}

div#statcol2 li {
    margin-bottom: 3px
}

div#statcol1,div#statcol2 {
    margin-right: 10px
}

div#statcol3 {
    width: 300px
}

div#statcol3 p {
    margin-top: 5px
}

div#statcol3, div#statcol3 a {
    color: #696969
}

div.statfix {
    clear: both;
    height: 1px;
    width: 700px
}

a#whoisonline {
    display: block;
    width: 149px;
    height: 32px;
    background-image: url("/imgs/kivanonlinemum.jpg");
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-top: 4px
}

div#lastclick,div#favpopup {
    font-size: 11px;
    font-family: "Trebuchet MS";
    padding: 4px;
    background-color: #f8f8f8;
    margin: 0;
    width: 660px
}

div#favpopup {
    width: 327px !important
}

div#favpopup li, div#favpopup ul {
    list-style-type: none;
    padding: 0
}

div#favpopup h3 {
    margin: 3px 0
}

div#favpopup li a {
    text-decoration: none;
    display: block;
    height: 100%;
    position: relative
}

div#favpopup li a:hover {
    background-color: #fff
}

div#lastclick a {
    color: #444;
    text-decoration: none
}

div#lastclick hr, h3#lc_h3well span {
    display: none
}

div#lastclick span {
    color: #BBB
}

h3#lc_h3well {
    background-image: url("/imgs/lc_f.png");
    background-position: 0 -13px;
    background-repeat: no-repeat;
    width: 476px;
    padding-left: 8px;
    height: 26px;
    font-size: 13px;
    margin: 0;
    color: #444;
    font-family: "Trebuchet ms"
}

h3#lc_h3well a {
    display: block;
    height: 20px;
    width: 20px;
    margin-top: 4px
}

div.lc_noicon,div.lc_iconffx,div.lc_iconie,div.lc_iconopera,div.lc_iconbot,div.lc_iconmoz,div.lc_icondonno,div.lc_iconnec,div.lc_iconchr,div.lc_iconsaf,div.lc_iconfac {
    float: left;
    display: block;
    width: 30px;
    height: 20px;
    background-image: url("/imgs/useragent.png");
    background-repeat: no-repeat
}

div.lc_noicon {
    background-position: 0 -80px
}

div.lc_iconffx {
    background-position: 0 -40px
}

div.lc_iconie {
    background-position: 0 0
}

div.lc_iconopera {
    background-position: 0 -20px
}

div.lc_iconbot {
    background-position: 0 -60px
}

div.lc_iconmoz {
    background-position: 0 -100px
}

div.lc_iconnec {
    background-position: 0 -120px
}

div.lc_icondonno {
    background-position: 0 -140px
}

div.lc_iconchr {
    background-position: 0 -160px
}

div.lc_iconsaf {
    background-position: 0 -186px
}

div.lc_iconfac {
    background-position: 0 -209px
}

div.lc_1,div.lc_2,div.lc_3 {
    float: left;
    margin-left: 5px
}

div.lc_1 {
    width: 150px
}

div.lc_1 img {
    margin-top: 5px
}

div.lc_2 {
    width: 60px
}

div.lc_3 {
    width: 400px;
    overflow: hidden
}

div.lc_h {
    clear: both;
    display: block
}

div.lc_h,div.lc_3 {
    height: 20px;
    padding-bottom: 2px
}

div.lc_h:hover {
    background-color: #f0f0f0
}

div.lc_f {
    clear: both
}

div.lc_down {
    width: 484px;
    height: 13px;
    background-image: url("/imgs/lc_f.png")
}

.myinfo_hello_login {
    width: 360px;
    float: left;
    padding-left: 20px;
    color: #696969;
    padding-top: 15px
}

.myinfo_hello_block input {
    font-size: 11px;
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    width: 90px;
    padding-left: 2px
}

.login_button {
    font-size: 11px;
    border: 0;
    color: #919191;
    background-color: #555;
    text-transform: lowercase;
    margin-right: 8px;
    background-image: url("/imgs/login.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 13px
}

.login_button:hover {
    color: #00BEFC
}

a.fm_regme {
    width: 83px;
    padding-left: 9px;
    padding-right: 12px;
    margin-left: 6px
}

div#drombox {
    width: 690px;
    height: 192px;
    padding: 0 10px
}

div#drombox_main {
    width: 572px;
    height: 162px;
    color: #919191;
    font-family: "Trebuchet MS",Arial;
    font-size: 12px;
    background-color: #F8F8F8;
    border: #EEE 1px solid;
    float: left;
    overflow: hidden
}

div#drombox_main a {
    color: #919191;
    border-bottom: #919191 1px dotted
}

div#drombox_main a:hover {
    color: #555;
    border-bottom: #555 1px dotted
}

div#drombox_users {
    width: 100px;
    height: 162px;
    color: #919191;
    font-family: "Trebuchet MS",Arial;
    font-size: 12px;
    background-color: #F8F8F8;
    border: #EEE 1px solid;
    float: right;
    overflow: auto;
    text-align: left;
    margin-left: 2px
}

div#drombox_input {
    width: 690px;
    height: 30px;
    padding-top: 2px
}

div#drombox_input input {
    width: 688px;
    height: 16px;
    color: #000;
    background-color: #F8F8F8;
    font-family: Arial,Tahoma;
    font-size: 12px;
    border: #EEE 1px solid
}

#impresszum {
    width: 720px;
    margin: 0 auto
}

div#impresszum img, div#impresszum img a, div#impresszum img a:hover {
    border: 0
}

div#impresszum a {
    color: #666;
    padding-left: 3px;
    padding-right: 3px
}

div#impresszum a:hover {
    background: #00BAFF;
    color: #fff
}

div#impresszum h5 {
    margin-bottom: 3px;
    margin-top: 0;
    color: #888;
    font-weight: normal;
    font-size: 13px
}

div.imp_f1 {
    float: left;
    width: 246px;
    margin-bottom: 6px
}

div.imp_f2 {
    float: left;
    width: 246px
}

div.imp_f3 {
    float: left;
    width: 200px
}

div.impfix {
    clear: both;
    width: 720px;
    height: 1px;
    border-top: 1px dotted #ccc
}

div.imp_f1,div.imp_f2 {
    margin-right: 10px
}

div.imp_f1 span, div.imp_f2 span {
    display: block
}

div.imp_f1 div, div.imp_f2 div {
    padding-left: 10px;
    color: #999;
    font-size: 9px
}

div.imp_f3 h3 {
    font-weight: normal;
    color: #888;
    margin-bottom: 3px
}

div.imp_f3 hr {
    border: 1px dotted #f2f2f2
}

div.imp_f3 span {
    color: #ccc;
    font-size: 10px;
    display: block;
    margin-top: -3px
}

div.imp_block {
    padding: 3px;
    color: #B4B4B4;
    width: 630px;
    font-size: 9px
}

div.imp_end {
    font-size: 9px;
    color: #666;
    padding-left: 10px;
    width: 300px;
    margin: 10px 0
}

.clear {
    clear: both
}

.readonly {
    color: #666;
    font-style: italic
}

div#commentek {
    width: 770px;
    margin: 0 auto
}

div.comment {
    border-top: 1px solid #CCC;
    border-bottom: 1px dotted #C4C4C4;
    background-color: #f9f9f9;
    margin-bottom: 12px
}

div.comment_head div {
    width: 375px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f7f7f7;
    border-bottom: 1px dotted #f2f2f2
}

div.comment_head_new div {
    width: 375px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f0f0f0;
    border-bottom: 1px dotted #f2f2f2
}

div.comment_head a, div.comment_head_new a {
    color: #388DE4;
    font-weight: bold
}

div.comment_head a:hover, div.comment_head_new a:hover {
    text-decoration: none;
    color: #000
}

div.comment_head a.wtf, div.comment_head_new a.wtf {
    color: #888
}

div.commentfooter {
    background-image: url('/imgs/comment_bottom.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 390px;
    height: 65px
}

.wtf {
    color: #444;
    font-family: tahoma;
    font-weight: normal;
    margin-right: 1px
}

span.moderalospan {
    color: #999;
    font-size: 9px
}

span.moderalospan a {
    color: #999
}

span.moderalospan a:hover {
    color: #555
}

div.content {
    color: #2A2A2A;
    text-align: left;
    clear: both
}

div.cont_text {
    width: 688px;
    float: left;
    margin-bottom: 3px;
    margin-top: 5px;
    min-height: 50px;
    border-left: 1px dotted #E7E7E7;
    padding-left: 5px;
    overflow: hidden !important
}

div.avatarbenn img {
    padding: 1px
}

div.avatarbenn span {
    margin-top: 5px;
    display: block;
    height: 11px;
    overflow: hidden
}

div.avatarbenn {
    float: left;
    margin-top: 5px;
    width: 60px;
    padding-left: 10px;
    margin-bottom: 5px
}

div.avatarbenn a {
    display: block;
    height: 51px;
    overflow: hidden
}

div.msgtit {
    font-size: 9px;
    font-weight: bold;
    margin-top: 2px;
    color: #777
}

div.msgquote,div.msgquoteadmin,div.msgquotevip,div.msgquoteamanda,div.msgquotemod,div.msgquoteszpemmer,div.msgquotecapo,div.msgquotefonok,div.msgquotekormanyos,div.msgquotebeavatott,div.msgquotezoldfulu {
    clear: both;
    color: #BBB;
    font-size: 10px;
    text-align: left;
    padding-left: 75px;
    background-repeat: no-repeat;
    background-image: url("/imgs/rangok@4x.png");
    background-size: 76px 165px;
    height: 16px;
}

div.msgquote a, div.msgquoteadmin a, div.msgquotevip a, div.msgquoteamanda a, div.msgquotemod a, div.msgquoteszpemmer a, div.msgquotecapo a, div.msgquotefonok a, div.msgquotekormanyos a, div.msgquotebeavatott a, div.msgquotezoldfulu a {
    color: #BBB
}

div.msgquote a:hover, div.msgquoteadmin a:hover, div.msgquotevip a:hover, div.msgquoteamanda a:hover, div.msgquotemod a:hover, div.msgquoteszpemmer a, div.msgquotecapo a:hover, div.msgquotefonok a:hover, div.msgquotekormanyos a:hover, div.msgquotebeavatott a:hover, div.msgquotezoldfulu a:hover {
    color: #777
}

div.msgquoteadmin {
    background-position: 0 0
}

div.msgquotemod {
    background-position: 0 -15px
}

div.msgquotevip,div.msgquoteszpemmer {
    background-position: 0 -30px
}

div.msgquoteamanda {
    background-position: 0 -45px
}

div.msgquotecapo {
    background-position: 0 -60px
}

div.msgquotefonok {
    background-position: 0 -75px
}

div.msgquotekormanyos {
    background-position: 0 -90px
}

div.msgquotebeavatott {
    background-position: 0 -105px
}

div.msgquotezoldfulu {
    background-position: 0 -120px
}

div.msgquote {
    background-position: 0 -135px
}

div.bunti1,div.bunti2,div.bunti3,div.bunti4,div.bunti5 {
    background-image: url("/imgs/buntik.png");
    background-repeat: no-repeat
}

div.bunti5 {
    background-position: 0 0
}

div.bunti4 {
    background-position: 0 -16px
}

div.bunti3 {
    background-position: 0 -32px
}

div.bunti2 {
    background-position: 0 -48px
}

div.bunti1 {
    background-position: 0 -64px
}

div.moderalva {
    color: #ccc;
    font-size: 10px;
    float: right;
    padding-right: 3px;
    text-align: right
}

div.moderalva a {
    color: #388DE4
}

div.moderalva a:hover {
    color: #888;
    text-decoration: none
}

div.cont_text img {
    max-width: 610px
}

div.cont_text a {
    color: #388DE4
}

div.cont_text a:hover {
    color: #000;
    text-decoration: none
}

div#posztlapozas {
    background-color: #F8F7F7;
    color: #888;
    height: 20px;
    width: 700px;
    padding: 5px 0;
    margin: 10px auto;
    text-align: center;
    border: #CCC 1px solid
}

div#posztlapozas a {
    color: #888
}

div#posztlapozas a:hover {
    color: #222
}

div#posztlapozas li.sel-pg {
    display: inline;
    padding: 2px 3px;
    border: #F8F8F8 1px solid;
    background-color: #DBDBDB;
    font-weight: bold;
    margin: 0 1px
}

div#posztlapozas li.pg-move {
    display: inline;
    padding: 2px 3px;
    border: #DBDBDB 1px solid;
    background-color: #EEEDEA;
    margin: 0 1px;
    font-weight: bold
}

div#posztlapozas li.pg {
    display: inline;
    padding: 2px 3px;
    border: #DBDBDB 1px solid;
    background-color: #F8F8F8;
    margin: 0 1px
}

div#posztlapozas .fl, div#posztlapozas .fr {
    width: 50px;
    float: left;
    text-align: center;
    line-height: 20px
}

div#posztlapozas .main {
    width: 600px;
    float: left;
    padding-top: 2px
}

div#topichead {
    width: 770px;
    margin: 0 auto;
    border-top: 2px solid #626262;
    border-bottom: 1px dotted #CECECE;
    background: #f8f8f8;
    margin-bottom: 12px
}

div.head_selectek {
    float: right;
    margin-right: 3px
}

div.head_selectek select {
    background: #fff;
    font-size: 10px;
    color: #777
}

div.head_selectek select option#mc {
    font-weight: bold
}

div.topicname {
    font-size: 20px;
    color: #737373;
    height: 21px;
    padding-left: 10px;
    clear: both
}

div#topichead input#topicsearch {
    border: #DBDBDB 1px solid;
    border-radius: 6px;
    background-color: #F8F8F8;
    background: url(/imgs/search.gif) no-repeat 4px 50%;
    margin: 1px 3px 0 0;
    font: bold 11px "Trebuchet MS", Arial;
    color: #6E6E6E;
    padding: 3px 3px 3px 21px
}

div#topichead input#topicsearch:focus {
    background-color: #FFF;
    color: #000;
    border-color: #868686
}

div#tempdiv {
    display: none !important
}

div.topiclong {
    font-size: 15px;
    color: #6E6E6E;
    padding-left: 10px
}

div.topiclong img {
    padding: 3px;
    max-width: 710px
}

div.topiclong a {
    color: #6E6E6E
}

div.topicstatus {
    color: #00BEFC;
    font-size: 10px;
    padding-right: 10px;
    text-align: right
}

div.topicstatus a {
    color: #00BEFC
}

div.topicstatus a:hover {
    color: #444
}

ul#topicheadul {
    margin-left: 5px;
    margin-top: 4px
}

ul#topicheadul li {
    float: left
}

ul#topicheadul a {
    display: block;
    height: 12px;
    background-image: url("/imgs/topichead.png");
    background-repeat: no-repeat
}

li.th_back a {
    width: 35px
}

li.th_listup a {
    width: 18px;
    background-position: -35px 0
}

li.th_listupon a {
    width: 18px;
    background-position: -35px -12px
}

li.th_listdown a {
    width: 26px;
    background-position: -53px 0
}

li.th_listdownon a {
    width: 26px;
    background-position: -53px -12px
}

li.th_favon a {
    width: 21px;
    background-position: -79px -12px
}

li.th_favoff a {
    width: 21px;
    background-position: -79px 0
}

li.th_rss a {
    width: 26px;
    background-position: -100px 0
}

li.th_back a:hover {
    background-position: 0 -12px
}

li.th_listup a:hover {
    background-position: -35px -12px
}

li.th_listdown a:hover {
    background-position: -53px -12px
}

li.th_favoff a:hover {
    background-position: -79px -12px
}

li.th_rss a:hover {
    background-position: -100px -12px
}

div#forumpoll {
    background-color: #FCFCFC;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width: 700px;
    margin: 0 auto
}

div#forumpoll span {
    padding: 0 10px 2px 10px
}

div#forumpoll ul#vote li {
    padding: 0 10px 0 10px
}

div#forumpoll input#vote {
    background-color: #FCFCFC;
    background-image: url("/imgs/vote.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 64px;
    border: 0;
    margin-top: 8px
}

div#textbox {
    color: #4D4D4D;
    background-color: #F8F8F8;
    width: 770px;
    border-bottom: 2px solid #626262;
    border-top: 1px dotted #CECECE;
    margin: 0 auto 18px auto
}

div.box_felh,div.box_nofelh {
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 3px;
    position: relative
}

div.box_felh a {
    color: #444
}

div.box_felh a:hover, div.box_felh em, div.box_felh em a {
    color: #00C0FF
}

div.box_nofelh span, div.box_nofelh span a {
    font-size: 10px;
    color: #666
}

div.box_nofelh span a:hover, span.box_stat a:hover {
    color: #00C0FF !important
}

div.box_nofelh input {
    border: 1px dotted #D6D6D6
}

span.box_stat, span.box_stat a {
    color: #666 !important
}

span.box_stat em a {
    color: #00C0FF !important
}

span.box_stat em a, span.box_stat em a:hover {
    color: #C00 !important;
    font-weight: bold;
    text-decoration: blink
}

a.cancel-edit {
    position: absolute;
    right: 10px;
    background: url(/imgs/cross.png);
    width: 16px;
    height: 16px
}

.box_amanda {
    font-size: 9px
}

#c_nomessage {
    padding: 10px;
    font-weight: bold
}

#c_messageomg {
    margin: 5px;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    width: 620px;
    height: 120px;
    border: 0px none;
    background-color: #fff;
    border: #DBDBDB 1px solid;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -wekit-border-radius: 8px;
    padding: 5px 5px 22px 5px
}

#c_messageomg:focus {
    border-color: #868686
}

#textformatbar {
    width: 95px;
    height: 70px;
    float: right;
    padding: 20px 0 0 0
}

#textformatbar a img, #newstextboxhelp span a img {
    padding: 1px;
    border: #EEEDEA 1px solid
}

#textformatbar a img:hover, #newstextboxhelp span a img:hover {
    padding: 1px;
    border: #888 1px solid
}

ul#ultextbox {
    height: 13px;
    margin-left: 27px;
    margin-bottom: 4px
}

ul#ultextbox li {
    float: left
}

div#smileset {
    padding: 10px 20px;
    border-top: 1px dotted #ccc
}

div#smileset > a {
    padding: 0 1px;
}


div#smileset p {
    margin-top: 10px
}

div#smileset p a {
    color: #888
}

div#smileset p a:hover {
    color: #222
}

div#smileset a[data-smile="tough"] {
    background: url(https://static.drom.hu/s/tough@4x.gif) no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

div#smileset a[data-smile="idiota"] {
    background: url(https://static.drom.hu/s/idiota@4x.gif) no-repeat 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

div#smileset a[data-smile="idiota2"] {
    background: url(https://static.drom.hu/s/idiota2@4x.gif) no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

div#smileset a[data-smile="grinning"] {
    background: url(https://static.drom.hu/s/grinning@4x.gif) no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

div#smileset a[data-smile="sheriff"] {
    background: url(https://static.drom.hu/s/sheriff@4x.gif) no-repeat 0 0;
    background-size: 20px 21px;
    width: 20px;
    height: 21px;
    display: inline-block;
}

div#smileset a[data-smile="spooky"] {
    background: url(https://static.drom.hu/s/spooky@4x.gif) no-repeat 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

div#smileset a[data-smile="elvis"] {
    background: url(https://static.drom.hu/s/elvis@4x.gif) no-repeat 0 0;
    background-size: 15px 18px;
    width: 15px;
    height: 18px;
    display: inline-block;
}

div#smileset a[data-smile="felmosoly"] {
    background: url(https://static.drom.hu/s/felmosoly@4x.gif) no-repeat 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

div#smileset a[data-smile="grat"] {
    background: url(https://static.drom.hu/s/grat@4x.gif) no-repeat 0 0;
    background-size: 23px 18px;
    width: 23px;
    height: 18px;
    display: inline-block;
}

div#smileset a[data-smile="hmm"] {
    background: url(https://static.drom.hu/s/hmm@4x.gif) no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

div#smileset a[data-smile="igen"] {
    background: url(https://static.drom.hu/s/igen@4x.gif) no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

div#smileset a[data-smile="nem"] {
    background: url(https://static.drom.hu/s/nem@4x.gif) no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

div#smileset a[data-smile="ravasz"] {
    background: url(https://static.drom.hu/s/ravasz@4x.gif) no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

div#smileset a[data-smile="snotty"] {
    background: url(https://static.drom.hu/s/snotty@4x.gif) no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

div#smileset a[data-smile="vigyor"] {
    background: url(https://static.drom.hu/s/vigyor@4x.gif) no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
}

div#smileset a[data-smile="yeah"] {
    background: url(https://static.drom.hu/s/yeah@4x.gif) no-repeat 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}


ul#ultextbox {
    height: 12px
}

ul#ultextbox a {
    display: block
}

li.addlink a, li.addurl a, li.addsmile a {
    border: rgba(255,255,255,.4) 1px solid;
    cursor: pointer;
    font-size: 7px;
    line-height: 10px;
    text-transform: uppercase;
    background: rgb(55,55,55);
    background: linear-gradient(0deg, rgba(55,55,55,1) 0%, rgba(75,75,75,1) 100%);
    color: rgba(255,255,255,.4);
    padding: 1px 5px;
}

li.addlink {
    margin-left: 30px;
}

li.addlink a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 0;
}

li.addsmile a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 0;
}

li.addlink a:hover,
li.addurl a:hover,
li.addsmile a:hover {
    text-decoration: none;
    background: rgb(30,30,30);
    background: linear-gradient(0deg, rgba(30,30,30,1) 0%, rgba(48,48,48,1) 100%);
}


li.recoverbutton {
    margin-left: 360px
}

a.topichead_modjog,a.topichead_setup,a.topichead_msg,a.topichead_picup,a.topichead_openfav,a.topichead_exit {
    background-image: url("/imgs/txtsigns@4x.png");
    background-size: 13px 78px;
    height: 13px;
    background-repeat: no-repeat;
    padding-left: 14px
}

a.topichead_msg {
    background-position: 0 -13px
}

a.topichead_modjog {
    background-position: 0 -26px
}

a.topichead_picup {
    background-position: 0 -40px
}

a.topichead_openfav {
    background-position: 0 -52px
}

a.topichead_exit {
    background-position: 0 -64px
}

a.topichead_picup span {
    color: #ddd
}

#addplus {
    color: #4D4D4D;
    background-color: #F8F8F8;
    width: 50px;
    border: 1px solid #CECECE;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    margin-top: 5px
}

#recoverbutton {
    margin-bottom: 4px;
    border: 0;
    background-image: url("/imgs/msgbackup.png");
    background-repeat: no-repeat;
    width: 97px;
    height: 12px;
    cursor: pointer
}

#recoversavebutton {
    margin-bottom: 4px;
    border: 0;
    background-image: url("/imgs/msgsaveinprogress.png");
    background-repeat: no-repeat;
    width: 97px;
    height: 12px;
    cursor: pointer
}

#recoverloadbutton {
    margin-bottom: 4px;
    border: 0;
    background-image: url("/imgs/msgloadinprogress.png");
    background-repeat: no-repeat;
    width: 97px;
    height: 12px;
    cursor: pointer
}

span#savetxt input {
    margin-bottom: -2px
}

span#savetxt input#recoverbutton {
    background-image: url("/imgs/b_msgbackup.gif")
}

span#savetxt input#recoversavebutton {
    background-image: url("/imgs/b_msgsave.gif")
}

span#savetxt input#recoverloadbutton {
    background-image: url("/imgs/b_msgload.gif")
}

#uzenet_beiras {
    width: 630px;
    margin: 13px 20px 0;
    position: relative
}

#uzenet_beiras_nav {
    width: 620px;
    margin: 0 0 8px 0;
    text-align: right;
    height: 14px;
    position: absolute;
    bottom: 0
}

#uzenet_beiras_nav span#replyarea {
    position: absolute;
    top: -3px;
    right: 20px;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 10px;
    color: #666
}

#uzenet_beiras_nav a img {
    border: 0;
    background: transparent url("/imgs/arrow_default.gif") no-repeat left top
}

#uzenet_beiras_nav a img:hover {
    border: 0;
    background: transparent url("/imgs/arrow_hover.gif") no-repeat left top
}

img#field_down {
    padding-right: 3px
}

input.sendpost {
    border: rgba(255,255,255,.4) 1px solid;
    width: 50px;
    height: 14px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 8px;
    line-height: 12px;
    text-transform: uppercase;
    background: rgb(55,55,55);
    background: linear-gradient(0deg, rgba(55,55,55,1) 0%, rgba(75,75,75,1) 100%);
    color: rgba(255,255,255,.4)
}

input.sendpost:hover {
    background: rgb(30,30,30);
    background: linear-gradient(0deg, rgba(30,30,30,1) 0%, rgba(48,48,48,1) 100%);
}

div#listaz {
    display: block
}

div#listbefore,div#listaz {
    width: 720px;
    margin: 0 auto
}

div#listbefore {
    height: 22px;
    text-align: right;
    border-bottom: 1px groove #B2B2B2
}

div#listbefore a {
    float: left;
    background-image: url("/imgs/topicnew.png");
    background-repeat: no-repeat;
    width: 105px;
    height: 16px;
    margin-left: 4px
}

div#listbefore a:hover {
    background-position: -105px 0
}

div#listbefore select {
    color: #464646;
    font-size: 12px
}

div.topiclister {
    clear: both;
    height: 35px;
    background-color: #FBFBFB;
    border-bottom: 1px dotted #EAEAEA
}

div.topiclister:hover {
    background: #F2F2F2
}

div.topiclister:hover a {
    color: #555
}

div.topiclister:hover a:hover {
    color: #000
}

div.list_avcsi,div.list_closed,div.list_pinned,div.list_pinnedandclosed,div.list_denied,div.list_vote {
    float: left;
    width: 60px;
    display: block;
    height: 32px;
    background-image: url("/imgs/topicsign.png")
}

div.list_pinned {
    background-position: -60px 0
}

div.list_closed {
    background-position: -120px 0
}

div.list_pinnedandclosed {
    background-position: -60px 0
}

div.list_denied {
    background-position: -180px 0
}

div.list_vote {
    background-position: -240px 0
}

div.list_topik {
    height: 32px;
    padding-top: 1px;
    float: left;
    width: 350px;
    margin-left: 10px;
    overflow: hidden
}

div.list_topik a {
    font-size: 14px
}

div.list_topik span {
    color: #4F4F4F;
    font-size: 10px
}

div.list_topik span a {
    color: #4F4F4F
}

div.list_darab span, div.list_nick span {
    color: #767676
}

div.list_darab {
    float: left;
    width: 150px
}

div.list_nick {
    float: left;
    width: 150px
}

div.list_nick a {
    color: #000
}

div.list_nick a img {
    border: #EEE 1px solid;
    padding: 1px;
    float: left;
    margin-right: 5px;
    margin-top: 3px
}

div#listafter {
    font-size: 10px;
    height: 20px;
    text-align: right;
    color: #B4B4B4;
    padding-top: 4px;
    padding-right: 5px;
    clear: both
}

div#listafter a {
    color: #B2B2B2
}

div#lastmsg {
    text-align: center;
    padding: 2px 2px 5px 2px
}

div#lastmsg a {
    color: #666;
    font-weight: bold
}

div#privates {
    width: 750px;
    margin: 25px auto 0
}

div.readprivi,div.writeprivi {
    border: #DEDEDE 1px solid;
    padding: 5px
}

div#privates h3 {
    font-family: sans-serif;
    font-weight: normal;
    color: #444;
    font-size: 14px
}

div#privates a:hover {
    color: #00C0FF
}

div#kuldott,div#fogadott {
    float: left;
    width: 300px
}

div#fogadott {
    margin-left: 30px
}

div#kuldott {
    margin-left: 15px
}

#msg_uj {
    float: left;
    width: 100px;
    height: 350px;
    border-top: 1px dotted #404040;
    padding-left: 1px
}

input#msgdel {
    width: 99px;
    border: 0;
    background: url("/imgs/msgdel.jpg");
    height: 25px
}

div#msg_uj a {
    display: block
}

a.msg_uja1 {
    width: 99px;
    height: 42px;
    background-image: url("/imgs/msgnew.jpg");
    margin-top: 8px;
    margin-bottom: 8px
}

a.msg_uja1:hover {
    background-position: 0 -42px
}

div.msg_default,div.msg_csuwwi,div.msg_pyx,div.msg_dorina {
    height: 65px;
    border-top: 1px dotted #ccc;
    padding-top: 3px
}

div.msgin_float {
    float: left;
    margin-left: 3px;
    width: 225px
}

div.msgin_avcsi {
    float: left
}

div.msgin_date {
    color: #454545
}

div.msgin_targy {
    text-decoration: underline;
    color: #00C0FF;
    margin: 6px 0
}

div.msgin_targy a {
    color: #000
}

div.msgin_torl {
    font-size: 10px
}

div.msgin_torl a, div.msgin_torl, div.msgin_date a {
    color: #5A5A5A
}

span.msg_status {
    color: #707070
}

div.pirates {
    clear: both;
    width: 700px;
    height: 30px;
    display: block
}

div.msg_felado {
    float: left;
    width: 460px;
    font-size: 12px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif
}

div.msg_felado textarea {
    border: none;
    width: 425px;
    padding: 5px;
    background: #EEEDEA;
    border-radius: 8px;
    margin-right: 20px;
    min-height: 180px;
    margin-top: 10px;
    line-height: 16px;
    font-size: 12px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif
}

div.msg_felado p {
    line-height: 16px
}

div.msg_bejeg {
    float: left;
    width: 200px;
    min-height: 235px;
    position: relative
}

div.msg_bejeg2 {
    position: absolute;
    bottom: 10px
}

div.msg_bejeg span {
    font-size: 9px;
    display: block;
    width: 220px;
    color: #A6A6A6;
    border-top: #888 1px dashed;
    margin-top: 5px
}

div.msg_bejeg p {
    margin-bottom: 12px;
    font-size: 14px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    padding: 2px
}

p.privcontent {
    padding: 5px;
    background: #EEEDEA;
    border-radius: 8px;
    margin-right: 20px;
    min-height: 180px;
    margin-top: 10px;
    line-height: 16px
}

.msg_button {
    border: none;
    background: #EEEDEA;
    padding: 4px;
    width: 210px;
    font-size: 12px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif
}

.msg_button_alter {
    border: none;
    background: #EEEDEA;
    padding: 4px;
    width: 120px;
    font-size: 12px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif
}

#friendssel {
    border: none;
    width: 87px;
    font-size: 12px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif
}

.msg_senderbutton,.msg_nosenderbutton,.msg_senddel,.msg_sendreply,.msg_noreplypls {
    border: 0px;
    height: 23px;
    width: 56px;
    background-image: url("/imgs/msgbuttons.png");
    display: block;
    float: left;
    margin-top: 8px
}

.msg_nosenderbutton {
    background-position: 0 -23px;
    margin-left: 10px
}

.msg_senddel {
    background-position: 0 -46px;
    margin-left: 10px
}

.msg_sendreply {
    background-position: 0 -69px
}

.msg_noreplypls {
    background-position: 0 -92px
}

div.kepcsion,div.kepcsioff {
    float: left;
    height: 235px;
    width: 90px;
    background-image: url("/imgs/msgstamp.jpg")
}

div.kepcsioff {
    background-position: -90px 0
}

div.con_default {
    height: 50px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 2px
}

div#membersinfo {
    border-bottom: 1px dotted #CECECE;
    border-top: 1px dotted #CECECE;
    width: 700px;
    margin: 20px auto;
    color: #888;
    background-color: #f8f8f8;
    padding: 10px
}

div.membi_float1,div.membi_float2,div.membi_float3 {
    float: left;
    display: block
}

div.membi_float1 {
    height: auto;
    padding: 20px 40px
}

div.membi_float3 {
    width: 250px
}

div.membi_float2 {
    width: 300px;
    padding-left: 10px;
    border-left: 1px dotted #ccc
}

div.membi_topiks {
    margin-top: 12px;
    font-size: 9px
}

div.membi_topiks a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #AAA
}

div.membi_topiks a:hover {
    background: #f3f3f3
}

a.membi_rss {
    display: block;
    background-image: url("/imgs/rss.gif");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    margin: 10px 0
}

a.membi_rss em {
    display: none
}

div#profilsetap {
    width: 720px;
    margin: 0 auto;
    color: #888
}

div#setap_bal {
    float: left;
    width: 355px;
    margin-left: 5px;
    overflow: hidden
}

div#setap_jobb {
    float: left;
    width: 355px;
    margin: 28px 0 0 5px;
    overflow: hidden
}

div#setap_jobb select {
    color: #777;
    font-size: 11px
}

div#setap_jobb span {
    display: block;
    margin-top: 2px
}

div#setap_jobb input, div#setap_jobb textarea {
    border: 1px dotted #ccc;
    color: #666;
    width: 335px;
    background-color: #FFF
}

input.setapbutton {
    background: #D3D3D3;
    display: block;
    margin-top: 12px;
    font-family: sans-serif
}

div.setapbox {
    background: #F5F5F5;
    display: block;
    margin-bottom: 5px;
    padding: 10px
}

div.setapbox h2 {
    margin-top: 0;
    font-size: 14px;
    color: #777;
    font-weight: normal;
    font-family: sans-serif
}

div#navibar {
    float: left;
    margin-bottom: 12px
}

div#navibar li {
    float: left;
    display: block;
    padding: 3px 12px;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    font-weight: bold;
    margin-left: 3px;
    border-left: #CCC 1px solid;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid
}

div#navibar li:hover {
    background-color: #EEEDEA
}

div#navibar li a {
    color: #888
}

div#navibar li.sel {
    background-color: #EEEDEA
}

.setapbox a.bg {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    margin: 5px
}

.setapbox a.wall1 {
    background: url(/bg/drombg1.png) no-repeat top left
}

.setapbox a.wall2 {
    background: url(/bg/drombg2.png) no-repeat top left
}

.setapbox a.wall3 {
    background: url(/bg/drombg3.png) no-repeat top left
}

.setapbox a.wall4 {
    background: url(/bg/drombg4.jpg) no-repeat top left
}

.setapbox a.wall5 {
    background: url(/bg/drombg5.jpg) no-repeat top left
}

.setapbox a.wall6 {
    background: url(/bg/drombg6.png) no-repeat top left
}

.setapbox a.wall7 {
    background: url(/bg/drombg7.jpg) no-repeat top left
}

div#bloglist,div.blog_add {
    width: 750px;
    margin: 10px auto
}

div.blog_add h3 {
    margin-bottom: 2px;
    color: #555;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: normal
}

div.blog_add {
    margin-bottom: 10px
}

div.blist_f0 {
    border-bottom: 1px solid #F0F0F0;
    float: left;
    margin-left: 8px;
    display: block;
    background-color: #f8f8f8;
    width: 680px;
    padding-left: 3px;
    line-height: 19px
}

div.blist_f0:hover {
    background-color: #fff
}

div.blist_f5,div.blist_f4,div.blist_f3,div.blist_f2,div.blist_f1,div.done_f1,div.done_f2,div.done_f3 {
    float: left
}

div.blist_f1 {
    width: 110px
}

div.blist_f2 {
    width: 270px;
    text-align: left
}

div.blist_f3 {
    width: 80px;
    text-align: right
}

div.blist_f4 {
    width: 130px;
    padding-left: 20px
}

div.blist_f5 {
    width: 70px
}

div.blist_flow {
    clear: both;
    width: 700px;
    padding-top: 20px
}

div.blist_flow a {
    margin-top: 10px
}

div.blist_nomore {
    padding: 8px;
    text-align: center;
    font-weight: bold
}

div.blist_morelist {
    text-align: right;
    clear: both;
    padding: 10px 10px 5px 0
}

div.t_left {
    text-align: left;
    padding: 10px 0 5px 10px
}

div.blist_spec {
    color: #fff;
    background: #616161 !important;
    margin-top: 8px
}

#admin .quickfinder {
    float: right
}

div.howto {
    font: 12px/16px Ubuntu, Arial, Tahoma, Verdana, sans-serif
}

div.howto em {
    font: bold 14px/16px Ubuntu, Arial, Tahoma, Verdana, sans-serif;
    margin-top: 8px;
    display: block
}

div.howto p {
    margin: 5px 0;
    line-height: 16px
}

div.howto input {
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    margin-top: 2px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    padding: 4px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    float: right
}

div.howto input:hover {
    border: 1px solid #888 !important;
}

div.howto form {
    margin-top: 10px
}

div.write {
    clear: both
}

div.write textarea {
    width: 700px
}

div.write, div.write a {
    color: #777;
    font: 12px/16px Ubuntu, Arial, Tahoma, Verdana, sans-serif
}

div.write a:hover {
    color: #4D4D4D
}

div.write select {
    font: 12px/16px Ubuntu, Arial, Tahoma, Verdana, sans-serif
}

div.write input {
    border: 1px solid #DBDBDB;
    padding: 4px;
    font: 12px/16px Ubuntu, Arial, Tahoma, Verdana, sans-serif
}

div.write p {
    margin: 5px 0;
    line-height: 16px
}

div.write select.statusselector {
    padding: 3px 0;
    margin-top: 3px
}

div.done_f2,div.done_f3 {
    margin-left: 20px
}

div.writesigns {
    margin: 5px 0 10px 0;
    width: 442px;
    height: 25px
}

div.writesigns a {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    padding: 3px;
    border: #FFF 1px solid
}

div.writesigns a:hover {
    border: #DBDBDB 1px solid
}

div#bloglist h3 {
    font-family: sans-serif;
    font-weight: normal;
    margin-bottom: 8px;
    color: #555;
    font-size: 14px
}

textarea#introarea,textarea#mainarea {
    border: 1px solid #DBDBDB;
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    width: 432px;
    padding: 4px;
    line-height: 18px
}

textarea#introarea {
    height: 160px
}

textarea#mainarea {
    height: 280px
}

div#bloglist span input {
    border: 0;
    color: #C00;
    font-weight: bold;
    font-size: 12px
}

span.page_num_act {
    border: #DBDBDB 1px solid;
    background-color: #DBDBDB;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    text-align: center;
    display: inline-block
}

span.page_num {
    border: #DBDBDB 1px solid;
    background-color: #F8F8F8;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    text-align: center;
    display: inline-block
}

span.page_num:hover {
    border: #CACACA 1px solid;
    background-color: #E7E7E7
}

span.page_num a {
    font-size: 12px;
    color: #000
}

span.page_num a:hover {
    font-size: 12px;
    color: #000;
    text-decoration: none
}

div.blog_menu {
    width: 700px;
    height: 40px
}

div.blog_menu ul {
    height: 40px;
    list-style-type: none;
    margin: 0
}

div.blog_menu ul li {
    float: left;
    height: 40px;
    background-image: url(/imgs/sprite_blog_menu.png)
}

div.blog_menu ul li a {
    text-align: center;
    display: block;
    font: 12px/14px Arial, Verdana, Helvetica, sans-serif;
    color: #666;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 125px
}

div.blog_menu ul li a:hover {
    text-decoration: underline
}

div.blog_menu ul li.prefix {
    width: 11px;
    background-position: 0 0
}

div.blog_menu ul li.inedit {
    width: 136px;
    background-position: -10px 0;
    padding-right: 2px
}

div.blog_menu ul li.incheck {
    width: 136px;
    background-position: -10px 0;
    padding-right: 2px
}

div.blog_menu ul li.inwait {
    width: 136px;
    background-position: -10px 0;
    padding-right: 2px
}

div.blog_menu ul li.publish {
    width: 136px;
    background-position: -10px 0;
    padding-right: 2px
}

div.blog_menu ul li.suffix {
    width: 137px;
    background-repeat: repeat-x;
    background-position: right top
}

div.blog_menu ul li.act {
    width: 136px;
    background-position: -10px -40px
}

div.blog_menu ul li.act a {
    text-decoration: none;
    color: #000
}

dl#bloglista {
    width: 698px;
    border-color: #999;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: 0;
    padding: 0
}

a.newblog {
    background: url(/imgs/icon_add_new_blog.png) no-repeat left top;
    width: 16px;
    height: 16px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #999;
    text-decoration: none
}

a.newblog:hover {
    text-decoration: underline
}

div#admin {
    width: 700px;
    margin: 0 auto;
    padding: 10px;
    display: block
}

div#admin a {
    padding: 1px;
    color: #E73600
}

div#admin option#p0, div#admin option#p1 {
    font-weight: bold
}

div.admin_f0 {
    background-color: #f8f8f8;
    clear: both;
    line-height: 18px
}

div.admin_f0:hover {
    background-color: #fff
}

div.admin_f1,div.admin_f2,div.admin_f3,div.admin_f4 {
    float: left
}

div.admin_f1 {
    width: 30px
}

div.admin_f2 {
    width: 300px
}

div.admin_f3 {
    width: 100px
}

div.admin_f4 {
    width: 130px
}

div.regebbi {
    text-align: right
}

input.admin_input {
    border: #EEEDEA 1px solid;
    padding: 1px;
    font-size: 10px;
    margin: 1px;
    padding: 3px
}

input.admin_button {
    background-color: #E73600;
    color: #fff;
    border: 0;
    padding: 1px;
    font-family: sans-serif;
    font-size: 13px
}

p#votes {
    padding: 10px;
    color: #777;
    font-size: 10px
}

div.admin_card {
    float: left;
    width: 320px;
    height: 50px;
    border: 1px solid #ccc;
    margin: 4px;
    padding: 4px
}

div.admin_card img {
    float: left;
    margin-right: 5px
}

div.admin_card span {
    display: block
}

div.csuwwikedveert select, div.csuwwikedveert input {
    font-family: "Trebuchet MS";
    font-size: 11px
}

div#admin div.blog_menu ul li a {
    color: #666
}

div#admin div.blog_menu ul li.act a {
    color: #000
}

div#admin div.blog_menu ul li.prefix {
    width: 5px;
    background-position: 0 0
}

div#admin div.blog_menu ul li.deleted {
    width: 136px;
    background-position: -10px 0;
    padding-right: 2px
}

div#admin div.blog_menu ul li.suffix {
    width: 5px;
    background-repeat: repeat-x;
    background-position: right top
}

div#topicsetup {
    width: 700px;
    padding: 10px;
    margin: 0 auto
}

div#topicsetup ul {
    font-size: 9px;
    margin: 5px
}

div#topicsetup h1 {
    margin-bottom: 12px;
    font-weight: normal
}

div#topicsetup hr {
    color: #fff;
    margin: 10px;
    height: 1px;
    border-top: 1px dotted #ccc;
    border-bottom: 0;
    border-left: 0;
    border-right: 0
}

div.topicsetup_p {
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px dotted #C7C7C7;
    margin: 10px 20px;
    padding: 10px;
    background-color: #F6F6F6
}

div.topicsetup_p h1 {
    font-size: 18px
}

input.setbut {
    background-color: #0A77BD;
    color: #eee;
    border: 0
}

input#klozbuttonm {
    color: #0A77BD
}

p.votedusers_topic {
    color: #999;
    font-size: 9px;
    margin: 8px
}

div#vettem {
    width: 437px;
    height: 100px;
    display: block;
    background-image: url("/imgs/error_generator.png");
    background-repeat: no-repeat;
    margin: 30px auto
}

div.eg_warning,div.eg_eg_question {
    background-position: 0 -100px
}

div.eg_stop {
    background-position: 0 -200px
}

div#vettem span {
    margin-left: 55px;
    padding-top: 20px;
    display: block;
    color: #646464
}

div#vettem em {
    margin-left: 55px;
    display: block;
    font-size: 5px;
    color: #ddd
}

div#vettem input {
    border: 0;
    background: #F7F7F7;
    color: #999;
    font-family: "Trebuchet MS";
    background-image: url("/imgs/error_vettem.png");
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: normal;
    margin: 14px 0 0 20px;
    width: 89px;
    height: 20px
}

div#modelvek {
    width: 680px;
    padding: 20px;
    margin: 0 auto
}

div.addnew {
    width: 700px;
    background: #fefefe;
    padding: 10px
}

div#votelayer {
    margin: 10px;
    background-color: #fff
}

div.addnew h3 {
    color: #555 !important;
    font-size: 14px !important;
    margin-bottom: 8px
}

div.addnew {
    color: #999 !important
}

div.addnew input.newtopicinput, div#votelayer input {
    border: 1px dotted #ddd;
    margin-bottom: 2px;
    padding: 1px
}

div#votelayer span, div#votelayer em {
    display: block;
    color: #999;
    font-size: 10px
}

div.addnew h2 {
    margin-top: 0
}

div.addnew p {
    margin-bottom: 8px
}

input.addnewtopicbutton {
    margin-top: 12px;
    border: 0;
    padding: 3px;
    background-color: #f5f5f5;
    font-family: sans-serif;
    color: #222
}

div#registertable {
    width: 750px;
    margin: 0 auto;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    line-height: 18px
}

div#registertable h1 {
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    color: #888
}

div#registertable p {
    margin: 8px 0;
    line-height: 16px
}

div#registertable .regformitem {
    margin-bottom: 5px
}

div#registertable input.reginput {
    margin-left: 10px;
    width: 200px;
    background: #F8F8F8;
    border: 1px solid #DBDBDB;
    padding: 4px;
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    border-radius: 4px
}

div#registertable span {
    color: #888;
    font-size: 10px
}

.small {
    font-size: 10px
}

div#post span.right, div#commentek span.right {
    display: block;
    width: 100%;
    text-align: right
}

div#post span.left, div#commentek span.left {
    display: block;
    width: 100%;
    text-align: left
}

div#post span.center, div#commentek span.center {
    display: block;
    width: 100%;
    text-align: center
}

.big {
    font-size: 14px
}

.quote_small {
    font-size: 10px;
    color: #CBCBCB
}

.hr {
    width: 100%;
    height: 1px;
    border: 0;
    border-bottom: #E7E7E7 1px dotted
}

.spoiler {
    padding: 3px 5px 3px 6px;
    color: #F9F9F9;
    background: #F9F9F9;
    border: #E7E7E7 1px dotted;
    border-left: #777 3px solid;
    display: block;
    min-width: 30px;
    max-width: 100%;
    overflow: auto
}

.quote {
    padding: 3px 5px 3px 6px;
    color: #525252;
    font-style: italic;
    border: #E7E7E7 1px dotted;
    border-left: #777 3px solid;
    display: block;
    min-width: 30px;
    max-width: 100%;
    background-image: url("/imgs/quote.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    overflow: auto
}

.iras .quote, .iras .spoiler {
    font-family: Arial,Tahoma,Verdana,Freesans,sans-serif;
    font-size: 12px
}

.qcode {
    padding: 3px 5px 3px 6px;
    color: #525252;
    font-size: 12px;
    font-family: Consolas,"Courier New",Courier,mono;
    border: #E7E7E7 1px dotted;
    border-left: #777 3px solid;
    display: block;
    min-width: 30px;
    max-width: 100%;
    overflow: auto
}

div.mark {
    padding: 3px 5px 3px 6px;
    color: #525252;
    border: #E7E7E7 1px dotted;
    border-left: #777 3px solid;
    display: block;
    min-width: 30px;
    max-width: 390px;
    overflow: auto
}

div.pyx,div.csuwwi,div.dzenu,div.stefanie {
    font-family: tahoma,Georgia,"Times New Roman"!important;
    font-size: 10px !important;
    background: #f8f8f8 !important;
    padding: 1px !important
}

div.pyx {
    color: #D60500
}

div.csuwwi {
    color: #0036B2
}

div.dzenu {
    color: #7ED600
}

div.stefanie {
    color: #B700D2
}

div.community {
    width: 750px;
    margin: 25px auto 0
}

div.community p {
    font-family: Ubuntu,Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    line-height: 18px
}

.headline {
    overflow: hidden;
    padding-top: 40px
}

.headline_inner {
    width: 804px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px #BBB
}

.headline ul {
    width: 1000px
}

.headline ul li {
    float: left;
    width: 134px
}

.headline ul li a {
    text-decoration: none
}

.headline ul li a>div {
    background-position: top center;
    height: 134px;
    margin: 1px;
    position: relative
}

.headline ul li a h3 {
    margin: 0;
    display: none;
    color: #FFF;
    background: rgba(80, 80, 80, 0.8);
    padding: 5px;
    font-size: 14px;
    position: absolute;
    top: 100px
}

.headline ul li a:hover h3, .headline ul li.active a h3 {
    display: block
}

/* fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
a.fancybox img {
    margin: 0 1px;
    border: #CCC 1px solid !important
}

.fancybox-tmp iframe, .fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5)
}

.fancybox-outer,.fancybox-inner {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px
}

.fancybox-image,.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/imgs/fancybox_sprite.png')
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8020
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/imgs/fancybox_loading.gif') center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url('/imgs/blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 20px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 20px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000
}

#fancybox-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8030;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    margin-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

