* {padding: 0; margin: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
p {line-height: 1.8em; text-align: justify; text-indent: 2em;}
h2 {font-weight: normal; font-size: 22px;}
img {border: 0;}
.clear {clear: both;}
a {color: #c00; text-decoration: underline;}
a:hover {color: #fff; text-decoration: none; background-color: #c00;}
body {
	background: url(body-bg.gif) repeat-x #eee;
	font-size: 13px;
	text-align: center;
	padding: 0 0 40px 0;
}
#wrapper {
	width: 762px;
	background: url(bottom-bg.gif) no-repeat bottom #eee;
	margin: 0 auto;
	margin-top: 25px;
	text-align: left;
	padding: 0 0 11px 0;
}
#header {
	background: url(top-bg.png) no-repeat #eee;
	height: 140px;
	padding: 0 26px 0 26px;
}
#content {
	border: 1px solid #ddd;
	border-top: none;
	border-bottom: none;
	background: #fff;
	padding: 0;
}
h1 {
	text-indent: -999em;
	padding: 38px 0 29px 0;
}
h1 a {
	display: block;
	width: 266px;
	height: 39px;
	background: url(logo.gif) no-repeat;
	background-color: none;
}
h1 a:hover {
	background-color: none;
}
#header li {
	display: inline;
	list-style: none;
}
#header li a {
	color: #fff;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
#header li a:hover {
	color: #c00;
	background: #fff;
	text-decoration: none;
}
.links {
	background: url(nav-b-bg.png) no-repeat;
	height: 26px;
	padding: 7px 18px 0 18px;
	margin: 0 10px 0 10px;
	color: #bbb;
	font-weight: bold;
}
.links a {color: #666; text-decoration: none; padding: 0 2px 0 2px;}
.links a:hover {color: #fff; text-decoration: none;}
.links-left {float: left;}
.links-right {float: right;}
#footer{
	text-align: center;
}
#main {
	clear: both;
	padding: 20px;
	position: relative;
}
#items {
	margin: 0 0 0 10px;
}
.item {
	border: 1px solid #ddd;
	background: #eee;
	width: 357px;
	float: left;
	padding: 3px;
	line-height: 1.5em;
	margin: 0 10px 10px 0;
}
.item .preview a {
	border: 2px solid #ddd;
	float: left;
}
.item .preview a:hover {
	border-color: #c00;
	background-color: none;
}
.item .description {
	float: right;
	width: 204px;
	padding: 4px 0 0 0;
}
.item .name {
	font-weight: bold;
}
.item .rating {
	padding: 1px 0 1px 0;
}
.item .buy a {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px 0 4px;
	margin-left: -4px;
}
.item .buy a:hover {
	color: #fff;
	background: #c00;
}
