
/*******************************************************************************
 * Rozvržení stránky - boxový layout 
 */
body {
  margin: 0px;
  padding: 0px;
}

#mask_centerBox {
  width: 979px;
  margin: 0px auto;
}

#mask_complexArea {
  width: 950px;
  margin: 0px auto;
}

#mask_topArea {
  clear: both;
  width: 950px;
  float: none;
}

#mask_rightArea {
  clear: left;
  width: 235px;
  float: right;
}

#mask_middleArea {
  clear: left;
  width: 698px;
  float: left;
}

#mask_bottomArea {
  clear: both;
  width: 950px;
  float: none;
}


/*******************************************************************************
 * Společné elementy
 */ 
input.badInput {
  background-color: red;
  color: white;
}

input.goodInput {
  background-color: green;
  color: white;
}

hr {
  height: 2px; 
  border: none;
  border-bottom: 2px solid #9E9E9E;
  margin: 8px 0px;
}

h1 {  
  background-color: transparent;
  color: red;
  font-size: 11px;   
  white-space: nowrap;
  border-bottom: 2px solid #00749B;
  padding: 0px;
}


h1 > span {
  color: white;
  background-position: center center;
  background-repeat: repeat-x;
  background-image: url(images/header1-bg.gif);
  padding: 10px 0px 8px 0px;
  *padding: 0px;
  line-height: 30px;
}

h1 > span > span {
  line-height: 30px;  
  padding: 10px 30px 8px 8px;
  background-image: url(images/header1-mask.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}

/*******************************************************************************
 * Grafický layout - šablona 
 */
body {
  text-align: center;
  background-color: #004676;
  background-image: url(images/body-bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  font-family: "Arial", sans-serif;
}


#mask_centerBox {
  position: relative;
  background-color: #004676;
  background-image: url(images/centerbox-bg.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

#mask_complexArea {
  background-color: white;
}


#mask_topArea {
  position: relative;
}

#topMenu {
  position: relative;
  height: 25px;
  background-image: url(images/topmenu-bg.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  text-align: left;
}

#topMenu ul {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: white;
  font-size: 11px;
}

#topMenu li {
  display: block;
  float: left;
  border-right: 1px solid #4A4A4A;
  padding: 5px 25px 5px 25px;
  margin: 0px;
}

#topMenu li.last {
  border: none;
}

#topMenu a {
  color: white;
  text-decoration: none;
}

#topMenu a:hover {
  text-decoration: underline;
}

#translation {
  position: absolute;
  right: 16px; top: 11px;
  width: 23px; height: 15px;
  background-color: white;
}

#translation a {
  display: block;
  width: 23px; height: 15px;
}






#topHeader {
  clear: both;
  float: none;
  width: 950px;
  height: 145px;
  position: relative;
  background-color: white;
  background-image: url(images/topheader-bg.gif);
  background-position: center top;
  background-repeat: repeat-x;
}

#topHeader img {
  border: none;
  margin-top: 26px;
}


#searchBox {
  position: absolute;
  right: 8px; top: 51px; 
  width: 168px; height: 25px;
  background-image: url(none);
  background-position: right top;
  background-repeat: no-repeat;
  text-align: left;  
}

#searchBox * {
  font-size: 10px;
}

#searchBox #query {
  padding: 0px 1px;
  width: 143px;
  *width: 140px;
}

#searchBox #search {
  background-color: #00769e;
  background-image: url(images/search-btn.gif);
  width: 16px;
  height: 17px;
  background-position: top;
  background-repeat: no-repeat;
  vertical-align: top;
  border: none;
  margin: 0px;
  *margin: 1px 0px 0px 5px;
  padding: 0px;
}


#userBox {
  position: absolute;
  right: 8px; bottom: 40px;
  width: 168px; height: 94px;
  text-align: left;
  font-size: 11px;
}

#userBox * {
}

#userBox .title {
  margin-top: 13px;
  font-weight: bold;
  
}

