#right #content #subcategories {
	background: #e4e2f1;
	padding-left: 30px;
	font-size: 11px;
	font-weight: normal;
	color: #5b5b5b;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	clear: left;
	font-family: "Tahoma";
}
#right #content #subcategories li {
	padding-right: 30px;
	list-style-type: none;
	float: left;
	display: inline;
	white-space: nowrap;
}

#right #content #objects-list {
	background: white;
	font-size: 11px;
	border-bottom: solid 1px #DFE0DF;
}
#right #content #objects-list li {
	margin-bottom: 5px;
	background: white;
	list-style-type: none;
	min-height: 1px;
	position: relative;
}

#right #content #objects-list li h4 {
	font-weight: bold;
	border-bottom: solid 1px #DFE0DF;
	border-top:  solid 1px #DFE0DF;
	background: #F0F8DE;
	line-height: 26px;
	font-size: 11px;
	padding-right: 5px;
}

#right #content #objects-list li h4 a {
	color: #073042;
	text-decoration: underline;
	margin-left: 10px;  
}

#right #content #objects-list li h4 a.promotion {
	text-align: center;
	display: block;
	width: 80px;
	height: 20px;
	background: url(../images_layout/button4.png) no-repeat;
	float: right;
	padding: 0px;
	-moz-outline: 0;
	margin: 3px;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}

.description {
	position: relative;
	min-height: 10px;
}

#right #content #objects-list li img.object-image {
  float: left;
  clear: left;
  margin: 5px;
}

#right #content #objects-list li address {
  float: left;
  font-style: normal;
  padding: 3px;
  padding-top: 7px;
  width: 198px;
}
#right #content #objects-list li .actions {
	float: left;
	position: absolute;
	bottom: 5px;
	left: 170px;
}

#right #content #objects-list li .icon {
	display: block;
	position: absolute; bottom: 0;
	width: 20px;
	height: 20px;
	background: red;
	text-indent: -100000px;
	cursor: hand;
	cursor: pointer;
	-moz-outline: 0;
}

#right #content #objects-list li .question {
	background: url(../images_layout/question.png) no-repeat;
	left: 0px;
}

#right #content #objects-list li .clipboard {
	background: url(../images_layout/notepad.png) no-repeat;
	left: 30px;
}

#right #content #objects-list li .map {
	background: url(../images_layout/mapp.png) no-repeat;
	left: 60px;
}



#right #content #objects-list li p.description {
  float: right;
  width: 50%;
  text-align: justify;
  padding: 5px;
}

#right #content #objects-list li p.description img {
	border: 0;
}
.more-link
{
	position: absolute; bottom: 5px; right: 5px; clear: both;
}
#description_text ul, #description_text ol {
	padding-left: 15px;	
} 
