/**
 * Registration, login
 */
form.form input {
  float: left; width: 180px; padding: 4px 10px 4px 10px; border: 1px solid #c2c0c1;
  background-image: url("/media/images/input_button/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: 657px; margin-bottom: 12px; padding-bottom: 10px; border: 1px solid #faf803;
}
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/input_button/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: 665px;
}
table#toOrder td {
  text-align: left;
}
table#toOrder td.name {
  width: 170px; text-align: center;
}
table#toOrder td.description {
  width: 240px;
}
table#toOrder td.price {
  width: 80px;
}
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/input_button/input_pozadi.png");
}
p#shoppingContinue {
  margin: 10px 0 0 543px;
}
div#totalPrice {
  width: 275px; background: #F7F2AE; color: #333; margin: 0 0 15px 0; padding: 10px;
}
div#totalPrice p {
  text-align: left; font-size: 110%; margin: 0;
}
div#recountButtonBox {
  margin: 10px 0 0 405px;
}
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 2px 20px 0; background-color: #f7f2ae; border: 1px solid #333;
}
p#searchedKeyword {
  font-size: 120%;
} 

/**
 * Product detail
 */
div#detail {
  float: left; width: 705px; margin: 10px 20px 20px 0;
} 
p#detailPhoto {
  float: left; margin: 3px 30px 0 0;
}
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;
}
dl#detailBasicInformations dd#price span {
  font-size: 70%;
}
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/input_button/input_pozadi.png");
}
input#buy {
  width: 75px; font-weight: bold; font-size: 100%; padding: 2px 10px 2px 10px; border: 1px solid #333;
  background-image: url("/media/images/input_button/input_pozadi.png");
}
a.otherPhoto {
  padding-right: 4px;
}
div#detail img, a.otherPhoto img {
  border: 2px solid #b6b6b6;
}
div#detail a:hover img, a.otherPhoto:hover img {
  border: 2px solid #333;
}
div#detailProductText {
  text-align: justify;
}

/**
 * Subcategories list
 */
div#subCategories {
  font-weight: bold; font-size: 110%; background-color: #cccacb; padding: 10px; border-top: 6px solid #dad8d9; border-bottom: 6px solid #dad8d9;
  background: #cdcbcc url("/media/images/podkategorie_pozadi.jpg") 20px 20px no-repeat;
}
div#subCategories ul {
  margin: 0 0 0 55px; padding: 0;
}
div#subCategories ul li {
  list-style-type: none; padding: 0 0 5px 30px;
  background: #cdcbcc url("/media/images/podkategorie_bod.jpg") 0 0 no-repeat;
}
div#subCategories ul a {
  color: #405494;
}
div#subCategories ul a:hover, div#subCategories ul a:active {
  color: #000;
}

/**
 * Contact
 */
div.contactBox {
  float: left; width: 295px;
}
div.leftContactBox {
  width: 310px; margin: 0 30px 0 0;
}