/* debug mode */
.htmlarea,
.CtrlBlog textarea{
   width: 630px;
   height:400px;
}

body { 
    margin: 0px; 
    padding: 0px; 
    border: none; 
    background: #E0DED7 url(../gfx/topbgmain.jpg) repeat-x top center; 
    color: #3F3621; 
    font: normal 11px tahoma; 
}
img {
    border: none;
    margin: 0px; 
    padding: 0px; 
}
p {
    margin: 0px;
    padding: 0px;
    border: none; 
}
    
h2 { font: bold 15px arial, verdana; color: #7EBD1B; padding: 20px 0px 0px 0px; /*border: 1px solid red;*/}
h3 { font: bold 14px arial, verdana; color: #4A432E; padding: 16px 20px 0px 20px; margin: 0px; }
h4 { font: bold 13px verdana, tahoma; color: #78BD12; padding: 6px 1px 5px 1px; margin: 0px; border-bottom: 1px solid #42331E; }
h5 { font: bold 11px tahoma, verdana; color: #3F3621; margin: 7px 0px; padding: 0px;}

.formregister {width: 120px; border: 1px solid #6BA60E;} 

textarea.description { 
    font-family:tahoma; 
    font-size:14px; 
    margin-right: 12px; 
    height: 100px; 
    width: 210px; 
    float: right;
}

input.green, .green2, #contentbox-profile input, #contentbox-profile select, #contentbox-profile textarea { 
    border: 1px solid #6BA60E; 
}
    
input.green { 
    width: 280px; 
}
    
checkbox { 
    border: none; 
}
    
a {
    color: #6BA60E; 
    font: bold 11px tahoma, verdana; 
    text-decoration: none; 
}
    
a:hover { 
    text-decoration: underline; 
} 

.bigpadding {
    padding-top: 20px;
}

form {
    margin: 0px;
    padding: 0px;
    border: none;
}

#topbox {
    position:relative;
    top: 0px;
    left: 0px;
    width: 990px;
    height: 139px;
    margin: 0px auto;
    padding: 0px;
}

#topboxlogged {
    width: 100%;
    height: 162px;
    margin: 0px auto;
    padding: 0px;
    background: url(../gfx/topbglogged.gif) repeat-x;
}

#topbgloggedin {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    padding: 0px;
    border: none;
    width: 990px;
    height: 162px;
}

ul#loggedmenu {
    position: absolute;
    bottom: 2px;
    right: 220px;
}

ul#loggedmenu, ul#loggedmenu li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
    
li.loggedbutton, li.loggedbuttonactive {
    background: url(../gfx/topbuttonbg.gif) repeat-x;
    float: left;
    height: 30px;
}
    
li.loggedbuttonactive {
    background: url(../gfx/topbuttonbgactive.gif) repeat-x;
}
    
ul#loggedmenu  a#topmyprofil, ul#loggedmenu a#topaddress, ul#loggedmenu a#topforum, ul#loggedmenu  a#topmyprofilactive, ul#loggedmenu  a#topforumactive, ul#loggedmenu  a#topaddressactive { 
    font: bold 11px tahoma, arial; 
    color: #DEDCD6; 
    background: url(../gfx/topbuttonprofile.gif) no-repeat; 
    display: block;
    padding: 10px 10px 0px 30px;
    height: 20px;
    width: 100px;
}
    
ul#loggedmenu  a#topmyprofil:hover, ul#loggedmenu a#topaddress:hover, ul#loggedmenu a#topforum:hover, ul#loggedmenu  a#topmyprofilactive:hover, ul#loggedmenu  a#topforumactive:hover, ul#loggedmenu  a#topaddressactive:hover {
    text-decoration: underline;
}
    
ul#loggedmenu a#topaddress { 
    background: url(../gfx/topbuttonaddress.gif) no-repeat; 
}
    
ul#loggedmenu a#topforum { 
    background: url(../gfx/topbuttonforum.gif) no-repeat; 
}

ul#loggedmenu  a#topmyprofilactive {
    background: url(../gfx/topbuttonprofileactive.gif) no-repeat; 
    color: #FFF
}
    
ul#loggedmenu  a#topaddressactive {
    background: url(../gfx/topbuttonaddressactive.gif) no-repeat; 
    color: #FFF
}
    
ul#loggedmenu  a#topforumactive {
    background: url(../gfx/topbuttonforumactive.gif) no-repeat; 
    color: #FFF
}
    
.loggedmenuend {
    background: url(../gfx/topbuttonend.gif) repeat-x;
    width: 7px;
    height: 30px;
    display: block;
    float: left;
}
    
.loggedmenuendactive {
    background: url(../gfx/topbuttonendactive.gif) repeat-x;
    width: 7px;
    height: 30px;
    display: block;
    float: left;
}
    
#loggedtxt {
    text-align: right;
    padding-top: 10px;
}
    
