/* defaultni styly */
body {
  background-image: url('images/design/bg.jpg');
  padding: 0px;
  margin: 0px;
}
body, td, input, textarea, select {
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
}

.error {
  text-align: center;
  font-weight: bold;
  color: #FF0000;
}
.message {
  font-weight: bold;
  color: #0000DD;
}


/* formulare */
form {
  padding:0px;
  margin:0px;
}


/* odkaz na kosik */
a.link_basket {
  text-decoration:none;
  color:#000000;
}
a.link_basket:hover {
  text-decoration:underline;
}




/* styl hlavni tabulky shopu */
#table_master {
  background-color: white;
  width: 751px;
  border-left: 1px solid #9C9C9C;
  border-right: 1px solid #9C9C9C;
}
#table_master td {
  vertical-align: top;
}
/* styl leve strany, menu a rubriky ... */
#table_master td.left_side {
  background-image: url('images/design/08.jpg');
  background-position: left top;
  background-repeat: repeat-y;
}
/* styl prave casti ... */
#table_master td.content_side {
  background-image: url(./images/design/06.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 543px;
}
/* styl spodni casti s vlajkami a copyrightem ... */
#table_master td.page_bottom {
  border-bottom: 1px solid #9C9C9C;
  background-color: #EEEEEE;
  padding: 12px 10px 10px 15px;
  /* height: 38px; */
}
#table_master td.page_bottom, #table_master td.page_bottom td, #table_master td.page_bottom a {
  font-family: Tahoma;
  font-size: 7pt;
  font-weight: normal;
  color: #989898;
}




/* styl horni casti s logy */
#table_logos {
  height: 150px;
}
#table_logos td {
  background-position: left top;
  background-repeat: no-repeat;
}
#table_logos td.one {
  background-image: url('images/design/01.jpg');
  cursor: pointer;
  width: 269px;
}
#table_logos td.two {
  background-image: url('images/design/02.jpg');
  width: 166px;
}
#table_logos td.three {
  background-image: url('images/design/03.jpg');
  width: 160px;
}
#table_logos td.four {
  background-image: url('images/design/04.jpg');
  width: 156px;
}



/* jazykove mutace */
#languages {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#languages li {
  float: left;
  padding: 0 10px 0 0;
}
#languages li a {
  text-decoration: none;
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #989898;
}




/* styl leve strany */
#left_side {
  background-color: #FFFFFF;
  background-image: url('images/design/05.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 5px;
}
#left_side td.jsme_clenem {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  height: 40px;
  width: 208px;
}

/* styl casti s menu */
#left_side td.menu {

}

/* obrazek budovy nad kontaktama */
#left_side td.top_border {
  background-image: url('images/design/kontakt_build_image.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  height: 72px;
}

/* styl kontaktu */
#left_side td.kontakt_content {
  background-image: url('images/design/08.jpg');
  background-position: left top;
  background-repeat: repeat-y;
  vertical-align: text-top;
  text-align: right;
  color: #FFFFFF;
  height: 170px;
  padding: 5px 7px 0 0;
}




/* styl obsahu stranky... vyhledavani nahore a obsah stranky */
#content {
}
#content td.finding {
  height: 60px;
}
#content td.message {
  text-align: center;
  font-weight: bold;
  font-size: 9pt;
  color: #000099;
  padding: 10px;
}
#content td.error {
  text-align: center;
  font-weight: bold;
  color: #FF0000;
  padding: 10px;
}
#content td.content {
  padding-left: 15px;
  padding-right: 10px;
}



/* styl castis vyhledavanim ... */
#finding {
  border: 0px solid black;
}
#finding td {
  text-align: right;
  margin: 0px;
}




/* vstupni data vyhledavani */
table.table_find {
  background-image: url(./images/design/find_border.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 142px;
  height: 24px;
}
/* table.table_find td {
  padding: 0px;
  margin: 0px;
  text-align: left;
} table.table_find  */
table.table_find input.input_find_text {
  font-family: Arial;
  font-size: 8pt;
  color: black;
  margin: 0px;
  border: 0px;
  width: 110px;
}
input.input_find_submit {
  background-image: url(images/design/find_btn.gif);
  background-position: left top;
  background-repeat: no-repeat;
  margin: 2px 1px 0 0;
  border: 0px;
  width: 21px;
  height: 20px;
}




/* styl casti s novinkami */
#table_news {
  width: 510px;
}
#table_news td {
  width: 50%;
  padding-top: 3px;
}
#table_news td.left {
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #EEEEEE;
  padding-right: 3px;
}
#table_news td.right {
  border-bottom: 1px solid #EEEEEE;
  padding-left: 5px;
}



