* {
	margin:0px;
	padding:0px;
	border:0px;
    vertical-align: top;
    text-align: left;
}

/* default styles for extension "tx_thmailformplus_pi1" */
  .tx-thmailformplus-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
/* default styles for extension "tt_news" */
  /* example styles for the pagebrowser */
    .tx-ttnews-browsebox TD { font-size: 10px; }
    .tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-ttnews-browsebox-SCell { background-color: #EEE; }
------------------------------------------------------------------------------------	

.ListDoc{
	width: 400px;
	border: 1px solid #ccc;
}
body {
	width: 100%;
	min-width: 1000px;
	background: rgb(247, 214, 141) top left url(/img/top.gif) repeat-x;
	font-family: Tahoma, sans-serif;
}

#bg0 {
	width: 100%;
	min-width: 1000px;
	background: url(/img/bottom.gif) bottom left repeat-x;
}

a{
	text-decoration: none;
	color: #000;
}

#bg1 {
	background: url(/img/bgbottom-right.gif) bottom right no-repeat;
	width:100%;
	min-width: 1000px;
    padding-bottom: 30px;
}

#bg2 {
	background: url(/img/bgtop-left.gif) top left no-repeat;
	width:100%;
	min-width: 1000px;
    text-align: center;
}

#header {
	width: 100%;
    min-width: 1000px;
	height: 118px;
    text-align: center;
}

#img1 {
	 margin-top: 30px;
	 margin-left: 75px;
	 width: 142px;
	 height: 118px;
     float: left;
}

#pos1 {
	height: 39px;
    padding-top: 10px;
}

#input{
	margin-left: 85px;
	float: left;
	width: 175px;
	height: 25px;
	border: #000 1px solid;
	background: #fff;
	font-size: 12px;
}

#poisk {
    display: block;
    background: none;
	margin-left: 20px;
	text-decoration: underline;
	font-size: 12px;
}

#title {
     width: 500px;
     margin: 0px auto;
	 padding-top: 40px;
	 text-decoration: underline;
	 font-size: 27px;
	 color: #960;
}

#tel {
	 font-size: 20px;
     margin: 40px 20px 0px 0px;
	 color: #960;
     float: right;
}

#bg3 {
    width: 100%;
	background: url(/img/bghmenu.gif) top right no-repeat;
    text-align: center;
}

#hmenu {
	height: 30px;
	font-size: 17px;
    margin-left: 45px;
    margin-top: 12px;
    text-align: right;
}

#hmenu a {
    margin: 0px 15px;
    text-decoration: underline;
}

#bg5 {
	margin: 0px auto;
	width: 1000px;
	background: url(/img/bgtelo1.gif) top right repeat-y;
}

#bg6 {
 	min-height: 1013px;
	width: 1000px;
	background: url(/img/main.gif) no-repeat;
 }

#vmenu {
	 float: left;
	 clear: left;
	 font-size: 12px;
	 margin-left: 100px;
     margin-top: 20px;
	 width: 225px;
	 line-height: 125%;
     text-align: left;
}

#vmenu li {
    margin-bottom: 15px;
    list-style-type: none;
}

div.naletai_pokupai {
    font-size: 18px;
}

#vmenu a {
 	color: #996600;
    text-decoration: underline;
}

#text {
	margin: 60px 25px 30px 25px;
	font-size: 12px;
    min-height: 1100px;
}

#text h1 {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
}

#text h2 {
  font-size: 13px;
  margin-bottom: 5px;
  text-align: center;
}

#text p strong {
  font-size: 12px;
  font-weight: normal;
}

#text p {
  margin-bottom: 10px;
}

#lfooter {
	 width: 331px;
	 height: 110px;
	 position: absolute;
	 top: 1163px;
	 left: 50%;
	 margin-left: -501px;
	 background: url(/img/left-footer.gif) no-repeat;
}

#rfooter {
	float: right;
	height: 110px;
    width: 670px;
	background: url(/img/right-footer.gif) no-repeat;
}

#rfooter div.main_footer {
    padding: 0px 25px 0px 25px;
}

.rating {
  float: left;
  width: 100px;
  padding: 5px;
}


.foot_link {
  margin-left: 110px;
  padding: 5px;
}

.foot_link a {
  color: #000;
  font-size: 11px;
}

#searching {
  background: none;
}

.main_link {
  color: #996600;
}

.under_text a {
display: block;
border: 1px solid;
border-color: #fff #960 #960 #fff;
background: #F7D68D;
width: 215px;
text-align: center;
padding: 5px;
margin: 0px auto;
}

.under_text a:hover {
position: relative;
top: 1px;
left: 1px;
border-color: #960 #fff #fff #960;
}

th {
  text-align: center;
}


.chto_gde_kogda form .text4 textarea{
  height: 60px;  
}
.chto_gde_kogda form .text4 .ot-pravit{
  background: #F7D68D;
  width: auto;      
  border: 1px solid;
  text-align: center;
  border-color: #fff #960 #960 #fff;
}
.chto_gde_kogda {margin: 0pt auto 25px;}

.doc-n-price {
  text-align: center;
}

.news-single-item a {
  text-decoration: underline;
}

#form input, #form select, #form textarea {width: 400px; border: 1px solid #ccc;}
#form .label {font-size: 13px;}
#form select, #form td, #form input, #form textarea { margin-bottom: 10px;}
#form .fld_element8 input.fld {width: 120px; border: 0; margin-top: 10px;}
#form input.btn{width: 120px;text-align: center; padding: 2px; background: none repeat scroll 0% 0% rgb(247, 214, 141); border-width: 1px; border-style: solid; border-color: rgb(170, 170, 170) rgb(0, 0, 0) rgb(0, 0, 0) rgb(170, 170, 170);}
#form .error {color: red;}

.text3 input, .text3 textarea {border: 1px solid #996600; width: 225px; padding: 2px;}
.text4 input {background: #F7D68D;width: 150px; height:25px; font-size: 11px; border: 1px solid; text-align: center; border-color: #fff #960 #960 #fff;}

