@charset "utf-8";
/* CSS Document */
.highslide {
	float				: left;
	border				: 1px solid #CCCCCC;
	background-color	: #EEEEEE;
	padding				: 5px;
	margin-right		: 10px;
	margin-bottom		: 10px;
}

.row {
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 4px;
	width: 100%;
	text-align: center;
}

.row_title {
	width: 20%;
	float: left;
	display:inline;
}
.row_content_small {
	width: 100%;
	float: left;
	display:inline;	
}
.row_content_large {
}

.clearfloat {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear:both;
	padding: 0px;
	margin: 0px;
}
