@charset "UTF-8";
/* CSS Document */

/*
		h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}
*/

div#contentsNav {
	width: 882px;
	height: 401px;
	overflow: hidden;
	position: relative;
}
div#contentsNav ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#tabs {
	top: 15px;
	right: 15px;
	z-index: 2;
	width: 240px;
}
ul#tabs li {
	margin-bottom: 5px;
}
ul#tabs li img {
	border: none;
}
ul#tabs li a {
	display: block;
	outline: none;
	text-decoration: none;
}
ul#tabs li a:hover {
	text-decoration: underline;
}
ul#output {
	right: 0;
	width: 882px;
	height: 401px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 882px;
	height: 401px;
	top: 0;
}
ul#output li a {
	position: absolute;
	bottom: 15px;
	left: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}
ul#output li a:hover {
	background: #D33431;
}

