/*
    Document   : style-new
    Created on : 2009-10-06, 12:31:04
    Author     : Martin
    Description:
        Purpose of the stylesheet follows.
*/
/*
Sticky Footer Solution
by Steve Hatcher
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body {height: 100%;}

#doc4 {
    min-height: 100%;
    /*verflow:auto;*/
	padding-bottom: 68px;}  /* must be same height as the footer */

#footer {
    position: relative;
	margin-top: -68px; /* negative value of footer height */
	height: 68px;
	clear:both;
    background: #270000 url("/images/footer.jpg") no-repeat top;
    min-width: 100%;
    width: 100%;
    z-index:0;
    /*margin: -139px auto 0 auto;*/
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


*{
    border: 0;
    font-family: Verdana, Tahoma, Helvetica, Arial;
    font-size: 12px;
    text-align: left;
    margin:0;
    padding:0;
}




td{
    vertical-align:top;
}

.clear { clear: both; height: 1px; }

a:link, a:active, a:hover, a:visited{
    text-decoration: none;
    color: #010101;
}

.input_style{
    background: url("/images/profile/input-bg.gif") repeat-x;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    margin: 2px;
    padding: 2px;
    width: 80px;
    height:16px;
}

#logo{
    display: inline;
    position: relative;
    float:left;
    left: -10px; 
    top:10px;

}

#logo img{
    /*float: left;*/
}

img{
    border: none;
}

#nav ul{
    list-style: none;
    text-decoration: none;
}

#nav li{
    float: left;
    height: 32px;
    margin: 0;
    padding: 0;
}

#nav a{
    height: 22px;
    display: inline-block;
    text-decoration: none;
}

.sel{
    margin: 0 6px;
    background: url("/images/menu/menu-c-select.png") left top repeat-x;
}

.sel-first .sel{
    margin: 0 6px;
}

.sel a{
    padding: 8px 20px;
    /*
    background: url("/images/menu-selector-white.gif") bottom no-repeat;*/
    color: #9f0000;
}

.sel-first{
    background: url("/images/menu/menu-first-select.png") left top no-repeat;
    min-width: 10px;
    min-width: 32px;
}

.sel-last{
    background: url("/images/menu/menu-last-select.png") right top no-repeat;
    min-width: 10px;
    min-width: 32px;
}

.sel-l{
    background: url("/images/menu/menu-l-select.png") left top no-repeat;
    min-width: 10px;
    min-width: 32px;
}

.sel-r{
    background: url("/images/menu/menu-r-select.png") right top no-repeat;
    min-width: 10px;
    min-width: 32px;
}

.nav{
    background: url("/images/menu/menu-c.png") left top repeat-x;
}
/*
.nav a:hover{
    background: url("/images/menu-selector.gif") bottom no-repeat;
}*/

.nav a{
    padding: 8px 20px;
    color: #f4dfa6;
}

.nav-r{
    background: url("/images/menu/menu-r.png") right top no-repeat;
    padding-right:1px;
    min-width: 1px;
    min-width: 32px;
}

.nav-first{
    background: url("/images/menu/menu-first.png") left top no-repeat;
    min-width: 8px;
    min-width: 32px;
}

.nav-first .nav-r{
    margin-left:8px;
}

.nav-last{
    background: url("/images/menu/menu-last.png") right top no-repeat;
    padding-right:8px;
    min-width: 8px;
    min-width: 32px;
}

/*#nav ul{*/
    /*list-style: none;*/
    /*text-decoration: none;*/
/*}*/

/*#nav li{*/
    /*float: left;*/
    /*height: 32px;*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

/*#nav a{*/
    /*height: 22px;*/
    /*display: inline-block;*/
    /*text-decoration: none;*/
/*}*/

/*.sel{*/
    /*background: url("/images/menu/menu-c-select.gif") left top repeat-x;*/
    /*margin: 0 6px 0 10px;*/
/*}*/

/*.sel a{*/
    /*padding: 8px 20px;*/
    /**/
    /*background: url("/images/menu-selector-white.gif") bottom no-repeat;*/
    /*color: #9f0000;*/
/*}*/

/*.sel-first{*/
    /*background: url("/images/menu/menu-first-select.gif") left top no-repeat;*/
    /*min-width: 10px;*/
    /*min-width: 32px;*/
/*}*/

/*.sel-last{*/
    /*background: url("/images/menu/menu-last-select.gif") right top no-repeat;*/
    /*min-width: 10px;*/
    /*min-width: 32px;*/
/*}*/

/*.sel-l{*/
    /*background: url("/images/menu/menu-l-select.gif") left top no-repeat;*/
    /*min-width: 10px;*/
    /*min-width: 32px;*/
/*}*/

/*.sel-r{*/
    /*background: url("/images/menu/menu-r-select.gif") right top no-repeat;*/
    /*min-width: 10px;*/
    /*min-width: 32px;*/
/*}*/

/*.nav{*/
    /*background: url("/images/menu/menu-c.gif") left top repeat-x;*/
/*}*/
/**/
/*.nav a:hover{*/
    /*background: url("/images/menu-selector.gif") bottom no-repeat;*/
/*}*/

/*.nav a{*/
    /*padding: 8px 20px;*/
    /*color: #f4dfa6;*/
/*}*/

/*.nav-r{*/
    /*background: url("/images/menu/menu-r.gif") right top no-repeat;*/
    /*min-width: 1px;*/
    /*min-width: 32px;*/
/*}*/

/*.nav-first{*/
    /*background: url("/images/menu/menu-first.gif") left top no-repeat;*/
    /*min-width: 8px;*/
    /*min-width: 32px;*/
/*}*/

/*.nav-last{*/
    /*background: url("/images/menu/menu-last.gif") right top no-repeat;*/
    /*min-width: 9px;*/
    /*min-width: 32px;*/
/*}*/


.sub_nav ul{
    list-style: none;
}

.sub_nav li{
    float: left;
    height: 17px;
    margin: 0 8px;
}

.sub_nav a{
    padding: 3px 8px;
    font-size: 11px;
}

.sub_nav li:hover{
    background-color: #ae0000;
    color: white;
}

.sub_nav a:hover{
    color: white;
}

.sub-select{
    background-color: #ae0000;
}

.sub-select a{
    color: #ffffff;
}

/* --------------------------------------------------- Vistit -------------------------------------------------------------------- */

#visit{
    float: right;
    position: relative;
    top: 136px;
    right:-320px;
    background: url("/images/visit.png") top right no-repeat;
    min-width: 196px;
    width: 196px;
    color: #ae0000;
    padding: 7px 0 10px 0;
    /*z-index: 100;*/
}

#visit p{
    padding-left: 14px;
    font-size: 11px
}
#visit a{
    padding-left: 10px;
}

.top-panel{
    background: transparent url("/images/white-dot-light.gif") bottom left repeat-x;
    padding: 10px 0;
    text-align: center;
}

.button_right{
    float:right;
    margin-top:20px;
}

#user_panel{
    /*position:absolute;*/
    /*top:0;*/
    min-height: 62px;
    height:62px;
    z-index:1;
    /*left:900px;*/
    /*float:left;*/

    position:relative;
    top: -20px;
    left: 30px;
    width:300px;


}

#user_panel_l{
    position: relative;
    background: url("/images/profile/headers/usr_nav_l.png") no-repeat top left;
    min-height: 28px;
    height: 28px;
    padding-left: 48px;

}

#user_panel_r{
    position: relative;
    right:30px;
    background: url("/images/profile/headers/usr_nav_r.png") no-repeat top right;
    min-height: 28px;
    height:28px;
    padding-right: 19px;

}

