* {
	margin: 0;
	padding: 0;
}

body {
	font: 75% Tahoma, Arial, Verdana, Georgia, sans-serif, Times, serif;
	text-align: center;
	background: #5FBDE6 url('../img/bg.png') top repeat-x;
}

a {
/*	position: relative;*/
	color: #E2001A;
	text-decoration: none;
/*	z-index: 10000;*/
	outline: none;
	cursor: pointer;
	cursor: hand;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1143px;
	z-index: 1;
	text-align: left;
}

/******************************************************************************/

#logo-img {
	position: absolute;
	top: 0;
	left: 43px;
	width: 229px;
	height: 111px;
	background: url('../img/logo-img.jpg') no-repeat;
}

#logo a {
	position: absolute;
	top: 111px;
	left: 46px;
	width: 226px;
	height: 118px;
	background: url('../img/logo.png') no-repeat;
}
#logo strong {
	display: none;
}

#menu-top {
	position: absolute;
	top: 111px;
	right: 47px;
	width: 804px;
	height: 85px;
	padding: 33px 0 0 20px;
	background: #fff url('../img/bg-menu.jpg') right no-repeat;
}
#menu-top a {
	position: relative;
	float: left;
	padding: 20px 15px 20px 0;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
}
#menu-top a:hover {
	color: #008BCF;
	text-decoration: none;
}
#menu-top a span {
	position: absolute;
	top: 13px;
	left: 0;
	width: 20px;
	height: 5px;
	background: #fff;
}
#menu-top a:hover span {
	background: #008BCF;
}
#menu-top a.active {
	color: #E2001A;
}
#menu-top a.active span {
	background: #E2001A;
}

/******************************************************************************/

#search {
	margin: 0 10px 20px 10px;
}
#search input.text {
	width: 138px;
	margin: 0 3px 0 0;
	padding: 3px;
	font: 95% Tahoma, Arial, Verdana, Georgia, sans-serif, Times, serif;
	border: 1px solid #fff;
}
#search input.submit {
	width: 23px;
	height: 23px;
	background: url('../img/search.png') no-repeat;
	border: none;
	cursor: pointer;
	cursor: hand;
}

/******************************************************************************/

#menu-shop {
	float: left;
	width: 192px;
	margin: 0 0 1px 0;
	padding: 20px 25px 25px;
	color: #fff;
	font-size: 105%;
	background: #237EB8 url('../img/module1.png') no-repeat;
}
#menu-shop #eshop-title {
	margin: 0 0 10px 0;
	padding: 0 10px;
	color: #E2001A;
	font-size: 110%;
	font-weight: bold;
}
#menu-shop ul {
	list-style-type: none;
	border-top: 1px solid #395885;
}
#menu-shop ul li {
	border-bottom: 1px solid #395885;
}
#menu-shop ul li a {
	position: relative;
	display: block;
	padding: 7px 10px;
	color: #fff;
}
#menu-shop ul li a:hover {
	text-decoration: none;
}
#menu-shop ul li a span {
	position: absolute;
	top: 1em;
	left: -6px;
	background: #fff;
}
#menu-shop ul li a:hover span {
	width: 10px;
	height: 5px;
	background: #fff;
}

#menu-shop ul li a.active {
	color: #FFE200;
}
#menu-shop ul li a.active span {
	width: 10px;
	height: 5px;
	background: #FFE200;
}

/******************************************************************************/

#menu-shop ul ul {
	border-top: none;
}
#menu-shop ul li ul li {
	border-bottom: none;
}
#menu-shop ul li ul li a {
	padding: 0 10px 7px 20px;
	font-size: 90%;
}
#menu-shop ul li ul li a span {
	top: 0.45em;
}
#menu-shop ul li ul li a:hover span {
	width: 20px;
	height: 4px;
}
#menu-shop ul li ul li a.active span {
	width: 20px;
	height: 4px;
}

/******************************************************************************/

#menu-shop ul li ul li ul li a {
	margin: -3px 0 0 0;
	padding: 0 10px 7px 30px;
	font-size: 90%;
}
#menu-shop ul li ul li ul li a span {
	top: 0.5em;
}
#menu-shop ul li ul li ul li a:hover span {
	width: 30px;
	height: 3px;
}
#menu-shop ul li ul li ul li a.active span {
	width: 30px;
	height: 3px;
}

/******************************************************************************/

#menu-shop ul li ul li ul li ul li a {
	margin: -3px 0 0 0;
	padding: 0 10px 7px 40px;
	font-size: 90%;
}
#menu-shop ul li ul li ul li ul li a:hover span {
	width: 40px;
	height: 2px;
}
#menu-shop ul li ul li ul li ul li a.active span {
	width: 40px;
	height: 2px;
}

