
BODY 
{
	scrollbar-arrow-color:#B180AA;
	scrollbar-track-color:#C3CFE5;
	scrollbar-shadow-color:#B180AA;
	scrollbar-face-color:#C3CFE5;
	scrollbar-highlight-color:#B180AA;
	scrollbar-darkshadow-color:#C3CFE5;
	scrollbar-3dlight-color:#B180AA;
	font-family: Arial, sans-serif, Verdana;
}
A
{
	text-decoration: none;
}
 
 
/*---- General Classes ----*/

/* Use this for the background of the whole window */
.BodyBg
{
	background-color:#FFFFFF;
	background-image:url(../images/bgr.jpg)
}

/* The table that contains the site */
.MainTable
{
    background-color: #FFFFFF;
    border: 1px solid #235C7A;
}
/* Homepage - the outer table that contains the text section */
.HomeOuterContentTableRtl
{
}
.HomeOuterContentTableLtr
{
}
/* Homepage - the inner table that contains the text section */
.HomeInnerContentTableRtl
{
}
.HomeInnerContentTableLtr
{
	width:100%
}
/* Homepage - the text section */
.HomeTextTableRtl
{
	padding-right:5px;
	padding-left:5px;
	padding-bottom:10px;
}
.HomeTextTableLtr
{
	padding-right:5px;
	padding-left:5px;
	padding-bottom:10px;
	
}
/* The outer table that contains the text section */
.OuterContentTableRtl
{
	padding-top:15px;
	padding-right:25px;
	padding-left:25px;
}
.OuterContentTableLtr
{
	padding-top:15px;
	padding-right:25px;
	padding-left:25px;
	
}
/* The inner table that contains the text section */
.InnerContentTableRtl
{
	width:100%;
	padding-top:15px;
	padding-right:25px;
	padding-left:25px;
}
.InnerContentTableLtr
{
	width:100%;
	padding-top:15px;
	padding-right:25px;
	padding-left:25px;
}
.PopUpTable
{
	padding: 10px;
	border: 1px solid #103079;
	background-color: #FFFFFF;
}
/* Default text */
.Body, A.Body:Link, A.Body:Visited
{
    font-size:12px;
    color: #1A3340;
    font-weight : normal;
    text-decoration: none;
}
A.Body:Hover
{
    color:#3C82AB;
    text-decoration: underline;
}
/* Bold text */
.TextBold, a.TextBold:Link, a.TextBold:Visited
{
    font-size:12px;
    color: #103079;
    font-weight : bold;
    text-decoration: none;
}
a.TextBold:Hover
{
    font-size:12px;
    color: #3C82AB;
    font-weight : bold;
    text-decoration: underline;
}
/* Page header */
.Header
{
    font-size:14px;
    color: #214F5F;
    font-weight : bold;
}
.HeaderText
{
    font-size:15px;
    color: #4682b4;
    font-weight : bold;
}
/* Sub header */
.SubHeader, A.SubHeader:Link, A.SubHeader:Visited
{
    font-size:12px;
    color: #214F5F;
    font-weight :bold;
    text-decoration: none;
}
A.SubHeader:Hover
{
    font-size:12px;
    color: #3C82AB;
    font-weight :bold;
    text-decoration: none;
}
/* Button */
.Button 
{
    border-style: solid;
    border-width:0;
	background-color:#3C82AB;
	font-size:12px;
	font-weight : bold;
	color: #FFFFFF;
	text-align:center;
	cursor: hand;
	padding-right:6px;
	padding-left:6px;
}
/* Default link */
A.SmallLink:link, A.SmallLink:visited
{
	color: #1A3340;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.SmallLink:hover 
{
	color: #3C82AB; 
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
/* Another link */
A.SmallLink2:link, A.SmallLink2:visited
{
	color: #1A3340;
	font-size:12px; 
	text-decoration: underline;
	font-weight:bold;
}
A.SmallLink2:hover 
{
	color: #3C82AB; 
	font-size:12px; 
	text-decoration: underline;
	font-weight:bold;
}
.ImageLink, A.ImageLink:link, A.ImageLink:visited
{
    text-decoration: none;
    color: #1A3340;
	font-size:11px; 
	text-decoration: normal;
	font-weight:bold;
}
A.ImageLink:Hover
{
    text-decoration: none;
    color: #3C82AB;
	font-size:11px; 
	text-decoration: normal;
	font-weight:bold;
}
/* Dividers between list items */
.Divider1
{
	background-color: #3C82AB;
}
.Divider2
{
    background-color: #1A3340;
}
/* Form input */
.InputField 
{
    border: 1px solid #10491F; 
	font-size:12px;
	background-color:#ffffff;
	color:#1A3340;
}
.CheckBox
{
    border: 0px; 
	font-size:12px;
	background-color:#ffffff;
	color:#1A3340;
}
/* Small link next to icons (like print, send etc) */
A.IconLink:link, A.IconLink:visited
{
	color: #1A3340;
	font-size:12px; 
	text-decoration: none;
	font-weight:bold;
}
A.IconLink:hover 
{
	color: #3C82AB; 
	font-size:12px; 
	text-decoration: none;
	font-weight:bold;
}
/* Error Message */
.ErrorMessage
{
    font-size:12px;
    color: #FF0000;
    font-weight : normal;
}
.ErrorMessageLarge
{
    font-size:13px;
    color: #FF0000;
    font-weight : normal;
}
/* Marks required fields */
.Required
{
    font-size:12px;
    color: #FF0000;
}
.Border1
{
    border: 1px solid #3C82AB;
    border-collapse: collapse;
}
.Border2
{
    border: 1px solid #4682b4;
    border-collapse: collapse;
}


/*---- Contact Us ----*/
.ContactDivider
{
	background-color:#1E8C3C;
}


/*---- SpecialOffer ----*/

.SpecialOfferBox, a.SpecialOfferBox:Visited
{
    font-size:12px;
    color: #000000;
    font-weight : normal;
    text-decoration: none;
}
a.SpecialOfferBox:Hover
{
    font-size:12px;
    color: Green;
    font-weight : normal;
    text-decoration: none;
}


/*---- News ----*/

.NewsBox
{

}
.NewsTitleRtl
{ 
    font-size:12px;
    color: #103079;
    font-weight : bold;
	background-image:url(../images/english/bgr_news.gif);
	background-repeat:no-repeat;
}
.NewsTitleLtr
{ 
	font-size:12px;
    color: White;
    font-weight : bold;
	background-image:url(../images/english/bgr_news.gif);
	background-repeat:no-repeat;
}
.NewsTextBold, a.NewsTextBold:Link, a.NewsTextBold:Visited
{
    font-size:12px;
    color: #3C82AB;
    font-weight : bold;
    text-decoration: none;
}
a.NewsTextBold:Hover
{
    font-size:12px;
    color: #1A3340;
    font-weight : bold;
    text-decoration: none;
}


/*---- Member Login ----*/

.MemberLoginTable
{
    border: 0px solid #17117d;
	background-color:#ffffff; 
	/*background-image:url(../images/bgrMemberLogin.gif);*/
}
.MemberLoginTitle
{ 
    font-size:12px;
    color: #FFFFFF;
    font-weight : bold;
	background-color:#1E8C3C;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(../images/bgrMemberLoginTitle.gif);*/
}
.MemberLoginText, a.MemberLoginText:Link, a.MemberLoginText:Visited
{
    font-size:12px;
    color: #1A3340;
    font-weight : bold;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a.MemberLoginText:Hover
{
    font-size:12px;
    color: #3C82AB;
    font-weight : bold;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.MemberLoginSmallText
{ 
    font-size:11px;
    color: #1A3340;
    font-weight : bold;
}
.MemberLoginButton 
{
    border-style: solid;
    border-width:0;
	background-color:#3C82AB;
	font-size:12px;
	font-weight : bold;
	color:#ffffff;
	text-align:center;
	padding-right: 7px;
	padding-left: 7px;
	cursor: hand;
}



/*---- News Letter ----*/

.NewsLetterTable
{
    border: 0px solid #17117d;
	background-color:#ffffff; 
	/*background-image:url(../images/bgrNewsLetterTable.gif);*/
}
.NewsLetterTitle
{ 
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
	background-color:#1E8C3C;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(../images/bgrNewsLetterTitle.gif);*/	
}
.NewsLetterText, a.NewsLetterText:Link, a.NewsLetterText:Visited
{
    font-size:12px;
    color: #1A3340;
    font-weight : bold;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a.NewsLetterText:Hover
{
    font-size:12px;
    color: #3C82AB;
    font-weight : bold;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.NewsLetterButton 
{
    border-style: solid;
    border-width:0;
	background-color:#3C82AB;
	font-size:12px;
	font-weight : bold;
	color:#ffffff;
	text-align:center;
	padding-right: 7px;
	padding-left: 7px;
	cursor: hand;
}



/*---- Products ----*/

.ProductBoxTop
{
	background-color:#FFFFFF;
}
.ProductBoxMiddle
{
	background-color:#FFFFFF;
}
.ProductBoxBottom
{
	background-color:#FFFFFF;
}
.ProductHeader
{
    font-size:13px;
    color: #1E8C3C;
    font-weight : bold;
    height: 24px;
    vertical-align: middle;
}
.ProductHeaderIndex, A.ProductHeaderIndex:Link, A.ProductHeaderIndex:Visited
{
    font-size:12px;
    color: #1A3340;
    font-weight :bold;
    text-decoration: none;
}
A.ProductHeaderIndex:Hover
{
    font-size:12px;
    color: #3C82AB;
    font-weight :bold;
    text-decoration: none;
}
.ProductPicBorder
{
    border: 0px solid #103079; 
}
A.ProductsIconLink:link, A.ProductsIconLink:visited
{
	color: #1A3340;
	font-size:12px; 
	text-decoration: none;
	font-weight:bold;
}
A.ProductsIconLink:hover 
{
	color: #3C82AB;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}
.ProductDetailsTable
{
    background-color: #ffffff;
}
.ProductPrice
{
	color: #1A3340;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}
.ProductSalePrice
{
    color: #ff3333;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}
.RelatedProductsBox
{
	border: 1px solid #3C82AB;
}
.RelatedProductsHeaderRtl
{
	color: #FFFFFF;
    background-color: #3C82AB;
	font-size:12px;
	font-weight:bold;
	padding-left: 25px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.RelatedProductsHeaderLtr
{
	color: #FFFFFF;
    background-color: #3C82AB;
	font-size:12px;
	font-weight:bold;
	padding-left: 8px;
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*---- Pager for the Products list/Picture gallery ----*/
.Pager
{
}
A.PagerLink:Link, A.PagerLink:Visited
{
	color: #1A3340;
	font-size:12px; 
	text-decoration: underline;
	font-weight:bold;
}
A.PagerLink:Hover 
{
	color: #3C82AB;
	font-size:12px; 
	text-decoration: underline;
	font-weight:bold;
}



/*---- Search Box ----*/

.SearchTableRtl
{
    background-image: url(/images/hebrew/bgr_search.gif);
	background-color:#ffffff;
	height:35px;
}
.SearchTableLtr
{
    background-image: url(/images/english/bgr_search.gif);
	background-color:#ffffff;
	height:35px;
}
.SearchText
{
    font-size:11px;
    color:#10491F;
	font-weight:bold;
}
.SearchBoxField
{
    border: 1px solid #10491F; 
    font-size:12px;
    background-color:#FFFFFF;
    color:#10491F;
}



/*---- Footer ----*/

.FooterRtl
{
    border-top: 1px solid #4B5E69;
    vertical-align: middle;
}
.FooterLtr
{
    border-top: 1px solid #4B5E69;
    vertical-align: middle;
}
.FooterSideMenu
{
}
.FooterText
{
    font-size:11px;
    color: #000000;
    font-weight : normal;
    text-decoration: none;
}
.CDTechText, A.CDTechText:Link, A.CDTechText:Visited, A.CDTechText:Hover
{
    font-size:11px;
    color: #000000;
    font-weight : normal;
    text-decoration: none;
}



/*---- Side Menu ----*/

.SideMenuBgRtl
{
}
.SideMenuBgLtr
{
}
.SideMenuTable
{
}
.SideMenuDivider
{
    background-color: #F9FDF9;
}
.SideMenuItem
{
    cursor: hand;
    background-color: #3C82AB;
}
.SideMenuLink, A.SideMenuLink:Link, A.SideMenuLink:Visited 
{
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
    text-decoration: none;
}
.SideMenuSubItem
{
    cursor: hand;
}
.SideMenuSubDivider
{
    background-color: #F9FDF9;
	background-image:url(../images/divider.gif);
}
.SideMenuSubBgrRtl
{
	background-color: #F9FDF9;
}
.SideMenuSubBgrLtr
{
	background-color: #F9FDF9;
}
.SideMenuSubLink, A.SideMenuSubLink:Link, A.SideMenuSubLink:Visited
{
    font-size:12px;
    color: #000000;
    font-weight : normal;
    text-decoration: none;
}
a.SideMenuSubLink:Hover
{
    color: #3c82ab;
	font-weight : bold;
}
.SideMenuSubSubItem
{
    cursor: hand;
}
.SideMenuSubSubLink, A.SideMenuSubSubLink:Link, A.SideMenuSubSubLink:Visited 
{
    font-size:12px;
    color: #333333;
    font-weight : normal;
    text-decoration: none;
}
A.SideMenuSubSubLink:Hover 
{
    color: #3c82ab;
	font-weight : bold;
}
.SideMenuSubSubDivider
{
    background-color: #F9FDF9;
	background-image:url(../images/divider.gif);
}
.SideMenuSubSubBgrRtl
{
background-color: #F9FDF9;
}
.SideMenuSubSubBgrLtr
{
background-color: #F9FDF9;
}
.SideBanners
{
    border: 0px solid #FF6600;
    border-collapse: collapse;
}



/*---- Top Menu ----*/

.TopMenuTableRtl
{
	background-color: #ffffff;
	background-image:url(../images/hebrew/bgrTopMenu.gif);
}
.TopMenuTableLtr
{
	background-color: #ffffff;
	background-image:url(../images/english/bgrTopMenu.gif);
}
.TopMenu, a.TopMenu:Link, a.TopMenu:Visited, a.TopMenu:Hover 
{ 

    font-size:12px;
    color: #10491F;
    font-weight : bold;
    text-decoration: none;
    cursor: hand;
}
.TopMenuSubItem
{
	background-color: #FFFFFF;
}
A.TopMenuSubLink:Link, A.TopMenuSubLink:Visited 
{
    font-size:12px;
    color: #10491F;
    font-weight : normal;
    text-decoration: none;
}
A.TopMenuSubLink:Hover
{
    font-size:12px;
    color: #1B8338;
    font-weight : normal;
    text-decoration: underline;
}
.TopSubMenuRow
{
	background-color: #FFFFFF;
}


/*---- Drop Down Menu ----*/

A.DropMenuSubLink:Link, A.DropMenuSubLink:Visited
{
    display: block;
    font-size:12px;
    color: #10491F;
    font-weight:normal;
    text-decoration: none;
}
A.DropMenuSubLink:Hover
{
	color:#FFFFFF;
    background-color: #1B8338;
}
.DropDownMenu
{
    position: absolute;
    line-height: 24px;
    z-index: 999;
    background-color: #ffffff;
    border-right: #10491F 1px solid;
    border-top: #10491F 0px solid;
    border-left: #10491F 1px solid;
    border-bottom: #10491F 1px solid;
}



/*---- Site Map ----*/
A.SiteMapLink:Link, A.SiteMapLink:Visited
{
	color: #1A3340;
	font-size:12px; 
	text-decoration: none;
	font-weight:normal;
}
A.SiteMapLink:Hover
{
	color: #3C82AB;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}


/*---- Shopping Cart ----*/
.CartTable
{
    background-color: #FFFFFF;
}
.CartTableHeader
{
    font-size: 12px;
    color: #ffffff;
    background-color: #1E8C3C;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.CartTableRow1
{
    background-color: #F7FAFB;
}
.CartTableRow2
{
    background-color: #F9FDF9;
}
.CartTableText
{
    font-size: 12px;
    color: #1A3340;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
}
.CartTableTotal
{
    font-size: 12px;
    background-color: #3C82AB;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.ShoppingCartState
{
    background-image:url(../images/english/bgr_store.gif);
    background-color:#ffffff;
}
.ShoppingCartStateText
{
    font-size:12px;
    color: #10491F;
    font-weight : bold;
    text-decoration: none;
}


/*---- Store Login ----*/
.LoginDivider
{
    background-color: #10491F;
}

/*---- Print ----*/
.PrintBody
{
    background-color: #FFFFFF;
}
.PrintTable
{
    background-color: #000000;
    padding: 5px;
}
.PrintText
{
    font-size:12px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight : normal;
}
.PrintHeader
{
    font-size:12px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight : bold;
}

/* Forum */
.ForumHeaderRow
{
	background-color: #3C82AB;
}
.ForumColumnTitle
{
	font-size: 12px;
	color: #214F5F;
	font-weight: bold;
}
A.ForumMessageTitle:Link, A.ForumMessageTitle:Visited, A.ForumMessageTitle:Hover
{
    font-size:12px;
    color: #1A3340;
    font-weight : bold;
}
A.ForumLink:Link, A.ForumLink:Visited, A.ForumLink:Hover
{
    font-size:12px;
    color: #6DB7D0;
    font-weight : normal;
}
A.ForumTextLink:Link, A.ForumTextLink:Visited, A.ForumTextLink:Hover
{
    font-size:12px;
    font-weight : normal;
    text-decoration: underline;
}
.ForumRow1
{
	background-color: #E9F2F3;
	height: 25px;
}
.ForumRow2
{
	background-color: #E6F7E6;
	height: 25px;
}
.ForumDivider
{
	background-color: #4B5E69;
}
.ForumSubDivider
{
	background-color: #97A9B5;
}
.ForumLinksRow
{
	background-color: #f2fcff;
	height: 25px;
}
ForumPagerLinkSelected, A.ForumPagerLinkSelected:Link, A.ForumPagerLinkSelected:Visited, A.ForumPagerLinkSelected:Hover 
{
    color: #000000;
    font-size:12px;
    font-weight : bold;
    text-decoration: none;
}
A.ForumPagerLink:Link, A.ForumPagerLink:Visited, A.ForumPagerLink:Hover 
{
    color: #000000;
    font-size:12px;
    font-weight : normal;
    text-decoration: none;
}

.Hidden
{
	display: none;
}
.HomeTableText
{
    border-right: #4190BB 0px solid;
    border-top: #4190BB 0px solid;
    border-left: #4190BB 1px solid;
    border-bottom: #4190BB 0px solid;
}
.HomeTableServices
{
    border-right: #4190BB 1px solid;
    border-top: #4190BB 0px solid;
    border-left: #4190BB 1px solid;
    border-bottom: #4190BB 0px solid;
}
.HomeServicesHeader, A.HomeServicesHeader:Link, A.HomeServicesHeader:Visited, A.HomeServicesHeader:Hover 
{
    background-color:#3C82AB;
    color: #ffffff;
    font-size:14px;
    font-weight : bold;
}
.HomeBoxHeader
{
    background-color:#1E8C3C;
    color: #ffffff;
    font-size:12px;
    font-weight : bold;
    height: 24px;
}
.HomeBoxDivider
{
	background-color: #6cbd7c;
}
.SpecialOffersTitle
{
	height:40px;
	width:197px;
	background-image:url(../images/english/bgr_SpecialOffers.gif);
	text-align:center;
	color:White;
	font-weight:bold;
}