
/*Использую pt вместо em ( орг 0.8em)*/
body, table { padding: 0; margin: 0; font: 10pt Arial, sans-serif;  color: #454545; }

p{ margin: 10px 3px 20px 3px; line-height: 1.5em;  }
a { color: #0000FF; background: inherit; }
a:hover { color: #d54e21; background: inherit; }


h1 { font: bold 150% Arial, Sans-Serif; letter-spacing: -1px; padding: 25px 10px 20px 10px; margin:0; text-align:center;}
h2 { font: bold 120% Arial, Sans-Serif; letter-spacing: -1px; padding: 15px 10px 10px 10px; margin:0; text-align:center;}
h3 { font: bold 90% Arial, Sans-Serif; color: Maroon; background: #FFF; padding: 15px 10px 10px 10px; margin:0;}

h1 a { color: #000; text-decoration: none; background: inherit; }
/*h1 a:hover, h2 a:hover { color: #BFE1ED; background: inherit; }*/

ul{ line-height: 1.6em; margin-top: 5px}


/* Main Recommended box*/
.main_recommended_box{
	float: left;
	width: 350px; 
	height: 140px;
	border: 2px solid #eee;
	margin: 0px 2px 6px 2px;	
	padding: 4px;
}
.main_recommended_box p{ margin:1px;padding:1px; text-align: justify; font: 10pt Arial, sans-serif;  }

 /*Box with image*/
 .box_top { background: #F0F0F0 url(leftbox_top.gif) no-repeat;  color: #808080; 	height: 40px;	width: 159px; }
 .box_top h2 { color: #808080; background: inherit;	padding: 7px 0 0 5px; margin: 0; }
 .box { border-left: 2px solid #F0F0F0;	border-right: 2px solid #F0F0F0; 
 	padding: 5px 2px 4px 2px;	margin: 0;	width: 151px; color: #595959;	background: #FFF; }
 .box_bottom {	background: #FFF url(leftbox_bottom.gif) no-repeat; color: #000; height: 13px;	width: 160px;	margin: 0 0 7px 0; }
 
/* ------------------------------------ Structure  ----------------------------------------------------------*/
/* MyHeader - hat for site*/
.MyHeader { 
	clear: both;
	width:100%;
	float:left;
	padding: 0px 0px 10px 0px;
	margin: 0 0 5px;
	border-bottom: 2px solid #eee;
}

/*This is frame for all contents except footer*/
.Frame990 { 
	margin: 5px auto;
	width: 990px;
	background: #FFF url(big_middle990.gif) repeat-y;
	color: #454545;
}
.Frame990_top { background: #FEFEFE url(big_top990.gif) no-repeat; color: #FFF; height: 15px; }
.Frame990_body { padding: 0px 10px 0px 10px;}
.Frame990_bottom { clear: both; background: #FEFEFE url(big_bottom990.gif) no-repeat; color: #FFF; height: 15px; }

/* header */
/*.content { 
	margin: 10px auto;
	width: 768px;
	background: #FFF url(big_middle.gif) repeat-y;
	color: #454545;
}
/*.header_top { background: #FEFEFE url(big_top.gif) no-repeat; color: #FFF; height: 15px; }
.header { padding: 0px 10px 0 10px; }
.header_bottom { clear: both; background: #FEFEFE url(big_bottom.gif) no-repeat; color: #FFF; height: 15px; }*/

/* footer  */
.footer { 
	clear: both; 
	text-align: center;
	color: #808080;
	background: #f0f0f0;
	padding: 0px 0 1px 0;
	border-top: 1px solid #eee;
}
.footer p {	text-align:center; line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 


/*---------------*/
.cHeaderMenuLink{ color: #000; text-decoration: none;  background: inherit; font:bold 14px Arial, Sans-Serif;  line-height:175%; }

a.cBlackLink {color: #000000; text-decoration: none;}
a.cBlackLink:hover{color: #f02020; /*text-decoration: underline;*/}

/*Скругленные углы не работают в IE*/
.Round-Border{
	-moz-border-radius: 15px;
/*	в FF вроде и так работает все, а эти строчки ошибки валидации вызывают
	-khtml-border-radius: 15px;	-webkit-border-radius: 15px; border-radius: 15px;*/
}
