ul.reset-ul {
    list-style-type: none;
}
.reset-ul li {
    margin-bottom: 3px;
}
input.button { margin-top: 5px; }

ul.errorlist { list-style-type: none; color:red; }

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

body.main {
    background-image: url("/media/images/bg-body.png");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #80A3AC;
    font-family: Verdana, Sans;
    font-size: 12px;
/*	color:#4B6D79;*/
    color:#232036;
    margin-top:0px;
}

a {
    color:#1A3DC1;
}
a.brdr {
    border-bottom: 1px dashed gray;
    text-decoration: none;
    color:#1A3DC1;
}

#flashcontent {
    height: 390px;
    background-image: url("/media/images/headers/pic5.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}

.menu-no-flash {
    width: 100%;
    position: relative;
//    padding-bottom: 6px;
//    padding-top: 6px;
    top:350px;
//	top:343px;
}
.menu-no-flash a {
    color:#fff;
    border-bottom: none;
    padding: 6px 10px 6px 10px;
    font-size: 15px;
    background-color: #374650;
}
.menu-no-flash a:hover {
    color:#000;
    border-bottom: none;
    padding: 6px 10px 6px 10px;
    font-size: 15px;
    background-color: silver;
}
.menu-no-flash li {
    display: inline;
}

#bg-header-bottom-l {
    background-image: url("/media/images/bg-header-bottom-l.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}
#bg-header-bottom-r {
    background-image: url("/media/images/bg-header-bottom-r.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
#bg-header-bottom {
    background-image: url("/media/images/bg-header-bottom.png");
    background-position: bottom;
    background-repeat: repeat-x;
}

#bg-footer-bottom {
    background-image: url("/media/images/bg-footer-bottom.png");
    background-repeat: repeat-x;
}
#bg-footer-bottom-l {
    background-image: url("/media/images/bg-footer-bottom-l.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
#bg-footer-bottom-r {
    background-image: url("/media/images/bg-footer-bottom-r.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
#footer-content{
    height: 145px;
}

.footer-l{
    font-size:10px;
    margin-top: 60px;
    margin-left: 15px;
}
.footer-c{
    font-size:10px;
    margin-top: 60px;
    margin-left: 150px;
}

div.content {
/*	background-image: url("/media/images/bg-content-top.png");*/
    background-repeat: repeat-x;
    background-color: #FFF;
}
.container{
    background-color: #FFF;
}
div.content-center {
    padding-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Sans;
    color: #ff9800;
    margin-bottom: 20px;
    font-variant: small-caps;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

.bg-foto-bottom {
    width: 225px;
    background-image: url("/media/images/bg-foto-bottom.png");
    background-position: bottom;
    background-repeat: repeat-x;
}
.bg-foto-r {
    background-image: url("/media/images/bg-foto-r.png");
    background-position: right;
    background-repeat: repeat-y;
}
.bg-foto-top-r {
    background-image: url("/media/images/bg-foto-top-r.png");
    background-position: right top;
    background-repeat: no-repeat;
}
.bg-foto-bottom-r {
    background-image: url("/media/images/bg-foto-bottom-r.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.bg-foto-bottom-l {
    padding-bottom:3px;
    background-image: url("/media/images/bg-foto-bottom-l.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

div.l-col{
    float: left;
}
div.col-text{
    margin-left: 30px;
}
div.clear {
    clear: left;
}

p {
margin: 0pt 0pt 1.5em;
}
p + p {
margin: 0pt 0pt 1.5em;
text-indent:0px;
}

.block {
    margin: 10px;
}

.btable th{
    vertical-align:bottom;
    padding: 5px;
    font-weight:bold;
    border-bottom: 2px solid #c0d6dc;
    color:#000;
}

.btable td {
    padding: 5px;
}

.row1 {
    background-color: #fff;
}
.row2 {
    background-color: #f2f2f2;
}
.orange {
    color:#ff9800;
}
.lgreen {
    color:#94c21c;
}
.pagenater {
    clear: left;
    float:left;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    text-align: center;
    margin-right: 20px;
}
.pagenater-l {
    background-image: url("/media/images/pagenater-l.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.pagenater-r {
    background-image: url("/media/images/pagenater-r.png");
    background-repeat: no-repeat;
    background-position: right top;
    height: 30px;
}
.pagenater-r div {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.pagenater-r a {
    color:#94c21c;
}

.padding-li-10 li{
    padding-bottom: 10px;
}

.podr {
    font-size: 14px;
}
img.podr{
    margin-bottom: -3px;
}

.block-head{
    color:#ff9800;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 3px solid silver;
}
.rest-list {
    margin-bottom: 5px;
}
.spa-table{
    width: 100%;
}
.spa-table td{
    padding: 15px;
}
.required{
color:red;
}

input, textarea, select{
    border: 1px solid #cfcfcf;
}

.myformclass input, textarea, select {
    width: 90%;
    border: 1px solid #cfcfcf;
}
input.submit {
    width: auto;
}

input {
    width: 250px;
}

.register-form-input-cb{width: auto;}

.prof-l {
    margin-top: 10px;
    margin-bottom: 40px;
}
.prof-l img{
    margin-bottom: -23px;
 }
.prof-ll{
    font-size: 24px;
    margin-left: 20px;
}
.strong {
    font-weight: bold;
}
li.bborder{
    border-bottom: 1px solid silver;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#id_show_email{
    width: auto;
}
ul.edit_user li {
    margin-bottom: 15px;
}

#id_is_contest {
    width: auto;
}

.user-photo {
    float: left;
    margin: 8px;
    white-space: normal;
    padding: 5px;
    height: 250px;
}
.user-photo-description {
    width: 150px;
    white-space: normal;
    font-size: 10px;
}
.edit_photo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.photo{
  float: left;
  width: 150px;
  height: 330px;
  margin-right: 10px;
  border: 1px #E5E5E5 solid;
  background: #F0F0F0;
  padding: 5px;
  margin-top: 10px;
}
a.vote{
    border: none;
}
p.name {
    margin:0px;
    font-style: italic;
}
p.description {
    margin:0px;
    margin-top:5px;
    color:gray;
}
p.date {
    margin:0px;
    font-style: italic;
    margin-top:5px;
}
p.votes {
    margin:0px;
    margin-bottom:5px;
}
p.message{
  border: 1px #E5E5E5 solid;
  padding: 10px;
  margin-right: 10px;
  background: #D7FFDF;
}
.auth-box {
    margin-bottom: 5px;
    font-size: 14px;
}
.block-head-red {
    border-bottom: 3px solid #ff0000;
}

.main-menu a {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 2px solid #FF0F00;
    border-bottom: none;
    font-weight: bold;
}
.main-menu a:hover {
    background-color: #FF0F00;
    color:#fff;
}
.main-menu span {
    font-size: 20px;
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 2px solid #FF0F00;
    border-bottom: none;
    background-color: #FF0F00;
    color:#fff;
}
.red {
    color:red;
}
.register-form {
    padding-bottom: 10px;
}
.form-help{
    font-style: italic;
    color:gray;
    font-size: 10px;
}
label {
    font-weight: normal;
}
#banner {
    width: 180px;
    height: 180px;
    background-image: url("/media/images/skrepka.jpg");
}

div.sezon {
    margin-top:20px;
    text-align: center;
    background-image: url("/media/images/zvezda.png");
    background-repeat: no-repeat;
    background-position: 40px 0px;
}
.bag {
    float: right;
}
p.sezon {
    font-size:14px;
    font-weight:bold;
    color:#0037FF;
}
h1.sezon {
    color:#ff0000;
    font-variant: normal;
    font-weight: bold;
    padding-top: 45px;
}
.pdr {
    text-align: right;
    padding-right: 160px;
}

.pdr-con{
    margin-top:15px;
    text-align: right;
    padding-right: 160px;
}

div.spectacles{
    text-align: right;
}

.table_border{
    white-space:normal;
    position:relative;
    background:silver;
    border-spacing:1px;
}
.table_border td {
background:#ffffff;
}

.bl0{
    text-align: center;
    margin-left: 90px;
}

.bl1{
float: left;
width:250px;
margin: 10px;
}


body{background: #fff;}
.box{
	margin-left:5px;
    padding: 5px;
    font-family: Arial, sans-serif;
    background: #e6eff9;
}
.w_240{
    width: 240px;
}
.w_170{
    width: 170px;
}
#w_city{
    font-size: 30px;
    line-height: 0.7;
}
#w_temp{
    font-size: 36px;
    text-align: center;
    padding: 0px 0px 0px 0px;
}
#w_img{
    text-align: center;
}
.w_gr{
    font-size: 12px;
    color:#818181;
}
.w_par{
    font-size: 18px;
    color:#010101;
}
.w_b_par{
    text-align: right;
}

.toolbar {
	padding: 5px 10px 5px 10px;
}

.toolbar a {
	font-weight: bold;
	color: #000;
	border: none;
	text-decoration: underline;
}

.h_t{
    font-size: 16px;
    margin-bottom: 10px;
}

.h_list_m {
    font-size: 10px;
    margin-bottom: 10px;
}
.l_list_m {
    font-size: 10px;
    margin-bottom: 10px;
}
#hotels .name{
    color:#000;
}

#hotels .column{
    height: 75px;
}

.p_item img{float: left;padding: 0 5px 5px 0;}

h1 a{text-decoration: none;color: #ff9800;}
.bl{margin-left:10px;font-size:10px;}
