.clear {
  clear: both;
}
.hid {
  display: none;
}

.sep {
  color: #FFF;
}

div.center {
  width: 100%;
  text-align: center;
}

p {
  text-align: justify;
}

a img {
  border: none;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #403E41;
}

a:hover {
  text-decoration: underline;
}

div.kosik a:visited,
div.detail a:visited {
  color: #FFF;
}

a.nahoru {
  display: block;
  width: 119px;
  height: 27px;
  margin: auto;
  margin-top: 8px;
  background: transparent url('/images/layout/nahoru.png') top;
}

a.nahoru:hover {
  background-position: bottom;
}

div.flashes {
  margin: 10px auto;
  width: 494px;
  height: 47px;
  background: transparent url('/images/layout/info.png') no-repeat top;
}

div.flashes div.flash {
  padding-left: 78px;
  color: #FFF;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
}

h2 {
  color: #00418F;
  font-size: 1.1em;
  margin: 0;
  padding: 12px 25px;
  background: url('/images/layout/odrazky/h2.gif') no-repeat 10px center;
}

.news h2 a {
  color: #00418F;
}

#page {
  text-align: left;
  width: 920px;
  margin: auto;
  position: relative;
  background-color: #FEFEFE;
}

#head {
  width: 920px;
  height: 265px;
  background: url('/images/layout/head.jpg') no-repeat top center;
}

#head a.home {
  display: block;
  position: absolute;
  top: 8px;
  left: 10px;
  width: 230px;
  height: 245px;
}

#levy {
  float: left;
  width: 205px;
  overflow-x: hidden;
}

#stred {
  float: left;
  width: 520px;
  position: relative;
}

#stred .margin {
  margin: 5px 0 10px 20px;
}

#stred h3 {
  font-size: 1em;
  margin: 6px 1em;   
}

#stred .dopo h3 {
  font-size: 1em;
  margin: 0;   
}

#stred ul {
  list-style-image: url('/images/layout/odrazky/obyc_red.gif');
}

#stred hr {
  width: 484px;
  height: 1px;
  background: url('/images/layout/oddelovac.png') no-repeat center;
  border: none;
}

#stred div.hr {
  width: 494px;
  height: 14px;
  background: url('/images/layout/oddelovac.png') no-repeat center center;
  border: none;
}

#stred hr.type2 {
  height: 20px;
  margin: 0;
  background: url('/images/layout/oddelovac2.png') no-repeat center;
}

#stred p a {
  color: #F0901D;
}

#footer {
  margin: auto;
  width: 920px;
  height: 111px;
  background: url('/images/layout/footer.jpg') no-repeat top center;  
}

#footer .menu {
  padding: 15px 0 5px 0;
}

#footer .menu ul li {
  display: inline;
  text-transform: lowercase;
}

#footer a {
  color: #000;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a.active {
  font-weight: bold;
}

#footer .copy {
  padding-top: 15px;
}

#footer a img {
  border:medium none;
  vertical-align:-35%;
}

/* MENU */

#head div.menu {
  width: 670px;
  height: 75px;
  margin-left: 250px;
  padding-top: 45px;
}

div.menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#head div.menu ul li {
  float: left;
  margin: 0 5px 0 5px;
  position: relative;
 
}

#head div.menu a {
  display: table;
  width: 95px;
  height: 46px;
  color: #404040;
  font-size: 1em;
  font-weight: bold; 
  overflow: hidden;
  text-align: center;
	/*position:absolute;
	top:50%;*/
}

#head div.menu a span:first-letter {
  text-transform: capitalize;
}

#head div.menu a:hover {
  background: transparent url('/images/layout/menu_hover.png') bottom;
  text-decoration: none;
  color: #FFF;
}

#head div.menu a.active,
#head div.menu a.active:hover {
  background: transparent url('/images/layout/menu_hover.png') top;
  color: #FFF;
}

#head div.menu a span {
/*  display: block;
  padding-top: 13px;*/
  display: table-cell;
  vertical-align: middle;
  text-transform: lowercase;
}

#head .usrBox {
  position: relative;
  float: right;
  margin-top: 24px;
  width: 213px;
  height: 127px;
  background: transparent url('/images/layout/main/login.png') top left;
  overflow: hidden;  
}

