@import './page_blocks.css';
@import './dtree.css';

body{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #190931;
	font-family: "Tahoma";
}

font, p, td{
	font-size: 12px;
	color: #190931;
	font-family: "Tahoma";
}

a, a:hover, a:visited{
	font-size: 12px;
	color: #747474;
	text-decoration: none;
}


.main{
	background: url("../images/bg.gif") repeat-x top;
	text-align: center;
}

.breadcrumb{
	color: #376329;
	font-family: "Tahoma";
	font-size: 11px;
	padding-left: 14px;
}

.breadcrumb a, .breadcrumb a:visited{
	color: #376329;
	font-family: "Tahoma";
	font-size: 11px;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #376329;
	font-family: "Tahoma";
	font-size: 11px;
	text-decoration: underline;
}

.search{
	width: 152px;
	height: 18px;
	border: solid 1px #64815B;
	font-size: 10px;
}

.content{
	background-color: #FFF;
	padding: 11 11 6 13px;
}

.flagman td{
	text-align: center;
}

.flagman a, .flagman a:hover, .flagman a:visited{
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #747474;
}

.category a, .category a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #747474;
	text-decoration: none;
}
.category a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #747474;
	text-decoration: underline;
}

.category{
	padding: 0 20 20 20px;
	vertical-align: top;
}

.news{
	padding: 15 7 12 9px;
}

.news a, .news a:visited{
	text-decoration: none;
	color: #747474;
	font-size: 10px;
	line-height: 16px;
}

.news a:hover{
	text-decoration: underline;
	color: #747474;
	font-size: 10px;
	line-height: 16px;
}

.mright{
	text-align: right;
	background: url("/design/images/mr-bg.gif") repeat-x bottom;
}

.hd {
	font-size: 17px;
	font-weight: bold;
	color: #747474;
	text-decoration: none;
	margin-bottom: 5pt;
}


.list {
	margin-bottom:5pt;
}

.list_news {
	margin-left: 20px;
	margin-bottom:8px;
}
.link a, .link a:visited {
  color: #2C68B3;	
}
.link a:hover {
  color: #2C68B3;	
	text-decoration: underline;
}

@import 'catalog.css';
	
