body {padding-left: 50px; padding-right: 50px;}

.obj-view p span {
	display: block;
	padding-bottom: 5px;
}

.obj-view p .grey {color: #878787;}
.obj-view p .red {color: #cd3f2f; font-weight: bold;}

.obj-view ul {margin-left: 330px;}

.obj-view ul li {
	display: inline;
	padding-right: 10px;
}

.obj-view ul li img {padding-bottom: 13px;}

.obj-view .space-view {
	/*float: right;*/
	padding-right: 70px;
	overflow: hidden;
	text-align: right;
	width: 482px;
}

.obj-view .space-view a {
	background: url(../img/icons/right_ul_item_ico.gif) no-repeat left 2px;
	font-size: 13px;
	line-height: 200%;
	padding-left: 13px;
}

/* SEARCH RESULTS */

.search table {
	border-collapse: collapse;
	margin: 20px 0 20px auto;
	width: 100%;
}

.search table th, .search table td {
	/*border: 1px solid #444;*/
	font-size: 12px;
	padding: 7px 10px;
	vertical-align: top;
}

.search table th {
	background: #ddd;
	padding-left: 20px;
	text-align: left;
}

.search table td {text-align: center;}

.search table thead td {
	background: #888;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
	white-space: nowrap;
}

.search table thead td sup {
	font-size: 8px;
	*font-size: 80%;
	font-weight: normal;
}

.search table thead td span {
	font-size: 11px;
	display: block;
	text-align: center;
}

.search table .dark td {
	background: #eaeaea;
}

.search table td .photo {
	background: #b0b0b0 url(../img/icons/photo_ico.gif) no-repeat;
	display: block;
	height: 24px;
	margin: 0 auto;
	width: 35px;
}

.search table .dark td .photo {background: #b0b0b0 url(../img/icons/photo_dark_ico.gif) no-repeat;}

.search table td.address {
	padding-left: 20px;
	text-align: left;
	width: 180px;
}

.search table td.address a {
	background: url(../img/icons/plus_ico.gif) no-repeat left center;
	display: block;
	margin-left: -15px;
	padding-left: 15px;
}

.search table td.address_detail {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	padding: 15px 20px 20px 5px;
	text-align: left;
}

.search table td.address_detail ul {
	margin-bottom: 15px;
}

.search table td.address_detail ul li {
	border-right: 1px solid #d1d1d1;
	display: inline;
	padding: 0 6px 0 2px;
	*padding: 0 2px 0 6px;
}

.search table td.address_detail ul li.last {border: none;}

.search table td.address_detail .adr_close {
	background: url(../img/icons/minus_ico.gif) no-repeat left center;
	border: none!important;
	font-weight: bold;
	padding: 0 20px 0 15px!important;
}

.search table td.address_detail .info {
	float: left;
	padding-left: 15px;
	width: 350px;
}

.search table td.address_detail .map {
	float: right;
	width: 509px;
}

.search table td.address_detail .map p {
	background: none!important;
	color: #767676;
	padding: 0 0 10px!important;
}

.search table td.address_detail .info ul {
	margin-bottom: 15px;
}

.search table td.address_detail .info ul li {
	border-right: none;
	clear: both;
	display: block;
	line-height: 150%;
	padding: 0;
}

.search table td.address_detail .info ul li.title {font-weight: bold;}

.search table td.address_detail .info ul li span {
	color: #767676;
	display: block;
	float: left;
	width: 140px;
}