/******************************************************************************/

#basket {
	float: left;
	clear: left;
	width: 192px;
	margin: 0 0 1px 0;
	padding: 20px 25px;
	color: #fff;
	font-size: 110%;
	background: #237EB8 url('../img/module2.png') no-repeat;
}

#basket #basket-title {
	margin: 0 0 10px 0;
	padding: 0 10px;
	color: #E2001A;
	font-size: 105%;
	font-weight: bold;
}

#basket table {
	width: 185px;
	margin: 0 10px 15px 10px;
}
#basket table td.count {
	padding: 0 5px 0 0;
	color: #FFE200;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}

#basket .basket-button a {
	display: block;
	width: 115px;
	height: 30px;
	line-height: 30px;
	margin: 5px 10px 0 10px;
	padding: 0 0 0 60px;
	color: #fff;
	background: url('../img/button-cart.png') center;
}
#basket .basket-button a:hover {
	color: #FFE200;
	text-decoration: none;
}

/******************************************************************************/

#basket-full {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 90%;
	border-collapse: collapse;
}
#basket-full tr.tr1 {
	background: #e5efff;
}
#basket-full th {
	padding: 4px 10px;
	text-align: center;
	color: #fff;
	background: #0B0031;
	border: 1px dotted #1E659D;
}
#basket-full td {
	padding: 1px 10px;
	border: 1px dotted #1E659D;
}
#basket-full td.bg {
	padding: 4px 10px;
	font-weight: bold;
	background: #81c0de;
}
#basket-full .aleft {
	text-align: left;
}
#basket-full .aright {
	text-align: right;
}
#basket-full td a {
	display: block;
}
#basket-full td a img {
	display: block;
	border: 1px solid #ddd;
}
#basket-full td a:hover img {
	border: 1px solid #008BCF;
}
#basket-full td input.text {
	width: 3em;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
	font-size: 110%;
	border: 1px solid #BBB;
}
#basket-full td input.button {
	height: 2.5em;
	width: 2.5em;
	color: #fff;
	font-size: 100%;
	background: #1E659D;
	border: 1px solid #0B0031;
	cursor: pointer;
	cursor: hand;
}

#basket-full td a.del img {
	display: block;
	padding: 3px;
	border: none;
}
#basket-full td a.del:hover img {
	padding: 2px;
	border: 1px solid #008BCF;
}

#basket-next {
	text-align: center;
}
#basket-next a {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	background: url('../img/button-plain.png') right repeat-x;
	border: none;
}
#basket-next a:hover {
	color: #FFE200;
	text-decoration: none;
}


/******************************************************************************/

#vip-logos{
	clear: left;
	float: left;
	width: 202px;
	padding: 20px 10px 25px 30px;
	border: 0px solid #eee;
}
#vip-logos a{
	color: #000080;
	}
#vip-logos-title{
	margin: 0 0 25px 0;
	padding: 0 10px;
	color: #E2001A;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.vip-logo{
	float: left;
	width: 91px;
	height: 37px;
	margin: 0px 10px 5px 0px;
	background-position: 0px -37px;
}
.vip-logo:hover{
	background-position: 0px 0px;
}
#logo-xella{
	background-image: url('../img/vip-logos/logo-xella.jpg');
}
#logo-knaufinsulation{
	background-image: url('../img/vip-logos/logo-knaufinsulation.jpg');
}
#logo-dcd-ideal{
	background-image: url('../img/vip-logos/logo-dcd-ideal.jpg');
}
#logo-baumit{
	background-image: url('../img/vip-logos/logo-baumit.jpg');
}
#logo-weber{
	background-image: url('../img/vip-logos/logo-weber.jpg');
}
#logo-profi{
	background-image: url('../img/vip-logos/logo-profi.jpg');
}
#logo-profi-bohemia{
	background-image: url('../img/vip-logos/logo-profi-bohemia.jpg');
}
#logo-tondach{
	background-image: url('../img/vip-logos/logo-tondach.jpg');
}
#logo-wienerberger{
	background-image: url('../img/vip-logos/logo-wienerberger.jpg');
}
#logo-heluz{
	background-image: url('../img/vip-logos/logo-heluz.jpg');
}
#logo-rapol{
	background-image: url('../img/vip-logos/logo-rapol.jpg');
}
#logo-bachl{
	background-image: url('../img/vip-logos/logo-bachl.jpg');
}
#logo-presbeton{
	background-image: url('../img/vip-logos/logo-presbeton.jpg');
}
#logo-ferobet{
	background-image: url('../img/vip-logos/logo-ferobet.jpg');
}
#logo-kb-blok{
	background-image: url('../img/vip-logos/logo-kb-blok.jpg');
}
#logo-beton-broz{
	background-image: url('../img/vip-logos/logo-beton-broz.jpg');
}
#logo-porfix{
	background-image: url('../img/vip-logos/logo-porfix.jpg');
}
#logo-cement-hranice{
	background-image: url('../img/vip-logos/logo-cement-hranice.jpg');
}
#logo-knauf{
	background-image: url('../img/vip-logos/logo-knauf.jpg');
}
#logo-norgips{
	background-image: url('../img/vip-logos/logo-norgips.jpg');
}
#logo-busscher-hoffmann{
	background-image: url('../img/vip-logos/logo-busscher-hoffmann.jpg');
}
#logo-diton{
	background-image: url('../img/vip-logos/logo-diton.jpg');
}
#logo-bramac{
	background-image: url('../img/vip-logos/logo-bramac.jpg');
}
#logo-km-beta{
	background-image: url('../img/vip-logos/logo-km-beta.jpg');
}