#searchbox {
    position: absolute;
    bottom: 2px;
    right: 0px;
    width: 220px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    background: url(../gfx/topbuttonbg.gif) repeat-x;
}
    
body.Search div#searchbox {
    background: transparent url(../gfx/topbuttonbgactive.gif) repeat-x;
} 
    
#searchend {
    width: 5px;
    height: 30px;
}
    
#topsearchtable{
    margin: 0px;
    padding: 0px;
    width: 220px;
    height: 30px;
    background: url(../gfx/topbuttonend.gif) no-repeat 100% 0%;
}
    
body.Search table#topsearchtable {
    background: url(../gfx/topbuttonendactive.gif) no-repeat 100% 0%;
}

    
#topsearchtable tr {
    color: #F0EFEB;
    font: bold 11px tahoma, arial;
    padding: 0px;
    margin: 0px;
} 
    
    
#searchstart {
    background: url(../gfx/topbuttonsearch.gif) no-repeat top left;
    width: 10px;
    padding: 4px 4px 2px 12px;
    height: 24px;
    margin: 0px;
    white-space:nowrap;
}
body.Search td#searchstart{
    background: url(../gfx/topbuttonsearchactive.gif) no-repeat top left;
}
    
    
.topsearchinput { 
    border: 1px solid #6BA60E; 
    width: 125px;
    margin-right:3px;
} 
    
.topsearchinput_forum { 
    border: 1px solid #6BA60E; 
    
    margin-right:3px;
}    
    
#mainbox {
    clear: both;
    margin: 0px auto;
    padding: 0px;
    border: none;
    width: 990px;

}

#rightside {
    float: right;
    width: 260px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}

#rightsideprofile {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 300px;
    margin-top: 20px;
} 

#user_location
{
  overflow:		hidden;
}

#rightsidesearch {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 700px;
    margin-top: 20px;
    padding-bottom: 20px;
}  
     
#centerside {
    margin: 0px 270px 0px 0px;
    padding: 25px 10px 10px 0px;
} 
body #stopka>table{
	/*padding-top: 7px;*/
}
    
#stopka {
    clear: both;
    width: 990px;
    height: 30px;
    margin: 0px;
    margin-bottom: 10px;
    background: url(../gfx/bottombg.gif) repeat-x;
    text-align: center;
}
    
#bottemmenubox {
    display: inline;
    margin: 0px;
    text-align: center;
}

#bottommenutable {
    margin: 0px auto;
    position: relative; top:7px;
    text-align: center;
}
    
#bottommenutable a{

    font: bold 11px tahoma, sans-serif;
    color: #F1F7E7;
    padding-top: 2px;
    padding-left: 25px;
    padding-right: 50px;
    background: url(../gfx/bottompoint.gif) no-repeat left center;
    text-decoration: none;
}
    
#bottommenutable a:hover {
    text-decoration: underline;
}
    
#loginbox, #newsletterbox {
    clear: right;
    width: 220px;
    height: 170px;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    margin-top: 20px;
    position: relative;
    top: 0px;
    left: 0px;
    background: #7EBD1B;
}  

.greenbox{
    clear: right;
    width: 220px;
    height: 320px;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    margin-top: 66px;
    position: relative;
    top: 0px;
    left: 0px;
    background: #7EBD1B;
} 

.greenboxforum {
    clear: right;
    width: 220px;
    margin: 0px;
    padding: 0px 20px 10px 20px;
    margin-top: 66px;
    position: relative;
    top: 0px;
    left: 0px;
    background: #7EBD1B;
}
    
#newsletterbox {
    height: 160px;
}
    
#login-sign {
    font: normal 11px tahoma, arial;
    color: #FFF;
    margin-bottom: 10px;
    margin-left: 8px;
}
    
#loginbox a {
    color: #FFE400;
    font: normal 11px tahoma;
    text-decoration: none;
}
    
#loginbox a:hover {
    color: #FFE400;
    font: normal 11px tahoma;
    text-decoration: underline;
}
    

    
a#forgotpass {
    position: absolute;
    bottom: 38px;
    left: 30px;
    margin: 0px;
    padding: 0px;
}
    
#login-form-table {
    width: 220px;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}   

#loginbuton {
    text-align: right;
    margin: 0px;
    padding: 0px;
} 

td.buton-td {
    text-align: right;
    width: 220px;
    height: 35px;
    margin: 0px;
}
    
#googlemapsbox {
    position: relative;
    top: 0px;
    left: 0px;
    background: #FCFCFB url(../gfx/green1.gif) repeat-x 0% 100%;
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
    width: 260px;
    height: 230px;
}
    
#whitecorner2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 8px;
    height: 8px;
}

#mapscorner3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 8px;
    height: 12px;
}

#mapscorner4 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 8px;
    height: 12px;
}

#googlemapslogo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 11px;
    height: 11px;
}
    
.toleft {
    float: left;
    margin: 0px;
    display: inline;
}

  
.toright {
    float: right;
    margin: 0px;
    display: inline;
}

