a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
form {
	margin: 10px 0px 15px;
	padding:0;
}
select {
	margin:0;
	padding:0;
}
.category-selector {
	width:166px;
	margin-bottom:5px;
}

#body #contentsbox #categoryheader {
}
#body #contentsbox #itemlist {
	width: 545px;
	text-align: left;
	margin-top: 18px;
}
.itembox {
	float:left;
	width: 109px;
	margin-bottom:10px;
	text-align: center;
	/*font-size: smaller;*/
	background-image: url(../products/images/item_small_bg.gif);
	background-repeat: repeat-x;
}
.itemname {
	position: relative;
	top: -10px;
	width: 96px;
	line-height:120%;
	/*font-size:x-small;*/
}
#previtem {
	float: left;
	margin: 6px 3px 4px;
}
#nextitem {
	float: right;
	margin: 6px 3px 4px;
}
#relatedbutton {
	float: right;
	width: 166px;
}
#itemdetail {
	margin-left: 10px;
	text-align: left;
}
#itemamount{
	margin:10px 0 0 10px;
}
#itemprice{
	margin:10px 0 0 10px;
}
.item_h {
	border-bottom:1px solid #E0E0E0;
	font-weight:bold;
	color:#1A1A1A;
	margin-bottom:6px;
}
.highlight {
	background-color:yellow;
	border-color: #E3E3E3;
}
