/* ===== '_tpl.css' ===== */
.err-block, .info-block {
	padding: 2em 0em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
.err-block {
	color: #ff0000;
}
.info-block {
	color: #006400;
}
.error_404 {
	padding-top: 70px;
	clear: both;
}
/* --- !!! --- */
.clear-line {
	padding-bottom: 2em;
	clear: both;
}
.list-clear-line {
	padding: 1em 0em;
	clear: both;
}
/* --- !!! --- */
.other-block {
	padding: 0em 0em 2em 2em;
	font-size: 1.3em;
	clear: both;
}
/* --- !!! --- */
.sub-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-style: italic;
	font-weight: normal;
	color: #861E00;
}
/* - 03.02.2010/ - */
.toppad {
	margin-top: 1em;
}
/* --- !!! --- */
.sub-name a {
	color: #861E00;
	text-decoration: none;
}
.sub-name a:hover {
	color: #D26748;
}
/* --- !!! --- */

/* =controls_pager
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.pager-list {
	margin: 2em 0em;
	padding-left: 0px;
	text-align: center;
}
.pager-list li {
	display: inline;
	margin: 0em 0.2em;
	font-size: 1.2em;
}
.pager-list span {
	font-weight: bold;
}
/* --- !!! --- */
.pager-list a {
	color: #861e00;
	text-decoration: none;
}
.pager-list a:hover {
	text-decoration: underline;
}
/* --- !!! --- */

/* =feedback_index
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.feedback-text {}
.feedback-image {
	width: 150px;
	padding: 0px 10px;
	margin-bottom: 20px;
	float: right;
	text-align: center;
}
.feedback-image p {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}
.feedback-image img {
	border: 1px solid #cdcdcd;
}
/* --- !!! --- */

/* =controls_form
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.form {
	width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
}
.form td {
	padding: 3px 0px;
	font-size: 1.3em;
	vertical-align: middle;
}
.form .form-name {
	width: 250px;
}
.form .form-status {
	width: 25px;
}
.form .form-field {}
/* --- !!! --- */
.form select {
	border: 1px solid #cdcdcd;
	font-size: 1em;
}
.form input {
	width: 98%;
	padding: 3px;
	border: 1px solid #cdcdcd;
	font-size: 1em;
}
.form input.file-input {
	width: auto;
}
.form input.captcha-text {
	width: 80px;
	margin-top: 8px;
	float: left;
}
.form textarea {
	width: 98%;
	height: 150px;
	padding: 0px 3px;
	border: 1px solid #cdcdcd;
	font-size: 1em;
}
.form input.button,
.form input.cart-button {
	width: 140px;
	height: 22px;
	background: #e4e4e4 url(submit.gif);
	border: none;
	cursor: pointer;
}
.form input.cart-button {
	background: #e4e4e4 url(cart_submit.gif);
}
/* --- !!! --- */
.form .state_required {
	background: url(psFormValidator/required.gif) no-repeat center center;
}
.form .state_invalid {
	background: url(psFormValidator/invalid.gif) no-repeat center center;
}
.form .state_validated {
	background: url(psFormValidator/validated.gif) no-repeat center center;
}
.form .state_required_invalid {
	background: url(psFormValidator/required_invalid.gif) no-repeat center center;
}
/* --- // controls_form // --- */

/* =map
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.map-block {
	font-size: 1.3em;
}
.map-block span {
	color: #861E00;
}
/* --- !!! --- */
.map-level-1 {
	margin: 0em 2em;
	padding-left: 0px;
}
.map-level-1 li {
	padding: 3px 0px;
	font-size: 1.3em;
	font-weight: bold;
	list-style-type: none;
}
/* --- !!! --- */
.map-level-2 {
	margin: 8px 0px 3px 10px;
	padding-left: 0px;
}
.map-level-2 li {
	padding: 2px 15px;
	font-size: 0.8em;
	font-weight: normal;
}
/* --- !!! --- */
.map-level-3 {
	margin: 4px 0px 0px 10px;
	padding-left: 0px;
}
.map-level-3 li {
	padding: 0px;
	font-size: 0.9em;
}
/* --- !!! --- */
.map-block a {
	text-decoration: none;
	color: #861E00;
}
.map-block a:hover {
	text-decoration: underline;
}
/* --- // Map // --- */

/* =prod
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.prod-block {}
.prod-img {
	display: inline;
	width: 320px;
	height: 240px;
	padding: 0px 0px 15px 54px;
	margin-left: -375px;
	background: url(prod-img-bg.gif) no-repeat;
	float: left;
	position: relative;
}
.prod-img img {
	border: none;
}

/* --- !!! --- */
.prod-img .prod-ico-pos {
	text-align: right;	
	position: absolute;
	top: 15px;
	right: 36px;
}
.prod-img .prod-ico-pos img {
	margin-bottom: 5px;
}
/* --- !!! --- */

/* - edited by Tarik 26.07.2011 - */
.prod-ico-delivery {
	background: url(prod-delivery.png) no-repeat;
	position: absolute;
	top: 3px;
	left: 55px;
}
/* --- !!! --- */