#head .usrBoxLogged {
  /*position: absolute;
  top: 24px;
  right: 0;*/
  position: relative;
  font-weight: bolder;
  float: right;
  margin-top: 24px;  
  width: 213px;
  height: 127px;
  background: transparent url('/images/layout/main/logged.png') top left;  
}

.usrBoxLogged .info {
  padding: 0;
  font-size: 85%;
}

.usrBoxLogged .user {
  padding-top: 8px;
  font-weight: bold;
  color: #002a88;
}
/* to je asi na nic 
#head .usrBox .msg {
  height: 16px;
  overflow: hidden;
}
*/
#head .odkazy {
 height: 40px;
 margin-bottom: 8px;
}

#head .odkazy .levy {
  margin-left: 5px;
  margin-top: 8px;
  float: left;
  width: 110px;
}

#head .odkazy .levy a {
  font-weight: bold;
  font-size: 90%;
  color: #676767;
}

#head .odkazy .pravy {
  margin-left: 16px;
  margin-top: 16px;
  float: left;
  width: 65px;
}

#head .odkazy .pravy a {
  font-size: 90%;
  color: #FFF;
}

#head .login {
  /*padding-top: 14px;*/
  margin-top: 14px;
}

#head .msg {
  margin: 12px 0 0 15px;
  font-weight: bold;          
}

.msg a  {
  text-decoration: underline;
  color: #f37e00;         
}

.msg a:hover  {
  text-decoration: none;
  color: #c96800;          
}


#head .logged .msg {
  height: 38px;
}


#head .login, #head .vyhledat, #head .odkazy {
  margin-left: 12px;
}

#head .vyhledat {
  padding: 0;
}

#head input.text {
  border: none;
}

#frm-login {
  position: absolute;
  width: 213px;
  height: 43px;
  top: 41px;
  left: 12px;
}

#frmlogin-mail {
  width: 190px;
  height: 21px;
  background: none;
}

#frmlogin-pass {
  margin-top: 1px;
  width: 113px;
  height: 20px;
  background: none;
}

#frmlogin-login {
  color: #FFF;
  font-size: 90%;
  margin: 0 0 0 7px;
  padding: 0;
  width: 60px;
  /*height: 19px;*/
  background: none;
}

#frm-vyhledat {
  position: absolute;
  top: 98px;
  left: 12px;
}

#frmvyhledat-q {
  width: 113px;
  height: 21px;
  background: none;
}

#frmvyhledat-find {
  color: #FFF;
  font-size: 90%;
  margin-left: 7px;
  padding: 0;
  width: 50px;
  height: 19px;
  background: none;
}

/* PRAVY sloupec */

#pravy {
  float: left;
  width: 195px;
  overflow-x: hidden;
}

#pravy h3 {
  margin: 0;
  padding: 10px 20px;
  font-size: 1.1em;
  text-align: center;  
}

#pravy .kosik_top {
  width: 195px;
  height: 15px;
  _margin-bottom: -1px;
  background: transparent url('/images/layout/bg_kosik_top.jpg') right top no-repeat;
}

#pravy .kosik {
  width: 195px;
  height: 95px;
  background: transparent url('/images/layout/bg_kosik.jpg') right repeat-y;
}

#pravy .kosik h3 {
  padding-top: 5px;
  color: #AE0000;
  background: transparent url('/images/layout/ikony/kosik.png') 170px 6px no-repeat;
}

#pravy .kosik h3 a {
  color: #AE0000;
  text-decoration: underline;
}

#pravy .kosik h3 a:hover {
  color: #AE0000;
  text-decoration: none;
}

#pravy .kosik table {
  padding-left: 20px;
}

#pravy .kosik td {
  padding: 3px 5px;
}

#pravy .kontakt {
  width: 195px;
  height: 122px;
  background: transparent url('/images/layout/bg_kontakt.jpg') right repeat-y;  
}

#pravy .kontakt h3 {
  padding-top: 20px;
  padding-bottom: 5px;
  color: #014694;
  background: transparent url('/images/layout/ikony/tel.png') 170px 20px no-repeat;
}

#pravy .kontakt table {
  padding-left: 20px;
}

#pravy .kontakt td {
  padding: 3px 2px;
}

#pravy .kontakt a:hover {
  text-decoration: underline;
}

