/* Design & programming by 4cubes - www.4cubes.dk */
/* Copyright © 1999-2006 All rights Reserved */
/* Contact jan@4cubes.dk */

/************************************************************************************/
/* Root Elements                                                                    */
/************************************************************************************/

BODY
{
    font-size: 11px;
	 /*background-color: #333333;*/
	background-color:#FFFFFF;
	/*	background-image:url(images/borders-pattern.gif);*/
	background-image:url(images/bg_site.gif);
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0px;	
    font-family: Verdana, Arial, Geneva, Helvetica;
    color: #000000;
    text-align: center;
}
BODY, TABLE, TD, TH, P, DIV, H1, H2, H3, H4, H6, H7, INPUT, SELECT
{
/*  font-family: Verdana, Arial, Geneva, Helvetica;	*/
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
}
INPUT, SELECT
{
}
A:hover
{
  text-decoration: underline !important;
  color: #000000;
}
A, A:visited, A:link, A:active
{
  text-decoration: underline;
  color: #4b6e6b;
}
TABLE
{
  /*border-collapse: collapse;	
  border-spacing: 0;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;*/
}
/*TD
{
  padding: 0;
}	*/
TH
{
  border-bottom: #dddddd 1px solid;
  font-weight: bold;
  text-align: center;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 10px;
  vertical-align: bottom;
}
TH A
{
  color: #dddddd;
  text-decoration: none;
}
TH A:hover
{
  color: #003366;
  text-decoration: underline;
}
LI
{
}
UL
{
  list-style-type: square;
}


