#000000/* 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; }









html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	margin: 25px 20px 25px 20px;
	background-color: #000;
    min-width: 1000px;
}
.ListDoc{
	width: 400px;
	border: 1px solid #ccc;
}
div {overflow: none;	border: 0px;	margin: 0px;	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	padding: 0px;}

.tl {
  background: url(/img/tl.gif) top left no-repeat;
  height: 100%;
}

.tr {
  background: url(/img/tr.gif) top right no-repeat;
  height: 100%;
}

.bl {
  background: url(/img/bl.gif) bottom left no-repeat;
  height: 100%;
}

.br {
  background: url(/img/br.gif) bottom right no-repeat;
  height: 100%;
}

#header {
}

#logo {
	width: 250px;
	height: 215px;


	background-color: rgb(51,102,153);
	font-size: 14px;
	color: #fff;
	float: left;
}
.left_menu {
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
	color: #111;
}

a {
	color: #fff;
	text-decoration: none;
	
}

#text a {
  color: #000;
  text-decoration: underline;
}

#text a:hover {
  text-decoration: none;
}

#text a img {
  text-decoration: none;
  border: none;
}

p {
  margin: 0px 0px 0px 0px;
}

#text tl {
  padding-top: 15px;
}

#pict {
	border: 0px;
    margin: 25px;
}

#diff {
	margin-left: 260px;
	height: 215px;
	color: #fff;
}

#info {
	text-align: right;
	background: url(/img/6.gif) bottom left no-repeat rgb(253,152,0);
	font-size: 16px;
	height: 155px;
    margin-bottom: 10px;
}

#hmenu {
	text-align: right;
	background: rgb(153,153,153);
	font-size: 14px;
	height: 50px;
    margin-bottom: 10px;
	font-size: larger;
}

#telo {
  padding-top: 10px;
}

#vmenu {
	background-color: rgb(153,153,153);
	width: 250px;
	text-align: left;
	color: #fff;
	font-size: 15px;
	float: left;
	clear: left;
    margin-bottom: 10px;
}

#vmenu .tl, #vmenu .tr, #vmenu .bl, #vmenu .br {
  height: auto;
}

#forma {
	font-size: 10px;
	text-align: left;
}

input, select, textarea {
	font-size: 11px;       
	float: left;
	width: 110px;
}

select, textarea {
	width: 400px;
}

span.left_menu {
    display: block;
    padding-left: 0px;
    margin-bottom: 5px;
}

textarea {
	height: 80px;
}

.telo_td1 {
    background-color: rgb(153,153,153);
    width: 250px;
}

.telo_td2 {
    background-color: #fff;
	border-left: 10px solid #000;
    vertical-align: top;
}

.telo_td3 {
    background-color: rgb(153,153,153);
	border-bottom: 10px solid #000;
    height: 20px;
}

.telo_td3 div {
  background: url(/img/bl.gif) bottom left no-repeat;
  height: 20px;
}

.telo_td3 div div {
  background: url(/img/br.gif) bottom right no-repeat;
  height: 20px;
}

.telo_td4 {
    background-color: #fff;
	border-left: 10px solid #000;
	border-bottom: 10px solid #000;
    height: 20px;
}

.telo_td4 div {
  background: url(/img/bl.gif) bottom left no-repeat;
  height: 20px;
}

.telo_td4 div div {
  background: url(/img/br.gif) bottom right no-repeat;
  height: 20px;
}

#text {
	min-width: 400px;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	text-align: justify;
}

#text p strong {
  font-size: 12px;
  font-weight: normal;
}

#text h1 {
  padding: 15px 0px 5px;
  margin: 0px;
  font-size: 16px;
}

#text h2 {
  padding: 10px 0px 5px;
  margin: 0px;
  font-size: 14px;
}

#text .tl, #text .tr, #text .bl, #text .br {
  height: auto;
}

#text span {
  margin: 0px 15px;
}

#text .text3 {
  color: #fff;
}

#text td.text4 {
  padding-top: 0px;
}

#text td input {
  font-size: 12px;
}

#text td.text3 {
  padding-bottom: 0px;
}

#text input {
  width: 400px;
}

#text form tr {
  background: rgb(153,153,153);
}

#text td {
  padding: 10px;
}

#text .paylinks {
  color: #c00;
}

b {
	color: rgb(102,102,102);
}

#footer {
	height: 80px;
	clear: both;
	background-color: #fff;
	font-size: 11px;
}
.rating {
    padding: 0px 5px;
    width: 245px;
    float: left;
    text-align: right;
}
.rating img {
    margin: 0px 5px;
}

#listdiploms{
	
text-align: center;	
	padding: 0px;
  
  border: 0px;
  
}
#listdiploms .img_td {
  vertical-align: middle;
  padding: 10px;
}
#listdiploms .example {
  border: 0px;
}
#listdiploms .text_td {
  vertical-align: middle;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #000;
}
#listdiploms .price_td {
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  width: 100px;
}
#listdiploms .zakaz_a {
  color: red;
}
#listdiploms .th {
  padding-top: 15px;
}
th{
  padding-top: 15px; padding: auto;
}
#text .tx-ttnews-browsebox td{
  padding: 0px;
}

.news_content p {
  margin: 15px 0px;
}

.news_content font, .news_content p {
  font-size: 13px;
}

#text .news_content span {
  margin: 0px;
}
#f35i {width: 400px;}

#faq_form {background-color: #e2e2e2; margin-bottom: 20px;}
#question { font-weight: 700; margin-bottom: 10px;}
a:hover{color: #333;}
.error {color: red; font-size: 0.9em;}
#news {background-color: #ff8000; width: 100%; height: 100px; position: relative; bottom: 0px;}
#text input.btn { width: 200px;  }
#hmenu_cont { text-align: center; }

