@CHARSET "UTF-8";

.tile_photo {
	width: 135px;
	float: left;
	margin-left: 5px;
	margin-bottom: 20px;
	height: 100px;
	text-align: center;
}
.video_tile {
	height: 100px;
	float: left;
	width: 135px;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
}

.video_tile #sub_title {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}

#acv_sub_title {
	background-color: #EAE3CE;
	padding: 3px 3px 3px 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

.must_border {
	border-right: 1px solid #CFC092;
}
.no_border {
	border: none;
}

/* menu */
.menu_wrapper {
	padding: 3px 12px;
}