@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}

body {
background:#a90102;
font-family:Tahoma, Verdana;
font-size:12px;
color:#fff;
text-align:center;
line-height:15px;
direction:rtl;
}

#wrapper {
margin:0 auto;
width:897px;
text-align:center;
background:none;
background:url(images/bg.gif) repeat-y;
}

#close-wrapper {
background:url(images/footer.gif) no-repeat center bottom;
height:300px;
direction:ltr;
}

#close-wrapper #footer {
padding-top:230px;
margin-left:10px;
text-align:left;
color:#fff;
font-size:10px;
}

#footer a {color:#FF9900}
#footer #counter {width:20px;}

#header {
position:relative;
background:url(images/header.gif) no-repeat center top;
height:431px;
margin-top:0px;
margin-bottom:0;
text-align:center;
color:#FFF;
}
#header #slider-box {
position:absolute;
top:106px;
left:23px;
width:420px;
height:313px;
background:url(images/img_slide_box.gif) no-repeat center top;
}

#header #slider-box #slider img{
} 

#container {
position:relative;
background:none;
direction:rtl;
margin:0;
width:705px;
float:left;
line-height:25px;
}

#content {
background:none;
position:relative;
margin-left:20px;
float:left;
width:430px;
color:#000000;
}

#content-main {

}

#sidebar-left {
position:relative;
background:none repeat scroll 0 0;
float:right;
width:235px;
padding:0;
line-height:15px;
}

#sidebar-right {
position:relative;
background:none;
float:right;
margin:0px;
width:180px;
padding:0;
line-height:15px;
}


.pBox 
{
position:relative;
margin-top:15px;
color:#fff;
width:235px;
}

.pBoxTitle
{
background:#8e0102;
padding:10px;
text-align:center;
color:#ff8387;
font-weight:bold;
font-size:12px;
border:solid 3px #d1171d;
}

.pBoxContent
{
text-align:justify;
padding:5px;
margin-top:5px;
direction:rtl;
color:#ff8387;
background:#8e0102;
border:solid 2px #d1171d;
}

.pBoxFooter {
}

.tooltipHlp{
	border: #F00 1px solid; 
	padding: 5px;
	FONT-SIZE: 11px;
	WIDTH: 120px;
	COLOR: #000;
	BACKGROUND-COLOR: #fff;
	TEXT-ALIGN: justify;
	visibility:hidden;
}

.linkbut
{
text-decoration:none;
color:#fff8c1;
padding:3px;
border:1px #720000 solid;
}
.linkbut:hover
{
background:#FC0;
color:#000;
text-decoration:none;
}
.logo 
{
 padding:10px;
 color:#000000;
}

.DragBox
{
width:430px;
margin-top:10px;
}

.FoodMenuBox
{
position:relative;
width:380px;
border:1px dotted #EEE;
color:#FFF;
overflow:auto;
}


.DragBoxTitle
{
padding:10px;
border:2px solid #e51e24;
background:#8e0102;
text-align:center;
color:#fff;
font-size:14px;
font-weight:bold;
}

.DragBoxTitle #boxfoodstitle {
/*padding-top:125px;
padding-right:10px !important;*/
}

.DragBoxContent
{
margin-top:5px;
padding:10px;
/*padding-top:30px;*/
text-align:center;
direction:rtl;
color:#fff;
background:#8e0102;
border:2px solid #e51e24;
}

.DragBoxFooter
{
padding:0;
margin:0;
text-align:justify;
direction:rtl;
color:#FF66CC;
background:#9b0206;
/*filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;*/
}

.BoxFooter{
background:#FF6600;
color:#FFF;
border:none;
}
.loading
{
width:24px;
height:24px;
text-align:center;
background:url(images/loading_page.gif) no-repeat;
}
ul {
list-style:square;
}

ul.panel {
list-style:none;
margin:0px;
padding:0px;
margin-right:12px;
border-right:1px solid #666;
/*border-bottom:1px solid #CCC;*/
}

ul.panel li {
margin:0px;
padding:3px;
padding-right:0;
background:none;
color:#666;
/*border-right:1px solid #666;*/
}
ul.panel li.visit {
background:#FFF;
}
.title
{
color:#000;
font-weight:bold;
}


.BoxInfo 
{
background:#FFF;
padding:0px;
color:#FF0000;
border:#CCC 1px solid;
font-weight:bold;
vertical-align:middle;
margin:3px;
}

.infoTxt
{
font-size:10px;color:#0FF;
} 

.BoxWhite 
{
border:#fff 1px solid;
margin:5px;
padding:5px;
color:#000;
background: #fee068;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.BoxWhiteTitle
{
padding:5px;
margin:0px;
background:#656565;
color:#000;
font-weight:bold;
border:1px #656565 solid;
}

input,textarea,select {
background:#fff;
border:0px #000 solid;
font-family:Tahoma, Verdana;
font-size:11px;
padding:4px;
}
input:hover,textarea:hover,select:hover,input:focus,textarea:focus,select:focus {
background:#F99;
color:#000;
}
input[type=submit] {
background:#FF0;
cursor:pointer;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding-left:5px;
padding-right:5px;
}

a {
text-decoration:none;
color:#FFCC00;
}
a:hover {
text-decoration:none;
color:#000000;
}

.ListBoxFooter{
background:#FF9900;
color:#FFF;
border:none;
}

.BoxPopup
{
position:absolute;
background:#FFFFFF;
border:#666666 5px ridge;
margin:2px;
margin-left:15px;
margin-right:15px;
padding:2px;
color:#000000;
z-index:100;
}

.vMenu a {
background:#FC0;
color:#000 !important;
border:1px solid #000;
}
.vMenu a:hover {
background:#fff;
color:#000 !important;
}


.linkUnActive , .linkitem {
text-align:left;
font-weight:bold;
font-size:10px;
margin-right:5px;
color:#947f55;
margin-top:10px;
} 

.linkitem {
}

.linkUnActive {
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
}


.linkitem span,.linkUnActive span {
}
.linkitem a {
display:block;
padding-top:10px;
padding-bottom:10px;
text-decoration:none;
color:#FFF;
padding-left:10px;
}
.linkitem a:hover{
background:#e51e24;
/*-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;*/
}



#boxfooditems {
background:none;
border:0px solid #fff;
}

#boxfooditems fieldset {
padding:0 10px;
text-align:right;
color:#fff;
}

table.equBox td {
border:1px dashed #f1c08b;
}

/*#allHeader {
background:#c77f2d;
width:986px;
margin:0 auto;
border-bottom:none;
}*/
#allHeader {
background:none;
border-bottom:none;
}
#allHeader a {
color:#000;
}

fieldset {
border:none;
}
.mapview {
position:relative;
border:1px #666666 solid;
background:#dcd39e;
direction:ltr;
margin:2px;
width:400px;
height:400px;
overflow:hidden;
}
h1 {
font-size:12px;
}
#fpsms_code_box .sms_code_box, .sms_code_box {
background:#f3ebeb !important;	
}