.toright_flag {
    float: right;
    margin: 0 10px 0;
    padding-top: 5px;
    display: inline;
}
    
.whitetxt, .logintxt, .subscripttxt {
    font: normal 11px tahoma;
    color: #FCFCFB;
}
    
.subscripttxt {
    margin-bottom: 10px;
}
    
.subscripttxt {
    margin-top: 10px;

}
    
div.subscripttxt p{
    margin-bottom:10px;
}
    
.logintxt {
    text-align: right;
    width: 120px;
}
    
img.greensep, img.greensep2 {
    width: 220px;
    height: 2px;
    margin: 0px;
    padding: 0px; 
    padding-top: 42px;
}
    
img.greensep2 {
    padding: 0px;
}

img.login-right-top {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 8px;
    height: 8px;
}
    
img.login-right-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 8px;
    height: 8px;
}
    
img.login-left-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 8px;
    height: 8px;
}
    
#login-left-top, #newsletter-left-top {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 165px;
    height: 20px;
    background: url(../gfx/logincaption.jpg) no-repeat;
    font: bold 14px arial, verdana;
    color: #FCFCFB;
    padding: 20px 0px 0px 35px;
}

.greenboxcaption {
    width: 100%;
    height: 20px;
    background: url(../gfx/green2corner1.jpg) no-repeat;
    font: bold 14px arial, verdana;
    color: #FCFCFB;
    padding: 20px 0px 0px 20px;
    margin: 0px;
    margin-left: -20px;
}
    
#newsletter-left-top {
    background: url(../gfx/newslettercaption.jpg) no-repeat;
}
    
a.logo {
    float: left;
} 

#welcome {
    float: right;
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
}
    
ul#topfacesbox {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 672px;
}
    
ul#topfacesbox li {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}

    
#topfacesbox a { margin: 0px; padding: 0px; display: inline;}
#topfacesbox a img { border: none; margin: 0px; padding: 0px; width: 112px; height: 137px; }
    
ul#bottommenu {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
}
     
ul#bottommenu li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 8px 60px 5px 30px;
} 

ul#bottommenu li a {
    display: block;
    width: 10px;
    height: 15px;
    font: bold 11px tahoma, sans-serif;
    color: #F1F7E7;
    padding-top: 2px;
    padding-left: 25px;
    background: url(../gfx/bottompoint.gif) no-repeat left center;
    text-decoration: none;
}
    
ul#bottommenu li a:hover {
    color: #FFF;
    text-decoration: underline;
} 
    
a#logo { 
    float: left;
    width: 268px;
    height: 103px;
    display: block;
    margin: 17px 0px 0px 0px;
}
    

    
ul#mainmenu {
    margin:0px;
    padding: 0px;
    list-style: none;
   /*   border: 1px solid black; */
    height: 41px;
    float: left;
    display: inline;
}  
    
ul#mainmenu li { 
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}
    
li.separator-startactive {
    display: block;
    width: 9px;
    height: 41px;
    border: none;
    padding: 0px;
    margin: 0px;
    background: url(../gfx/labelstartactive.gif) no-repeat;
}
    
li.separator-endactive {
    display: block;
    width: 9px;
    height: 41px;
    border: none;
    padding: 0px;
    margin: 0px;
    background: url(../gfx/labelendactive.gif) no-repeat;
}
    
li.separator-start {
    display: block;
    width: 9px;
    height: 41px;
    border: none;
    padding: 0px;
    margin: 0px;
    background: url(../gfx/labelstart.gif) no-repeat;
}
    
li.separator-end {
    display: block;
    width: 9px;
    height: 41px;
    border: none;
    padding: 0px;
    margin: 0px;
    background: url(../gfx/labelend.gif) no-repeat;
}
    
li.separator img {
    width: 9px;
    height: 41px;
    border: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid red;
}
  
li.menuactive, li.menuactive2, li.menuactiveforum, li.path {
    background: url(../gfx/labelbgactive.gif) repeat-x;
    height: 41px;
}

li.path a {
    display: block;
    height: 26px;
    background: url(../gfx/nexttopic.gif) no-repeat 2px 19px; 
    padding-left: 12px;
    padding-right: 4px;
    color: #3E3621;
    font: normal 11px arial, verdana;
    text-decoration: none;
    padding-top: 15px;    
}

    
li.menuactive a {
    display: block;

    min-width: 150px;
    height: 26px;
    /* background: url(../gfx/pointactive.gif) no-repeat 2px 17px; */
    padding-left: 12px;
    color: #7CBA1A;
    font: bold 14px arial, verdana;
    text-decoration: none;
    padding-top: 15px;
}


li.menuactive a:hover, li.menuactive2 a:hover {
    text-decoration: underline;
}
    
    
li.menu {
    display: block;
    background: url(../gfx/labelbg.gif) repeat-x;
    height: 41px;
}
    