#userBox input {
  font-size: 10px;
  margin: 0px 0px 2px 0px;
  *margin: 0px;
}

#userBox input#eshopUsername {
  padding: 0px 1px;
  width: 157px;
  *width: 159px;
}

#userBox input#eshopPassword {
  padding: 0px 1px;
  width: 138px;
} 

#userBox #eshopLogin {
  width: 16px;
  height: 17px;
  background-color: #00769e;
  background-image: url(images/login-btn.gif);
  background-position: top;
  background-repeat: no-repeat;
  vertical-align: top;
  border: none;
  margin: 0px;
  *margin: 1px 0px 0px 5px;
  padding: 0px;
  cursor: pointer;
}

#userBox #eshopRememberMe {
  margin-right: 3px;
  *margin-left: -4px;
  *margin-top: -3px;
  *margin-right: 0px;    
  padding: 0px;
}

#userBox label {
  vertical-align: text-top;
  font-size: 10px;
}

#userBox ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#userBox li {
  display: block;
  padding: 0px;
  margin: 0px;
}



#mainMenu {
  position: relative;
  height: 40px;
  background-image: url(images/mainmenu-bg.gif);
  background-position: top;
  background-repeat: repeat-x;
  text-align: left;
}

#mainMenu ul {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: white;
  font-weight: bold;
  font-size: 11px;
}

#mainMenu li {
  display: block;
  float: left;
  position: relative;
  background-image: url(images/mainmenu-sep.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0px;
}

#mainMenu li.last {
  background-image: none;
}

#mainMenu a {
  padding: 15px 25px 10px 25px;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  color: white;
  display: block;
  text-decoration: none;
}

#mainMenu a:hover {
  background-image: url(images/mainmenu-cur.gif);
  text-decoration: underline;
}

button#toggleCategoryTree {
  background-color: transparent;
  border: none;
  background-image: url(images/category-btn.gif);
  width: 236px;
  height: 40px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: white;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  padding-left: 55px;
  cursor: pointer;
}

#categoryTree {
  display: none;
  position: absolute;
  right: 14px;
  top: 210px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  background-image: url(images/cattree-bg.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#closeCategoryTree {
  height: 40px;
  text-align: right;
  width: 228px;
  margin-right: 8px;
  border: none;
  background-color: transparent;
  color: white;
  font-weight: bold;
  text-decoration: underline;
  font-size: 11px;
  cursor: pointer;
}

#categoryTree > ul {
  color: white;
  background-color: #EF3824;
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#categoryTree > ul ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: absolute;
  display: none;
  top: 0px;
  right: +236px;
  background-color: #EEEEEE;
  color: #EF3824;
}

#categoryTree li {
  position: relative;
  width: 236px;
  padding: 0px 0px 0px 0px;  
  margin: 0px;
  display: block;
  background-image: url(images/cattree-li-grey-close.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

#categoryTree > ul ul li {
  background-image: url(images/cattree-li-blue-close.gif);
}


#categoryTree a {
  display: block;
  margin: 0px;
  padding: 8px 5px 8px 29px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}

#categoryTree > ul ul a {
  color: black;
}

#categoryTree a:hover {
  background-color: white;
  color: #EF3824;
  background-image: url(images/cattree-li-grey-open.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

#categoryTree > ul ul a:hover {
  color: white;
  background-image: url(images/cattree-li-blue-open.gif);
  background-color: #EF3824;  
}


#infoPanel {
  margin: 16px 16px 0px 0px;
  text-align: left;
}

/*
#infoPanel h1 {
  color: white;
  font-size: 11px;
  height: 26px;
  background-image: url(images/mainmenu-bg.gif);
  background-position: top;
  background-repeat: repeat-x;
  padding: 14px 8px 0px 15px;
  margin: 0px 0px 10px 0px;
}
*/
#infoPanel ul {
  display: block;
  list-style-type: none;
  list-style-image: url(images/infopanel-li.gif);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

