body{
	background: #fff url("../img/background.jpg") repeat-x 50% 0;
	color: #000;
	font-family: Arial CE, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0px;
	margin-bottom: 1em;
	padding: 0;
}

a{
	color: #FDFF00;
}

a:visited{
}

a:hover{
	color: #fff;
}

acronym, abbr{
	cursor: help;
}

address{
  padding-left: 0.7em;
}

h2, h3, h4{
	background: url("../img/heading.jpg") no-repeat 0% 100%;
  clear: both;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
}

h1{
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	width: 336px;
	 height: 111px;
	left: 22px;
  	top: 120px;
}

h1 a{
	color: #ffffff;
	text-decoration: none;
	width: 336px;
	 height: 111px;
}

h1 span{
	background: url("../img/logo.jpg") no-repeat;
	display: block;
	width: 336px;
	 height: 111px;
	left: 0px;
  	top: 0px;
	position: absolute;
	z-index: 1;
}

#site h2{
  color: #ffe9af;
  font-size: 1.4em;
}


#site h3{
  color: #ffd86f;
  font-size: 1.2em;
}

#site h4{
  color: #ffd86f;
  clear: none;
  font-size: 1.1em;
}

#site h5{
  clear: none;
  font-size: 0.9em;
}

hr{
  clear: both;
  color: #bfdbff;
  border: none;
  border-top: 1px solid #bfdbff;
  height: 1px;
}

img{
  border: 0;
}

img.left{
  float: left;
}

img.right{
  float: right;
}

p{
  margin: 0;
  margin-bottom: 0.5em;
  padding-left: 0.2em;
}

ul{
  margin: 0 0 0.7em 1.8em;
  list-style: disc;
  padding: 0;
}

table{
  border: solid 1px #429edd;
  margin-top: 1em;
  margin-bottom: 2em;
}

td, th{
  border: solid 1px #8fdcff;
  color: #fff;
  padding: 0 0.3em 0 0.3em;
}

th{
  background: #2769ca;
}

.cleaner{
  clear: both;
  visibility: hidden;
}


#site{
  background: #398ED7 url("../img/site.jpg") repeat-y;
	color: #fff;
  margin: 23px auto;
	width: 766px;
}

#header{
  background: url("../img/header.jpg") no-repeat;
	height: 235px;
	overflow: hidden;
}

#sidebar{
  float: left;
  width: 185px;
  padding-left: 15px;
}

#sidebar a{
  color: #003b8f;
}

#sidebar a:hover{
  color: #000;
}

#sidebar ul{
  background: url("../img/sidebar.gif");
  list-style: none;
  margin: 0 0 1em -15px;
  padding: 10px 0 0 0;
  position: relative;
}

#sidebar ul li{
  padding: 0 10px 10px 0;
}

#sidebar ul li a, #sidebar ul li strong{
  background: #2F85D5 url("../img/button.gif");
  color: #fff;
  display: block;
  line-height: 19px;
  height: 19px;
  text-decoration: none;
  padding: 0 7px 0 7px;
}

#sidebar ul li a:hover{
  font-style: italic;
}

#sidebar ul li strong, #sidebar ul li a:hover{
  background: #2F85D5 url("../img/button-hover.gif");
}

#sidebar h2, #sidebar  h3, #sidebar  h4{
  background: none;
  clear: none;
  color: #fff;
}

#sidebar p{
  background: #fff;
  color: #2868ca;
  font-size: 0.9em;
  padding: 0.5em;
}

#main-content{
  float: right;
  padding-right: 15px;
	width: 535px;
}

#categories ul li a, #categories ul li strong{
  background: #FFE9AF;
  border: 1px outset #FFE9AF;
  color: #003b8f;
}

#categories ul li a:hover{
  background: #FFE9AF;
  border: 1px inset #FFE9AF;
  color: #000;
}

/*-----category list-------*/
.product-box, .tip-of-day{
  background: #2d74ce url('../img/product-box.jpg') no-repeat 100% 0%;
  border: 2px ridge #2d74ce;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0px 0px 0px 140px;
  position: relative;
  width: 360px;
    height: 165px;
}

.product-box h3, .tip-of-day h3{
  background: none;
  font-size: 1.4em;
  padding: 0;
  margin: 0;
}

.product-box h3 a, .tip-of-day h3 a{
  color: #ffe9af;
  display: block;
  padding: 10px 10px 10px 0px;
  text-decoration: none;
}

.product-box h3 a:hover, .tip-of-day h3 a:hover{
  color: #fff;
}

.product-box-image{
  height: 140px;
  left: 2px;
  padding: 0;
  position: absolute;
  top: 10px;
  width: 130px;
}

.product-box-image img{
  display: block;
  margin: 0 auto 0 auto;
}

.product-box form{
  position: absolute;
    bottom: 20px;
    right: 20px;
}

.product-box form p{
  padding: 0;
}

.product-box .count{
  width: 3em;
}

.product-box .price, .tip-of-day .price{
  font-weight: bold;
}

/*-------product-detail-------*/
#product-detail-image-box{
  background: #fff;
  border: 2px double #aaa;
  float: right;
  margin: 0 0 0.7em 0.7em;
  padding: 0.7em;
}

#product-detail-image-box #img-large{
  display: block;
  margin: auto;
  padding-bottom: 0.7em;
}

#product-detail-image-box .img-thumb{
  cursor: pointer;
}

/*------cart-------*/
#kosik input{
  width: 3em;
}

.error{
  color: #f33;
  font-weight: bold;
  font-size: 1.1em;
}

.message{

}

.required{
  font-weight: bold;
}

.krabice{
  float: left;
  width: 135px;
  height: 130px;
}

.fotoatelier{
  float: left;
  margin-right: 1em;
}

.screenshot{
  border: 1px solid #496caa;
  height: 320px;
  margin-bottom: 1.5em;
  width: 480px;
}

.reference-thumb{
  border: 1px solid #496caa;
  height: 160px;
  float: left;
  width: 240px;
}

.reference-description{
  margin-left: 240px;
  padding-left: 1.5em;
}

#footer{
	background: url("../img/footer.jpg") no-repeat 0% 100%;
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 30px;
}

#footer p{
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 0;
	padding: 0.5em 1.5em 0.5em 1.5em;
}

#footer .right{
	float: right;
}

/*------listing------*/
.back{
  text-align: right;
}

.back a{
}

.back a:hover{
}

#prev-next{
  clear: both;
  font-size: 1.1em;
  text-align: center;
}

#vybrana-stranka{
  font-weight: bold;
}

#listovani{
  clear: both;
  font-size: 1.2em;
}

