BODY 
{
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#dadada;
	scrollbar-arrow-color:#ec0203;
	scrollbar-track-color:#d0d1d3;
	scrollbar-shadow-color:#ec0203;
	scrollbar-face-color:#d0d1d3;
	scrollbar-highlight-color:#ffffff;
	scrollbar-darkshadow-color:#acaeaf;
	scrollbar-3dlight-color:#eef0f2;
	margin:0;

}

A
{
	text-decoration: none;
}
 
P
{
	margin:0 0 0 0;
	padding:0 0 0 0;	
}

 
/*---- General Classes ----*/
.EmailLink, A.EmailLink:Link, A.EmailLink:Visited, A.EmailLink:Hover
{
    color: #0000ff;
    text-decoration:underline;
}
/* Default text */
.Body, A.Body:Link, A.Body:Visited
{
    color: #636363;
    text-decoration: none;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}
A.Body:Hover
{
    text-decoration: underline;
}
.text_13
{
	font-size:13px !important;
}
/* Bold text */
.TextBold, a.TextBold:Link, a.TextBold:Visited, a.TextBold:Hover
{
    color: #636363;
    font-weight : bold;
    text-decoration: none;
	font-size:11px;
}
.red
{
	color:#DE1935 !important;
}
.TextBold13Red
{
	color:#DE1935;
	font-size:13px;
    font-weight : bold;
    text-decoration: none;
}
.TextBold13
{
	color:#636363;
	font-size:13px;
    font-weight : bold;
    text-decoration: none;
}

