body {
	background: #1C1C1C url(../img/body-bg.png);
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0 none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#logo {
	display: block;
}

img {
	border: 0 none;
}

form {
	margin: 0;
	padding: 0;
}

#main {
	width: 594px;
	position: relative;
	background: url(../img/main-bg.png) no-repeat 0 36px;
	margin: 0 auto;
	text-align: left;
	padding: 53px 82px 0 83px;
}

#lang, #menu-top, #option {
	position: absolute;
	left: 80px;
	top: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-top {
	left: auto;
	right: 150px;
}

#option {
	left: auto;
	right: 100px;
}
#lang2{
	margin:4px 0 0 6px;
	padding:0;
	list-style:none;
}

#lang li, #menu-top li, #option li ,#lang2 li{
	float: left;
	padding: 0 0 0 7px;
	margin: 0;
}

#menu-top a {
	color: white;
	background: url(../img/menu-top.gif) no-repeat left 5px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
	text-transform: uppercase;

}

.menu, h2.main {
	background: url(../img/menu-row-bg.png) no-repeat top;
	height: 31px;
	padding: 3px 0 0 20px;
	margin: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

h2.main img {
	padding: 4px 0 10px 40px;
	background: url(../img/star.png) no-repeat;
}

.menu li {
	float: left;
	background: url(../img/star.png) no-repeat right;
	padding: 0 42px 0 0;
	margin: 0 -35px 0 0;
}
.menu li span {
	background: url(../img/star.png) no-repeat left top;
	padding: 4px 0 0 42px;
	float: left;
	color: #A1A18D;
	font-family: Impact;
	font-size: 19px;
	text-decoration: none;
	text-transform: uppercase;
	height: 28px;
}


.gallery {
	clear: both;
	width: 594px;
	height: 157px;
	position: relative;
	padding: 3px 0 0 0;
	background: url(../img/menu-big-row-bg2.jpg);
}
.gallery div{
	width:574px;
	position: absolute;
	top:105px;	
	left:0px;
	margin:0;
	padding:0 10px;
	text-align:justify;
	color:#A1A18D;
}
.gallery div p{
	width:574px;
	position: relative;
	top:-13px;
	padding:0;
	margin:0;
	text-align:right;
}
a.more,a.loginAdm{
	text-decoration:none;
	color:#EB0D0D;
}
a:hover.more,a:hover.loginAdm{
	text-decoration:underline;
	color:#EB0D0D;
}
.gallery h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 3px;
	right: 0;
	z-index: 100;
}
.gallery h2 img {
	height: 107px;
}

.gallery h2 img, .png {
	behavior: url(pnghack.htc);
}

.side h2 {
	right: auto;
	left: 0;
}

.gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 6px;
}

.side ul {
	left: auto;
	right: 15px;
}

.gallery li {
	float: left;
	margin: 0;
	padding: 0 0 0 6px;
}

.gallery li a img {
	border: 5px solid #545454;
}

.box {
	background: #444 url(../img/box-bg.jpg);
	border: 1px solid #3D3D3D;
	padding: 20px;
	width: 552px;
	clear: both;
	position: relative;
	margin-top: 3px;
	text-align:left;
	float: left;
	color: white;
}

.box h2 {
	margin: 0 0 -20px 0;
	background: url(../img/box-h2-bg.jpg) no-repeat;
	height: 31px;
	position: relative;
	width: 564px;
	left: -20px;
	top: -20px;
	font-size: 11px;
	padding: 20px 0 0 28px;
	text-transform: uppercase;
	float: left;
}

.box p {
	margin: 0;
	padding: 5px 0;
	float: left;
	width: 100%;
}

