/* extended layout with coat colors */

#extended {
	margin: 25px 0 0 25px;
	padding: 0;
}

#extended ul {
	list-style: none;
	color: #fff;
	width: 90em;
}

#extended li {
	float: left;
}
	
#extended li#row1 p {
	margin: 0;
	padding: 77px 0 10px 10px;
	width: 19em;
	height: 104px;
	border: #fff 1px solid;
	border-right: 0px;
	border-bottom: 0px;
}

#extended li#row1 p.last {
	border-bottom: #fff 1px solid;
}

#extended li#row2 p {
	margin: 0;
	padding: 30px 0 10px 10px;
	width: 16em;
	height: 55px;
	border: #fff 1px solid;
	border-right: 0px;
	border-bottom: 0px;
}

#extended li#row2 p.last {
	border-bottom: #fff 1px solid;
}

#extended li#row3 p {
	margin: 0;
	padding: 7px 0 8px 10px;
	width: 16em;
	height: 32px;
	border: #fff 1px solid;
	border-right: 0px;
	border-bottom: 0px;
}

#extended li#row3 p.last {
	border-bottom: #fff 1px solid;
}

#extended li#row4 p {
	margin: 0;
	padding: 3px 0 0 10px;
	width: 16em;
	height: 20px;
	border: #fff 1px solid;
	border-bottom: 0px;
}

#extended li#row4 p.last {
	border-bottom: #fff 1px solid;
}
