* {
margin: 0;
padding: 0;
}
html {
background:black;
}

body {
text-align: center;
font:0.75em Arial,Verdana,sans-serif;
line-height:1.7em;
background: black;
color: white;
}

a:link    {text-decoration: none; }
a:visited {text-decoration: none; }
a:hover   {text-decoration: none; }
a:active  {text-decoration: none; }
a:focus   {outline: none}

.toLeft   {float: left;}
.toRight   {float: right;}

img {border: none;}


{
overflow: hidden;
}

h1 {
color:#ff0900;
font-size: 160%;
margin:0 0 0 0;
padding:15px 0 5px 0;
line-height: 130%;
}
h2 {
color:#ff0900;
margin:0 0 0 0;
padding:15px 0 5px 0;
font-size: 140%;
line-height:100%;
}
h3 {
margin:0 0 0 0;
padding:10px 0 0 0;
font-size:120%;
}
h4 {
font-size:120%;
color:#cf990a;
padding:10px 0 0 0;
margin:0;
}
h5 {
font-size:110%;
}

ul, ol {
margin:20px 0 5px 5px;
}
li {
margin:0 0 0 5px;
}

p {
font-size: 10pt;
}
a {
color:#ff7300;
}
p a {
font-weight: normal;
text-decoration: underline !important;
}
p a:hover {
text-decoration: none !important;
}

#header
{
  position: relative;
  width: 995px;
  height: 132px;
  background: url("./logo.jpg");
  background-repeat: no-repeat;
  margin:auto;
  padding:0px;
  
}

#logo { position:absolute; width:333px; height: 35px; left: 0px; top: 35px; float:left}


