/* Styles for the products */
/* The productcategorynav style mirrors the style of the same name in admin_photos.css */
#productcategorynav {
	height: 32px;
	width: 690px;
	color: #000000;
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
#productcategorynav ul {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}
#productcategorynav ul li {
	list-style: none;
	display: inline;
}
.productnavimageright {
	float: left;
	display: block;
	padding-top: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 3px;
	height: 25px;
	width: 12px;
	background-image: url(../images/layout/gallery_navtab_bg_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#productcategorynav ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 14px;
	padding-right: 0px;
	padding-top: 6px;
	display: block;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	height: 24px;
	background-image: url(../images/layout/gallery_navtab_bg_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#productcategorynav ul li a:link, #productcategorynav ul li a:visited {
	color: #EDD9BA;
}
#productcategorynav ul li a:hover, #productcategorynav ul li a#subcurrent {
	color: #A67948;
}
#productcategorynav ul li a#subcurrent:hover {
	color: #A67948;
}
#productcategorynav .nolink {
	display: block;
	float: right;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	margin-top: 10px;
}
.productcontainer {
	display: block;
	font-size: 14px;
	color: #E4BC85;
}
.productcontainer table {
	width: 100%;
	border: 4px double #B09986;
	background-color: #000000;
}
.productcontainer table td {
	vertical-align: bottom;
}
.productcontainer table td.row1 {
	vertical-align: bottom;
}
.productcontainer table td.row2 {
	vertical-align: top;
	text-align: center;
}
.productsthumb {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
.productsthumb a img {
	padding: 4px;
	background-color: #000000;
	border: 2px solid #6A553E;
}
.productsthumb a:hover img {
	padding: 4px;
	background-color: #000000;
	border: 2px solid #A67948;
}
.productsimagetitle {
	font-size: 12px;
	color: #CBAB76;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	line-height: 14px;
}
.productsimagedescription {
	font-size: 11px;
	color: #A79A85;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 15px;
	line-height: 14px;
}

