﻿@charset "utf-8";
body{
direction: rtl;
background: #ffffff;
	}
	
p{
	FONT-SIZE: 12px;
    COLOR: #333333;
    LINE-HEIGHT: 150%;
    FONT-FAMILY: 'Arial (Hebrew)', Arial, Tahoma;
    TEXT-ALIGN: right;
}
	
table{
	FONT-SIZE: 12px;
    COLOR: #333333;
    LINE-HEIGHT: 150%;
    FONT-FAMILY: 'Arial (Hebrew)', Arial, Tahoma;
    TEXT-ALIGN: right;
	vertical-align:middle;
}	  

.center {
text-align: center;
}

.vtop{
	vertical-align:top;
	}

TD.middle {
text-align: center;
vertical-align: middle;
}

TD.discounts {
text-align: center;
vertical-align: top;
}

TD.innertext {
text-align: right;
vertical-align: top;
width:400px;
}

TD.articles {
text-align: right;
vertical-align: top;
width:650px;
}

.title{
color:#2E9BC9;
font-size:14px;
font-weight: bold;
}

TD.general_form {
text-align: center;
vertical-align: top;
}

.texth { 
 font-size: 12px; 
 background-color: #ffffff; 
 border: 1px solid #ffffff; 
 width:120px;
 height:18px;
 direction: rtl;
 margin-top: 5px;
 margin-right: 2px;
}

.texte { 
 font-size: 12px; 
 background-color: #ffffff; 
 border: 1px solid #ffffff; 
 width:120px;
 height:18px;
 direction: ltr;
 margin-top: 5px;
 margin-right: 2px;
}

.texta { 
 font-size: 12px; 
 background-color: #ffffff; 
 border: 1px solid #ffffff; 
 width:120px;
 height:48px;
 margin-top: 5px;
 margin-right: 2px;
}

.button { 
 margin-top: 5px;
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #FF6600; 
 border: solid 1px #FF6600;
 color: #ffffff; 
 width: 50;
}

.subtitle{
font-size:12px;
font-weight: bold;
color: #2E9BC9;
	}
	
.discount_header{
	background-color:#2e9bc9;
	height:21px;
	color: #ffffff;
	text-align: right;
	width: 574px;
	font-weight: bold;
	}

a:link{
	color:#FF6600;
	text-decoration:underline;
	}
	
a:hover{
	color:#2E9BC9;
	}


.white{
	color:#ffffff;
	}









