@charset "utf-8";
.showarea .block  {
	background: #100F14;
	margin: 10px;
	padding: 10px;
	border: 1px solid #43414B;
}
#qmr, .dl {
	margin: 10px;
	padding: 0;
}
#qmr ul, .dl ul {
	margin: 10px;
}
#qmr ul li, .dl ul li {
	padding: 10px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dl ul li {
	background-color: #4E102E;
}
.dl ul li.VirusandDrei {
	background-color: #3C6EA9;
}
.showarea li {
	border-top: 1px dotted #43414B;
	border-bottom: 1px dotted #43414B;
}
.showarea .dl li {
	border-top: 1px dotted #92656B;
	border-bottom: 1px dotted #92656B;
}
#qmr ul li img, .dl ul li img {
	height: 100px;
	width: 100px;
	float: left;
	clear: left;
}
#qmr .title, .dl .title {
	float: none;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 110px;
	border-bottom: 1px solid #43414B;
}
.dl .title {
	border-bottom: 1px solid #65143A;
}
.dl li.VirusandDrei .title {
	border-bottom: 1px solid #FFFFFF;
}
#qmr ul li:after, .dl ul li:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}
.dl ul li .standbuy {
	display: block;
	margin-left: 400px;
	width: 8em;
	max-width: 8em;
	text-align: center;
}
#qmr ul li .buy, .dl ul li .buy{
	display: block;
	width: 8em;
	max-width: 8em;
	padding: 10px 1px;
	text-align: center;
	margin-left: 400px;
	margin-top: 20px;
	background-color: #969696;
}
.dl ul li .buy{
	background-color: #3E1A30;
}
.dl ul li.VirusandDrei .buy{
	background-color: #2B4D77;
}
.violet {
	background: #2B002B;
	/*border: 4px dotted #6600FF;*/
}
.indigo {
	background: #00002B;
	/*border: 4px dotted #0000FF;*/
}
.blue {
	background: #001E32;
	/*border: 4px dotted #0099FF;*/
}
.green {
	background: #002B00;
	/*border: 4px dotted #009900;*/
}
.yellow {
	background: #2B2B00;
	/*border: 4px dotted #C4C400;*/
}
.orange {
	background: #402600;
	/*border: 4px dotted #FF6600;*/
}
.red {
	background: #320000;
	/*border: 4px dotted #FF0000;*/
}
.showarea .block span#buyCD{
	color: #DD5300;
	text-decoration: none;
}
.showarea .block span#buyCD span.popup {
	visibility: hidden;
	z-index: -1;
	overflow: auto;
	padding: 10px;
	border: 5px solid #43414B;
	background-color: #000000;
	margin-left: -100px;
	text-decoration: none;
	position: relative;
	top: 10px;
	left: 30px;
}
.showarea .block span#buyCD:hover span.popup {
	visibility: visible;
	z-index: 100;
	text-decoration: none;
}