/*
.prod-price strong {
	color: #861e00;
}
*/
.prod-more {}
.prod-more a {
	font-size: 0.85em;
}
/* --- !!! --- */
.prod-price {
	margin: 15px 30px 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #861e00;
}
.prod-price:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.prod-price span {
	float:left;
	}
	/* --- !!! --- */
	.prod-price i {
		display: block;
		float: right;
		
	}
	.prod-price i.put-in-cart-empty {}
	.prod-price i.put-in-cart-full {
		width: 150px;
		font-size: 0.6em;
		font-style: normal;
		color: #3c3b3b;
		line-height: 1.3;
		text-align: right;
	}	
	/* --- !!! --- */
	.prod-price a {
		display: block;
		padding-right: 25px;
		background: url(mini_cart.gif) no-repeat right bottom;
		text-decoration: none;
		float: right;
	}
		/* --- !!! --- */
		.prod-price a span {
			border-bottom: 1px dashed #861e00;
			}
		.prod-price a:hover span {
			border-bottom: none;
			padding-bottom: 1px;
		}
/* --- !!! --- */
.other-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #861E00;
}
/* --- // prod // --- */

/* =photo-block
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.photo-block {
	margin: 1em 0em;
	margin-left: 443px;
}
.photo-img {
	display: inline;
	width: 412px;
	padding: 0px 0px 0px 51px;
	margin-left: -493px;
	background: url(photo-bg.gif) no-repeat 0px -1px;
	float: left;
	position: relative;
}
.photo-img img {
	/*margin-bottom: 45px;*/
	border: none;
}

/* --- !!! --- */
.photo-img .prod-ico-pos {
	text-align: right;	
	position: absolute;
	top: 15px;
	right: 10px;
}
.photo-img .prod-ico-pos img {
	margin-bottom: 5px;
}
/* --- !!! --- */

.photo-small-img {
	margin: 45px 0px 0px -4px;
	overflow: hidden;
}
.photo-small-img a {
	display: block;
	float: left;
	margin: 5px;
}

/* --- !!! --- */
.photo-price {
	margin: 15px 10px 45px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #861e00;
}
.photo-price:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.photo-price span {
	float:left;
	}
	/* --- !!! --- */
	.photo-price i {
		display: block;
		float: right;
		
	}
	.photo-price i.put-in-cart-empty {}
	.photo-price i.put-in-cart-full {
		width: 150px;
		font-size: 0.6em;
		font-style: normal;
		color: #3c3b3b;
		line-height: 1.3;
		text-align: right;
	}	
	/* --- !!! --- */	
	.photo-price a {
		display: block;
		padding-right: 25px;
		background: url(mini_cart.gif) no-repeat right bottom;
		text-decoration: none;
		float: right;
		
	}
		/* --- !!! --- */
		.photo-price a span {
			border-bottom: 1px dashed #861e00;
			
		}
		.photo-price a:hover span {
			border-bottom: none;
			padding-bottom: 1px;
		}
/* --- // photo-block // --- */


/* --- cart --- */
.cart-form {}
.cart-list {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
}
	.cart-list th,
	.cart-list td {
		padding: 5px;
		text-align: left;
		vertical-align: top;
	}
	.cart-list th {
		padding: 5px 15px;
		font-size: 2em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: normal;
		color: #861e00;
		white-space: nowrap;
	}
	.cart-list td {
		padding-bottom: 30px;
		font-size: 1.3em;
		color: #3c3b3b;
	}
	/* --- !!! --- */
	.cart-list a {
		text-decoration: none;
	}
	.cart-list a:hover {
		color: #d26748;
	}
	/* --- !!! --- */
	.cart-img {
		padding: 0 6px;
		margin-right: 10px;
		background: url(cart_img_bg.gif) -1px 0;
		float: left;
	}
		.cart-img img {
			border: none;
		}
	.cart-del {
		padding: 5px 0 0 20px;
		background: url(cart_del.gif) no-repeat 0 5px;
		font-size: 0.7em;
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		float: left;
	}	
	/* --- !!! --- */
	.cart-list p {
		margin: 0;
	}
	.cart-list strong {
		padding-bottom: 20px;
		font-weight: normal;
		float: right;
	}
	/* --- !!! --- */
	.cart-list th input {
		width: 40px;
		border: 1px solid #d8d8d8;
	}
	.cart-list td.cart-button {
		padding-bottom: 0px;
		font-size: 1.5em;
		text-align: center;
	}
		.cart-button input {
			width: 140px;
			height: 22px;
			background: #e4e4e4 url(cart_submit.gif);
			border: none;
			cursor: pointer;
		}			
	.cart-list th.cart-title {
		padding: 5px;
		white-space: normal;
	}
/* --- // cart // --- */


/* =popup_windows
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
#psCloseBackGround {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 100;
	opacity: 0.6;
}
#psLoader {
	width: 240px;
	height: 55px;
	background: #fff url(_tpl_loader.gif) no-repeat 10px 40px;
	position: absolute;
	border: 1px solid #999;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	padding: 15px 0px 0px 0px;
	z-index: 200;
}
#psWindow {
	background: #fff;
	padding: 15px;
	position: absolute;
	z-index: 200;
}
#psWindow img {
	cursor: pointer;
}
/* --- !!! --- */
#psClose {
	position: relative;
	padding-bottom: 3px;
	text-align:right;
}
#psClose img {
	top: -11px;
	right: -11px;
	cursor: pointer;
	position: absolute;
}
/* --- !!! --- */
#psTitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;	
}
/* --- !!! --- */
.psCloseImg {
	border: none;
	position: absolute;
	top: -11px;
	right: -11px;
}
/* --- // popup_windows // --- */

/* ===== // '_tpl.css' // ===== */