#infoPanel li {
  background-image: url(images/infopanel-li.gif);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  clear: both;
  color: black;
  font-size: 12px;
  margin: 8px 0px 0px 0px;
  padding: 0px 0px 8px 14px;
  border-bottom: 2px solid #00ABE5;
}


#infoPanel li.last {
  border-bottom: none;
}

#infoPanel img {
  width: 75px;
  height: 75px;
  float: right;
  margin-left: 8px;
  clear: both;
}

#infoPanel img.loading {
  width: 227px;
  height: 40px;
  float: none;
  margin: 0px 0px 8px 0px;
  clear: none;
}

#mask_mainContent {
  margin: 16px;
  text-align: left;
}





#rootCategories ul {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  color: white;
  font-size: 11px;
}

#rootCategories li {
  width: 161px;
  height: 188px;
  background-image: url(images/hp-category-bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  float: left;
  position: relative;
  margin: 0px 4px 4px 0px;
}

#rootCategories a.forTitle {
  display: block;
  position: absolute;
  left: 0px; bottom: 27px;
  width: 145px;
  height: 24px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 8px;
}

#rootCategories a:hover {
  text-decoration: underline;
}

#rootCategories img {
  position: absolute;
  left: 0px; top: 0px;
  width: 161px;
  height: 161px;
  border: none;
}


#categoryPath {

}


#categoryPath ul {
  display: block;
  font-size: 12px;
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 16px 0px;
}

#categoryPath li {
  display: inline;
  background-image: url(images/li-blue-open.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 5px 0px 15px;
  font-weight: bold;
  color: black;
}

#categoryPath li a {
  color: #6C00FF;
}

#categoryPath li.first {
  background-image: none;
  padding-left: 0px;
  font-weight: normal;
}

#categoryPath li.first a {
  color: black;
}




#categoryInfo {
  float: left;
  width: 161px;
  font-size: 12px;
  clear: both;  
} 

#categoryInfo div {
  width: 161px;
  height: 188px;
  background-image: url(images/hp-category-bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  margin: 0px 0px 0px 0px;
}

#categoryInfo img {
  width: 161px;
  height: 161px;
  border: none;
}


#categoryInfo h1 {
  position: absolute;
  left: 0px; bottom: 27px;
  width: 145px;
  height: 24px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 8px; 
  margin: 0px; 
  white-space: normal;
  border-bottom: none;

}

#categoryList {
  float: right;
  width: 490px;
  font-size: 11px;
}

#categoryList ul {
  border-top: 2px solid #9E9E9E;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
}

#categoryList li {
  display: block;
  border-bottom: 2px solid #9E9E9E;
  margin: 0px;
  padding: 4px 0px 8px 0px;
  margin: 0px;
}

#categoryList a {
  color: #6C00FF;
  font-weight: bold;
}

#productList {
  float: none;
  clear: both;
  position: relative;
  padding-top: 24px;
  font-size: 11px;
  margin-bottom: 24px;
}

#productList h2 {
  height: 24px;
  background-image: url(images/header-bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #00749B;
  color: white;
  font-size: 11px;
  padding: 14px 0px 0px 8px;
  margin: 0px 0px 16px 0px; 
}

#productList div.orderBy {
  position: absolute;
  left: 226px;
  top: 26px;
}


#producersFilter {
  position: absolute;
  left: 226px;
  top: 42px;
  width: 490px;
  font-size: 11px;
}

#producersFilter select {
  font-size: 11px;
}




#productList div.changeView {
  position: absolute;
  right: 0px;
  top: 36px;
}

#productList div.changeView #toggleView {
  vertical-align: top;
  width: 52px;
  height: 19px;
  border: none;
  padding: 0px;
  margin-left: 4px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}

#productList div.changeView .gallery {
  background-image: url(images/view-btn-gallery.gif);
}


#productList div.changeView .table {
  background-image: url(images/view-btn-table.gif);
}

