BODY, DIV, P, LI, DD, TH, TD, INPUT {
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: small;
}

BODY {
	background-color: whitesmoke;
	margin: 0;
	padding: 10px;
	height: 100%;
}

.body {
	margin: 0px auto;
	padding: 10px;
	width: 720px;
	background-color: white;
}

IMG {
	border: 0;
}

TH, TD {
	vertical-align: top;
	padding: 0;
}

A, A:active, A:visited {
	color: blue;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

H2 {
	text-align: center;
}


/* generic content
----------------------------------------------- */
.header {
	margin: 0px 0px 10px 0px;
	font-size: x-large;
	color: silver;
	white-space: nowrap;
}

.header A {
	filter: alpha(opacity='40');
	opacity: 0.40;
}

.header A:hover {
	filter: alpha(opacity='100');
	opacity: 1.0;
}

.checkout {
	text-align: right;
	float: right;
}

P.content {
	margin-top: 15px;
}

.content UL {
	margin: 10px auto;
	padding: 0px 0px 0px 15px;
	width: 80%;
}

.content LI {
	margin-bottom: 15px;
}

.content BLOCKQUOTE {
	margin: 10px 100px 0px 0px;
	border: solid 1px silver;
	background-color: whitesmoke;
	padding: 5px 10px;
	font-weight: bold;
}

.footer {
	text-align: center;
	margin-top: 40px;
	color: gray;
	font-family: arial, sans-serif;
}


/* home page styles
----------------------------------------------- */
.home {
	margin: 0px auto;
}

.home A {
	display: block;
	padding: 4px 5px 0px 10px;
	border: solid 2px white;
	white-space: nowrap;
}

.home A:hover {
	border: dotted 2px silver;
}


/* pattern library styles
----------------------------------------------- */
TABLE.content {
	border-top: solid 2px darkgreen;
	border-collapse: collapse;
}

TABLE.content .library {
	width: 180px;
	height: 500px;
	border-right: solid 2px darkseagreen;
}

TABLE.content .right {
	width: 100%;
}

TABLE.content .right TABLE {
	border-collapse: collapse;
}

TABLE.content .right .title {
	background-color: darkseagreen;
	padding: 2px 10px;
	color: white;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 15px;
}

TABLE.content .right .title A, TABLE.content .right .title A:visited {
	color: white;
}

TABLE.content .right .title A:hover {
	text-decoration: none;
}

TABLE.content .right .description {
	padding: 0px 10px;
}

TABLE.detail TH {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	white-space: nowrap;
}

.price {
	font-weight: bold;
	color: darkred;
}