#pravy .nej {
  width: 195px;
  background: transparent url('/images/layout/bg_nejprodavanejsi.jpg') right repeat-y;
  position: relative;
  padding-bottom: 50px;
}

#levy .newest {
  width: 192px;
  background: transparent url('/images/layout/main/bg_nejnovejsi.png') right repeat-y;
  position: relative;
  padding-bottom: 10px;
}

#levy .newest h3 {
  padding-left: 30px;
  background: transparent url('/images/layout/ikony/newest.png') 8px 16px no-repeat;
  padding-top: 16px;
  margin: 0 0 12px 0;
  color: #CE7203;
 /* background: transparent url('/images/layout/ikony/newest.png') 165px 14px no-repeat;*/
}

#levy .newest h4 {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  height: 18px;
  margin: 6px;
}

#pravy .nej h3 {
  padding-top: 21px;
  color: #567100;
  background: transparent url('/images/layout/ikony/hvezda.png') 170px 21px no-repeat;
}

#pravy .nej h4 {
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  height: 32px;
  margin: 6px;
}

#pravy .nej .vyrobek {
  position: relative;
  margin-left: 15px;
  margin-bottom: 10px;
  width: 172px;
  height: 230px;
  background: transparent url('/images/layout/main/nejprodavanejsi.png') no-repeat;
}

#levy .newest .vyrobek {
  position: relative;
  margin-left: 15px;
  margin-bottom: 10px;
  width: 172px;
  height: 376px;
  background: transparent url('/images/layout/main/nejnovejsi.png') no-repeat;
}

#levy .newest .text {
  text-align: justify;
  overflow: hidden;
  height: 161px;
}

#levy .newest .vice {
  text-align: center;
  margin-top: 7px;
  width: 175px;
  padding: 0;
  color: #FFF;
}

#pravy .nej .vyrobek img,
#levy .newest .vyrobek img {
  width: 130px;
  height: 130px;
  position: absolute;
  left: 21px;
  top: 19px;
  /*border: 1px solid red;*/
}

#pravy .nej .stuff,
#levy .newest .stuff {
  width: 172px;
  height: 155px;
}

#pravy .nej .cena,
#pravy .nej .detail,
#levy .newest .cena,
#levy .newest .detail {
  float: left;
  text-align: center;
  margin-top: 7px;
  padding: 0;
  color: #FFF;
}

#pravy .nej .cena,
#levy .newest .cena {
  width: 108px;
}

#pravy .nej .detail,
#levy .newest .detail {
  width: 64px;

}

#pravy .nej a,
#levy .newest a {
  font-weight: bold;
  color: #FFF;
}

#pravy .nej .dolni {
  position: absolute;
  bottom: 0px;
  width: 195px;
  height: 43px;
  background: transparent url('/images/layout/bg_nejprodavanejsi_dole.jpg') right no-repeat;   
}

#levy .newest_horni {
  margin-top: 25px;
  width: 192px;
  height: 15px;
  background: transparent url('/images/layout/main/bg_nejnovejsi_top.png') right no-repeat;   
}

#levy .newest_dolni {
  width: 192px;
  height: 43px;
  background: transparent url('/images/layout/main/bg_nejnovejsi_btm.png') right no-repeat;   
}

#pravy table {
  color: #403E41;
  font-weight: bold;
  font-size: 0.9em;
}

#pravy table a {
  color: #403E41;
}

#pravy .kontakt .label {
  color: #004694;
  font-weight: normal;
}

 /* KATEGORIE */

#levy {
  font-size: 0.90em;
}

#levy h3 {
  padding-left: 30px;
  margin: 23px 0;
  background: transparent url('/images/layout/ikony/kategorie.png') 8px 0px no-repeat;
} 

#levy li {
  margin: 6px 0;
}

#levy li.active {
  font-weight: bolder;
}

#levy ul {
  list-style-position: outside;
  list-style-image: url('/images/layout/odrazky/lvl1_plus.gif');
  margin: 0;
  
  padding-left: 25px;
}

#levy ul li.active {
  list-style-image: url('/images/layout/odrazky/lvl1_minus.gif');
}

#levy ul li ul {
  list-style-image: url('/images/layout/odrazky/lvl2_plus.gif');
  padding-left: 10px;
  font-weight: normal;
}

