/*    calendar    */
.calendar {
  width : 650px;
}
.calendar th {
  text-align: lft;
  border-bottom: 2px solid #FFFFCC;
}
.calendar td {
  padding: 10px;
}
.calendar td.right_border, th.right_border {
  border-right: 1px solid #FFFFCC;
}

/* pages */
div.image {
  margin-left: 15px; 
  float: left;
}

.contact {
  font-weight: bold;
  text-align: center;
}

/* sellers */
.sellers {
  background-color: white;
  margin:0 auto;
  width: 600px;
  color: black;
}

.sellers tr {
  border-bottom: 15px solid #003300;
}

.sellers .description {
  background-color: white;
  text-align: center;
  font-weight: bold;
}
.sellers .description a {
  color: #50A3B7;
  text-decoration: none;
}

.sellers .description a:hover {
  color: #50A3B7;
  text-decoration: underline;
}

/*  questions  */
.questions li {
  padding-bottom: 10px;
}

/*  login  */
table#form_table {
  margin: 0 auto;
  text-align: center;
}
table#form_table td, table#form_table th {
  border: 1px solid #FFD980;
  padding: 4px;
}
table#form_table th {
  text-align: right;
}

.form {
  text-align: center;
}

/*  gallery   */
#photo_list {
  margin-top: 10px;
}
#photo_list div.levy, #photo_list div.pravy {
  width: 200px; text-align:center;
  padding: 10px;
}
#photo_list div.levy {
  float: left;
}
#photo_list div.pravy {
  float: right;
}
#photo_list div.stred {
  float: left;
}
#photo_list img{
  border: none; padding: 0; margin: 0;
}

