/**
 * Registration, login
 */
form.form input {
  float: left; width: 180px; padding: 4px 10px 4px 10px; border: 1px solid #c2c0c1;
  background-image: url("/media/images/inputs_buttons/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 160px; border: 1px solid #333;
}
form.form fieldset {
  float: left; width: 515px; margin-bottom: 12px; padding-bottom: 10px; border: 1px solid #783761;
}
form.form fieldset p {
  margin: 5px 0 3px 12px;
}
form.form ul {
  float: left; width: 480px; margin: 15px 0 0 0px; padding: 0 0 0 30px;
}
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: 140px; margin: 0 20px 0 0; text-align: left;
}
form.form textarea {
  width: 250px; height: 100px; padding: 4px 10px 4px 10px; border: 1px solid #c2c0c1;
  background-image: url("/media/images/inputs_buttons/input_pozadi.png");
}
span.regHelp {
  float: left; display: block; font-style: italic; color: #a5a5a5; margin-top: 5px; padding-left: 6px;
}

/**
 * Product list
 * Template of products, which are placed in middle box. 
 */
div#categoryText {
  float: left; width: 520px; margin-bottom: 10px;
} 
div.productList {
  float: left; width: 249px; margin-bottom: 10px;
  background: url("/media/images/backgrounds/produkt_seznam_pozadi.jpg") repeat-y;
}
div.productListMargin {
  margin-right: 25px;
}
div.productList h2 {
  width: 223px; font-size: 120%; color: #555; margin: 0 -10px 0 0; padding: 13px 13px 10px 13px;
  background: #883C6D url("/media/images/backgrounds/produkt_seznam_nadpis_pozadi.jpg") no-repeat;
}
div.productList h2 a {
  text-decoration: none; color: #fff;
}
div.productList h2 a:hover, div.productList h2 a:active  {
  text-decoration: underline; color: #fff;
}
p.productListImage {
  float: left; width: 83px; margin-right: 10px; padding-left: 10px;
}
img.actionIcon {
  margin-left: 10px;
}
div.productListInfo {
  float: left; width: 130px;
}
p.productListPrice {
  float: right; width: 130px; text-align: center; font-weight: bold; font-size: 110%; color: #000; margin: 0 0 10px 0; background: #f4d293; 
}
p.productListDiscount {
  float: right; width: 130px; text-align: center; font-weight: bold; font-size: 100%; color: #FD0223; margin: 0 0 10px 0; 
}
div.productList form {
  margin: 0; padding: 0;
}
div.productList form a {
  position: relative; float: left; display: block; width: 163px; height: 37px;
}
div.productList form a span {
  width: 163px; height: 37px;
  background: url("/media/images/inputs_buttons/podrobnosti_tlacitko.jpg") no-repeat;
}
div.productList button {
  float: left; position: relative; width: 81px; height: 35px; border: 0; margin: 0; padding: 0; font-size: 100%;
  overflow: hidden;
}
div.productList button span {
  position: absolute; left: 0; top: 0; display: block; cursor: pointer; width: 86px; height: 37px;
  background: url("/media/images/inputs_buttons/koupit_tlacitko.jpg") no-repeat;
}
div.productList input.buyButton {
  width: 86px; height: 37px; border: none; cursor: pointer;
  background: none; background: url("/media/images/inputs_buttons/koupit_tlacitko.jpg") no-repeat;
}
div.productList form div {
  clear: both;
}

