/* levy sloupec s piktogramy */
#leftMenu {
  width: 225px;
  position: absolute;
  left: 20px;
  top: 15px;
  height: 520px;
}

#leftMenu ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#leftMenu ul li {
  width: 75px;
  height: 120px;
  float: left;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
  font-size: 12px;
}

/*strankovani*/
.paging {
  width: 225px;
  position: absolute;
  bottom: 3px;
  left: 0px;
}

#previous {
  margin-left: 20px;
  _margin-left: 10px;
  float: left;
  width: 16px;
}

#next {
  margin-right: 20px;
  _margin-right: 10px;
  float: right;
  width: 16px;
}

#middle {
  float:left;
  margin-top:2px;
  text-align:center;
  width:153px;
}

/* \\ levy sloupec*/


/* obrazek */
#imageArea {
  left:245px;
  height: 520px;
  width: 435px;
  position:absolute;
  top:15px;
  overflow: hidden;
  
}

#bigImage{
  position: absolute;
  top: 0;
  left: 0;
}

#smallImage {
  position: absolute;
  bottom: 0;
  right: 0;
}


/* pravy sloupec */
#infoPanel {
  position: absolute;
  width: 145px;
  height: 520px;
  top: 15px;
  right: 0px;
  padding-left: 15px;
  overflow: hidden;
}

#infoPanel h2 {
  font-size: 14px;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

#infoPanel p {
  margin: 0px;
  padding: 0px;
}

#pictograms {
  margin-top: 5px;
}
#pictograms img {
  margin-right: 5px;
}

#infoPanel table {
  margin: 0px;
  padding: 0px;
  width: 120px;
  table-layout: fixed;
}

#infoPanel table select {
  width: 99%;
}

#infoPanel form {
  margin: 0px;
  padding: 0px;
}

#price {
  background-color: white;
  padding-left: 4px;
  width: 60px;
}

#money {
  width: 60px; 
}

#colors {
  margin-top: 10px;
  overflow: auto;
  height: auto;
  width: 141px;
  =width: 125px;
  _width: 110px;
  z-index: 10;
}

.scrollPane {
  overflow: auto;
}

#colors img {
  margin: 0px;
  clear: both;
  float: left;
}

#submit {
  background-color: white;
  border: 0px;
} 

/*prazdna stranka*/
#detail {
	left:55px;
	overflow:auto;
	position:absolute;
	top:27px;
	width:775px;
	z-index:1;
}