<style>

/* All pages */
body {
	margin:0px;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-size: 12px;
}

td,div,p {
	font-family:Arial;
	font-size: 12px;
	color: #544c49;
	text-decoration:none;
	font-weight:normal;
	
}


/* קישורים כלליים */
A:link,A:visited {
	font-family:Arial;
	font-size: 12px;
	color:#143D73;
	text-decoration: none;
	font-weight:normal;
}
A:hover {
	font-family:Arial;
	font-size: 12px;
	color:#143D73;
	text-decoration: underline;
	font-weight:normal;
}

/* תיבת טקסט כללית */
.InputTextbox {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	background-color:#ffffff;
	color:#000;
	width:200px;
	text-align:right;
	border:solid 1px #143D73;
}

/* קו הפרדה */
.OrderSeparateLine {
	background-color:#FFBE00;
}


/* מסגרת תמונה */
.PictureFrame {
	border-width:1px;
	border-color:#abbbd3;
	border-style: solid;
	
}

/* רקע תפריט הזמנה */
.BGTopButtons {
	margin:0 auto;
	margin-top:5px;
	margin-bottom:10px;
	padding-right:30px;
	background-color:transparent;
}

/* רווח בין חיפוש בחנות לבין כפתורי הזמנה */
.SpaceSearchAndOrderBtn{ width:250px;}

/* כפתור עגלת קניות */
.BtnShopCard {
   margin:0px;
   border:0px;
   width:80px;
   height:20px;
   background-color:#143D73;	
   text-align:center;
   
}
.BtnShopCard A:Link,.BtnShopCard A:Visited, .BtnShopCard A:Hover {
	font-family:Arial;
	font-size: 12px;
	color:#fff;
	text-decoration: none;
	font-weight:normal;
	
}

/* כפתור מצב הזמנה */
.BtnOrderStatus {
   margin:0px;
   border:0px;
   width:80px;
   height:20px;
   background-color:#143D73;	
   text-align:center;
}
.BtnOrderStatus A:Link,.BtnOrderStatus A:Visited,.BtnOrderStatus A:Hover {
	font-family:Arial;
	font-size: 12px;
	color:#fff;
	text-decoration: none;
	font-weight:normal;
}
/* כפתור כניסה לחנות */
.BtnLogin {
   margin:0px;
   border:0px;
   width:80px;
   height:20px;
   background-color:#143D73;	
   text-align:center;
}
.BtnLogin A:Link, .BtnLogin A:Visited, .BtnLogin A:Hover {
	font-family:Arial;
	font-size: 12px;
	color:#fff;
	text-decoration: none;
	font-weight:normal;
 }

/* כפתור חיפוש */
.BtnSearch {
   margin:0px;
   border:0px;
   height:20px;
   text-align:center;
   background-image:url(/pub/64802/imgs/search_btn.jpg);
   background-repeat:no-repeat;
   background-color:#FFC001;
   background-position:center top;
 
}
.BtnSearch A:Link, .BtnSearch A:Visited, .BtnSearch A:Hover {
	font-family:Arial;
	font-size: 11px;
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	margin-right:3px;
	margin-left:3px;
	
}

/* תיבת טקסט לחיפוש */
.SearchInputStyle {
	font-family:Arial;
	background-color:#fff;
	color:#000;
	font-size:11px;
	font-weight:normal;
	width:130px;
	height:20px;
	padding:0px;
	margin:0px 0px 0px 0px;
	border:1px solid #CBCBCD;
	
}

/* לחיפוש select תיבת */
.SearchselectStyle {
	font-family:Arial;
	background-color:#CBCBCD;
	color:#000;
	height:20px;
	border-style:none;
	border:1px solid #143D73;
}


/* כפתור מידע נוסף */	
.MoreInfoBTN {
    width:83px;
	font-family:arial;
	font-size:11px;
	color:#3399cc;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	background-color:transparent;
}
.MoreInfoBTN A:Link,.MoreInfoBTN A:Visited, .MoreInfoBTN A:Hover {
	width:83px;
	font-family:arial;
	font-size:11px;
	color:#3399cc;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	background-color:transparent;
}	

/* כפתור הוסף לסל */
.Add2BasketBTN {
   width:83px;
	font-family:arial;
	font-size:11px;
	color:#3399cc;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	background-color:transparent;
}
.Add2BasketBTN A:Link,.Add2BasketBTN A:Visited, .Add2BasketBTN A:Hover {
	width:83px;
	font-family:arial;
	font-size:11px;
	color:#3399cc;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	background-color:transparent;
}		