li.menu a {
    display: block;
    /*width: 100px;*/margin-right:10px;
    min-width: 150px;
    height: 26px;
    /*  background: url(../gfx/point.gif) no-repeat 2px 17px; */
    padding-left: 12px;
    color: #FCFCFB;
    font: bold 14px arial, verdana;
    text-decoration: none;
    padding-top: 15px;
 /*    border: 1px solid red;  */
}
    
body.UserContacts li.menu a,
body.UserContacts li.menuactive a{
    margin-right:10px;
}    
    
li.menu a:hover, li.menu2 a:hover {
    text-decoration: underline;
}
    
  #logo img { 
    border: none;
}
    
    
#contentbox-main, #contentbox, #contentbox-profile, #contentbox-search, #contentbox-searchlist {
    position: relative;
    width: 630px;
    height: 430px;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 35px;
    border-bottom: 6px solid #7FBE1B;
    background: #FFFBFA;
    margin-bottom: 16px;
 }
     
#contentbox {
    height: auto;
}

#contentbox-profile {
    height: auto;
    width: 600px;
    padding-top: 20px;
	overflow: hidden;
}

#contentbox-search {
    height: auto;
    width: 200px;
    padding-top: 40px;
} 
    
#contentbox-searchlist {
    height: auto;
    width: 630px;
    padding-top: 40px;
    margin-top: 5px;
}   

#logomono {
    position: absolute;
    bottom: 25px;
    left: 35px;
    width: 155px;
    height: 47px;
}

.corner1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 7px;
    height: 7px;
}
    
.corner2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 13px;
}
         
.corner3 {
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 10px;
    height: 13px;
}

.corner4 {
    position: absolute;
    bottom: -6px;
    right: 0px;
    width: 10px;
    height: 13px;
}
    
.dcorner1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 4px;
}
    
.dcorner2 {
    position: absolute;
    top: 0px;
    right: 0px;
}
    
.dcorner3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
    
.dcorner4 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
    
.mainimage {
    float: left;

    margin: 0px;
    padding: 0px;
}
    
p.maintitle {
    margin: 0px;
    margin-left: 430px;
    padding: 0px;
    padding-top: 20px;
    font: bold 15px arial;
    color: #7EBD1B;
}
    
div.maintxt {
    margin: 0px;
    margin-left: 430px;
    padding: 15px 0px;
    line-height: 1.33;
    text-align:justify;
}
    
#menumainbox {
    width: 650px;
    height: 41px;

   /*   border: 1px solid red; */
    margin: 0px;
    padding: 0px;
}

.content { /* info pages*/
    margin-bottom:2em;
}

/*
#contentcorner2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 8px;
    height: 8px;
}
    
#contentcorner3 {
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 10px;
    height: 13px;
}
    
#contentcorner4 {
    position: absolute;
    bottom: -6px;
    right: 0px;
    width: 10px;
    height: 13px;
}
    
    */
    
#contentleft {
    width: 400px;
    float: left;
    margin: 0px;
    padding: 0px;

}

#contentright {
    margin: 0px;
    margin-left: 420px;
    padding: 0px;
    color: #615D4F;
    font: normal 11px tahoma, verdana;
}
    
.greentitle {
    font: bold 15px arial, verdana;
    color: #7EBD1B;
    padding: 20px 0px 0px 0px;

}
    
.article {
    margin: 0px;
    padding: 0px;
}

#green {
    font: bold 14px arial, tahoma;
    color: #7EBD1B;
    padding: 0px;
    margin: 10px;
    margin-bottom: 1px;
    line-height: 1em;
}

a#signup {  
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    margin: 0px;
    padding: 0px;
}
    
a#ihaveaccount {  
    position: absolute;
    top: -30px;
    right: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
}    
      
a#worldmap {
    position: absolute;
    top: 47px;
    left: 15px;
    margin: 0px;
    padding: 0px;
}
  
    
.motto {
    color: #4A432E;
    font: bold 12px verdana, tahoma;
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
    margin-top: 20px;
    background: url(../gfx/greenpoint.gif) no-repeat left center;
}  
    
#bottomtxt {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#bottomtxt a{
    color: black;
}
    
#formtable {
    display: block;
    width: 450px;
    margin: 0px auto;
    padding: 0px;
    margin-top: 20px;
}     

.forminfo {
    text-align: right;
    padding-right: 5px;
    margin: 0px;
    padding-top: 5px;
} 

ul#pagina {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    padding-top: 10px;
}
    
li.pgactive {
    float: left;
    list-style: none;
    width: 20px;
    height: 20px;
    background: url(../gfx/pageactive.gif) no-repeat;
    margin: 1px;
}
    
li.pgactive a {
    padding-top: 3px;
    display: block;
    font: bold 11px tahoma, arial;
    color: #FFF;
    text-align: center;
}
    
li.pgactive a:hover {
    text-decoration: underline;
    color: #3F3621;
}
    
