/*
	Класс нижней таблицы, для вывода копирайта и прочей инфы
*/
.bottom, .bottom2 {
	width:100%;
	height:104px;
	border:0px solid #FF0000;
	border-top:0px solid #FF0000;
	position: relative;
}

.bottom td {
	width:939px;
	background-image:url(images/new/bottom.gif);
	background-position: left top;
	background-repeat:no-repeat;
	border:0px solid #FF0000;
}

.bottom1 {
	width:100%;
	height:104px;
	border:0px solid #FF0000;
	border-top:0px solid #FF0000;
	position: relative;
}

.bottom1 td {
	width:939px;
	background-image:url(images/new/bottom1.gif);
	background-position: left top;
	background-repeat:no-repeat;
	border:0px solid #FF0000;
}


.bottom2 td {
	width:939px;
	background-image:url(images/new/bottom2.gif);
	background-position: left top;
	background-repeat:no-repeat;
	border:0px solid #FF0000;
}

.bottom th, .bottom2 th {
	background-image:url(images/new/bottom_line.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
}

.bottom-info {
	width:100%;
}

.bottom-info th {
	background-image:none;
	width:100px;
	text-align:left;
	font-size:10px;
}

.bottom-info td {
	background-image:none;
	width:auto;
	color:#0097a1;
	font-size:10px;
}

.right_content {
	width:278px;
	float:right;
	position: relative;
	top:-100px;
}

.right-menu {
	/*background-color:#93a4a4;*/
	/*height:100px;*/
}

.right-menu ul {	
	padding:0px 0px 20px 0px; 
	margin:0px 0px 0px 0px;
}

.right-menu li {
	display:block;
	position: relative;
	list-style:disc;
	text-decoration: underline;

	padding:0px 0px 0px 20px; 
	margin:0px 0px 0px 0px;
	border:0px solid #666666;
}

.right-menu a:link {
	color: #074a5b;
	font-size:12px;
	text-decoration: underline;
}

.right-menu a:visited {
	color: #074a5b;
	font-size:12px;
	text-decoration: underline;
}

.right-menu a:hover {
	color: #074a5b;
	font-size:12px;
	text-decoration: none;
}

.right-menu a:active {
	color: #074a5b;
	font-size:12px;
	text-decoration: underline;
}

.right-menu1 {
	background-color:#9AB7BB;
	/*height:100px;*/
}

/*.right-menu1 ul {	
	padding:0px 0px 20px 0px; 
	margin:0px 0px 0px 0px;
}
*/
.right-menu1 li {
	display:block;
	position: relative;
	list-style:disc;
	text-decoration: underline;

	padding:0px 0px 0px 20px; 
	margin:0px 0px 0px 0px;
	border:0px solid #666666;
}

.right-menu1 a:link {
	color: #074a5b;
	font-size:12px;
	text-decoration: underline;
}

.right-menu1 a:visited {
	color: #074a5b;
	font-size:12px;
	text-decoration: underline;
}

.right-menu1 a:hover {
	color: #074a5b;
	font-size:12px;
	text-decoration: none;
}

.right-menu1 a:active {
	color: #074a5b;
	font-size:12px;
	text-decoration: underline;
}

/*
	Классы для вывода горячих предложений 
*/

.hot-objects {
	clear:both;
	position: relative;
	padding: 0 0 0 1px;
}

.hot-objects a {
	display:block;
	//float:left;
	border:0px solid #666666;
	cursor:pointer;

	background-image:url(images/new/objects/ramka5.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;

	height:98px;
	width:112px;
	padding:7px 6px 0px 6px;
	margin:0px 0px 0px 2px;
	text-align:center;
}

.hot-objects span {
	display:block;
	border:0px solid #CCCCCC;
	background-position:center;
	height:86px;
	width:111px;
	align: center;
}

.hot-objects b {
	display:block;
	text-align:center;
	font-weight:normal;
	border:0px solid #CCCCCC;
	background-position:center;
	padding:0px 3px 0px;
	color: #FFFFFF;
}

.top-special {
	text-align:right;
	background-image:url(images/new/head/special_line.gif);
	background-position:0% 0%;
	background-repeat:repeat-x;
	valign: top;
}