table.table_new {
  height: 105px;
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
}
table.table_new td.foto {
  padding-right: 5px;
}
table.table_new td.title {
  width: 100%;
  height: 20px;
  font-weight: bold;
}
table.table_new td.description_small {
  height: 75px;
}
table.table_new td a.more_info {
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 8pt;
  color: #FF0000;
}
table.table_new td a.more_info:hover {
  text-decoration: underline;
}




/* stranka z katalogu */
#table_list_items {
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
}
#table_list_items td.page_title, #content td.page_title {
  font-size: 10pt;
  font-weight: bold;
  color: #FF0000;
  padding-bottom: 8px;
  padding-left: 20px;
}
#table_list_items td.page_description {
  padding-bottom: 10px;
}
#table_list_items td.page_list_items {
}
#table_list_items td.page_list_items div.page_list_items_empty {
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  padding-right: 30px;
}





/* zpet do vyhledavani */
.back_to_find {
  text-align: right;
  padding: 50px 10px 0 0;
}
.back_to_find a {
  text-decoration: none;
  font-weight: bold;
  color: #000099;
}
.back_to_find a:hover {
  text-decoration: underline;
}





/* vysledek vyhledavani stranek */
#list_find_pages td {
  padding-bottom: 5px;
}
#list_find_pages a {
  color: #000000;
  text-decoration: none;
}
#list_find_pages a:hover {
  text-decoration: underline;
}




/* vzhled nudle se zbozim v katalogu */
#list_items_nudle {
  font-family: Arial;
  font-weight: normal;
  font-size: 9pt;
  color: #000000;
  border: 1px solid #D8D8D8;
  width: 500px;
  height: 112px;
  margin-bottom: 5px;
}
#list_items_nudle td.content {
  padding: 4px 10px 0 5px;
  border-right: 1px solid #D8D8D8;
  width: 395px;
}
#list_items_nudle td.item_foto {
  /* border: 1px solid black; */
  padding: 3px;
}
#list_items_nudle td.item_content {
  padding: 4px 5px 0 5px;
}
#list_items_nudle td.content a.detail, #list_items_nudle td.content .detail {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
#list_items_nudle td.content a.detail:hover {
  text-decoration: underline;
}
#list_items_nudle td.content div.kat_num {
  font-size: 8pt;
  padding-bottom: 10px;
}
#list_items_nudle td.content div.description_small {
  font-size: 8pt;
}
#list_items_nudle td.buy {
  padding: 4px 10px 0 5px;
  width: 100px;
}
#list_items_nudle td.buy div.price {
  padding-top: 20px;
  text-align: center;
  font-size: 8pt;
  color: #000000;
}
#list_items_nudle td.buy div.price font.price {
  font-family: 'Trebuchet MS';
  font-size: 10pt;
  font-weight: bold;
  color: #FF0000;
  margin-right: 2px;
}
#list_items_nudle td.buy div.price_with_vat {
  text-align: center;
  font-size: 8pt;
  color: #999999;
}
#list_items_nudle td.buy div.buy {
  padding-top: 8px;
  text-align: center;
  padding-left: 5px;
}
#list_items_nudle td.buy div.buy input.item_count {
  border: 1px solid #D8D8D8;
  width: 25px;
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
  margin-bottom: 3px;
  margin-right: 3px;
}
#list_items_nudle td.buy div.buy input.btn_buy {
  background-image: url(/images/design/btn_buy.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 32px;
  height: 27px;
  border: 0px;
}






/* strankovani */
#paging {
  padding: 5px 30px 10px 0;
  text-align: right;
}
#paging a {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}
#paging a:hover {
  text-decoration: underline;
}





/* nakupni kosik */
#basket_detail {
}
#basket_detail td {
  padding: 4px;
}
#basket_detail td.data {
  border-bottom: 1px solid #EEEEEE;
}
#basket_detail td.nadpis {
  /* font-size: 8pt; */
  font-weight: bold;
  border-bottom: 1px solid #AAAAAA;
}




/* detail objednavky */
#detail_order {
}
#detail_order td {
  padding: 0 0 2px 0;
  vertical-align: middle;
}
#detail_order td.povinne {
  font-weight: bold;
}




/* tabulka s peihlasenim */
table#login {
  margin-top: 30px;
  margin-right: 10px;
  margin-bottom: 20px;
}
table#login td {
  padding-bottom: 2px;
  color: #FFFFFF;
}
table#login input {
  padding:0px;
}
table#login td a {
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;
  color: #FFFFFF;
}
table#login td a:hover {
  text-decoration: underline;
}
