/* ====================================
PRODUCTS - GENERAL
==================================== */

.PRODUCTS-GEN-topline{
	background-image: url(/images/products/horline.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 16px;
}


/* ====================================
PRODUCTS - CATEGORIES
==================================== */
#PRODUCT-CAT-border{
	background-color: #FFFFFF;
	padding: 4px;
	width: 204px;
	border: 1px solid #CCCCCC;
}

#PRODUCT-CAT-imgtext{
	font-family: Arial;
	color: #433523;
	background-image: url(/images/products/logo-sml.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 4px;
	padding-bottom: 7px;
	text-align: right;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
}
#PRODUCT-CAT-imgtext a:link{
	color: #433523;
	text-decoration: none;
}
#PRODUCT-CAT-imgtext a:visited{
	color: #433523;
	text-decoration: none;
}
#PRODUCT-CAT-imgtext a:hover{
	color: #CC0000;
}


/* ====================================
PRODUCTS - LIST
==================================== */
.PRODUCT-LIST-header{
	font-family: Verdana;
	font-size: 18px;
	color: #433523;
}


/* ====================================
PRODUCTS - DETAILS
==================================== */
.PRODUCT-DETAILS-bg-tab{
	background-image: url(/images/tabs/bg-content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-top: 5px;
}

.PRODUCT-DETAILS-td-name{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #B77300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #56442E;
	padding-bottom: 5px;
}
.PRODUCT-DETAILS-td-price{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #56442E;
	padding-bottom: 5px;
	padding-top: 5px;
}
.PRODUCT-DETAILS-td-summary{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #56442E;
	padding-bottom: 5px;
	padding-top: 5px;
}
.PRODUCT-DETAILS-td-details{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
}
#PRODUCT-DETAILS-imgtext{
	background-image: url(/images/products/logo-sml.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	width: 370px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	text-align: right;
	height: 22px;
}
#PRODUCT-DETAILS-imgtext a:link{
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	font-size: 11px;
}
#PRODUCT-DETAILS-imgtext a:hover{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-size: 11px;
}

