/** Nábytek Sedláček, autor: Jakub Valenta **/
	@import url("basic.css");
	@import url("menu.css");
	@import url("modules.css");

#page {
  position: relative;
	font-size: 92%;
  background: url('../images/page_bg.png') top center no-repeat;	
}
#top, #top_wrapper, #banner, #main, #footer {
	width: 980px;
	margin: 0px auto 0px auto;
}


/*** TOP_BAR ***/

#top_bar {
  width: 980px;
  height: 82px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -490px;
  z-index: 1;
}


/*** TOP ***/

#top_wrapper {
  height: 153px;
  padding-bottom: 12px;
  background: url('../images/top_wrapper_bg.png') bottom no-repeat;  
}
#top {
  height: 82px;
  position: relative;
  background: url('../images/top_divider.gif') 200px center no-repeat;  
}
#top .logo {
  width: 174px;
  height: 45px;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 2;
}
#top .text {
  width: 269px;
  height: 14px;
  display: block;
  position: absolute;
  left: 226px;
  top: 34px;    
  font-size: 1%;
  line-height: 1%;
  overflow: hidden;
}
#top .text span {
  width: 269px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../images/top_text.gif') no-repeat;    
}



/*** BANNER ***/

#banner {
  width: 452px;
  height: 125px;
  position: relative;
  padding: 87px 500px 0px 28px;
  background: url('../images/banner_bg.jpg') no-repeat;
  z-index: 2;
}
#banner #banner_image {
  width: 353px;
  height: 268px;
  position: absolute;
  top: 0px;
  right: 53px;
  background: url('../images/banner_image.jpg') no-repeat;
  z-index: 2;
}
#banner h1 {
  width: 455px;
  height: 50px;
  display: block;
  position: absolute;
  top: 19px;
  left: 26px;
  font-size: 1%;
  line-height: 1%;
  border: 0px;
  overflow: hidden;    
}
#banner h1 span {
  width: 455px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../images/banner_h1.gif') no-repeat;
}
#banner p {
  line-height: 1.5;
  font-size: 12px;
}

/*** MAIN ***/

#main {
  padding-bottom: 30px;
}
#column_block {
  width: 960px;
  position: relative;
  z-index: 3;
}
#content {
  width: 696px;
  float: right;
  padding-top: 15px;
}
#left {
  width: 222px;
  float: left;  
}
#right {
  width: 195px;
  float: left;
  position: relative;
  margin-left: 39px;
  z-index: 3;  
}



/*** STRANKY ***/

.stranky a {
  color: #555555;
}
.stranky a:hover {
  color: #173885;
}
.stranky p {
  margin-bottom: 20px;
  font-size: 110%;
}
.stranky ul, .stranky ol {
  margin: 0px 0px 20px 30px;
}
.stranky ul ul, .stranky ol ol {
  margin-bottom: 0;
}
.stranky ul {
  list-style-type: square;
}
.stranky ul li {
  padding-left: 5px;
}
.stranky .f_left {
  display: block;
  float: left;
  margin: 2px 10px 6px 0px;
}
.stranky .f_right {
  display: block;
  float: right;
  margin: 2px 0px 6px 10px;
}

.photos .item {
  float: left;
  margin: 0px 30px 20px 0px;
}
.photos .item a img {
  width: 304px;
  height: 198px;
  display: block;
  padding: 6px;
  background: url('../images/img_border.gif') no-repeat;  
}
.photos .item a.text {
  display: block;
  padding: 4px 6px 4px 6px;
  font-size: 92%;
  color: #173885;
  text-decoration: none;
}
.photos .item a.text:hover {
  text-decoration: underline;
}

/*** INFO ***/