#levy ul li ul li {
  margin: 3px 0;
}

#levy ul li ul li.active {
  list-style-image: url('/images/layout/odrazky/lvl2_minus.gif');
}

#levy ul li ul li ul {
  list-style-image: url('/images/layout/odrazky/lvl3.gif');  
}

#levy ul li ul li ul li.active  {
  list-style-image: url('/images/layout/odrazky/lvl3_aktiv.gif');  
}

/*
#levy > ul {
  list-style-image: url('/images/layout/odrazky/lvl1_plus.gif');
  padding-left: 25px;
}

#levy > ul > li.active {
  list-style-image: url('/images/layout/odrazky/lvl1_minus.gif');
}

#levy ul > li > ul {
  list-style-image: url('/images/layout/odrazky/lvl2_plus.gif');  
}

#levy ul > li > ul > li.active {
  list-style-image: url('/images/layout/odrazky/lvl2_minus.gif');
}

#levy ul > li > ul > li > ul {
  list-style-image: url('/images/layout/odrazky/lvl3.gif');  
}

#levy ul > li > ul > li > ul > li.active  {
  list-style-image: url('/images/layout/odrazky/lvl3_aktiv.gif');  
}
*/
/* Obsah */
div.welcome {
  width: 494px;
  /*height: 198px;*/
  background: transparent url('/images/layout/main/welcome.png') no-repeat top right;
}

div.welcome .text {
  width: 220px;
  margin: 0 12px;
  padding-top: 5px;
}

div.welcome .text p {
  margin: 0;
  text-indent: 3em;
  padding: 5px 0;
}

p.blue {
  color: #023F90;
  text-indent: 3em;
  padding: 0 12px;
}

img.podpis {
  margin: 0 6px 5px 0;
  float: right;
}

div.recommend {
  width: 494px;
  height: 182px;
  background: transparent url('/images/layout/main/doporucujeme.png') no-repeat top right;
  position: relative;
  overflow: hidden;
}

div.recommend h2 {
  background: url('/images/layout/odrazky/h2_dop.gif') no-repeat 10px center;
  color: #b70000;
}

div.recommend .stuff {
  margin: 10px 20px;
  width: 325px;
  height: 90px;
  overflow: hidden;
}

div.recommend p, div.recommend ul {
  margin: 8px 0;
}

div.recommend .cena a {
  color: #FFF;
}

div.dopo {
  width: 494px;
  position: relative;
}

div.dopo .levy {
  float: left;
  width: 365px;
}

div.dopo .pravy {
  float: left;
  width: 115px;
}

div.recommend .ram {
  display: block;
  margin-top: 5px;
  width: 125px;
  height: 129px;
  background: transparent url('/images/layout/main/dop-ram.png') no-repeat top right;  
}

div.recommend img {
  width: 111px;
  height: 111px;
  margin: 9px 7px;
}

div.recommend .pg {
  position: absolute;
  top: 7px;
  right: 15px;
}

div.recommend .pg a {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  font-weight: bold;
  margin: 0 2px;
  text-align: center;
  line-height: 27px;
  
}

div.recommend .pg a:hover {
  text-decoration: none;
  color: #b70000;
 
}

div.recommend .pg a.activeSlide {
  background-image: url('/images/layout/main/akce_akt.png');
   color: #b70000;
}

div.recommend .pg a.active:hover {
  text-decoration: none;
  
}

.cena {
  font-weight: bold;
  font-size: 1em;
  padding: 7px 20px;
  color: #414141;
   color: #FFF;
}

div.news {
  width: 494px;
  height: 136px;
  background: transparent url('/images/layout/main/news.png') no-repeat top right;
  margin-top: 10px;
}    

.news .text {
  margin: 0 10px 17px 10px;
  height: 4em;
  overflow: hidden;
}

.news h2 a {
  color: #00418F;
  text-decoration: underline;
}
 
.news h2 a:hover {
  color: #00418F;
  text-decoration: none;
}

.news p {
  margin: 6px 0;
  text-indent: 1em;
}

.news .vlozeno, .news .vice {
  color: #414141;
  font-weight: bold;
}

.news .vlozeno {
  margin-left: 20px;
  float: left;
}

.news .vice {
  float: right;
  margin-right: 20px;
}

/* detail novinky */