/******************************************************************************/

#content {
	position: relative;
	top: 229px;
	left: 0;
}

#content-inner {
	margin: 0 47px 0 46px;
	background: #fff;
}

/******************************************************************************/

#text {
	float: right;
	width: 748px;
	padding: 183px 30px 20px 30px;
	text-align: justify;
	color: #000080;
}

#text h1, #text h2, #text h3, #text h4, #text h5, #text h6 {
	color: #E2001A;
	text-align: left;
}
#text h1 {margin: 0 0 20px 0; padding: 10px 0 0 0; font-size: 110%; text-transform: uppercase;}
#text h2 {margin: 20px 0 0 0; font-size: 100%;}
#text h3 {margin: 20px 0 0 0; font-size: 90%;}
#text h4 {margin: 10px 0 0 0; font-size: 90%;}
#text h5 {margin: 10px 0 0 0; font-size: 90%;}
#text h6 {margin: 10px 0 0 0; font-size: 90%;}

#text h1 a {color: #E2001A;}
#text h1 span {color: #008BCF; font-size: 85%; text-transform: none !important;}
#text h1 span a {color: #008BCF;}

#text p {
	margin: 5px 0;
	line-height: 1.5em;
}
#text ol,
#text ul {
	margin: 5px 0;
	padding: 0 0 10px 40px;
	line-height: 1.5em;
	text-align: left;
}

#text table {
	margin: 5px 0;
	border-collapse: collapse;
}
#text table td {
	padding: 1px 10px;
}
#text table td.width25 {
	width: 25%;
}
#text table p {
	padding: 5px 0;
}

/******************************************************************************/

#text #news .news-item {
	margin: 0 0 30px 0;
}
#text #news .date {
	margin: 5px 0;
	font-size: 85%;
	font-weight: bold;
}
#text #news h2 {
	margin: 0;
}

/******************************************************************************/

#text #news-detail {
	margin: 0 0 30px 0;
}

#text #news-detail .date {
	margin: 20px 0;
	color: #000;
	font-size: 90%;
	font-weight: bold;
}

/******************************************************************************/

#text #searchinfo {
	width: 100%;
	margin: -10px 0 -5px 0;
	font-size: 95%;
}
#text #searchinfo td {
	padding: 0;
}

/******************************************************************************/

#submit {
	background: url('../img/form-button.png') no-repeat;
}
#submit.hover {
	background-position: 0 -35px;
}

/******************************************************************************/

#text #odberni-mista {
	width: 100%;
	margin: -20px 0 0 0;
}
#text #odberni-mista td {
	width: 33%;
	padding: 0;
	vertical-align: top;
}
#text #odberni-mista p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.5em;
	color: #000;
}

/******************************************************************************/

#nabidka-title {
	margin: 40px 0 10px 0;
	color: #E2001A;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}

#nabidka-na-miru {
	margin: 10px 0 10px 0;
	padding: 20px 120px;
	width: 508px;
	background: #237EB8 url('../img/form-bg.png') left top repeat-x;
}

#nabidka-na-miru table {
	width: 508px;
}

#nabidka-na-miru td.col1 {}
#nabidka-na-miru td.col2 {}
#nabidka-na-miru td.col3 {width: 395px;}

#nabidka-na-miru td {
	padding: 0 5px 0 0;
	line-height: 2.3em;
	vertical-align: top;
}

#nabidka-na-miru label {
	color: #fff;
	font-size: 11px;
}

