﻿/* #################################### CATEGORY BROWSE ############################################################# */

.navAnchor 
{
	text-decoration:none;
	color : Navy;
    font-size:8pt;

}

.catAnchor
{
	text-decoration:none;
	color : #07519A;
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;
}

.Div_Products
{
	text-align:center;
}

.Tbl_CategoryHierarchy
{
	width:100%;
	color:#07519A;
	background-color: #B1E030;
	border: 1px solid #000000;
	border-collapse:collapse;
	text-align:left;
}

.Tbl_CategoryHierarchy_Header
{
	background-color:#FCF59A;
	height: 25;
}

.Tbl_CategoryHierarchy_Header_Navigation
{
	background-image: url(../images/categoryheaderbg.jpg);
	color: Navy;
	border-bottom: solid 1px #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}

.Tbl_CategoryHierarchy_Col_CategoryName
{
	width:50%;
	font:#040480;
	border-bottom:solid 1px #000000;
	font-family:Tahoma;
	font-size:10pt;
}

/* ############################################# PRODUCT LIST #################################################*/

.Div_ProductList 
{
	padding: 5px 2px 5px 2px;
	text-align:left;
}

.Tbl_ProductList
{
	width:100%;
	border:solid 1px #000000;
	color:#07519A;
	border-collapse:collapse;
	background-color:#B1E030;
}

.Tbl_ProductList_Header
{
	background-color:#f59622;
	color:White;
	font-size:11px;
	font-family:Arial;
	text-decoration:none;
}

.Tbl_ProductList_Header_ProductName
{
	vertical-align: middle;
	border-bottom:inset 1px #000000;
	font-size:smaller;
	font-family:Arial;
}

.Tbl_ProductList_Col_ProductCode
{
	width:30%;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}

.Tbl_ProductList_Col_ProductAbstract
{
	width:70%;
	vertical-align:top;
}

.Tbl_ProductList_Seperator
{
	
	
}

/* ################################  PRODUCT DETAILS ###############################################################*/

.Div_ProductDetail
{
	text-align:center;
}

.Tbl_ProductView
{
	width:100%;
	border:solid 1px #000000;
	color:#07519A;
	border-collapse:collapse;
	background-color:#B1E030;
}

.Tbl_ProductView_Header
{
	height:20px;
	background-color:#FBF9C9;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
}

.TblProductView_Header_ProductName
{
	border:solid 1px #000000;
	background-color:#f59622;
	color:White;
	padding-left:5px;
	text-align:left;
}

.Tbl_ProductCode_Col_Item
{
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	padding-left:3px;
}

.Tbl_ProductCode_Col_Value
{
	font-family:Arial;
	font-size:12px;
}

.Tbl_ProductPrice_Col_Item
{
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	padding-left:3px;
}

.Tbl_ProductPrice_Col_Value
{
	font-family:Arial;
	font-size:12px;
}

.Tbl_ProductView_Col_Image
{
	width:25%;
	border-right:solid 1px #07519A;
	border-bottom:solid 1px black;
	padding:4px;
	text-align:center;
}

.Tbl_ProductView_Col_ProductSelectSpec
{
	width:40%;
	text-align:left;
	text-indent:5px;
	margin-top: 5px;
	border-right:solid 1px #07519A;
	border-bottom:solid 1px black;
}

.Tbl_ProductDescription
{
	border-bottom:solid 1px #07519A;
	text-align:left;
	vertical-align:top;
}

.Tbl_ProductView_Col_ProductDescription
{
	width:100%;
	padding:4px;
}

.Tbl_ProductDescription_Col_Header
{
	font-weight:bold;
	text-align:center;
	background-color:#EEEEEE;
	border-bottom:solid 1px black;
	border-top:solid 1px black;
}

.Tbl_SpecialOffer
{
	
}

.Tbl_SpecialOffer_Col_Image
{
	
}

.Tbl_SpecialOffer_Col_Description
{
	
}

.Tbl_ProductPackaging_Row
{
	width: 100%;
	font-size: 8pt;
	font-family: Verdana;
	text-align:left;
	border:solid 1px #07519A;
}

.Tbl_ProductPackaging
{
	width: 35%;
	border-bottom:solid 1px black;
}

.Tbl_ProductPackaging_Col_Header
{
	font-weight:bold;
	text-align:center;
	background-color:#EEEEEE;
	border:solid 1px black;
}

.Tbl_ProductPackaging_Col_Item
{
	width:50%;
	font-weight:bold;
}

.Tbl_ProductPackaging_Col_Value
{
	width:50%;
}

.Tbl_Quantity_Col_Item
{
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
}

.Btn_Cart
{
	border:solid 1px navy;
	background-color:#EEEEEE;
	width:64px;
	height:20px;
	font-size:11px;
}

.Txt_Quantity
{
	border:solid 1px navy;
	width:32px;
}
/*##################################### COMPONENT SPECIFICATION ###################################### */

.Tbl_Components_Spec
{
	width:100%;	
	border:solid 1px #CFCFCF;
	border-bottom:0px;
}

.Tbl_Components_Spec_Header
{
	height:20px;
	background-color:#EBF3FB;
}

.Tbl_Components_Spec_Header_Name
{
	width:150px;	
	border-bottom:solid 1px #CFCFCF;
	text-decoration:underline;
}

.Tbl_Components_Spec_Header_Cols
{
	width:100px;
	border-bottom:solid 1px #CFCFCF;
}

.Tbl_Components_Spec_Row
{
	 cursor:hand;
	 
		
}

.Tbl_Components_Spec_Cols
{
	width:100px;
	border-bottom:solid 1px #CFCFCF;
	background-color:#ffffff;
}
/* #################################### FEATURED PRODUCTS ############################################################# */

.Tbl_Featured_Products
{
	padding:2px;
	width:560px;
}

.Tbl_Featured_Products_Sub_Tbl
{
	border-right:solid 1px black; 
	border-bottom:solid 1px black;
}

.Tbl_Featured_Products_Product_Name_Col
{
	font-weight:bold;
	color:#4A3C8C;
	cursor:hand;
}

.Tbl_Featured_Products_Product_Image_Col
{
	padding:5px;
}

.Tbl_Featured_Products_Product_Image
{
	border:solid 1px black;
	cursor:hand;
}

.Tbl_Featured_Products_Product_Code_Col
{
	font-weight:bold;
	font-size:10px;
	font-family:Arial;
	background-color:#DDDDDD;
	width:50%;
}

.Tbl_Featured_Products_Product_Price_Col
{
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	background-color:#EEEEEE;
	width:50%;
}