#user_panel_c{
    background: url("/images/profile/headers/usr_nav_c.png") repeat-x;
    min-height: 62px;
    height:62px;
    padding-top:5px;
    color: #fff3a1;
    vertical-align: top;
    text-align: right;
}

#user_panel_c a{
    color: #fff3a1;
    text-decoration: underline;
    padding-left: 10px;
}

#user_panel_c img{
    position:absolute;
}

#login_area{
    z-index: 10;
    width: 333px;
    margin: 20px auto auto auto;
    float: right;
}
#login_frame{
    background: url("/images/profile/frame_new.png") no-repeat;
    color: white;
    margin: auto 0 auto auto;
    height: 100px;
    width: 333px;
}
.table_login{
    background: url("/images/profile/frame_new.png") no-repeat;
}

#login_frame a{
    color: white;
}

#login_inputs{
    padding: 10px 0 0 0;
    text-align: center;
    vertical-align: top;
    width: 333px;
}

#login_inputs span{
    display:inline-block;
    vertical-align: top;
    text-align: right;
    padding: 0 10px 0 10px;
}


#login_options_top{
    padding:5px 0 0 46px;
}

#login_options_bottom{
    text-align: center;
}

#login_options_bottom a{
    font-size: 11px;
}

button:active {
  margin: 1px 4px 0px 4px;
}

button table {
  border-collapse: collapse;
  vertical-align: middle !important;
}

button{
    background: transparent;
    cursor:pointer;
}

button td {
    vertical-align: middle !important;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    border: 0 none;
    margin: 0;
    padding: 0;
}

button.type_1 td.btn_l {
    width: 12px;
    background: transparent url(/images/profile/login-l.png) no-repeat left top;
}
button.type_1 td.btn_m {
    height: 23px;
    text-align: center;
    background: url(/images/profile/login-m.png) repeat-x top;
    padding: 0 5px;
    white-space: nowrap;
    color: #fff;
}
button.type_1 td.btn_r {
    width: 11px;
    background: transparent url(/images/profile/login-r.png) no-repeat right top;
}
a td {
    vertical-align: middle !important;
    font-size: 9px;
    font-weight: bold;
    height: 28px;
    border: 0 none;
    margin: 0;
    padding: 0;
    cursor:pointer;
}

a.type_1 td.btn_l {
    width: 12px;
    background: transparent url(/images/profile/login-l.png) no-repeat left top;
}
a.type_1 td.btn_m {
    height: 23px;
    text-align: center;
    background: url(/images/profile/login-m.png) repeat-x top;
    padding: 0 5px;
    white-space: nowrap;
    color: #fff;
}
a.type_1 td.btn_r {
    width: 11px;
    background: transparent url(/images/profile/login-r.png) no-repeat right top;
}



/*        --------------------SEARCH---------------------------             */

#search_panel{
    z-index:20;
    background: url("/images/profile/search_panel.png") no-repeat;
    margin: auto 0 auto auto;
    height: 100px;
    width: 313px;
    padding:10px;
    position:absolute;
    margin-top: 15px;
}

#search_panel td{
    color: #ffffff;
    font-size:10px;
}

#search_panel > table{
    width:100%;
}

#search_panel .range_combo_p{
    padding-top: 1px;
    font-size:10px;
}

#search_panel .search-input{

    width:150px;
}

.range_combo_p{
    padding-top: 1px;
}

.search_td{
    text-align: left;
    padding-top:5px;
}

#ft-wrap{
    min-width: 974px;
    width: 974px;
    max-width: 974px;
    margin: auto;
    text-align:center;
}
.footer_element {
    padding-top: 15px;
    font-size: 11px;
    text-align: center;
    color: #d0ae6c;
    font-size:11px;
}

.footer_element_bg {
    background: url("/images/footer-dots.gif") left no-repeat;
}

.footer_element a {
    color: #d0ae6c;
    padding-bottom: 5px;
    font-size:11px;
}

.footer_element a:hover {
    text-decoration: underline;
}

.sex_news{
    margin: 10px;
}

.sex_news li{
    border-bottom: dashed #7f7a76 1px;
    padding: 5px 0 5px 10px;
    margin: 0 5px;
}

#hottest {
    min-width: 380px;
    width: 380px;
    max-width: 380px;
    min-height: 150px;
    max-height: 150px;
    display: inline-block;
    vertical-align: top;
}

#last_logged {
    min-width: 560px;
    width: 560px;
    max-width: 560px;
    min-height: 150px;
    max-height: 150px;
    display: inline-block;
    vertical-align: top;
}

#newbies {
    min-width: 700px;
    width: 700px;
    max-width: 700px;
    min-height: 150px;
    max-height: 150px;
    display: inline-block;
    vertical-align: top;
}

#sex_news {
    min-width: 240px;
    width: 240px;
    max-width: 240px;
    min-height: 150px;
    max-height: 150px;
    display: inline-block;
    vertical-align: top;
}

.divs_in_line {
    display: inline-block;
}
 /* ----------------------announcement --------------------------------------------------------------------------- */
#new_header{  /* wystaje tylko maly pasek - moze nie potrzebnie ladowac az tak wysokie tlo headera */
    background: url("/images/profile/headers/main_header.png") repeat-x;
    width: 1400px;
    min-width: 1400px;
    height: 226px;


}
#top_belt{
    height: 62px;
    width: 1400px;
    min-width: 1400px;
    background: url("/images/profile/headers/fresh_top_belt.png") repeat-x;
}

#top_belt_left{

    float: left;
    height: 50px;
    width: 100%;

}
#header_adv_search{
    width: 400px;
    height: 130px;
    float: right;
    margin-right: 142px;
    margin-top: 35px;

}

 /* ------------- announcement --------------------------------------------------------------------------------------- */

.new_announcemet{
    height: 50px;
    padding-top: 10px;
}

.ann_topic{
    font-weight: bold;
    float: left;
    /*margin-left: 17px;*/
    margin-top: 15px;
}