div.categoryList {
  float: left; width: 249px; margin-bottom: 10px;
  background: url("/media/images/backgrounds/produkt_seznam_pozadi.jpg") repeat-y;
}
div.categoryListMargin {
  margin-right: 25px;
}
div.categoryList h2 {
  width: 236px; font-size: 120%; color: #555; margin: 0 -10px 0 0; padding: 13px 0 10px 13px;
  background: #883c6d url("/media/images/backgrounds/produkt_seznam_nadpis_pozadi.jpg") no-repeat;
}
div.categoryList h2 a {
  text-decoration: none; color: #fff;
}
div.categoryList h2 a:hover, div.categoryList h2 a:active  {
  text-decoration: underline; color: #fff;
}
p.categoryListImage {
  float: left; width: 240px; text-align: center; margin-right: 18px; padding-left: 7px;
}
div.categoryList a.detail {
  position: relative; float: left; display: block; width: 249px; height: 23px; text-align: center; padding-top: 8px;
  background-color: #d9d9d9;
}
div.categoryList a.detail span {
  width: 249px; height: 31px;
  background: url("/media/images/inputs_buttons/zobrazit_nabidku_tlacitko.jpg") no-repeat;
}
div.categoryList a.detail:hover span {
  width: 249px; height: 31px;
  background: url("/media/images/inputs_buttons/zobrazit_nabidku_tlacitko.jpg") 0 -31px no-repeat;
}

/**
 * Product detail
 */
div#petr {
  float: left; position: relative;
} 
div#detail {
  float: left; position: relative; width: 524px; margin: 10px 0 20px 0;
} 
div#leftDetailContent {
  float: left; width: 220px; height: 300px;
}
p#detailPhoto {
  float: left; margin: 3px 30px 0 0; width: 190px;
}
a#otherPhoto {
  display: block; width: 140px; height: 21px; color: #333; margin-top: 2px; padding: 5px 0 0 50px; border: 1px solid #b6b6b6;
  background-image: url("/media/images/backgrounds/dalsi_fotografie_pozadi.jpg");
}
a.otherPhotoList {
  border: 1px solid #b6b6b6; margin-left: 3px;
}
a.otherPhotoList:hover, a.otherPhotoList:active {
  border: 1px solid #444; margin-left: 3px;
}
a#otherPhoto:hover {
  border: 1px solid #333;
}
p#selectColor {
  float: left; width: 195px; height: 35px; margin-bottom: 0;
  background-image: url("/media/images/inputs_buttons/vyber_barvy_pozadi.jpg");
}
p#addAccessories {
  float: left; width: 195px; height: 35px;
  background-image: url("/media/images/inputs_buttons/pridat_prislusenstvi_pozadi.jpg");
}
p#selectColor a, p#addAccessories a {
  display: block; padding: 10px 10px 10px 55px;
}
p#actionType {
  position: absolute; top: 0; left: 450px; width: 57px; height: 54px; margin: 0;
}
div#petr p#actionType img {
  border: 0;
}
dl#detailBasicInformations {
  float: left; width: 295px;  margin: 0; padding: 0;
}
dl#detailBasicInformations a {
  color: #934b7b;
}
input#priceWithoutWat, input#priceWithWat {
  width: 100px; text-align: right; font-weight: bold; letter-spacing: 1px; border: none;
  background: none;
}
dl#detailBasicInformations dt {
  font-weight: bold; font-size: 140%;
}
dl#detailBasicInformations dd {
  text-align: justify; font-size: 100%; padding: 0; margin: 15px 0 5px 0;
}
p#actionText {
  float: left; width: 295px; font-style: italic; color: #c6744e; font-weight: bold;
}
div#detail table {
  float: left; width: 295px;
}
div#detail table td.property {
  font-weight: bold; 
}
div#detail table td.value {
  font-weight: bold; 
  background-color: #eee;
}
td#basicDiscount {
  text-align: center; font-size: 110%; color: #fd0223;
}
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_buttons/input_pozadi.png");
}
input#buy {
  position: absolute; left: 390px; top: 257px; width: 109px; height: 46px; font-weight: bold; font-size: 100%; cursor: pointer; margin: 0 0 -10px 10px; border: 0; 
  background: none; background-image: url("/media/images/inputs_buttons/koupit_tlacitko1.jpg");
}
div#detail img {
  display: block;  border: 1px solid #b6b6b6;
}
div#detail a:hover img {
  border: 1px solid #333;
}
div#detailProductText {
  text-align: justify;
}
p#colorDescription {
  clear: both; width: 489px; height: 23px; font-weight: bold; margin: 0 0 15px 0; padding: 15px;
  background: url("/media/images/backgrounds/barva_produktu_pozadi.jpg") no-repeat;
}
p#action {
  float: right; width: 155px; text-align: right; padding: 20px 140px 10px 0;
}
ul#submenu {
  margin: 0; padding: 0;
}
ul#submenu li {
  float: left; width: 128px; height: 32px; list-style-type: none; text-align: center; font-weight: bold;
  margin: 0; padding: 0 3px 0 0;
}
ul#submenu li a {
  padding: 8px 0px 7px 0px;
  display: block;
  text-decoration: none;
  color: #333;
  background: url("/media/images/inputs_buttons/podmenu_pozadi.jpg");
}
ul#submenu li a:hover {
  color: #fff;
  background: #435c3c url("/media/images/inputs_buttons/podmenu_pozadi.jpg") 0 -32px;
}
ul#submenu li a.active {
  color: #fff;
  background: #435c3c url("/media/images/inputs_buttons/podmenu_pozadi.jpg") 0 -32px;
}
div#submenuContent {
  float: left; width: 479px;
  border: 1px solid #d0d0d0;
  padding: 10px 20px 20px 20px;
}
table.accessoriesTransportTable {
  width: 478px; border: 0;
}
table.accessoriesTransportTable td.oddRow {
  width: 315px;
  background-color: #f1f0ee;
}
table.accessoriesTransportTable td.evenRow {
  width: 315px;
  background-color: #e9e9e9;
}
table.accessoriesTransportTable td.image {
  width: 30px; text-align: center;
  background-color: #f5f5f5;
}
table.accessoriesTransportTable td.checkbox {
  width: 25px; width: 30px; text-align: center;
  background-color: #ebeae8;
}
table.accessoriesTransportTable td.price {
  width: 108px;
  background-color: #d9d9d9;
}

