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

#content_divider {
	float: left;
	width: 535px;
	margin-top: 10px;
}
#txt {
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}
#new {
	margin-left: 15px;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 15px;
}
#available {
	text-align: left;
	width: 860px;
	float: left;
	height: 300px;
}
#sales {
	float: right;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#episode {
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	width: 160px;
	border-right-width: 1px;
	border-right-color: #100f4d;
	background-image: url(../images/nav/nav_fade_black.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #282545;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	text-align: center;
	margin-top: 15px;
}
#release {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #100f4d;
	line-height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #100f4d;
}
#available_now {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #100f4d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #100f4d;
	text-align: center;
}
.available {
	margin-right: 35px;
	margin-left: 35px;
}
.float_left {
	float: left;
}
#poster {
	float: left;
}

