body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
.header {
	background-color: #333333;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
}
.main {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bottom-menu {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.content {
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.price {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.content-box {
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.enlarge {
	font-size: 11px;
	color: #999999;
}
.details {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
	border: 0px;
}
.text-box {
	font-size: 12px;
	color: #000000;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
}
.u {
	text-decoration: underline;
}
.created-by {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#dropmenudiv{
	position: absolute;
	font: 12px Verdana;
	line-height: 18px;
	z-index: 100;
	text-align: left;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 0px;
	padding: 2px 11px 3px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #FE0000;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#dropmenudiv a:hover{
	background-color: #FF6566;
}
.menu a {
	font-size: 12px;
	font-weight: bold;
	background: #CC0000;
	color: #fff;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 8px;
	margin-left: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	display: block;
	float: left;
}
.menu a:hover {
	background: #666666;}
* html .menu a {
	font-size: 12px;
	font-weight: bold;
	background: #CC0000;
	color: #fff;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	display: block;
	float: left;
}
* html .menu a:hover {
	background: #666666;
}
.menu-container {
	width: 750px;
	height: 28px;
	text-align: left;
	background: #fff;
}
.top-menu a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.top-menu a:hover {
	color: #ccc;
	text-decoration: underline;
}
.footer {
	color: #ccc;
	font-size: 10px;
}
.edit a {
	color: #ccc;
	font-size: 10px;
}
.edit a:hover {
	color: #fff;
	text-decoration: underline;
}