/* CSS Document */
/* Subcategory Listings  -----------------------------------------------  */
#categoryTbl {
	margin-bottom: 2em;
}


/* Product Listings  ---------------------------------------------------  */
#product_tbl {
	width: 498px;
}
#product_tbl td {
	height: 75px;
	overflow: hidden;
	vertical-align: top;
	border: 1px solid #999;
}
.prod_name {
	position: relative;
	width: 396px;
}
.prod_name a {
	display: block;
	width: 376px;
	height: 65px;
	padding: 5px;
}
.prod_img {
	width: 100px;
}
.prod_img img {
	border: none;
}

/* Product Details  ---------------------------------------------------  */
#gallery_box {
	float: right;
	width: 244px;
	margin: 0 0 1em 1em;
	padding: 2px;
	text-align: center;
	font-size: 8pt;
}
#gallery_box img {
	border: 1px solid #999 !important;
}
#thumbs_box {
	float: left;
	display: inline;
	with: 206px;
	margin-left: 17px;
}	
.thumbs {
	float: left;
	display: inline;
	width: 100px;
	margin: 2px;
}
.thumbs a {
	display: block;
	height: 75px;
	margin: 0;
	padding: 0;
}
#files {
	padding: 0;
	list-style-type: none;
	font-size: 8pt;
}
	
