/**
 * Registration, login
 */
form.form input {
  float: left; width: 180px; padding: 4px 10px 4px 10px; border: 1px solid #c2c0c1;
  background-image: url("/media/images/inputs/input_pozadi.png");
}
form.form input.radio {
  float: none; width: 30px; padding: 0; border: none; background: none; 
}
form.form input.submitButton {
  float: left; width: 202px; font-weight: bold; margin: 0 0 0 220px; border: 1px solid #333;
}
form.form fieldset {
  float: left; width: 710px; margin-bottom: 12px; padding-bottom: 10px; border: 1px solid #798b9f;
}
form.form fieldset p {
  margin: 5px 0 3px 12px;
}
form.form ul {
  float: left; width: 580px; margin: 15px 0 0 30px; padding: 0;
}
form.form ul li {
  float: left; padding-bottom: 6px; 
}
form.form legend {
  font-weight: bold; font-size: 120%; margin: 0; padding: 0 5px 0 5px;
}  
form.form label {
  float: left; display: block; width: 200px; margin: 0 20px 0 0; text-align: left;
}
form.form textarea {
  width: 280px; height: 100px; padding: 4px 10px 4px 10px; border: 1px solid #c2c0c1;
  background-image: url("/media/images/inputs/input_pozadi.png");
}
span.regHelp {
  float: left; display: block; font-style: italic; color: #a5a5a5; margin-top: 5px; padding-left: 6px;
}

/**
 * Page listing
 */ 
div#pageListing {
  float: float; margin: 20px 3px 10px 0; text-align: right;
}
div#pageListing span, div#pageListing strong {
  position: relative; float: left; display: block; padding: 10px;
}
div#pageListing strong {
  border: 1px solid #E1E1E1; margin-left: 4px;
}
div#pageListing a {
  float: left; display: block; border: 1px solid #333; margin-left: 4px;
}
div#pageListing a:hover {
  background-color: #EAEAEA
}

/**
 * Basket
 */
table#toOrder {
  width: 715px;
}
table#toOrder td {
  text-align: left;
}
table#toOrder td.name {
  width: 170px; text-align: center;
}
table#toOrder td.description {
  width: 300px;
}
table#toOrder td.price {
  width: 70px;
}
table#toOrder td.count {
  width: 60px;
}
table#toOrder td.action {
  width: 55px;
}
table#toOrder input.amount {
  width: 15px; height: 16px; font-weight: bold; font-size: 100%; padding: 3px 10px 1px 10px; border: 1px solid #9e9ea0;
  background-image: url("/media/images/inputs/input_pozadi.png");
}
p#shoppingContinue {
  margin: 10px 0 10px 595px;
}
div#totalPrice {
  width: 235px; background: #1397BE; color: #fff; margin: 0 0 15px 0; padding: 10px;
}
div#totalPrice p {
  text-align: center; font-size: 110%; margin: 0;
}
div#recountButtonBox {
  margin: 0 0 0 465px;
}
input#recountButton {
  width: 100px; font-size: 120%; height: 30px;
}
div#cashDeskButtonBox {
  float: right; margin-top: -30px;
}
input#cashDeskButton {
  width: 150px; height: 30px; font-size: 120%;
}

/**
 * Searching
 */
p#searchedKeyword {
  padding: 5px 0 5px 10px; margin: 0 0 20px 0; background-color: #ececec; border: 1px solid #3BB5DE;
}
p#searchedKeyword {
  font-size: 120%;
} 

/**
 * Product detail
 */
div#detail {
  float: left; width: 705px; margin: 10px 20px 20px 0;
} 
p#detailPhoto {
  float: left;
  margin-right: 30px;
}
dl#detailBasicInformations {
  float: left;  margin: 0; padding: 0;
}
dl#detailBasicInformations dt {
  font-weight: bold; font-size: 120%;
}
dl#detailBasicInformations dd {
  text-align: justify; font-size: 100%; padding: 0; margin: 10px 0 10px 0;
}
dl#detailBasicInformations dd#price {
  font-weight: bold; font-size: 120%; color: #ffae42; margin-top: 30px;
}
input#amount {
  width: 15px; height: 16px; font-weight: bold; font-size: 100%; padding: 3px 10px 1px 10px; border: 1px solid #9e9ea0;
  background-image: url("/media/images/inputs/input_pozadi.png");
}
input#buy {
  width: 75px; font-weight: bold; font-size: 100%; padding: 2px 10px 2px 10px;
  background-image: url("/media/images/inputs/input_pozadi.png"); border: 1px solid #333;
}
a.otherPhoto {
  padding-right: 4px;
}
div#detail img, a.otherPhoto img {
  border: 2px solid #c8ab89;
}
div#detail a:hover img, a.otherPhoto:hover img {
  border: 2px solid #333;
}