li.pg {
    float: left;
    list-style: none;
    width: 20px;
    height: 20px;
    background: url(../gfx/page.gif) no-repeat;
    margin: 1px;
}
    
li.pg a {
    padding-top: 3px;
    display: block;
    font: bold 11px tahoma, arial;
    color: #3F3621;
    text-align: center;
}
    
li.pg a:hover {
    text-decoration: underline;
    color: #79BD15;
}
    
li.prev, li.next {
    float: left;
}
li.prev a {
    display: block;
    margin: 0px;
    padding: 0px;
    background: url(../gfx/prev.gif) no-repeat 0% 70%;
    padding: 5px 5px 0px 8px;

}
    
li.next a {
    display: block;
    margin: 0px;
    padding: 0px;
    background: url(../gfx/next.gif) no-repeat 100% 70%;
    padding: 5px 8px 0px 5px;
}

table#outsidetable {
    border-top: 10px solid #FFFBF9;
    border-bottom: 10px solid #FFFBF9;
    margin: 0px auto;
}
    
.outsideemailcell {
    display: block;
    height: 22px;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    background: #E7E6E0 url(../gfx/emailstart.gif) no-repeat 0% 0%;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #FFFBF9;
    width:180px;
}
    
.invcell {
    width: 170px;
    height: 22px;
    background: #E7E6E0 url(../gfx/emailstart.gif) no-repeat 0% 0%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;  
}
    
.invemail {
    width: 170px;
    height: 22px;
    text-align: center;
    background: url(../gfx/emailend.gif) no-repeat 100% 0%;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    line-height: 2em;    
}
    
#invlinks {
    margin: 15px 0px;
    height: 13px;
}
    
#invlinks a {
    margin: 3px;
 } 
.outsideemailcell p { padding-top: 4px; height: 18px; margin: 0px;}

.outsideinputcell {
    width: 50px;
    height: 22px;
    padding: 0px;
    margin: 0px;
    background: url(../gfx/emailend.gif) no-repeat 0% 0%;
    text-align: center;
}

#profilebox {     
    height: auto;
    margin: 10px 0px;
    padding: 0px;
    background: url(../gfx/gray.gif) repeat-y 330px 0px;
}
    
#profilecenter, #profilecenter2 {
    float: left;
    width: 320px;
    margin: 0px 0 10px 0;
    padding: 0px;
	border-right: #aaa solid thin;
	padding-right: 10px;
	overflow: hidden;
    
}
    
#profilecenter2 {
    min-height: 400px;
}
    
#profiletable {
    margin: 0px 0px 20px 100px;
}
#profiletable tr{
	border-bottom: #ddd solid thin;
}
#profiletable tr td {
    height: 25px;
    vertical-align: top;
	padding: 5px 5px 15px 0;
}
#profiletable input.radio{
	border: none;
}
.cecha {    
    width: 80px;
    height: 20px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    vertical-align: top;
}
    
#profileright {
    /*margin: 0px 0px 0px 345px;*/
    padding: 0px;
	float: right;
	width: 260px;
} 
    
#emailsbox {
    background: #F1F0EE;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align:center;
 }

#emailsbox a {
    text-align: center;
    padding: 1px;
}
    
#linkslist {
    border-top: 1px solid #DFDCD5;
    width: 100%;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:10px 0 10px 0;
    padding:0px;
}
    
#linkslist li{
    margin-top:10px;
    height: 25px;
    border-bottom: 1px solid #DFDCD5;
}

span.icon {
    float:left;
    background: #F1F0EE url(../gfx/icons.png) no-repeat 0px 0px;
    width:50px;
    height:20px;
    margin:-3px 3px 0px 3px;
    
}    

span.youtube {
    background-position: 0px -0px;
}
span.myspace {
    background-position: 0px -20px;
}
span.facebook {
    background-position: 0px -40px;
}
span.epuls {
    background-position: 0px -60px;
}
span.lastfm {
    background-position: 0px -80px;
}
span.oca {
    background-position: 0px -100px;
}

span.gronoNet {
    background-position: 0px -120px;
}

span.naszaKlasa {
    background-position: 0px -140px;
}

span.flickr {
    background-position: 0px -160px;
}

span.xing {
    background-position: 0px -180px;
}

span.yahoo {
    background-position: 0px -200px;
}

span.goldenLine {
    background-position: 0px -220px;
}

span.dailyMotion {
    background-position: 0px -240px;
}

span.metacafe {
    background-position: 0px -260px;
}

span.digart {
    background-position: 0px -280px;
}

span.other {
   background: none;
   /* background-position: 0px -300px; */
}

span.Lonelyplanet{
    background-position: 0px -320px;
}

span.Couchsurfing{
    background-position: 0px -340px;
}

span.twitter{
    background-position: 0px -360px;
}

span.odi{
    background-position: 0px -380px;
}