/* Page header */
.Header
{
	margin:0px;
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
}
.Header3
{
	margin:0px;
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
}
.HeaderRtl
{
    font-size:12px;
    color: #de1935;
    font-weight : bold;
}
.HeaderLtr
{
    font-size:12px;
    color: #de1935;
    font-weight : bold;
}
.HeaderPrint
{
    font-size:12px;
    color: #000000;
    font-weight : bold;
	text-decoration:none;
}
.HeaderText
{
    font-size:12px;
    color: #636363;
    font-weight : bold;
}
.HeaderTextRed
{
    font-size:20px;
    color: #de1935;
    font-weight : bold;
	padding-bottom:15px;
	display:block;
}
/* Sub header */
.SubHeader, A.SubHeader:Link, A.SubHeader:Visited, A.SubHeader:Hover
{
    font-size:12px;
    color: #de1935;
    font-weight :bold;
    text-decoration: none;
}
#ctl00_ContentPlaceHolder1_Stores_DataList .SubHeader
{
	background:#e3e1e5;
	font-size:20px !important;
	padding:10px 0;
}
#ctl00_ContentPlaceHolder1_Stores_DataList .Divider1
{
	background:#e3e1e5;
	
}
.SideMenuTextSale 
{
    color: #ffffff;
    font-weight : bold;
    text-decoration: none;
	font-size:12px;
}
/* Button */
.Button 
{
    border-style: solid;
    border-width:0;
	background-color:#EC0202;
	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: #636363;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.SmallLink:hover 
{
	color: #999999; 
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
/* Another link */
A.SmallLink2:link, A.SmallLink2:visited
{
	color: #636363;
	font-size:12px; 
	text-decoration: underline;
	font-weight:bold;
}
/* Dividers between list items */
.Divider1
{
	background-color: #636363;
}
.Divider2
{
    background-color: #999999;
}
/* Error Message */
.ErrorMessage
{
    font-size:12px;
    color: #de1935;
    font-weight : normal;
}
.ErrorMessageLarge
{
    font-size:13px;
    color: #de1935;
    font-weight : normal;
}
/* Marks required fields */
.Required
{
    font-size:11px;
    color: #FF0000;
}
/* Border for tables and boxes */
.Border1
{
    border: 1px solid #faf8f8;
    border-collapse: collapse;
}
.Border2
{
    border: 3px solid #ffffff;
    border-collapse: collapse;
}

/*---- Gradients (Shadows) ----*/
.TopGradientRtl
{
	background-image: url(/images/hebrew/gradientTop.gif);
}
.TopGradientLtr
{
	background-image: url(/images/english/gradientTop.gif);
}
.BottomGradientRtl
{
	background-image: url(/images/hebrew/gradientBottom.gif);
}
.BottomGradientLtr
{
	background-image: url(/images/english/gradientBottom.gif);
}
.LeftGradientRtl
{
	background-image: url(/images/hebrew/gradientLeft.gif);
}
.LeftGradientLtr
{
	background-image: url(/images/english/gradientLeft.gif);
}
.RightGradientRtl
{
	background-image: url(/images/hebrew/gradientRight.gif);
}
.RightGradientLtr
{
	background-image: url(/images/english/gradientRight.gif);
}
.CornerBottomRightGradientRtl
{
	background-image: url(/images/hebrew/gradientCornerBottomRight.gif);
}
.CornerBottomRightGradientLtr
{
	background-image: url(/images/english/gradientCornerBottomRight.gif);
}
.CornerBottomLeftGradientRtl
{
	background-image: url(/images/hebrew/gradientCornerBottomLeft.gif);
}
.CornerBottomLeftGradientLtr
{
	background-image: url(/images/english/gradientCornerBottomLeft.gif);
}
.CornerTopRightGradientRtl
{
	background-image: url(/images/hebrew/gradientCornerTopRight.gif);
}
.CornerTopRightGradientLtr
{
	background-image: url(/images/english/gradientCornerTopRight.gif);
}
.CornerTopLeftGradientRtl
{
	background-image: url(/images/hebrew/gradientCornerTopLeft.gif);
}
.CornerTopLeftGradientLtr
{
	background-image: url(/images/english/gradientCornerTopLeft.gif);
}

/*---- Contact Us ----*/
.ContactDivider
{
	border-bottom:0px solid #faf8f8;
}



/*---- News ----*/

.NewsBoxRtl
{
	background-image:url(/images/hebrew/bgr_News.gif);
}
.NewsBoxLtr
{
	background-image:url(/images/english/bgr_News.gif);
}
.NewsTitleRtl
{ 
    font-size:12px;
    color: #636363;
    font-weight : bold;
}
.NewsTitleLtr
{ 
    font-size:12px;
    color: #636363;
    font-weight : bold;
}
.NewsTextBold, a.NewsTextBold:Link, a.NewsTextBold:Visited, a.NewsTextBold:Hover
{
    font-size:12px;
    color: #636363;
    font-weight : bold;
    text-decoration: none;
}


/*---- Member Login ----*/

.MemberLoginTableRtl
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/hebrew/bgr_MemberLogin.gif);*/
}
.MemberLoginTableLtr
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/english/bgr_MemberLogin.gif);*/
}
.MemberLoginTitleRtl
{ 
    font-size:12px;
    color: #FFFFFF;
    font-weight : bold;
	background-color:#17117D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/hebrew/bgr_MemberLoginTitle.gif);*/
}
.MemberLoginTitleLtr
{ 
    font-size:12px;
    color: #FFFFFF;
    font-weight : bold;
	background-color:#17117D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/english/bgr_MemberLoginTitle.gif);*/
}
.MemberLoginText, a.MemberLoginText:Link, a.MemberLoginText:Visited, a.MemberLoginText:Hover
{
    font-size:12px;
    color: #17117D;
    font-weight : bold;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.MemberLoginSmallText
{ 
    font-size:12px;
    color: #FFFFFF;
    font-weight : bold;
}
.MemberLoginButton 
{
    border-style: solid;
    border-width:0;
	background-color:#CC3300;
	font-size:12px;
	font-weight : bold;
	color:#ffffff;
	text-align:center;
	padding-right: 7px;
	padding-left: 7px;
	cursor: hand;
}



/*---- Join News Letter ----*/

.JoinNewsLetterTableRtl
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/hebrew/bgr_NewsLetterTable.gif);*/
}
.JoinNewsLetterTableLtr
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/english/bgr_NewsLetterTable.gif);*/
}
.JoinNewsLetterTitleRtl
{ 
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
	background-color:#17117D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/hebrew/bgr_NewsLetterTitle.gif);*/	
}
.JoinNewsLetterTitleLtr
{ 
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
	background-color:#17117D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/english/bgr_NewsLetterTitle.gif);*/	
}
.JoinNewsLetterText, a.JoinNewsLetterText:Link, a.JoinNewsLetterText:Visited, a.JoinNewsLetterText:Hover
{
    font-size:12px;
    color: #494949;
    font-weight : bold;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.JoinNewsLetterButton 
{
    border-style: solid;
    border-width:0;
	background-color:#17117D;
	font-size:12px;
	font-weight : bold;
	color:#ffffff;
	text-align:center;
	padding-right: 7px;
	padding-left: 7px;
	cursor: hand;
}



/*---- Products ----*/
.ProductDescTdRtl
{
	text-align:right;
	padding-right:35px;
	padding-top:10px;
}
.ProductDescTdLtr
{
	text-align:left;
	padding-left:35px;
	padding-top:10px;
	
}
.ProductIndexTopImgTdRtl
{
	/*padding-right:28px;*/
}
.ProductIndexTopImgTdLtr
{
	/*padding-left:28px;*/
}
.ProductIndexBoxesTdRtl
{
	padding-right:47px;
}
	
.ProductIndexBoxesTdLtr
{
	padding-left:47px;
}
.ProductBorder1
{
	border:solid 1px #636363;
	background-color:#f3f4f4;
}
.DetailsTable2
{
	padding-right:6px;
	border-bottom:solid 1px #eae8eb;
}
.ProductBoxTop
{
}
.ProductBoxMiddle
{
}
.ProductBoxBottom
{
}
.ProductMainTbl
{	
	width:100%;
}
.ProductMainTdRtl
{
	background-color:#ffffff;
	border-left:3px solid #636363;
	border-bottom:3px solid #636363;
	border-top:3px solid #636363;
	height:440px;
}
.ProductMainTdLtr
{
	background-color:#ffffff;
	border-right:3px solid #636363;
	border-bottom:3px solid #636363;
	border-top:3px solid #636363;
	height:440px;
}
#LargePicTd
{
	width:345px;
	height:414px;
	
}
.ProductDetailsTdRtl
{
	border-left:1px solid #636363;
}
.ProductDetailsTdLtr
{	
	border-right:1px solid #636363;	
}
.ProductPicEnlargeLinkRtl
{
	z-index:300;
	position:absolute;
	top:390px;
	left:240px;
}
.ProductPicEnlargeLinkLtr
{
	z-index:300;
	position:absolute;
	top:390px;
	left:10px;
}
.ProductHeaderTdRtl
{
	height:25px;
	background-color:#9b9a9a;
	border-bottom:1px solid #636363;
}
.ProductHeaderTdLtr
{
	height:25px;
	background-color:#9b9a9a;
	border-bottom:1px solid #636363;
}
.ProductHeader
{
    font-size:12px;
    font-weight : bold;
}
.ProductHeader1Rtl
{
	color:#808080;
	font-size:28px;
	/*padding-right:29px;*/
	padding-top:5px;
    font-weight : bold;
    /*padding-bottom:5px;*/
}
#topPriceTd
{
	padding-bottom:15px;
	height:20px;
}
.ProductHeader1Ltr
{	
	color: #ffffff;
	padding-Left:29px;
	padding-top:5px;
	font-weight : bold;
}
.ProductHeader2Rtl
{
	padding-Left:9px;
	padding-bottom:5px;
	color:#808080;
	font-size:12px;
	font-weight:bold;
	/*color:#e4e1e1;*/
}
.ProductHeader2Ltr
{	
	padding-right:9px;
	padding-top:5px;
	/*color:#e4e1e1;*/
}
.ProductHeaderLtr
{
}
.ProductHeaderIndex, A.ProductHeaderIndex:Link, A.ProductHeaderIndex:Visited, A.ProductHeaderIndex:Hover
{
    font-size:13px;
    color: #636363;
    font-weight:normal;
    text-decoration: none;
	text-align:center;
}
.ProductPicBorder
{
    border: 1px solid #e5e2e5; 
}
.productDiv
{
	padding-bottom:10px;
}
A.ProductsIconLink:link, A.ProductsIconLink:visited
{
	color: #636363;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.ProductsIconLink:hover 
{
	color: #999999; 
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
.ProductDetailsTable
{
    background-color: #999999;
}
.ProductPrice, A.runOutLink 
{
	color: #636363;
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
}
.ProductPriceLineThrough
{
	font-size:13px;
	text-decoration: none;
	font-weight:normal;
	background-image:url(/images/hebrew/line_through.gif);
	background-position:center;
	background-repeat:repeat-x;
	background-position-y:6px;
	text-align:center;
	color:#565656;	
}
,.ProductPriceSeparator
{
	color:#565656;
	font-weight:bold;
}
.PostDiscountPriceText
{
	color:#DC1A35;
}
.tPriceText
{
	color: #636363;
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
}
.SpecialsPriceLineThrough
{	
	font-size:11px;
	text-decoration: none;
	font-weight:bold;
	background-image:url(/images/hebrew/line_through_specials.gif);
	background-repeat:repeat-x;
	background-position-y:6px;
	text-align:center;	
}
.ProductSalePrice
{
    color: #ff3333;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}
.ProductButtonsRowTdRtl
{
	padding-right:19px;
}
.ProductButtonsRowTdLtr
{
	padding-left:19px;
}
.PriceText
{
    color: #de1935;
    font-size: 13px;
    text-decoration:none;
    font-weight:bold;
	text-align:center;
	width:50px;
	display:inline-block;
}
.OriginalProductPrice
{
	color: #636363;
    font-size: 12px;
    font-weight: normal;
    background-image:url(/images/hebrew/line_through.gif);
	background-repeat:repeat-x;
	background-position-y:5px;
}
.OrderNowText
{
    color: #EC0202;
    font-size: 12px;
    text-decoration:none;
    font-weight:bold;
}
.spacialSalesImg
{
	border:1px solid #cccccc;
	width:81px;
	height:97px;
}
.RelatedProductsBox
{
	border: 1px solid #636363;
}
.RelatedProductsTitle
{
	color: #636363;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:154px;
}
.lineGrayTable
{
	height:1px;
	border-top:1px solid  #cccccc;
}
.RelatedProductsHeaderRtl
{
	color: #FFFFFF;
    background-color: #636363;
	font-size:12px;
	font-weight:bold;
	padding-left: 25px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.RelatedProductsHeaderLtr
{
	color: #FFFFFF;
    background-color: #636363;
	font-size:12px;
	font-weight:bold;
	padding-left: 8px;
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.ProductHeaderRelated, A.ProductHeaderRelated:Link, A.ProductHeaderRelated:Visited, A.ProductHeaderRelated:Hover
{
	font-weight:normal;
	text-decoration:none;
	color: #FFFFFF;
	font-size:11px;
	text-align:center;
}
.ProductRelatedProductsTdRtl
{
	padding-right:28px;
}
.ProductRelatedProductsTdLtr
{
	padding-left:28px;
}
.ProductRelatedProductsTblRtl
{
	background-image:url(../Images/Hebrew/bgr_RelatedProducts.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#9b9a9a;
	width:418px;
	height:182px;
	padding-left:11px;
	padding-right:11px;
	padding-top:12px;
	border-bottom:1px solid #6b6b6b;
	border-left:1px solid #6b6b6b;
	border-right:1px solid #6b6b6b;		
}
.ProductRelatedProductsTblLtr
{
	background-image:url(../Images/english/bgr_RelatedProducts.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#9b9a9a;
	width:418px;
	height:182px;
	padding-left:11px;
	padding-right:11px;
	border-bottom:1px solid #6b6b6b;
	border-left:1px solid #6b6b6b;
	border-right:1px solid #6b6b6b;	
}
.QVDetailsTdRtl
{
	text-align:center;
	/*border-left:1px solid #636363;*/
}
.QVDetailsTdLtr
{
	text-align:center;
	border-right:1px solid #636363;
}
.RelatedProductsTitle
{	
}
.RelatedProductsImgTd
{
	
}
/*---- Pager for the Products list/Picture gallery ----*/
.Pager
{
	color: #999999;
	font-size:12px; 
	text-decoration: none;
	font-weight:normal;
}
A.PagerLink:Link, A.PagerLink:Visited
{
	color: #999999;
	font-size:12px; 
	text-decoration:none;
	font-weight:normal;
}
A.PagerLink:Hover
{
    color: #ec0203;
	font-size:12px; 
	text-decoration: none;
	font-weight:normal;
}

/*---- outfitindex ----*/
.OutfitIndexItemTd
{
	padding:4px;
}
.OutfitIndexItemTd A
{
	color: #636363;
    text-decoration: none;
	font-weight:normal;
	font-size:13px;
	line-height:25px;
}
.OutfitIndexItemPhoto
{
	/*padding:8px;*/
	padding-top:8px;
}

.outfitIndexItemPreviewDiv
{
	background-color:#FFFFFF;
	text-align:center;
	background-image:url(/images/hebrew/bgr_outfitIndex.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:13px;
	width:257px;
}
#outfitPreviewDiv
{
	float:left;
	padding-top:25px;
	margin-left:0px;
}
#outfitTopBanner
{
	padding-right:47px;
	width:794px;
	height:125px;
}
.outfitTopBanner_SubCategory253_Rtl
{
	background-image:url('/upload/productpics/OutfitBanner253.JPG');
	background-repeat:no-repeat;
	border:0px;
}

#outfitPhotoDiv
{
	width:364px;
	height:470px;
	background-color:White;
	color:Gray;
	padding-top:8px;	
	text-align:center;
	background-image:url(/images/hebrew/bgr_outfitPhotoDiv.gif);
	background-repeat:no-repeat;
	background-position:bottom;	
}
.OutfitPhoto
{
	padding-bottom:5px;
}
.OutfitIndexTableRtl
{
	width:100%;
	
}
/* Outfit Product   */

.OutfitProductRtl
{
	background-color:#FFFFFF;
	margin:25px 0px 0px 0px;
	border:0px;
	width:400px;
}
.OutfitProductRtl .ProductPreviewHeaderTdRtl
{
	border:0px;
	vertical-align:middle;
}
.OutfitProductRtl .ProductHeader1Rtl
{
	padding-right:10px;
	padding-top:0px;
}
.OutfitProductRtl .ProductHeader2Rtl
{
	padding-top:0px;
}
.OutfitProductLtr
{
	background-color:White;
	border:3px solid #636363;
	margin:25px 0px 25px 0px;
}

.ProductPreviewHeaderTdRtl
{
	height:25px;
	background-color:#9b9a9a;
	border-bottom:1px solid #636363;
}
.ProductPreviewHeaderTdLtr
{
	height:25px;
	background-color:#9b9a9a;
	border-bottom:1px solid #636363;
}

.PreviewThumbnail
{
	width:64px;
	height:77px;
}

.PreviewPhotoTdRtl
{
	margin:auto;
	/*padding:0px 10px 0px 10px;*/
	text-align:center;
}

.ProductPreviewSepratorTd
{
	background-image:url('../images/hebrew/bgr_line.gif');
	background-repeat:repeat-y;
	width:1px;	
}
#dividerTD
{
	background-image:url('../images/hebrew/bgr_line.gif');
	background-repeat:repeat-y;
	background-position:right;
	width:1px;
	padding-left:10px;
	margin-bottom:10px;
}
.PreviewSeparator
{
	height:10px;
}

.PreviewDetailsTdRtl
{
	width:300px;
	font-weight:bolder;
	color:#606060;
	padding-right:5px;
	vertical-align:middle;
}
.PreviewDetailsTdRtl Td
{
	padding-top:5px;
}
.PreviewLink
{
	color:#606060;
}
.PreviewName
{
	font-weight:normal;
	color:#696969;
}

img.selected-color
{
	border: 2px solid  blue;
}

img.selected-size
{
	border: 2px solid  blue;
}

.QuickViewRtl.OutfitItem, .QuickViewLtr.OutfitItem
{
	
	 height:352px;
	 width:400px;
}

.PhotoDiv img#ProductPic
{
	width:140px;
	height:168px;
	padding:0px 10px 0px 10px;
}

.EnlargePhotoDiv
{
	text-align:center;
	margin-top:40px;
	vertical-align:bottom;
}

.EnlargePhotoDiv img
{
	border-width:0px;
	margin-right:10px;
}

.OutfitItemContainer
{
	width:400px;
}
.PreviewActionTd
{
	padding-bottom:15px;
	padding-left:15px;
}
.OutfitQuickViewRtl
{
	background-color:#FFFFFF;
	width:400px;
	text-align:right;
	margin-top:25px;
	/*padding-bottom:20px;*/
}
.OutfitQuickViewRtl .ProductHeaderTdRtl
{
	vertical-align:middle;
	border:0px;
	height:25px;
}
.OutfitQuickViewRtl .ProductHeader1Rtl
{
	padding-right:10px;
	padding-top:0px;
}
.OutfitQuickViewRtl .ProductHeader2Rtl
{
	padding-top:0px;
}
.OutfitQuickViewLtr
{
	background-color:White;
	width:400px;
	border:3px solid #636363;	
	text-align:left;
}
#descriptionTD
{
	vertical-align:top;
}
	
#photoTD
{
	vertical-align:top;
}

#outFitsRepeaterDiv
{
	width:400px;
	display: block;
	padding-right:47px;
}

.CloseDivRtl
{
	padding-left:5px;
	text-align:left;
}

.CloseDivLtr
{
	padding-right:5px;
	text-align:right;
}

.highlightItemRtl A
{
	color:Red !important;
}

#imgLegendIcon
{
	border:0px;
}
#OutfitProductLink
{
	font-weight:normal;
	color:#696969;
	text-decoration:underline;
}
#Tab1
{
    color: #636363;
    text-decoration: none;
	font-weight:normal;
	line-height:18px;
	font-size:11px;
}
.PreviewBottomTd
{
	height:10PX;
}
/*---- Search Box ----*/

.SearchTableRtl
{
   background-image: url(/images/hebrew/bgr_search.gif);
   height:31px;
}
.SearchTableLtr
{
  background-image: url(/images/english/bgr_search.gif);
  height:31px;
}
.SearchText
{
    font-size:12px;
    color:#8c8c8c;
	font-weight:bold;
}
.SearchBoxFieldRtl
{
    border: 1px solid #8c8c8c; 
    font-size:12px;
    background-color:transparent;
    color:#8c8c8c;
	width:95px;
	height:14px;
	border:0px;
}
.SearchBoxFieldLtr
{
    border: 1px solid #8c8c8c; 
    font-size:12px;
    background-color:transparent;
    color:#8c8c8c;
	width:90px;
	height:14px;
	border:0px;
}


/*---- Footer ----*/

.FooterRtl
{
	border-top:1px solid #cccccc;
}
.FooterLtr
{
	border-top:1px solid #cccccc;
}
.FooterSideMenuRtl
{
}
.FooterSideMenuLtr
{
}
.FooterText
{
    font-size:11px;
    color: #bab9b9;
    font-weight:normal;
    text-decoration: none;
    /*float:left;*/
}
.CDTechText, A.CDTechText:Link, A.CDTechText:Visited, A.CDTechText:Hover
{
    font-size:10px;
    color: #636363;
    font-weight:normal;
    text-decoration: none;
}


#FooterContainer
{
	width:100%;
	background-color:#313131;
	text-align:center;
	float:right;
	padding-top:35px;

}

#footer
{
	width:1000px;
	padding:0 20px;
	margin:0 auto;
	height:213px;
}
.footerLeftDiv > a
{
	width:190px;
	display:inline-block;
	text-align:left;
}
#footerCatalog
{
	width:600px;
	float:right;
}

#FooterCenterDiv 
{
	width:780px;
	height:30px;
	float:right;
	text-align:right;
	direction:rtl;
}
#FooterCenterDiv ul
{
	direction:rtl;
}
.SearchStores span
{
	width:190px;
	display:inline-block;
}

.SearchStores
{
	width:190px;
	height:173px;
	float:left;
	text-align:right;
	
}
.footerLeftDiv
{
	width:190px;
	height:223px;
	float:left;
	text-align:left;	
}
#txtTown
{
	width:120px;
	padding:0 !important;
	margin:0 !important;
}
#footerCatalog .CategoryItem
{
	width:120px;
	margin-left:5px;
	float:right;
	height:213px;
	overflow:hidden;
	text-align:right;
}


#footerCatalog .CategoryItem#FooterMenutCategoryItem2
{
	width:220px;

}

#footerCatalog .CategoryItem A, #footerCatalog .CategoryItem A:hover, #footerCatalog .CategoryItem A:visited,
#FooterCenterDiv  A, #FooterCenterDiv  A:hover, #FooterCenterDiv  A:visited
{
	color:#B7B7B7
}

#footerCatalog .CategoryItem > A
{
	font-weight:bold;
	font-size:14px;	
}

#footerCatalog .CategoryItem UL
{
	font-size:11px;
	list-style-type:none;
	padding:5px 0 0 0;
	height:200px;
	
	margin:0;
}
#footer .CategoryItem UL LI
{
	float:right;
	width:95px;
	border:0;
	padding:0 0 2px 0;
	margin:0 0 0 4px;
}

#FooterCenterDiv UL
{
	height:200px;
	font-size:11px;
	list-style-type:none;
	padding:20px 0 0 0;
	margin-right:0;
	margin-top:0;
	float:right;
	direction:rtl !important;
}

#FooterCenterDiv UL LI
{
	width:81px;
	float:right;
	padding-bottom:2px;
	margin-left:4px;
	direction:rtl;
}

#FooterCenterDiv UL LI .FooterText
{
	font-size:11px;

}



/*---- Side Menu ----*/
.SpecialsText
{
	color:#FFFFFF;
}
.SideMenuHeight
{
	
}
.SideDiscount_639
{
	color:#FFFFFF;
}
.SideMenuTextBold_643
{
	color:#FFFFFF;
}

.SideMenuSaleTop_643
{
	background-image:url(../Images/Hebrew/SideMenuSaleTop_643.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:11px;
}
.SideMenuSaleBottom_643
{
	background-image:url(../Images/Hebrew/SideMenuSaleBottom_643.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:11px;
}
.SideMenuSaleTop_581
{
	background-image:url(../Images/Hebrew/SideMenuSaleTop_581.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:11px;
}
.SideMenuSaleBottom_581
{
	background-image:url(../Images/Hebrew/SideMenuSaleBottom_581.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:11px;
}
.SideMenuSaleTop_644
{
	background-image:url(../Images/Hebrew/SideMenuSaleTop_581.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:11px;
}
.SideMenuSaleBottom_644
{
	background-image:url(../Images/Hebrew/SideMenuSaleBottom_581.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:11px;
}
.SideMenuSaleTop_639
{
	background-image:url(../Images/Hebrew/SideMenuSaleTop_639.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:11px;
}
.SideMenuSaleBottom_639
{
	background-image:url(../Images/Hebrew/SideMenuSaleBottom_639.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:11px;
}
.SideMenuSaleTop_642
{
	background-image:url(../Images/Hebrew/SideMenuSaleTop_642.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:11px;
}
.SideMenuSaleBottom_642
{
	background-image:url(../Images/Hebrew/SideMenuSaleBottom_642.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:11px;
}
.SideMenuBgRtl
{
	/*height:505px;*/
	background-color:#ffffff;
	padding-left:3px;
	padding-right:3px;
	padding-top:20px;
}
.SideMenuBgLtr
{
	height:507px;
	background-color:#636363;
	padding-left:3px;
	padding-top:20px;
	padding-right:3px;
}
.SideMenuTableRtl
{
}
.SideMenuTableLtr
{
}
.SideMenuDividerRtl
{
}
.SideMenuDividerLtr
{
}
.SideMenuItemRtl
{
    cursor: hand;
}
.SideMenuItemLtr
{
    cursor: hand;
}
.SideMenuDownRtl, A.SideMenuDownRtl:Link, A.SideMenuDownRtl:Visited, A.SideMenuDownRtl:Hover
{
	color:#dadada;
}
.SideMenuDownLtr, A.SideMenuDownLtr:Link, A.SideMenuDownLtr:Visited, A.SideMenuDownLtr:Hover
{
	color:#dadada;
}
.SideMenuLinkRtl, A.SideMenuLinkRtl:Link, A.SideMenuLinkRtl:Visited 
{
	color:#dadada;
}
.SideMenuLinkLtr, A.SideMenuLinkLtr:Link, A.SideMenuLinkLtr:Visited 
{
	color:#dadada;
}
.SideMenuMouseOver_642,A.SideMenuMouseOver_642:Link, A.SideMenuMouseOver_642:Visited
{
	color: #ffffff;
	background-color:#00295F;
}
.SideMenuMouseOver_643,A.SideMenuMouseOver_643:Link, A.SideMenuMouseOver_643:Visited
{
	color: #ffffff;
	background-color:#f067a1;
}
.SideMenuMouseOver_581, A.SideMenuMouseOver_581:Link, A.SideMenuMouseOver_581:Visited
{
    color: #ffffff;
	background-color:#de1935;

}
.SideMenuMouseOver_644, A.SideMenuMouseOver_644:Link, A.SideMenuMouseOver_644:Visited
{
    color: #ffffff;
	background-color:#de1935;
}
.SideMenuMouseOver_639, A.SideMenuMouseOver_639:Link, A.SideMenuMouseOver_639:Visited
{
    color: #ffffff;
	background-color:#badc9d;
}



.SideMenuMouseOver_on_642,A.SideMenuMouseOver_on_642:Link, A.SideMenuMouseOver_on_642:Visited
{
	color: #ffffff;
	background-color:#00295F;
	font-weight:bold;
}
.SideMenuMouseOver_on_643,A.SideMenuMouseOver_on_643:Link, A.SideMenuMouseOver_on_643:Visited
{
	color: #ffffff;
	background-color:#f067a1;
	font-weight:bold;
}
.SideMenuMouseOver_on_581, A.SideMenuMouseOver_on_581:Link, A.SideMenuMouseOver_on_581:Visited
{
    color: #ffffff;
	background-color:#de1935;
	font-weight:bold;

}
.SideMenuMouseOver_on_644, A.SideMenuMouseOver_on_644:Link, A.SideMenuMouseOver_on_644:Visited
{
    color: #ffffff;
	background-color:#de1935;
	font-weight:bold;
}
.SideMenuMouseOver_on_639, A.SideMenuMouseOver_on_639:Link, A.SideMenuMouseOver_on_639:Visited
{
    color: #ffffff;
	background-color:#badc9d;
	font-weight:bold;
}




.SideMenuSubSectionBgrRtl
{
}
.SideMenuSubSectionBgrLtr
{
}
.SideMenuSubBgrRtl
{
}
.SideMenuSubBgrLtr
{
}
.SideMenuSubBgr_On_639_Rtl
{
	font-weight:bold;
}
.SideMenuSubBgr_On_639_Ltr
{
	font-weight:bold;
}

.SideMenuSubBgr_On_581_Rtl
{
	font-weight:bold;
	font-size:12px;
}
.SideMenuSubBgr_On_581_Ltr
{
	font-weight:bold;
	color:Lime;
}
.SideMenuSubItemRtl
{
    cursor: hand;
}
.SideMenuSubItemLtr
{
    cursor: hand;
}
.SideMenuSubDividerRtl
{
}
.SideMenuSubDividerLtr
{
}
.SideMenuSubLinkRtl, A.SideMenuSubLinkRtl:Link, A.SideMenuSubLinkRtl:Visited, A.SideMenuSubLinkRtl:Hover 
{
    text-decoration: none;
	color:#565656;
}
.SideMenuSubLinkLtr, A.SideMenuSubLinkLtr:Link, A.SideMenuSubLinkLtr:Visited, A.SideMenuSubLinkLtr:Hover 
{
    text-decoration: none;
	color:#dadada;
} 
.SideMenuSubLinkOverRtl, A.SideMenuSubLinkOverRtl:Link, A.SideMenuSubLinkOverRtl:Visited, A.SideMenuSubLinkOverRtl:Hover
{
	text-decoration:none;
	color:#FFFFFF;
}
.SideMenuSubLinkOver_on_Rtl, A.SideMenuSubLinkOver_on_Rtl:Link, A.SideMenuSubLinkOver_on_Rtl:Visited, A.SideMenuSubLinkOver_on_Rtl:Hover
{
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}
.SideMenuSubLinkOverLtr, A.SideMenuSubLinkOverLtr:Link, A.SideMenuSubLinkOverLtr:Visited, A.SideMenuSubLinkOverLtr:Hover
{
	text-decoration:none;
	color:#FFFFFF;	
}
.SideMenuSubSubItem
{
    cursor: hand;
}
.SideMenuSubSubLinkRtl, A.SideMenuSubSubLinkRtl:Link, A.SideMenuSubSubLinkRtl:Visited 
{
	color:#dadada;
    text-decoration: none;
}
.SideMenuSubSubLinkLtr, A.SideMenuSubSubLinkLtr:Link, A.SideMenuSubSubLinkLtr:Visited 
{
	color:#dadada;
    text-decoration: none;
}
.SideMenuSubSubDividerRtl
{
}
.SideMenuSubSubDividerLtr
{
}
.SideMenuSubSubBgrRtl
{
}
.SideMenuSubSubBgrLtr
{
}
.SideBannersRtl
{
    border: 0px solid #FF6600;
    border-collapse: collapse;
}
.SideBannersLtr
{
    border: 0px solid #FF6600;
    border-collapse: collapse;
}



/*---- Top Menu ----*/

.TopMenuTableRtl
{
	background-image:url(/images/hebrew/bgr_TopMenu.gif);
}
.TopMenuTableLtr
{
	background-image:url(/images/english/bgr_TopMenu.gif);
}

/*---- Drop Down Menu Side Menu ----*/

A.DropMenuSubLink:Link, A.DropMenuSubLink:Visited
{
    width: 100%;
    height: 100%;
    display: block;
    font-size:12px;
    color: #7B7366;
    font-weight:normal;
    text-decoration: none;
}
A.DropMenuSubLink:Hover
{
    background-color: #D4EEFF;
}
.DropDownMenuItem
{
    border-bottom: #E5E5E5 1px solid;
    font-size:12px;
    color: #7B7366;
    font-weight:normal;
    text-decoration: none;
}
.DropDownMenu
{
    position: absolute;
    line-height: 24px;
    z-index: 999;
}
.DropDownMenuTable
{
    background-color: #ffffff;
    border-right: #E5E5E5 1px solid;
    border-top: #E5E5E5 1px solid;
    border-left: #E5E5E5 1px solid;
}



/*---- Site Map ----*/
A.SiteMapLink:Link, A.SiteMapLink:Visited
{
	color: #636363;
	font-size:12px; 
	text-decoration: none;
	font-weight:normal;
}
A.SiteMapLink:Hover
{
	color: #636363;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}


/*---- Shopping Cart ----*/
.TextBold2
{
	color:#636363;
	font-size:11px;
}
.DetailsTableTd1
{
	padding-right:10px;
	padding-left:3px;
}
.DetailsTableTd3
{
	vertical-align:middle;
	padding-left:0px;
	padding-right:0px;
}
.DetailsTableTd4
{
	text-align:right;
	padding-left:3px;
}
.DetailsTableTd5
{
	padding-left:9px;
	padding-right:3px;
}
.cartNumItems
{
	font-size:10px;
}
.SCartTdRtl
{
	padding-left:50px;
	padding-right:50px;
}
.SCartTdLtr
{
	/*background:white;*/
	padding-left:50px;
	padding-right:50px;
}
#CartTable
{
    background-color: #FFFFFF;
}
.CartTableHeaderRtl
{
    /*font-size: 11px;
    color: #636363;
    font-weight:normal;
    text-decoration: none;*/
    height:52px;
	background:url(/images/hebrew/bgr_tblHead.gif) bottom repeat-x !important;
	padding-right:3px;
	color:#666;
	margin-top:25px;
	font-weight:bold;
}
.CartTableHeaderLtr
{
    font-size: 11px;
    color: #636363;
    font-weight:normal;
    text-decoration: none;
   
}

.CartTableRow2, .CartTableRow1
{
    /*background-color: #d9d9d9;*/
}
.CartTableText
{
    font-size: 12px;
    color: #636363;
    font-weight: normal;
    text-decoration: none;
	padding:5px;
    border-bottom:solid 1px #e3e1e5;
}
.cartTablePrice
{
	color:#de1935;
}
.CartTableTotal1
{
    font-size: 12px;
	background-color: #e3e1e5;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.CartTableTotal
{
    font-size: 12px;
	background-color: #e3e1e5;
    color: #de1935;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.SCartTblDivider0
{	
	background-color: #e3e1e5;
}
.SCartTblDivider1
{
	background-image:url(../Images/Hebrew/bgr_tblHead.gif);
	background-repeat:no-repeat;
	background-position: center center;
}
.SCartTblDivider2
{
	/*background-image:url(../Images/Hebrew/bgr_HeaderSCart2.gif);
	background-repeat:no-repeat;
	background-position: center center;*/
    border-bottom:solid 1px #e3e1e5;
}
.SCartTblDivider3
{
	border-top-color:#d9d9d9;
	border-top-width:1px;
	border-top-style:solid;	
	height:4px;
	line-height:1px;
}
.SCartTblDivider4
{	
	height:5px;
	line-height:1px;
}
.ShoppingCartTopTblRtl
{
	/*background-image:url(../Images/Hebrew/bgr_topCart.gif);
	background-position: top center;
	background-repeat:no-repeat;*/
}
.ShoppingCartTopTblLtr
{
	background-image:url(../Images/English/bgr_topCart.gif);
	background-position: top center;
	background-repeat:no-repeat;
}
.ShoppingCartTopDivRtl
{
	width:727px;
	margin-top:23px;
}
.ShoppingCartTopDivLtr
{
	width:727px;
	margin-top:23px;
}
.ShoppingCartMiddleTblRtl
{
	/*background-image:url(../Images/Hebrew/bgr_MiddleCart.gif);
	background-repeat:repeat-y;
	background-position:center;*/
}
.ShoppingCartMiddleTblLtr
{
	/*background-image:url(../Images/English/bgr_MiddleCart.gif);
	background-repeat:repeat-y;
	background-position:center;*/
}
.ShoppingCartBottomTblRtl
{
	/*background-image:url(../Images/Hebrew/bgr_BottomCart.gif);
	background-position:top center;
	background-repeat:no-repeat;*/
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	height:87px;
}
.ShoppingCartBottomTblLtr
{
	background-image:url(../Images/English/bgr_BottomCart.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	height:87px;
}
.SCartHeaderRtl
{
	color:#565656;
	font-size:12px;
	font-weight:bold;
	height:19px;
	vertical-align:top;
	padding-top:16px;
	padding-right:62px;
}
.SCartHeaderLtr
{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:19px;
	vertical-align:top;
	padding-top:16px;
	padding-left:62px;
}
.ShoppingCartStateRtl
{
	width:120px;
	height:131px;
	text-align:center;
	vertical-align:bottom;
}
.ShoppingCartStateLtr
{
	width:120px;
	height:131px;
	text-align:center;
	vertical-align:bottom;
}

.ShoppingcartState
{
	position:relative;
	
}
.ShoppingCartStateBottom
{
	height:6px;
}


.ShoppingCartStateText
{
	text-align:center;
	font-weight:bold;
	padding-right:2px;
}
.ShoppingCartStateText> a
{
	display:inline-block;
	margin-top:-1px;
}
a.ShoppingCartStateText
{
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

.ShoppingCartState2Rtl
{
	background-color:#FFFF00;
	height:30px;
	width:174px;
	padding-left:10px;
}
.ShoppingCartState2Ltr
{
	background-color:#FFFF00;
	height:30px;
	width:174px;
	padding-right:10px;
}
.ShoppingCartStateText
{
    font-size:11px;
    color: #ffffff;
    font-weight : normal;
    text-decoration: none;
}
.GrayLineShoppingCart
{
	background-image:url(../Images/Hebrew/bgr_LineShoppingCart.gif);
	background-position:top;
	background-repeat:repeat-x;

}
.StoreTextHeader
{
    background:url(/images/hebrew/bgr_tblHead.gif) repeat-x;
    font-size:24px;
    color: #DE1935;
    font-weight : bold;
    text-decoration: none;
	height:52px;
	padding-right:10px;
}
.StoreTextHeader.second
{
	color:#636363 !important;
	background:none;
	border-top:solid 1px #C9C7CA;
}
.grayText
{
	color:#636363 !important;
}
.StoreTextHeaderLtr
{
    font-size:12px;
    color: #646464;
    font-weight : bold;
    text-decoration: none;
	background-color:#e6e6e6;
	height:27px;
	padding-left:10px;
}

.StoreTextBody
{
    font-size:12px;
    color: #646464;
    font-weight:normal;
    text-decoration: none;
}
.StoreSpace
{
	height:30px;    
}


/*---- Store Login ----*/
.StoreLoginRtl
{
	padding-left:30px;
}
.StoreLoginLtr
{
	padding-right:30px;
}
.LoginDivider
{
    background-color: #bbbbbb;
}

/*---- Print ----*/
.PrintBody
{
    background-color: #FFFFFF;
}
.PrintTable
{
    background-color: #ffffff;
    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: #9b9a9a;
}
.ForumColumnTitle
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
A.ForumMessageTitle:Link, A.ForumMessageTitle:Visited, A.ForumMessageTitle:Hover
{
    font-size:12px;
    color: #6d6d70;
    font-weight : bold;
}
A.ForumLink:Link, A.ForumLink:Visited, A.ForumLink:Hover
{
    font-size:10px;
    color: #636363;
    font-weight : normal;
}
a.JobLink
{
    font-size:11px;
    color: #636363;
    font-weight : normal;
}
A.ForumTextLink:Link, A.ForumTextLink:Visited, A.ForumTextLink:Hover
{
    font-size:11px;
	color: #000000;
    font-weight : normal;
    text-decoration: underline;
}
.ForumRow1
{
	background-color: #f3f3f3;
	height: 25px;
}
.ForumRow2
{
	background-color: #e6e6e6;
	height: 25px;
}
.JobsRow1,.JobsRow2
{
	height:35px;
}
.ForumDivider
{
	background-color: #bbbbbb;
}
.ForumSubDivider
{
	background-color: #bbbbbb;
}
.ForumLinksRow
{
	background-color: #f9f9f9;
	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;
}
.Remark
{
	color: #000000;
	font-size:12px;
}

/*---- Agents ----*/
.AgentsLoginTitleRtl
{
	background-image: url(/images/hebrew/bgr_AgentsLoginTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsLoginTitleLtr
{
	background-image: url(/images/english/bgr_AgentsLoginTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsLoginCenterRtl
{
	background-image: url(/images/hebrew/bgr_AgentsLoginCenter.gif);
	background-repeat: repeat-y;
}
.AgentsLoginCenterLtr
{
	background-image: url(/images/english/bgr_AgentsLoginCenter.gif);
	background-repeat: repeat-y;
}
.AgentsLoginBottomRtl
{
	background-image: url(/images/hebrew/bgr_AgentsLoginBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsLoginBottomLtr
{
	background-image: url(/images/english/bgr_AgentsLoginBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsInnerTitleRtl
{
	background-image: url(/images/hebrew/bgr_AgentsInnerTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsInnerTitleLtr
{
	background-image: url(/images/english/bgr_AgentsInnerTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsInnerCenterRtl
{
	background-image: url(/images/hebrew/bgr_AgentsInnerCenter.gif);
	background-repeat: repeat-y;
}
.AgentsInnerCenterLtr
{
	background-image: url(/images/english/bgr_AgentsInnerCenter.gif);
	background-repeat: repeat-y;
}
.AgentsInnerBottomRtl
{
	background-image: url(/images/hebrew/bgr_AgentsInnerBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsInnerBottomLtr
{
	background-image: url(/images/english/bgr_AgentsInnerBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsPageTitleRtl
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 20px;
}
.AgentsPageTitleLtr
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
.AgentsSubTitle
{
	font-size: 13px;
	font-weight: bold;
	color: #3333ff;
}
.Box1
{
	background-color: #FFFFFF;
    border: 1px solid #FF6600;
    border-collapse: collapse;
}
.TableHeader1
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5c77a2;
}
.Box2
{
	background-color: #FFFFFF;
    border: 1px solid #FF6600;
    border-collapse: collapse;
}
.TableHeader2
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5c9dd9;
}

/*---- Movie Catalog ----*/
.MovieCategoriesBoxRtl
{
	vertical-align:top;
}
.MovieCategoriesBoxLtr
{
	vertical-align:top;
}
.MovieCategoriesTitleRtl
{
	height: 39px;
	background-image: url(/images/hebrew/bgr_MovieCategoryListTitle.gif);
	padding-right: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCategoriesTitleLtr
{
	height: 39px;
	background-image: url(/images/english/bgr_MovieCategoryListTitle.gif);
	padding-left: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCategoryLinkRtl
{
	padding-right:5px;
	font-size: 12px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCategoryLinkLtr
{
	padding-left:5px;
	font-size: 12px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCategoryIconRtl
{
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}
.MovieCategoryIconLtr
{
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}
.MovieCategoriesMiddleRtl
{
	background-image: url(/images/hebrew/bgr_MovieCategoryListCenter.gif);
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:10px;
}
.MovieCategoriesMiddleLtr
{
	background-image: url(/images/english/bgr_MovieCategoryListCenter.gif);
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:10px;
}
.MovieCategoriesBottomRtl
{
	 background-image: url(/images/hebrew/bgr_MovieCategoryListBottom.gif);
	 background-repeat: no-repeat;
	 height: 30px;
}
.MovieCategoriesBottomLtr
{
	 background-image: url(/images/english/bgr_MovieCategoryListBottom.gif);
	 background-repeat: no-repeat;
	 height: 30px;
}
.MovieIndexRtl
{
	/*padding:4px;*/
}
.MovieIndexLtr
{
	/*padding:4px;*/
}
.MovieBoxTitleCenterRtl
{
	 background-image: url(/images/hebrew/MovieBoxTitleCenter.gif);
	 height: 20px;
	 padding-right: 10px;
	 padding-left: 10px;
	 vertical-align:middle;
}
.MovieBoxTitleCenterLtr
{
	 background-image: url(/images/english/MovieBoxTitleCenter.gif);
	 height: 20px;
	 padding-right: 10px;
	 padding-left: 10px;
	 vertical-align:middle;
}
.MovieBoxTitleFirstSideRtl
{
	 background-image: url(/images/hebrew/MovieBoxTitleFirstSide.gif);
	 width:14px;
	 height:26px;
}
.MovieBoxTitleFirstSideLtr
{
	 background-image: url(/images/english/MovieBoxTitleFirstSide.gif);
	 width:14px;
	 height:26px;
}
.MovieBoxTitleSecondSideRtl
{
	 background-image: url(/images/hebrew/MovieBoxTitleSecondSide.gif);
	 width:14px;
	 height:26px;
}
.MovieBoxTitleSecondSideLtr
{
	 background-image: url(/images/english/MovieBoxTitleSecondSide.gif);
	 width:14px;
	 height:26px;
}
A.MovieBoxTitleLink
{
	font-size: 13px;
	font-weight: bold;
	color: #0066ff;
}
.MovieBoxText
{
	font-size: 11px;
	color: #0066ff;
}
.HeaderVideoCenterRtl
{
	background-image: url(/images/hebrew/bgr_HeaderVideoCenter.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #0066ff;
}
.HeaderVideoCenterLtr
{
	background-image: url(/images/english/bgr_HeaderVideoCenter.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #0066ff;
}
.VideoTableRtl
{
	 width: 436px;
}
.VideoTableLtr
{
	 width: 436px;
}
.VideoTopCornerFirstSideRtl
{
	 background-image: url(/images/hebrew/VideoTopCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 width: 58px;
	 height: 58px;
}
.VideoTopCornerFirstSideLtr
{
	 background-image: url(/images/english/VideoTopCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 width: 58px;
	 height: 58px;
}
.VideoTopRtl
{
	 background-image: url(/images/hebrew/VideoTop.gif);
	 background-repeat: no-repeat;
	 width: 320px;
	 height: 58px;
}
.VideoTopLtr
{
	 background-image: url(/images/english/VideoTop.gif);
	 background-repeat: no-repeat;
	 width: 320px;
	 height: 58px;
}
.VideoTopCornerOppositeSideRtl
{
	 background-image: url(/images/hebrew/VideoTopCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 width: 58px;
	 height: 58px;
}
.VideoTopCornerOppositeSideLtr
{
	 background-image: url(/images/english/VideoTopCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 width: 58px;
	 height: 58px;
}
.VideoMiddleFirstSideRtl
{
	 background-image: url(/images/hebrew/VideoMiddleFirstSide.gif);
	 background-repeat: repeat-y;
}
.VideoMiddleFirstSideLtr
{
	 background-image: url(/images/english/VideoMiddleFirstSide.gif);
	 background-repeat: repeat-y;
}
.VideoMiddleLtr
{
	 height: 239px;
}
.VideoMiddleRtl
{
	 height: 239px;
}
.VideoMiddleOppositeSideRtl
{
	 background-image: url(/images/hebrew/VideoMiddleOppositeSide.gif);
	 background-repeat: repeat-y;
}
.VideoMiddleOppositeSideLtr
{
	 background-image: url(/images/english/VideoMiddleOppositeSide.gif);
	 background-repeat: repeat-y;
}
.VideoBottomCornerFirstSideRtl
{
	 background-image: url(/images/hebrew/VideoBottomCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 height: 37px;
}
.VideoBottomCornerFirstSideLtr
{
	 background-image: url(/images/english/VideoBottomCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 height: 37px;
}
.VideoBottomRtl
{
	 background-image: url(/images/hebrew/VideoBottom.gif);
	 background-repeat: repeat-x;
	 height: 58px;
}
.VideoBottomLtr
{
	 background-image: url(/images/english/VideoBottom.gif);
	 background-repeat: repeat-x;
	 height: 58px;
}
.VideoBottomCornerOppositeSideRtl
{
	 background-image: url(/images/hebrew/VideoBottomCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 height: 58px;
}
.VideoBottomCornerOppositeSideLtr
{
	 background-image: url(/images/english/VideoBottomCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 height: 58px;
}
.RateMovieRtl
{
	padding: 6px;
	background-color: #EEEEEE;
	font-size: 12px;
	color: #0066ff;
}
.RateMovieLtr
{
	padding: 6px;
	background-color: #EEEEEE;
	font-size: 12px;
	color: #0066ff;
}
.RatingTextBold
{
	font-size: 12px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCommentsTableRtl
{
	padding:3px;
}
.MovieCommentsTableLtr
{
	padding:3px;
}
.MovieCommentsTitleRtl
{
    width:400px;
    height:32px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(../images/hebrew/bgr_ResponseTitle.gif);
}
.MovieCommentsTitleLtr
{
    width:400px;
    height:32px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(../images/english/bgr_ResponseTitle.gif);
}
.MovieCommentsText
{
	font-size: 12px;
	color: #636363;
	padding: 3px;
}
.MovieCommentsText2
{
	font-size: 12px;
	color: #6e6f70;
	padding: 3px;
}
.MovieCommentsDividerRtl
{
    background-color:#bbbbbb;
	height:1px;
}
.MovieCommentsDividerLtr
{
    background-color:#bbbbbb;
	height:1px;
}
.AddMovieRtl
{
	padding-top:10px;
	background-image:url(../images/hebrew/addVideo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:36px;
	text-align:center;
	cursor:hand;
}
.AddMovieLtr
{
	padding-top:10px;
	background-image:url(../images/english/addVideo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:36px;
	text-align:center;
	cursor:hand;
}
.AddMovieLinkRtl, a.AddMovieLinkRtl:Link, a.AddMovieLinkRtl:Visited, a.AddMovieLinkRtl:Hover
{
	width:100%;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.AddMovieLinkLtr, a.AddMovieLinkLtr:Link, a.AddMovieLinkLtr:Visited, a.AddMovieLinkLtr:Hover
{
	width:100%;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

/*---- Events ----*/
.EventDetailsRtl
{
}
.EventDetailsLtr
{
}
.EventDetailsTopRtl
{
}
.EventDetailsTopLtr
{
}
.EventsTableHeaderRow
{
	background-color: #ec0203;
	height: 25px;
}
.EventsTableHeader
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
}
.ComingEventsTableRtl
{
	width: 100%;
}
.ComingEventsTableLtr
{
	width: 100%;
}
.ComingEventsRow
{
	background-color: #f2fcfe;
	padding: 5px;
}
.ComingEventsDivider
{
	height: 1px;
	background-color: #bbbbbb;
}
.TodaysEventsTableRtl
{
	width: 300px;
}
.TodaysEventsTableLtr
{
	width: 300px;
}
.TodaysEventsRow
{
	padding: 5px;
}
.TodaysEventsDivider
{
	height: 1px;
	background-color: #bbbbbb;
}
.EventTitle, A.EventTitle:Link, A.EventTitle:Visited, A.EventTitle:Hover
{
	font-size: 12px;
	font-weight: bold;
	color: #ec0203;
}
.Calendar
{
	border: 0px solid #FFFFFF;
	border-bottom: #ec0203 1px solid;
	width:131px;
}
.CalendarTitle
{
	background-color:#ec0203;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	height:24px;
	width:131px;
}
.DayHeader
{
	font-size:12px;
	color:#ec0203;
	font-weight: normal;
}
.DayStyle, A.DayStyle:Link, A.DayStyle:Visited, A.DayStyle:Hover
{
	font-size:12px;
	color:#999999;
	font-weight: normal;
	padding:4px;
}
.EventDayStyle, A.EventDayStyle:Link, A.EventDayStyle:Visited
{
	background-color: #d2f0ff;
	
}
.NextPrevStyle, A.NextPrevStyle:Link, A.NextPrevStyle:Visited, A.NextPrevStyle:Hover
{
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
}
.SelectedDayStyle, A.SelectedDayStyle:Link, A.SelectedDayStyle:Visited, A.SelectedDayStyle:Hover
{
	font-size: 12px;
	font-weight: bold;
	color:#ec0203;
	background-color: #d2f0ff;
	border: 1px solid #ec0203;
}
.OtherMonthDayStyle, A.OtherMonthDayStyle:Link, A.OtherMonthDayStyle:Visited
{
	color: #d2f0ff;
}

/*---- Forms ----*/
.InputField 
{
    border: 1px solid #C7C5C8; 
	font-size:12px;
	background-color:#ffffff;
	color:#636363;
}
.CheckBox
{
    border: 0px; 
	font-size:12px;
	background-color:#ffffff;
	color:#636363;
}
.storeLoginSep
{
	height:1px;
	background: #C7C5C8;
	padding:0 !important;
}
.storeLoginSep1
{
	height:15px;
}
.FormTable
{
	padding-left:20px;
	padding-right:20px;
}
.FormInputName
{
    font-size:11px;
    color: #636363;
    font-weight : bold;
	padding-left: 5px;
	padding-right: 20px;
}
.FormDescription
{
    font-size:12px;
    color: #999999;
	padding-left: 20px;
	padding-right: 20px;
}
.FormSubTitleRtl
{
	font-size: 12px;
	font-weight: bold;
	color:#636363;
	padding-right: 20px;
	height:25px;
	background-color:#d9d9d9;
}
.FormSubTitleLtr
{
	font-size: 12px;
	font-weight: bold;
	color:#ec0203;
	background-color: #d2f0ff;
	padding-left: 20px;
	height:25px;
}
.FormButton 
{
    border-style: solid;
    border-width:0;
	background-color:#ec0203;
	font-size:12px;
	font-weight : bold;
	color: #FFFFFF;
	text-align:center;
	cursor: hand;
	padding-right:6px;
	padding-left:6px;
}
.Comments
{
    font-size:12px;
    color: #999999;
    font-style:italic;
}


/*---- Survey -----*/
.SurveyResultRow
{
	border: 1px solid #000000;
}
.SurveyResultsColor
{
	background-color: #ff9933;
	height: 20px;
}
.OuterSurveyBoxRtl
{
}
.OuterSurveyBoxLtr
{
}
.InnerSurveyBoxRtl
{
}
.InnerSurveyBoxLtr
{
}
.SurveyTopRtl
{
	height:1px;
}
.SurveyTopLtr
{
	height:1px;
}
.SurveyTitleRtl
{
	font-size:12px;
	color:#636363;
	font-weight: bold;
	padding-right: 10px;
	background-color: #FFFFFF;
	height: 25px;
}
.SurveyTitleLtr
{
	font-size:12px;
	color:#636363;
	font-weight: bold;
	padding-left: 10px;
	background-color: #FFFFFF;
	height: 25px;
}
.SurveyMiddleRtl
{
	padding: 5px;
}
.SurveyMiddleLtr
{
	padding: 5px;
}
.SurveyBottomRtl
{
}
.SurveyBottomLtr
{
}
.SurveyAnswer
{
	font-size:12px;
	color:#636363;
	padding-right:3px;
	padding-left:3px;
}
.SurveyBottomRtl
{
	height:1px;
}
.SurveyBottomLtr
{
	height:1px;
}


/*------ List -----*/
.ListItemBoxRtl
{
	border: 1px solid #DDDDDD;
}
.ListItemBoxLtr
{
	border: 1px solid #DDDDDD;
}
.ListItemSingleBoxRtl
{
	border-bottom: 1px solid #bbbbbb;
}
.ListItemSingleBoxLtr
{
	border-bottom: 1px solid #bbbbbb;
}
.ListItemTitleRtl
{
    font-size:12px;
    color: #5d9f21;
    font-weight :bold;
    text-decoration: none;
}
.ListItemTitleLtr
{
    font-size:12px;
    color: #5d9f21;
    font-weight :bold;
    text-decoration: none;
}
.ListItemTitleTextRtl, A.ListItemTitleTextRtl:Link, A.ListItemTitleTextRtl:Visited
{
    font-size:14px;
    color: #515151;
    font-weight :bold;
    text-decoration: none;
}
.ListItemTitleTextLtr, A.ListItemTitleTextLtr:Link, A.ListItemTitleTextLtr:Visited
{
    font-size:14px;
    color: #515151;
    font-weight :bold;
    text-decoration: none;
}
A.ListItemDetailsLink:Link, A.ListItemDetailsLink:Visited
{
	color: #636363;
	font-size:12px; 
	text-decoration: none;
	font-weight:normal;
}
A.ListItemDetailsLink:Hover
{
	color: #636363;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.ListItemSmallLink:Link, A.ListItemSmallLink:Visited, A.ListItemSmallLink:Hover
{
	color: #7b7366;
	font-size:12px; 
	text-decoration:underline;
	font-weight:bold;
}
.ListDivider
{
	background-color: #bbbbbb;
}

/*------ Text Box -----*/
.TextBoxRtl
{
	border: 1px solid #add0f1;
}
.TextBoxLtr
{
	border: 1px solid #add0f1;
}
.TextBoxTitleRtl
{
	color: #636363;
	font-size:12px;
	padding:3px;
}
.TextBoxTitleLtr
{
	color: #636363;
	font-size:12px; 
	padding:3px;
}
.TextBoxLinkRtl
{
	color: #636363;
	font-size:12px; 
}
.TextBoxLinkLtr
{
	color: #636363;
	font-size:12px; 
}

/*------ Contact Details Box -----*/
.ContactDetailsTitleRtl
{
	color: #636363;
	font-size:13px; 
	font-weight: bold;
}
.ContactDetailsTitleLtr
{
	color: #636363;
	font-size:13px; 
	font-weight: bold;
}
.ContactDetailsText1
{
	color: #7b7366;
	font-size:12px; 
	font-weight: bold;
}
.ContactDetailsText2
{
	color: #7b7366;
	font-size:12px; 
}
A.ContactDetailsTextLink:Link, A.ContactDetailsTextLink:Visited
{
	color: #7b7366;
	font-size:12px; 
	text-decoration: underline;
}

/*------ News Strip -----*/
.NewsStripRtl
{
}
.NewsStripLtr
{
}
.NewsStripText, A.NewsStripText:Link, A.NewsStripText:Visited
{
	color: #636363;
	font-size:12px; 
}

/*------ News Letter -----*/
.NewsLetterBodyRtl
{
	background-color: #eef0f2;
}
.NewsLetterBodyLtr
{
	background-color: #eef0f2;
}
.NewsLetterTableRtl
{
	border: 1px solid #c6ced2;
	background-color:#FFFFFF;
	padding: 0px;
}
.NewsLetterTableLtr
{
	border: 1px solid #c6ced2;
	background-color:#FFFFFF;
	padding: 0px;
}
.RemoveFromMailingListLink
{
	color: #7b7366;
	font-size:12px; 
	text-decoration: underline;
	font-weight:bold;
}

/*------ Events Scroller -----*/
.EventScrollerBoxRtl
{
}
.EventScrollerBoxLtr
{
}
.EventScrollerTitleRtl
{
	color: #636363;
	font-size:12px;
	font-weight: bold;
}
.EventScrollerTitleLtr
{
	color: #636363;
	font-size:12px;
	font-weight: bold;
}
.EventScrollerTextRtl
{
	color: #636363;
	font-size:12px; 
}
.EventScrollerTextLtr
{
	color: #636363;
	font-size:12px; 
}
.ListItemTitleLinkRtl, A.ListItemTitleLinkRtl:Link, A.ListItemTitleLinkRtl:Visited, A.ListItemTitleLinkRtl:Hover
{
	color: #636363;
	font-size:12px;
	font-weight: bold;
}
.ListItemTitleLinkLtr, A.ListItemTitleLinkLtr:Link, A.ListItemTitleLinkLtr:Visited, A.ListItemTitleLinkLtr:Hover
{
	color: #636363;
	font-size:12px;
	font-weight: bold;
}
.ListSmallPic
{
	border: 1px solid #bbbbbb;
}
.NewsLetterFooter
{
	height:21px;
	background-image:url(../images/hebrew/bgr_FooterNewsLetter.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
/* Use this for the background of the whole window */
.BodyNewBg
{
	background:white;
}
.BodyBgRtl
{
}
.BodyBgLtr
{
	background-image:url(../Images/English/bgr.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#d9d9d9;
}
.BodyBgInnerRtl
{
	/*background-image:url(../Images/hebrew/bgr.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#d9d9d9;*/
}
.BodyBgInnerLtr
{
	
}
/* The table that contains the site */
.MainTableRtl
{
}
.MainTableLtr
{
}
.MainTableInnerRtl
{
	padding-bottom:35px;
	padding-top:35px;
}
/* Homepage - the outer table that contains the text section */
.HomeOuterContentTableRtl
{
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.HomeOuterContentTableLtr
{
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
/* Homepage - the inner table that contains the text section */
.HomeInnerContentTableRtl
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	
}
.HomeInnerContentTableLtr
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	
}
/* Homepage - the text section */
.HomeTextTableRtl
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.HomeTextTableLtr
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
/* The outer table that contains the text section */
.OuterContentTableRtl
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.OuterContentTableLtr
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
/* The inner table that contains the text section */
.InnerContentTableRtl
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.InnerContentTableLtr
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.PopUpTable
{
	padding: 10px;
	border: 1px solid #faf8f8;
	background-color: #FFFFFF;
}
.ProductColorPanel
{
	height:180px;
	vertical-align:middle;
	text-align:center;
}
.ColorsTdRtl
{
	padding-top:5px;
	padding-bottom:15px;
	vertical-align:bottom;
	height:289px;
	text-align:right;
	padding-right:23px;
	width:428px;
}
.ColorsTdLtr
{
	padding-top:5px;
	padding-bottom:15px;
	vertical-align:bottom;
	height:289px;
	text-align:left;
	padding-left:23px;
	width:428px;
}
.ColorsTableRtl
{
	width:100%;/*452px*/
	height:289px;
}
.ColorsTableLtr
{
	width:100%;
	height:289px;
}
.ColorsTable2
{
}
.DetailsTable
{
	height:51px;
	padding-top:7px;
	

}
.DetailsTable2
{

}
.ErrorMessageBold
{
	padding-bottom:2px;
	padding-top:2px;
	padding-left:6px;
	padding-right:6px;
	height:25px;
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	background-color:#de1935;
}
.MessageDeliveryFree
{
	color: #de1935;
	font-size:15px;
}

.MessageBold
{
	color: #EC0202;
	font-size:14px;
	font-weight: bold;
}

.MessageTitleBold
{
	color: #EC0202;
	font-size:18px;
	font-weight: bold;
}
.NumberedPageText, A.NumberedPageText:Link, A.NumberedPageText:Visited, A.NumberedPageText:Hover
{
	color: #636363;
	font-size:16px;
	font-weight: bold;
}
.ProductCurrentPage, A.ProductCurrentPage:Link, A.ProductCurrentPage:Visited, A.ProductCurrentPage:Hover
{
	color: #ec0202;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;
}
.ProductNumberedPage, A.ProductNumberedPage:Link, A.ProductNumberedPage:Visited, A.ProductNumberedPage:Hover
{
	color: #636363;
	font-size:15px;
	font-weight: bold;
	text-decoration:underline;	
}
#productContentLeft
{
    position: absolute;
    width: 250px;
}
#productContentRight
{
    position: absolute;
    width: 250px;
}
#dragLayer
{
    position: absolute;
    top: 0px;
    left: 0px;
}
#product_image_bg
{
    height: 414px;
    width: 345px;
}
.tintRtl
{
    background-color: #C1C1C1;
    position: absolute;
    left: 0pt;
    top: 2px;
    height: 414px;
    width: 345px;
    opacity: 0;
    filter: alpha(opacity:0);
    z-index:100;
}
.tintLtr
{
    background-color: #C1C1C1;
    position: absolute;
    left: -3px;
    top: 2px;
    height: 414px;
    width: 345px;
    opacity: 0;
    filter: alpha(opacity:0);
    z-index:100;
}
.dragBoxRtl
{
    border: 1px solid #C1C1C1;
    cursor: pointer;
    height: 80px;
    left: 0pt;
    overflow: hidden;
    position: absolute;
    top: 0pt;
    visibility: hidden;
    width: 100px;
    z-index: 100;
}
.dragBoxLtr
{
    border: 1px solid #C1C1C1;
    cursor: pointer;
    height: 80px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    visibility: hidden;
    width: 100px;
    z-index: 100;
}
.dragImgRtl
{
    position: absolute;
    top: 0pt;
    left: 0pt;
}
.dragImgLtr
{
    position: absolute;
    top: 0pt;
    left: -3px;
}
#zoomLayer
{
    border: #c1c1c1 1px solid;
    z-index: -100;
    position: absolute;
    left: 0pt;
    top: 0pt;
    visibility: hidden;
    overflow: hidden;
    height: 248px;
    width: 310px;
}
#zoomImg
{
    position: absolute;
    left: 0pt;
    top: 0pt;
    z-index: -100;
}
#productContentLeft #product_image #productContentRight
{
    height: 380px;
    width: 250px;
}

.ColorTd
{
	width:40px;
	height:35px;
/*	background:no-repeat url(../Images/hebrew/color_shadow.gif); */
}
.ImgColor,.CurrColor_Img
{
	/*width:34px;
	height:35px;	*/
	width:36px !important;
	border:0 !important;
	background:url(/images/hebrew/icon_color_frame.png) no-repeat;
	height:38px !important;
	padding:7px 5px 7px 7px;
}
.ShippingSlipTd
{	
	background:no-repeat url(../Images/hebrew/slip.gif);
}


/*---- Top Panel ----*/
.TopPanelRtl
{
	background:red;
	height:310px;
	width:100%;
	text-align:center;
	padding-top:10px;
}
.TopPanelRtl > table
{
	width:979px;
	margin:0 auto;
}
.TopPanelRtl.Hanes
{
	background:url(/images/hebrew/top_kids.png) no-repeat center !important;
	height:122px !important;
}
.TopPanelRtl.hp
{
	background:none;
	height:auto !important;
}
.TopPanelRtl.personal
{
	background:url(/images/hebrew/top_personalArea.png) no-repeat center !important;
}
.TopPanelRtl.men
{
	background:url(/images/hebrew/top_men.png) no-repeat center !important;
	height:122px !important;
}
.TopPanelRtl.women
{
	background:url(/images/hebrew/top_women.png) no-repeat center !important;
	height:122px !important;
}
.TopPanelRtl.cart
{
	background:url(/images/hebrew/top_cart.png) no-repeat center !important;
}
.TopPanelRtl.bra
{
	background:url(/images/hebrew/top_bras.png) no-repeat center !important;
	height:122px !important;
}
.TopPanelRtl.girls
{
	background:url(/images/hebrew/top_girls.png) no-repeat center !important;
	height:122px !important;
}
.TopPanelRtl.boys
{
	background:url(/images/hebrew/top_boys.png) no-repeat center !important;
	height:122px !important;
}
.TopPanelRtl.sales
{
	background:url(/images/hebrew/top_sales.png) no-repeat center !important;
	/*height:122px !important;*/
}
.TopPanelRtl.storelogin
{
	background:url(/images/hebrew/top_storeLogin.png) no-repeat center;
}

.TopPanelRtl.general
{
	background:url(/images/hebrew/top_klali3.png) no-repeat center;
}
.TopPanelRtl.stores
{
	background:url(/images/hebrew/top_klali2.png) no-repeat center !important;
}
.TopPanelRtl.sitemap
{
	background:url(/images/hebrew/top_klali1.png) no-repeat center !important;
}
.TopPanelRtl.joboffers
{
	background:url(/images/hebrew/top_jobs.png) no-repeat center !important;
}
.TopPanelRtl.contactus
{
	background:url(/images/hebrew/top_contact.png) no-repeat center !important;
}
.TopPanelRtl.joinmembersclub
{
	background:url(/images/hebrew/top_takanonClub.png) no-repeat center !important;
}
.TopPanelRtl.art582
{
	background:url(/images/hebrew/top_about.png) no-repeat center !important;
}
.TopPanelRtl.list592
{
	background:url(/images/hebrew/top_faq.png) no-repeat center !important;
}
.TopPanelRtl.art633
{
	background:url(/images/hebrew/top_takanonClub.png) no-repeat center !important;
}
.TopPanelRtl.art606
{
	background:url(/images/hebrew/top_takanonSite.png) no-repeat center !important;
}
.TopPanelRtl.art590
{
	background:url(/images/hebrew/top_CustomerService.png) no-repeat center !important;
}
.TopPanelCenterRtl
{
	vertical-align:bottom;
	padding-bottom:3px;
}
.TopPanelCenterLtr
{
	vertical-align:bottom;
}
/*---- Top LOGO ----*/

.LogoTd_Rtl
{
	background-image:url(../Images/Hebrew/logo_new.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-left:25px;
	text-align:left;
}
.LogoTd_Ltr
{
	background-image:url(../Images/English/logo_new.png);
	background-repeat:no-repeat;
	background-position:left center;
	/*padding-right:25px;*/
	text-align:left;
}
.LogoTd_Kids_Rtl
{
	background-image:url(../Images/Hebrew/logo_kids.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-left:25px;
	text-align:left;
}
.LogoTd_Kids_Ltr
{
	background-image:url(../Images/English/logo_kids.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-left:25px;
	text-align:right;
}
.LogoTd_Aerobics_Rtl
{
	background-image:url(../Images/Hebrew/logo_Aerobics.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-left:25px;
	text-align:left;
}
.LogoTd_Aerobics_Ltr
{
	background-image:url(../Images/English/logo_Aerobics.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-right:25px;
	text-align:left;
}
.LogoTd_Lingerie_Rtl
{
	background-image:url(../Images/Hebrew/logo_Lingerie.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-left:25px;
	text-align:left;
}
.LogoTd_Lingerie_Ltr
{
	background-image:url(../Images/English/logo_Lingerie.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	text-align:left;
}
.LogoTd_Hanes_Rtl
{
	background-image:url(../Images/Hebrew/logo_Hanes.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-left:25px;
	text-align:left;
}
.LogoTd_Hanes_Ltr
{
	background-image:url(../Images/English/logo_Hanes.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-right:25px;
	text-align:left;
}
.TopMenuDiv_Rtl
{
	
	/*background-image:url(../Images/Hebrew/top_Menu_SwearBlank.gif);
	background-repeat:no-repeat;
	background-position:bottom center;*/
	height:51px;
	vertical-align:bottom;
	padding-top:11px;
	/*width:642px;*/
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
.TopMenuDiv_Ltr
{
	background-image:url(../Images/English/top_Menu_SwearBlank.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:51px;
	vertical-align:bottom;
	padding-top:11px;
	/*width:642px;*/
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

.FF_TextAlign_Center
{
	text-align:-moz-center;
}

/*************************************/


.SCPDClose
{
	background-image:url(../Images/hebrew/icon_logout.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.SCPD_Rtl
{
	
	position:absolute;
	top:130px;
	right:0px;
	width:236px;
	z-index:20000;
}

.SCPD_Ltr
{

	position:absolute;
	top:130px;
	right:0px;
	width:236px;
	z-index:20000;
}
.SCPDFrame
{
	background-image:url(../Images/hebrew/bgr_SaleCart.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:180px;
	height:265px;
	padding-left:28px;
	padding-right:28px;
	z-index:20000;
	padding-top:18px;
	text-align:center;
}
.SCPD_ShowCartBtn
{
width:236px;
text-align:center;
}
.SCPDHeader
{	
}
.SCPDHeaderText
{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.SCPDHeaderCloseBox
{
	width:24px;
	height:25px;
	cursor:pointer;
}
.SCPDOrder
{
}
.SCPDOrderPicBox
{
	height:80px;
	padding-left:8px;
	text-align:right;
}
.SCPDHorizontalDiviser
{
	background-image:url(../Images/Hebrew/SCPDHorizontalDiviser.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:20px;
}
.SCPDOrderPic
{
	border:1px solid #ffffff;
	width:67px;
	height:80px;
}
.SCPDOrderTitle
{
	height:35px;

}
.SCPDOrderTitleProductName
{
	font-size:11px;
	font-weight:bold;
	color:#d9d9d9;
	height:20px;
}
.SCPDOrderTitleProductBarcode
{
}
.SCPDOrderDetails
{
	clear:both;
}
.SCPDOrderDetailsTdRtl
{
	padding-right:5px;
}
.SCPDOrderDetailsTdLtr
{	
	padding-left:5px;
}

.SCPDOrderDetailsTitle
{
	font-size:11px;
	font-weight:normal;
	color:#d9d9d9;
	padding-left:5px;
	height:20px;
}
.SCPDOrderDetailsValue
{
	font-size:11px;
	font-weight:bold;
	color:#d9d9d9;

}
.SCPDOrdersDesc
{
}
.SCPDNumItemsDiv
{
}
.SCPDNumItems
{
}
.SCPDSubtotalDiv
{
}
.SCPDSubTotal
{
}
.SCPDFooter
{
}
.SCPDFooterText
{
}
.SCPDFooterLinkBox
{
	width: 20px;
}
.SCPDFooterLink
{
}
.SCPDFooterLinkImg
{
}
.ContactUsTblRtl
{
	
}
.ContactUsTblLtr
{
	
}
.ContactUsImgTdRtl
{
	padding-right:30px;
}
.ContactUsImgTdLtr
{
	padding-left:30px;
}
.QuickViewRtl
{
	background:url(/images/hebrew/bgr_popupQuickView.png) no-repeat;
	width:848px;
	height:651px;
	/*margin:none;*/
}
.QuickViewLtr
{
	background-color:White;
	border:3px solid #636363;
	/*margin:none;*/
}
.JobsDiv
{
	width:670px;
	/*position:relative;*/
	z-index:9;
	min-height:728px;
	float:right;
	background:#fff;
	height:auto;
}
.ArticleTbl
{
	width:670px;
	/*border-width:3px;
	border-color:#5b5b5b;	
	border-style:solid;*/
	background:#fff;
	/*margin-top:35px;*/
}
.ArticleTbl.storeLogin
{
	margin-top:0 !important;
}
.storeLogin .ArticleBodyTdRtl
{
	padding:0 !important;
}
.returningCustomer
{
	border:solid 10px #CBC6CD;
	width:100%;
	padding:10px;
}
.ArticleHeaderTdRtl
{
	/*background-color:#9a9a9a;*/
	height:25px;
	/*border-bottom:solid 1px #656565;
	padding-right:20px;*/
}
.ArticleHeaderTdLtr
{
	background-color:#9a9a9a;
	height:25px;
	border-bottom:solid 1px #656565;
	padding-left:20px;
}
.ArticleBodyTdRtl
{
	/*padding:0 20px 20px 20px;*/
}
.ArticleBodyTdLtr
{
	padding:20px;
}

.SideMenuTextBold_581, 
.SideMenuTextBold_644, 
.SideMenuTextBold_642
{
    color: #ffffff;
    font-weight : bold;
    text-decoration: none;
	font-size:11px;
}

.SideMenuTextBold_639
{
    color: #636363;
    font-weight : bold;
    text-decoration: none;
	font-size:11px;
}
.LinksRowLtr
{
	padding-left:37px;
}
.LinksRowRtl
{
	padding-right:37px;
}
.ProductCategoryRtl
{
	padding-top:0px;	
	padding-right:28px;
}
.ProductCategoryLtr
{	
	padding-top:0px;	
	padding-left:28px;
}

.MorePicsText
{
	padding-top:15px;
	width:350px;
	padding-right:50px;
	font-weight:bold;
	font-size:11px;
	vertical-align:top;
	color:Red;
}

.tabTd
{
	/*height:50px;
	width:104px;
	border:solid 1px lime;*/
	color:White;
	font-size:20px;
	font-weight:normal;
	padding:0 10px;
	cursor:pointer;
}
.tabTd a
{
	color:White;
}
.tabsTable
{
	
}
.TopMenuDiv
{
	text-align:left;	
}
.giftCardSelectMenuTdOver
{
	width:100%;
	color:#E21438;
	background-color:#d9d9d9;
 	height:20px;
}
.giftCardSelectMenuTd0
{
	width:100%;
	height:20px;
	background-color:#e6e6e6;
}
.giftCardSelectMenuTd1
{
	width:100%;
	height:20px;
}
.toolTipTitle
{
	 background-image:url('../upload/tooltip.gif');	
	 height:20px;
	 background-repeat:no-repeat;
}
.ChooseCard, A.ChooseCard:Link, A.ChooseCard:Visited, A.ChooseCard:Hover
{
    color: #636363;
    text-decoration: none;
	font-weight:normal;
	font-size:11px;
	line-height:18px;
}
.WzBoDy
{
	 border-bottom:solid 2px #636363;
	 border-left:solid 2px #636363;
	 border-right:solid 2px #636363;
	 
}
.MorePicsTextLtr
{
	color:#db0203;
text-align:right;
padding-right:170px;
vertical-align:top;
}
.MorePicsTextRtl
{
color:#db0203;
text-align:left;
padding-left:170px;
vertical-align:top;
}

.SearchBoxRtl
{
height:41px;
width:150px;	
background-image:url('/images/hebrew/bgr_search.png');
background-repeat:no-repeat;
background-position:right;
padding-right:12px;

}
.SearchBoxLtr
{
height:41px;
width:150px;	
background-image:url('/images/english/bgr_search.png');
background-repeat:no-repeat;
background-position:left;
padding-left:12px;
text-align:center;
}
.loginDiv
{
	background:#565656;
	border:solid 1px #a2a1a1;
	width:100px;
	height:17px;
	color:White;
	font-weight:bold;
	font-size:13px;
	padding:1px 0 1px 0;
	text-align:right;
}
.loginDiv a
{
	color:White;
	font-size:13px;
}
.searchTDRtl
{
	padding-right:1px;
}
.searchTDLtr
{
	padding-left:1px;
}
.cartTDRtl
{
	padding:7px 9px 0 0;
}
.cartTDLtr
{
	padding:7px 0 0 9px;
}
#frame1
{
	border:solid 1px #a2a1a1;
}
.jtc_mtRtl1
{
	margin-top:70px;
	width:270px;
	height:60px;	
}
.jtc_mtRtl
{
	background-image:url('/images/hebrew/bgr_newsletter_heb.gif');
	background-repeat:no-repeat;
	background-position:right;
	height:32px;
	width:979px;
}
.jtc_mtLtr1
{
	/*background-image:url('/images/english/bgr_newsletter_eng1.gif');*/
	width:270px;
	height:150px;
}
.jtc_mtLtr
{
	background-image:url('/images/english/bgr_newsletter_eng.gif');
	background-repeat:no-repeat;
	background-position:right;
	height:36px;
	width:979px;
}
.jtc_textRtl1 
{
	width:120px;
	height:20px;
}
.jtc_textRtl 
{
	width:270px;
}
.jtc_textLtr
{
	width:160px;
}
/*.jtc_buttonRtl
{
	padding-left:60PX;
	padding-right:1px;
	padding-top:0PX;
}
.jtc_buttonLtr
{
	padding-left:5PX;
	padding-right:180px;
	padding-top:0PX;
}*/
.jtc_fieldRtl
{
	width:237px;
	background:none;
}
.jtc_fieldLtr
{
	width:237px;
	background:none;
}
.jtc_facebookRtl A IMG
{
	border:solid 0px #636363;
	padding-left:0PX;
}
.jtc_facebookLtr A IMG
{
	border:solid 0px #636363;
	padding-right:0PX;
	text-align:right;
}
.EmailBoxFieldRtl1
{
	/*background-color:#e4e4e4;*/
	background:none;
	border:solid 0px #FF6363;
	width:170px;
}
.EmailBoxFieldRtl
{
	/*background-color:#e4e4e4;*/
	background:none;
	border:solid 0px #636363;
	width:230px;
}
 .EmailBoxFieldLtr
{
	/*background-color:#e4e4e4;*/
	background:none;
	border:solid 0px #636363;
	width:230px;
}

.thumbTRContainer
{
	padding-top:5px;
	padding-bottom:10px;
	padding-right:18px;
	max-width:345px;
	overflow:hidden;
}
.ThumbImgCss
{
	border:solid 1px #ffffff
}
.ThumbImgCss:Hover
{
	border:solid 1px #d9d9d9
}
.ThumbImgSelectedCss
{
	border:solid 1px #d9d9d9
}

.newsletter_link
{
	border: solid #d1d3d4 0px;
}

.ArticleTbl.Orders
{
    margin-bottom:30px;
}
.OrdersTblRtl, .OrdersTblLtr
{
    table-layout:fixed;
    margin:22px;
    color:#666666;
    width:640px;
    font-family:Arial;
    font-size:12px;    
}
.OrdersTblRtl th
{
    background:url(/images/hebrew/bgr_tblHead.gif) bottom repeat-x;
    height:52px;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
}
.OrdersTblRtl td
{
	height:35px;
	border-bottom:solid 1px #CBC6CD;
}
.OrderTblDetailsTdRtl
{
	border:0 !important;
}
.OrderDetailsTblRtl
{
                width:590px;
}
.OrdersTblRtl A, .OrdersTblLtr A
{
                color:#666666;
}
.OrdersTblTdRtl, .OrdersTblTdLtr
{
                padding:10px;
                text-align:center;
}




.OrderDetailsColorTdRtl, .OrderDetailsColorTdRtl, .OrderDetailsSizeTdRtl, .OrderDetailsPriceTdRtl, .OrderDetailsQtyTdRtl, .OrderDetailsTempPriceTdRtl, .OrderDetailsDescPicRtl,
.OrderDetailsColorTdLtr, .OrderDetailsColorTdLtr, .OrderDetailsSizeTdLtr, .OrderDetailsPriceTdLtr, .OrderDetailsQtyTdLtr, .OrderDetailsTempPriceTdLtr, .OrderDetailsDescPicLtr
{
                background-color:#d9d9d9;
                text-align:center;
                color:#636363;
                padding-left:5px;
                padding-right:5px;           
}
.OrderDetailsTempPriceTdRtl, .OrderDetailsColorTdLtr
{
                width:144px;
}
.OrderDetailsDescTdRtl
{
                background-color:#d9d9d9;
                text-align:right;
                width:160px;
}
.OrderDetailsDescTdLtr
{
                background-color:#d9d9d9;
                text-align:left;
}
.OrderDetailsDescPicRtl
{
                padding-top:5px;
                padding-bottom:5px;
                padding-right:5px;
}
.OrderDetailsDescPicLtr
{
                padding-top:5px;
                padding-bottom:5px;
                padding-right:5px;
}
.OrderDetailsRowSepTdRtl, .OrderDetailsRowSepTdLtr
{
                height:5px;
}
.OrderDetailsSepRowRtl, .OrderDetailsSepRowLtr
{
                height:5px;
}
.OrderDetailsTotalRowRtl, .OrderDetailsTotalRowLtr
{
                padding-top:5px;
                padding-bottom:10px;
                border-bottom:1px solid #d9d9d9;
                border-top:1px solid #d9d9d9;
                background-color:#f3f3f3;
                color:#666666;
} 
.OrderDetailsTotalRowRtl td,.OrderDetailsTotalRowLtr td
{
                height:25px;
}
.Bold
{
    font-weight:bold;
}
.OrderDetailsTotalTd2Rtl
{
                text-align:left;
}
.OrderDetailsTotalTd2Ltr
{
                text-align:right;
}
.OrderDetailsTotalTd3Rtl, .OrderDetailsTotalTd3Ltr
{
                width:10px;
                text-align:center;
}
.OrderDetailsTotalTd4Rtl, .OrderDetailsTotalTd4Ltr
{
                width:150px;
}
.OrderDetailsSepTdRtl, .OrderDetailsSepTdLtr
{
   background-image: url(/images/hebrew/DetailsSep.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-color:#d9d9d9;
}
.OrdersTblHeaderRtl, .OrdersTblHeaderLtr
{
                color: #666666;
                font-size:12px; 
                text-decoration:none;
                font-weight:normal;
                border-bottom:1px solid #d9d9d9;
                background-image: url(/images/hebrew/bgr_Details_Header.gif);
                background-repeat:no-repeat;
                background-position:right;
                padding-left:5px;
                padding-right:5px;
                height:21px;
}
.OrdersTblHeaderRtl.th1,.OrdersTblHeaderRtl.th3
{
    width:80px;
}
.OrdersTblHeaderRtl.th2,.OrdersTblHeaderRtl.th4,.OrdersTblHeaderRtl.th5
{
    width:90px;
}
.OrdersTblHeaderRtl.th6
{
    width:100px;
}
.OrderDetailsHeaderRtl, .OrderDetailsHeaderLtr
{
                color: #666666;
                font-size:12px; 
                text-decoration:none;
                font-weight:normal;
                border-bottom:1px solid #d9d9d9;
}
.OrderDetailsHeaderSepRtl, .OrderDetailsHeaderSepLtr
{
                background-image: url(/images/hebrew/bgr_Details_Header.gif);
                background-repeat:no-repeat;
                background-position:center;
                padding-left:5px;
                padding-right:5px;
                border-bottom:1px solid #d9d9d9;
                height:21px;
}
.OrdersTotalRowRtl
{
    color:#666666;
    font-weight:bold;
    text-align:left;
    width:560px;
    padding-bottom:25px;
    padding-top:25px;
    margin-right:22px;
    font-family:Arial;
    font-size:12px;
    background:url(/images/hebrew/bgr_tblHead.gif) bottom repeat-x !important;
}
.OrdersTotalRowRtl> span
{
	color:#DD192F;
}
.OrdersTblFooterCommentRtl
{
	
	font-size:11px;
    color:#DD192F;
    font-weight:bold;
    text-decoration: none;
    font-family:Arial;
    font-size:12px;
    margin-top:20px;
}
#wishListDiv
{
	padding-top:20px;
	margin-right:2px;
	
}
#wishListDiv #wishListTableDiv
{
	width:100%;
	height:650px;
	overflow-y:scroll;
	
}

#wishListDiv table
{
	font-family:Arial;
	font-size:12px;
	width:630px;
	margin:0px 10px;
	/*height:400px;*/

}



#wishListDiv  table td
{
	height:80px;
	border-bottom:solid 1px #cbc6cd;
	padding:20px 0;
}
#wishListDiv  table th
{
	height:52px;
	background:url(/images/hebrew/bgr_tblHead.gif) bottom repeat-x !important;
	text-align:right;
	padding-right:3px;
	color:#666;
	margin-top:25px;
}
#wishListDiv  table th.cell4
{
	color:#666;
}

#wishListDiv #sendWishListMessage
{
	margin-top:200px;
}
.data.cell1 img
{
	float:right;
	width:64px;
	height:78px;
	vertical-align:middle;
}
.data.cell1 .productName
{
	float:right;
	font-weight:bold;
	font-size:12px;
	margin-right:10px;
	margin-top:35px;
}
DIV.OrdersTblFooterCommentRtl
{
	padding: 0px 30px 30px 0px;
}

/******ProductIndex_PIC******/

.outfitTopBanner__Rtl
{
 background-image: url(/images/hebrew/outfit2.jpg);
 background-repeat:no-repeat;
 background-position:left;
}
.outfitTopBanner_SubCategory294_Rtl, .outfitTopBanner_SubCategory320_Rtl, .outfitTopBanner_SubCategory321_Rtl
{
 background-image: url(/images/hebrew/outfit2.jpg);
 background-repeat:no-repeat;
 background-position:left;
}



.ProductIndexTopTdRtl
{
	background-position:left;
	padding-right:28px;
}
.ProductIndexTopTdLtr
{
	background-position:right;
	padding-left:28px;  
}

.ProductIndexCatImg2_Rtl
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/categoryPict_W.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg2_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/english/categoryPict_W_eng.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg4_Rtl
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/categoryPict_M.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg4_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/english/categoryPict_M_eng.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg7_Rtl
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/categoryPict_G.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg7_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/english/categoryPict_G_eng.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg5_Rtl
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/categoryPict_B.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg5_Ltr 
{
	width:797px;
	height:224px;
    background-image: url(/images/english/categoryPict_B_eng.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg12_Rtl
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/summer_2011_adult_blue.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg12_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/english/summer_2011_adult_blue_eng.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg16_Rtl
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/summer_2011_adult_blue.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg16_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/english/summer_2011_adult_blue_eng.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg13_Rtl
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/categoryPict_br.jpg);
    background-repeat:no-repeat;
}
.ProductIndexCatImg13_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/english/categoryPict_br_eng.jpg);
    background-repeat:no-repeat;
}
/*.ProductIndexCatImg9_Rtl, .ProductIndexCatImg8_Rtl
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/categoryPict_H.JPG);
    background-repeat:no-repeat;
}
.ProductIndexCatImg9_Ltr, .ProductIndexCatImg8_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/english/categoryPict_H_eng.JPG);
    background-repeat:no-repeat;
}*/
.ProductIndexSubCatImg9_45_Rtl, .ProductIndexSubCatImg9_45_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/categoryPict_H-W.jpg);
    background-repeat:no-repeat;
}
.ProductIndexSubCatImg9_47_Rtl, .ProductIndexSubCatImg9_47_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/categoryPict_H-M.jpg);
    background-repeat:no-repeat;
}
.ProductIndexSubCatImg8_44_Rtl, .ProductIndexSubCatImg8_44_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/categoryPict_H-G.jpg);
    background-repeat:no-repeat;
}
.ProductIndexSubCatImg8_46_Rtl, .ProductIndexSubCatImg8_46_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/categoryPict_H-B.jpg);
    background-repeat:no-repeat;
}
.ProductIndexSubCatImg7_318_Rtl, .ProductIndexSubCatImg2_316_Rtl
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/banner_new_arrival.jpg);
    background-repeat:no-repeat;
}
.ProductIndexSubCatImg7_318_Ltr, .ProductIndexSubCatImg2_316_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/english/banner_new_arrival.jpg);
    background-repeat:no-repeat;
}
/*
.ProductIndexSubCatImg9_47_Rtl
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/top_banner_Hanes_men.jpg);
    background-repeat:no-repeat;
}
.ProductIndexSubCatImg9_47_Ltr
{
	width:797px;
	height:224px;
    background-image: url(/images/english/top_banner_Hanes_men.jpg);
    background-repeat:no-repeat;
}
*/
/*******
.ProductIndexSubCatImg5_299_Rtl, .ProductIndexSubCatImg7_298_Rtl, 
.ProductIndexSubCatImg5_299_Ltr, .ProductIndexSubCatImg7_298_Ltr,
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/summer_2011_child.jpg);
    background-repeat:no-repeat;
}
.ProductIndexSubCatImg2_296_Rtl, .ProductIndexSubCatImg4_297_Rtl, 
.ProductIndexSubCatImg2_296_Ltr, .ProductIndexSubCatImg4_297_Ltr,
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/summer_2011_adult.jpg);
    background-repeat:no-repeat;
}
.ProductIndexSubCatImg12_300_Rtl, .ProductIndexSubCatImg12_300_Ltr 
{
	width:797px;
	height:224px;
    background-image: url(/images/hebrew/summer_2011_adult_blue.jpg);
    background-repeat:no-repeat;
}
*****/
.HPimgLinks
{
	height:540px;
	width:979px;
	position:absolute;
	/* z-index:9999; */
	margin-left:auto;
	margin-right:auto;
}
.imgLink1Rtl
{
	width:70px;
	float:left;
	height:70px;
	margin-top:20px;
	border:0;
}
.linkLeftDivRtl
{
	width:70px;
	float:left;
	height:540px;
	margin-top:120px;
	margin-left:85px;
}
.linkLeftDivLtr
{
	width:70px;
	float:right;
	height:540px;
	margin-top:120px;
	margin-left:85px;
}
.imgLink3Rtl
{
	width:70px;
	float:left;
	height:70px;
	border:0;
}
.imgLink2Rtl
{
	width:70px;
	float:right;
	margin-top:20px;
	height:70px;
	border:0;
}


.imgLink1Ltr
{
	width:70px;
	float:right;
	height:70px;
	margin-top:20px;
	border:0;
}
.linkLeftDivLtr
{
	width:70px;
	float:right;
	height:540px;
	margin-right:82px;
}
.imgLink3Ltr
{
	width:70px;
	float:right;
	height:70px;
	border:0;
}
.imgLink2Ltr
{
	width:70px;
	float:left;
	height:70px;
	margin-top:20px;
	border:0;
}
.takanonRtl
{
	margin-top:516px;
	width:250px;
	height:20px;
	margin-right:170px;
}
.takanonLtr
{
	margin-top:516px;
	width:250px;
	height:20px;
	margin-left:170px;
}
.BodyBgRtl .newHPbg
{
	height:615px;
	width:979px;
	/*background:url(/images/hebrew/bgr_summer2011.jpg) white;*/
	background:url(/images/hebrew/home_heb_2days.jpg);
	/*background:black;*/
	/*padding-top:495px;*/
	text-align:right;
	float:left;
}
.BodyBgLtr .newHPbg
{
	height:615px;
	width:979px;
	/*background:url(/images/hebrew/bgr_summer2011.jpg) white;*/
	background:url(/images/english/home_eng_2days.jpg);
	text-align:left;
	float:left;
}

.outerCDiv
{
	position:absolute;
	width:800px;
	overflow:hidden;
	height:180px;
	padding:5px 10px;
	margin-top:367px;
}


.innerCDiv
{
	width:750px;  	 
	position:relative;
	height:167px;
	overflow:hidden;
	float:left;
}

.innerCDivRtl
{
	width:750px;
	position:relative;
	height:120px;
	text-align:right;
}

.innerCDivLtr
{
	width:750px;
	position:relative;
	height:120px;
	text-align:left;
}

.jcarousel-skin-tango
{
	position:relative;
}


.jcarousel-skin-tango li
{
	width:150px;
	height:180px;
	padding:0 15px;
	margin:0;
	border:0;
	float:left;
	
}

.gallerySlide
{
	width:15px;
	height:180px;
	cursor:pointer;


}

.gallerySlide.prev
{

	background:url(/images/hebrew/btnPrev2.png) no-repeat center;
	float:left;
	
	
}


.gallerySlide.next
{

	background:url(/images/hebrew/btnNext2.png) no-repeat center;
	float:right;
	
}
.FacebookButtonsTdRtl
{
    width:100%;
    text-align:right;
}
.FacebookButtonsTdLtr
{
    width:100%;
    text-align:center;
}
.mainContent
{
	margin:0;
	text-align:center;
	width:100%;
	z-index:9999;
	position:absolute;
	top:0;
	left:0;
}
.pass
{
	width:100%;
	height:228px;
	background:url(/images/hebrew/bgr_pass.png) repeat-x;
	float:right;
	text-align:center;
}
#ctl00_ContentPlaceHolder1_ctl00_DisplayTable
{
	width:113px;
	height:21px;
	background:#de1935;
	/*border:solid 1px #a2a1a1;*/
}

.tab1, .tab2, .tab3
{
	color:#5d585d;
	font-weight:bold;
	border-bottom:solid 1px #eae8eb;
	border-top:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	padding:0;
	cursor :pointer;
}
.active
{
	border:solid #eae8eb;
	border-width:1px 1px 0 1px;
	color:#de1935 !important;
}
.QVDetailsTdRtl .prodDesc
{
	border:solid #eae8eb;
	border-width:0 1px 1px 1px;
	width:396px;
	min-height:235px;
	padding-top:15px;
	padding-right:20px;
	text-align:right;
}
.qvSizes td
{
	vertical-align:top;
}
.text12
{	
	color:#565656;
	font-size:12px;
	width:50px;
}

.white12
{	
	color:#ffffff;
	font-size:12px;
}
#qvModelDescription.Body
{
	color:#565656 !important;
	font-size:12px !important;
	line-height:24px;
}
.AmountDD
{
	height:20px;
	color:#565656;
}
.btnTd
{
	padding-top:10px;
	border-top:solid 1px #eae8eb;
}
.cell4
{
	color:#DD192F;
	font-weight:bold;
}
.personalSide
{
	background:url(/images/hebrew/personalArea_side.png) no-repeat;
	width:290px;
	height:807px;
	float:right;
}
.cartSide
{
	background:url(/images/hebrew/cart_sideImg.png) no-repeat;
	width:290px;
	height:807px;
	float:right;
}
.personalSide .giftCard, .cartSide .giftCard
{
	margin-top:650px;
	position:absolute;
	z-index:222;
	top:0;
}
#myAccountTabsDiv
{
	width:680px;
	float:right;
}
.NavTD
{
	background:url(/images/hebrew/bgr_nav.png) repeat-x top;
	height:48px;
	color:White;
}
.navLink, a.navLink
{
	color:White;
	font-size:14px;
	font-weight:bold;
}
.AmountTB
{
	width:40px;
	border:solid 1px #ABABAB;
	height:28px;
	text-align:center;
	padding-top:12px;
}
.pics-nav-sec
{
	float:right;
	text-align:center;
	margin-right:50px;
	margin-top:-10px;
	margin-left:0;
	
}

.passContent
{
	width:970px;
	margin:0 auto;
	/*float:left;*/
}
.passContent > div
{
	float:left;
}
.hotPrice
{
	margin-top:-45px;
	text-align:left;
	width:970px;
	margin-right:auto;
	margin-left:auto;
}
.facebook, .video
{
	margin-right:45px;	
}
.newsletter
{
	background:url(/images/hebrew/newsletter_square.png) no-repeat;
	width:293px;
	height:150px;
	
}

input[type=text].watermark
{

	color:#CECECE;
}
#WzTiTlI
{
	text-align:right !important;
}
#ctl00_ContentPlaceHolder1_NotLoggedIn_Panel
{
	margin-right:20px;
}
.btnJobs
{
	background:#796B6B;
	color:White;
	border:solid 1px #CDCDCD;
	width:100px;
	height:33px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
.QuantityCartText 
{
	width:40px !important;
	height:40px !important;	
}
.NavigationPanel
{
	visibility:hidden;
}
.facebookDiv
{
	position:absolute;
	text-align:left;
	margin-top:-15px;
	width:200px;
}
#SizeChartDiv
{
	position:absolute;
	z-index:99999;
	background:url(/images/hebrew/bgr_sizeChart.png) no-repeat;
	width:513px;
	height:426px;
	margin-right:280px;
	padding:20px 20px 20px 20px;
	text-align:center;
}
.btnCloseSizes
{
	float:left;
	display:inline-block;
	height:65px;
	font-size:14px;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
}
.sizeC
{
	/*position:absolute;*/
	margin-top:100px;
	width:350px;
	text-align:right;
}
.mainContentTD
{
	width:670px;
}
.ArticleHeaderTdRtl h1.Header
{
	color:#de1935;
	font-size:20px;
	font-weight:bold;
}

.TextBold1
{
    color: #636363;
    font-weight : bold;
    text-decoration: none;
	font-size:12px;
}
.TextBold2
{
    color: #636363;
    font-weight : bold;
    text-decoration: none;
	font-size:14px;
}
.ListTbl
{
	width:670px;
}
.CategoryItems
{
	height:20px;
}
.CategoryItems li
{
	float:right;
	vertical-align:top;
}

.SearchStores
{
	height:auto !important;
}
.FooterText
{
	display:inline-block;
}
.logoLinksTD
{
	padding-top:30px;
}
.CategoryItems
{
	list-style-type:none;
}
.CategoryDivider
{
	padding:0 2px;
}
.wishListDiv
{
	margin-top:11px !important;
	margin-left:9px;
}
.LogoutTD
{
	width:420px;
	white-space:nowrap;
	padding-left:10px;
	text-align:right;
}
.LogoutTD img
{
	margin-right:10px;
	border:0;
}
#a > td
{
	vertical-align:top;
}
#sendWishListMessage
{
	font-size: 16px; 
	font-weight: bold; 
	padding-top: 40px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
}
#sendWishList_Div.popup_block
{
	border:0 !important;
}
