body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #5A5E61 url("images/bg02.jpg") repeat-y center top;
}

#main {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	background: #edebf9 url("images/bg03.jpg") repeat-x left 307px;
}

#top {
	background: url("images/bg01.jpg") no-repeat left top;
	height: 254px;
}

a.homepage {
	display: block;
	height: 254px;
}

a.homepage span {
	display: none;
}

#left-bar {
	float: left;
	width: 595px;
}

#right-bar {
	float: right;
	width: 335px;
	padding-top: 10px;
}

#left-bar #content {
	padding: 5px 0 0 25px;
}

#footer {
	clear: both;
	line-height: 20px;
	background-color: #D3D9ED;
	padding: 10px 20px;
}

#menu {
	height: 53px;
	background: url("images/bg04.gif") repeat-x left top;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 33px;
	padding: 10px 10px;
	width: 65px;
	font-size: 90%;
	line-height: 16px;
	text-align: center;
	xcolor: #444;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-left: 1px solid #d7d9f1;
	border-right: 1px solid #8487c6;
}

#menu ul li.selected a {
	font-weight: bold;
	background-image: url("images/bg04b.gif");
}
#menu ul li a:hover {
	color: #000;
	background-image: url("images/bg04b.gif");
}

#menu ul li ul {
	display: none;
}

#menu-left {
	float: left;
}

#menu-right {
	border-left: 1px solid #8487c6;
	float: right;
}
#menu #menu-right a {
	height: 53px;
	line-height: 53px;
	padding: 0 0;
	width: 95px;
}


#aktuality {
	background: #f5f5f5;
	padding: 10px;
}

.more {
	display: block;
	text-align: right;
}

/* --------------------------------------------------- */

.box {
    float: left;
    width: 320px;
    height: 187px;
    background:  url('images/box01.gif') no-repeat top left;
    margin: 0 17px 17px 0;
}
.box .box-content {
    padding: 10px;
}
.box .nadpis {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 130%;
}
.box .image {
	float: left;
	height: 120px;
	width: 120px;
	overflow: hidden;
	text-align: center;
}
.box .info {
	float: right;	
	width: 160px;
	height: 110px;
	padding-top: 10px;
	font-size: 90%;
}
.box .bottom {
	height: 24px;
	line-height: 23px;
	clear: both;	
}
.box .bottom img {
	position: relative;
	top: 4px;
}
.cena {
	color: #f36713;
	font-size: 160%;
}
.cena_doporucena {
	text-decoration: line-through;
}
.sleva {
	font-size: 160%;
}
.kosik {
	display: block;
	float: right;
	width: 72px;
	height: 22px;
    background:  url('images/kosik.png') no-repeat top left;
}
.kosik:hover {
    background:  url('images/kosik2.png') no-repeat top left;
}
.kosik span {
    display: none;
}

.photo-gallery img {
	border: 1px solid #cec4bd;
	margin: 0 12px 12px 0;
}