H1
{
  color: #4b6e6b;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
}
H2
{
  color: #4b6e6b;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
H3
{
  margin-top: 0px;
  color: #4b6e6b;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
}
H4
{
  color: #808080;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
H5
{
  color: #808080;
  font-size: 12px;
  font-weight: normal;
}
H6
{
}
HR
{
  width: 100%;
  color: #003366;
  height: 1px;
  text-align: center;
}
IMG
{
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  margin: 0px;
}
P
{
  margin-top: 3px;
  margin-bottom: 5px;
}
FORM
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
}
/************************************************************************************/
/* Body                                                                              */
/************************************************************************************/
CENTER { height: 100%;}
.Body
{
    width: 962px;
    height: 100%;
    /*background-position: left top;	*/
    /*background-image: url(images/lecky-banner2.gif);	*/
    /*background-repeat: repeat-x;*/
    border-right: #ffffff 5px solid;
    border-top: #ffffff 5px solid;
    border-left: #ffffff 5px solid;
    border-bottom: #ffffff 5px solid;
    text-align: left;
}
.BodyDiv
{
    width: 962px;
    height: 100%;
    /*background-position: left top;
   background-image: url(images/lecky-catalog4.gif);
    background-repeat: repeat-y;
    background-color: #ffffff;*/


}
/************************************************************************************/
/* Banner                                                                              */
/************************************************************************************/
.Banner
{
    height: 130px;
}
.Menu
{
    width: 100%;
    vertical-align: top;
}
.MenuList
{
    width: 100%;
}
.Menu .MenuTop
{
    height: 40px;
}
.Menu .MenuTop TABLE
{
    width:100%;
}
.Menu .MenuTop TD
{
    text-align: right;
    white-space: nowrap;
    padding-right: 10px;
    vertical-align: top;
}
.Menu .MenuTop A
{
    text-decoration: none;
    color: #4b6e6b;
    font-weight: bold;
}
.Menu .MenuTop .Language
{
    height: 40px;
    text-align: left;
    padding-top: 7px;
    padding-left: 20px;
}
.Menu .MenuTop .Cart
{
    height: 40px !important;
    text-align: right;
    padding-top: 10px !important;
}
.Menu .MenuTop .Cart A
{
    padding-bottom: 7px;
}
.Menu .MenuRight TD,.Menu .MenuLeft TD
{
    background-position: left top;
	/* background-image:url(images/lecky-topmenu-button.gif);*/
    background-image: url(images/lecky-topmenu.gif);		
	background-repeat: no-repeat;
    width: 105px;
    height: 50px;	
    vertical-align: middle;
    text-align: center;
}
.Menu A, .Menu A:link, .Menu A:visited, .Menu A:active
{
    color: #000000;
    width: 100px;
}
.Menu A:hover{
    color: #4b6e6b;
    width: 100px;
}
.Menu #Home
{
    background-position: center top;
    background-image: url(images/lecky-icon-home.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
	vertical-align:center;
}
.Menu #Search
{
    background-position: center top;
    background-image: url(images/lecky-icon-search.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}
.Menu #Login
{
    background-position: center top;
    background-image: url(images/lecky-icon-home.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}
.Menu #Account
{
    background-position: center top;
    background-image: url(images/lecky-icon-history.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
	
}
.Menu #History
{
    background-position: center top;
    background-image: url(images/lecky-icon-history.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}
.Menu #Favorites
{
    background-position: center top;
    background-image: url(images/lecky-icon-history.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}
.Menu #Shipping
{
    background-position: center top;
    background-image: url(images/lecky-icon-person.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}
.Menu #Contact
{
    background-position: center top;
    background-image: url(images/lecky-icon-contact.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}


.Menu DIV
{
    margin-right: 5px;
}
.Menu TD 
{
}
.Menu .MenuLeft DIV
{
}
.Menu .MenuLeft
{
    padding-left: 10px;
}

.Menu .MenuRight
{
}
.Menu .MenuRight TABLE
{
  float: right;
}
.Menu .MenuFans
{
    margin-left: 10px;
    margin-top: 14px;
}
.Menu .MenuFans TD
{
    background-position: left top;
    background-image: url(images/lecky-topmenu.gif);
    background-repeat: no-repeat;
    width: 105px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
}
/************************************************************************************/
/* Catalog                                                                          */
/************************************************************************************/
.Catalog
{
    /*background-position: right top;	*/
    background-image: url(images/lecky-catalog2.gif);
    background-repeat: repeat-y;
    vertical-align: top;
    text-align: left;
    /*width: 10% !important;	*/
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
   background-color: #ffffff;


}
.Catalog TABLE
{
/*  width: 187px;	*/
}
.Catalog A:hover
{
}
.Catalog A, .Catalog A:visited, .Catalog A:link, .Catalog A:active
{
}

.Catalog A.SelA
{
  font-weight: bold !important;
  color: #000000 !important;
}

.Catalog UL
{
  margin: 3px 0px 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  clear: both;
}
.Catalog UL LI
{
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  padding-bottom: 2px;
}
.Catalog UL LI A
{
  font-size: 11px;
  color: #555555 !important;
  width: 100%;
  font-weight: normal;
}
.Catalog UL LI A:hover
{
  color: #000000 !important;
  text-decoration: none !important;
}
.Catalog UL UL
{
  margin: 0px 0px !important;
  font-size: 11px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.Catalog UL UL LI
{
  padding-bottom: 1px;
  padding-top: 1px;
  list-style-image: url(images/n0-off.gif);
  padding-left: 0px;
  margin-left: 0px;
  list-style-position: inside;
  border-bottom: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
.Catalog UL UL LI.Sel
{
  list-style-image: url(images/n0-sel.gif) !important;
}
.Catalog UL UL A
{
  color: #333333 !important;
  font-weight: normal;
  font-size: 11px;
}
.Catalog UL UL A:hover
{
}
.Catalog UL UL A.SelA
{
}
.Catalog UL UL UL
{
  margin: 0px 0px 5px 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.Catalog UL UL UL LI
{
  list-style-image: url(images/n1-off.gif);
  padding-left: 5px;
  margin-left: 0px;
}
.Catalog UL UL UL DIV
{
  border-bottom: none;
}
.Catalog UL UL UL LI.Sel
{
  list-style-image: url(images/n1-sel.gif) !important;
  border-bottom: none;
}
.Catalog UL UL UL A
{
  color: #666666 !important;
  font-size: 10px;
}
.Catalog UL UL UL A:hover
{
}
.Catalog UL UL UL LI A.SelA
{
}
.Catalog UL UL UL UL
{
  margin: 0px 0px 5px 7px;
}
.Catalog UL UL UL UL A
{
  color: #cccccc !important;
  font-size: 10px !important;
}

.Catalog .Inp
{
  border-right: #4b6e6b 1px solid;
  border-top: #4b6e6b 1px solid;
  border-left: #4b6e6b 1px solid;
  border-bottom: #4b6e6b 1px solid;
  background-color: #ffffff;
}

.Catalog .Btn
{
background-color: #cccccc;  
/*background-color:#D61938;*/
  border-right: #4b6e6b 2px solid;
  border-top: #4b6e6b 2px solid;
  border-left: #4b6e6b 2px solid;
  border-bottom: #4b6e6b 2px solid;
  font-weight: bold;
 /* color: #ffffff;*/
}

.Catalog .AZ LI LI
{
  float: left;
  width: 12px;
  list-style-image: none;
}
.Catalog .AZ LI
{
  font-size: 11px;
  color: #555555 !important;
  width: 100%;
  font-weight: bold;
}
.Catalog .AZ
{
}

.Catalog .AZ A
{
  color: #666666 !important;
}

.Catalog .LeftMenu A
{
  font-size: 11px;
  color: #555555 !important;
  width: 100%;
  font-weight: bold;
}
.Catalog .LeftMenu A:hover
{
  color: #000000 !important;
  text-decoration: none !important;
}

.Catalog .Link IMG {
	margin-top: 5px;
}
.Catalog .Link A {
	color: #000000;
	font-size: 10px;
}
.Catalog .Link TD {
	vertical-align: bottom;
}

.Catalog .Link .ErgoLand A B {
	color: #005091;
	font-size: 11px;
}
.Catalog .Link .ErgoLift A B {
	font-size: 11px;
	color: #cccccc;
}
/************************************************************************************/
/* Main                                                                             */
/************************************************************************************/
.Main
{
  background-color: #ffffff;
/*background-color:#FF0000;*/
  vertical-align: top;
  text-align: left;
  height: 100%;
  padding-bottom: 10px;
  padding-right: 2px;
  padding-left: 10px;
  padding-top: 2px;
}
.Main .BorderTop TD
{
 border-top: #dddddd 1px solid;

}

.Main .List
{
  margin-bottom: 10px;
}
.Main .List TD
{
  padding-right: 3px;  
  padding-left: 3px;
  padding-bottom: 3px;
  padding-top: 3px; 

}
.Main .ListDim TD /* New class for dimension display */
{
/* padding-right: 3px; */
  padding-right: 30px;
  padding-left: 4px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.Main .List .Image
{
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 1px;
  padding-top: 1px; 
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid;
  height: 29px;
  width: 27px;
  background-color: #ffffff;
  vertical-align: top;
  text-align:center;  
}
.Main .List .TDCell
{
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 1px;
  padding-top: 1px;
  border-right: #dddddd 1px solid;
}
/* New class for table cell with discontinued items*/
.Main .List .TDCellmark
{
border-bottom-color:#FFFFFF;
background-color:#FFFFFF;
}

.Main .List .Image DIV
{
  width: 25px;
}

.Main .Info
{
  clear: both;
  color: #999999;
  padding-bottom: 10px;
  padding-top: 10px;
}

.Main .Inp INPUT
{
  border-right: #4b6e6b 1px solid;
  border-top: #4b6e6b 1px solid;
  border-left: #4b6e6b 1px solid;
  border-bottom: #4b6e6b 1px solid;
}

.Main .TR TD
{
  border-bottom: #dddddd 1px solid;
}
.Main .TR0 TD
{
  background-color: #f9f9f9; 
  border-bottom: #dddddd 1px solid;
 }
.Main .TR1 TD
{
  border-bottom: #dddddd 1px solid;
 }


.Main .Btn
{
     background-color: #4b6e6b !important;
   /* background-color:#595959;*/
	border-right: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    font-weight: bold !important;
    color: #ffffff !important;
    cursor: hand;
    padding-right: 1px !important;
    padding-left: 1px !important; 
    text-align: center !important;
	background-image:url(images/bckgrd-grey.gif); 
}

.Main .Btn2
{
     background-color: #4b6e6b !important;
   /* background-color:#595959;*/
	border-right: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    font-weight: bold !important;
    color: #ffffff !important;
    cursor: hand;
    padding-right: 10px !important;
    padding-left: 10px !important; 
    text-align: center !important;
	background-image:url(images/bckgrd-grey.gif); 
}
.Main .Btn3
{
     background-color: #4b6e6b !important;
   /* background-color:#595959;*/
	border-right: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    font-weight: bold !important;
    color: #ffffff !important;
    cursor: hand;
    padding-right: 12px !important;
    padding-left: 12px !important; 
    text-align: center !important;
	background-image:url(images/bckgrd-grey.gif); 
}
.Main .InfoBtn
{
	/* background-color: #585858; */
	background-image:url(images/bckgrd-blue.gif);
	background-color:#1e76c0;
    border-right: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    font-weight: bold !important;
    color: #ffffff !important;
    cursor: hand;
    padding-right: 2px !important;
    padding-left: 2px !important;
    text-align: center !important;
}
.Main TD.Inp
{
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-right: 2px;
  padding-left: 2px;
}
.Main .Error INPUT
{
  border-right: cccccc 1px solid;
  border-top: cccccc 1px solid;
  border-left: cccccc 1px solid;
  border-bottom: cccccc 1px solid;
}
.Main .Error
{
  color: #cccccc;
}
.Main .Success
{
  color: green;
}
.Main .Error A
{
  color: #330000;
  text-decoration: none;
}
.Main .Error A:hover
{
  color: #cccccc;
}

.Main .SearchHiLite
{
/*  background-color: #4b6e6b;*/
  /*Hilite Colour changed to light green shade*/
  background-color:#99ffcc;
  color: #000000;
}

.Main .FrontPage .List .Image
{
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 1px;
  padding-top: 1px;
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid;
  height: 54px;
  width: 54px;
  background-color: #ffffff;
  vertical-align: middle;
  text-align: center;
}
.Main .FrontPage .List .Price
{
  font-weight: bold;
}


/************************************************************************************/
/* Main CatalogTreeOverview (LI List)                                               */
/************************************************************************************/
.Main .CatalogTreeOverview UL
{
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.Main .CatalogTreeOverview UL A
{
	/* color: #000000 !important;*/
	color:#4b6e6b;
}
.Main .CatalogTreeOverview UL UL
{
	list-style-type: none;
	margin: 0px;
	font-size: 12px;
}
.Main .CatalogTreeOverview UL UL A
{
	/*  color: #cccccc !important;*/
	color:#4b6e6b;
}
.Main .CatalogTreeOverview UL UL UL
{
	list-style-type: none;
	margin: 0px 0px 0px 8px !important;
	/*font-size: 11px;
	font-weight: normal;*/
	font-size: 12px;
	font-weight:bold;
	padding-bottom: 0px;
}
/* New class to highlight root categories*/
/* */
.Main .CatalogTreeOverview UL UL UL A
{
	/*  color: #cccccc !important;*/
	color:#4b6e6b;
}
.Main .CatalogTreeOverview UL UL UL UL
{
	list-style-type: none;
	margin: 0px 0px 0px 8px !important;
	font-size: 11px;
	font-weight: normal;
	/*font-weight:bold;*/
	padding-bottom: 0px;
}
/* End of New classes to highlight root categories*/
.Main .CatalogAZ DIV
{
		float: left;
}
.Main .CatalogAZ UL {
	margin: 3px 30px 10px 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.Main .CatalogAZ UL LI {
	padding-left: 0px;
	margin-left: 0px;
	list-style-image: url(images/n1-off.gif);
	list-style-position: inside;
}
.Main .CatalogAZ UL LI A
{
white-space: nowrap;
  font-size: 11px;
  color: #000000 !important;
}

/************************************************************************************/
/* Main Group                                                               */
/************************************************************************************/

.Main .Groups
{
  margin-top: 0px;
  clear: both;
}
.Main .Group
{
  margin: 0px 10px 10px 0px;
  float: left;
  width: 110px;
  height: 130px;
}
.Main .Group .Title
{
  padding-bottom: 3px;
  width: 300px;
  height: 30px;
  vertical-align: bottom;
}
.Main .Group .Title H3
{
  border-bottom-style: none;
  font-size: 11px;
  margin: 0px;
}
.Main .Group .Image
{
  border-bottom: #dddddd 1px solid;
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid;
  border-top: #dddddd 1px solid;
  padding-right: 5px !important;
  padding-left: 5px !important;
  padding-bottom: 5px !important;
  width: 110px !important;
  padding-top: 5px !important;
  height: 110px !important;
  vertical-align: middle !important;
  text-align: center !important;
}
/************************************************************************************/
/* Main Catalog Header                                                               */
/************************************************************************************/

.Main .Header
{
  margin-bottom: 10px;
  border-bottom: #dddddd 1px solid;
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid;
  border-top: #dddddd 1px solid;
  width: 100%;
  background-color: #f9f9f9;
}
.Main .Header .Image
{
  border-right: #dddddd 1px solid;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 110px;
  padding-top: 5px;
  vertical-align: middle;
  text-align: center;
  background-color: #ffffff;
}
.Main .Header .Image DIV {
	width: 100px;
}
.Main .Header .Text
{
  width: 100% !important;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: top;
}
.Main .Header .Text DIV
{
  width: 100% !important;
}
/************************************************************************************/
/* Main TemplateGroup                                                               */
/************************************************************************************/
.Main .TemplateGroup H1
{
}

.Main .GroupProducts
{
  clear: both;
}
.Main .GroupProducts .Product
{
  padding-right: 15px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  float: left;
  width: 315px;
 height: 155px; 
  margin: 0px;
  position: static;
  text-align: left;

}
.Main .GroupProducts .Product TABLE
{
   border-bottom: #dddddd 1px solid; 
    /*width: 300px;
   height: 130px; */
  height: 120px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.Main .GroupProducts .Product .TabDim
{
  border-bottom: #f9f9f9 1px solid;
    /*width: 300px;
   height: 130px; */
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}



.Main .GroupProducts .Product .Image
{
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid;
  padding-right: 5px;
  padding-left: 5px;  
  padding-bottom: 0px;
  padding-top: 5px;
  vertical-align: middle;
  text-align: center;  
  height: 110px; 
  width: 110px;
}

.Main .GroupProducts .Product .Image DIV
{
  width: 100px;
}
.Main .GroupProducts .Product .Title
{
  border-bottom: #dddddd 1px solid;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 3px; 
  padding-top: 0px;
  font-size: 11px;
  /* Vertical-align=bottom;
  height: 30px; */
  vertical-align: top;
  height: 10px;
  text-align: left;
}
.Main .GroupProducts .Product .Title H3
{
  border-bottom-style: none;
  font-size: 11px;
  margin: 0px;
}
.Main .GroupProducts .Product .Text
{
  border-right: #dddddd 1px solid;
  padding-left: 5px;

  /* Change for Dimension, Price display * ; text-align=Right changed to Left */
  text-align: left;
 /* vertical-align: top;*/
  vertical-align: middle;
  padding-top: 0px;
  width: 190px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
 margin-bottom:0px;
}
.Main .GroupProducts .Product .TextDim
{
  border-right: #dddddd 1px solid;
  padding-left: 0px;

  /* Change for Dimension, Price display * ; text-align=Right changed to Left */
  text-align: Right;
 /* vertical-align: top;*/
  vertical-align: middle;
  padding-top: 0px;
  width: 190px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
 margin-bottom:0px;
}

.Main .GroupProducts .Product .BtnPurchase
{
  border-right: #dddddd 1px solid;
  padding-left: 0px;

  /* Change for Dimension, Price display * ; text-align=Right changed to Left */
  text-align: center;
 /* vertical-align: top;*/
  vertical-align: middle;
  padding-top: 0px;
  width: 190px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
  margin-bottom:0px;
}

.Main .GroupProducts .Product .Text P
{
  cursor: hand;
  height: 65px;
  font-size: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}
.Main .GroupProducts .Product .Text DIV
{
  width: 190px;
}
.Main .GroupProducts .Product .Price
{
  background-color: #f9f9f9;
  width: 140px !important;
  text-align: right;
/*  padding-right: 5px;*/
  vertical-align: middle;
}
.Main .GroupProducts .Product .Submit
{
  border-right: #dddddd 1px solid;
  background-color: #f9f9f9;
  width: 50px !important;	
  text-align: right;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px; 
 
}
.Main .GroupProducts .Product .Info
{
  background-color: #f9f9f9;
  width: 140px !important;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 4px;
}
/****************************************************************/
/* Template Photogallery */
/****************************************************************/
.Main .GroupProducts .PhotoGallery .Image
{
  border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid;
  border-top: #dddddd 1px solid;
  border-bottom: #dddddd 1px solid;
  padding-right: 5px;
  padding-left: 5px;  
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: middle; 
  text-align: center;  
}




/************************************************************************************/
/* Main Template Group List                                                            */
/************************************************************************************/
.Main .ListProcucts
{
  clear: both;
}
.Main .TemplateList H1
{
}
/************************************************************************************/
/* Main Template Product                                                            */
/************************************************************************************/
.Main .TemplateProduct H1
{
}
.Main .TemplateProduct .ImageSmall
{
  border-left: #dddddd 1px solid;
  clear: both;
  height:56px;
}
.Main .TemplateProduct .ImageSmall TABLE
{
  border-bottom: #dddddd 1px solid;
  border-right: #dddddd 1px solid;
  width: 56px;
  height:56px;
}
.Main .TemplateProduct .ImageSmall TD
{
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  vertical-align: middle;
  text-align: center;
}
.Main .TemplateProduct .ImageSmall DIV
{
  width: 56px;
  height: 56px;
  float: left;
  cursor: hand;
}
.Main .SingleProduct
{
  border-top: #dddddd 1px solid;
  border-bottom: #dddddd 1px solid;
    border-right: #dddddd 1px solid;
    border-left: #dddddd 1px solid;

  height: 415px;
  width: 100%;
}
.Main .SingleProduct .Image
{
  /* border-left: #dddddd 1px solid;
  border-right: #dddddd 1px solid; */
  vertical-align: middle;
  text-align: center;
  width: 100%;
   padding: 5px; 
}

.Main .SingleProduct .Left
{

height: 415px;
vertical-align:top;
/* border-right: #dddddd 1px solid;*/
background-color: #f9f9f9;
width: 200px;
}
.Main .SingleProduct .Text
{
/*padding: 0px;*/
padding-left:4px;
width: 190px;
/* cursor: hand; line commented to disable hand cursor in product page
font-size: 10px;*/
font-size: 12px;
margin-bottom: 0px;
margin-top: 0px;
vertical-align: top;
}
.Main .SingleProduct .Textnew
{
/*padding: 0px;*/
padding-left:4px;
width: 190px;
/* cursor: hand; line commented to disable hand cursor in product page
font-size: 10px;*/
font-size: 12px;
margin-bottom: 0px;
margin-top: 0px;

border-right-color:#dddddd 1px solid;
}

.Main .SingleProduct .Text P
{
  width: 190px;
 /* cursor: hand; line commented to disable hand cursor in product page
  font-size: 10px;*/
    font-size: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.Main .SingleProduct .File
{
  padding: 5px;
/*  border-right: #dddddd 1px solid;*/
/*  vertical-align: middle;*/
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f9f9f9;
}
.Main .SingleProduct .Order
{
  padding: 5px;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
 background-color: #f9f9f9;
 /* height:100%;*/
}
.Main .SingleProduct .Order TABLE
{
  width: 190px;
  margin-top: 5px;
  
}

.Main .SingleProduct .Order INPUT.Inp
{
  border-right: #4b6e6b 2px solid;
  border-top: #4b6e6b 2px solid;
  border-left: #4b6e6b 2px solid;
  border-bottom: #4b6e6b 2px solid;
}
.Main .SingleProduct .Order .Price TD
{
  color: #000000;
  /*font-weight: bold; */
}
.Main .SingleProduct .Order .Savings TD
{
	color: #009900;
	font-weight: bold;
}
.Main .SingleProduct .Order .PriceIncl TD
{
  color: #999999;
  font-weight: bold;
}
/************************************************************************************/
/* PopUpImage                                                                           */
/************************************************************************************/
.PopImageHidden
{
	display: none;
	z-index: 100;
	width: 0px;
	position: absolute;
	height: 0px;
	text-align: center;
	clear: none;
	float: none;
}
.PopImageLoading
{
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-right: #dddddd 1px solid;
  border-top: #dddddd 1px solid;
  border-left: #dddddd 1px solid;
  border-bottom: #dddddd 1px solid;
  background-color: #ffffff;
  z-index: 100;
  filter: alpha(opacity=50);
  position: absolute;
	display: block;
}
.PopImageDisplay
{
  filter: progid:DXImageTransform.Microsoft.Shadow(color=   '#cccccc' , Direction=135, Strength=4);
  padding: 3px;
  border-right: #cccccc 1px solid;
  border-top: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  background-color: #ffffff;
  z-index: 100;
	position: absolute;
	display: block;
}

/************************************************************************************/
/* Bottom                                                                           */
/************************************************************************************/
.Fotter
{
  background-color: #cccccc;
  color: #d3e9ff;
  vertical-align: bottom;
  text-align: left;
  width: 962px;
  height: 25px;
}
.Fotter A, .Fotter A:visited, .Fotter A:link
{
  color: white;
  text-decoration: none;
}
.Fotter A:hover
{
  text-decoration: underline;
}

.Fotter TABLE
{
  height: 25px;
  width: 962px;
}
.Fotter .4c A, .4c A:visited
{
  color: #dddddd;
  padding-right: 5px;
}
.Fotter .4c A:hover
{
  color: white;
}
/************************************************************************************/
/* Global                                                                           */
/************************************************************************************/
.R
{
  text-align: Right;
  
}

.R TABLE
{
  float: right;
}
.L
{
  text-align: Left;
}
.LDim /*New class used in dimension display */
{
text-align:left;
padding-left:3px;
padding-right:10px;
}
.C
{
  text-align: center;
}
.J
{
  text-align: justify;
}
.B
{
  font-weight: bold;
}

.NOBR
{
  white-space: nowrap;
}
.100
{
  width: 100%;
  height:inherit;
 }

.Top
{
  vertical-align: top;
}
.Middle
{
  vertical-align: middle;
}
.Bottom
{
  vertical-align: bottom;
}

.cMenu A, .cMenu A:link, .cMenu A:visited, .cMenu A:active
{
    color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width:auto;	
	text-decoration: none;
	white-space:nowrap;
}
.cMenu A:hover{
    color: #FFFF00;
    font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width:auto;	
	text-decoration: underline;
	white-space:nowrap;
}
.cMenu{
/*border-style:groove;	
background-color:#99CCCC;
width: 100px;*/
}

/* 
Simple Tab Strip Styles 
*/

.CommonSimpleTabStripTab 
{
	color: #000000;
	font-size:11px; 
	cursor:pointer;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
	height: 30px;
}

.CommonSimpleTabStripTab A:LINK, .CommonSimpleTabStripTab A:VISITED, .CommonSimpleTabStripTab A:ACTIVE, .CommonSimpleTabStripTab A:HOVER
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.CommonSimpleTabStripTabHover
{
	font-size:11px; 
	color: #000000;
	cursor:default;
	cursor:pointer !important;
	background-color: #cccccc;
	background-image: url(images/top_item_selected_bg.gif);
	background-repeat:repeat-x;
	height: 30px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
}

.CommonSimpleTabStripTabHover A:LINK, .CommonSimpleTabStripTabHover A:VISITED, .CommonSimpleTabStripTabHover A:ACTIVE, .CommonSimpleTabStripTabHover A:HOVER
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none !important;
}

.CommonSimpleTabStripSelectedTab
{
	font-size:11px; 
	font-weight: bold !important;
	color: #000000;
	cursor:default;
	cursor:pointer;
	background-color: #cccccc;
	background-image: url(images/top_item_selected_bg.gif);
	background-repeat:repeat-x;
	height: 30px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
}

.CommonSimpleTabStripSelectedTab A:LINK, .CommonSimpleTabStripSelectedTab A:VISITED, .CommonSimpleTabStripSelectedTab A:ACTIVE, .CommonSimpleTabStripSelectedTab A:HOVER
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

/* 
Tab Strip Styles 
*/

.CommonTabBar
{
	padding-left: 24px;
	margin: 0px;
  	background-color:#cccccc; 
  	height: 32px;
  	overflow: hidden;
	background-image: url(images/top_group_bg.gif);
	background-repeat:repeat-x;
}
.CommonTabBar2	/* To use new vi menu in central manu 	*/
{
	padding-left: 0px;
	margin: 0px;
  	background-color:#cccccc; 
  	height: 24px;
  	overflow: hidden;
	background-image: url(images/top_group_bg.gif);
	background-repeat:repeat-x;
}
.CommonTabBar3	/* To use new vi menu in central manu with new backgroud	*/
{
	padding-left: 0px;
	margin: 0px;
  	height: 24px;
  	overflow: hidden;
	background-image: url(images/bg_catalog.gif);
	background-repeat:repeat-x;
}
.CommonTabBarInner
{
	border-style: solid;
	border-width: 0px;
	border-left-width: 1px;
	border-color: #999999;
}.smallBoldTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}
.loginBox {
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	border: 1px solid #6699FF;
}
.CommonSimpleTabStripTabSelected
{
	border-style: solid;
	border-width: 0px;
	border-top-color:#FF0000;
	border-left-width: 0px;
	border-color: #999999;
	/*background-color:#FFFFFF;*/
	background-image: url(images/top_item_selected_bg.gif);
	border-top:none;
/*	padding: 5px 3px 5px 3px;*/
	padding-left: 16px;
	padding-right: 16px;
	text-decoration:none !important;
}

.CommonSimpleTabStripTabSelected A:VISITED, .CommonSimpleTabStripTabSelected A:LINK,.CommonSimpleTabStripTabSelected A:ACTIVE
{
text-decoration:none;
color:#000000;
}

.banner {
position:relative;
z-index: 2;
}
.ml1 {color:#1E76C0; font-size:12px; text-decoration:none; font-weight:bold;}
.groupDesc {
	font-size: 12px;
}
/* Added New Class for contact details table cell alignment*/
.contactTable
{
padding-right:160px;
 }
 .LangTemplate
 {
 background-color:#FF0000;
  border-top: #000000 2px solid;
 border-bottom: #000000 2px solid;
 
 }
 /* Classes used in language flag table. */
 .langTR
 {
  background-color:#dcedcd;
  vertical-align:middle;
  height:30px;
 }
 .langTD
 {
 background-color:#D3D3D3;
 text-align:center;
 font-weight:bold;
} 
