/* ##### for icon ##### */

.photoImg{
	border: 1px dotted #009933;
	z-index: 12;
}
.photoData{
	font-size: 11px;
	color: #333333;
	z-index: 10;
	height: 16px;
	margin-top: -16px;
	padding-left: 6px;
}

.photoDataX{
	margin-top: -60px;
	visibility: visible;
	z-index: 1000;
}

.male {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #6699FF;
	text-align: center;
	padding: 2px;
	border: 3px double #0099CC;
	float: left;
	margin: 0px 3px 0px 6px;
}
.female {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF6666;
	text-align: center;
	padding: 2px;
	border: 3px double #FF6600;
	float: left;
	margin: 0px 3px 0px 6px;
}
.health {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #B1D66D;
	padding: 3px;
	float: left;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 3px double #93C851;
}
.tip {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFCC00;
	padding: 1px;
	float: left;
	text-align: center;
	border: 1px double #FF6600;
	margin-bottom: 3px;
}
.normal_price{
	color: #0099FF;
	font-size: 12px;
	font-weight: bold;
}
.special_price{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
.search_txt{
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 120px;
	text-align: left;
	font-weight: normal;
	clear: left;
	margin-top: -24px;
	background-position: center;
}
.hrr{
	margin: 0px;
	padding: 1px 0px;
	text-align: center;
	width: 90%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	clear: both;
}

