div, p, h1, h2, h3, h4, h5, h6, td, li, ul {
	padding: 0px;
	margin: 0px;
	color: black;
	font: normal 12px/normal Arial;
	border: none;
	background: transparent;
}

* {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

img {
	border: none;
}

/* ----  ---- */

html {
	background: #999999;
}

body {
	padding: 0px;
	margin: 0px;
	color: black;
	font: normal 12px/normal Arial;
}

ul, li {
	list-style-position: inside;
}

/* ----  ---- */

.block {
	display: block;
}

.secret * {
	display: none;
}

.u {
	text-decoration: underline;
}

.asterisk {
	color: #cc3333;
}
.caseterisk {
	color: #3333cc;
}

.right {
	text-align: right;
}

.vrl {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #e4e4e4 url(/images/connecting-big.gif) 50% 50% no-repeat;
}
	fieldset.basket ul li .vrl, fieldset.basket ol li .vrl {
		background-image: url(/images/connecting-small.gif);
	}
	.rightcard ul .vrl, .rightcard ol .vrl {
		background-image: url(/images/connecting-small.gif);
	}
	div.summ .vrl {
		background-image: url(/images/connecting-small.gif);
	}
.vrl_j2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #e4e4e4 url(/images/connecting-big.gif) 50% 50% no-repeat;
	background-image: url(/images/connecting-small.gif) !important;
}

/* ----  ---- */

a {
	color: #0072a2;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a[name], a[name]:hover, a.name, a.name:hover {
	text-decoration: none;
}
a:active, a:visited {
	color: #0072a2;
}
a * {
	color: #0072a2;
}

strong, b, .b {
	font-weight: bold !important;
}

em, i, .i {
	font-style: italic !important;
}

h1 {
	color: #ffcd00;
	font-size: 16px;
	font-weight: bold;
	padding: 16px 0px;
}
h1#header {
	padding-top: 0px;
	padding-bottom: 16px;
	margin-top: -2px;
}
	h1 * {
		font-size: 16px;
		font-weight: bold;
	}
h2 {
	color: #ffcd00;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 0px;
}
h2.piastres {
	padding-top: 0px;
	padding-bottom: 16px;
	margin-top: -2px;
}
h3 {
	color: #ffcd00;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 0px;
}

div.error-block {
	border: dotted 1px #cc3333;
	padding: 8px;
	color: #cc3333;
	margin: 12px 0px;
}
	div.error-block ul li {
		color: #cc3333 !important;
	}

/* ---- forms ---- */

fieldset {
	padding: 0px 16px 16px 16px;
	margin-bottom: 8px;
	border: solid 1px #d6d6d6;
}
	legend {
		padding: 8px 8px;
		font-weight: bold;
		background: white;
		cursor: default;
		/*color: #5e5e5e;*/
	}
	.legend2 {
		position: relative;
		clear: both;

		font-weight: bold;
		color: #666666;
		margin: 16px 0px;
	}

		label {
			display: block;
			position: relative;
			clear: both;
		}

			label span {
				display: block;
				float: left;
				margin-top: 5px;
			}

			label input[type = 'text'], label input.text, label input[type = 'password'], label input.password, label select, label textarea {
				float: right;
				border: solid 1px #b2b2b2;
				margin-top: 5px;
				width: 260px;
				height: 18px;
			}
			label input[type = 'text'], label input.text, label input[type = 'password'], label input.password, label textarea {
				width: 252px;
				padding: 0px 4px;
			}
			label input[type = 'text'].select-custom, label input.select-custom {
				margin-top: 0px;
				border-style: dotted;
				border-top: none;
			}
			label select {
				width: 262px;
				height: 20px;
			}
			label textarea {
				height: 54px;
				overflow: auto;
			}
			div.chk input[type = 'checkbox'], div.chk input.checkbox {
				position: relative;
				top: 2px;
				margin-right: 4px;
			}
			fieldset div.chk {
				position: relative;
				margin-top: 5px;
			}

input[type = 'submit'], input.submit, input[type = 'reset'], input.reset, input[type = 'button'], input.button, form button {
	border: solid 1px #b2b2b2;

	cursor: pointer;
	background: #d6d6d6;
	padding: 2px 4px;
}
input[type = 'submit']:hover, input.submit:hover, input[type = 'reset']:hover, input.reset:hover, input[type = 'button']:hover, input.button:hover, form button:hover {
	border-left: solid 1px #e0e0e0;
	border-top: solid 1px #e0e0e0;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

form div.buttons {
	margin-top: 24px;
}

option {
	background: white;
	padding: 0px 4px;
}

/* ----  ---- */

#page {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	padding: 0px;
	background: white url(/images/bg-contenter.gif) repeat-y 0% 0%;
}

#hat {
	height: 145px;
	padding: 0px;
	background: white url(/images/bg-hat.jpg) repeat-x 0% 100%;
}

.lines {
	position: relative;
	height: 40px;
	background: white;
	clear: both;
}

#contenter {
	position: relative;
}
	#leftcol {
		position: relative;
		background: transparent;
		width: 230px;
		float: left;
		padding-right: 16px;
	}
	#main {
		position: relative;
		background: transparent;
		width: 483px;
		float: left;
		padding: 0px 10px 0px 16px;
	}
		#main ul, #main ol {
			margin-left: 16px;
		}
	#rightcol {
		position: relative;
		background: transparent;
		width: 235px;
		float: left;
		padding-left: 10px;
	}

