
#e_page .shell
{
	float: left;
	clear: none;
	width: 50%;
	height: 150px;
}

#e_page .shell.full
{
	float: left;
	clear: none;
	width: 100%;
}

#e_page .shell.short
{
	height: 100px;
}

#e_page .shell .shell_image
{
	width: auto;
	float: left;
	clear: left;
}

#e_page .shell .shell_info
{
	width: 150px;
	float: left;
	clear: none;
	margin: 0 0 0 5px;
}

#e_page .shell .shell_image img.framed
{
	clear: left;
	float: left;
	border: 1px solid #000;
	padding: 2px;
}

#e_page .shell .shell_info .shell_title
{
	float: left;
	clear: left;
	width: 100%;
	font-size:1.3em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#e_page .shell .shell_info .shell_sub_title
{
	float: left;
	clear: left;
	width: 100%;
	font-size:1.1em;
}

#e_page .shell .shell_info .shell_line_1
{
	float: left;
	clear: left;
	width: 100%;
}

#e_page .shell .shell_info .shell_line_2
{
	float: left;
	clear: left;
	width: 100%;
}

#e_page .shell .shell_info .shell_line_3
{
	float: left;
	clear: left;
	width: 100%;
}

#e_page .shell .shell_info .shell_footer
{
	float: left;
	clear: left;
	margin: 5px 0 0 0;
	width: 100%;
}