#productList table.tableView {
  width: 100%;
  border-collapse: collapse;
}

#productList .tableView tr {
}

#productList .tableView th {
  border-top: none;
  border-right: none;
  border-bottom: 2px #00749B solid;
  border-left: 2px solid white;
  background-image: url(images/mainmenu-bg.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  color: white;
  padding: 16px 10px 10px 10px;
}

#productList .tableView th.first {
  border-left: none;
}

#productList .tableView th span {
  background-image: url(images/mainmenu-bg.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  color: white;
  margin: 0px;
  padding: 16px 10px 10px 10px;
}


#productList .tableView td {
  padding: 8px 4px;
  border-bottom: 2px solid #9E9E9E; 
  vertical-align: top;
}

#productList .tableView td.first {
  padding-left: 0px;
}


#productList .tableView img {
  width: 50px;
  height: 50px;
  border: 1px solid black;
}

#productList .tableView .on-demand {
  padding: 4px 6px;
  float: right;
  background-color: #9e9e9e;
  color: yellow;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  margin-bottom: -10px;
}

#productList .tableView tr.odd {
  background-color: #efefef;
}

#productList .tableView tr.even {
}



#productList ul.galleryView {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#productList .galleryView li {
  display: block;
  position: relative;
  float: left;
  width: 202px;
  height: 370px;
  margin: 16px 16px 16px 0px;
  overflow: hidden;
  background-color: #efefef;
}

#productList .galleryView img {
  width: 200px;
  height: 200px;
  border: 1px solid #9E9E9E;
}

#productList .galleryView h3 {
  font-size: 14px;
  margin: 0px 8px 8px 8px; 
}

#productList .tableView h3 {
  font-size: 14px;
  margin: 0px 8px 8px 0px; 
}


#productList h3 .colorBox {
  background-color: #EEEEEE;
  padding: 0px 6px;
}

#productList h3 a {
  color: black;
  text-decoration: none;
}

#productList .galleryView div.info1 {
  padding: 4px 8px;
}

#productList .galleryView div.info2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 186px;
  padding: 4px 8px;
  border-bottom: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
}


.product-img-holder {
  position: relative;
  padding: 0px;
}

.product-img-holder .on-demand {
  position: absolute;
  bottom: 0px; right: 0px;
  padding: 4px 6px;
  background-color: #9e9e9e;
  color: yellow;
  font-weight: bold;
  font-size: 11px;
}


#productPictures {
  float: left;
  width: 210px
}

#productPictures .on-demand {
  right: 8px;
}

#productPictures img {
  width: 200px
  height: 200px;
  border: 1px solid #9e9e9e;
  margin: 0px;
}

#productPictures img.small {
  height: 50px;
  margin: 4px 4px 0px 0px;
}

#productDetail {
  float: right;
  width: 450px;
  font-size: 11px;
}

/*
#productDetail h1 {
  font-size: 16px;
  padding-bottom: 8px;
  margin: 0px 0px 8px 0px;
  border-bottom: 2px solid #9E9E9E;   
}
*/
#productDetail h1 {
  margin-bottom: 0px;
}


#productDetail h1 .colorBox {
  background-color: #EEEEEE;
  padding: 0px 6px;
  margin-right: 4px;
}

#productDetail .info p {
  background-color: #efefef;
  margin: 0px;
  padding: 8px 8px;
}

#productDetail .prices {
  border-top: 2px solid #9E9E9E;   
  border-bottom: 2px solid #9E9E9E;
  margin: 0px 0px 8px 0px;
  padding: 16px 0px;     
}

#productDetail .prices .box {
  color: white;
  float: left;
  width: 120px;
  padding: 8px;
  background-color: #9E9E9E;
  overflow: hidden;
  margin-right: 8px;
}

#productDetail .prices .total {
  background-color: #EF3824;
}

#productDetail .prices big {
  font-size: 16px;
}

