/* www.hemostas.ru common.css */
body {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: white;
	font: 10pt black helvetica, arial, sans-serif;
	color: black;
}
.mwo{
   background-color: white;
   min-width: 1000px; /* do not work in ie6 */
   text-align: justify;
}
* html .mwo { /* ie6 min-width bugfix */
   padding-left: 1000px;
}
* html .mwi { /* ie6 min-width bugfix */
   height:1%;
}
* html .mwc { /* ie6 min-width bugfix */
   margin-left: -1000px;
   position: relative;
   height:0;
   text-align:center;
}
.topbanner {
	width: 100%;
	text-align: center;
	white-space: nowrap; 
	background-image:  url('/img/top_banner_bg.png');
	background-repeat: repeat-x;
}
.lcc {
	float: left;
	width: 185px; 
	text-align: left;
	background-color: white;
	border-left: 5px solid white;
}
.rcc {
	float: right;
	width: 80%;
	text-align: right;
	background-color: white;
}
.lcci {
	float: left;
	width: 75%;
	text-align: center;
	background-color: white;
}
.rcci {
	float: right;
	width: 185px;
	text-align: right;
	background-color: white;
	border-right: 5px solid white;
}
.mcc {
	float: none;
	width: 600px; 
	text-align: justify;
	background-color: white;
	margin-left: auto;	/* center the block: instead of <center></center> */
	margin-right: auto;	/* center the block: instead of <center></center> */
}
.cbr {
	width: 100%;
	white-space: nowrap; /* instead of <nobr></nobr> */
	float: left;
	background: white; 
	font: 1px black helvetica, arial, sans-serif;
}
.center { /* <div></div> instead of <center></center> */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: white;
}
/* special */
.thrc { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2ex;
	text-align: left;
	background: white;
	border-bottom: solid 7px RGB(197, 0, 11);
	padding-bottom: 5px;
}
.thrc_first { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background: white;
	border-top: solid 7px RGB(197, 0, 11);
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 0px;
}
.thrr { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background: white;
	border-bottom: solid 7px RGB(0, 69, 134);
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 0px;
}
.partner { 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: white;
	border-top: solid 5px white;
	border-bottom: solid 7px white;
}
.announce { 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: white;
	font-weight: bold;
}
.hotannounce { 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: white;
	border-top: solid 7px RGB(197, 0, 11);
	border-bottom: solid 7px RGB(197, 0, 11);
	border-right: solid 7px RGB(197, 0, 11);
	border-left: solid 7px RGB(197, 0, 11);
	font: 10.5pt black helvetica, arial, sans-serif;
	font-weight: bold;
}
.xlimg { /* use with .xlimg */
	float: left;
	width: 140px;
	border: solid 1px green;
}
.xrtxt { /* use with .xrtxt */
	float: right;
	width: 455px;
	border: solid 1px green;
}
/* etc... */
a img {
	border: none;
}
img {
	border: none;
}
img.llogo {
	border-top: solid 7px white;
}
img.rimg {
	border-top: solid 7px white;
	border-bottom: solid 7px white;
}
a:link {
	text-decoration: underline;
	color: RGB(197, 0, 11); 
}
a:visited {
	text-decoration: underline;
	color: RGB(197, 0, 11); 
}
td.forml {
	font: 10pt helvetica, arial, sans-serif;
	color: black;
	text-align: right;
}
td.formr {
	font: 10pt helvetica, arial, sans-serif;
	color: black;
	text-align: left;
}
td.formc {
	font: 10pt helvetica, arial, sans-serif;
	color: black;
	text-align: center;
}
form {
	margin-top: 14px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
h1 { 
	font-size: 10.5pt; 
	margin-top: 2ex;
	margin-bottom: 1ex;
}
h2, h3, h4, h5, h6 { 
	font-size: 10pt;
	margin-top: 2ex; 
	margin-bottom: 1ex;
}
p, ul {
	margin-top: 2ex;
	margin-bottom: 0ex;
}
/* eof */