/**
 * Page listing
 */ 
div#pageListing {
  float: left; width: 400px; text-align: right; margin: 10px 3px 10px 0;
}
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: 525px;
}
table#toOrder td {
  text-align: left;
}
table#toOrder td.name {
  width: 120px; text-align: center;
}
table#toOrder td.description {
  width: 165px;
}
table#toOrder td.cashDeskdescription {
  width: 220px;
}
table#toOrder td.price {
  width: 85px;
}
table#toOrder td.count {
  width: 60px;
}
table#toOrder td.action {
  width: 55px; padding-left: 0;
}
table#toOrder td.action a {
  position: relative; display: block; width: 35px; height: 35px; margin-left: 10px;
}
table#toOrder td.photoLink {
  width: 55px;
}
table#toOrder td.action a span {
  width: 35px; height: 35px;
  background-image: url("/media/images/odstranit_polozku_tlacikto.jpg");
}
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");
}

div#basketActionBox {
  position: relative; float: right; width: 412px; margin-top: 15px;
}
input#recountButton {
  float: left; width: 154px; height: 52px; cursor: pointer; border: none;
  background: none; background: url("/media/images/prepocitat_tlacitko.jpg");
}
div#basketActionBox a {
  float: left; position: relative; width: 258px; height: 52px;
}
div#basketActionBox a span {
  width: 258px; height: 52px;
  background: url("/media/images/pokracovat_v_nakupu_tlacitko.jpg");
}
input#cashDeskButton {
  position: absolute; left: 220px; top: 77px; float: left;  width: 182px; height: 101px; cursor: pointer;  border: 0;
  background: none; background: url("/media/images/pokladna_tlacitko.jpg");
}

div#totalPriceBox {
  float: left; width: 315px; height: 108px;color: #333; margin: 0; padding: 12px 5px 0px 0;
  background: url("/media/images/krabice.jpg") no-repeat; 
}
div#totalPriceBox p {
  float: left; width: 310px; line-height: 1.9em; font-size: 100%; margin: 0; padding: 0px;
}
div#totalPriceBox p strong {
  width: 85px; float: right;
}
div#totalPriceBox p span {
  width: 215px; float: left; text-align: right; 
}

/**
 * Searching
 */
p#searchedKeyword {
  padding: 5px 0 5px 10px; margin: 0 2px 20px 0; background-color: #F7E2EF; border: 1px solid #333;
}
p#searchedKeyword {
  font-size: 120%;
} 