div.genre {
}
div.genre h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../cmn/ob_base.gif);
	line-height: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	border: 1px solid #CCCCCC;
	clear: both;
	float: none;
	padding-right: 0.5em;
	margin: 0px;
}
div.genre h3 {
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0.5em;
	padding-left: 10px;
	background-image: url(../cmn/ob_base.gif);
	background-repeat: repeat-y;
	background-position: -5px 0px;
}
div.genre .line {
	clear: both;
	background-image: url(../cmn/dot_v.gif);
	background-repeat: repeat-y;
	background-position: 250px 0px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-top: 20px;
	width: 500px;
}
div.genre .left, div.genre .right {
	width: 240px;
}
div.genre .left {
	float: left;
	margin-right: 20px;
}
div.genre .right {
	float: right;
}
div.genre div.description {
	background-image: url(../cmn/ob_gray.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding: 10px;
}