.linksedit {
    margin-top:-10px;
    display: block;
    /*padding: 2px;*/
    width:250px;
    background: #ddd;
    border: 1px solid #DFDCD5;
}

.sortable_handler{
    background: #fff;
    cursor:pointer;
}
#link_30:first-of-type > span{
	margin-top: 0 !important;
}

#contactslistcaption {
    border-top: 1px solid black;
    padding: 10px 0px;
    margin: 0px;
    font: bold 11px tahoma, verdana;
}
    
#descriptionbox, #descriptionregister {
    position: relative;
    top: 0px;
    left: 0px;
    clear: left;
    margin: 0px;
    padding: 15px;
    /*
    height: 30px;
    */
    padding-top: 3px;
    background: #F1F0EE;
}
    
#descriptionregister {
    background: none; 
}
    
#advert {
    width:300px;
    height: 60px;
    background: #FFAA00;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    font: bold 20px verdana;
    padding-top: 30px;
}



.contacslist { 
    margin: auto; 
    padding: 0px; 
    margin-left: 10px; 
    margin-bottom: 10px;
    overflow:auto;
}
    
.contacslist a, .contacslist div{ /*dawniej usertile*/
    float:left; 
    width:110px; 
    height:130px;
    margin:2px; 
    overflow:hidden; 
    text-align:center;
}
#chain  a {
    height:auto;
}
.contacslist a:hover {
    text-decoration:none;
    }
    
.contacslist a:hover span{
    text-decoration:underline;
    }    
.contacslist div {
    
}

div.avatar, .contacslist a div, .chainnasrodek {
    width:80px; 
    height:100px; 
    overflow:hidden; 
    text-align:center; 
    line-height:100px; 
    float:none;
}
 
.contacslist  span{
    display: block; 
}
 
.contacslist a div {
    width:100%;
    height:92px; 
    line-height:90px; 
    margin:0px;
}

.contacslist a div img, .chainnasrodek a img{
    vertical-align:middle;
}

div.avatar img {
    /*border:1px silver dotted; */
    vertical-align:middle;
}

    
.contacslist div input{
    position:relative;
    left:-45px; 
    top:-95px;
}    
    
.contacslist a:hover {
    /*overflow:visible;*/
}
.contacslist  span{
    display: block; 
    padding-top:3px;
}


.book_action { position: relative; top: 6px; left: 6px; }

.boxstart {
    margin: 10px 0 0 0;
    padding: 0px;
    background: #F1F0EE url(../gfx/desccorner1.gif) no-repeat 0px 0px;
    width: 100%;
    height: 4px;
}
    
.boxstart2 {
    margin: 0px;
    padding: 0px;
    background: #F1F0EE url(images/desccorner1.gif) no-repeat 0px 0px;
    height: 4px;
    margin-left: 100px;
}
    
.boxend {
    margin: 0 0 10px 0;
    padding: 0px;
    background: #F1F0EE url(../gfx/desccorner3.gif) no-repeat 0px 0px;
    width: 100%;
    height: 4px;
}
    
.boxend2 {
    margin: 0px;
    padding: 0px;
    background: #F1F0EE url(images/desccorner3.gif) no-repeat 0px 0px;
    height: 4px;
    margin-left: 100px;
}

#chainbox {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    /*height: 130px;*/
    border-top: 1px solid #CDCCC7;
    border-bottom: 1px solid #CDCCC7;
    background: #F2F1EF;
}
    
#chain {
    width: 990px;
    /*height: 130px;*/
    margin: 0px auto;
    padding: 0px;
    overflow:hidden;
}
    
.chainprofile {
    float: left;
    width: 100px;
    height: 140px;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}
    
.strzalka {
    float: left;
    width: 55px !important;
    height: 130px;
    margin: 0px;
    padding: 0px;
    background: url(../gfx/strzalka.gif) no-repeat center center;
}

#registerbottom {
    border-top: 1px solid #625A48;
    padding-top: 6px;
    text-align: right;
}
    
#regfinish {
    margin-top: 20px;
    padding: 0px;
    padding-top: 10px;
    border-top: 1px solid #625A48;
    text-align: right;
}    

.friendsinput { margin: 7px 6px 0px 0px; padding: 0px; } 
 #end { clear: both; margin: 0px; padding: 0px; }    
