/* --------- Stranka - jediny abs. DIV -------------- */

BODY {
 width: 100%;
 background-color: #be0000;
 margin: 0px;
 padding: 0px;
}

#stl_divBodyLeft {
 margin: 10px;
 border-right: 1px dashed #ffffff;
}

#stl_divBodyContent {
 margin: 10px;
}

#stl_divShopMenu {
 margin: 10px;
 padding: 10px;
/* border: 1px solid #be0000; */
 background-color: #BE0000;
}

/* --------------- ELEMENTS --------------- */

hr {
 width: 100%;
 height: 1px;
 color: #ffffff;
 clear: all;
}

ul {
 list-style-type: square;
}

td {
 vertical-align: top;
}

P, OL, UL, DIV, H1, H2, TD, INPUT, SPAN, TEXTAREA, SELECT {
 font-family: Verdana, Arial, Helvetica, sans-serif;
/* font-family: Times, "Times New Roman", serif; */
 font-size: 8pt;
 font-style: normal;
 color: #000000;
 text-align: justify;
}

.smalltext {
 font-size: 7pt;
 font-style: normal;
 padding:0;
 margin:0;
}

.ultrasmalltext {
 font-size: 6pt;
 font-style: normal;
 padding:0;
 margin:0;
}

A {
 color: #be0000; /* standard link color, if not specified otherwise in <a class=...> */
 text-decoration: none;
 font-weight: bold;
}

.clrWhite {
 color: #ffffff; /* standard link color, if not specified otherwise in <a class=...> */
}

A:hover, active {
/* color: #ffffff; */
 text-decoration: underline;
}

/* --------------- FORMATING --------------- */

.prodTtl {
color: #be0000;
}

.i {
 font-style: italic;
}

.noU {
 text-decoration: none;
 border-width: 0;
}

.marBott {
 margin-bottom: 1px solid #ffffff;
}

.vAlignMid {
 vertical-align: middle;
}

input, textarea {
/* width: 400px; */
 color: #000000;
}

.csc-uploads-description {
 padding-bottom: 20px;
}

/* --------------- UNKNOWN --------------- */

H1 {
 font-weight: bold;
/* font-size: 10pt; */
 color: #ffffff; background-color: #be0000;
 clear: both;
 padding: 2px 3px;
 margin: 0px 0px 9px 0px;
 /* border-top: 1px dashed #ffffff; */
}

H2 {
 clear: both;
}

H3 {
 font-weight: bold;
 clear: both;
 border-top: 1px dashed #BE0000;
 font-size: 8pt;
/* padding-top: 0.5em; */
}

/* shop subtitle */
H6 {
 font-weight: bold;
 padding: 2px 0px;
 border-bottom: 1px dashed #be0000;
 margin: 0px 0px 9px 0px;
 clear: both;
}


/* ---------------- SHOP -------------------- */
.shopListProdBox {
 float: left;
 width: 250px;
 height: 220px;
 border-bottom: 1px dashed #BE0000;
 border-right: 1px dashed #BE0000;
 margin: 3px;
}

.shopPrice {
 font-size: 14px;
 font-weight: bold;
 color: #BE0000;
}

.shopPriceTax {
 font-size: 8px;
 font-weight: normal;
 color: #000000;
}


.shopTabHead {
 font-weight: bold;
 background-color: #cccccc;
 color: #000000;
 /*height:22px;*/
}

.shopTabHeadLt {
 font-weight: bold;
}
.shopTabTopay {
 font-weight: bold;
/* background-color: #1e673c;
 color: #ffffff; */
 color: #009900;
 font-size: 13px;
}

.shopTxtInstock {
 color: #009900;
 font-weight: bold;
}

.shopBrowsePages {
 clear: both;
}

.shopButton {
/* width: 200px; */
}

.shopInputSearch {
 width: 90%;
}

.shopLink {
 color: #be0000;
 font-weight: normal;
 text-decoration: underline;
}

#stl_divBoxTip {
 position: absolute;
 left: 720px;
 top: 150px;
 width: 160px;
 font-size: 7pt;
 border: 1px dashed #ffffff;
 padding: 5px;
}

.shop_minibasket_image {
  float: left;
}

.shop_minibasket_image IMG {
 border:0;
}

.shop_minibasket_text {
  color: #ffffff;
  float: right;
  text-align: left;
  font-size: 7pt;
}

.floatLeft {
  float:left;
}

