@charset "utf-8";
.optionCardBox
{
width:685px;
height:600px;
border:solid 1px #e4e4e4;
	font-family:Arial, Verdana,  sans-serif;
}
.optionCard
{
padding:5px 0 0 10px;
margin:0px;
width:676px;
height:684px;
list-style:none;
height:26px;
border-bottom:solid 1px #e4e4e4;
}
.optionCard li
{
float:left;
margin-right:6px;
padding:0px;
display:block;
height:25px;
width:120px;
border:1px solid #e4e4e4;
border-bottom:none;
line-height:25px;
}
.optionCardBlock
{
height:25px;
width:100%;
	font-family:Arial, Verdana,  sans-serif;
display:block;
color:#333000;
font-weight: bold;
text-decoration:none;
text-align:center;
background:#cbedf7;
/*font-size:12px;*/
}
.optionCardBlock:hover {
	color: #000000;
	font-weight: bold;
	}

.optionCardBlockContent
{
	display:none;
	padding:10px 20px;
	line-height:160%;
	color: #666666;
	font-family:Arial, Verdana,  sans-serif;
	/*font-size: 13px;*/
	height: 545px;
	overflow: auto;
}