@charset "utf-8";

/* MATERIALS
------------------------------------------------------------------------------*/

#lead {
	line-height: 1.75;
	margin-bottom: 25px;
}

#mateBook,
#mateDvd {
	width: 100%;
	margin-bottom: 50px;
}

#mateBook h3,
#mateDvd h3,
#matePdf h3 {
	margin-bottom: 25px;
}

#bookImg,
#dvdImg {
	float: left;
	width: 167px;
}

#bookInfo,
#dvdInfo {
	float: right;
	width: 675px;
}

#bookInfo p,
#dvdInfo p {
	line-height: 1.75;
	margin-bottom: 15px;
}

#bookInfo h4 {
	margin-top: 20px;
}

#bookInfo li {
	line-height: 1.75;
}

#bookInfo ul {
	margin-top: 10px;
}

#bookPurchase {
	margin-top: 25px;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

#matePdf p {
	line-height: 1.75;
	margin-bottom: 15px;
}

*:first-child+html #mateDvd input,
*:first-child+html #matePdf input {
	padding-top: 3px;
	padding-bottom: 1px;
}

* html body #mateDvd input,
* html body #matePdf input {
	padding-top: 3px;
	padding-bottom: 1px;
}

