/* Category caption when zooming in on a product [ShowProduct] */
#CatOverProduct {
	font-size: 150%;
	margin-bottom: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Product list category caption [ShowCategory] */
#divProductCatCaption {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;line-height: 32px;
	height: 32px;
	color: #002D62;
	text-align: left;	
	margin-bottom: 16px;
}
/* Product name/caption [ShowProduct] */
#tdProductMainCaption {
	font-weight: bold;
	height: 32px;
	background: #F0F0F0 url(img4.gif) repeat-x;
	color: #002D62;
	padding-left: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Table holding a product [ShowProduct] */
#tblProducts {
	width: 100%;
}
/* Caption over product photos [ShowProduct] */
#thProductPhotoList {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 32px;
	background: #F0F0F0 url(img4.gif) repeat-x;
	color: #002D62;
	padding-left: 6px;
	text-align: left;
}
/* Product name above product price [ShowProduct] */
#tdProductName {
	background-image: url(th_bkg.gif);
	height: 20px;
	background-repeat: repeat-x;
	padding-left: 4px;
}
/* Caption above long product description [ShowProduct] */
#tdProductLongDescriptonCaption {
	font-weight: bold;
	height: 32px;
	background: #F0F0F0 url(img4.gif) repeat-x;
	color: #002D62;
	padding-left: 6px;
	text-align: left;
}
/* TD holding short description [ShowProduct] */
#tdProductShortDescription {
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 8px;
}
/* TD holding main product image [ShowProduct] */
#tdProductImage {
	width: 40%;
}
.thProductList {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.selSearch {
	width: 304px;
}
/* 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 #F0F0F0;
}
/* TD holding the Caption of featured product (Inside tableFeaturedProduct) [GetFeaturedProducts] */
.tdFeaturedProductCaption {
	font-weight: bold;
	background-color: #F0F0F0;
	color: #002D62;
}
/* TD holding the Product Name of featured product (Inside tableFeaturedProduct) [GetFeaturedProducts] */
.tdFeaturedProductName {
	font-style: italic;
}
/* TD holding the Image of featured product (Inside tableFeaturedProduct) [GetFeaturedProducts] */
.tdFeaturedProductImage {
	/*padding: 8px;*/
}
/* 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 {
	font-style: italic;
}
/* The first (top) main category link in category links [GetCategories] */
li.liFirstMainCategory  {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style: none;
	color: #002D62;
	background-color:#FFFFCC
}
/* Main category links in category links [GetCategories] */
li.liMainCategory   {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style: none;
	color: #002D62;
	background-color:#FFFFCC
}
/* Sub category links in category links [GetCategories] */
li.liSubCategory  {
	font-size: 80%;
	margin-top: 1px;
	margin-left: 2px;
	/*list-style-type: circle;*/
	list-style: none;
	color: #002D62;
	
}
/* Links to common pages created in the system [GetPageLinks] */
li.liPageLink {
	list-style: none;
	color: #002D62;
}
/* Div holding the Caption of each page [ShowPage] */
div.divPageName {
	font-size: 150%;
	color: #002D62;
	margin-bottom: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Div holding the ontent of each page [ShowPage] */
div.divPageContent {

}