body
{
    margin: 0px 0px 0px 0px;
    direction:rtl;
    text-align:center;
    font-family:Arial;
}

}
td
{
    font-family:Arial;
    font-size:12px;
}
img
{
    border:0px;
}
.top_menu
{
    vertical-align:middle;
    padding-bottom:3px;
    padding-left:0px;
    padding-right:5px;
    text-align:right;
    font-size:18px;
    text-decoration:none;
    color:Black;
    font-weight:bold;
}

.top_menu a:hover
{
    text-decoration:underline;
}

.top_menu_blue
{
    vertical-align:bottom;
    padding-bottom:10px;
    padding-left:12px;
    padding-right:12px;
    text-align:center;
    font-size:16px;
    text-decoration:none;
    color:green;
    font-weight:bold;
}
.top_menu_sep
{
    font-size:3px;
    padding-bottom:3px;
    vertical-align:bottom;
    text-align:center;
    color:Black;
}
.logotd
{
    padding-left:5px;
    padding-right:5px;
    
}
.main_table
{
    width:950px;
    text-align:center;
}
.box
{
    width:308px;
    height:224px;
    background-image:url("images/gray_bg.gif");
}
.box_big
{
    width:308px;
    height:324px;
    background-image:url("images/gray_big.gif");
}
.box_wide
{
    width:700px;
    height:224px;
    background-image:url("images/gray_bg_wide.gif");
}
.blue_box_title
{
    color:#005288;
    font-size:16px;
    vertical-align:top;
    padding:5px;
    font-weight:bold;
    padding-right:25px;
    height:45px;
}
.box_arrow
{
    vertical-align:top;
    text-align:left;
    padding-top:5px;
    padding-left:25px;
}
.box_text
{
    vertical-align:top;
    padding-right:25px;
    padding-left:25px;
    padding-top:15px;
    height:135px;
}
.box_continue
{
    text-align:left;
    padding-left:25px;
    padding-bottom:20px;
}
.yellow_continue
{
    color:#b2bb1c;
    font-size:11px;
    padding-bottom:20px;
    text-align:left;
    text-decoration:underline;
    padding-left:25px;
}
.orange_continue
{
    color:#d9531e;
    font-size:11px;
    padding-bottom:20px;
    text-align:left;
    text-decoration:underline;
    padding-left:25px;
}
.blue_continue
{
    color:#00a4e4;
    font-size:11px;
    padding-bottom:20px;
    text-align:left;
    text-decoration:underline;
    padding-left:25px;
}
.black_sep
{
    background-color:#404445;
    height:1px;
}
.bottom_menu
{
    color:#404445;
    font-size:11px;
    padding-left:5px;
    padding-right:5px;
    text-decoration:none;
}
.title_bg
{
    background-image:url("images/page_title.jpg");
    background-repeat:no-repeat;
    background-position:center;
    width:951px;
    height:57px;
    font-family:Arial (Hebrew) Arial;
    font-size:22px;
    font-weight:bold;
    padding-right:30px;
    text-align:right;
}
.page_text
{
    padding-right:30px;
    /*width:605px;*/
    padding-left:20px;
    background-color:#f3f2f2;
    padding-bottom:10px;
    padding-top:0px;
    vertical-align:top;
}
.page_pic
{
    width:271px;
    height:361px;
}
.pic_text
{
    vertical-align:bottom;
    padding-bottom:5px;
    color:#ffffff;
    text-align:right;
    padding-right:10px;
}
.text_list
{
    color:Black;
}
.back_link
{
    color:Black;
}
.send_button
{
    font-family:Arial;
    font-size:12px;
    padding:2px;
}
.input_text
{
    font-family:Arial;
    font-size:12px;
}

.cart-line-header
{
    font-size:20px;
    font-family:Arial;
    font-weight:bold;
    text-align:right;
}

.cart-line
{
    font-size:18px;
    font-family:Arial;
    padding-bottom:5px;
    text-align:right;
}

.black_button
{
    background-color: Black;
    color: White;
    font-family: Arial;
    font-size: 16px;
    font-weight:bold;
    cursor:pointer;
    width:150px;
    height:30px;
    border:0px;
     
}

.order_textbox
{
    width:250px;
    font-family:Arial;
    font-size:14px;
}
.order_select
{
    width:252px;
    font-family:Arial;
    font-size:14px;
}
.order_table
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
}
.order_table td
{
    text-align:right;
}

h1
{
    margin-bottom:5px;
    margin-top:5px;
}
h2
{
    border-bottom:2px solid black;
}

html
{
    width:100%;
    height:100%;
}

.homepage
{
    background: url("images/bg-home.jpg") no-repeat center center fixed;
    width:100%;
	height:100%;
	cursor:pointer;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
.err-msg
{
    font-family:Arial;
    font-size:14px;
    color:red;
    border:0px solid red;
    width:700px;
}