body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	background-image: url(../images/body_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma;
	color: #333333;
}
A {
	color: #333333;
}
H1 {
	display:inline;
}
/* ---- cellpadding=0 cellspacing=0 ------- */
table {
	border-collapse: collapse;
	width: 100%;
	border: none;
}
table td {
	padding:0px;
	font-size: 70%;
}
/*-------- left part ------*/
.left_part {
   width: 280px;
	background-color: #fff;
}
H1.menu {
	color:#152E4D;
	font-weight: normal;
	font-size: 12px;
	text-decoration:underline;
}

H5{
	font-weight: bold;
	font-size: 12px;
	color:#003366;    
}
.brend {
	font-size:11px;
	padding: 7px 0px 23px 55px;
	background-image:url(../images/brend_back.gif); 
	height: 10px;
}
#brends {
text-decoration:none;
}
#brends:hover {
text-decoration:underline;
}
H1.title {
	color: #0066CC;
	font-size: 12px;
	font-weight: normal;
}
.red {
	color: #CC0000;
}
/* content part */
h1.title {
	font-size:14px;
	font-weight: bold;
	color: #003366;
	font-family: Tahoma;
}

/* bottom1 part */
div.bottom1_adr {
	padding: 40px 0px 0px 45px;
}
.copyright {
	font-size:11px;
	font-weight: normal;
}

A.articles {
text-decoration:underline;
}
A.articles:hover {
text-decoration:none;
}
#nound {
	text-decoration: none;
}

/* ------- Search ---------- */
td.search {
	font-size:11px;
	padding: 7px 0px 13px 55px;
	background-image:url(../images/brend_back.gif); 
	height: 10px;
}
select {
 width:80%;
}
table.search td {
 padding:2px 0px;
}
input.search {
background:#4DC5D6;
font-weight:bold;
font-size:11px;
color:#003366;
width:80px;
height:23px
}