.box label, .box input.submit{
	width: 154px;
	padding: 0 11px 0 0;
	line-height: 22px;
	border: 1px solid #171717;
	background: url(../img/label-bg.png);
	font-weight: bold;
	float: left;
	text-align: right;
	clear: left;
	margin-bottom: 8px;
}
.box label span{
        font-style:italic;
        font-weight:normal;
	font-size: 9px;
}
button.submit{
	width: 154px;
	padding: 5px;
	border: 1px solid #171717;
	background: url(../img/label-bg.png);
	font-weight: bold;
	text-align: center;
	font-size:11px;
	color:#fff;
	clear: left;
	margin-bottom: 8px;
}
.box label.empty {
	width: 156px;
	padding: 0 11px 0 0;
	line-height: 22px;
	height: 20px;
	border: 0px none #171717;
	background: #444 url(../img/box-bg.jpg);
	font-weight: bold;
	float: left;
	text-align: right;
	clear: left;
	margin-bottom: 8px;
}
.box label.error {
	margin: -10px 0 10px 164px;
	width: 360px;
	color:red;
	font-weight: normal;
	font-style:italic;
	text-align:left;
	display: inline;
	border: 0px none #171717;
	background: none;

}
.box input{
	width: 362px;
	padding: 3px 5px 0 5px;
	height: 19px;
	line-height: 22px;
	margin-bottom: 12px;
	background: url(../img/input-bg.png);
	border: 1px solid #808080;
	color: white;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
.box div.info{
    margin:0 0 0 15px;
    float:left;
}
.box div.info label{
    width:100px;
}
.box span.info{
	width: 228px;
	padding: 3px 5px 0 5px;
	height: 19px;
	line-height: 22px;
	margin-bottom: 12px;
	background: url(../img/input-bg.png);
	border: 1px solid #808080;
	color: white;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
.box ul.multiInfo{
	margin:0;
	padding-top:15px;
        padding-bottom:15px;
	margin-bottom: 12px;
	background: url(../img/input-bg.png);
	border: 1px solid #808080;
	color: white;
	font-size: 11px;
	font-weight: bold;
        clear:left;
}

.box span.checkbox{
	width: 362px;
	padding: 3px 5px 0 5px;
	height: 19px;
	line-height: 22px;
	margin-bottom: 12px;
	background: url(../img/input-bg.png);
	border: 1px solid #808080;
	color: white;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
.box div.range{
	width: 362px;
	padding: 3px 5px 0 5px;
	height: 19px;
	line-height: 22px;
	margin-bottom: 12px;
        height:40px;
	background: url(../img/input-bg.png);
	border: 1px solid #808080;
	color: white;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
.box div.range input.range{
        display:inline;
        float:none;
        width:30px;
        background:#fff;
        color:#000;
        font-size:11px;
        height:17px;
        margin:0;
        margin-bottom:4px;
        line-height:17px;
	padding: 0 5px;
}
#ageSlider{
        margin:0 5px;
}
.box ul.multicheckbox{
	width: 362px;
	margin:0;
	padding: 3px 5px 0 5px;
	margin-bottom: 12px;
	background: url(../img/input-bg.png);
	border: 1px solid #808080;
	color: white;
	font-size: 11px;
	font-weight: bold;
	float: left;
	list-style:none;
}
.box ul.multicheckbox li{
	clear:left;
	padding:2px 0;
}

.box span.checkbox input, .box ul.multicheckbox input{
	width: auto;
	padding: 0 5px;
	margin:0 3px;
	height: 17px;
	line-height: 22px;
	background: url(../img/input-bg.png);
	border:0;
	color: white;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
.box span.checkbox input.subinput{
	width: 310px;
	padding: 0 5px;
	margin:0 3px;
	height: 17px;
	line-height: 22px;
	background:#fff;
	border: 1px solid #808080;	
	border:0;
	color: black;
	font-size: 11px;
	font-weight: bold;
	float: left;
}


.box select {
	width: 375px;
	line-height: 22px;

	padding: 0;
	margin:0 0 12px 0;
	background:#636363 url(../img/input-bg.png);
	border: 1px solid #808080;
	color: white;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.box textarea {
	width: 362px;
	height:100px;
	padding: 0 5px;
	line-height: 22px;
	margin-bottom: 8px;
	background: url(../img/input-bg.png);
	border: 1px solid #808080;
	color: white;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

.box .inputs input {
	width: 530px;
}
.box a.link{
	color:#fff;
}
.box img.ico{
	padding:0 5px 5px 0;
	float:left;
	clear:left;
}
.box input.submit {
	float: none;
	text-align: center;
	padding: 5px 15px;
	height: auto;
	line-height: normal;
	display: inline;
	margin: 0;
}

.box .bar {
	float: right;
	width: 210px;
}

.box .gallery {
	background: none;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

.box .gallery li {
	margin: 3px 0;
}

.box .content {
	float: left;
	width: 320px;
	position: relative;
	top: -5px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

.box a.imagelink{ overflow: hidden; width: 158px; height: 95px;}
a.imagelink { border: 5px solid #545454; margin: 0 0 20px 10px; float: left; display:block; padding: 0; line-height: 0; }
a.imagelink img { margin: 0; padding: 0; border: 0; }
a.imagelink:hover { border: 5px solid #AFAFAF; }
.clearthis {
	clear : left;
	float : none;
}
.galeria_title{
	border-bottom: 2px solid #545454;
	clear : left;
	float : none;
	padding:0;
}

#footer {
	margin: 0;
	background: url(../img/footer-bg.jpg) no-repeat;
	height: 45px;
	color: #B2B2B2;
	font-weight: bold;
	font-size: 10px;
	padding: 11px 11px 20px 11px;
	clear: both;
}
.cascade-loading  	
{																		
	background: transparent url("images/indicator.gif") no-repeat center; 					
}
.imgGallery{
    width:160px;
    height:200px;
    float:left;
    overflow:hidden;
}
.thumbs{
    margin:0 5px 10px 7px;
    width:50px;
    height:50px;
    overflow:hidden;
    border: 1px solid #808080;
    float:left;
}
.thumbs img{
    margin-left:-15px;
    width:80px;
    border:0;
}
.box p.message{
    margin:15px 0;
    text-align:center;
    color:#CB0000;
    border: 1px solid #808080;
    
}
p.login{
    padding:0;
    margin:0 0 15px 0;
    text-align:right;
}
p.login a{
    font-size:10px;
    color:white;
    font-weight:bold;
    text-decoration:none;
}
p.login a:href{
    text-decoration:underline;
}
.box div.pictureDiv{
    margin: 5px 0;
    position:relative;
    background: url(../img/input-bg.png);
    border: 1px solid #808080;
}
.box div.pictureDiv .label{
    position:absolute;
    top:3px;
    left:170px;
}
.box div.pictureDiv .fotoDescription{
    position:absolute;
    top:18px;
    left:170px;
    width:350px;
    padding:2px;
    height:14px;
    background:#fff;
    border: 1px solid #808080;
    color:#000;
    font-size:10px;
}
.box div.pictureDiv button.pictureDelete{
    position:absolute;
    bottom:5px;
    right:5px;
    font-size:10px;
}
.galleryDiv{
	clear:left;
}

#results{
    margin-bottom:30px;
}
.searchResults{
    width:100%;
    border-collapse:collapse;
    border: 1px solid #808080;
    clear:left;
}

.searchResults th{
    border: 1px solid #808080;
    background: url(../img/input-bg.png);
}
.searchResults td{
    border: 1px solid #808080;
}

#obslugaBaner{
    color:#fff;
    width:170px;
}
.headerFrame{
    width:160px;
    padding: 0 5px;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    background: url(/img/input-bg.png);
}
.obslugaBaner{
    position:relative;
    clear:left;
    width:160px;
    padding:5px;
    border: 1px solid #808080;
    background: url(/img/box-bg.jpg);
    cursor:pointer;
    z-index:1;
}
.headerFrame p.header{
    padding:3px 0;
    margin:0;
    text-align:center;
    font-weight:bold;
}

.obslugaBaner .nick{
    bottom:0;
    text-align:center;
    width:160px;
    padding:2px 0;
    background: url(/img/label-bg.png);
}
.obslugaBaner .label{
    text-align:center;
    font-weight:bold;
    color:red;
}
.obslugaBaner a{
    text-decoration:none;
    color:#fff;
}
.searchProfile{
    position:relative;
    margin-top:-1px;
    padding:3px 0;
    text-align:right;
    z-index:10;
}
.searchProfile a{
    padding:3px;
    color:#fff;
    text-decoration:none;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    background: url(/img/box-bg.jpg);
}
.obslugaBaner .imgLogoProfil{
    background:transparent url(../img/label-bg.png) repeat;
    overflow:hidden;
}
.obslugaBaner .imgLogoProfil img{
    width:160px;
}
#activateBtn{
	font-size:10px;
}

#l_regulamin{
    color:#fff;
}
.red{
    color:red;
}
.s_results{
    position:relative;
    margin:5px 0;
    border: 1px solid #808080;
    height:100px;
    padding:10px;
    clear:both;
}
.s_results h3{
    padding:0;
    margin:0;
    margin-bottom:5px;
    font:bold 14px verdana;
}
.s_info{
    margin-bottom:5px;
}
.s_zdjec{
    position:absolute;
    right:5px;
    top:3px;
    font-size:9px;
}
.s_thumb{
    margin:0;
    margin-right:10px;
    width:100px;
    height:100px;
    overflow:hidden;
    border: 1px solid #808080;
    float:left;

}
.s_thumb img{
    margin-left:-15px;
    width:130px;
    border:0;
}
.s_links{
    position:absolute;
    bottom:5px;
    right:5px;
}
.logged{
    color:#ccc;
}
.box p.underline{
    clear:left;
    border-bottom: 1px solid #808080;
    margin-bottom:5px;
}
#pictdownload{
    clear:left;
    padding:5px;
    height:30px;
    background:transparent url(../img/input-bg.png) repeat;
    border: 1px solid #808080;
}
#pictdownload input{
    width:auto;
    background-color:#fff;
}
p.login a.deleteProfile{
    float:left;
    margin-right:250px;
    color:#ccc;
}

span.paginate{
    padding:0 5px;
    color:#fff;
    font-weight:bold;
}
a.paginate{
    padding:0 5px;
    color:#ccc;
    text-decoration:none;
}
a:hover.paginate{
    color:#fff;
}
