html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
}
input,textarea,select,button {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
.indent-10 {
	margin-left:10px;
}
.indent-20 {
	margin-left:20px;
}
body {
	font:1em/1.4 Arial;
	text-align:center;
}
#page {
	width:960px;
	text-align:left;
	margin:0 auto;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
p, ol, ul {
	margin:0 0 10px 0;
}
.failure {
	color:#CC3300;
}
.success {
	color:#669900;
}
.inline {
	display:inline;
}
.item-float {
	height:1%;
	overflow:hidden;
}
.item-float li {
	float:left;
	display:inline;
}
.item-inline li {
	display:inline;
}
.page-nav {
	
}
.page-nav li {
	margin:0 4px 0 0;
}
.page-nav li a, .page-nav li .nolink {
	padding:2px 5px;
	display:block;
	text-decoration:none;
	background:#f6f6f6;
	border:1px solid #eee;
	color:#333;
	font:0.8em Tahoma;
}
.page-nav li .nolink {
	background:#fff;
	border-color:#f6f6f6;
	font-weight:bold;
	color:#000;
}
.page-nav li a:hover {
	border-color:#ccc;
	background:#eee;
}



.float-right {
	float:right;
}
.float-left {
	float:left;
}



.font-small {
	font-size:0.8em;
}







a {
	color:#0066FF;
}
a:visited {
	color: #003399;
}
a:hover {
	text-decoration:none;
}

.header {
	margin:0 0 10px 0;
	position:relative;
	border-bottom:2px dotted #ddd;
	height:1%;
}
h2.site {
	font:bold 1.2em Trebuchet MS;
	padding:10px 0 0 0;
}
h2.site a {
	color:#000;
	text-decoration:none;
}
h2.site a:hover {
	text-decoration:underline;
}
h2.site span {
	font:normal 0.8em Verdana;
	color:#444;
}
h2.site em {
	font-size:0.8em;
}
.side, .main {
	float:right;
	display:inline;
}
.side {
	margin:0 20px 0 0;
	width:410px;
}
.main {
	width:530px;
	min-height:10px;
	height:auto !important;
	height:10px;
}
.main ol, .main ul {
	margin-left:30px;
}
.main ol {
	list-style:decimal;
}
.main ul {
	list-style:square;
}
form h3 {
	font-weight:bold;
	color:#fff;
	background:#000;
	padding:4px 8px;
	display:inline;
}
legend {
	font-weight:bold;
	color:#222;
	border-left:4px solid #111;
	padding:0 0 0 6px;
}
fieldset {
	margin:10px 0;
}
.text, textarea, select {
	padding:4px;
	border:1px solid #ddd;
}
.text, select {
	width:240px;
}
select {
	width:250px;
}
textarea {
	width:400px;
	font-size:0.8em;
}
fieldset li {
	margin:0 0 0 0;
}
label {
	display:block;
	padding:4px 0;
}
label span {
	color:#999;
	font-size:0.7em;
}
button {
	width:160px;
	padding:4px 0;
	font:bold 0.8em Verdana;
	cursor:pointer;
	letter-spacing:2px;
	text-transform:uppercase;
	float:right;
}
h1 {
	font:1.5em Georgia;
	margin:0 0 10px 0;
}
h2 {
	font:1.2em Georgia;
	margin:0 0 10px 0;
}
.price {color:green; font-weight:bold;}
.sponsor {
	border:1px dotted #aaa;
	margin:60px 0 0 0;
	padding:0 16px 4px 16px;
}
.sponsor h5 {
	padding:4px 8px;
	display:inline;
	border:1px solid #999;
	background:#000;
	color:#fff;
	position:relative;
	bottom:10px;
}
.reviews {
	font:0.9em Arial;
}
.reviews li {
	margin:0 0 7px 0;
	padding:0 0 1px 24px;
	background:url(/page/static/review.gif) no-repeat 0 1px;
}
.original {
	text-indent:-1000em;
	overflow:hidden;
	display:block;
	width:16px;
	height:16px;
	background:url(/page/static/outlink.png) no-repeat 0 0;
}
.meta {
	font:0.7em Verdana;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
	border-left:4px solid #99CC00;
}
.content {
	margin:24px 0 0 0;
	padding:0 0 0 54px;
	background:url(/page/static/content.png) no-repeat 0 0;
	min-height:54px;
	height:auto !important;
	height:54px;
}
.content p {
	margin-bottom:16px;
}
.footer {
	padding:10px 0;
	border-top:2px dotted #ddd;
	clear:both;
	text-align:right;
	height:1%;
	background:#fff url(/page/static/bg-footer.png) repeat-x 0 0;
}