.ann_msg{
    float: right;
    margin-left: 20px;
    margin-top: 5px;
    width: 650px;
    height:38px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ann_msg2{
    float: left;
    margin-left: 20px;
    margin-top: 15px;    
}

.ann_btn_next{
    position: relative;
    float: right;
    top: 15px;
    right: -20px;
}
/*  ------ error - :priority => 1   ---------------------------------------------------------------------------------------*/

.error .ann_left{
    background: url("/images/profile/announcement/err_left_with_icon.png") no-repeat top left;
    height: 50px;
}

.warning .ann_left{
    background: url("/images/profile/announcement/warning_left_with_icon.png") no-repeat top left;
    height: 50px;
}


.notice .ann_left{
    background: url("/images/profile/announcement/info_left_with_icon.png") no-repeat top left;
    height: 50px;
}

.error .ann_right{
    background: url("/images/profile/announcement/error_right.png") no-repeat top right;
    height: 50px;
}

.warning .ann_right{
    background: url("/images/profile/announcement/warning_right.png") no-repeat top right;
    height: 50px;
}


.notice .ann_right{
    background: url("/images/profile/announcement/info_right.png") no-repeat top right;
    height: 50px;
}

.error .ann_inner{
    background: url("/images/profile/announcement/error_inner.png") repeat-x top;
    height: 50px;
    margin-left: 44px;
    margin-right: 47px;
}

.warning .ann_inner{
    background: url("/images/profile/announcement/warning_inner.png") repeat-x top;
    height: 50px;
    margin-left: 44px;
    margin-right: 42px;
}


.notice .ann_inner{
    background: url("/images/profile/announcement/info_inner_3.png") repeat-x top;
    height: 50px;
    margin-left: 46px;
    margin-right: 38px;
}

.ann_1_left{
    background: url("/images/profile/announcement/err_left_with_icon.png") no-repeat top left;
    height: 50px;
}
.ann_1_right{
    background: url("/images/profile/announcement/error_right.png") no-repeat top right;
    height: 50px;
}
.ann_1_inner{
    background: url("/images/profile/announcement/error_inner.png") repeat-x;
    height: 50px;
    margin-left: 44px;
    margin-right: 47px;
    margin-top: 10px;
}
/*  ------ warning - :priority => 2   ---------------------------------------------------------------------------------------*/
.ann_2_left{
    background: url("/images/profile/announcement/warning_left_with_icon.png") no-repeat top left;
    height: 50px;
}
.ann_2_right{
    background: url("/images/profile/announcement/warning_right.png") no-repeat top right;
    height: 50px;
}
.ann_2_inner{
    background: url("/images/profile/announcement/warning_inner.png") repeat-x;
    height: 50px;
    margin-left: 44px;
    margin-right: 42px;
    margin-top: 10px;
}

/*  ------ info  - :priority => 3   ---------------------------------------------------------------------------------------*/

.ann_3_left{
    background: url("/images/profile/announcement/info_left_with_icon.png") no-repeat top left;
    height: 50px;
}
.ann_3_right{
    background: url("/images/profile/announcement/info_right.png") no-repeat top right;
    height: 50px;
}
.ann_3_inner{
    background: url("/images/profile/announcement/info_inner_3.png") repeat-x;
    height: 50px;
    margin-left: 46px;
    margin-right: 38px;
    margin-top: 10px;
}
/*----------------------------------------------------------------------------------------------------------------- */



#announcements{

}

th{
    padding-right: 60px;

}

#priority_1{
    color: red;
}
#priority_2{
    color: green;
}
#priority_3{
    color: blue;
}

#content{
    width: 1150px;
    min-width: 1150px;
    max-width: 1150px;
    margin-top: 10px;
    margin-left: 100px;
    background-color: white;
}

#left_col{

    float: left;

    width: 240px;
    text-align: center;

}
#right_col{

    float: right;
    text-align: center;
    width: 800px;
    min-width: 800px;
    max-width: 800px;
}

#search_header{
    height: 35px;
    text-align: left;
}


/* ---------------------- header`s  text style --------------------------------------------------------------------------- */
.search_text{
        float: right;
        padding-top: 7px;
        padding-right: 12px;
        font-size: 14px;
        color: #ffde90;
        height: 30px;
}

.headers_text{
    padding-top: 5px;
    padding-left: 10px;
    font-size: 14px;
    color: #ffde90;
    height: 30px;
}

.header_links{
    float: right;
}

.header_links a:hover{
    text-decoration: underline;
}

.header_links a{
    color: #ffffff;
    font-family: Helvetica, Verdana;
}

.info{
    padding-top: 4px;
    height: 28px;
}

#search_content{
    width: 226px;

}

.messages {

   background-repeat: no-repeat;

    height: 160px;
    margin: auto;
}


/* ------------- message ----------------------------------------------------------------------- */

/*  new message */
.sent_btn{
    background-color: #dcd0c9;
    border: #cabaae solid 1px;

}

.new_msg_input{
    border: #cabaae solid 1px;
    width: 400px;
    padding: 3px;
    margin: 3px;
}

.new_msg_sell{
    height:25px;
    text-align:right;
    vertical-align: top;
    color: #c20101;
    padding: 7px 10px 5px 15px;
}

#msg_menu{
    /*padding: 5px 10px 0 10px;*/
}

#msg_menu a{
    display: inline-block;
    padding: 5px 10px;    
}

#msg_menu hr{
    border-bottom: #dcd0c9 dotted 1px;
}
/* ------------------------------------- */

#inbox{
    padding-top: 20px;
}

#inbox .my_profile {
    width: 226px;
    height: 100px;
    margin-top: 50px;
}


.all_message_content_top{
    background: url("/images/inbox/bg_723_top.png") no-repeat top;
    height: 6px;
}
.all_message_content_inner{
    background: url("/images/inbox/bg_723_inner.png") repeat-y;
}
.all_message_content_bottom{
    background: url("/images/inbox/bg_723_bottom.png") no-repeat top center;
    height: 6px;
}

.message_header{
    padding: 5px 0;
}

.messages_main_header_center{
    background: url("/images/inbox/main_header_i.png") repeat-x;
    border: solid #dedede 1px;
    margin: 0 20px 0 20px;
}

.active_msg{
    border: solid #dddddd 1px;
    margin: 5px 20px 10px 20px;
}


.active_msg_header{
     margin: 0 2px 0 2px;
}

.unactive_msg{
    border: solid #dddddd 1px;
    margin: 5px 20px 0 20px;
    padding: 2px;
    cursor: pointer;
}

.active_msg_header_left{
    background: url("/images/inbox/active_msg/header_l.png") no-repeat left;
    height: 23px;
}

.active_msg_header_right{
    background: url("/images/inbox/active_msg/header_r.png") no-repeat right;
    height: 23px;
}

.active_msg_header_center{
    background: url("/images/inbox/active_msg/header_c.png") repeat-x;
    height: 23px;
    margin: 0 5px;
    padding-top: 4px;
}

.msg_text{
    margin: 10px;
    width:96%;
    text-align: left;
}

.msg_header{
    height: 35px;
    text-align: left;
}

.msg_header_left{
    height: 32px;
    background: url("/images/profile/headers/post_header_left.gif") no-repeat top left;

}
.msg_header_inner{
   background: url("/images/profile/headers/post_header_c.gif") repeat-x;
   margin-left: 8px;
   margin-right: 6px;
   height: 32px;
   color: white;
}
.env{
    background: url("/images/profile/post_envelope.png") no-repeat center right;
    height: 32px;
    vertical-align: middle;
}



.msg_header_right{
    height: 32px;
        background: url("/images/profile/headers/post_header_right.gif") no-repeat   right;
}

#msg_content{
    width: 228px;

}
.msg_content_top{
    background: url("/images/profile/bg/new_post_bg_top.gif") no-repeat top center;
    height: 2px;
}
.msg_content_inner{
    background: url("/images/profile/bg/new_post_bg_c.gif") repeat-y center;

}
.msg_content_bottom{
    background: url("/images/profile/bg/new_post_bg_bottom.gif") no-repeat bottom center;
     height: 7px;
}

/* ------------ profile --------------------------------------------------------------------------- */

#prof_header{
    height: 34px;
    text-align: left;
    color: white;
}

.prof_header_left{
     background: url("/images/profile/headers/profile_header_left.gif") no-repeat top left;
     height: 34px;

}
.prof_header_inner{
     background: url("/images/profile/headers/profile_header_c.gif") repeat-x;
     height: 34px;
     margin-left: 7px;
     margin-right: 5px;


}
.prof_header_right{
    height: 34px;
     background: url("/images/profile/headers/profile_header_right.gif") no-repeat    right;
}
.star{
     background: url("/images/profile/star.png") no-repeat   right;
      height: 34px;
}

#prof_content{

     width: 226px;
}

.prof_content_top{
    background: url("/images/profile/bg/profile_bg_top.gif") no-repeat top center;
    margin-left: 2px;
    height: 3px;
}
.prof_content_inner{
    background: url("/images/profile/bg/profile_bg_inner.gif") repeat-y center;
    margin-left:2px;
}
.prof_content_bottom{
    background: url("/images/profile/bg/profile_bg_bottom.gif") no-repeat bottom center;
    margin: 0 0 20px 2px;
    height: 7px;
}
#profile_photo{
    text-align: center;
}

