@charset "utf-8";

.clear {clear: both;}

/* ========== CATEGORY LIST ========== */

#pp_cat_list {
	padding: 25px 0 15px 0;
}
#pp_cat_list_title {
	border-bottom: dotted 1px #cccccc;
	font-size: 11pt;
	font-weight: bold;
}
#pp_cat_list ul {
	color: #666666;
	list-style: disc;
	margin: 10px 0 0 20px;
	padding: 0 0 0 0;
}
#pp_cat_list li {
	font-size: 10pt;
	font-weight: bold;
}
#pp_cat_list li a:link,
#pp_cat_list li a:visited,
#pp_cat_list li a:hover,
#pp_cat_list li a:active {
	text-decoration: none;
}


/* ========== LISTINGS ========== */

.pp_title {
	background: #e6e6e6;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 20px;
	padding: 7px;
	text-decoration: none;
}

.pp_list {
	border-bottom: solid 2px #cccccc;
	padding: 10px 0 10px 6px;
}
.pp_list_profile {
	padding: 10px 0 10px 6px;
}

/* ---------- listing details ---------- */

.pp_list_cont_wrap {padding: 5px 0;}
.pp_list_cont {padding-right: 170px;}

.pp_list_photo {
	background: #ababab;
	border: solid 1px #818181;
	float: right;
	height: 106px;
	padding: 2px;
	width: 150px;
}

.pp_list_title,
a.pp_list_title:link,
a.pp_list_title:visited {
	border-bottom: dotted 1px #cccccc;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: none;
}
a.pp_list_title:hover,
a.pp_list_title:active {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}

.pp_list_info {padding: 5px 0;}

.pp_list_info div {
	color: #555555;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px 0;

}	
.pp_list_info div span {
	color: #888888;
	font-size: 7pt;
	font-weight: normal;
	padding-right: 5px;
	text-transform: none;
	text-transform: uppercase;
}

.pp_list_descrip {
	border-top: dotted 1px #cccccc;
	color: #666666;
	display: block;
	font-size: 8pt;
	overflow: hidden;
	padding: 7px 0;
}
.pp_list_descrip a:link,
.pp_list_descrip a:visited,
.pp_list_descrip a:hover,
.pp_list_descrip a:active {
	font-size: 8pt;
	text-decoration: none;
}

/* ========== PROFILE PAGE ========== */

#pp_return {
	border-bottom: solid 1px #cccccc;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

a.pp_return:link,
a.pp_return:visited,
a.pp_return:hover,
a.pp_return:active {font-size: 8pt;}