#productDetail #addToCart {
  background-color: #EF3824;  
  color: white;
  font-weight: bold;
  padding: 4px 4px 3px 20px;
  border: none;
  font-size: 12px;
  background-image: url(images/add-btn-bg.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: 4px;
}

#productDetail #msg {
  float: left;
  color: red;
  background-color: yellow;  
  font-weight: bold;
  padding: 4px 4px 3px 4px;
  font-size: 12px;
}


#productDetail h2 {
  margin: 0px 0px 8px 0px;
  font-size: 12px;
}

#productDetail ul {
  list-style-image: url(images/li-grey-open.gif);
  padding-left: 24px;
  margin: 0px;
}

#productDetail li {
  padding: 0px;
  margin: 0px;
}




/*******************************************************************************
 * registrace
 */ 
/*
#registerUser h1 {
  height: 24px;
  background-image: url(images/header-bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #00749B;
  color: white;
  font-size: 11px;
  padding: 14px 0px 0px 8px;
  margin: 0px; 
}
*/
#registerUser table {
  margin: 0px auto;  
}

#registerUser th,
#registerUser td {
  padding: 4px 2px;
}

#registerUser th {
  font-size: 12px;
  color: #EF3824;
  text-align: left;
}

#registerUser th small {
  color: black;
}


/*******************************************************************************
 * Zvětšování textu
 */ 
.scaleable {
  position: relative;
}


.scaleable .fontSize {
  position: absolute;
  right: 0px; 
  top: -43px;
  *top: -53px;
  width: 300px;
  text-align: right;
  font-size: 11px;
}

#staticPage .scaleable .fontSize {
  top: -3px;
}

#productDetail .scaleable .fontSize {
  top: -35px;
}


.scaleable .fontSize button {
  width: 16px; height: 16px;
  background-color: #d1d1d1;
  border: none;
  vertical-align: middle;
  margin-left: 4px;
  cursor: pointer;
}

.scaleable .fontSize button:hover {
  background-color: #00749B;
}

.scaleable .fontSize .fontSize_minus {
  background-image: url(images/font-size-minus.gif);
}
.scaleable .fontSize .fontSize_plus {
  background-image: url(images/font-size-plus.gif);
}
.scaleable .fontSize .fontSize_normal {
  background-image: url(images/font-size-normal.gif);
}

/*******************************************************************************
 * novinky
 */ 
#newsSection {
  clear: both;
  font-size: 11px;
  margin-bottom: 8px;

}

#newsSection ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#newsSection li {
  display: block;
  padding-top: 8px;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #00ABE5; 
  clear: both;
}

#newsSection h1 {
  background-color: white;
}

#newsSection h2 {
  margin: 0px;
  padding-top: 0px;
  font-size: 150%;
}

#newsSection img {
  float: left;
  margin: 0px 16px 8px 0px;
  border: 1px solid black;
}

#newsSection li img {
  float: left;
  margin: 0px 16px 8px 0px;
  border: 1px solid black;
  width: 161px;
  height: 161px;
}


#newsSection .news {
  float: right;
  width: 445px;
}

#newsSection .news > div {
  background-color: #efefef;  
}

#newsSection .info {
  padding-left: 16px;
  padding-right: 16px;
}


#newsSection .content {
  padding: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #00749B; 
}

#newsSection .content img {
  float: none;
  margin: auto;
  border: none;
}

#newsSection a {
  font-weight: bold;
  color: #00ABE5;
}

#newsSection em {
  font-style: normal;
  color: #00ABE5;
}

#newPager {
  margin
}

#newsPager span {
  display: block;
  float: left;
  margin-right: 2px;
  height: 28px;
  padding: 10px 10px 0px 10px;
  background-image: url(images/mainmenu-bg.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  color: white;
  font-size: 12px;
}

#newsPager a {
  font-weight: normal;
  color: white;
}

