/*<table> таблицы*/
.full_width_around_border {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-collapse: collapse;
	border-top: 1px solid; 
	border-bottom: 1px solid; 
	border-right: 1px solid;
	border-color: RGB(200, 200, 200);
}
table.main_text_block {
	width:	95%;
	border-collapse: collapse;
}
table.left_menu {
	font-size: 90%;	
	border-collapse: collapse;
}

/*<td> стоблцы*/
td.main_text_menu {
	width: 25%;
	padding-top: 10px;	
	padding-left: 10px;	
	padding-right: 10px;
	padding-bottom: 10px;	
}
td.main_page_products {
	padding-left: 10px;
	padding-bottom: 20px;
	
}

/*<a> ссылки*/
a.left_menu {
	color: RGB(0, 85, 204);	
}
a.left_menu:visited {
	color: RGB(0, 85, 204);	
}
a.left_menu:hover {
	color: RGB(255, 0, 0);	
}
a.title {
	color: RGB(255, 255, 255);	
}
a.title:visited {
	color: RGB(255, 255, 255);
}
a.title:hover {
	color: RGB(200, 200, 200);	
}

/*<font> шрифты*/
font.main_text_title {
	font-size: 200%;	
}
font.left_menu_big{
	font-size: 150%;
}
font.left_menu_small{
	font-size: 80%;
}
font.children_elements {
	font-size: 85%;
}

div.title {
	 padding-left: 5px; 
	 padding-bottom: 3px;
	 padding-top: 2px;
	 color: RGB(255, 255, 255);
	 font-size: 80%;
}
.left_back {
	padding-right: 10px; 
	padding-top: 5px;
	padding-bottom: 0px;
	background:#eeeeee;	
}
.main_text_title_with_color {
	color: RGB(255, 255, 255);
	font-weight: bold;
	padding: 4px;	
}

