/*@@@@DMenu cssClasses **********************************************************************/
.DMenu_Main_TopLevel_Font_normal{font-weight:bold;font-size:9pt;font-family:Arial,helvetica;color:#018700;text-decoration:none;}
.DMenu_Main_TopLevel_Font_selected{font-weight:bold;font-size:9pt;font-family:Arial,helvetica;color:#993333;text-decoration:none;}
.DMenu_Main_TopLevel_Font_descendant_selected{font-weight:bold;font-size:9pt;font-family:Arial,helvetica;color:#993333;text-decoration:none;}

.DMenu_Main_FlatLevel_Font_normal{font-weight:normal;font-size:9pt;font-family:Arial;cursor:pointer;cursor:hand;text-align:right;}
.DMenu_Main_FlatLevel_Font_selected{font-weight:normal;font-size:9pt;font-family:Arial;cursor:pointer;cursor:hand;text-align:right;}
.DMenu_Main_FlatLevel_Font_descendant_selected{font-weight:normal;font-size:9pt;font-family:Arial;cursor:pointer;cursor:hand;text-align:right;}

.DMenu_Main_TopLevel_MouseOver_normal{color:#333333;cursor:hand;}
.DMenu_Main_TopLevel_MouseOut_normal{cursor:hand;color:#black;}
.DMenu_Main_TopLevel_MouseOver_selected{color:#333333;cursor:hand;}
.DMenu_Main_TopLevel_MouseOut_selected{color:#333333;cursor:hand;}
.DMenu_Main_TopLevel_MouseOver_descendant_selected{color:#333333;cursor:hand;}
.DMenu_Main_TopLevel_MouseOut_descendant_selected{color:#333333;cursor:hand;}
						 		
.DMenu_Main_FlatLevel_MouseOver_normal{background-color:#D3D3D3;color:#255C00;border:1px solid #9F9F9F;cursor:pointer;cursor:hand;}
.DMenu_Main_FlatLevel_MouseOut_normal{background-color:#EDEDED;color:#018700;border:1px solid #9F9F9F;cursor:pointer;cursor:hand;}
.DMenu_Main_FlatLevel_MouseOver_selected{background-color:#D3D3D3;color:#255C00;border:1px solid #9F9F9F;cursor:pointer;cursor:hand;}
.DMenu_Main_FlatLevel_MouseOut_selected{background-color:#EDEDED;color:#018700;border:1px solid #9F9F9F;cursor:pointer;cursor:hand;}
.DMenu_Main_FlatLevel_MouseOver_descendant_selected{background-color:#D3D3D3;border:1px solid #9F9F9F;color:#255C00;cursor:pointer;cursor:hand;}
.DMenu_Main_FlatLevel_MouseOut_descendant_selected{background-color:#EDEDED;border:1px solid #9F9F9F;color:#018700;cursor:pointer;cursor:hand;}

.DMenu_Main_FlatLevel_Container{border:1px solid #9F9F9F;border-collapse:collapse;}

/*****************************************************************************/
.DMenu_Products_TopLevel_Font_normal{font-weight:normal;font-size:8pt;font-family:Arial;color:black;text-decoration:none;}
.DMenu_Products_TopLevel_Font_selected{font-weight:normal;font-size:8pt;font-family:Arial;color:#FF6600;text-decoration:none;}
.DMenu_Products_TopLevel_Font_descendant_selected{font-weight:normal;font-size:8pt;font-family:Arial;color:#FF6600;text-decoration:none;}

.DMenu_Products_FlatLevel_Font_normal{font-weight:normal;font-size:8pt;font-family:Arial;cursor:pointer;cursor:hand;text-align:right;}
.DMenu_Products_FlatLevel_Font_selected{font-weight:normal;font-size:8pt;font-family:Arial;cursor:pointer;cursor:hand;text-align:right;}
.DMenu_Products_FlatLevel_Font_descendant_selected{font-weight:normal;font-size:8pt;font-family:Arial;cursor:pointer;cursor:hand;text-align:right;}

.DMenu_Products_TopLevel_MouseOver_normal{color:#FF6600;cursor:pointer;cursor:hand;}
.DMenu_Products_TopLevel_MouseOut_normal{color:black;cursor:pointer;cursor:hand;}
.DMenu_Products_TopLevel_MouseOver_selected{background-color:#FFFFFF;color:#FF6600;cursor:pointer;cursor:hand;}
.DMenu_Products_TopLevel_MouseOut_selected{background-color:#FFFFFF;color:#FF6600;cursor:pointer;cursor:hand;}
.DMenu_Products_TopLevel_MouseOver_descendant_selected{background-color:#FFFFFF;color:#FF6600;cursor:pointer;cursor:hand;}
.DMenu_Products_TopLevel_MouseOut_descendant_selected{background-color:#FFFFFF;color:#FF6600;cursor:pointer;cursor:hand;}
						 
		
.DMenu_Products_FlatLevel_MouseOver_normal{background-color:#66CC99;color:white;border:1px solid #666666;cursor:pointer;cursor:hand;}
.DMenu_Products_FlatLevel_MouseOut_normal{background-color:#E6E6E6;color:black;border:1px solid #666666;cursor:pointer;cursor:hand;}
.DMenu_Products_FlatLevel_MouseOver_selected{background-color:#66CC99;color:white;border:1px solid #666666;cursor:pointer;cursor:hand;}
.DMenu_Products_FlatLevel_MouseOut_selected{background-color:#FF6600;color:white;border:1px solid #666666;cursor:pointer;cursor:hand;}
.DMenu_Products_FlatLevel_MouseOver_descendant_selected{background-color:#66CC99;border:1px solid #666666;color:black;cursor:pointer;cursor:hand;}
.DMenu_Products_FlatLevel_MouseOut_descendant_selected{background-color:#CCCCCC;border:1px solid #666666;color:black;cursor:pointer;cursor:hand;}

.DMenu_Products_FlatLevel_Container{border:1px solid #666666;border-collapse:collapse;}

/*@@@@DMenu cssClasses **********************************************************************/

/*--@@@@@@@@@@@@@@@@@@@@@@--*/
/*--@@@ Global Classes @@@--*/
/*--@@@@@@@@@@@@@@@@@@@@@@--*/
BODY{ 
 margin:45px 0px 10px 0px;
 background: url(images/body_bg.jpg); 
 font-family: Arial, Halvetica, sans-serif;
}

/*--@@@@@@@@@@@@@@@@@@@@@@--*/
/*--@@@ Templates      @@@--*/
/*--@@@@@@@@@@@@@@@@@@@@@@--*/

/*------------------------------*/
/*-- Template : Default Page --*/
/*----------------------------*/
.tableborder{/*use for: page border*/
  	/*border:1px solid #333333;*/
	background-color:#FFFFFF;
	/*width : 100%;*/
}	
TD.CenterPanel{/*use for: Main Zone*/
 /*PADDING: 5px 5px 5px 5px;*/
 width :609px;
}
TD.LeftPanel{/*use for: Secoond Zone */
 /*PADDING: 5px 5px 5px 5px;*/
 WIDTH: 167px;
 background: #D3D3D3;
}
TD.RightPanel{/*use for: Right Zone*/
 PADDING: 5px 5px 5px 5px;
 WIDTH: 100px;
}
/*------------------------------*/
/*Template :Catagory Details*/
/*------------------------------*/
.PageName{/*use for: Catagory Page Titel */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15pt;
	font-style : normal;
	font-weight : normal;
	color : #008B01;
}
TABLE.catagory{/*use for: Catagory Page contant table*/
	width:100%;
	border:0px solid #bccoc3;
	background-color:#FFFFFF;
	padding:10px 10px 10px 20px;
}
TD.image{ /*use for: image TD in catagory TABLE */
	
}
TD.content{/ *use for: content TD in catagory TABLE */
}
.ImageAttr{}/*use for: Catagory Image */
.Text{/*use for: Catagory Description,LongDesc */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
A.Text{/*use for: Catagory Description,LongDesc links */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	text-decoration:underline;	
}
/*------------------------------*/
/*Template :C.U. Main Zone*/
/*------------------------------*/
.PanelTable{/*use for: main zone unit table */
	width:100%;
	border:1px solid #999999;
	background-color:#f4f4f4;
}
TD.titleMainZone{/*use for: main zone Title TD in PanelTable TABLE*/
   /*padding:10px 10px 2px 20px*/
}
TD.contentMainZone{/*use for: main zone content TD in PanelTable TABLE*/
     padding-top: 5px;
}
.HTMLtitle{/*use for: main zone Title */
	font-family : Arial, Helvetica, sans-serif;
	font-size :9pt;
	font-style : normal;
	font-weight : bold;
	text-align: right;
	color : #018700;
}
.HTMLtext{/*use for: main zone text */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.ProductTextNormal{/*use for: main zone date */
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #0C5F1D;
}
.mainzoneImage{
    border:0px;
    align:right;
    hspace:5;
    vspace:5;
}
.ImageAttr{}/*use for: main zone Image */
A.moreInfo{/*use for: main zone more info */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	text-align: right;
	color : #058C00;
	text-decoration: underline;
}
A.moreInfo:hover{
	color : #666666;
}
/*------------------------------*/
/*Template :Item full Details*/
/*------------------------------*/
TABLE.contentDetails{/*use for: content Details TABLE */
       width:100%;
       border:1px solid #999999;
	background-color:#f4f4f4;
}
TD.HTMLtitle{/*use for: title TD in content Details TABLE */
 padding: 10px 10px 2px 20p;
}
TD.contentDetails{/*use for: title TD in content Details TABLE */
   padding: 2px 10px 20px 20p;
   font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
/* .HTMLtitle{}/*use for: ItemName Titel --> see in main zone */
.ItemDetailsDate{/*use for: date*/
	font-family : Arial;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	color : #333333;
}
TABLE.image2{ /*can chnge the text float around the image right or left*/
  float: right;
}
.ImageAttr2{}/*use for: Image 2*/
TD.imageDescription{/*use for: Image 2 Description TD */
     text-align: center;
}
.imageDescription{/*use for: Image 2 Description */
	font-family : Arial;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}

/*--------------------------------------------------*/
/*Template : Second Zone Item  + Second zone Marqee*/
/*------------------------------------------------*/
.SecondZoneBorder{/*use for: main table*/
     /* border:0px solid #999999;*/
	padding:2px;
	background-color:#FFFFFF;
	width:100%;
}
.ModulTitle{/*use for: item Main title*/
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	text-align: right;
	color : #008800;
	background: #FFFFFF;
	padding-right:8px;
	width : 100%;
}
.ModulBoxTDStyle{/*use for: item iner TD*/
	font-family:Arial;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:bold;
}
.ModulTextBig{/*use for: item title*/
	font-family : Arial;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.ModulTextSmall{/*use for: date*/
	font-family : Arial;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.ModulTextNormal{/*use for: Image, Description, Lond Description */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;	
}
.ImageAttr{}/*use for: Sconed zone Image */
/*A.moreInfo{/*use for: second zone more info -->see Main Zone */
	
/*------------------------------*/
/*Template :products table*/
/*------------------------------*/
.productTableBorder{/*use for: main table*/
  border:1px solid #666666;
	background-color:#f4f4f4;
	padding:0px;
}
.tableTitle{/* use for: table Title row */
	background: #D3D3D3;
 	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color : #008902;
 }
.ProductTitleProducts{/*use for: TABLE title - products */
	text-align:right;
}
.ProductTitlePicture{/*use for: TABLE title text - picture*/
 text-align:center;
 padding: 0px 4px 0px 4px;
}
.ProductTitleAdd2Cart{/*use for: TABLE title text - add2Cart*/
 text-align:center;
 padding: 0px 4px 0px 4px;
}
.ProductTitleMoreDetail{/*use for: TABLE title text - moreDetail*/
  text-align:center;
	padding: 0px 4px 0px 4px;
}
.ProductTitlePrice{/*use for: TABLE title text - Price */
 text-align:center;
 padding: 0px 4px 0px 4px;
 }
 TR.Contant{
 border:1px solid #666666;
 border-spacing:1px;
}
.ProductTableStyle2{/*use for: every second row*/
  background-color: #FFFFFF;
  border-top:1px solid #666666;
}
.ProductTableStyle1{/*use for: every first row*/
  background-color: #FFFFFF;
  border-top:1px solid #666666;
}
.ProductTextBig{/*use for: product name in table*/
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;	
}
.ProductSaleinTable{/*use for: product On sale Site Description */
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	background-color:#EEEEEE;
	border:1px solid #999999;
	padding:3px;
}
/*.moreInfo{/*use for: inlareg / more Deatails pictures -->see Main Zone */
.ProductSalePriceinTable{/*use for: Product Sale Price */
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color : #000000;
	margin:0px 0px 0px 0xp;
	text-align:left;
}

/*------------------------------*/
/*Template :products 3 in line */
/*------------------------------*/
.Products3InLineTable{/*use for: main table*/
  /*border:1px solid #999999;
	background-color:#f4f4f4;
	padding:2px;
	width : 100%;*/
}
.ImageBackground{/* product images background */
 background-color: #FFFFFF;
 text-align:center
}
/*.moreInfo{/*use for: Image link , more detail  -->see Main Zone */
.ImageAttr{}/*use for: Image class*/
.mImageBackground{/* manufacture images background */
 background-color:white;
 text-align:center;
}
.mImageAttr{}/*use for: maufacture Image class*/
.Manufacture{/*use for: maufacture name */
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #215E14;
}
.ProductTitle{/*use for: product Title*/
	font-family : Arial;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	color : #028A07;
}
.ProductSalePrice3inLine{/*use for: Product Sale Price*/
	font-family : Arial;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : #C50000;
	margin:0px 0px 0px 0xp;
	text-align:center;
}
.PriceLabel{/*use for: PriceLabel*/
	font-family : Arial;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : #C50000;
	margin-right:5px
	text-align:left;
}
.ProductMarketPrice{/*use for: ProductMarketPrice*/
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #215E14;
}
.PriceMarketLabel{/*use for: PriceMarketLabel */
  font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #215E14;
	padding-right:5px;
	}
.ProductOnSale{/*use for: On sale Site Description */
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #0077B4;
	background-color:#EDF8F5;
	border:1px solid #999999;
	padding:3px;
	text-align:right;
	margin-top:3px;
}
.ProductNotes{/*use for: notes (was ProductTextNormal)*/
  color : #0C5F1D;
	font-size: 8pt;
	margin-top:5px;
	font-weight : normal;
	}

/*------------------------------*/
/*Template :products 1 in line */
/*------------------------------*/
.OneinLineTable{/*use for: main table*/
  border:1px solid #999999;
	background-color:#f4f4f4;
	padding:2px;
	width : 100%;
}
TD.productDetails{/*use for: products Detail TD */
  /*padding:15px 10px 15px 40px;*/
	width: 100%;
}
TD.imageLane{/*use for: Image and Icons table TD */
 background-color: #FFFFFF;
 /*padding:15px 15px 15px 10px;*/
 width: 160px;
}
/*.ImageBackground{}/* product images background --> see in products 3 in line*/
/*.moreInfo{/*use for: Image link , more info -->see Main Zone */
.mImageBackground{/* manufacture images background */
  background-color:white;
  text-align:center;
}
.ImageAttr{}/*use for: Image class*/
.mImageAttr{}/*use for: maufacture Image class*/
.IconsBox{/*use for: Icons Divition */
  margin:0px 5px 0px 0px;
	padding:2px;
	border:0px solid #f4f4f4;
	text-align:center;
	margin-top:5px;
}	
.ProductTitle{}/*use for: Product name --> see in products 3 in line */
.productSubTitle{/*use for:  titles: Product Code, Date , manufactureName, DelivaryTime, quantity*/
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	padding-left: 5px;
}
/*.ProductNotes{}/*use for: Product notes --> see in products 3 in line */
/*.ProductTextNormal{/*use for: text: Product Code, Date , manufactureName, ---> see main zone*/
.ProductOnSale{/*use for: On sale Site Descrioption */
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #0077B4;
	background-color:#EDF8F5;
	border:1px solid #999999;
	padding:3px;
}
.ProductSalePrice1inLine{/*use for: Product Sale Price */
	font-family : Arial;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	color : #C50000;	
}
.ProductSalePriceLable{/*use for:Product Sale Price Lable */
	font-family : Arial;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	color : #CC0000;
	margin-right:5px;
	text-align:right;
	padding-left:5px;
}
.ProductMarketPrice1inLine{/*use for: market Price */
  font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #215E14;
	
}
.MarketPriceLable{/*use for: MarketPriceLable */
  /*margin-right:5px;
	padding-left:5px;*/
}
.DeliveryTime{/*use for: Product DeliveryTime Content */
 	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #215E14;
	padding-top: 10px;
}
.DeliveryTimeLable{/*use for: Product DeliveryTime Lable */
 /*margin-right:5px;*/
}
.quantity{/*use for: quantity in stock Contet */
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #215E14;
	padding-bottom:: 0px;
}
.quantityLable{/*use for: quantity in stock Lable */
 /*margin-right:5px;*/
}
.ProductDescription{/*use for: Description was ProductTextSmall*/
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	font-stretch : normal;
}

/*------------------------------*/
/*Template :product Detail */
/*------------------------------*/
.ProductDetailsBorder{/*use for: main table*/
  border:1px solid #bccoc3;
	background-color:#999999;
	padding:2px;
	width : 100%;
}
/*.ImageBackground{}/* product images background --> see in products 3 in line*/
.ImageAttr2{}/*use for: Image 2  class*/
.ImageAttr{}/*use for: Image  class*/
/*.mImageBackground{}/* manufacture images background --> see products 1 in line*/
.mImageAttr{}/*use for: maufacture Image class*/
A.ButtonsText{/*use for: Icon Image - add2Cart*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	text-align: right;
	color : #000000;
	text-decoration: none;
}
A.ButtonsText:hover{
	color : #993333;
}
TD.longDescription{/* product long description TD */
	padding: 10px;
}
/*.ProductTitle{}/*use for: Product name --> see in products 3 in line */
/*.ProductTextNormal{}/*use for: product code,date,manufacture name,notes,delivery,quantity, long Description  ---> see main zone**/
/*.productSubTitle{}/*use for: titles:product code,date,manufacture name,notes,delivery,quantity --> see in products 1 in line*/
/*.ProductOnSale{}/*use for: On sale Site Description --> see in products 1 in line*/
/*.ProductSalePrice{}/*use for: Product Sale Price --> see in products 3 in line */
/*.ProductSalePriceLable{}/*use for:ProductSalePriceLable --> see in Products 1 in line */
/*.ProductMarketPrice{}/*use for: market Price ---> see in Products 3 in line*/
/*.MarketPriceLable{}/*use for: Market Price Lable --> see in Products 1 in line*/
/*.ProductTextSmall{}/*use for: Description  --> see in Products 1 in line*/
/*.IconsBox{}/*use for: Icons Divition  --> see in Products 1 in line */
/*TD.productDetails{}/*use for: products Detail TD --> see in Products 1 in line*/

/*------------------------------*/
/*Template : Contact us Form */
/*------------------------------*/
TABLE.contactFormTitle{/*use for: Form Titleand description TABLE*/
 	border:0px solid #999999;
	background-color:#FFFFFF;
	padding:2px;
	width : 100%;
}
TD.formTitle{/*use for: Form Title TD*/
  width: 100%;
}	
/*.HTMLtitle{}/*use for: Form Name --> see in main zone */
.ContactUsFormBorder{/*use for: Form table*/
 	border:1px solid #bccoc3;
	background-color:#f4f4f4;
	padding:2px;
	width : 100%;
}
TD.ContactFormTitles{/*use for: form sub titles TD*/
 /*background-color:#f4f4f4;*/
 }
.ContactFormTitles{/*use for: form sub titles text*/
	font-family : Arial, Helvetica, sans-serif;
	font-size :9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	}
TD.ContactFormButtons{/*use for: form input TD*/
    padding-right:140px;
 	}
.ContactFormInputs{/*use for: form input TD*/
 	font-family : Arial, Helvetica, sans-serif;
	font-size :9pt;
	font-style : normal;
	font-weight : normal;
	border:1px solid #325F1A;
	color : #000000;
	}
	
.OrderContactFormInputs
{/*use for: form input TD*/
 	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	font-style : normal;
	font-weight : normal;
	border:1px solid #325F1A;
	color : #000000;
	 width: 140px;
}
TABLE.buttonsTable{/*use for: form buttons Table*/
	 border: 0px solid black;
	 width: 30%;
	 	 
}
.btnright{
 	text-align: left;
}
.btnmain{
}
.btnleft{
	text-align: right;
}
A.MainButton{/*use for: form buttons text*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
	text-decoration: none;
	cursor:hand;
}

/*------------------------------*/
/*Template : Shopping Cart    */
/*------------------------------*/
.PageName{}/*use for: title --> see in Catagory Details*/
.Text{}/*use for: Description, payment naem --> see in Catagory Details*/
.sectionTitle{/*use for: section title*/
  font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
  font-weight:bold;
	}
.HTMLtext{}/*use for: section text  --> see in main zone*/
.shoppingCartBorder{/*use for: price Table*/
 border:1px solid #bccoc3;
	background-color:#f4f4f4;
	padding:2px;
	width : 100%;
}
.ProductMycartTitle{/*use for: total cost title TD */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color : #000000;
	
}
.MycartPrice{/*use for: total price TD */
  font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : #000000;
	width : 15%;
}
.MainButton{}/*use for: form buttons --> see in Contact Us Form*/
.MycartPanelTitle{/*use for: total cost title TD*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.ContentTD{/*use for: title and sale  TD*/
	background-color : #FFFFFF;
	}
A.ProductNameTableStyle{/*use for: title and sale  TD*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	color : #336699;
	text-align: center;
	}
/*.ProductOnSale{}/*use for: On sale Cart Description --> see in products 1 in line*/
.subTotalPrice{/*use for: subTotalPrice */
  background-color : #FFFFFF;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	}
.MycartPriceDesc{/*use for: Tax name*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.ModulTextSmall{}/*use for: Descripton --> see in second Zone Item*/ 
.formStyle{/*use for: form */ 
  margin-left:10px;
	}
.CartPaymentsPrice{/*use for: total Payments */
  font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color:red
	width : 15%;
}


/*------------------------------*/
/*-- Template : Forum Page   --*/
/*----------------------------*/
.HTMLtitle{}/*use for: Item Title --> see in main zone */
.HTMLtext{}/*use for: Item Description  --> see in main zone*/

/*------------------------------*/
/*Template :Main Zone Gallery  */
/*----------------------------*/
.GalleryTableFirst{}/*use for: ImageDescription2*/
.GalleryTable{}/*use for: ImageDescription2*/
.HTMLtitle{}
/*main teble  style="padding-right:10px;"*/
/*second teblestyle="padding:0px;"*/
/*table cell style="padding-left:0px;padding-right:0px;"*/
.outerTable{}/*style="padding:0px;text-decoration:underline;color:#75654E;"*/
/*DHTML style - onmoouseOver/onmouseOut*/
.hidden_div{}/*style="display: none;" */



/*--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*--@@@ Template : Main Panel  @@@--*/
/*--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*-- Header                  --*/
/*----------------------------*/
TD.topMenu{/*use for: top menu TD*/
	background: #EDF8F5 url(images/buttons_background.jpg) top left x-repeat;
}
TD.sideTopBar{/*use for: header right panel TD*/
	background: #EDF8F5 url(images/buttons_background.jpg) top left x-repeat;
	text- align :center;
}

/*-- Footer                  --*/
/*----------------------------*/
.Copyright{/*use for: copyrrights*/
	font-family : Arial, Helvetica, sans-serif;
	font-size :8pt;
	font-style : normal;
	font-weight : normal;
	text-align: center;
	color : #ffffff;
}

/*-- miscs messages          --*/
/*----------------------------*/
TD.ModulBoxTDStyle{}/*use for: top page message TD --> see in second Zone item*/

/*-- Products Menu           --*/
/*----------------------------*/
.productMenuBorder{/*use for: Menu Table*/
 	border:0px solid #999999;
	padding:2px;
	width : 100%;
}
TD.ModulTitle{}/*use for: Table caption --> see in second Zone item*/
TD.ModulBoxTDStyle{}/*use for: product menu --> see in second Zone item*/
/* css for product menu table
	 menu TD in top of this page
*/

/*-- Navigation Path         --*/
/*----------------------------*/
.NavigationBarStyleArrow{/*use for: navigation path arrow*/
	font-family : Arial, Helvetica, sans-serif;
	font-size :9pt;
	font-style : normal;
	font-weight : noraml;
	text-align: right;
	color : #058C00;
}
A.NavigationBarStyle{/*use for: navigation path text*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : noraml;
	text-align: right;
	color : #058C00;
	text-decoration: underline;
}
A.NavigationBarStyle:hover{/*use for: navigation path text over*/
	color : #666666;
}
HR.navigationTop{
	color: white;
	size: 0px;
}
HR.navigationBottom{
	color: white;
	size: 1px;
	widh:20%;
}
/*-- sub Catagories Table    --*/
/*----------------------------*/
.subCatagoriesTable{/*use for: table */
 	border:0px;
	width:100%;
	} 
.subCatagoriesInnerTable{/*use for: inner table */
 	border:0px;
	width:100%;
	background-color:#FFFFFF;
	}
A.TableCell{/*use for: catagory link*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	text-align: right;
	color : #000000;
	text-decoration: underline;
}
A.TableCell:hover{/*use for: catagory link*/
	color : #333333;
}

/*-- Search result           --*/
/*----------------------------*/
.PageName{}/*use for: Title --> see in Catagory Details*/
.SearchResultSubTitle{/*use for: sub Title */
  font-weight:bold;
	font-size:9pt;
	font-family:Arial,helvetica;
	color:#99999;
	text-decoration:none;
	}
HR.searchHR{/* use for: search result seperator line*/
  color: #63ACDC;
	size:1;
	} 
A.searchLink{/* use for: goto item */
 color:#058C00;
 font-size:10pt;
 font-family:Arial;
 font-weight:bold;
 }
.ProductDescriptionTitle{/* use for: Item name */
  color:#000000;
  font-weight:bold;
	}
.HTMLtext{}/*use for:description, item in Catagories  --> see in main zone*/
.catagoriesList{/*item in Catagories */
 font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	text-align: justify;
	color : #000000;
	}
UL.catagoriesList{/* Catagories list */
 margin:0 30px 10px 0px;
 }
/*LI.HTMLtext/* Catagories list item --> see in main zone*/

/*-- Login Panel             --*/
/*----------------------------*/
.LoginTable{/*use for: paenl Table */
 	border:0px solid #999999;
	padding:0px;
	width : 100%;
	background: #FFFFFF url(images/client.jpg) top left repeat;
	margin-top: 0px;
	height: 19px;
}
TD.membertitle{/*use for: panel Title*/
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	font-weight: bold;
	vertical-align : middle;
	width: 120px;
	padding-right: 10px;
}
TD.loginBox{/*use for: panel TD*/
 padding:0px;
}
.memberName{/*loged member name */
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	padding:5px;
	text-align:center;
}
A.PanelLink{/*use for: upadte member details*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight :  normal;
	text-align:center;
	color : #058C00;
}
A.userLogout{/*use for: logout A.PanelLink */
  font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight:normal;
	text-align:center;
	color : #058C00;
	}
.PanelError{/*use for:Error message */
	font-family : Arial;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color:red;
}
.MemberLoginName{/*use for:member login name */ 
  width:50px;
	height:20px;
	}
/*.ModulTextNormal{}/*use for: user name and password --> see in secondery zone item */
.LoginFormInputs{/*use for: input fileds */
	font-family : Arial, Helvetica, sans-serif;
	font-size :9pt;
	font-style : normal;
	font-weight : normal;
	color : #999999;
	width :60;
	}
.MemberLoginPwd{/*use for: login password */
 width:50px;
 height:20px;
 }
.loginButten{}/*use for: login butten*/
A.registration{/*use for: registration */
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	vertical-align:bottom;
	color : #000000;
}
A.forgetPwd{/*use for: forget password */
	vertical-align:bottom;
}
 

/*-- UserDetails            --*/
/*---------------------------*/
.PageName{}/*use for: Title new member/update details --> see in Catagory Details*/
.errorMessage{/*use for: error Message */
  font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	text-align: justify;
	color:red;
}
.newUserMsg{/*use for:message fo new register user */
  font-family : Arial, Helvetica, sans-serif; 
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	background-color:#EDF8F5;
	border:1px solid #CCCCCC;
	padding:3px;
}
.memberMsg{}/*use for: message for register member*/
.UserDetailsForm{}/*use for: user Detail Form*/
TABLE.subTitleTable{/*use for: header section table */
  border:0px solid #bccoc3;
	background-color:#f4f4f4;
	padding:2px;
	width : 100%;
}
.UserDetailsTitle{/*use for: user Detail sub Title */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
TABLE.fieldsTable{/*use for: user Detail filesd table */
  border:1px solid #bccoc3;
	background-color:#f4f4f4;
	padding:2px;
	width : 100%;
}
TD.FieldCaption{/*use for: fields caption TD*/
 width: 150px;

 font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	text-align: justify;
	color : #000000;
 }
DIV.FieldCaption{/*use for: fields caption text */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	text-align: justify;
	color : #000000;
}
TD.FieldError{/*use for: fields error TD */
 background-color: #FFFFFF;
 }
DIV.FieldError{/*use for: fields error test */
	font-family : Arial;
	font-size : 7pt;
	font-style : normal;
	font-weight : normal;
	color:red;
}
INPUT.FieldInput{}/*use for: fields INPUT */
.FieldHelp{/*use for: field Help */
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.FieldHelpStar{}/*use for: field Help Star */
  color:red;
	font-size:17px;
	}
/*.text{}/*use for: Payment Name, credit card info section --> see in Catagory Details */
/*.sectionTitle{}/*use for: Section Title --> see in Shopping cart*/
/*.HTMLtext{}/*use for: Section Text --> see in main zone */
/*remove style from :PaymentTypeDescription*/
.ListOfProducts{}/*use for: credit card inf section table*/
.buttonsTable{/*use for: form buttons Table */
  text-align: center;
	border: 0px;
	width: 100%;
	}
.MainButton{}/*use for: form buttons --> see in Contact Us Form*/

/*-- Shopping Cart Status   --*/
/*---------------------------*/
.CartStatus{/*use for: cart status main divition */ 
 margin-bottom:5px;
}
TABLE.CartStatusTable{/*use for: cart status table */
 border:0px solid #bccoc3;
	background-color:#FFFFFF;
	padding:2px;
	width : 100%;
}
.ModulTitle{}/*use for: shopping cart page title*/
.PanelText{}/*use for: products in cart title */
 text-align:center;
 }
/*.ModulTextBig{}/*use for: products in cart text --> see in Second Zone Item*/
A.ModulTextBig{/*use for: empty cart / view cart */
 	font-family : Arial;
	font-size : 10pt;
	font-style : normal;
	font-weight:bold;
	color : #000000;
	text-decoration:none;
	text-align :center;
}
Table{
font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-weight:normal;
	color : #000000;
	text-decoration:none;
	text-align :right;
}
 
/*-- ProductSalePrice       --*/
/*---------------------------*/ 
/* no style  */ 


/* check wher is ImageAttr */ 