#mask_bottomArea {
  text-align: center;
  height: 104px;
  background-image: url(images/topheader-bg.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

#footer {
  margin: 0px auto 0px auto;
  width: 934px;
  height: 60px;
  background-image: url(images/footer-bg.gif);
  background-position: top;
  background-repeat: repeat-x;
  font-size: 10px;

}

#copyright {
  margin: 10px;
  text-align: left; 
  float: left;
  width: 650px;
}

#systemLinks {
  margin: 10px;
  text-align: right;
  float: right;
  width: 220px;
}

#systemLinks img {
  vertical-align: middle;
}

#systemLinks a {
  padding: 0px 3px;
  color: black;
}



/*******************************************************************************
 * STATICPAGE
 */ 
#staticPage {
  font-size: 11px;
  background-color: #efefef;
  padding-bottom: 16px;
  border-bottom: 2px solid #00749B;
} 



#staticPage h1 {
  background-color: white;
}

#staticPage h2 {
  font-size: 127%;
  color: #EF3824;
  padding-left: 16px;
  padding-right: 16px; 
}

#staticPage h3 {
  font-size: 109%;
  padding-left: 16px;
  padding-right: 16px; 
}

#staticPage p {
  padding-left: 16px;
  padding-right: 16px; 
}

#staticPage ul {
  list-style-image: url(images/li-blue-open.gif);
  padding-left: 32px;
  padding-right: 16px; 
  margin: 0px;
}

#staticPage ol {
  padding-left: 32px;
  padding-right: 16px; 
  margin: 0px;
}

#staticPage li {
  padding: 0px;
  margin: 0px 0px 0px 8px;
}

#staticPage table {
  margin-left: 16px;
  border-collapse: collapse;
  border: 1px solid #333;
}

#staticPage table td, th {
  border: 1px solid #333;
  padding: 4px;
}

/*******************************************************************************
 * Vyhledávání
 */ 
#searchResults {
  font-size: 11px;
}

/*
#searchResults h1 {
  height: 24px;
  background-image: url(images/header-bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #00749B;
  color: white;
  font-size: 11px;
  padding: 14px 0px 0px 8px;
  margin: 0px 0px 8px 0px;   
}
*/
#searchResults h2 {
  margin: 0px 0px 8px 0px;
  font-size: 12px;
}


#searchResults table.results {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

#searchResults .results thead th {
  border-bottom: 2px #00749B solid;
  border-left: 2px solid white;
  background-image: url(images/mainmenu-bg.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  color: white;
  padding: 16px 10px 10px 10px;
}

#searchResults .results thead th.first {
  border-left: none;
}

#searchResults .results td {
  padding: 8px 4px;
  border-bottom: 2px solid #9E9E9E; 
  vertical-align: top;
}

#searchResults .results td.first {
  padding-left: 0px;
}



/*******************************************************************************
 * Nákupní košík
 */ 
#cartList {
  font-size: 11px;
}

/*
#cartList h1 {
  height: 24px;
  background-image: url(images/header-bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #00749B;
  color: white;
  font-size: 11px;
  padding: 14px 0px 0px 8px;
  margin: 0px 0px 8px 0px;   
}
*/

/*******************************************************************************
 * Potvrzení objednávky
 */ 
#thanx {
  font-size: 11px;
}

/*
#thanx h1 {
  height: 24px;
  background-image: url(images/header-bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #00749B;
  color: white;
  font-size: 11px;
  padding: 14px 0px 0px 8px;
  margin: 0px 0px 8px 0px;   
}
*/


/*******************************************************************************
 * Standardní styly
 */ 
.nd {
  display: none;
}

.cb {
  clear: both;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nw {
  white-space: nowrap;
}

#warning {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  background-color: red;
  color: white;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}


#settings {
  position: absolute;
  top: 0px; right: 14px;
  width: 500px;
  background-color: transparent;
}

#settings .content {
  display: none;
}

#settings #showSettings {
  margin: 4px 8px 0px 0px;
}