/*#profile_status{*/
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    /*height: 150px;*/

/*}*/

.profile_status{
    padding: 10px;
}

.profile_status a{
    display:block;
    border-top: 1px solid #dcd0c9;
    color: #a91717;
    padding: 3px 8px;
    margin: 0 5px;
}

.profile_status_left{
     background: url("/images/profile/bg/profile_status_l.gif") no-repeat center left;
     height: 46px;
}
.profile_status_inner{
     background: url("/images/profile/bg/profile_status_c.gif") repeat-x center ;
     margin-left: 4px;
     margin-right: 3px;
     height: 46px;
}
.profile_status_right{
      background: url("/images/profile/bg/profile_status_r.gif") no-repeat center right;
         height: 46px;
}
.profile_status_cloud{
    background: url("/images/profile/profile_cloud.png") no-repeat center left;
    height: 46px;
}
.membership_status{
    margin: auto;
    text-align: left;
    overflow: hidden;
    padding: 10px 10px 0 23px;
}
.membership_status a{
    color: #a91717;
    font-weight: bold;


}

/* ------ new users ----------------------------------------------------------------------------------------- */

.new_users{
    margin: 0 0 10px 0;
    text-align: right;
    vertical-align: middle;
}

.new_users_header{
    text-align: left;
    color: white;
    min-height: 29px;
    height: 29px;
    max-height: 29px;
}


.new_users_header_left{
    background: url("/images/profile/headers/lu_header_left.gif") no-repeat  top left;
    min-height: 29px;
    height: 29px;
    max-height: 29px;
}

.new_users_header_inner{
    background: url("/images/profile/headers/lu_header_c.gif") repeat-x top ;
    margin-left: 7px;
    margin-right: 7px;
    min-height: 29px;
    height: 29px;
    max-height: 29px;
}

.new_users_header_right{
    background: url("/images/profile/headers/lu_header_right.gif") no-repeat  top right;
    min-height: 29px;
    height: 29px;
    max-height: 29px;
}


.new_users_content{
    min-height: 111px;
    height: 111px;
    max-height: 111px;
    margin: 0 0 0 0;
}

.new_users_footer{
    background: url("/images/profile/headers/lastusers_footer_bg_c.png") repeat-x top;
    min-height: 33px;
    height: 33px;
    max-height: 33px;

}

.info{
    background: url("/images/profile/lastuser_info.png") no-repeat center left;
    vertical-align: middle;
    padding-top: 4px;
    margin-left: 7px;
}

.info p{

    vertical-align: middle;
    color: #484848;
    margin-left: 30px;
}

.more_search{
    margin:0;
    padding:0;
    color:#9e2525;
    cursor:pointer;
    font-weight:bold;
}


/* ------ last commented ----------------------------------------------------------------------------------------- */

#accordion td{
    vertical-align: top;
}

.lewa_kol{
    width: 50px;
    padding-right: 20px;
    padding-top: 5px;
}

.prawa_kol{;
    padding-top: 5px;
}

/*#moj_profil{*/
    /*width: 974px;*/
/*}*/

/* ------ plugin----------------------------------------------------------------------------------------- */
 /*  styl klasy main_photo   */
.main_photo {
    height: 400px;
 }

 /* naglowek klasy main_photo  */

.main_photo_header {
    height: 200px;
}
.main_photo_header_text {
    height: 20px;
    width: 135px;
    padding-top: 23px;
    padding-left: 15px;
}

/* mini galeria  buttons */
#prv_btn{
    width: 110px;
    float: left;
}

#next_btn{
    width: 110px;
    float: right;
}

.btn_prv_active{
    color: #5a595f;
    background: url("/images/my_profile/gallery_btn_bg.png") repeat-x;
    margin-top: 25px;
    margin-left: 10px;
}
.btn_next_active{
    background: url("/images/my_profile/gallery_btn_bg.png") repeat-x;
    float: left;
    color: #5a595f;
    margin-top: 25px;
    margin-left: 20px;
}



/* inactive */
.btn_prv_inactive{
    color: #b9b9b9;
    background: url("/images/my_profile/gallery_btn_bg.png") repeat-x;
    margin-top: 25px;
    margin-left: 10px;
}

.btn_next_inactive{
    background: url("/images/my_profile/gallery_btn_bg.png") repeat-x;
    float: left;
    color: #b9b9b9;
    margin-top: 25px;
    margin-left: 20px;
}



  /* sladowe naglowka klasy main_photo  */
.main_photo_header_left {
   background: url("/images/my_profile/headers/main_photo_header_left.png") no-repeat left;
   height: 63px;  }

.main_photo_header_center {
    background: url("/images/my_profile/headers/main_photo_header_c.png") repeat-x;
    height: 63px ;
    margin-left: 7px;
    margin-right: 7px;
}

.main_photo_header_right {
   background: url("/images/my_profile/headers/main_photo_header_right.png") no-repeat right;
   height: 63px;  }

#main_photo_content{
    height: 480px;
}
.main_photo_content{
    height: 505px;

}

.main_photo_content > table{
    height: 505px;
    width:100%;
}


.main_photo_content td{
    vertical-align:middle;
    text-align:center;
}

.main_photo_content_top {
   background: url("/images/my_profile/bg/main_photo_bg_top.png") no-repeat;
   height: 5px;
   margin-top: 10px;

}

.main_photo_content_inner {
    background: url("/images/my_profile/bg/main_photo_bg_center.png") repeat-y;
}

.main_photo_content_bottom {
   background: url("/images/my_profile/bg/main_photo_bg_bottom.png") no-repeat;
   height: 5px;
}

.vote_inner{
    min-height:60px;
    height:60px;
    text-align: center;
}

#voting_form{
    width: 240px;
}

#vote_form{
    padding-left: 10px;
    padding-top: 15px;
}

#vote_text{
    padding-top:20px;
}

#text_under_photo{
    text-align: center;
    margin-top: 10px;
}

/* ---------------------------------------------------------------------------------------------- */
 /*  styl klasy thumbnails   */


 /* naglowek klasy thumbnails  */
#thumbnails_header {
    width: 220px;
 }

.thumbnails_header_text {
    background: url("/images/my_profile/thumbnails_header_divider.png") no-repeat bottom center ;
    height: 55px;
    width: 210px;
}

.next_btn{
    /*padding-left: 10px;*/
}

.gallery_btn img{
    position:relative;
    top:12px;
}

.gallery_btn{
    display:inline-block;
    font-size: 11px;
    padding-top:2px;
    cursor:pointer;
}

  /* sladowe naglowka klasy thumbnails  */
.thumbnails_header_left {
   background: url("/images/my_profile/headers/thumbnails_header_left.png") no-repeat left;
   height: 63px;
}

.thumbnails_header_center {
    background: url("/images/my_profile/headers/thumbnails_header_center.png") repeat-x;
    height: 63px ;
    margin-left: 7px;
    margin-right: 6px;
}

.thumbnails_header_right {
   background: url("/images/my_profile/headers/thumbnails_header_right.png") no-repeat right;
   height: 63px;
}

.thumbnails_content_top {
   background: url("/images/my_profile/bg/thumbnails_bg_top.png") no-repeat;
   height: 5px;
   margin-top: 10px;
}

.thumbnails_content_inner {
    background: url("/images/my_profile/bg/thumbnails_bg_inner.png") repeat-y;
    position: relative;
    height: 503px;
    width: 220px;
    max-height: 503px;
    max-width: 277px;
    overflow:hidden;
}