#nabidka-na-miru .input {
	width: 380px;
	margin: 2px 0;
	padding: 3px 5px;
	font: 12px Tahoma, Arial, Verdana, Georgia, Times, serif;
	background: #fff;
	border: 1px solid #fff;
}
#nabidka-na-miru textarea {
	width: 380px;
	margin: 3px 0 0 0;
	padding: 5px;
	font: 100% Tahoma, Arial, Verdana, Georgia, Times, serif;
	background: #fff;
	border: 1px solid #fff;
}
#nabidka-na-miru .error {
	border: 1px solid #E2001A;
}

#nabidka-na-miru #buttons {
	margin: 6px 0 0 0;
	text-align: left;
}

#nabidka-na-miru #buttons #submit {
	width: 100px;
	height: 30px;
	color: #ffffff;
	background: url('../img/button-plain.png') right repeat-x;
	border: none;
	cursor: pointer;
	cursor: hand;
}
#nabidka-na-miru #buttons #submit.hover {
	color: #FFE200;
}

/******************************************************************************/

div.ok {
	margin: 0 0 10px 0;
	padding: 4px 10px;
	font-size: 95%;
	color: #fff;
	text-align: center;
	background: #008000;
}

div.err {
	margin: 0 0 10px 0;
	padding: 4px 10px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	background: #E2001A;
}
div.err span {
	display: block;
}

#objednavka {
	margin: 10px 0;
	padding: 20px 95px;
	width: 558px;
	background: #237EB8 url('../img/form-bg.png') left top repeat-x;
}

#objednavka table {
	width: 558px;
}
#objednavka table td.spacer {
	line-height: 1em;
}
#objednavka td.col1 {}
#objednavka td.col2 {}
#objednavka td.col3 {width: 395px;}

#objednavka td {
	padding: 0 5px 0 0;
	line-height: 2.3em;
	vertical-align: top;
}

#objednavka label {
	color: #fff;
	font-size: 95%;
}

#objednavka .input {
	width: 380px;
	margin: 2px 0;
	padding: 3px 5px;
	font: 100% Tahoma, Arial, Verdana, Georgia, Times, serif;
	background: #fff;
	border: 1px solid #fff;
}
#objednavka .input.select {
	width: 385px;
	margin: 2px 0 2px 3px;
	padding: 3px 5px;
	font: 100% Tahoma, Arial, Verdana, Georgia, Times, serif;
	background: #fff;
	border: 1px solid #fff;
}
#objednavka textarea {
	width: 380px;
	margin: 3px 0 0 0;
	padding: 5px;
	font: 100% Tahoma, Arial, Verdana, Georgia, Times, serif;
	background: #fff;
	border: 1px solid #fff;
}
#objednavka .error {
	border: 1px solid #E2001A;
}

#objednavka #buttons {
	margin: 6px 0 0 3px;
	text-align: left;
}

#objednavka #buttons #submit {
	width: 150px;
	height: 30px;
	color: #ffffff;
	background: url('../img/button-plain.png') right repeat-x;
	border: none;
	cursor: pointer;
	cursor: hand;
}
#objednavka #buttons #submit.hover {
	color: #FFE200;
}

/******************************************************************************/

.eshop-item {
	width: 369px;
	margin: 0 0 10px 0;
	font-size: 90%;
}
.eshop-item div.title h2 {
	margin: 0 !important;
}
.eshop-item div.title h2 a {
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 11px;
	color: #fff;
	font-weight: normal;
	background: url('../img/eshop-item-top.png') center no-repeat;
}
.eshop-item div.title h2 a:hover {
	color: #FFE200;
	text-decoration: none;
}
.eshop-item div.body {
	padding: 10px;
	background: url('../img/eshop-item-body.png') center bottom no-repeat;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.eshop-item div.image {
	float: left;
	margin: 0 10px 0 0;
}
.eshop-item div.image a {
	display: block;
	width: 150px;
	height: 150px;
	background: #fff;
	border: 1px solid #ddd;
}
.eshop-item div.image a:hover {
	border: 1px solid #008BCF;
}

.eshop-item table.description {
	width: 185px;
	margin: 7px 0 15px 0 !important;
	border-collapse: separate !important;
}
.eshop-item table.description td {
	padding: 1px 0 !important;
}
.strikeout {
	text-decoration: line-through;
}
.green {
	color: green;
}

.eshop-item div.text {
	margin: 10px 0 0 0;
}

.eshop-item div.footer {
	height: 18px;
	padding: 10px;
	background: url('../img/eshop-item-bottom.png') center bottom no-repeat;
	border: 1px solid #ddd;
}
.eshop-item div.footer div {
	line-height: 18px;
}
.eshop-item div.footer div.price span {
	padding: 0 5px;
	color: #E2001A;
	font-size: 13px;
	font-weight: bold;
}
.eshop-item .buy p {
	display: inline;
}
.eshop-item .buy input.text {
	width: 30px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ddd;
}
.eshop-item .buy input.button {
	width: 24px;
	height: 14px;
	margin: 0 0 0 5px;
	text-align: center;
	background: url('../img/eshop-item-button-cart.png') no-repeat;
	border: none;
	cursor: pointer;
	cursor: hand;
}
.eshop-item .buy a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	color: #ffffff;
	background: url('../img/button-plain.png') right repeat-x;
}
.eshop-item .buy a:hover {
	color: #FFE200;
	text-decoration: none;
}

