@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
}
#layout #content article #terminology {
	text-decoration: none;
	float: left;
	width: 730px;
	padding-top: 0px;
	margin-right: 10px;
	margin-left: 5px;
	padding-bottom: 10px;
}
#layout #content article #terminology #termi_videobox {
	text-decoration: none;
	float: left;
	width: 730px;
	padding-top: 10px;
}
#layout #content article #terminology #termi_videobox .videoitem {
	float: left;
	width: 280px;
	margin-left: 30px;
	background-color: #333;
	text-decoration: none;
	margin-bottom: 10px;
	height: 210px;
	vertical-align: middle;
	border-radius: 8px;
	padding: 20px;
}
#layout #content article #terminology #termi_item {
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#layout #content article #terminology #termi_item .item {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEE;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	margin-bottom: 10px;
	width: 680px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-radius: 8px;
	padding: 10px;	
}
