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

#flasharea {
float: left;
width: 705px;
border-top: 1px dotted #ccc;
padding-top:15px;
padding-bottom:15px;
border-bottom: 1px dotted #ccc;
margin-bottom: 15px;
text-align:left;
}

#videoholder{
width:705px;
margin-top:5px;
padding-top:10px;
padding-bottom: 10px;
text-align:center;
background: #000;
}

#detailsections {
	width: 705px;	
	float: left;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	text-align:left;
}


#bookimage {
float: left;
}
#bookcopy {
float: left;
padding-left: 10px;
margin-left: 5px;
border-left: 1px dotted #ccc;
}


