/* Category caption when zooming in on a product [ShowProduct] */
#CatOverProduct {
	margin: 0 0 1em 0;
	font-size: 150%;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #333333;
}
/* Product list category caption [ShowCategory] */
#divProductCatCaption {
		margin: 0 0 1em 0;
	font-size: 150%;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #333333;
}

}
/* Product name/caption [ShowProduct] */
#tdProductMainCaption {
	background-color: #252122;
	font-weight: bold;
	color: White;
	padding: 7px 15px 7px 5px;
	font-size: 110%;
}
/* Table holding a product [ShowProduct] */
#tblProducts {
	width: 100%;
}
/* Caption over product photos [ShowProduct] */
#thProductPhotoList {
	background-color: #CC0001;
	font-weight: bold;
	color: White;
	padding: 7px 15px 7px 5px;
	font-size: 110%;
	text-align: left;
}
/* Product name above product price [ShowProduct] */
#tdProductName {
	background-color: #252122;
	color: #ffffff;
	padding-left: 6px;
	font-weight: bold;
}
/* Caption above long product description [ShowProduct] */
#tdProductLongDescriptonCaption {
	background-color: #252122;
	color: #ffffff;
	padding-left: 6px;
}
/* TD holding short description [ShowProduct] */
#tdProductShortDescription {
	background-color: #CC0001;
	color: #ffffff;
	padding-left: 6px;
	font-weight: bold;
}
/* TD holding main product image [ShowProduct] */
#tdProductImage {
	width: 40%;
	text-align: center;
}
#tdlightgreen {
	background-color: #ECF5DE;
}
/* Main product image [ShowProduct] */
.imgInZoomImg {
	border: solid 5px #CC0001;
}
/* Product list caption */
.thProductList {
	text-align: left;
	background-color: #CC0001;
	color: #FFFFFF;
	padding-left: 3px;
}
/* Product list items */
.tdProductList {
	padding-left: 3px;
	border-bottom: solid 1px #CC0001;
}
.selSearch {
	width: 306px;
}
/* Main table holding featured products [GetFeaturedProducts] */
#tableMainFeaturedProducts {
	width: 100%;
}
/* TD inside the table that holds featured products [GetFeaturedProducts] */
.tdHoldingFeaturedProduct {
	vertical-align: top;
	text-align: center;
}
/* Table inside the TD that holds the featured products [GetFeaturedProducts] */
.tableFeaturedProduct {
	margin-bottom: 18px;
	border: solid 1px #CC0001;
}
/* TD holding the Caption of featured product (Inside tableFeaturedProduct) [GetFeaturedProducts] */
.tdFeaturedProductCaption {
	font-weight: bold;
	background-color: #CC0001;
	color: White;
}
/* TD holding the Product Name of featured product (Inside tableFeaturedProduct) [GetFeaturedProducts] */
.tdFeaturedProductName {
	margin: 0 0 0em 0;
	font-size: 120%;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #333333;
}
/* TD holding the Image of featured product (Inside tableFeaturedProduct) [GetFeaturedProducts] */
.tdFeaturedProductImage {
	/*padding: 4px;*/
}
/* The image inside the TD holding the Image of featured product (Inside tableFeaturedProduct) [GetFeaturedProducts] */
.imgFeaturedProduct {
 border:none;

}
/* TD holding the Product Price of featured product (Inside tableFeaturedProduct) [GetFeaturedProducts] */
.tdFeaturedProductPrice {
	background-color:#CC0001;
	color: #ffffff;
}
/* The first (top) main category link in category links [GetCategories] */
li.liFirstMainCategory {
	list-style-image : url(images/db_red.gif);
	margin: 0 0 0.5em 0;
	font-size: 120%;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #8FCB3E;
}
/*a inside liFirstMainCategory*/
.aFirstMainCategory {
	
}
/* Main category links in category links [GetCategories] */
li.liMainCategory {
	list-style-image : url(images/db_red.gif);
	margin: 0 0 0.5em 0;
	font-size: 120%;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #8FCB3E;
}
/*a inside liMainCategory*/
.aMainCategory {
	
}
/* Sub category links in category links [GetCategories] */
li.liSubCategory {
	margin-left: 0px;
	/*list-style-type: circle;*/
	list-style-type: none;
}
/*a inside liSubCategory*/
.aSubCategory {
	
}
/* Links to common pages created in the system [GetPageLinks] */
li.liPageLink {
	list-style-image : url(images/db_red.gif);
	margin: 0 0 0.5em 0;
	font-size: 120%;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #8FCB3E;
}
/* Div holding the Caption of each page [ShowPage] */
div.divPageName {
		margin: 0 0 1em 0;
	font-size: 150%;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #333333;
}
}
/* Div holding the ontent of each page [ShowPage] */
div.divPageContent {

}
/* Category image  [ShowMainCategory] */
.imgCategoryImage {
	border: solid 1px #CC0001;
}
/* TD Holding the category name [ShowMainCategory] */
.tdHoldingCategory {
	background-color: #CC0001; 
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 6px;
}
.selectPublicInterface {
	width: 306px;
}
/* TD holding the caption of the seach input fields */
#tdSearchCaption {
	margin: 0 0 1em 0;
	font-size: 110%;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #8FCB3E;
}
/* Agreement text caption */
.txtAgreementCaption {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}
/* Agreement text */
.txtAgreement {
	font-size: 11px;
	font-family: Verdana
}