/* Template - Products */



/* stocklist header and footer */
.itemlistbar a {
	color: black;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: normal;
}

.itemlistbar td {
	background-color: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	border: 0px;
}

/* product stocklist table */
#itemslist table th {
	border-width: 1px;
	border-color: #808080;
	border-left-style: solid;
	border-bottom-style: solid;
	vertical-align: bottom;
}

.itemquantity {
	text-align: center;
}
 
.itemrow {
	border-bottom-color: #757575;
	border-bottom-style: solid;
	border-bottom-width: 1px
}

/* lightBox styles */
#gallery {
	background-color: #444;
	padding: 10px;
	width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