#foot {
	/*height: 140px;*/
	padding: 0px;
	background: white url(/images/bg-foot.gif) repeat-x 0% 0%;
	clear: both;
}
	#foot .seofooter {
		padding: 8px 40px 0px 40px;
	}
	#foot .seofooter, #foot .seofooter p {
		font-size: 11px;
		color: #808080;
	}

.biglist li {
	text-transform: uppercase;
	margin: 4px 0px;
}

/*  */
.pagesbar-words {
	text-align: center;
	margin-bottom: 8px;
	margin-right: 16px;
	clear: both;
}
	.pagesbar-words * {
		font-family: Arial;
		font-size: 12px;
		color: #636363;
		cursor: default;
	}
	.pagesbar-words a {
		text-decoration: none;
		cursor: default;
	}
		.pagesbar-words a.h {
			color: #0072a2;
			text-decoration: underline;
			cursor: pointer;
		}
		.pagesbar-words a.h:hover {
			text-decoration: none;
		}
.pagesbar-numbers {
	text-align: center;
	margin-right: 16px;
	clear: both;
}
.pagesbar-short {
	clear: both;
	margin: 14px 0px;
}
	.pagesbar-numbers *, .pagesbar-short * {
		font-family: Arial;
		font-size: 12px;
		cursor: default;
	}
	.pagesbar-numbers table {
		margin: 0 auto;
	}
	.pagesbar-numbers span, .pagesbar-short span {
		display: block;
		float: left;
		padding: 1px 6px;
		color: #636363;
		font-weight: bold;
	}
	.pagesbar-short code {
		display: block;
		float: left;
		padding: 1px 6px 2px 6px;
		color: #636363;
	}
	.pagesbar-numbers a, .pagesbar-short a {
		display: block;
		float: left;
		padding: 1px 6px;
		color: #ffffff;
		background-color: #0072a2;
		text-decoration: none;
		cursor: default;
	}
		.pagesbar-numbers a.nh {
			color: #0072a2;
			background-color: #ffffff;
			cursor: pointer;
		}
		.pagesbar-numbers a.nh:hover {
			text-decoration: underline;
		}
.pagesbar-short a {
	background-color: #ffffff;
	font-weight: bold;
	color: #999999;
}
.pagesbar-short a.h, .pagesbar-short a.nh {
	color: #0072a2;
	font-weight: normal;
	cursor: pointer;
	font-weight: bold;
}
.pagesbar-short a.h:hover, .pagesbar-short a.nh:hover {
	text-decoration: underline;
}

#filters-names {
	clear: both;
	padding: 1px 6px;
	margin: 14px 0px;
	color: #636363;
}
	#filters-names span, #filters-names span * {
		color: #636363;
		font-weight: bold;
	}
	#filters-names a {
		color: #636363;
	}
	#filters-names a.h {
		font-weight: bold;
	}
	#filters-names span a {
		font-weight: bold;
		text-decoration: none;
	}
	#filters-names span a:hover {
		text-decoration: underline;
	}

img.banner-content {
	margin: 0px 0px 8px 7px;
	clear:both;
	border:none;
}

.topcbanner {
	display: block;
	margin: 0px auto;
	text-align: center;
}

#footbutts {
	padding: 16px 40px;
}

#sitemap {
	
}
	#sitemap li {
		padding: 3px 0px 3px 0px;
	}

h1#seoh1 {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	color: #ccc;
	z-index: 2;
	padding: 8px 0px 0px 16px;
}

div.pod_spiskom {
	padding: 8px 0px;
}
div.pod_spiskom, div.pod_spiskom p {
	font-weight: normal;
	font-size: 11px;
	color: #ccc;
}

#gizmo_seotags {
	border: solid #e8e8e8 1px;
	color: #ccc;
}
#gizmo_seotags a {
	color: #97b7c4;
}













form.editpiaster {
	padding: 0px;
	margin: 0px;
}
table.editpiaster {
	border: none;
	background: transparent;
	width: 100%;
	visibility: visible;

	caption-side: top;

	table-layout: fixed;

	border-collapse: collapse;
	border-spacing: 0px;

	empty-cells: show;
}
td.editpiaster {
	padding: 0px 0px 8px 0px;
	vertical-align: top;
}
	td.editpiaster label {
		font-size: 11px;
		font-weight: bold;
		padding: 4px 0px 2px 0px;
		color: #404040;
	}
	td.editpiaster hr {
		height: 1px;
		color: #ccc;
		background-color: #ccc;
	}
input.editpiaster_text {
	width: 230px;
	border: solid #ccc 1px;
}
textarea.p_opisanie {
	width: 216px;
	height: 410px;
	border: solid #ccc 1px;
}
input.editpiaster_file {
	width: 400px;
}
img#p_photo_img {
	width: 480px;
	border: none;
	margin: 0px 0px 4px 0px;
	display: block;
}
td.editpiaster select {
	width: 232px;
	border: solid #ccc 1px;
}

table.piaster td.toreqs {
	text-align: right;
	vertical-align: middle;
}

div.p_opisanie {
	width: 216px;
	height: 340px;
	margin-left: 8px;
}

/* всплывающая форма быстрого заказа */
#aform {
	display: none;
    }
  #aform .submit {
	    margin-left: 160px;
      margin-top: 15px;    
  }
	.form_line {
	    display: block;
	    margin: 1em 0;
	}
	.form_line label {
	    width: 150px;
	    text-align:right;
	    display: inline-block;
	    *display: inline;
	    *zoom: 1;
	    margin-right: 10px;
	    vertical-align: middle;
	    font-size: 90%;
	}
	.form_line input {
	    vertical-align: middle;
	}
 .form_line span {
     display: none;
	   margin-left: 10px;
     color: red;  
	}

