@charset "utf-8";

h2 {
	margin-bottom: 10px;
}
#scheduleWrap {
	clear: both;
	width: 620px;
	margin-bottom: 10px;
}
ul#weekList {
	padding-left: 5px;


}
ul#weekList li {
	background: url(../images/prof-schedule-bg.png) no-repeat;
	height: 40px;
	width: 84px;
	display: block;
	float: left;
	text-align: center;
	color: #998032;
	font-size: 12px;
	line-height: 140%;
	margin-right: 3px;
	padding-top: 10px;

	behavior: expression(IEPNGFIX.fix(this));
}

ul#weekList a span {
	font-size: 11px;
	color: #006633;
}
ul#weekList li  a {
	color: #998032;
}
ul#weekList li.sat a {
	color: #409AFF;
}
ul#weekList li.sun a {
	color: #FF2D8D;
}
h3  {
	font-size: 12px;
	line-height: 27px;
	background: url(../images/prof-h2-bg2.png) no-repeat;
	text-align: center;
	width: 146px;
	font-weight: bold;
	color: #FF2D8D;
	margin-bottom: 10px;
	clear: both;
	height: 27px;
	padding-top: 3px;
	padding-right: 4px;
}
ul#girlsList li {
	background: url(../images/girls-sum-bg.gif) no-repeat;
	float: left;
	height: 230px;
	width: 147px;
	margin-right: 4px;
	margin-left: 4px;
	text-align: center;
	margin-bottom: 10px;
	display: inline;
}
ul#girlsList img {
	margin-top: 13px;
	margin-bottom: 3px;
	vertical-align: bottom;
}

ul#girlsList dt {
	font-size: 12px;
	font-weight: bold;
}
ul#girlsList dt a {
	color: #FF2D8D;
}

ul#girlsList dd {
	color: #006633;
	line-height: 120%;
}
ul#girlsList dd span {
	color: #EF5292;
}
ul#girlsList dd em {
	font-size: 12px;
	font-style: normal;
}