.white { color: #FFF;}
.block { display: block; margin: 0px; }
.toleftmargin { float: left; margin: 0px; padding: 0px; margin-top: 2px; }
.end { clear: right; margin: 0px; padding: 0px; height: auto; }
.clearleft { clear: left; margin: 0px; padding: 0px; height: 0px; }


img
{
    border: none;
}


#pre-display_stuff
{
    height: 0;
    width: 0;
    padding: 1ex;
    background-color: black;
    color: black;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; /* lot's of. */
    opacity: .2;
    -moz-border-radius: 1ex;
}

.commentleft {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100px;    
}

.commentbox {
    margin: 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3F3621;
    overflow: hidden;
}
.forum_prev .commentbox{
	border-bottom: 1px solid #aaa;
}
  
.commentbox_blog {
    margin: 19px;
    padding: 28px;
    border-bottom: 1px solid #3F3621;
    overflow: hidden;
    background-image: url(../gfx/blogbg.png);
    background-repeat: no-repeat;
	min-height:300px;
}

.commentcaption_blog, .commentfooter_blog{
    font: normal 16px tahoma, verdana;
    padding: 4px 0px;
    margin: 5px 0px;
    border-bottom: 1px dashed #A9A79E;
    /*color: #7BB91A;*/
    color: #FFFFFF;
}  


.topicsbox {
    margin: 15px 0px;
    padding: 0px;
}
    
ul.topics {
    margin: 2px 0px;
    padding: 0px;
    list-style: none;
    background: url(../gfx/greensep.gif) repeat-x;
    padding-top: 10px;
}
     
p.commentcat {
    padding-left: 15px;
    font: bold 11px tahoma, verdana;
    color: #FFF;
    background: url(../gfx/topickategory.gif) no-repeat 0% 50%;
}

p.commentcat a{
    color: #fff;
}
    
ul.topics li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: auto;
}
    
ul.topics li a {
    background: url(../gfx/topicpoint2.gif) no-repeat 6% 50%;
    display: block;
    font: normal 11px tahoma, arial;
    padding-left: 26px;
    color: #FFF;
}

ul.topics li a.mod_link {
    background: none;
    display: inline;
    font: bold 11px tahoma, arial;
    padding-left: 26px;
    color: #CCCCCC;
}
    
    
.commentcaption, .commentfooter{
    font: normal 11px tahoma, verdana;
    padding: 4px 0px;
    margin: 5px 0px;
    border-bottom: 1px dashed #A9A79E;
    /*color: #7BB91A;*/
    color: #6e9137;
}

.commentfooter {
   border-bottom:none;
   border-top: 1px dashed #A9A79E;
}

.commentfooter a{
   font-weight:normal;
   text-decoration:underline;
}
    
.commenttxt {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px 100px;
    padding: 10px 30px 15px 30px;
    background: #F1F0EE;
 
 }
#pre-display_stuff:hover
{
    height: 70%;
    width: 90%;
    right: 0;
    left: 0;
    overflow: auto;
    background-color: white;
    opacity: .9;
    border: silver solid thin;
}
#pre-display_stuff:hover > *
{
    height: 100%;
    overflow: auto;
    margin: 0 1ex;
}

/* debug mode, end */

/* walidacja formularzy */
label.error{
	display:block;
	cursor: default;
	color: #f00;
}

input.error, select.error{
	border: 1px solid #f00;
	color: #f00;
}


div.error, div.notice {
    margin: 10px auto 2px 100px;
    font-size:medium;
    font-weight:bold;
}
/* walidacja formularzy, end */

.error{    
    color: #402000;
}
/* bledy, end */

/* noticy */
.notice{
    color: #7FBE1B;
}
/* noticy, end */

/* strona glowna - dummy style */

.left_box,.right_box{
    float:left;    
    /*overflow:auto;*/
}
/*
body.Folders div.left_box{
    width:650px;
}

body.Folders div.right_box{
    width:250px;
}
*/

.float_break{
    float:none;
    clear:both;
}

/* strona glowna - dummy style, end */

/* profil uzytkownika - dummy style */
body.Users div.left_box{
    margin-top: 20px;
    width:600px;
}

body.Users div.right_box{
    margin-top: 20px;
    width:300px;
    overflow:none;
}

#profile_image, #profile_description, #profile_actions{
    float:left;
}

#profile_languages_select, #profile_languages_textarea, #profile_places_textarea{
    height: 70px;
    width: 140px;
}

/* profil uzytkownika - dummy style, end */

/**select page**/
div.select_page
{
    overflow: hidden;
}

ul.select_page
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    padding-top: 10px;
}
.select_page li
{
    float: left;
}

.select_page .left_arrow
{
    float: left;
}
.select_page .left_arrow a
{
    display: block;
    margin: 0px;
    padding: 0px;
    background: url(../gfx/prev.gif) no-repeat 0% 70%;
    padding: 5px 5px 0px 8px;
}

.select_page .number
{
    float: left;
    list-style: none;
    width: 20px;
    height: 20px;
    background: url(../gfx/page.gif) no-repeat;
    margin: 1px;
}

.select_page .number a
{
    padding-top: 3px;
    display: block;
    font: bold 11px tahoma, arial;
    color: #3F3621;
    text-align: center;
}

.select_page .number a:hover {
    text-decoration: underline;
    color: #79BD15;
}    
    
.select_page .current_page
{
    float: left;
    list-style: none;
    width: 20px;
    height: 20px;
    background: url(../gfx/pageactive.gif) no-repeat;
    margin: 1px;
}