/*  רקע כפתורים מידע נוסף והוסף לסל*/
.BTNProducts {
	background-color:#fff;
}

	
/* כל שאר הכפתורים */
.GeneralBTN,A.GeneralBTN:Link,A.GeneralBTN:Visited,A.GeneralBTN:Hover {
	background-color:#143D71;
	font-family:arial;
	font-size:11px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	border:0px;
	cursor: pointer;
}

/*  שם המוצר*/
.ProductName {
	font-size:14px;
	font-weight:bold;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-bottom:1px solid #fff;
	background-color:#fff;
	color:#143D71;
	text-align:center;
}
.ProductName A:Link, .ProductName A:visited, .ProductName A:Hover {
	font-size:14px;
	font-weight:bold;
	color:#143D71;
	text-align:center;
}

/*  מסגרת המוצר*/
.ProductBorder {
	border:1px solid #abbbd3;
	background-color:#fff;
	
}

/* טקסט מק"ט מוצר */
.pSN span{
	font-family:Arial;
	font-size:12px;
	color:#000;
	font-weight:normal;;
	text-decoration:none;
}

/* טקסט מחיר מחירון */
.pPriceR span{
	font-family:Arial;
	font-size:12px;
	color:#000;
	font-weight:normal;;
	text-decoration:none;
}


/* טקסט מחיר באתר */
.pPriceW span{
	font-family:Arial;
	font-size:12px;
	color:#143D71;
	font-weight:normal;;
	text-decoration:none;
}


/* טקסט מחיר מוצר במבצע */
.pSale span {
	font-family:Arial;
	font-size:12px;
	color:#EF4939;
	font-weight:normal;;
	text-decoration:none;
}

/* טקסט עלות דמי משלוח */
.pShippingP span {
	font-family:Arial;
	font-size:12px;
	color:#000;
	font-weight:normal;;
	text-decoration:none;
}

/* טקסט זמן אספקה */
.pShippingT span {
	font-family:Arial;
	font-size:12px;
	color:#000;
	font-weight:normal;;
	text-decoration:none;
}

/* טקסט תקופת אחריות */
.pWarranty span {
	font-family:Arial;
	font-size:12px;
	color:#000;
	font-weight:normal;;
	text-decoration:none;
}

/* טקסט כמות במלאי */
.pQuantity span {
	font-family:Arial;
	font-size:12px;
	color:#000;
	font-weight:normal;;
	text-decoration:none;
}

/* תאור מוצר */
.ProductDescription {
	color:#000;
	font-size:12px;
	font-family:arial;
	text-decoration:none;
}

/* סל קניות - תיבת טקסט לכמות מוצרים */
.QuantityInput {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	background-color:#ffffff;
	color:#000;
	width:38px;
	height:18px;
	text-align:center;
	border:solid 1px #143D73;
	padding-bottom:0px;
}


/* ניווט */
.CategoryNavigation,A.CategoryNavigation:Link,A.CategoryNavigation:Visited
{
 font-size:11px;
}

A.CategoryNavigation:Hover
{
 font-size:11px;
 text-decoration:underline;
}

/* שם קטגוריה */
.CategoryName {
	font-size:15px;
	font-family:arial;
	font-weight:bold;
	color:#19539D;
}


/* טקסט פעולה שהצליחה */
.SuccessMessage {
	font-size:12px;
	font-family:arial;
	text-decoration:none;
	color:#19539D;
	font-weight:bold;
}

/* טקסט פעולה שנכשלה */
.MessageError {
	color:#EF4939;
	font-size:12px;
	font-family:arial;
	text-decoration:none;
	font-weight:bold;
}

/* דיפדוף */
.Paging {
	font-family:Arial;
	font-size: 12px;
	color: #000;
	font-weight:normal;
	text-decoration:none;
	text-align : center;
}

/* דף אקטיבי */
.PagingActive {
	font-family:Arial;
	font-size: 12px;
	color: #19539D;
	font-weight:bold;
	text-decoration:none;
	text-align : center;
}


/*  טקסט פרטי כניסה לחנות */
.LoginText, A.LoginText:Link,A.LoginText:Visited,A.LoginText:Hover {
	font-family:Arial;
	color:#EF4939;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	
}


/* כפתור קטגוריה כאשר החנות ללא תפריטים נפתחים */
.CategoryNavigationBTN,A.CategoryNavigationBTN:Link,A.CategoryNavigationBTN:Visited,A.CategoryNavigationBTN:Hover {
	color:#fff;
	font-size:12px;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	background-color:#143D73;
	padding-right:3px;
	padding-left:3px;
	width:110px;
	height:22px;
	padding-top:3px;
}

</style>

