/* page title */
h1 {
	margin-bottom: 15px;
}

/* what's new */
#whatsnew {
	width: 740px;
	background: url(../images/whatsnew_line.gif) repeat-x top;
	padding-top: 7px;
	margin-bottom: 20px;
}
#whatsnew .topic {
	font-size: 95%;
	font-weight: bold;
	line-height: 1.2em;
	color: #ff0000;
	margin: 0 0 0.3em 18px;
}
#whatsnew ul {
	list-style: square outside;
	padding: 0 0 3px 40px;
	background: url(../images/whatsnew_line.gif) repeat-x bottom;
}
#whatsnew li {
	font-size: 90%;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

/* column */
.lineup {
	width: 740px;
	background: url(../products/images/lineup/linup_line.gif) no-repeat top;
}
.photo {
	width: 413px;
	float: left;
	padding: 15px 0;
	text-align: right;
}
.copy {
	width: 327px;
	float: right;
	padding: 15px 0;
}
.lineup h2 {
	margin: 18px 0 14px 19px;
}
.lineup p {
	padding: 13px 20px 6px 19px;
	font-size: small;
	line-height: 1.2em;
}
.copy p {
	background: url(../products/images/lineup/lineup_line2.gif) no-repeat top;
}
.detail {
	margin-left: 26px;
}
