body {
	background: #fff url('../images/bg.png') repeat-x left top;
	font: normal 70%/120% Tahoma;
	color: #000;
}

a { color: #b20838; }
a:hover { color: #f00; }

.nobr { white-space: nowrap; }

h1 { font: normal 2.30em/0.75em Tahoma; margin: 0 0 0.75em 0; }
h2 { font: normal 1.50em/0.75em Tahoma; margin: 0 0 0.25em 0; }

input.placeholder { color: #83868c; }



.wrapper {
	width: 1000px;
	margin: 20px auto 0 auto;
}



.container {
	padding: 25px;
}



/* <header> */
.header {

}
	/* <logo> */
	.logo {
		float: left;
		margin-right: -150px; /* for modern browsers */
	}
		.logo a,
		.logo .slogan {
			float: left;
		}

		.logo a {
			width: 120px;
			height: 120px;
		}

		.logo .slogan {
			width: 150px;
			margin: 20px 0 0 10px;
			font: normal 130%/1.2em "Bookman Old Style";
			color: #b20838;
		}
	/* </logo> */



	.language,
	.search {
		float: left;
		margin-left: 300px;
	}



	/* <language> */
	.language {

	}
		.language ul, .currency ul {
			list-style: none outside none;
		}
			.language li, .currency li {
				float: left;
				margin-right: 10px;
			}
				.language a,
				.language span,
				.currency a, .currency span {
					font-size: 90%;
					text-transform: uppercase;
				}

				.language span, .currency span {
					color: #404040;
				}
	/* </language> */



	/* <search> */
	.search {
		margin-top: 20px;
	}
		.search input {
			border: 0;
		}

		.search input.input {
			width: 200px;
			padding: 3px 12px 3px 12px;
			font-size: 95%;
			background: url('../images/input.png') no-repeat left top;
		}

		.search input.submit {
			width: 14px;
			background: url('../images/search.png') no-repeat center center;
			cursor: pointer;
		}
	/* </search> */

	.currency {
		float: left;
		margin-left: 314px;
	}



	/* <basket> */
	.basket {
		float: right;
		width: 150px;
		margin-top: 10px;
	}
		.basket p {
			margin-bottom: 1em;
		}

		.basket a,
		.basket img {
			vertical-align: middle;
		}
		.basket a {
			margin-left: 5px;
		}
	/* </basket> */
/* </header> */



/* <navigation> */
.navigation {
	height: 30px;
	margin: -30px 0 0 130px;
	background-color: #c9d2d9;
}
	.navigation ul {
		list-style: none outside none;
	}
		.navigation li {
			float: left;
			width: 25%;
			position: relative;
		}
			.navigation a {
				display: block;
				text-align: center;
				text-decoration: none;
				font: normal 110%/30px Tahoma;
				color: #555458;
				border-left: 1px solid #f2f2f2;
			}
				.navigation a:hover,
				.navigation a.selected {
					color: #fff;
					background: #b20838 url('../images/navigation_bg_active.png') repeat-x left top;
				}

			.navigation ul ul {
				display: none;
				position: absolute;
				width: 100%;
			}
				.navigation li li {
					width: 100%;
				}
					.navigation li li a {
						color: #fff;
						background: #b20838 url('../images/navigation_bg_active.png') repeat-x left top;
					}
						.navigation li li a:hover {
							text-decoration: underline;
						}

					.navigation ul ul ul {
						top: 0px;
						left: 100%;
					}
/* </navigation> */



/* <main> */
.main {
	margin-top: 45px;
}

	/* <left> */
	.main .left {
		float: left;
		margin-right: -250px;
		width: 250px;
	}

		/* <menu> */
		.main .left ul.menu {
			list-style: none outside none;
			background-color: #d8dfe5;
			margin-top: -2px;
		}
			.main .left .menu li {
				display: block;
				margin-top: 1px;
			}
				.main .left .menu a,
				.main .left .menu span {
					display: block;
					padding: 10px;
					font-weight: bold;
					color: #2aa1bf;
				}

				.main .left .menu a {
					text-decoration: none;
					background: #fff url('../images/menu_bg.png') repeat-x left top;
				}
					.main .left .menu a:hover,
					.main .left .menu a.active,
					.main .left .menu span {
						color: #b20838;
						background: #fff url('../images/menu_bg_active.png') repeat-x left bottom;
					}
		/* </menu> */

		/* <banners> */
		.main .left ul.banners {
			margin: 50px 0;
			list-style: none outside none;
		}
			.main .left .banners li {
				display: block;
			}
		/* </banners> */

		.catalog-link {
			margin-bottom: 50px;
		}

		.catalog-link img {
			margin-top: 45px;
		}
	/* </left> */


	/* <center> */
	.main .center {
		margin: 0 0 50px 285px;
		display: inline-block;
	}
	/* </center> */
/* </main> */



span.price {
	font-size: 150%;
	line-height: 1.40em;
	color: #484848;
	padding: 2px 10px 3px;
	background-color: #dbd500;
}



/* <catalog> */
.catalog {
	margin-bottom: 20px;
}
	.catalog ul {
		list-style: none outside none;
		margin-left: -40px;
	}
		.catalog li {
			display: inline-block;
			vertical-align: top;
			width: 193px;
			margin: 0.5em 0 30px 39px;
		}
			.catalog a.category {
				font-style: italic;
				color: #aeaeae;
			}
			.catalog a.category:hover {
				color: #b20838;
			}

			.catalog p {
				margin: 0.75em 0;
				min-height: 3.5em;
			}
				.catalog a.description {
					color: #2aa1bf;
					text-decoration: none;
				}
					.catalog a.description:hover,
					.catalog a.description.hover {
						color: #b20838;
					}

			.catalog a.picture {
				display: block;
				height: 90px;
				text-align: center;
				margin: 20px 0;
			}

			.catalog .data {

			}
				.catalog .data a.buy {
					margin-left: 15px;
					text-decoration: none;
				}
					.catalog .data a.buy span {
						display: none;
						margin-left: 5px;
						text-decoration: underline;
						color: #000;
					}
					.catalog .data a.buy:hover span {
						display: inline;
						vertical-align: top;
					}

			.catalog del {
				position: relative;
				top: -5px;
				color: #aeaeae;
			}
/* </catalog> */



.item  .button,
.form .button {
	text-align: right;
}
	.item  .button input,
	.form .button input {
		border: 0;
		width: 147px;
		height: 47px;
		font-size: 185%;
		color: #9a9fa7;
		text-shadow: #fff 1px 1px 1px;
		line-height: 47px;
		background: url('../images/button.png') no-repeat center center;
		cursor: pointer;
	}



/* <item> */
.item  {

}
	/* <picture> */
	.item .picture {
		float: left;
		width: 285px;
		margin-right: -285px;
	}
		.item .picture .div {
			font-size: 90%;
			line-height: 25px;
			background-color: #f0f2f4;
		}

		.item .picture .image {
			margin: 5px 0;
		}

		.item .picture .gallery {

		}
			.item .picture .gallery ul {
				list-style: none outside none;
				margin-left: -5px;
			}
				.item .picture .gallery li {
					float: left;
					margin: 0 0 5px 5px;
				}
					.item .picture .gallery  a {
						display: block;
						width: 65px;
						height: 65px;
						border: 1px solid #d9e0e6;
						position: relative;
					}
						.item .picture .gallery  a:hover {
							border-color: #b20838;
						}
	/* </picture> */

	/* <description> */
	.item .description {
		float: left;
		margin-left: 285px;
	}
		.item .description table {
			width: 100%;
		}
			.item .description thead {
				background-color: #f0f2f4;
			}
				.item .description th {
					font-size: 90%;
					line-height: 25px;
					color: #83868c;
					padding-right: 10px;
					white-space: nowrap;
				}

			.item .description td {
				padding: 10px 20px 10px 0;
				vertical-align: top;
				border-bottom: 1px solid #e4e8ec;
			}
			.item .description td.first {
				border: 0;
				width: 10px;
			}
			.item .description td.title {
				color: #2aa1bf;
				font-weight: bold;
				font-size: 11px;
			}

				.item .description td a {
					font-weight: bold;
					color: #2aa1bf;
					text-decoration: none;
				}
					.item .description td a:hover {
						color: #b20838;
					}

				.item .description select {
					margin: 3px 0;
				}

		.item .description  .button {
			margin: 15px 0 30px;
		}

		.item .description p {
			margin: 0 0 1.75em; /* 30px;*/
			color: #6b6b6b;
		}
		.item .description del {
			color: #aeaeae;
			display: block;
			margin-bottom: 5px;
		}
		.item .description .description-inner {
			color: #6b6b6b;
			margin-left: 30px;
		}
	/* </description> */

	.item .energy-info {
		clear: both;
		margin-left: 35px;
		padding-top: 10px;
	}
/* </item> */



/* <cart> */
.cart {
	margin-bottom: 40px;
}
	.cart table {
		width: 100%;
	}
		.cart thead {
			background-color: #f0f2f4;
		}
			.cart th {
				font-size: 90%;
				line-height: 25px;
				color: #83868c;
				padding: 0 10px 0 15px;
				white-space: nowrap;
			}

		.cart td {
			padding: 20px 20px 15px 15px;
			vertical-align: top;
			border-bottom: 1px solid #e4e8ec;
		}
		.cart td.thumb {
			padding: 15px 0 15px 15px;
		}
		.cart td.count {
			padding: 15px 20px 15px 15px;
		}

			.cart a.thumb {
				display: block;
				width: 65px;
				height: 65px;
				border: 1px solid #c9d2d9;
			}
				.cart a.thumb:hover {
					border-color: #b20838;
				}

			.cart span.cena {
				font-weight: bold;
				color: #6b6b6b;
			}

	.cart .controls {
		margin-top: -1px;
	}
		.cart .controls .summa {
			float: right;
			font-size: 150%;
			color: #484848;
			padding: 15px 20px;
			background-color: #dbd500;
			white-space: nowrap;
		}

		.cart .controls .buttons {
			padding: 15px 0 15px 15px;
		}
			.cart .controls .buttons input {
				cursor: pointer;
			}

	/* <form> */
	.form {
		padding: 20px 25px;
		background-color: #f6f8f9;
		display: inline;
	}
		.form fieldset {
			width: 225px;
			margin-bottom: 15px;
		}
			.form legend {
				line-height: 1.25em;
				font-size: 125%;
			}

			.form fieldset .inner {
				padding-top: 5px;
			}

			.form input.text, .form select.text, .form textarea.text {
				display: block;
				margin-bottom: 10px;
				border: 0;
				width: 200px;
				padding: 3px 12px 3px 12px;
				font-size: 95%;
				background: url('../images/input.png') no-repeat left top;
			}

			.form select.text {
				padding-right: 10px;
				width: 224px;
			}

			.form textarea.text {
				background-image: url('../images/textarea.png');
				height: 70px;
			}

		.form fieldset.info {
			float: left;
		}

		.form fieldset.delivery {
			float: right;
			padding-right: 70px;
		}

		.form input.radio {
			float: left;
			clear: left;
			margin-right: -15px;
			margin-left: -2px;
		}
		.form label {
			float: left;
			margin-left: 15px;
			font-size: 110%;
			line-height: 1.65em;
		}

		.form .button {
			margin-right: 70px;
		}
	/* </form> */
/* </cart> */



/* <footer> */
.footer {
	border-top: 1px solid #c9d2d9;
}
	.copyrights {
		float: right;
	}
		.copyrights p {
			float: left;
			margin-top: 15px;
			text-align: right;
		}
		.copyrights a.paulmann {
			position: relative;
			margin-top: -1px;
			float: left;
			padding-left: 10px;
			vertical-align: middle;
			background-color: #fff;
		}
	.dego {
		float: left;
		margin-top: 15px;
	}

	.footer-youtube-link {
		float: left;
		margin-left: 469px;
		margin-top: 15px;
	}
/* </footer> */





/* Hacks ;) */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.status_msg_error, .status_msg_info {
	margin: 10px;
	padding: 10px;
}
.m-w-1 {
	max-width: 280px;
}
.m-h-1 {
	max-height: 280px;
}
.float-left {
	float: left;
}
.block-display {
	display: block;
}
.relative-position {
	position: relative;
}
.layout {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(106, 106, 106, 0.5);
}
.s-1 .layout {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: -webkit-opacity .3s ease;
	-moz-transition: -moz-opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.zoom-icon {
	background-image: url("../images/zoom-icon.png");
	background-repeat: no-repeat;
	background-position: center;
}
.s-1:hover .layout,.s-1:focus .layout {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.cover-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
}
.pull-left {
	float: left;
}
.p-r-1  {
	padding-right: 30px;
}
.p-t-1 {
	padding-top: 22px;
}
.p-t-2 {
	padding-top: 17px;
}
.fs-1 {
	font-size: 16px;
}
.m-t-b-1 {
	margin: 36px 0 24px 0;
}
.border-1 {
	border-color: #e4e8ec;
}
.max-width-1 {
	max-width: 208px;
}
.align-right {
	text-align: right;
}
.w-1 {
	width: 665px;
}
