/* CSS Document */

.listing_paid_listing_body {
	padding: 5px;
	margin: 0px 0px 5px 0px;
	height: 100px;
	width:550px;
	overflow: hidden;
}
.listing_left_col{ 
	text-align:center;
	width:120px;
	float:left;
	height:100px;
}
.listing_right_top{
	width:auto;
	padding-top:3px;
	height:auto;
	margin-bottom:5px;
}
.listing_right_body{
	width:293px;
}
.listing_right_body .job_moredetail{
	width:130px;
	text-align:right;
	/*vertical-align:bottom;*/
	margin-bottom:20px;
}
.listing_listing_type_box{
	width:114px;
	height:16px;
	padding:3px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	/*border:#000000 1px solid;*/
}
.job_type_gold_box{
	background-color:#ffc000;
	color:#FFFFFF;	
}
.job_type_silver_box{
	background-color:#bababa;
	color:#545454;	
}
.listing_date_box{
	width:110px;
	text-align:center;
	margin-left:5px;
	float:right;
}
.listing_date_basic_box{
	width:150px;
	text-align:right;
	float:right;
}
.listing_text_country{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.listing_text_title{
	font-size:12px;
	color:#000000;
}

.listing_basic_listing_body{
	width:550px;
	padding:3px;
	margin: 0px 0px 5px 0px;
}
.listing_basic_listing_bottom{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfd5eb;
	margin-top:5px;

}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

