.console_option{
	width:290px; 
	height:60px; 
	padding:5px 5px 5px 5px; 
	border:solid 1px #003399; 
	float:left; 
	margin:10 10 10 10;
	font-family: Tahoma;
	font-size: 11px;
}

.console_image_option{
	float:left; border:solid 1px #CCCCCC;
}

.console_text_option{
	width:225px; height:60px; padding-left:3px; float:left;
}

.console_text_title_option{
	width:215; 
	border-bottom:dotted 1px #003399;
	padding-bottom:2px;
}

.console_text_description_option{
	width:215;
	font-size:10px;
	color: #999999;
}

.console_option a{
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

.console_option a:hover{
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}

