@charset "UTF-8";
#contentBox {
	height: 900px;
	width: 1000px;
}
#leftcollum{
	width:265px;
	height:100%;
	float:left;
	margin-right:25px;
	margin-top:20px;
	padding-bottom:30px;
	border: 1px solid #CCC;
}

#moviePoster{
	height:306px;
	width:216px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
#details{
	width:216px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

#rightcollum{
	width:646px;
	height:100%;
	float:left;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:100px;
}

#title{
	width:586px;
	height:150px;
	border: 1px solid #CCC;
	float:left;
	padding:20px;
	margin-top:20px;
}

#productdetails{
	width:586px;
	height:100%;
	border: 1px solid #CCC;
	float:left;
	padding:20px;
	margin-top:20px;
	background-image:url(media/images/i/pdetails.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#descritpion{
	width:586px;
	height:100%;
	border: 1px solid #CCC;
	float:left;
	padding:20px;
	margin-top:20px;
	background-image: url(../images/i/description.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#playbutton{
	background-image:url(../images/i/trailer.jpg);
	height:50px;
	width:120px;
	margin-top:40px;
	background-repeat: no-repeat;
	background-position: center center;
}
#playbutton a{
 	display:block;
	height:100%;
	width:100%;
}
#playbutton a:hover{
	background-image:url(../images/i/trailer_h.jpg);

}
#press{
	width:586px;
	height:150px;
	border: 1px solid #CCC;
	float:left;
	padding:20px;
	margin-top:20px;
	background-image: url(../images/i/press.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#features{
	width:586px;
	height:100%;
	border: 1px solid #CCC;
	float:right;
	padding:20px;
	margin-top:20px;
	margin-right:18px;
	background-image: url(../images/i/bonus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#txtBX{
	height:100%;
	width:420px;

}

.product{
	width:586px;
	height:100%;
	border: 1px solid #CCC;
	float:left;
	padding:20px;
	margin-top:20px;
	background-image: url(../images/i/included.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mv_poster{
	float:left;
	margin-top:10px;
	margin-right:20px;
	clear:none;
}
.mv_txt{
	height:100%;
	width:450px;
	float:left;
	clear:none;
}