/* ==========================================
IMAGE GALLERY - CATEGORIES
========================================== */
.PRODUCT-CAT-header{
	font-family: Verdana;
	color: #FF6600;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	background-color: #262522;
	padding-left: 8px;
}
.PRODUCT-CAT-header a:link{
	color: #FFFFFF;
}
.PRODUCT-CAT-header a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.PRODUCT-CAT-text{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #3A3936;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.PRODUCT-CAT-catbrowser{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #3A3936;
}
.PRODUCT-CAT-imgblock{
	padding-top: 8px;
	border: 2px solid #666666;
	background-color: #000000;
}
.PRODUCT-CAT-imgblock:hover{
	background-color: #1D1D1D;
	border: 2px solid #FF6600;
}
.PRODUCT-CAT-imgtext{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-right: 9px;
	padding-left: 9px;
}
.PRODUCT-CAT-imgtext a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.PRODUCT-CAT-imgtext a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.PRODUCT-CAT-imgtext a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* ==========================================
IMAGE GALLERY - IMAGES
========================================== */
.PRODUCT-IMG-header{
	font-family: Verdana;
	color: #FF6600;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	background-color: #262522;
	padding-left: 8px;
}
.PRODUCT-IMG-header a:link{
	color: #FFFFFF;
}
.PRODUCT-IMG-header a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.PRODUCT-IMG-text{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #3A3936;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.PRODUCT-IMG-imgblock{
	padding-top: 8px;
	border: 2px solid #FF6600;
	background-color: #1D1D1D;
}
.PRODUCT-IMG-imgblock:hover{
	background-color: #000000;
	border: 2px solid #FFFFFF;
}
.PRODUCT-IMG-imgtext{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-right: 9px;
	padding-left: 9px;
}
.PRODUCT-IMG-imgtext a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.PRODUCT-IMG-imgtext a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.PRODUCT-IMG-imgtext a:hover{
	color: #999999;
	text-decoration: underline;
}
