﻿body, td, div
{
	font-family: Arial (Hebrew);
	font-size: 12px;
	color: #000000;
}

a
{
	color: #00AEEF;
}

a:hover
{
	color: #00AEEF;
	text-decoration: underline;
}

a:visited
{
	color: #B2B9BC;
}

.ProductName
{
	color: #FF281B;
	text-decoration: none;
	font-weight: bold;
}
.DiscountFont
{
	font-weight: bold;
	color: Green;
}
.AddToCart
{
	width: 34px;
	height: 33px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/Cart.jpg) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.AddToCart2_Heb
{
	width: 110px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/AddToCart_Heb.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.AddToCart2_Eng
{
	width: 110px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/AddToCart_Eng.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.AddToCart2_Rus
{
	width: 110px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/AddToCart_Rus.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.Checkout_Heb
{
	width: 110px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/Checkout_Heb.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.Checkout_Eng
{
	width: 110px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/Checkout_Eng.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.Checkout_Rus
{
	width: 110px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/Checkout_Rus.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.Back_Heb
{
	width: 88px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/Back_Heb.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.Back_Eng
{
	width: 88px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/Back_Eng.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.Back_Rus
{
	width: 88px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/Back_Rus.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.MyCart_Heb
{
	width: 110px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/MyCart_Heb.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.MyCart_Eng
{
	width: 110px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/MyCart_Eng.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.MyCart_Rus
{
	width: 110px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/MyCart_Rus.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
.OrderTable
{
	font-size: 11px;
}
.OrderInput
{
	color: #595B5D;
	font-weight: bold;
	font-size: 11px;
	border-color:Gray;
	border-width:1px;
	background-color: #FFFFFF;
	width: 100px;
}
.OrderInputDisabled
{
	color: #595B5D;
	font-weight: bold;
	font-size: 11px;
	border-color:White;
	border-width:1px;
	background-color:#DEDEDE;
	width: 100px;
}
.OrderInputRed
{
	color: #595B5D;
	font-weight: bold;
	font-size: 11px;
	border-color:Gray;
	border-width:1px;
	background-color: #F05972;
}
.Title
{
	font-size:16px;
	color:Gray;
	font-weight:bold;
}
.AddressTitle
{
	font-size: 10px;
}
.RequiredStar
{
	color:Red;
}
.StatuteText_Heb
{
	direction:rtl;
}
.Copyright,.Copyright1,.Copyright1:visited
{
	color:#4A4A4A;
	text-decoration:none;
}
.Copyright1:hover
{
	color:#4A4A4A;
	text-decoration:underline;
}
.SuccessInfoMsg
{
	font-weight:bold;
	color:Green;
}
.FailInfoMsg
{
	font-size: 14px;
	font-weight:bold;
	color:Red;
}