body {
	text-align:center;
	padding:0;
	margin:0;
	font-size:10px;
	font-family:Verdana;
}
#head {
	text-align:right;
}
#main {
	text-align:center;
	width:870px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
#menu {
	background-color:#fead42;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	padding:3px;
}
#menu div {
	display:inline;
	color:white;
	margin:0 10px;
	padding:3px;
	font-weight:bold;
	font-size:13px;
}
#menu a:link, #menu a:visited {
	color:white;
	text-decoration:none;
}
#menu div.active {
	color:red;
}
#arr {
	position:absolute;
	top:140px;
}
#left {
	float:left;
	width:180px;
}
#right {
	padding-top:15px;
	float:right;
	width:206px;
}
#center {
	text-align:left;
	padding-top:15px;
	margin-left:195px;
	width:460px;
}
#bigcenter {
	margin-left:180px;
	width:680px;
	font-size:130%;
}
#orangeline {
	margin-top:10px;
	height:3px;
	background-color:#fead42;
}
div.item {
	text-align:left;
	display:inline-table;
	//display:inline;
	height:220px;
	width:140px;
	margin:5px;
}
div.price {
	color:white;
	font-size:14px;
	padding:0 10px;
	width:65px;
	text-align:right;
	font-weight:bold;
	float:left;
}
#lefttop {
	position:relative;
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:-299px;
	height:299px;
}
#leftbottom {
	background-position:bottom left;
	background-repeat:no-repeat;
}
.cat1, .cat1 a:link, .cat1 a:visited {
	color:red;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
.cat2, .cat2 a:link, .cat2 a:visited {
	margin-top:5px;
	color:black;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	cursor:pointer;
}
.cat2 {
	padding-left:5px;
}
.cat3, .cat3 a:link, .cat3 a:visited {
	color:#777;
	text-align:left;
	text-decoration:none;
}
.cat3 {
	padding-left:15px;
}
.current, .current a:link, .current a:visited {
	color:red;
	text-align:left;
}
.desc {
	text-align:center;
	font-weight:bold;
}
.loading {
	color: #909090;
	font-size: x-small;
}
.pagelist {
	clear:left;
	float:left;
	margin:0;
	text-align:right;
	width:635px;
}
.sort, .sort a:link, .sort a:visited {
	color:#999;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
}
p {
	margin-top:0;
}
.new {
	background-color:red;
}
.spec {
	background-color:#fead42;
}
.new, .spec, .nospec {
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
table {
	font-size:10px;
}
.regform {
	width:140px;
	background-color:white;
	padding:10px;
	text-align:left;
}
.regform input {
	width:95%;
	border:2px solid #c0c0c0;
	height:20px;
	text-align:center;
	margin:5px 0;
}
.regform textarea {
	width:95%;
	border:2px solid #c0c0c0;
	margin:5px 0;
}
