/***** C O M M O N ***************/
.bold {
  font-weight: bold;
}
.right,
.aright {
  text-align: right;
}


/**** zaslani klient. cisla ***********/
.hform td {
  padding: 5px 0;
}
.hform .tb {
  padding: 2px;
}


/***** dotaznik - prvni objednavka ***************/
#dotaznik table {
  border-collapse: collpase;
  border-top: 1px solid #abc;
  border-left: 1px solid #abc;
  background: #fff;
}
#dotaznik td {
  border-bottom: 1px solid #abc;
  border-right: 1px solid #abc;
  padding: 2px;
  vertical-align: top;
}
#dotaznik .td310 {
  width: 314px;
}
#dotaznik .td310 textarea,
#dotaznik .td310 input {
  width: 310px;
  font-size: 12px;
  padding: 1px;
}




/***** kosik info *****/
#kosikinfo {
  border: 1px solid #abc;
  background: #E0EBEF;
  text-align: center;
  padding: 5px;
  margin: 48px 20px 0;
  float: right;
  font-size: 11px;
}
#kosikinfo a {
  text-decoration: underline;
}




/***** LAST ADDED ***********/
.catdesc {
  margin-bottom: 20px;
}
.shop_item {
  border-top: 1px solid #988;
  padding: 10px 0;
}
.shop_item_info {
  float: left;
  width: 400px;
}
.shop_item_name {
  /*text-transform: uppercase;*/
  color: #e08;
}
.shop_item_image {
  float: right;
  background: #fff;
  width: 76px;
  height: 76px;
  padding: 2px;
  border: 1px solid #ccc;
}
.shop_item_image img {
  width: 76px;
}
#main div.shop_item,
#main div.cleaner {
  margin: 0 0 0px;
}
#main .shop_item big {
  font-size: 12px;
}
#main .shop_item p {
  margin: 0;
}



.last_added {
  width: 100%;
  border-bottom: 1px solid #abc;
  border-collapse: collpase;
}
.last_added td {
  border-top: 1px solid #abc;
}
.last_added .pic {
  width: 180px;
}
.last_added td {
  padding: 10px 0;
  vertical-align: top;
}
.last_added td.cena {
  text-align: right;
  width: 180px;
}
.last_added .pic img {
  border: none;
}



/***** ESHOP - COMMON ***************/
.btn {
  width: 100px;
  margin-right: 5px;
  font-size: 11px;
}
.tb {
  height: 16px;
}
.tb50 {
  width: 50px
}
.tb100 {
  width: 100px;
}
#kupec textarea {
  height: 80px;
}
.tb,
#kupec textarea {
  width: 350px;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 16px;
}
.mtb10 {
  margin: 10px 0 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.butt {
  width: 70%;
}
.readonly { background: #ccc; }

/***** SHOPMENU & SHOPITEMS ****************/
#shopmenu {
  float: left;
}
#shopmenu ul {
  padding: 0 0 0 20px;
}
#shopmenu a.selected {
  text-decoration: none;
  color: #e08;
}

#shopitems {
  padding-top: 10px;
  float: right;
  width: 430px;
}

#shopitems #cat_items {
  border: 1px solid #ccc;
  background: #ededef; 
}
#cat_items .tabheader {
  background: #ccc;
  color: #e08;
}
#cat_items .tabheader td {
  padding: 0;  
}
#cat_items {

}
#main #cat_items a {
  text-decoration: none;
}
#main #cat_items a:hover {
  text-decoration: underline;
}
#cat_items .kusy {
  width: 31px;
}
#main .cat_item_row0 td {
  background: #e1e1e1;
}



/***** SHOP CATEGORY ITEMS ******************/
.catdesc h2 {
  color: #e08;
}
#cat_items {
  width: 100%
}
#cat_items .tabheader {
  font-weight: bold;
}


/***** SHOP CARD ****************/
#shopnav {
  margin: 0 0 20px;
  text-align: center;
  background: #eee;
  padding: 2px;
  border-collapse: collpase;
  border: 1px solid #999;
}
#shopnav td {
  padding: 0px;
  font-size: 12px;
}
#shopnav .counter {
  font-weight: bold;
}
#shopnav {
  font-weight: bold
}
#main #shopnav a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #e08;
}
#main #shopnav a:hover {
  text-decoration: underline;
}

.price {
  font-weight: bold;
  /*background: #ecc;*/
  color: #a00;
  padding: 2px 0px;
  font-size: 13px;
}
.item_added {
  font-weight: bold;
  background: #ecc;
  padding: 3px;
}
.item_error {
  font-weight: bold;
  background: #800;
  padding: 3px;
  color: #fff;
}
.pieces {
  width: 25px;
  height: 16px;
  border: 1px solid #766;
  padding: 0 2px;
}
input#addcart {
  font-size: 11px;
  font-weight: bold;
  font-family: arial;
}

#shopitem {
  margin: 0 0 20px 0;
}
#shopitem td.messform {
  padding: 3px 0 0;
  height: 30px;
}
#shopitem td {
  padding: 0 0 8px;
  vertical-align: top;
}
#shopitem td p {
  margin: 0;
}
.shopitemtext {
  width: 87px;
}



#eshop .gal {
  float: left;
  margin: 0 20px 5px 0;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
}
#eshop .gal img {
  width: 230px;
  border: none;
}





/***** SHOPPING BASKET - KOSIK ********************/
#kosik {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}
#kosik td {
  padding: 2px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#kosik .tabheader {
  background: #ddd;
  font-weight: bold;
}
#kosik .tabfooter {
  background: #edc;
  font-weight: bold;
}
#kosik .cenakus {
  width: 60px;
}
#kosik .cenacelkem {
  width: 60px;
}
#kosik .kusy {
  width: 40px;
  text-align: center;
}
#kosik img {
  border: 0;
  vertical-align: -3px;
}
#main #kosik a {
  text-decoration: none;
}

/***** SHOPPING BASKET - KUPEC *****/
#kupec {
  border: 1px solid #999;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 0px;
  float: left;
}
#kupec th {
  background: #ccc;
  color: #000;
  font-weight: bold;
  padding: 2px;
  text-align: left;
}
#kupec td {
  padding: 4px 2px 0;
  vertical-align: top;
  background: #eee;
}
#kupec .tlabel {
  width: 150px;
}
#kupec .cap {
  padding: 4px 2px;
}
#kupec .cap img {
  vertical-align: -3px;
  _vertical-align: 1px;
  margin: 0 2px;
  height: 20px;
}
#kupec .cap input {
  width: 50px;
}

#kupec input,
#kupec textarea {
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
}

#kupec input:focus,
#kupec textarea:focus {
  background: #ffefdf;
}

#main #errlist {
  width: 255px;
  float: right;
}
#main .err {
  color: #c00;
  font-weight: bold;
}

#vypis table {
  width: 100%;
  background: #eef;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
#vypis table td {
  padding: 2px;
  color: #222;
}


