@charset "UTF-8";
.module_wrap {
	width: 351px;
	height: auto;
	clear: both;
	margin: 10px 0;
}

.module_head {
	width: 346px;
	height: 23px;
	background-image: url(../designfiles/module_head.gif);
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	padding: 5px 0 0 5px;
}

.module_content {
	width: 339px;
	padding: 5px 5px;
	border: 1px solid #eed4c5;
	background-color: white;
}

.module_content_wrap {
	width: auto;
	background-color: #e8e8e8;
	padding: 5px;
}

.module_content_wrap img {
	border: 1px solid white;
}

.module_content_wrap .image {
	float: left;
	padding: 0 5px 5px 0;
}

.module_content_wrap .details {
	clear: both;
	float: left;
	width: 325px;
}

.module_content_wrap .details2 {
	float: left;
	width: auto;
	font-style: italic;
}


.module_content_wrap .details a {
	color: #538431;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.module_content_wrap .details a:hover {
	text-decoration: underline;
}
.playable a {
	position: relative;
	display: block;
	height: 240px;
}
.playable a img.play_nupp {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	border-style: none;
}
.playable a img.thumbnail {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
}
