body {
	margin : 0px;
	padding : 0px;
	background-color : white;
	font : 11px Verdana, "Geneva CE", lucida, sans-serif;
	color : black;
}
a {
	color: #678ab8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #a13c4a;
}
#top {
	margin : 0;
	padding : 0;
	height: 135px;
	width: 1000px;
	background-image: url(../img/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#top-left {
	margin : 0;
	padding : 0;
	height: 135px;
	width: 686px;
	background-image: url(../img/bg_left_top.gif);
	background-repeat: repeat-y;
	background-position: top left;
	float: left;
}
#top-right {
	margin : 0;
	padding : 0;
	height: 135px;
	width: 314px;
	background-color: #dfe8f5;
	background-image: url(../img/bg_top_right.gif);
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
}
#menu-top {
	margin: 0 0 0 20px;
	padding : 0;
}
.menu {
	width: 100px;
	margin: 10px 2px 0 0;
	padding: 0;
	float: left;
}
.menu-line {
	width: 10px;
	height: 80px;
	float: left;
}
.menu-ico {
	width: 80px;
	height: 80px;
	float: left;
}
.menu-title {
	text-align: center;
	margin-top: 4px;
	padding : 0;
}
.menu-title a {
	color: #678ab8;
	font-weight: bold;
	text-decoration: none;
}
.menu-title a:hover {
	color: #a13c4a;
}
.title-right {
	color: #a13c4a;
	font-weight: bold;
	border-bottom: 2px solid #678ab8;
	background-image: url(../img/bg_hr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 14px 0 0 14px;
	padding : 0;
}
.title-right-full {
	color: #a13c4a;
	font-weight: bold;
	border-bottom: 2px solid #678ab8;
	background-image: url(../img/bg_hr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 14px 0 10px 0px;
	padding : 0;
	width: 500px;
}
.title-right-fulll {
	color: #a13c4a;
	font-weight: bold;
	border-bottom: 2px solid #678ab8;
	background-image: url(../img/bg_hr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 14px 0 10px 0px;
	padding : 0;
	width: 645px;
}
.title-content {
	color: #a13c4a;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px solid #678ab8;
	background-image: url(../img/bg_hr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 14px 0 0 0;
	padding : 0;
}
.subtitle-content {
	color: #678ab8;
	font-weight: bold;
	border-bottom: 2px solid #678ab8;
	margin: 14px 0 0 0;
	padding : 0;
	text-align: right;
}
#search-form {
	margin: 0 0 0 14px;
	padding : 0;
}
#middle {
	margin : 0;
	padding : 0;
	width: 1000px;
	background-color: white;
	background-image: url(../img/bg_middle.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
#content {
	margin : 0;
	padding : 0 20px 0 20px;
	width: 646px;
	float: left;
	background-color: white;
	background-image: url(../img/bg_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}
#right {
	margin: 0;
	padding: 0;
	width: 314px;
	background-color: #dfe8f5;
	float: left;
}
#right div.strom {
	margin : 0;
	padding : 0 10px 10px 14px;
}
a.li {
	color : black;
	text-decoration : none;
	font-weight : normal;
	padding: 0 0 0 4px;
}
a.li:hover {
	color: white;
	text-decoration : underline;
}
form {
	margin: 0;
	padding: 0;
}
.input-search {
	margin-top: 2px;
	width: 210px;
	border: 1px solid #678ab8;
}
.submit-search {
	margin-top: 2px;
	width: 80px;
	background-color: #678ab8;
	border: 1px solid #678ab8;
	color: white;
	font-weight: bold;
}
.submit-basket {
	margin: 0;
	padding: 0;
	width: 82px;
	background-color: #678ab8;
	border: 1px solid #678ab8;
	color: white;
	font-weight: bold;
}
.submit-basket-order {
	margin: 0;
	padding: 0;
	width: 156px;
	background-color: #678ab8;
	border: 1px solid #678ab8;
	color: white;
	font-weight: bold;
}
.submit-basket-order:hover {
	border: 1px solid #a13c4a;
}
.input-basket {
	margin: 0;
	padding: 0 1px;
	width: 22px;
	border: 1px solid #678ab8;
	text-align: right;
}
.input-login-login {
	margin-top: 2px;
	width: 120px;
	border: 1px solid #678ab8;
}
.input-login-psw {
	margin-top: 2px;
	width: 84px;
	border: 1px solid #678ab8;
}
.submit-login {
	margin-top: 2px;
	width: 80px;
	background-color: #678ab8;
	border: 1px solid #678ab8;
	color: white;
	font-weight: bold;
}
.login-title {
	font-size: 10px;
}
.login {
	font-size: 11px;
}
.login-light {
	font-size: 11px;
	font-weight: normal;
	color: #678ab8;
}
.img-basket {
	position: relative;
	top: 4px;
}
p.text {
	text-align: justify;
}
p.text-right {
	text-align: right;
}
#bottom {
	width: 1000px;
	background-color: #678ab8;
}
#bottom div {
	padding: 2px;
	color: white;
	font-weight: bold;
}
#bottom div a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#bottom div a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
ul {
	margin-left: 15px;
	padding-left: 0;
}
li.list {
	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	color: #678ab8;
}
li.list a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
li.list a:hover {
	color: #a13c4a;
}
.product-image {
	width: 80px;
	height: 80px;
}
.product-image-big {
	background-color: #678AB8;
}
.product-title {
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	height: 50px;
}
.rotate-product-title {
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.product-title a, .rotate-product-title a {
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.product-title a:hover, .rotate-product-title  a:hover {
	color: #a13c4a;
	text-decoration: underline;
}
.product-company {
	color: #678ab8;
	font-weight: bold;
	text-align: right;
	background-color: #DFEEFF;
}
.product-company-title {
	color: #678AB8;
	font-size: 10px;
	text-align: left;
	width: 50%;
}
.product-eshop {
	color: #a13c4a;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	background-color: #DFEEFF;
}
.product-eshop-title {
	color: #a13c4a;
	font-size: 10px;
	text-align: left;
	width: 50%;
}
.product-eshop-title-center {
	color: #a13c4a;
	font-size: 10px;
	text-align: left;
	text-align: center;
}
.product-price {
	color: #678AB8;
	text-align: right;
	text-decoration: line-through;
	background-color: #DFEEFF;
}
.product-price-title {
	color: #678AB8;
	font-size: 10px;
	text-align: left;
	width: 50%;
}
.product-akce {
	color: white;
	font-weight: bold;
	background-color: #a13c4a;
	width: 100%;
}
.product-akce-big {
	color: white;
	font-weight: bold;
	background-color: #a13c4a;
	width: 100%;
	font-size: 18px;
	text-align: center;
}
.product-novinka {
	color: white;
	font-weight: bold;
	background-color: green;
	width: 100%;
}
.product-novinka-big {
	color: white;
	font-weight: bold;
	background-color: green;
	width: 100%;
	font-size: 18px;
	text-align: center;
}
.product-normal {
	color: #DFEEFF;
	background-color: #DFEEFF;
	width: 100%;
}
.product-normal-empty {
	color: #DFEEFF;
	width: 100%;
}
.product-popis {
	line-height: 120%;
	font-size: 12px;
	color: black;
	background-color: white;
	text-align: justify;
}
.img-border {
	border: 1px solid #a13c4a;
}
.img-border-80 {
	border: 1px solid #a13c4a;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
}
.img-border-160 {
	height: 160px;
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
}
.img-noborder {
	border: none;
}
.product-box {
	width: 208px;
	height: 180px;
	float: left;
	background-color: #EFF6FF;
	border: 1px solid #B8CCE6;
	margin: 2px;
	overflow: hidden;
}
.rotate-product-box {
	width: 208px;
	background-color: #EFF6FF;
	border: 1px solid #B8CCE6;
	margin: 2px;
	overflow: hidden;
}
.clear {
	clear: both;
}
.listpages {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.listpages:hover {
	color: #a13c4a;
}
.product-detail-class {
	width: 450px;
	float: left;
	oveflow: hidden;
}
.product-references {
	width: 180px;
	float: right;
}
li a.references {
	color: #678AB8;
	font-size: 11px;
	text-decoration: none;
}
li a.references:hover {
	color: #a13c4a;
	text-decoration: underline;
}
.image-box {
	float:left;
	margin-right:4px;
	margin-bottom:2px;
}
.image {
	padding:0;
	margin:0;
	text-align:center;
	width:80px;
	height:82px;
}
.img-gallery {
	margin-left: 10px;
	clear: both;
}
.input-text {
	background-color : #EFF6FF;
	margin-top: 2px;
	width : 150px;
}
.input-text-short {
	background-color : #EFF6FF;
	margin-top: 2px;
	width : 100px;
}
.input-submit {
	background-color : #D7E5F7;
	width : 500px;
	border : solid 2px #678AB8;
	font-weight : bold;
	margin-top: 2px;
	margin-bottom: 6px;
}
.input-textarea {
	background-color : #EFF6FF;
	width : 500px;
	height : 200px;
}
.input-textarea-small {
	background-color : #EFF6FF;
	width : 500px;
	height : 100px;
}
.input-textarea-smalll {
	background-color : #EFF6FF;
	width : 645px;
	height : 100px;
}
.akce-small {
	font-size: 11px;
	font-weight: normal;
}
.nobold {
	font-size: 10px;
	font-weight: normal;
}
h1 {
	font-size: 16px;
	text-align: center;
}
h2 {
	font-size: 13px;
}
.mono {
	font-family: monospace;
	font-size: 12px;
}
.level-1 {
	font-size: 11px;
	margin: 0 0 10px 50px;
	text-indent: -42px;
	text-align: left;
}
.level-2 {
	font-size: 11px;
	margin: 0 0 10px 110px;
	text-indent: -57px;
	text-align: left;
}
.level-3 {
	font-size: 11px;
	margin: 0 0 10px 166px;
	text-indent: -57px;
	text-align: left;
}
p.classic {
	text-indent: 30px;
}
.alert {
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}
.order-tour {
	margin: 5px 0;
	color: #678AB8;
}
.td-basket-left {
	color: #a13c4a;
	text-align: left;
	background-color: #DFEEFF;
}
.td-basket-right {
	color: #a13c4a;
	text-align: right;
	background-color: #DFEEFF;
	white-space: nowrap;
}
.td-basket-center {
	color: #a13c4a;
	text-align: center;
	background-color: #DFEEFF;
	white-space: nowrap;
}
.td-basket-justify {
	color: black;
	text-align: justify;
}
.td-basket-title-left {
	color: black;
	font-weight: bold;
	text-align: left;
	width: 80%;
}
.td-basket-title-right {
	color: black;
	font-weight: bold;
	text-align: right;
}
.td-basket-title-right-nobold {
	color: black;
	text-align: right;
}
.td-basket-title-center {
	color: black;
	font-weight: bold;
	text-align: center;
}
.radio {
	position: relative;
	top: 4px;
}
.underline {
	text-decoration: underline;
}
.red {
	color: red;
	font-weight: bold;
}