.thumbnails_contener{
    height: 503px;
    max-height: 503px;
    width: 840px;
    max-width: 840px;
    padding-left:6px;
    padding-top:7px;
}

.thumbnails_content_bottom {
   background: url("/images/my_profile/bg/thumbnails_bg_bottom.png") no-repeat;
   height: 5px;
}

#menu_content {
    height: 300px;
    margin-top: 3px;
 }

.royal_icon{
    margin-left:11px;
}

.royal_substitute{
    height: 68px;
    width: 119px;
}

.menu_content_top {
   background: url("/images/my_profile/bg/menu_bg_top.png") center no-repeat;
   height: 7px;

}

.menu_content_inner {
    background: url("/images/my_profile/bg/menu_bg_inner.png") center repeat-y;
    height: 503px;
}

.menu_content_bottom {
   background: url("/images/my_profile/bg/menu_bg_bottom.png") center no-repeat;
   height: 6px;
}
.menu_content_text{
    text-align: center;
    padding-top: 12px;
}

/* ---  komentarze bg  -------------------- */
#new_comment{

}

.comment_city{
    font-size:11px;
    color:#777777;
    text-align:center;
    margin-top:-5px;
}

.user_comment_area{
    width: 400px;
    height: 80px;
    border: 1px solid #d3cbc5;
}

.comment_wrapper table{
    width: 100%;
    margin-top:5px;
}
.comment_wrapper td{
    vertical-align: top;
}

.comment_centered div{
    margin-right: 7px;
    text-align: center;
    padding:5px;
    width:100px;
    overflow:hidden;
}

.comment_centered a:hover{
    margin-left:-45px;
}

.comment_wrapper_content_top {
    background: url("/images/my_profile/bg/main_photo_bg_top.png") no-repeat bottom center;
    padding: 0;
    margin: 0;
    height: 5px;
    max-width:400px;
}

.comment_wrapper_content_inner {
    background: url("/images/my_profile/bg/main_photo_bg_center.png") repeat-y center top;
    margin: 0;
    padding: 0;
    *margin-top: -5px;
    max-width:400px;
}

.comment_wrapper_content_bottom {
    background: url("/images/my_profile/bg/main_photo_bg_bottom.png") no-repeat top center;
    height: 5px;
    margin-bottom:10px;
}

/* ----- komentarz wnetrze-------------------------------------- */
.comment_pic{
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    padding-left: 10px;
}

.comment_pic img{
    padding-right: 7px;
    border-right: 1px dotted #bababa;
}

.comment_content{
    padding: 0 10px;
    margin-right:10px;
    border: 1px solid #e3e3e3;
    min-height:95px;
    margin-bottom: 15px;
    overflow:hidden;
    max-width: 250px;
    width: 250px;
}

.comment_time{
    border: 1px solid #e3e3e3;
    border-bottom: none;
    padding: 5px 10px;
    margin-right:10px;
    color:#c18585;
}

.comment_text{
    margin-left:15px;
    margin-right:15px;
}

.comment_content_top {
   height: 2px;
   margin-left: 10px;
}

.comment_content_inner {
}

.comment_content_bottom {
   height: 2px;
   margin-left: 10px;
}


 /*  styl klasy about_me   */
#about_me {
    margin-left:140px;    
    width:422px;
 }

.about_me_header {

 }

.about_me_headers_text p{
    margin-left: 10px;
    padding-top: 5px;
    margin-bottom: 5px;
 }

.about_me_headers_text hr{
    border-top:dashed;
    border-width: 1px;

    margin-left:10px;
    margin-right:20px;
}

.about_me_header_left {
   background: url("/images/my_profile/headers/about_me_header_left.png") no-repeat left;
   height: 33px;
}

.about_me_header_center {
    background: url("/images/my_profile/headers/about_me_header_center.png") repeat-x;
    widtht: 430px;
    height: 33px ;
    margin-left: 9px;
    margin-right: 9px;
}

.about_me_header_right {
   background: url("/images/my_profile/headers/about_me_header_right.png") no-repeat right;
   height: 33px;
}

#about_me_content{
    width:422px;
}

.about_me_content_top {
   background: url("/images/my_profile/bg/about_me_bg_top.png") center no-repeat;
   height: 4px;
}

.about_me_content_inner {
    background: url("/images/my_profile/bg/about_me_bg_inner.png") center repeat-y;


}

.about_me_content_bottom {
   background: url("/images/my_profile/bg/about_me_bg_bottom.png") center no-repeat;
   height: 5px;
}

.day_description{
    padding:5px;
    min-height:2em;
    height: 2em;
    max-height:2em;
    overflow: hidden;
    display:block;
    max-width:400px;
    text-align:left;
}

.hobby{
    padding:4px;
    border: 1px solid #d3cbc5;
    min-height:40px;
    width: 395px;
    max-width:395px;
    overflow-x:hidden;
}

#main_header {
    margin-bottom: 10px;
 }

.main_header_left {
   background: url("/images/my_profile/headers/main_header_left.png") no-repeat left;
   height: 77px;
}

.main_header_center {
    background: url("/images/my_profile/headers/main_header_center.png") repeat-x;
   height: 77px ;
   margin-left: 8px;
   margin-right: 7px;
}

.main_header_right {
   background: url("/images/my_profile/headers/main_header_right.png") no-repeat right;
   height: 77px;
}

.main_headers_text{
    height: 75px;
}

.main_headers_left p, .main_headers_right p{
     color: #ffebad;
}

.main_headers_right p{
   margin-left: 15px;
   margin-top:  15px;
}

.main_headers_left p{
    margin-left: 10px;
    margin-top:  12px;
}

.main_headers_inner p{
    margin-left: 5px;
    margin-top:  15px;
}



.main_headers_left{
    background: url("/images/my_profile/header_main_divider.png") no-repeat right;
    margin-right: 10px;
    color: white;
    width: 20%;
    height: 75px;
     float: left;
}


.main_headers_right{

    background: url("/images/my_profile/header_main_divider.png") no-repeat left;
    color: white;
    width: 35%;
    height: 75px;
    float: right;
}
.main_headers_inner{
    color: white;
    float: left;
    width: 43%;
    height: 75px;

}

#min{
     background: url("/images/my_profile/miss_pic.png") no-repeat;
     width: 110px;
     height: 110px;
     margin-left: 10px;
}


#thumb_left_col{
    float: left;
    width: 50%;
}

#thumb_right_col{
    float: left;
    width: 50%;

}

.avatar_tb{
    margin:0;
    padding:0 0;
    /*width:91px;*/
    width:100%;
}

.avatar_tb a{
    display:block;
}

.thumbnail{
    margin: 0 0 0 5px;
    height:100px;
    width:100px;
}

.thumb_hov{
    background-color: #ffff99;
    border: 2px dashed #99ff99;
}

.thumbnail_options{
    float: right;
    display:inline;
    position:relative;
    margin-top: -20px;
    top: 20px;
    margin-right:10px;
}

.editable_profile_field{
}

.editable-cont, .table-cont {
    margin: 0 10px;
}

.table-cont{
    margin: 0 10px;
}

.editable-cont tr, .table-cont tr{
}

.editable-cont td, .table-cont td{
    border-bottom: 1px dotted #dadada;
    padding: 5px 0;
}
.table-cont td:first-child, .editable-cont td:first-child{
    color: #663300;
    font-style:italic;
    font-weight:bold;
}

.table-cont td span{
    color: #545454;
    font-style:normal;
    font-weight:normal;
}