#info {
  padding: 0px 10px 0px 5px;
  margin-bottom: 30px;
}
#info p {
  margin-bottom: 10px;
}
#info .text {
  float: left;
  width: 420px;
  padding-top: 5px;
}
#info .vyrobce {
  line-height: 1.5;
  margin-bottom: 20px; 
}
#info .cena {
  line-height: 1.5;
  margin-bottom: 20px;  
}
#info .cena strong {
  font-size: 115%;
  font-weight: bold;
  color: #173885;
  display: block;
}
#info .cena .usetrite {
  color: #e16e19;
  display: block;
  padding-top: 3px;
}
#info .cena .bezdph_cena {
  font-size: 88%;
  color: #AAAAAA;
  display: block;
}
#info .cena .doporucena {
  display: block;
  text-decoration: line-through;
}
#info .zbozi_do_kosiku_form {
  margin-top: 20px;
}
.zbozi_do_kosiku_form fieldset {
  margin: 0;
  padding: 0;
}
#info .parametry {
  border: 0px;
  margin-bottom: 10px;
}
#info .parametry label {
  width: 70px;
  line-height: 21px;
  display: block;
  float: left;
  margin-bottom: 8px;
}
#info .parametry select {
/*  width: 87px;*/
  height: 21px;
  display: block;
  float: left;
  padding-left: 5px;
  color: #6f706e;
}
#info .kusy {
  border: 0px;
  height: 30px;
  display: block;
  line-height: 30px;
}
#info .kusy .pocet {
  width: 15px;
  height: 22px;
  display: block;
  float: left;
  padding: 6px 10px 0px 10px;
  border: 1px solid #e4e4e4;
}
#info .kusy .ks {
  width: 25px;
  height: 30px;
  display: block;
  float: left;
  line-height: 30px;
  padding-left: 8px;
}
#info .kusy .do_kosiku {
  display: block;
  float: left;
}
#info .image {
  width: 240px;
  height: 240px;
  margin-right: 20px;
  float: left;
  text-align: center;
}
#info .image a {
  width: 219px;
  height: 219px;
  display: block;
  padding: 10px;
  border: 1px solid #E1E1E1;
  text-align: center;
  vertical-align: middle;
}
#info .image a img {
  vertical-align: middle;
}

.description {
  margin-bottom: 20px;
}

.description .description_text {
  margin: 0px 10px 10px 10px;
}

/*** FOOTER ***/

#footer_wrapper {
  padding: 0px 0px 40px 0px;
  background: url('../images/footer_wrapper_bg.gif') top repeat-x;  
}
#footer {
  width: 960px;
  height: 26px;
  position: relative;
  font-size: 92%;
  padding: 40px 20px 0px 0px;
}
#footer a {
  color: #555555;
}
#footer a:hover {
  color: #173885;
}
#footer .logo2 {
  width: 95px;
  height: 26px;
  display: block;
  float: left;
}
#footer ul {
  width: 600px;
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  margin-left: 11px;
  padding-left: 11px;
  background: url('../images/footer_divider.gif') left center no-repeat;
}
#footer ul li {
  display: block;
  float: left;  
  padding: 0px 10px 0px 0px;
  margin-right: 9px;
  background: url('../images/divider.gif') right center no-repeat;
}
#footer ul li.last {
  background: none;
  margin-right: 0px;
  padding-right: 0px;
}
#footer .webdesign-plzen {
  width: 118px;
  height: 14px;
  display: block;
  float: right;
  margin-top: 6px;
}
#footer .up {
  width: 102px;
  height: 23px;
  display: block;
  position: absolute;
  top: 4px;
  right: 106px;
  font-size: 1%;
  line-height: 1%;
  overflow: hidden;
}
#footer .up span {
  width: 102px;
  height: 23px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../images/img_nahoru.gif') no-repeat;  
}



/*** HOMEPAGE ***/

#homepage #top_wrapper {
  padding-bottom: 0px;
}
#homepage #main {
  padding-top: 35px;
  background: url('../images/main_bg.jpg') #ffffff top no-repeat;
}
#homepage #column_block {
  width: 728px;
  float: left;
}
#homepage #content {
  width: 465px;
}

