#banner-right-box{
  text-align: center;
}

code {
font-size: 110%;
background-color: #F4F6F8;
padding: 2px 6px;
border: 1px dashed #cbd7e4;
display: block;
margin-bottom: 1em;
}

/* table main */

.table,
.pricelist {                                                                /* .pricelist nahradit .table, .pricelist max. jako dopl—  ěkov—é č t—  äó—é §da, v—  če .table.blue, table.grey, atd. */
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px #ccc; 
  -moz-box-shadow: 0 1px 1px #ccc; 
  box-shadow: 0 1px 1px #ccc;    
  margin-bottom: 1em;  
  width: 99%;
}

.table.blue thead th,
.pricelist.blue thead th, .pricelist.main thead th {
 /* background-color: #dce9f9; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image:         linear-gradient(top, #ebf3fc, #dce9f9); */
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
  border-top: 1px;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  text-align:center;
}

.pricelist.main {
  margin-bottom: 0;
}

.pricelist.main .row1 {
  height: 30px;
  line-height: 35px;
  font-size: 14px;                                                            /* napsat relativn ä Č  */
}

.pricelist.main .row1 small {
  font-size: 11px;                                                            /* napsat relativn ä Č  */
}

.pricelist.main .row1 strong {
  font-size: 15px;                                                            /* napsat relativn ä Č  */
}

.pricelist.main .row2 {
  height: 15px;
  line-height: 25px;
  font-size: 9px;                                                            /* napsat relativn ä Č  */
  color: #ccc;
}

.pricelist.main .row2 strong {
  color: #c30505;
}

.pricelist.main tr.onerow th,
.pricelist.main tr.onerow td {
  padding: 7px 8px;  
}
.pricelist td,
.pricelist th
{
  text-align:center;
  padding: 5px;
}

.buy_bar {
  width: 105px;
  margin: 0 auto;
}

.buy_bar select,
.buy_bar input[type="submit"] {
  float: left;
}

.buy_bar select {
  width: 71px; height: 25px;
  padding: 3px 2px !important;
  border: 1px solid #bbb;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;  
}

.buy_bar option {
  padding: 5px !important;
}

.buy_bar input[type="submit"] {
  cursor: pointer;    
  width: 28px;
  height: 25px;
  background: #ddd url(http://www.blog.sslmarket.cz/ftp/icon-basket.png) no-repeat scroll 50% 50%;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;  
  border:0;
  margin-left:2px;
}

.buy_bar input[type="submit"]:hover { background-color: #4cbf3a; }

