body, p, div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	margin-top: 10px;
	background-color: #5e5858;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#force-scrollbar { position: absolute; top: 0; bottom: -1px;
                      width: 1em; z-index: -1; }

.footer {
	font-size: 9px;
	color: #CCCCCC;
}
.footerlink {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
}
.bodytext {
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}

/* used on the product detail page */
p.itemDetail {
	margin: 0;
	padding: 0px;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	padding-bottom: 8px;
}

.imageborder {
	border: 1px solid #666666;
}
.bodytextlink {
	color: #666666;
	text-decoration: underline;
}

.imageborderwhite {

	border: 1px solid #FFFFFF;
}
.bodytextlinkbold {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.bodytextBold {
	font-weight: bold;
	color: #666666;
}
.bodytextItalic {
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.mapbodytextlink {
	line-height: 16px;
	color: #666666;
	text-decoration: underline;
}
.bodytextIndent {
	line-height: 13px;
	color: #666666;
	text-indent: 10px;
	background-position: 10px;
}

/*   ---  Search box CSS ---  */
#searchHolder {
	position: relative;
	top: 0px;
	left: 0px;
}
#searchContainer {
	text-align: right;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 250px;
	height: 20px;
}
#searchBox { color: gray }
#search { padding-bottom: 5px }

#searchContainer form, #searchContainer input { font-size: 10px }

a:link { text-decoration: underline }
a:visited { text-decoration: underline }
a:hover { text-decoration: none }
a:active { text-decoration: underline }
.style3 { color: #FF0000 }


/* current inventory */

.current-inventory {
	width: 680px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

	.current-inventory td {	text-align: left }
	
	.current-inventory .item {
		float: left;
		width: 330px;
		padding: 10px 0;
	}
	
	.cur-inv-image {
		width: 100px;
		height: 100px;
		float: left;
		margin-right: 27px;	
	}
	
	.cur-inv-image img { border: 0px }
	
	.current-inventory .item .text {
		float: left;
		width: 200px;
	}
	
	.current-inventory .item .text a span {
		text-decoration: none;
		font-weight: bold;
	}

div.hr {
	clear: both;
	height: 15px;
	background: #fff url(../Image/img_titleunderline_10x3.gif) repeat-x scroll center;
}
	div.hr hr { display: none	}

.break { clear: both }


/* abstract product display */

.product {
	float: left;
	width: 150px;

	font-size: 11px;
}

/* category product  */
.grid {
	text-align: center;
}

.grid .product {
	width: 220px;
	padding: 40px 0 10px;
}

.product span {
	display: block;
	padding-top: 1em;
	color: #333;
}

.product span:hover, .product a:hover {
	text-decoration: underline;
}

.grid .product a {
	color: #333;	
	text-decoration: none;
}

/* table categories */

#tables-grid {
	width: 325px;
	text-align: center;
}

#tables-grid .product {
	padding-top: 10px;
	width: 160px;
}

/* catalog product pages */
.products {
	width: 680px;
	border: 0px;
}

	.products .product {
		width: 168px;
		padding: 17px 0px 17px;
		margin: 0px;
		text-align: center;
		font-size: 10px;
	}
	
	.products .product div, .products .product div a {
		color: #666666;
		text-decoration: none;
	}
	.products .product div {
		text-align: left;
		padding: 15px 10px 0 40px
	}
	.products .product div a:hover { text-decoration: underline }