html
{
    margin: 0 auto;
    padding: 0 auto;
}
body
{
    direction: rtl;
    text-align: right;
    margin: 0 auto;
    padding: 0 auto;
    color: #fff;
    font-size: 14px;
    font-family: arial;
    background-color: #000000;
}
table tr
{
    vertical-align: top;
}
input, textarea
{
    width: 250px;
}
textarea
{
    height: 80px;
}
.submit
{
    width: 90px;
}
.checkbox
{
    width: 15px;
}
#wrapper
{
    width: 800px;
    text-align: right;
    padding: 0 auto;
    margin: 0 auto;
}
#logo
{
    padding-top: 20px;
    float: right;
}
#bannerTop
{
    padding-top: 20px;
    float: left;
}
#body
{
    width: 805px;
    background-color: #fff;
}
.placeName
{
    font-size: 11px;
    font-weight: bold;
}
.flyBox
{
    float: right;
    color: #000;
}
.clear
{
    clear: both;
}
#menuTable
{
    text-align: center;
    padding: 0 auto;
    margin: 0 auto;
    margin-top: 0px;
}

#menuTable span
{
    background-color: #c10404;
}
.title
{
    color: #c50000;
    font-weight: bold;
}
.mTitle
{
    background-color: #c50000;
    text-align: right;
    padding: 5px 3px 5px 0px;
    font-weight: bold;
    color: #fff;
}
.mBody
{
    background-color: #f5f5f5;
    padding: 2px;
    color: #000;
}
.toTheMenu
{
    display: block;
    background-color: #dd2222;
    margin-top: 2px;
    width: 100px;
}
a.toTheMenuLink:link, a.toTheMenuLink:visited, a.toTheMenuLink:active
{
    font-size: 12px;
}
a.toTheMenuLink:hover
{
}
#footer
{
    background-color: #fff;
    text-align: center;
    color: #575757;
    font-weight: bold;
    font-size: 12px;
    width: 805px;
}

#footer a:link, #footer a:visited, #footer a:active
{
    color: #575757;
    text-decoration: none;
}
#footer a:hover
{
    color: #191919; /*	text-decoration: underline; */
}

a:link, a:visited, a:active
{
    color: #ffffff;
    text-decoration: none;
}
a:hover
{
    color: #191919; /*      text-decoration: underline; */
}
a.red:link, a.red:visited, a.red:active
{
    color: #c10404;
    font-weight: bold;
    text-decoration: none;
}
a.red:hover
{
    color: #f10404;
    text-decoration: underline;
}
.normal
{
    color: #000;
}
.tButton
{
    background-color: #000;
    text-align: center;
    padding: 5px 0px 5px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.rButton
{
    background-color: #f1f0f0;
    text-align: center;
    padding: 5px 0px 5px 0px;
}
a.rLink:link, a.rLink:visited, a.rLink:active
{
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
a.rLink:hover
{
    color: #002136;
    text-decoration: underline;
}
.sButton
{
    background-color: #c30000;
    padding: 5px 0px 5px 0px;
    text-align: center;
}
a.sLink:link, a.sLink:visited, a.sLink:active
{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
a.sLink:hover
{
    color: #f1f1f1;
    text-decoration: underline;
}
#myOrders
{
    width: 185px; /*	padding: 5px; */
    color: #fff;
    background-color: #c50000;
}

#visa p
{
    magin: 0;
    padding: 0;
}
#visa label
{
    width: 130px;
    float: right;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

#visa .submit input
{
    margin-left: 4.5em;
}
#visa input
{
    color: #781351;
    background: #fee3ad;
    border: 1px solid #781351;
}

#visa .submit input
{
    color: #000;
    background: #ffa20f;
    border: 2px outset #d7b9c9;
}
#visa fieldset
{
    border: 1px solid #781351;
    width: 20em;
}

#visa legend
{
    color: #fff;
    background: #ffa20c;
    border: 1px solid #781351;
}

.toTheMenuLink img:hover {	
	opacity: .5;
		filter: alpha(opacity=50);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";


}

