.CatalogArea {
	position: relative;
	width: 800px;
}

.LeftArea {
	position: relative;
	/*width: 550px;*/
    width: 520px;
	font-size: 12px;
	line-height: 260%;
	float: left;
	padding: 20px 0px 0px 0px;
}
.LeftArea h2 {
	margin: 0px 0px 10px 0px;
}
.LeftArea table {
	position: relative;
	width: 550px;
	margin: 10px 0px 0px 0px;
}
.LeftArea th {
	width: 135px;
	font-size: 12px;
}
.LeftArea td {
	line-height: 180%;
	font-size: 10px;
	vertical-align: top;
	padding: 10px 20px 0px 20px;
}

.RightArea {
	position: relative;
    width: 280px;
	float: left;
	text-align: center;
	margin: 20px 0 0;
}
.RightArea > a img {
	width: 100%;
	border: solid 1px #afafaf;
}
.RightArea > a img:hover {
	opacity: .8;
}
.RightArea p {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}
.RightArea a {
	color: #000000;
}
.RightArea a:hover {
	color: #FF6600;
}

#DwnIcon {
	width: 18px;
	height: 18px;
	vertical-align: -5px;
	margin-right: 5px;
}

.RightArea span {
	font-size: 12px;
	margin: 20px 0 0;
	display: block;
}