div.novinka {
  margin: 10px;
}

div.novinka h2 {
  color: #AE0001;
  background: url('/images/layout/oddelovac.png') no-repeat bottom center;
  font-size: 1em;
  padding: 15px 0 12px 0;
}

div.novinka span {
  display: block;
  font-size: 0.85em;
  color: #014694;
  padding-top: 8px;
}

a.button {
  display: block;
  width: 152px;
  height: 30px;
  line-height: 30px;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 90%;
  color: #FFF;
  text-align: center;
}

a.grey {
  background: url('/images/layout/forms/sede.png') top center no-repeat;
}

a.orange {
  background: url('/images/layout/orange_tl.png') top center no-repeat;
}

div.novinka table.buttons {
  padding-top: 8px;
  background: url('/images/layout/oddelovac.png') no-repeat top center;
}

table.novinka {
  border-bottom: 1px #e2e2e2 solid;
}

table.novinka td.text {
  text-align: justify;
  width: 522px;
}

table.novinka .datum {
  color: #014694;
  font-size: 0.8em;
  width: 450px;
}

table.novinka a {
  color: #014694;
  font-weight: bold;
  margin-right: 8px;
  font-size: 0.8em;
}

table.sudy {
  background-color: #f6f6f6;
}

div.vybirame {
  width: 494px;
  height: 296px;
  background: transparent url('/images/layout/main/vybirame.png') no-repeat top right;
  margin-top: 10px;
}

.vybirame .item {
  width: 217px;
  height: 254px;
  margin: 0 15px;  
  float: left;
  position: relative;
}

.vybirame img {
  width: 130px;
  height: 130px;
  position: absolute;
  left: 44px;
  top: 20px;
}

.vybirame .stuff {
  width: 217px;
  height: 165px;
}

.vybirame .item h3 {
  padding: 0 0px;
  text-align: center;
  height: 50px;
  overflow: hidden;
}

.vybirame .cena,
.vybirame .detail {
  width: 105px;
  color: #FFF;
  font-weight: bold;
  padding: 4px 0;
  float: left;
  text-align: center;
}

.vybirame a {
  color: #FFF;
}

/* položky */
div.polozka {
  position: relative;
  float: left;
  width: 158px;
  height: 284px;
  margin: 4px;
  background: transparent url('/images/layout/bg_vypis.png') no-repeat top center;
  text-align: center;  
}

div.polozka div.sleva, div.detail div.sleva {
  /*width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: red;*/
  width: 71px;
  height: 72px;
  line-height: 72px;
  background: transparent url('/images/layout/akce.png') no-repeat top center;  
  color: #fff;
  font-weight: bold;
  position: absolute;
  /*top: 68px;
  right: 19px;*/
  top: 42px;
  right: 0px;
  z-index: 150;
}

div.detail div.sleva {
  /*top: 3px;
  right: 7px;*/
  right: -10px;
  top: -20px;
}

div.hover {
  background-position: bottom;
  cursor: default;
}

.polozka .stuff {
  margin: 12px 0px 8px 0px;
}

.polozka h2 {
  padding: 0 10px;
  font-size: 1em;
  height: 48px;
  background: none;
}

.polozka h2 a {
  font-size: 1em;
  color: #5D5D5D;
}

.polozka a {
  display: block;
}

.polozka img,
.polozka div.noimg {
  margin: 9px auto 8px auto;
  width: 118px;
  height: 118px;
}

.polozka div {
  padding: 0;
}

.polozka .cena {
  color: #AD0101;
  font-size: 1.3em;
  height: 20px;
}

.polozka .cena span {
  color: #555;
  font-weight: normal;
  font-size: 11px;
}

.polozka .info {
  height: 22px;
  overflow: hidden;
}

.polozka .info select {
  margin-top: 2px;
  /*width: 158px;*/
  font-size: 0.8em;
}

.polozka .kosik,
.polozka .detail {
  font-size: 0.8em;
  float: left;
  width: 79px;
  height: 29px;
  line-height: 29px;;
  margin-top: 6px;
}

.polozka a {
  color: #FFF;
  font-weight: bold;
  font-size: 1.1em;
}

div.message {
  margin-top: 25px;
  width: 494px;
  height: 136px; 
  background: transparent url('/images/layout/empty.png') no-repeat top center;
}