.editable-cont span{
    color: #545454;
    text-align: right;
    font-style:normal;
    font-weight:normal;
    padding-right: 20px;
    background: transparent url("/images/my_profile/edit.png") right no-repeat;
}

.editable-cont textarea{
    color: #545454;
    font-style:normal;
    font-weight:normal;
}

.td_edit{
    float:right;
    text-align: right;
    width:250px;
    min-width:250px;
    max-width:250px;
}

.td_normal{
    text-align: right;
    width:250px;
    min-width:250px;
    max-width:250px;
    color: #545454;
    overflow:hidden;
}

.cell_edit{
    background: transparent url("/images/my_profile/edit.png") top right no-repeat;
    padding: 0;
    margin: 5px 0;
}

.cell_edit span{
    background: none;
    display:block;
    min-width: 380px;
    width: 380px;
}

.edit-input{
    border: 1px solid #d8d8d8;
    width: 150px;
    height:18px;
    min-height: 18px;
    text-align:right;
    background: #ffffff url("/images/list-btn.png") bottom right no-repeat;
    background-position: right -14px ;
    padding-right: 20px;
}
.edit-input em{
    color: #000000;
}

.rolldown-list{
    position:absolute;
    width: 170px;
    min-width: 170px;
    left: -999em;
    max-height: 200px;
    overflow-y:auto;
    overflow-x: hidden;
    border-top: 1px solid #d8d8d8;
    z-index:2;
}

.rolldown-list li{
    width: 140px;
    text-align: right;
    border: 1px solid #d8d8d8;
    border-top: none;
    padding-right: 10px;
    cursor:pointer;
    color: #000000;
}

.mini{
    width: 30px;
    min-width: 30px;
    max-width:30px;
    z-index:1000;
}

.mini-ul{
    width: 50px;
    min-width: 50px;
    max-width:50px;
}

.mini-ul li{
    width: 30px;
}


.rolldown-even{
    background-color: #eeeeee;
}

.rolldown-odd{
    background-color: #ffffff;
}

.edit{
    text-align:right;
    /*width:100%;*/
}

.edit em{
    min-height:18px;
    height: 18px;
    float: right;
}

.spinner{
    width:150px;
    max-width:150px;
    margin-left:5px;
    float:right;
}

.spinner a{
    color:#ffffff;
}

.spinner2{
    width:195px;
    max-width:195px;
    display:inline-block;
    margin-left:5px;
}

.spinner2 a{
    color:#ffffff;
}

/* --------------------------------------Sign up form-------------------------------------------- */
#reg-bg{
    width: 100%;
    background: #000000 url("/images/reg-bg.gif") top left;
    margin:0;
    padding:0;
    position: absolute;
    top:0;
    left:0;
    padding-bottom:40px;
}

#signup-form{
    background: transparent url("/images/profile/register.png") top center no-repeat;
}

#signup-form-c{
    position:relative;
    background: transparent url("/images/profile/register-c.png") top repeat-y;
    margin: 40px auto 0 auto;
    min-width: 602px;
    width: 602px;
    text-align: center;
}

#signup-form-b{
    background: transparent url("/images/profile/register-b.png") bottom center no-repeat;

}

#signup-div{
    padding: 75px 20px 20px 20px;
}

#signup-form-table{
    width: 450px;
    min-width: 450px;
    margin: auto;
}

#signup-form-table td{
    vertical-align: top;
}

#signup-form td{
    margin-left: 5px;
}

.text-r{
    text-align: right;
    vertical-align: top;
}

