﻿/*----------------Tabs style--------------------------*/
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	margin: 0px 1px 0px 0px;	
	background:url(../images/butonbg.JPG) repeat-x;
	list-style: none;
	border-left: solid 2px #e7e7e7;
	border-bottom: solid 2px #e7e7e7;
	border-top: solid 2px #e7e7e7;
	border-right: solid 2px #e7e7e7;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family:Trebuchet MS;
	font-style:italic;
	font-size:11px;
	color:White;
	font-weight:bold;
	padding: 0px 3px 0px 3px;
}

.TabbedPanelsTabHover 
{
    	color:#E7E7E7;
	background-color: #eee;
}

.TabbedPanelsTabSelected {
	background-color: #fff;
	color:#924f1d;
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
	color: blue;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#404040;
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #fff;
}

.TabbedPanelsContent {
	padding: 4px;
	text-align:left;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 100%;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/* #################################### CATEGORY BROWSE ############################################################# */

.navAnchor 
{
	text-decoration:none;
	color :White;
}
.navAnchor:hover 
{
	color : #693000;
}
.catAnchor
{
    font-family:Trebuchet MS;
    font-weight:bold;
    font-size:11px;
	text-decoration:none;
	font-style:italic;
	color :#ffa85b;
}
.catAnchor:hover 
{
	color : #693000;
}

.Div_Products
{
	text-align:center;
}

.Tbl_CategoryHierarchy
{
	width:100%;
	color:#363636;
	border-collapse:collapse;
	text-align:left;
	border:solid 2px #e7e7e7;
}

.Tbl_CategoryHierarchy_Header
{
	background-color:White;
	height: 25;
}

.Tbl_CategoryHierarchy_Header_Navigation
{
	background-image: url(../images/butonbg.jpg);
	background-repeat:repeat-x;
	color:White;
	font-family:Trebuchet MS;
	border-bottom:solid 1px #e7e7e7;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	font-style:italic;
}

.Tbl_CategoryHierarchy_Col_CategoryName
{
	width:50%;
	border-bottom:solid 1px #e7e7e7;
	font-family:Trebuchet MS;
	font-size:11px;
	font-style:italic;
	color:#ffa85b;
}

/* ############################################# PRODUCT LIST #################################################*/

.Div_ProductList 
{
	padding: 5px 2px 5px 2px;
	text-align:left;
}

.Tbl_ProductList
{
	background: #FFFFFF;
	border:solid 1px #cccccc;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
	width:100%;
}

.Tbl_ProductList_Header
{
	color:White;
	text-decoration:none;
}

.Tbl_ProductList_Header_ProductName
{
	background-image: url(../images/butonbg.jpg);
	color:White;
	border:solid 1px #A0A0A0;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	width: 100%;
	text-align:center;
}

.Tbl_ProductList_Col_ProductCode
{
	width:30%;
	height:120px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	border:solid 1px #A0A0A0;
}

.Tbl_ProductList_Col_ProductAbstract
{
	width:100%;
	vertical-align:top;
	font-size:8pt;
	font-family:Verdana; 
	color:#000000;
	padding-left:5px;
	border:solid 1px #A0A0A0;
}

.Tbl_ProductList_Seperator
{
	
	
}

/* ################################  PRODUCT DETAILS ###############################################################*/

.Tbl_ProductView
{
	width:100%;
	border:solid 2px #e7e7e7;
	color:#07519A;
	border-collapse:collapse;
	text-align:left;
}

.Tbl_ProductView_Header
{
	background-color:#378E09;
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
}

.TblProductView_Header_ProductName
{
	background-image: url(../images/butonbg.jpg);
	color: White;
	border:solid 2px #e7e7e7;
	font-family:Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 100%;
}

.Tbl_ProductCode_Col_Item
{
	font-weight:bold;
	font-family:Verdana;
	font-size:10px; 
	text-align:left;
}

.Tbl_ProductCode_Col_Value
{
	font-family:Verdana;
	font-size:10px;
	text-align:left;
}

.Tbl_ProductPrice_Col_Item
{
	font-weight:bold;
	font-family:Verdana;
	font-size:10px;
}

.Tbl_ProductPrice_Col_Value
{
	font-family:Verdana;
	font-size:10px;
	text-align:left;
}

.Tbl_ProductView_Col_Image
{
	width:350px;
	height:260px;
	border:solid 1px #CCCCCC;
	padding:1px;
	text-align:center;
}

.Tbl_ProductView_Col_ProductSelectSpec
{
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	border:solid 1px #A0A0A0;
	text-align:center;
	vertical-align:middle;
}

.Tbl_ProductDescription
{
	text-align:left;
	vertical-align:top;
	font-family:Verdana;
	font-size:11px;
	border:solid 1px #CCCCCC;
}

.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
{
    width:50%;
    text-align:right;
}
.Tbl_SpecialOffer_Col_Type
{
    text-align:left;
}

.Tbl_SpecialOffer_Col_Description
{
	
}

.Tbl_ProductPackaging_Row
{
	width: 100%;
	font-size:12px;
	font-family:Trebuchet MS;
	text-align:left;
	border:solid 1px #E7E7E7;
}

.Tbl_ProductPackaging
{
	width: 30%;
	
}

.Tbl_ProductPackaging_Col_Header
{
	text-align:center;
	font-family:Trebuchet MS;
	font-size:12px;
	border:solid 1px #e7e7e7;
	color:#5b3219;
	font-weight:bold;
	font-style:italic;
	
}

.Tbl_ProductPackaging_Col_Item
{
	width:50%;
	font-weight:bold;
}

.Tbl_ProductPackaging_Col_Value
{
	width:50%;
}

.Tbl_Quantity_Col_Item
{
	font-weight:bold;
	font-family:Verdana;
	font-size:10px;
}

.Btn_Cart
{
	border:solid 1px #CCCCCC;
	background-color:#EEEEEE;
	width:150px;
	height:20px;
	font-size:10px;
}

.Txt_Quantity
{
	border:solid 1px navy;
	width:32px;
}

.TdTopCategory div
{
	height:20px
}

.Tbl_CategoryHierarchy_Col_CategoryName
{
	width:50%;
	color:#AAAAAA;
}

.Tbl_CategoryHierarchy_FieldSet
{
	text-align:left;
	vertical-align:top;
	border:solid 1px #e85d0c;
	vertical-align:middle;
	font-size:10px;
	color:#ffa85b;
	height:130px;
}

.Tbl_CategoryHierarchy_FieldSet A
{
	color:#646464;
}

.Tbl_ProductList_Col_ProductComponents
{
	width:100%;	
}
/*##################################### 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;
}