.mr {
	margin-right : 20px;
}
.star {
	background: url(../images/icoStarF0.gif) top right no-repeat;
}
.box {
	float: left;
	position: relative;
	width : 450px;
	height:  98px;
	padding:  5px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.box .boximg {
	float: left;
	position: relative;
	width :  75px;
	height:  98px;
	text-decoration: none;
}
.box .boximg img {
	position: absolute;
	z-index:  5;
}
.box .boximg span {
	display: block;
	position: absolute;
	bottom:  2px;
	width : 75px;
	text-align : center;
	font-family: Verdana;
	font-size  : 10px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 10;
}
.box .boxcont {
	position: relative;
	margin-left: 85px;
}
.box .boxcont h2 {
	margin :  0px !important;
	padding:  0px !important;
}
.box .boxcont h2 a {
	text-decoration: none;
}
.box a {
	color: #000099;
}