.head-r{
    font-size:16px;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:800;
    color: #990000;
    padding: 15px 0;
    vertical-align: top;
}
                                                        `
.head-g{
    font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #444444;
    vertical-align:top;
}

.pad_btm_10{
    padding-bottom:10px;
}

.pad_btm_12{
    padding-bottom:8px;
    padding-top: 2px;
}

.reg-input{
    border: 1px solid #cccccc;
    width: 210px;
    vertical-align:top;
}

.div-text{
    overflow-x: hidden;
    overflow-y: scroll;
    height:5pc;
    background: #FFFFFF;
    padding: 5px;
    margin: 5px 0;
}

.search-input{
    border: 1px solid #333333;
    width: 140px;
    vertical-align:top;
}

#user_password_bar{
    max-width:210px;
}

.pstrength-minchar{
    color: #444444;
    font-size:11px;
}

.pstrength-info{
    font-size:11px;
}

.req_cont{
    margin: 0 0 15px 5px;
    vertical-align: top;
}

.req_cont p{
    color: #444444;
}

.igenderrb{
    width:40px;
    height:20px;
    background: transparent url("/images/gender-rb.png") no-repeat top left;
    cursor:pointer;
}

.gender-male{
    position: absolute;
    height:20px;
    width:20px;
}

.gender-female{
    position:absolute;
    margin-left:20px;
    height:20px;
    width:20px;
}

.light_text{
    color:#BBBBBB;
}

.errors{
    position:absolute;
    right: 50px;
    top: 50px;
}

#login_taken{
    position:absolute;
}

.error_msg{
    width:200px; min-width:200px; vertical-align: top; border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    padding:2px;
}

.error_msg li{
    font-size: 11px;
}



.pagination{
    width: 100%;
    text-align:center;
    padding:5px 0;
}

.pagination a, .pagination span{
    display:inline-block;
    min-height:18px;
    height:18px;

}

.prev_page{
    background: transparent url("/images/profile/arrows_left.png") no-repeat;
    width:20px;
    min-width:20px;
}

.next_page{
    background: transparent url("/images/profile/arrows_right.png") no-repeat;
    width:20px;
    min-width:20px;
}

.current{
    font-weight:bold;
    font-size:16px;
    color: #555555;
}

.disabled{
    background-position:bottom;
}

.recaptcha_container{
    display:table-cell;
    vertical-align: middle;
    text-align:center;
    background: transparent url("/images/recaptcha.png") no-repeat;
    min-width:325px;
    min-height:85px;
    padding: 12px 0 12px 12px;

}

.center_menu_item{
    color: #4e4e4e;
    font-size:11px;
    margin-bottom: 12px;
    padding-bottom:8px;
    text-align: center;
    background: transparent url(/images/my_profile/menu_bottom.png) no-repeat center bottom;
}

.center_menu_item a{
    color: #4e4e4e;
    font-size:11px;    
}

.new_msg_cont{
    margin-top:5px;
    border: 1px solid #dcd0c9;
    background-color:#f9f6f4;
    padding: 10px;
    margin-bottom: 25px;
}

.user_ico{
    background: transparent url("/images/profile/user.png") no-repeat left center;
    padding-left: 20px;
    width: 384px;
}


.user_ico_small{
    background: transparent url("/images/profile/user.png") no-repeat left center;
    padding-left: 20px;
    width: 150px;
}

.avatar_td{
    padding:0 1px;

}

#top_ad{
    position:absolute;
    margin-left:200px;
    top:20px;
    width: 468px;
}

#top_ad_no_log{
    position:absolute;
    margin-left:235px;
    top:25px;
    width: 400px;

}

.new_msg_cont .new_announcemet{
    padding:0 0 10px 0;
    height:50px;
}

.bold{
    font-weight:bold;
}

#free_ac p{
    color: #343434;
}

#club_ac p{
    color: #ffffff;
}

.free_div{
    margin: 110px 25px 25px 110px;
}

.club_div{
    margin: 128px 25px 25px 277px;
}

.continue_free{
    position: relative;
    top: 55px;
}

.ac_ul{
    padding: 20px 0 10px 0;
}

#free_ac li{
    background: transparent url("/images/bolt-light.png") no-repeat left top;
    color: #888787;
    padding: 0 0 5px 20px;
    margin-top: 5px;
}

#club_ac li{
    background: transparent url("/images/bolt-gold.png") no-repeat left top;
    color: #e9c973;
    padding: 0 0 5px 20px;
    margin-top: 5px;
}

.big-red{
    padding-top:20px;
    color: #900000;
    font-size: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:lighter;
}

.welcome_text{
    color: #434343;
    text-align:justify;
    padding: 10px;
}

#join_club{
    font-size: 22px;
    text-decoration: underline;
    float: right;
    margin-top:65px;
}

#club-l{
    margin-left: 5px;
    height:325px;
    background: transparent url("/images/club/body-club-l.png") no-repeat top left;
}

#club-r{
    height: 325px;
    background: transparent url("/images/club/body-club-r.png") no-repeat top right;
}

#royal-l{
    height:325px;
    background: transparent url("/images/club/body-royal-l.png") no-repeat top left;
}

#royal-r{
    margin-right:5px;
    height: 325px;
    background: transparent url("/images/club/body-royal-r.png") no-repeat top right;
}

.club-c{
    height: 325px;
    width: 282px;
    background: transparent url("/images/club/body-c.png") repeat-x top;
    margin: 0 100px 0 100px;
}

#club-head-l{
    height: 49px;
    background: transparent url("/images/club/head-club-l.png") no-repeat top left;
}

#club-head-r{
    height: 49px;
    background: transparent url("/images/club/head-club-r.png") no-repeat top right;
}

.club-head{
    width:382px;
    height:49px;
    background: transparent url("/images/club/head-c.png") repeat-x top;
    margin: 0 50px 0 56px;
}

.club-head h2{
    padding-top: 14px;
    color: #b40000;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.royal-head{
    width:382px;
    height:49px;
    background: transparent url("/images/club/head-c.png") repeat-x top;
    margin: 0 56px 0 50px;
}

.royal-head h2{
    padding-top: 14px;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

#royal-head-r{
    height: 49px;
    background: transparent url("/images/club/head-royal-r.png") no-repeat top right;
}

#royal-head-l{
    height: 49px;
    background: transparent url("/images/club/head-royal-l.png") no-repeat top left;
}

.club-l{
    width: 50%;
    float: left;

}

.club-r{
    width: 50%;
    float: right;
}

.subscriptions{
    width:470px;
    height: 250px;
    position: relative;
    left: -93px;
}

.sub-group{
    padding: 20px 2px 10px 2px;
    width: 112px;
    float: left;
}

.subop-club-head{
    background: transparent url("/images/club/op-head-club.png") no-repeat top center;
    height: 96px;
    color: #ffffff;
}

.subop-club-head h3{
    font-size: 24px;
    font-weight: normal;
    padding: 8px 5px 0 0 ;
    text-align:center;
}

.subop-club-head h4{
    padding: 12px 0 0 0 ;
    text-align:center;
    font-size:10px;
}

.subop-club-head p{
    padding: 10px 5px 0 0;
    text-align:center;
}

.subop-royal-head h3{
    font-size: 24px;
    font-weight: normal;
    padding: 8px 5px 0 0 ;
    text-align:center;
}

.subop-royal-head h4{
    padding: 12px 0 0 0 ;
    text-align:center;
    font-size:10px;
}

.subop-royal-head p{
    text-align: center;
    padding: 10px 5px 0 0;
}

.subop-club{
    background: transparent url("/images/club/op-club2.png") no-repeat top center;
    height: 41px;
}

.subop-tail{
    background: transparent url("/images/club/op-btm.png") no-repeat top center;
    height: 51px;    
}

.subop-royal-head{
    background: transparent url("/images/club/op-head-royal.png") no-repeat top center;
    height: 96px;
}

.subop-royal{
    background: transparent url("/images/club/op-royal2.png") no-repeat top center;
    height: 41px;
}

.subopt{
    padding-left: 23px;
    cursor: pointer;
}

.opt_cont{
    height: 123px;
    background: transparent url("/images/club/group-bg.png") repeat-y;
}

.opt-payment{
    font-size: 11px;
    text-align: center;
    padding-top: 3px;
    color: #666666;
}

.opt-price{
    text-align: center;
    font-size: 11px;
    padding-top: 5px;
    color: #ad0101;
    font-weight: bold;
}

.buy_btn{
    margin: 8px 10px;
}

.avatar_icon{
    position: absolute;
    width:88px;
}

.avatar_icon img{
    float:right;
}

.box_header{
    color: #ad0101;
    font-size:14px;
    padding: 5px 0 7px 20px;
}

.light_info{
    display: block;
    color: #999999;
    padding-left: 30px;
    margin-bottom: 10px;
}

.new_announcemet a{
    text-decoration: underline;
}

.sexiest-box{
    background: transparent url("/images/sexiest-bg.png") no-repeat top left;
    width: 200px;
    height:260px;
    margin: 10px 0 0 0;

}

.wings{
    position: relative;
    top:-85px;
    left:95px;
}

.sexiest-user{
    padding:9px;
}

.sexiest-text{
    background: transparent url("/images/sexiest-text-bg.png") repeat-x top left;
    width:180px;
    height: 60px;
    position: relative;
    top: -38px;
    left: 9px;
}

.sexiest-text p{
    font-size:18px;
    color: #ffffff;
    padding:28px 10px 0 10px;
}

.full_banner{
    padding: 12px 0;
}

.contest{
    background: transparent url("/images/contest/bg.png") no-repeat top center;
    height:100%;
}


.contest ul{
    padding-bottom:20px;
}

.contest h2{
    color: #b40000;
    font: normal 24px Palatino, serif;   
}

.contest h3{
    color: #302f2f;
    font-size:18px;
    font-weight: normal;
    padding: 10px 0;
}

.contest table{
    margin: 20px 0;
}

.contest-h{
    padding:20px 0;
    margin-bottom:10px;
    color: #1e1e1e;
    font-size: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:lighter;
    background: transparent url("/images/contest/separator.png") bottom repeat-x;
}

.li_stars li{
    padding: 10px 10px 10px 60px;
    margin-top: 10px;
    color: #b40000;
    font: normal 18px Palatino, serif;   
}

.position_1{
    background: transparent url("/images/contest/position_1.png") no-repeat top left;
}

.position_2{
    background: transparent url("/images/contest/position_2.png") no-repeat top left;
}

.position_3{
    background: transparent url("/images/contest/position_3.png") no-repeat top left;
}

.position_p p{   
    background: transparent url("/images/contest/separator.png") bottom repeat-x;
    padding: 8px 10px 0 70px;
    margin-top: 10px;
    height:50px;
    color: #b40000;
    font: normal 18px Palatino, serif;   
}

.contest_cat{
    color: #302f2f;
    font: normal 24px Palatino, serif;
    padding:10px 0 20px 0;
}

.cat_li li{
    background: transparent url("/images/contest/li-bg.png") no-repeat bottom center;
    width: 974px;
}

.cat_li p{
    background: transparent url("/images/contest/cat-bg.png") no-repeat left center;
    padding: 22px 0 0 25px;
    height: 43px;
    font-size: 15px;
    color: #ffffff;
}

.cat_li span{
    color: #000000;
    font-size: 15px;
    padding-left: 40px;
}

.cat_bg{
    background: transparent url("/images/contest/cat-bg.png") no-repeat left center;
    padding: 22px 0 0 25px;
    margin: 0 10px;
    height: 43px;
    width: 150px;
    margin-top: 15px;
}

.cat_bg a{
    font-size: 15px;
    color: #ffffff;    
}

.see{
    width:173px;
    height:43px;
}

.see a{
    text-align:center;
    font-weight:bold;
    color: #FFFFFF;
    display:block;
}

.see_a{
    padding-top: 10px;
    font: normal 18px Palatino, serif;
}


.see2_a{
    padding-top: 13px;
    font: normal 14px Palatino, serif;
}

.see_women{
    background: transparent url("/images/contest/see_women.png") no-repeat top center;
}

.see_men{
    background: transparent url("/images/contest/see_men.png") no-repeat top center;
}

.meet{
    padding:0 20px;
}

.avatar_text{
    text-align: center;
    font-family:Verdana;
    overflow:hidden;
    height:15px;
    width:82px;
    padding:1px 4px;
}

.avatar_text:hover{
    width:auto;
    min-width:82px;
    position:absolute;
    overflow:auto;
    background: #f2e9e2;
    padding:0 3px;
    border: 1px solid #999999;
}
.dashboard_avatar_text{
    margin: auto;
    text-align: center;
    overflow: hidden;

}
.login_span{
    text-align:center;
    width:80px;
    overflow:hidden;
    height:16px;
    display:block;
    padding: 4px 1px 0 2px;
}

.login_span:hover{
    padding: 1px 10px 0 0;
    position:absolute;
    top: 2px;
    background: #382214;
    overflow:auto;
    width: auto;
    min-width:80px;
    border: 1px solid #fff3a1;
    z-index:1001;
}

.login_span a{
}

.prize_text{
    padding:10px;
}

.prize_text p{         
    color: #302f2f;
}

.tbl_cl_tl{
    background: transparent url("/images/club/comp_tbl_l.png") no-repeat top left;
    height: 47px;
}

.tbl_cl_bg{
    background: transparent url("/images/club/comp_tbl_c.png") repeat-x top;
    height: 33px;
    padding:14px 10px 0 10px;
    color: #ffffff;
    text-align:center;
}

.tbl_cl_el{
    width:155px;
    float:right;
}

.tbl_cl_tr{
    background: transparent url("/images/club/comp_tbl_r.png") no-repeat top right;
    height: 47px;
    width:155px;
    float:right;
}

.tr_cl_row_bg{
    background: transparent url("/images/club/comp_tbl_bg.png") repeat-y center;
    width:982px;
}

.tr_cl_row{
    background: transparent url("/images/club/comp_tr_bg.png") no-repeat bottom center;
}

.tr_cl_row td{
    padding:10px 20px;
}

.td_cl{
    background: transparent url("/images/club/comp_top_td_sep.png") repeat-y top left;
    text-align: center;
    width:155px;
    float:right;
}

.td_cl img{
    padding: 10px 0;
}

#comp_table{
    padding-bottom:30px;
}

#comp_table .cl_text{
    padding: 10px  0 0 30px;
    width: 450px;
}

#comp_table .cl_text p{
    color: #302f2f;
    padding: 5px 0 0 16px;
    font-size: 11px;
}


.td_cl2{
    background: transparent url("/images/club/comp_top_td_sep.png") repeat-y top left;
    text-align: center;
    height:42px;
}

.comp_cl_bl{
    background: transparent url("/images/club/comp_tbl_bl.png") no-repeat bottom left;
    height: 56px;
}

.comp_cl_br{
    background: transparent url("/images/club/comp_tbl_br.png") no-repeat bottom right;
    height: 56px;
    float:right;
    width:151px;
}

.comp_cl_bc{
    background: transparent url("/images/club/comp_tbl_bc.png") repeat-x top;
    height:56px;
    width:155px;
    float:right;
}

.page_header{     
    color: #b40000;
    font: normal 18px Palatino, serif;
}

.post_info{
    color: #666666;
    font-size:11px;
    padding-left:10px;
}

.news_div{
    padding: 10px 10px 20px 10px;
    color: #302f2f;
}

.news_div p{
    padding: 5px 0;
}

.news_div em{
    font-style: italic;
}

.news_div strong{
    font-weight:bold;
}

.comp_table table{
    width:982px;
}

.rank_td{
    width:100px;
}

.contest-bg{
    background:transparent url("/images/contest/points-bg.png") no-repeat top center;
    width: 90px;
    height:37px;
    padding-top:1px;
}


.contest-bg .avatar_text{
    width: 78px;
}


.contest-bg .avatar_text:hover{
    width:auto;
    min-width:82px;
}

.contest-points{
    position: relative;
    margin-top:-10px;
    top:-9px;
    text-align: center;
    color: #b40000;
    font: normal 11px Palatino, serif;
}

.state_select{
    /*width:200px;*/
    /*background: white;*/
}

.reg-input select{
    background: white;
}

.location select{
    margin: 4px 0;
    background: #FFFFFF;
}

.location input {
    margin: 6px 0 0 0;    
}

.location select:disabled{
    background: #DDDDDD;
}

.name-day{
    position:absolute;
    background: transparent url("/images/profile/nameday.png") no-repeat top left;
    height:70px;
    width:250px;
    margin-top:7px;
    margin-left:40px;
}

.date{
    width:55px;
    height:70px;
    float:left;
}

.date *{
    text-align:center;
    font-family:Verdana, Geneva, sans-serif;
    color: #5d0606;
}

.date h1{
    padding-top:7px;
    font-size:22px;
}

.date h2{
    padding-top:8px;
}

.celibrates{
    padding-top: 10px;
    width: 170px;
    float:right;
    color: white;
}

.alternative_message{
    font-size: 13px;
    font-family:Verdana, Geneva, sans-serif;
    color: #5d0606;
    font-weight:bold;
    text-align: center;
    padding-top:50px;
    width:100%;
}

.change_payments{
    cursor:pointer;
}

.cat-select{
    font-weight:bold;
}

.a_hover a:hover{
    text-decoration: underline;
}

.a_hover{
    padding-top:5px;
}

.a_hover a{
    padding-left:10px;
}

#adv_search input[type='checkbox']{
    margin-right:5px;
}

.payment_table td{
    padding: 2px;
}

.payment_table button td{
    padding:0;
}

.center-content{
    text-align:center;
}

.sex-club{
    background: transparent url("/images/club/sexowni-club.png") no-repeat top center;
    width:451px;
    height:937px;
    padding-top:100px;
}

.royal-club{
    background: transparent url("/images/club/royal-club.png") no-repeat top center;
    width:451px;
    height:937px;
    padding-top:100px;
}

.club-option{
    background: transparent url("/images/club/option.png") no-repeat top center;
    width: 405px;
    height:94px;
    margin: 20px auto;
}

.club-option h1{
    font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #343434;
    padding: 10px 20px;
}

.club-option p{
    font-family:Verdana, Geneva, sans-serif;
    color: #343434;
    padding: 10px 20px;

}

.errorExplanation li{
    margin: 5px 0 10px 20px;
    list-style: disc;
}
.errorExplanation h2{
    margin: 10px 0;
}
.errorExplanation {
    color: #900000;
}

.sms_vote{
    position:relative;
    top: -8px;
    
}

.main_photo_header_center a{
    text-decoration:underline;

}

.buy-gift{
    background: transparent url("/images/profile/bg/buy-item-bg.png") no-repeat top center;
    height: 518px;
}

.buy-gift a{
    position: relative;
    top: 260px;
    left:70px;

}
#confirm div {
	margin: 5px;
}
#confirm strong {
	font-weight: bold;
}
em {
    color: red;
}

.ads{                
    width: 560px;
    height: 155px;
}

.ads *{
    margin:1px;
    padding: 0;
    float:left;
}

.ads a{
    margin:1px;
    padding:0;
}