div.row
{
	clear: left;
	width: 608px;
	border-bottom: 1px solid #5c81b8;
	font-size: 12px;
}

div.box_feature_1
{
	width: 45px;
	float: left;
	margin-bottom: 6px;
	height: 15px;
	border: 1px solid #295db5;
	background-image: url(../Layout/icon_BR.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.box_feature_2
{
	width: 45px;
	float: right;
	margin-bottom: 6px;
	height: 15px;
	border: 1px solid #295db5;
	background-image: url(../Layout/icon_SC.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.box_feature_3
{
	width: 45px;
	float: right;
	margin-bottom: 6px;
	height: 15px;
	border: 1px solid #295db5;
	background-image: url(../Layout/icon_DB.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.box_feature_4
{
	width: 45px;
	float: left;
	margin-bottom: 6px;
	height: 15px;
	border: 1px solid #295db5;
	background-image: url(../Layout/icon_SB.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.box_feature_5
{
	width: 45px;
	float: left;
	margin-bottom: 6px;
	height: 15px;
	border: 1px solid #295db5;
	background-image: url(../Layout/icon_QB.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.box_feature_6
{
	width: 45px;
	float: right;
	margin-bottom: 6px;
	height: 15px;
	border: 1px solid #295db5;
	background-image: url(../Layout/icon_KB.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.box_feature_selected
{
	width: 115px;
	float: right;
	margin-bottom: 6px;
	height: 15px;
	border: 1px solid #295db5;
	background-image: url(../Layout/icon_list.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.box_number
{
	float: right;
	width: 18px;
	text-align: center;
	font-weight: bold;
}

div.box_selected
{
	float: left;
	width: 113px;
	font-size: 11px;
}

div#result_1 
{
	margin: 0px;
	height: 25px;
	width: 608px;
	color: #0000FF;
	padding-left: 5px;
}

div#result_2 
{
	font-size: 10px;
	clear: both;
	height: 40px;
	width: 600px;
	float: left;
	padding-left: 5px;
}

div#result_3
{
	margin: 0px;
	width: 608px;
/*	height: 25px;
	color: #0000FF;
	padding-left: 5px;*/
}

.code_hilite
{
	color:#FFFFFF;
	background-color:#2A5EB5;
	padding:1px;
}

br.clear{
	clear : both;
}



