#tutorialfooter {
	border-top-color:#CCC;
	border-top-style: solid;
	border-top-width:1px;
	margin-left: 30px;
	margin-right: 30px;
	
	padding-top:10px;
	padding-bottom:5px;
	font-size:10px;
	line-height:150%;
}

#tutoriallistarea {
	position: relative;
	border-top-color:#CCC;
	border-top-style: solid;
	border-top-width:1px;
	padding-top: 16px;
	
	width: 100%;
}

#tutorialtable {
	margin-left: auto;
	margin-right: auto;
}

.tutorialpreview {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	height: 120px;
}

.moviecell {
	border: 1px #cccccc solid;
	background-color: #fafafa;
	padding: 12px;
	width: 220px;
	height: 150px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.moviecell_empty {
	width: 220px;
	height: 150px;
}

.emptyhorizcell {
	width: 20px;
}

.emptyvertcell {
	height: 20px;
}

#versnote {
	position: relative;
	color: white;
	padding: 14px;
	background-color: #666666;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