/******************************************************************************/

.eshop-item-detail {
	width: 748px;
	margin: 0 0 10px 0;
	font-size: 90%;
}
.eshop-item-detail div.title h2 {
	margin: 0 !important;
	height: 27px;
	line-height: 27px;
	padding: 0 21px;
	color: #fff !important;
	font-weight: normal;
	background: url('../img/eshop-item-top.png') repeat-x;
}
.eshop-item-detail div.body {
	padding: 15px 20px;
	background: url('../img/eshop-item-body.png') bottom repeat-x;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.eshop-item-detail div.image {
	float: left;
	margin: 0 20px 0 0;
	width: 150px;
	height: 150px;
	border: 1px solid #ddd;
}
.eshop-item-detail div.image a:hover {
	border: 1px solid #008BCF;
}

.eshop-item-detail table.description {
	width: 534px;
	margin: 0 !important;
	border: 1px solid #ddd;
	border-collapse: separate !important;
}
.eshop-item-detail table.description tr.tr0 {
	background: #fff;
}
.eshop-item-detail table.description tr.tr1 {
	background: #eee;
}
.eshop-item-detail table.description td {
	padding: 5px 20px !important;
}
.eshop-item-detail table.description a {
	color: #008BCF;
}
td.price span {
	color: #E2001A;
	font-size: 13px;
	font-weight: bold;
}
td.strikeout {
	text-decoration: line-through;
}
.green {
	color: green;
}

.eshop-item-detail div.footer {
	height: 18px;
	padding: 15px 20px;
	background: url('../img/eshop-item-bottom.png') bottom repeat-x;
	border: 1px solid #ddd;
}
.eshop-item-detail div.footer div {
	line-height: 18px;
}
.eshop-item-detail div.footer div.price span {
	padding: 0 5px;
	color: #E2001A;
	font-size: 13px;
	font-weight: bold;
}
.eshop-item-detail .buy p {
	display: inline;
}
.eshop-item-detail .buy input.text {
	width: 30px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ddd;
}
.eshop-item-detail .buy input.button {
	width: 24px;
	height: 14px;
	margin: 0 0 0 5px;
	text-align: center;
	background: url('../img/eshop-item-button-cart.png') no-repeat;
	border: none;
	cursor: pointer;
	cursor: hand;
}
.eshop-item-detail .buy span.float {
	float: left;
}
.eshop-item-detail .buy a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	color: #ffffff !important;
	background: url('../img/button-plain.png') right repeat-x;
}
.eshop-item-detail .buy a:hover {
	color: #FFE200 !important;
	text-decoration: none;
}

/******************************************************************************/

#flash {
	position: absolute;
	top: 0;
	right: 47px;
	width: 808px;
	height: 170px;
}

/******************************************************************************/

#mapa {
	position: absolute;
	top: 40px;
	right: 180px;
	width: 428px;
	height: 358px;
}

#mapa-inner {
	width: 428px;
	height: 358px;
}

#mapa a {
	position: relative;
	display: block;
	width: 375px;
	height: 333px;
	margin: 25px 27px 0 26px;
	z-index: 1;
	background: url('../img/mapka.png') no-repeat;
}

/******************************************************************************/

#footer {
	width: 1143px;
	height: 118px;
	background: url('../img/footer.png') no-repeat;
}
#footer p {
	margin: 60px 0;
	padding: 0 80px;
	color: #080E43;
	font-size: 85%;
	text-align: right;
}
#footer p a {
	color: #080E43;
}

/******************************************************************************/

.hilight {color: #E2001A;}

.center {text-align: center;}

.cleaner {clear: both; line-height: 1px;}

.left {float: left;}
.right {float: right;}

.hidden {display: none;}
.backlink {color: #666666;font-size: 11px;line-height:11px;text-align:center;}
.backlink  a {color: #666666;text-decoration: none;}
.backlink  a:hover {color: #666666;text-decoration: underline;}