.headerLabel 
{ 
  position:absolute;
  width: 200px;
  margin:0px;
  padding:0px;   
  font-family:Arial, Times, sans-serif; 
  font-size: 20px;
  text-align: left; 
  line-height: 1em;
}
.headerLabel a { color: white; text-decoration:none;}
.headerLabel a:hover { color: #ff7000}
.headerLabelXY1 {left: 550px; top: 29px;}
.headerLabelXY2 {left: 278px; top: 87px;}


#menuLogin
{
  position: absolute;
  width: 120px;
  top:20px;
  left:705px;
  padding:0px;
  margin:0px;
  color:gray;
  line-height:1.2em;
  font-size: 13px;
}

#menuLogin a {color: gray}

#menuLogin hr 
{
  height: 0px;
  border-width: 0;
  border-bottom:1px solid #2F2A16;
  margin:5px;
}


#menukosik
{
  position: absolute;
  width: 100px;
  top:20px;
  left:852px;
  text-align:left;
  padding:0px;
  margin:0px;
  color:gray;
  line-height:1.2em;
  font-size: 13px;
}
#menukosik a {text-decoration:none; color:gray}
.big { font-size: 18px;  font-weight: bolder;}
.colorOrange, #menukosik a.colorOrange, #menuLogin .colorOrange a{ color:#ff3a05}

Input.formSearchText 
{ 
  position: absolute; 
  width:200px;
  height:19px; 
  top:95px;
  left:692px;
  margin:0px;
  padding:2px 0px 0px 5px; 
}

Input.formSearchButton 
{ 
  position: absolute; 
  width:76px;
  height:25px; 
  top:93px;
  left:908px;
  margin:0px;
  padding:2px 0px 0px 5px; 
}

/*
#topmenu
{
  position:relative;
  background: url("./navigation.jpg") center;
  background-repeat: no-repeat;
  width:995px;
  height: 38px;
  margin: 0px auto 0px auto;
  padding: 0px;
 
 
  
}

#topmenu ul
{
  display:block;
  position:absolute;
  list-style-type: none;
  left:285px;
  padding:0px;
  margin:0px
  
}

#topmenu ul li 
{ 
  display: inline;
  
}

#topmenu a
{
  display:block;
  float:left; 
  margin:0px;
  padding:0px;
  width: 111px;
  color: black;
  font-family:Arial, Times, sans-serif; 
  font-size: 15px;
  font-weight: bold; 
  color: #ffffff;
  text-decoration:none;
  line-height:30px;

}

#topmenu a:hover
{
  color: black;
}
*/

#topmenu
{
  position:relative;
  /*background: url('./navigation.jpg');*/
  background-repeat: no-repeat;
  width:1000px;
  height: 37px;
  margin: 0px auto 10px auto;
  padding: 0px;
  background: url('menuTopBg.jpg') center top no-repeat;
  
  text-align: center;
  overflow: hidden;
}

#topmenu ul
{
  display: block;
  list-style-type: none;
  padding:0px;
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  margin: 0px auto 0px auto;
}

#topmenu ul li 
{ 
  display: block;
  margin:0px;
  line-height: 37px;
  float: left;
  width: 130px;/*edit menu.php as well*/
}



#topmenu a
{
  display:block;
  margin:0px;
  color: black;
  font-family:Arial, Times, sans-serif; 
  font-size: 15px;
  font-weight: bold; 
  color: #ffffff;
  text-decoration:none;
  background: url('menuTopBar.jpg') center center repeat-x;
  height: 37px;
}



#topmenu ul li span 
{ 

  display:block;
  line-height: 30px;
  background: url('menuTopShadow.jpg') left center no-repeat; 
  padding-left: 16px;
  padding-right: 18px;
  height: 37px;
}



#topmenu li.first-child
{
  background: url('menuTopFirst.jpg') left center no-repeat;
  padding-left: 65px; /*edit menu.php as well*/
  
}

#topmenu li.last-child 
{
  background: url('menuTopLast.jpg') right center no-repeat;
  padding-right: 65px; /*edit menu.php as well*/
}

#topmenu ul li.first-child span
{
  background: none;
}

#topmenu a:hover
{
  color: black;
}

#container
{
   width:995px;
   margin:auto;
   overflow:hidden;
}

#leftColumn
{
  width:220px;
  font-family:italic;
  font-size: 16px;
  margin-left:2px;
  float:left;
}
.sideMenuPane
{
  text-align:left;
  float:left;
  padding: 0px;
  font-size: 14px;
  font-family:Arial, Times, sans-serif; 
   line-height:0.9em;
  position:relative;

}

.sideMenuPane a
{
  width:108px;
  height:50px;
  display:block;
  text-decoration:none;
  background: url("./sideMenuPane.jpg");
  background-repeat: no-repeat;
  text-align:left;
  color:gray;
}

.sideMenuPane a:hover, .sideMenuPane a.active { background: url("./sideMenuPaneSelect.jpg");  background-repeat: no-repeat; color:white;  font-weight:bolder}

/*.sideMenuPane .posXYmotoSort{ position: absolute; top:10px; left:15px}*/
/*.sideMenuPane .posXYnahrDily{ position: absolute; display:inline; top:18px; left:10px}*/
.sideMenuPane .posXYmotoSort{  margin: 0px; padding: 10px 0 0 10px;  display: block}
.sideMenuPane .posXYnahrDily{  margin: 0px; padding: 18px 0 0 10px;  display: block}

#menuBars { font-family:Arial, Times, sans-serif;  font-size: 16px; line-height:22px; float:left; } 
#menuBars ul { margin:0px; padding:0px; list-style-type: none;  margin-bottom:2px;}
#menuBars li {  padding: 0px 0px 1px 0px; margin:0px;  }
.ccs-0, .ccs-1, .ccs-2, .ccs-3{ margin:0px; padding: 0px}


a:visited {text-decoration:none}

#menuBars li a
{
  display:block;
  width:200px;
  height:25px;
  
  text-decoration:none;
  background: url("./menuBar.jpg");
  background-repeat: no-repeat;
  color: white;
  text-align:left;
  font: normal bold 15px/1.6em sans-serif;
  padding-left: 15px;
}




#menuBars a:hover, #menuBars ul .active a { background: url("./menuBarSelect.jpg"); color: black}
#menuBars ul .active ul a {background: none; color: white}
#menuBars ul .active ul .active a {background: none; color:  #ff3a05}
#menuBars ul .active ul .active ul a {color: gray}


#menuBars ul ul { display: none;}
#menuBars ul .active ul { display: block}
#menuBars ul .active ul ul { display: none;}
#menuBars ul .active ul .active ul { display: block}


#menuBars li li { padding: 0px; margin:0px; text-align: left;}
#menuBars li ul { padding: 5px 0px 0px 30px}
#menuBars li li a
{
  display: inline;
  
  background:none;
  margin:0px;
  padding:0px;
  color:white;
  font: normal normal 13px/1.0 sans-serif;
  line-height: 1em;
  
  
}
#menuBars li li a:hover { color: #ff3a05; background:none;}

#menuBars li li li a { color: gray; text-decoration: underline}
#menuBars li li li a:hover { color: #ff3a05; }
#menuBars li li ul { padding: 0px 0px 1px 20px}

#menuBars .hide {display:none}

.clear {clear:both; }
.y10 { height: 10px; line-height:1px; font-size: 1px}

#area { margin-top:0px; padding-top:0px}
#topmenu { margin-top:0px; padding-top:0px}

#workspace {font: normal normal 14px/1.2 sans-serif}
#work { background:white; color: black; float: left; width: 521px; text-align: left; margin:0px; padding: 10px 30px 5px 30px; }
#workProduct, #workReg { background:white; color: black; float: left; width: 571px; text-align: left; margin:0px; padding: 0px 5px 5px 5px;  }
#workGallery, #workAkce, #workNew   { background:white; color: black; float: left; width: 581px; text-align: left; margin:0px; padding: 0px; }
/*#workReg {padding-left: 5px; font: normal normal 12px/1.0 sans-serif; wi}*/
#workGallery p { padding: 5px 10px 2px 10px }


#workspace img {padding:1px; border:1px solid silver;}
#workspace .productListItem img {border:none;}


#work .textArea {margin:0px; padding:10px;}

.whiteHeader, h1#pagetitle
{ 
  background: url("./titleBG.jpg"); 
  background-repeat: no-repeat; 
  width: 581px; height:42px; color:black;  
  margin:0px; padding: 10px 25px 0px 15px;
  text-align:left;
  font: normal bold 24px/1.0 sans-serif;
} 

h1#pagetitleWide, .whiteHeaderWide
{ 
  background: url("./titleBGwide.jpg"); 
  background-repeat: no-repeat; 
  width: 770px; height:42px; color:black;  
  margin:0px; padding: 10px 25px 0px 15px;
  text-align:left;
  font: normal bold 24px/1.0 sans-serif;
} 

h1.whiteHeader  {font-size: 24px; line-height: 24px;}

#content { overflow:hidden; width: 581px; float:left; }
#contentWide { overflow:hidden; width: 770px; float: left  }

.whiteBoxFooter 
{ 
  float:left; width: 581px;  height:6px; 
  font-size:1px;
  margin: 0px; padding: 0px;
  background: url("./whiteBoxFooter.jpg");
  background-repeat: no-repeat;
}
.whiteBoxFooterWide 
{ 
  float:left; width: 770px;  height:6px; 
  font-size:1px;
  margin: 0px; padding: 0px;
  background: url("./whiteBoxFooterWide.jpg");
  background-repeat: no-repeat;
}

#virtualView 
{ 
  position: relative;
  background: url("./virtualViewBG.jpg"); 
  background-repeat:no-repeat;
  width: 581px; height: 359px; 
  text-align:left;

}

#virtualView h2 { font-size: 24px; line-height: 24px; margin:0px ; padding:10px 0px 10px 25px; }
#virtualView img {padding-left:25px} 

#virtualViewTipBox { position: absolute; top: 40px; right: 5px; width: 140px;   }
#virtualViewTipLabel { color: #ff3a05;  font: normal bold 26px/1.1 sans-serif }
#virtualViewTipText {color: gray; font: normal normal 12px/1.0 sans-serif}

#homepageAkce 
{ 
  position: relative;
  background: url("./akceBox.jpg"); 
  background-repeat: no-repeat; 
  width: 589px; height: 240px;
  margin:0px; padding:0px;
}

.homepageAkceDate 
{
  position: absolute;
  left: 488px;
  top: 44px;
  color: white;
  line-height: 0.9em;

  width: 72px;
  font-size: 17px;
}


#homepageAkce .textArea
{
  position:relative;
  width: 440px;
  height: 178px;
  color: black; 
  float:left;
  padding: 10px 0px 0px 25px;
  text-align: left;
}

.akceButton {  position:absolute; width: 60px; height: 23px; bottom: 13px; right: 10px;  }

.akceButton a 
{
  display:block;
  margin:0px; padding:0px;
  padding-left:5px; 
  background: url("./akceButton.jpg"); 
  background-repeat:no-repeat;
  line-height: 22px; width: 60px; height: 23px; color: white; 
  text-decoration:underline; 
}
.akceButton a:hover { color:black}


#footer{ text-align: left;  position: relative; color: gray;  clear: both; width: 995px; margin: auto; padding-top: 5px; font: normal normal 12px/2.0 arial; }
#footer #copyright {position: absolute; left: 223px }
#footer #geneslink {position: absolute; right: 198px;}
#footer #geneslinkWidePage {position: absolute; right: 8px }
#footer a {text-decoration: underline; color: #ff0900; }

#rightColumn{  width: 185px; position:relative;float:left; font-size:14px; padding-left: 3px; }

.columnHeader {color:gray; font-weight: normal; font-size: 24px;  line-height: 30px;}

#navigation {text-align:left; font: normal normal 11px/2.0 arial;}
#navigation a { color:white; text-decoration: none;  }
#navigation a:hover { color: #ff3a05} 

/******************* nice list product column *************************/
.produktItemColumn .title
{  
  display:block; width: 100%; background: url("./productTitleRC.jpg"); background-repeat: repeat-x; padding:24px 0px 0px 0px;
  font-size: 12px; line-height: 12px; height: 30px ; color:#ff3a05; text-decoration: underline; font-weight: bold; 
}
.produktItemColumn .image { }

.produktItemColumn a.bar { display:block; height: 30px; padding-top: 1px; }
.produktItemColumn a.bar .price, a.productListPrice .price{ color:#ff3a05; font-size: 20px; font-weight: bold; line-height:30px;  height: 31px; vertical-align:17%; padding-right: 10px;} 

/****************** nice list product category view ********************/
.productListItem { display: block; float: left; background: url("./productListBgBlack.jpg"); background-repeat: no-repeat; width:189px; height: 236px; padding-bottom: 10px; margin:2px; }
/*#productList a:hover {background: url("./productListBgWhite.jpg");background-repeat: no-repeat;}*/

a.productListName {  
display: block;
height: 35px;
color:#ff3a05;
text-align: center;
padding: 15px 5px 0 5px;
font-size:bold;
line-height:12pt;
text-decoration: underline;
}
a.productListImage{ display: block; height: 143px;  width:185px; margin-left: 2px; overflow:hidden; text-align: center;}
a.productListImage img { } 
.productListPrice{ display: block; text-align:center; color:#ff3a05; font-size: 22px; line-height:30px;  height: 31px; overflow: hidden ;margin-top: 0px; padding-top: 2px;}
.productListItem .pos1 {display: table; height: 143px;  #position: relative; overflow: hidden;}
.productListItem .pos2 { #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;}
.productListItem .pos3 { #position: relative; #top: -50%;  }
.productListItem .linkBlock { position: absolute; left: 0; top: 0;  width: 189px; height: 236px; border: 1px solid blue}
/************************ end ****************************************/

fieldset {border: none}

#detailProduktContent { background: white;  overflow: hidden; padding-bottom: 110px;}


.productCenaTable a { display:block; float: left; padding:0px; margin:0px;  width: 31px; height: 31px}
table.productCenaTable { margin-left: auto; margin-right:auto; }
.productCenaTable td {margin:0px; padding: 0 5px 0 5px; }

#detailProduktImg {background: #f0f0f0 } 
#detailProduktImg img{ display: block; margin: 0 auto 0 auto;  }

/*#detailProduktBuyBar { position: relative; background: url("./productDetailBuyBar.jpg"); width: 440px; height: 52px; float: left}
#detailProduktBuyBar #price { position:absolute; top: 12px; left: 75px; color: #ff3a05; font-size: 24px; line-height: 24px; font-weight: bolder; }
#detailProduktBuyBar a#buy { display:block; position:absolute;  top: 12px; left: 315px; text-decoration: none; color: #ff3a05; font-size: 24px; line-height: 24px; font-weight: bolder; }
#detailProduktBuyBar a#buy:hover {color:gray}
*/


#detailProduktImagePane {width:440px;  float: left; padding-left:6px; padding-top: 10px}



#detailProduktBuyBarArrow {  position:absolute;  top: 16px; left: 392px; width: 24px; height: 21px; background: url("./produktBuyArrow.jpg") }

.produktItemColumn {margin: 0; padding-top: 5px; color: orange}
.produktItemColumn form { margin: 0;}
.produktItemColumn a {display: block;line-height:12pt !important; }
.produktItemColumn .image {padding-top:5px;}

h2.detailProkudktName {color: #ff3a05 ; padding-left: 0px; font: normal bold 18px/1.0em sans-serif; margin: 0px}
.produktNameArrow { background: url("./produktNameArrow.jpg"); display: block; width: 33px; height: 17px;float: left; margin-bottom:0px;}
.detailProkudktNameRow {padding: 10px 0 5px 0}
h1.produktView {padding-left: 14px;}

.produktBox { padding: 10px 0 0 7px; margin: 0px; float:right;}
.produktBox table  { border-spacing: 0px;}
.produktBox td {padding-bottom: 7px;}

.produktBox img {display: block; margin: 0 auto 0 auto }
.produktBox a {display: block; width: 118px; }

#detailProduktInfo { clear:left; }

#detailProduktInfo h1 {font: normal bold 24px/1.0 sans-serif ; line-height: 30px;padding-top: 28px; margin: 0 0 0 15px;}
#detailProduktInfo h1 span {color: #ff3a05}

.produktSelect span { width: 120px; display: block; float: left }
.produktSelect select { width: 120px; }
#detailProduktInfoContent, .produktSelect,  #detailProduktInfo .catalogueID {  padding: 0 15px 15px 17px  }
#detailProduktInfoContent {padding: 30px 15px 30px 17px;}

.produktSelect span, #detailProduktInfo .catalogueID {font-weight: bold}
#detailProduktInfo .catalogueID span { color: red}
#detailProduktInfo p {padding-top: 10px}

.onPageGaleriImages ul { list-style-type: none; }

.onPageGaleriImages li { display: block; overflow:hidden; float: left; height: 180px; width: 187px; background: url("./galleryBG.jpg"); background-repeat: no-repeat; margin:2px 2px 10px 2px;}
.onPageGaleriImages a { display: block; overflow: hidden; height: 115px; width: 185px; border: 1px solid silver; margin-top: 15px;} 

.onPageGaleriImages .imagetitle { margin: 0 5px 0 5px; padding-top: 7px; height: 28px;  width: 180px;  overflow: hidden; color: red; text-align: center;   font: normal bold 12px/1.0 sans-serif; }



ul.lister { display: block; clear: both; font: normal normal 12px/1.0 sans-serif; text-align:right; overflow: hidden; padding-right: 10px; }
ul.lister li{  color:black; list-style-type:none;  text-align: center; float: right; margin:0px; padding: 0px; width: 20px; height: 24px}
ul.lister li.text { padding-top: 9px; height: 15px;}
ul.lister li.txtPage {width: 42px;}
ul.lister li a {text-decoration: none; color:black; padding-top: 9px; display:block}
ul.lister li a:hover {font-size: 18px; font-weight: bold; padding-top: 4px}
ul.lister li.activePage { font-size: 24px; height: 24px; line-height: 24px; height: 24px; color: #ff3a05; padding-top:0px;  }


.boxNewsList {overflow: hidden; height:125px; }
#newlist .shadow {width: 581px; height: 16px; background: url("./akceItemShadow.jpg")}
#newlist .dateBox { float: left; width: 76px; height: 59px; background: url("./akceDateBox.jpg"); display: block; text-align: center; color: white;padding-top: 40px; margin-top: 10px;}
.textBlockNewsList { position: relative;  float: left; width: 460px; padding: 0 10px 0 20px; height: 100%;  }
h3.titleNewsList a { color: black; text-decoration: underline; font: normal bold 14px/1.0 sans-serif;    }
h3.titleNewsList {margin: 0px; padding: 0px; font: normal bold 14px/1.0 sans-serif; margin-bottom: 3px;}

.textBlockNewsList .akceButton {  bottom: 8px; right: 30px;  }

#centerColumn {float: left; width: 440px; padding-right: 15px;}
#workNew #centerColumn h2 { font: normal bold 18px/1.0 sans-serif; color:  #ff3a05;  margin-bottom:0px}
#workNew .produktNameArrow {margin-top: 10px}
#workNew .dateBox { float: left; width: 76px; height: 59px; background: url("./akceDateBox.jpg"); display: block; text-align: center; font: normal normal 14px/1.0 sans-serif; color: white;padding-top: 40px; margin-top: 10px;}
#workNew p {  margin:0px; padding:0px;}
#workNew #opportunityTo {color:black; font: normal bold 18px sans-serif; padding: 10px 0 10px 0}
#workNew #opportunityTo span {color: #ff3a05; font: normal bold 32px sans-serif}


#registerPage dt, #contentLogin dt{  float: left; width: 120px }
#registerPage h2 { font: normal bold 14px/3.0 sans-serif;  margin:0px}
#registerPage dd input {width: 150px;}
#registerPage dd span {color: #939393; padding-left: 30px}

#registerPage #registerValue {background: url("./registerBg.jpg"); overflow: hidden; width: 551px; height:132px; padding: 0px;padding-left: 15px; color: white}
#registerPage #registerValue dl, #contentLogin dl{ margin-bottom: 5px}
#registerPage #registerValue h2 {color: white; }

#registerPage #register {padding: 30px 0 0 15px}

#registerPage #secoundregister {padding: 30px 0 30px 15px}

#registerPage hr{ border: 1px solid #e8e8e8; height: 1px; background: #d9d9d9; margin: 0px; width: 570px}
#registerPage #submitregister {padding-top: 0px}
#registerPage #submitregister .importantstar {color: #ff5f00; padding-left: 10px;}
#registerPage #submitregister input { width:107px; height: 23px;   margin-left:15px;}

.errorForm {color: #ff5f00; padding: 10px 30px 12px 15px; }

#contentLogin { padding-left: 15px;}
#contentLogin input.textinput {width: 150px;}

#workCart, #workOrder  { background:white; color: black; float: left; width: 750px; text-align: left; margin:0px; padding: 10px; }


#obsahKosiku { font: normal normal 14px/1.4 sans-serif; border-collapse:collapse}
table#obsahKosiku { width: 750px;}
#obsahKosiku th {  padding-left: 3px; padding-right: 3px; background: black; color: white;  border-left: 1px solid white}
#obsahKosiku td { background: #ffdebe; padding-left: 3px; text-align: center;  padding-right: 3px; padding-top:3px; border-left: 1px solid white }
#obsahKosiku td.produktName { text-align: left}
#obsahKosiku td.alignRight { text-align: right; white-space: nowrap}

#kosbuttons {float: left; width: 300px;}
#bt_buy {float: right; width:107px;}
#kossum input#orderBtn {  width:107px;height:23px; }
#contentLogin input#ulozit { padding-top: 8px}

.kosfinalsum {font: normal bold 14px/3.0 sans-serif; text-align:right}

table#pokladnaUziv td {width: 80px;}
form#buyForm h2 {font: normal bold 18px/1.0 sans-serif; margin-bottom: 6px;}
form#buyForm hr {background: #ffdebe; height: 4px; border: none}
.block {padding: 10px}

#uhrada ul { list-style-type: none; }
#objednat {text-align:center;  padding-top: 10px; }
#objednat a {text-decoration: underline}
#objednat input#orderBtn { width:107px;height:23px; padding-top: 3px}


#pripominky { padding: 2px 10px 10px 10px}
#workOrder #annex p, #workOrder .border p {padding-left: 10px;}

#contactForm form { padding-top: 15px; height: 200px; }
#contactForm #lColumn{float: left; width: 180px; }
#contactForm #rColumn{float: left; width: 335px; }
#contactForm #bColumn {padding-top: 10px; clear:both}

#contactForm label {display: block; height: 20px; margin: 0px; padding: 0px; border: none;  line-height: 20px; } 
#contactForm #lColumn input {display: block; height: 20px ; }
#contactForm #rColumn textarea {display:block; height: 108px; width: 330px}

h2.search { font: normal bold 24px/1.2 sans-serif; color: #ff5f00; margin: 0px;}

#messageBox {
margin:10px 0 0 0;
color:white;
font-size:10pt;
}
.msg-err {
padding:5px;
background-color:red;
}
.msg-ok {
padding:5px;
background-color:green;
}

#detailProduktInfo .selectHeader { background: url("./productSelectBarTop.jpg"); background-repeat: no-repat; font-size:1px;  width: 567px; height: 9px; clear: both }
#detailProduktInfo .selectBody { background: url("./productSelectBarMiddle.jpg"); background-repeat: repat-y; width: 567px; padding-top:10px  }
#detailProduktInfo .selectFooter { background: url("./productSelectBarBottom.jpg"); background-repeat: no-repat; font-size:1px; width: 567px; height: 9px } 

#detailProduktInfo .bottomPane {position: relative; padding-top: 25px; }
#detailProduktInfo .bottomPane .productPriceLabel { background: url("./productPriceLabel.jpg"); background-repeat: no-repat; width: 248px; height: 87px; 
                                        line-height: 87px; font-size:20px; color: white; text-align: center; }
#detailProduktInfo .productPriceLabel .text { padding-left: 105px;}

a#buy {display: block;  position: absolute; right: 20px; top: 58px; background: url("./buttonOrange.jpg"); color: white; width : 107px; height: 23px;}
a#buy span {padding-left:20px; font: normal bold 16px/1.0 sans-serif; line-height: 23px;} 
a#buy:hover {background: url("./buttonOrangeA.jpg"); color: black; } 

#homepageAkce h2 { padding: 4px 0 5px 0}
#workAkce h2 { padding: 4px 0 5px 0}
#workNew h2 {padding-bottom: 15px;}
#backToNewsList {padding: 20px 0 10px 0}