div.message p {
  padding: 52px 150px 10px 15px;
  line-height: 1.5;
}

div.info-order {
  margin-top: 5px;
  width: 494px;
  height: 136px; 
  background: transparent url('/images/layout/info_order.png') no-repeat top center;
}

div.info-order p {
  text-align: left;
  margin: 0;
  padding: 42px 170px 5px 15px;
  line-height: 1.5;
}

div.info-order p.foot {
  padding-top: 3px;
}

div.error {
  width: 494px;
  height: 136px;
  background: transparent url('/images/layout/error.png') no-repeat top center;
  margin-top: 35px;
  position: relative;
}

div.error .stuff {
  padding: 15px 150px 10px 15px;
}

div.error h3 {
  color: #B50000;
  font-size: 1em;
  text-transform: uppercase;
}

div.error .bottom {
  position: absolute;
  bottom: 8px;
}

div.error a {
  color: #B50000;
  font-weight: bold;
}

/* DETAIL */
#detail div.detail {
  width: 484px;
  min-height: 226px;
  margin: auto;
  background: transparent url('/images/layout/detail/bg.png') no-repeat top center;
  position: relative;
}

#detail .levy {
  width: 254px;
  float: left;
}

#detail .info {
  width: 237px;
  height: 68px;
  margin-top: 15px;
  background: transparent url('/images/layout/detail/info.png') no-repeat top center;
  overflow: hidden;
  font-weight: bold; 
}

#detail .info table {
  margin-top: 5px;
  margin-left: 10px;     
  font-weight: normal;
  color: #4B4B4C;
  font-size: 0.8em;
}

#detail .info .term {
  width: 110px;
}

#detail .info .vcetne {
  font-weight: bold;
  color: #AD0000;
  font-size: 1.3em;
}

#detail .info {
  width: 237px;
  height: 77px;
  margin-top: 15px;
  background: transparent url('/images/layout/detail/info.png') no-repeat top center;
  overflow: hidden;  
}

#detail .params ul {
  padding-left: 25px;
  list-style-image: url('/images/layout/odrazky/detail.gif'); 
}

#detail .params li {
  margin: 2px 0;
  font-size: 0.9em;
}

#detail .params li.first {
  color: #004695;
  font-weight: bold;
}

#detail .pravy {
  width: 226px;
  float: left;
  text-align: center;
}

#detail .foto {
  margin: 3px auto;
  width: 215px;
  height: 213px;
  overflow: hidden;
}

#detail .foto img {
  width: 211px;
  height: 211px;
  margin: 1px 2px; 
}

#detail .nav {
  margin: 6px 2px;  
}

#detail  .nav a {
  display: block;
  float: left;
  color: #555;
  margin: 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent url('/images/layout/detail/paginator.png') no-repeat right;   
}

#detail .nav a:hover {
  background-position: center;
  text-decoration: none;
}

#detail .nav a.activeSlide {
  background-position: left;
}

#detail .popis {
  width: 484px;
  margin: auto;
  background-color: #F1F1F1;
}

#detail .popis .top {
  width: 484px;
  height: 14px;
  background: #FFF url('/images/layout/detail/popis_top.png') no-repeat center bottom;    
}

#detail .popis .btm {
  width: 484px;
  height: 14px;
  background: #FFF url('/images/layout/detail/popis_btm.png') no-repeat center top;    
}

#detail .popis .stuff {
  margin: 0px 20px;
}

#detail .popis h2 {
  padding: 0 15px;
  background-position: 0px center;
  color: #474747;
}

#detail .dostupnost, #detail a.dotaz,
#detail .nakup, #detail .tisk {
  color: white;
  float: left;
  width: 152px;
  height: 29px;
  line-height: 29px;
  background: url('/images/layout/detail/dostupnost.png');
  margin: 4px 7px;
  overflow: hidden;
  display: block;
}

#detail .dostupnost {
  background: url('/images/layout/detail/dostupnost.png');
}

#detail a.dotaz {
  background: url('/images/layout/detail/dotaz.png');
}

div.dotaz {
  margin: 8px;
}

#detail .nakup {
  background: url('/images/layout/detail/nakup.png');
  position: relative;
}

#detail .tisk {
  background: url('/images/layout/detail/tisk.png');
  font-weight: bold;
  margin: auto;
  float: none;
  text-align: left;
}

