@CHARSET "UTF-8";

/** resume photo style RPS **/

ul.rps{
	width:707px;
	float:right;
}

ul.rps li{
	width:325px;
	height:120px;
	float:left;
	overflow: hidden;
	border: 1px solid #ccc;
	margin: 10px;
}

ul.rps div.rps_ph{
    float:left;
    height:100px;
    margin:5px 3px;
	_display:inline;
}

ul.rps div.rps_des{
	width:205px;
	float:right;
}

ul.rps div.rps_des dt{
	width:65px;
	float:left;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
	clear:left;
}

ul.rps div.rps_des dd{
    width:130px;
    float:right;
    text-align: center;
    line-height: 20px;
    margin: 0;
}