.select_page .current_page a {
    padding-top: 3px;
    display: block;
    font: bold 11px tahoma, arial;
    color: #FFF;
    text-align: center;
}

.select_page .current_page a:hover {
    text-decoration: underline;
    color: #3F3621;
}
.select_page .right_arrow
{
    float: left;
}
         
.select_page .right_arrow a
{
    display: block;
    margin: 0px;
    padding: 0px;
    background: url(../gfx/next.gif) no-repeat 100% 70%;
    padding: 5px 8px 0px 5px;
}


/**end: select page**/

body.Search div#mainbox
{
    overflow: hidden;
}

body.Search div.form
{
    width: 30%;
    float: left;
}

body.Search div.results
{
    width: 60%;
    float: right;
}

body.Search div.results .map #results
{
    height:     500px;
}

a.mod_link{
    color: #CCCCCC;
}
input.mod_button{
    font-size: 10px;
    border: 1px solid black;
    background: #CCCCCC;
}

input.mod_button_red{
    font-weight: bold;
    border: 1px solid red;
    font-size: 9px;
    background: #FFFFFF;
    color: #990000;
}


/* start:Panel admina */
.panel_admin_left
{
    float: left;
    width: 240px;
    border: 1px solid black;
}

.panel_admin_center
{
    border: 1px solid black;
    margin-left: 245px;
    padding: 10px;
}
/* end:Panel admina */

.tooltip_content
{
    display:                none;
}

/**
 * tooltip with a chain between users
 */
#DOMWindowContent ol.chain
{
    margin:                 0;
    padding:                0;
}
#DOMWindowContent ol.chain li
{
    margin:                 .2ex 0;
    padding:                0;
    white-space:            nowrap;
}
#DOMWindowContent ol.chain li img
{
    width:                  20px;
    margin:                 0 0 0 15px;
    padding:                0;
    vertical-align:         middle;
}
#DOMWindowContent ol.chain li.first img
{
    width:                  35px;
    margin-left:            0;
}
#DOMWindowContent ol.chain li.last img
{
    width:                  30px;
    margin-left:             5px;
}
#DOMWindowContent div.contact
{
    white-space:            nowrap;
}
#DOMWindowContent div.contact img
{
    width:                  30px;
    vertical-align:         middle;
}

.ajax_loading
{
    min-height:             16px;
    padding-left:           20px;
    background:             transparent url(../gfx/loading.gif) no-repeat scroll left top;
    font-weight:            bold;
}

/**
 * Private Messages   
 */ 
 
table.private_messages{
    padding:0px;
    margin:0px;
    border-collapse: collapse;
    font-size:11px;
    border: 1px solid #999;
}

table.private_messages thead{
    background: #ebebeb;
}

table.private_messages tr
{
    height:20px;
}

table.privarte_messages .check_msg{
}

table.private_messages .sender{
    width:115px;
    padding-left:5px;
}

table.private_messages .subject{
    cursor:pointer;
}

table.private_messages .subject div{
    width:370px;
    overflow:hidden;
    white-space:nowrap;
}

table.private_messages .pmview{
    width:51px;
    text-align:center;
}

table.private_messages .date{
    width:110px;
    cursor:pointer;
    text-align:center;
}

table.private_messages tr.unread *{
    font-weight: bold;
}

table.private_messages span.pmcontent{
    color:#777;
    font-weight:normal;
}

div.pm_goback{
    margin:5px;
}

div.pm_view{
    width:100%;
    border: 1px solid #999;
    margin-bottom:5px;
}

div.pm_view .subject, div.pm_view .date, div.pm_view .sender{
    background: #ebebeb;
    margin-bottom: 1px;
    padding-top:4px;
    height:16px;
}

div.pm_view .subject{
    font-weight:bold;
}

div.pm_view .pmcontent{
    width:100%;
    margin:8px;
}

div.pm_view div span.title{
    color: #666;
    font-weight:bold;
    width:60px;
    text-align:right;
    float:left;
    margin-right:10px;
}

/* webkit no-resize */
textarea {
  resize:none;
}
.forum_prev{
	margin-top: 10px;
	padding-top: 10px;
}
#contactslistcaption{
	clear: both !important;
}
table.profile{
	border: thin solid white;
	border-collapse: collapse;
}
table.profile>tbody>tr{
	border-bottom: #ddd thin solid;
}
table.profile>tbody>tr>td{
	vertical-align: top;
}
.edit{
	width: 100% !important;
	float: none !important;
	background: none !important;
}
.right{
	width: 320px !important;
}

div.addForum_btn{
	background: url(../gfx/addForum.jpg);
	width: 94px;
	height: 24px;
	float: right;
	margin-right: 20px;
	margin-top: -20px; 
}

.welcome_table
{
	border-spacing : 0px;
	padding : 0px;
	margin : 0px;
}

.bottom_signup
{
	float:left;
	margin-left:40px;
}
