
BODY 
{
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#D4D0C8;
    scrollbar-shadow-color:#000000;
    scrollbar-face-color:#D4D0C8;
    scrollbar-highlight-color:#ffffff;
    scrollbar-darkshadow-color:#404040;
    scrollbar-3dlight-color:#D4D0C8;
 }
 A
 {
    text-decoration: none;
 }
 
 p
 {
	margin:0px;
 }
 
/*---- General Classes ----*/

/* The table that contains the site */
.MainTable
{
    background-color: #FFFAEC;
    border: 1px solid #2D437F;
}
/* Homepage - the outer table that contains the text section */
.HomeOuterContentTableRtl
{
}
.HomeOuterContentTableLtr
{
}
/* Homepage - the inner table that contains the text section */
.HomeInnerContentTableRtl
{
}
.HomeInnerContentTableLtr
{
}
/* Homepage - the text section */
.HomeTextTableRtl
{
	padding-right:15px;
	padding-left:15px;
}
.HomeTextTableLtr
{
	padding-right:15px;
	padding-left:15px;
}
/* The outer table that contains the text section */
.OuterContentTableRtl
{
	padding-top:15px;
	padding-right:15px;
	padding-left:35px;
	padding-bottom:30px;
}
.OuterContentTableLtr
{
	padding-top:15px;
	padding-right:15px;
	padding-left:35px;
	padding-bottom:30px;
}
/* The inner table that contains the text section */
.InnerContentTableRtl
{
}
.InnerContentTableLtr
{
}
/* Default text */
.Body, A.Body:Link, A.Body:Visited
{
    font-size:11px;
    color: #2D437F;
    font-weight : normal;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}
A.Body:Hover
{
    text-decoration: underline;
}
/* Bold text */
.TextBold, a.TextBold:Link, a.TextBold:Visited, a.TextBold:Hover
{
    font-size:11px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}
/* Page header */
.Header
{
    height: 30px;
    vertical-align: middle;
    font-size:13px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
}
.HeaderText
{
    font-size:13px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    vertical-align: middle;
}
/* Sub header */
.SubHeader, A.SubHeader:Link, A.SubHeader:Visited, A.SubHeader:Hover
{
    font-size:12px;
    color: #2D437F;
    font-weight :bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}
/* Button */
.Button 
{
    border-style: solid;
    border-width:0;
	background-color:#99BBD5;
	font-size:11px;
	font-weight : bold;
	font-family: Arial,sans-serif, Verdana;
	color: #FFFFFF;
	text-align:center;
	cursor: hand;
}
/* Default link */
A.SmallLink:link, A.SmallLink:visited
{
	color: #2D437F;
	font-size:11px; 
	text-decoration: underline;
	font-weight:normal;
	font-family: Arial, sans-serif, Verdana;
}
A.SmallLink:hover 
{
	color: #2D437F; 
	font-size:11px; 
	text-decoration: underline;
	font-weight:normal;
	font-family: Arial, sans-serif, Verdana;
}
/* Another link */
A.SmallLink2:link, A.SmallLink2:visited
{
	color: #99BBD5;
	font-size:11px; 
	text-decoration: underline;
	font-weight:bold;
	font-family: Arial, sans-serif, Verdana;
}
A.SmallLink2:hover 
{
	color: #2D437F; 
	font-size:11px; 
	text-decoration: underline;
	font-weight:bold;
	font-family: Arial, sans-serif, Verdana;
}
.ImageLink
{
    text-decoration: none;
}
/* Dividers between list items */
.Divider1
{
	background-color: #2D437F;
}
.Divider2
{
    background-color: #2D437F;
}
/* Form input */
.InputField 
{
    border: 1px solid 808080; 
	font-size:11px;
	background-color:#ffffff;
	font-family:Arial, sans-serif, Verdana;
	color:#2D437F;
}
.CheckBox
{
    border: 0px; 
	font-size:11px;
	background-color:#ffffff;
	color:#103079;
}
/* Small link next to icons (like print, send etc) */
A.IconLink:link, A.IconLink:visited
{
	color: #2D437F;
	font-size:12px; 
	text-decoration: none;
	font-weight:bold;
	font-family: Arial, sans-serif, Verdana;
}
A.IconLink:hover 
{
	color: #F0BB02; 
	font-size:12px; 
	text-decoration: none;
	font-weight:bold;
	font-family: Arial, sans-serif, Verdana;
}
/* Error Message */
.ErrorMessage
{
    font-size:11px;
    color: #FF0000;
    font-weight : normal;
    font-family: Arial, sans-serif, Verdana;
}
.ErrorMessageLarge
{
    font-size:13px;
    color: #FF0000;
    font-weight : normal;
    font-family: Arial, sans-serif, Verdana;
}
/* Marks required fields */
.Required
{
	font-size: 11px;
	color: #ff4500;
}
.Border1
{
    border: 1px solid #2D437F;
    border-collapse: collapse;
}
.Border2
{
    border: 1px solid #2D437F;
    border-collapse: collapse;
}


