body {
	overflow: hidden;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: left top;

	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img.hasAlpha {
	behavior: url("pngbehavior.htc");
}

.content {
	position: absolute;
	display: block;
	height: 430px;
	width: 672px;
	margin: 0px;
	top: 105px;
	left: 65px;
}

.logo {
	float: left;
	height: 96px;
	width: 799px;
	text-align: right;
}

.category {
	float: left;
	width: 150px;
	height: 417px;
	border-top: #000000;
	border-right: double #000000;
	border-bottom: #000000;
	border-left: #000000;
}

div #category_scroll_up{
	height: 16px;
	text-align: center;
}

div #category_scroll_body{
	top: 0x;
	left: 0px;
	position: relative;
}

div #category_scroll_body_container{
	height: 385px;
	overflow: hidden;
	position: relative;
}

div #category_scroll_down{
	height: 15px;
	text-align: center;
}

input.order{
	margin: 1px 0px;
	height: 14px;
	width: 64px;
	border: 1px solid #A06901;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ED9B00;
	color: #000;
}

.news {
	width: 515px;
	height: 240px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
}
.latest {
	float: right;
	height: 160px;
	width: 515px;
	margin-top: 5px;
	border-top: double #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}
.entry {
	padding: 5px;
}
.announcement {
	padding: 5px;
}
.whats_new {
	padding: 5px;
}
.display {
	width: 515px;
	height: 400px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
}

table#shoppingcart tr td{
	border-bottom: 1px solid #000;
}

hr {
	height: 0px;
	border-top: 0;
	border-bottom: 1px solid #000;
}

div.listitem{
	behavior: url("csshover.htc");

	width: 47%;
	padding: 5px;
	border: 1px solid #FFF;
	overflow: auto; 
	background-color: #FFF;
}

div.listitem:hover{
	border: 1px solid #CC9;
	background-color: #FFC;
}

div.listitem2{
	behavior: url("csshover.htc");

	width: 47%;
	padding: 5px 1px;
	border: 1px solid #FFF;
	overflow: auto; 
	background-color: #FFF;
}

div.listitem2:hover{
	border: 1px solid #CC9;
	background-color: #FFC;
}

input.pretty_button{
	background-color: #FFCD9B; 
	border: 1px solid #000;
}

A{
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}
