/*
Plain Stylesheet v1.1
Target: All
Author: Matthew Buchanan
*/

body {
	padding: 20px;
	font: normal 62.5%/1.5 "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

p, form, ol, ul, dl, #content li {
	margin-bottom: 0.6em;
}

h1 {
	font-size: 150%;
	margin-bottom: 0.3em;
}

h2 {
	font-size: 133%;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 120%;
	line-height: 1.4em;
	margin-top: 1em;
}

h4, h5, h6 {
	margin-top: 0.5em;
	margin-bottom: 0;
}

strong, b {
	font-weight: bold;
}

em, i, cite {
	font-style: italic;
}

strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

small {
	font-size: 85%;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #999;
}

a abbr, a acronym {
	border-bottom: none;
}

a:link, a:visited {
	color: #08c;
}

a:hover, a:active {
	color: #059;
}

/* Site specific */

#content ol {
	list-style: decimal;
	padding-left: 2em;
}

#content ul {
	list-style: disc;
	padding-left: 20px;
}

.oldprice {
	text-decoration: line-through;
}