/*---- Contact Us ----*/
.ContactDivider
{
	background-color:#2D437F;
}



/*---- News ----*/

.NewsBox
{
    border: 0px solid #FF6600;
    border-collapse: collapse;
	background-color:#FFF3D5;
}
.NewsTitleRtl
{ 
	background-color:#FFC702;
    font-size:12px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
}
.NewsTitleLtr
{ 
	background-color:#FFC702;
    font-size:12px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
}
.NewsTextBold, a.NewsTextBold:Link, a.NewsTextBold:Visited, a.NewsTextBold:Hover
{
    font-size:11px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}


/*---- Member Login ----*/

.MemberLoginTable
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
}
.MemberLoginTitle
{ 
    font-size:12px;
    color: #FFFFFF;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
	background-color:#17117D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
}
.MemberLoginText, a.MemberLoginText:Link, a.MemberLoginText:Visited, a.MemberLoginText:Hover
{
    font-size:12px;
    color: #17117D;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.MemberLoginSmallText
{ 
    font-size:10px;
    color: #FFFFFF;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
	background-color:#17117D;
}
.MemberLoginButton 
{
    border-style: solid;
    border-width:0;
	background-color:#CC3300;
	font-size:12px;
	font-weight : bold;
	font-family:Arial, sans-serif, Verdana;
	color:#ffffff;
	text-align:center;
	padding-right: 7px;
	padding-left: 7px;
	cursor: hand;
}



/*---- News Letter ----*/

.NewsLetterTable
{
    border: 0px solid #17117d;
	background-color:#FFFAEC; 
}
.NewsLetterTitle
{ 
    font-size:12px;
    color: ffffff;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
	background-color:#2D437F;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
}
.NewsLetterText, a.NewsLetterText:Link, a.NewsLetterText:Visited, a.NewsLetterText:Hover
{
    font-size:11px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.NewsLetterButton 
{
    border-style: solid;
    border-width:0;
	background-color:#FFC702;
	font-size:12px;
	font-weight : bold;
	font-family:Arial, sans-serif, Verdana;
	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: #C99D02;
	font-weight: bold;
	font-family: Arial, sans-serif, Verdana;
	height: 24px;
	vertical-align: middle;
}
.ProductHeaderIndex, A.ProductHeaderIndex:Link, A.ProductHeaderIndex:Visited, A.ProductHeaderIndex:Hover
{
    font-size:12px;
    color: #2D437F;
    font-weight :bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}
.ProductPicBorder
{
    border: 0px solid #103079; 
}
A.ProductsIconLink:link, A.ProductsIconLink:visited
{
	color: #2D437F;
	font-size:12px; 
	text-decoration: none;
	font-weight:bold;
	font-family: Arial, sans-serif, Verdana;
}
A.ProductsIconLink:hover 
{
	color: #5182C5;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	font-family: Arial, sans-serif, Verdana;
}
.ProductDetailsTable
{
    background-color: #FFFAEC;
}
.ProductPrice
{
	color: #CC3300;
	font-size:11px;
	text-decoration: none;
	font-weight:bold;
	font-family: Arial, sans-serif, Verdana;
}
.ProductSalePrice
{
    color: #ff3333;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, sans-serif, Verdana;
}

/*---- Pager for the Products list/Picture gallery ----*/
.Pager
{
}
A.PagerLink:Link, A.PagerLink:Visited, A.PagerLink:Hover 
{
	color: #103079;
	font-size:11px; 
	text-decoration: underline;
	font-weight:bold;
	font-family: Arial, sans-serif, Verdana;
}



/*---- Search Box ----*/

.SearchTableRtl
{
    background-image: url(/images/hebrew/bgr_search.gif)
}
.SearchTableLtr
{
    background-image: url(/images/english/bgr_search.gif)
}
.SearchText
{
    font-size:11px;
    font-family:Arial, sans-serif, Verdana;
    color:#FFFFFF;
}
.SearchBoxField
{
    border: 1px solid #103079; 
    font-size:11px;
    background-color:#FFFFFF;
    font-family:Arial, sans-serif, Verdana;
    color:#103079;
}



/*---- Footer ----*/

.FooterRtl
{
    border-top: 0px solid #103079;
    vertical-align: middle;
	background-color:#2D437F;
}
.FooterLtr
{
    border-top: 0px solid #103079;
    vertical-align: left;
	background-color:#FFC702;
}
.FooterSideMenu
{
background-color:#2D437F;
}
.FooterText
{
    font-size:12px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}
.CDTechText, A.CDTechText:Link, A.CDTechText:Visited, A.CDTechText:Hover
{
    font-size:11px;
    color: #ffffff;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}



/*---- Side Menu ----*/

.SideMenuBg
{
    background-color: #FFFAEC;
}
.SideMenuTable
{
    background-color: #FFF3D5;
}
.SideMenuDivider
{
    background-color: #ffffff;
}
.SideMenuItem
{
    cursor: hand;
    background-color: #2D437F;
}
.SideMenuLink, A.SideMenuLink:Link, A.SideMenuLink:Visited 
{
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}
.SideMenuSubItem
{
    cursor: hand;
	background-color: #FFF3D5;
	font-size:12px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
	text-decoration: underline;
}
.SideMenuSubDivider
{
    background-color: #FFF3D5;
}
.SideMenuSubBgrRtl
{
}
.SideMenuSubBgrLtr
{
}
.SideMenuSubLink, A.SideMenuSubLink:Link, A.SideMenuSubLink:Visited 
{
    font-size:12px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: underline;
}
.SideMenuSubSubItem
{
    cursor: hand;
    background-color: #ffffe1;
}
.SideMenuSubSubLink, A.SideMenuSubSubLink:Link, A.SideMenuSubSubLink:Visited 
{
    font-size:12px;
    color: #333333;
    font-weight : normal;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}
.SideMenuSubSubDivider
{
    background-color: #ffffff;
}
.SideMenuSubSubBgrRtl
{
}
.SideMenuSubSubBgrLtr
{
}
.SideBanners
{
    border: 0px solid #FF6600;
    border-collapse: collapse;
}



/*---- Top Menu ----*/

.TopMenuTableRtl
{
	background-color: #FFC702;
}
.TopMenuTableLtr
{
	background-color: #FFC702;
}
.TopMenu, a.TopMenu:Link, a.TopMenu:Visited, a.TopMenu:Hover 
{ 
    font-size:12px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
    cursor: hand;
}
.TopMenuSubItem
{
	background-color: #2D437F;
    color: #2D437F;
}
A.TopMenuSubLink:Link, A.TopMenuSubLink:Visited 
{
    font-size:12px;
    color: #ffffff;
    font-weight : normal;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}
A.TopMenuSubLink:Hover
{
    font-size:12px;
    color: #99BBD5;
    font-weight : normal;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: underline;
}
.TopSubMenuRow
{
	background-color: #99BBD5;
}


/*---- Drop Down Menu ----*/

A.DropMenuSubLink:Link, A.DropMenuSubLink:Visited
{
    width: 100%;
    display: block;
    font-size:12px;
    color: #ffffff;
    font-weight:bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}
A.DropMenuSubLink:Hover
{
    background-color: #99BBD5;
}
.DropDownMenu
{
    position: absolute;
    line-height: 24px;
    z-index: 999;
    background-color: #2D437F;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}



/*---- Site Map ----*/
A.SiteMapLink:Link, A.SiteMapLink:Visited
{
	color: #103079;
	font-size:11px; 
	text-decoration: none;
	font-weight:normal;
	font-family: Arial, sans-serif, Verdana;
}
A.SiteMapLink:Hover
{
	color: #103079;
	font-size:11px; 
	text-decoration: underline;
	font-weight:normal;
	font-family: Arial, sans-serif, Verdana;
}


/*---- Shopping Cart ----*/
.CartTable
{
    background-color: #FFFFFF;
}
.CartTableHeader
{
    font-size: 12px;
    color: #103079;
    background-color: #FFE074;
    font-weight: bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
    padding: 5px;
}
.CartTableRow1
{
    background-color: #FFF3D5;
}
.CartTableRow2
{
    background-color: #FFFFE1;
}
.CartTableText
{
    font-size: 12px;
    color: #103079;
    font-weight: normal;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
    padding: 5px;
}
.CartTableTotal
{
    font-size: 12px;
    background-color: #FFECAA;
    color: #103079;
    font-weight: bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
    padding: 5px;
}
.ShoppingCartState
{
	background-color: #5182C5;
	cursor: hand;
}
.ShoppingCartStateText
{
    font-size:12px;
    color: #FFFFFF;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
}


/*---- Store Login ----*/
.LoginDivider
{
    background-color: #FF6600;
}

/*---- Print ----*/
.PrintBody
{
    background-color: #FFFFFF;
}
.PrintTable
{
    background-color: #000000;
    padding: 5px;
}
.PrintText
{
    font-size:12px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight : normal;
    font-family: Arial, sans-serif, Verdana;
}
.PrintHeader
{
    font-size:12px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
}


/* Contact Details Box */
.ContactDetailsBox
{
	padding: 5px;
	border: 1px solid #2D437F;
}
.ContactDetailsTitle
{
    font-size:12px;
    color: #2D437F;
    font-weight : bold;
    font-family: Arial, sans-serif, Verdana;
    text-decoration: none;
	background-color: #FFC702;
}
