body {
	position: relative;
	margin: 0; padding: 15px;
	font-size: 1em;
	font: 76%  Arial, Tahoma, Helvetica, sans-serif;
	background: #feffff url('../images/bg-pop.jpg') no-repeat 50% 0;
}


/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
h1 {display: none;}
/* --- End Standart Tag's --- */


#text {
	width: 100%;
	position: relative;
	background: #fff;
}

h2 {
	font-size: 1em;
	border-bottom: 2px solid #e3e3e3;
	color: #FFF;
	padding: 7px 12px;
	background: #4b4a51 url('../images/bg-h2-cat.jpg') no-repeat 50% 0;
}
#text .text {
	padding: 15px;
	border-left: 1px solid #d4d4d7;
	border-bottom: 1px solid #d4d4d7;
	border-right: 1px solid #d4d4d7;
	font-size: .9em;
	color: #333;
	line-height: 16px;
	text-align: justify;
}
#text .text h6 {
	font-size: 1.1em;
	padding: 1em 0;
}

#text .text p {margin: 0 0 1em 0;}
#text .text a {
	color: #1396c7;
	text-decoration: none;
}
#text .text hr {
	border: 0;
	color: #d4d4d7;
	background-color: #d4d4d7;
	height: 1px;
}



#text .text .aligment {text-align: center;}
#text .text .aligment img {
	border: 1px solid #d5d6d9;
	margin-bottom: 10px;
}
#text .text .aligment .catalog-view-thumbs img {border: 0;}


#text form {
	margin: 0; padding: 0;
}
#text form fieldset {padding: 3px 0;}
#text form fieldset.padding {padding-left: 145px;}
#text form label {
	display: block;
	float: left;
	width: 135px;
	text-align: right;
	padding: 2px 10px 0 0;

}
* html #text form label {
	width: 145px;
	width/* */:/**/135px;
}
#text form label span {color: #1396c7;}
#text form .txtfld {
	border: 1px solid;
	border-color: #969696 #969696 #c9c8c8 #c9c8c8;
	width: 210px;
	font-size: 1em;
	padding: 2px 0;
	vertical-align: middle;
}

#text form textarea {
	font: 100%  Arial, Tahoma, Helvetica, sans-serif;
	width: 210px; height: 105px;
	border: 1px solid;
	border-color: #969696 #969696 #c9c8c8 #c9c8c8;
	overflow: auto;
}
#text form .error {
	padding-left: 145px;
	color: #8c1d1d;
}