#detail .dostupnost span {
  display: block;
  padding-left: 20px; 
}

#detail .dotaz span {
  display: block;
  padding-left: 30px; 
}

#detail .tisk span {
  padding-left: 12px;
}

#detail div.soubory {
  margin-top: 8px;
  text-align: center;
}

#detail .soubory h4 {
  margin: 6px 0 0 0;
}

#detail table.soubory {
  margin: auto;
}

#frmbuyForm-pocet {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 26px;
  height: 17px;
  color: #AC0000;
  background: none;
  border: none;
  text-align: center;
  font-weight: bold;
  padding: 0 3px;
}

#frmbuyForm-buy {
  position: absolute; 
  top: 0px;
  left: 59px;
  width: 94px;
  height: 26px;
  color: #FFF;
  background: none;
  border: none;
  text-align: left;
  font-weight: bold;
}

/* PAGINATOR */

.paginator {
	margin: 1em 0;
	font-size: 1em;
	text-align: center;
}

.paginator a, .paginator span {
	margin-right: 0.2em;
	padding: 0.5em 0.9em;
	font-weight: normal;

}


.paginator a:hover {
	color: #FFF;
	  text-decoration: none;
	font-weight: bold;
	background: url('/images/layout/main/current_bw.png') no-repeat center;  
}


.paginator .current {
  background: url('/images/layout/main/current.png') no-repeat center;  
	color: #FFF;
	font-weight: bold;
}

/*
.paginator .next {
  background: url('/images/layout/next.png') no-repeat top;
  color: transparent; 
}

.paginator a.next:hover {
  background-position: bottom;
}*/

table.kosik {
  color: #000;
  width: 95%;
  margin: auto;
  border-collapse: collapse;
}

table.kosik tr.odd {
  background-color: #ECECEC;
}

table.kosik th {
  color: #FFF;
  background-color: #F7941E;
  padding: 6px 5px;
  border: 1px solid white;
}

table.kosik td {
  padding: 8px 5px;
  border: 1px solid white;
}

table.kosik .left {
  text-align: left;
}

table.kosik .right {
  text-align: right;
}

table.kosik .cntr {
  text-align: center;
}

table.kosik input {
  width: 25px;
  text-align: center;
}

table.souhrn {
  color: #333;
  width: 95%;
  margin: 0 10px;
}

table.souhrn td.price {
  text-align: right;
  padding-right: 130px;
  width: 200px;
}

table.souhrn td.levy {
  width: 180px;
}

ul.kosik {
  padding: 0;
  margin: 0;
}

ul.kosik li {
  display: inline;
}

ul.kosik span, ul.kosik a {
  display: block;
  float: left;
  width: 78px;
  height: 100px;
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  margin: 15px 10px;
}

ul.kosik a:hover {
  background-position: top right;
}

ul.kosik span.active {
  color: #F0901D;
  background-position: top right;
}

ul.kosik a.active:hover {
  text-decoration: none;
}

ul.kosik span span, ul.kosik a span {
  height: 40px;
  display: block;
  margin: 70px 0 0 0;
  text-align: center;
}

ul.kosik a.zpet {
  background-image: url('/images/layout/forms/zpet.png'); 
}

ul.kosik span.kosik {
  background-image: url('/images/layout/forms/kosik.png'); 
}

ul.kosik span.platba {
  background-image: url('/images/layout/forms/platba.png'); 
}

ul.kosik span.udaje {
  background-image: url('/images/layout/forms/udaje.png'); 
}

ul.kosik span.potvrzeni {
  background-image: url('/images/layout/forms/potvrzeni.png'); 
}

span.error {
  color: red;
}

div.navigace {
  margin: 10 15px;
  font-size: 0.9em;
}

div.navigace span.name {
  color: #0053a0;
}

div.navigace .last {
  font-weight: bold;
  color: #000;
}

div.pocet {
  margin: 10px;
  height: 25px;
  line-height: 25px;
  width: 170px;
  float: left;
  font-size: 0.9em;
}

div.pocet p {
  margin: 0;
}

#frm-sort {
  margin: 5;
}

div.sort {
  float: right;
  margin: 7px;
  height: 25px;
  font-size: 0.9em;
}
