/* CSS Document */
#RestaurantArea{
width: 651px;
height: 100%;
min-height:350px;
overflow: auto;
float:left;
font-family: Tahoma, Helvetica, sans-serif;
font-size:11px;
color:#38424A;
line-height: 16px;
text-decoration: none;
background-color: #FFFFFF;
padding-top: 10px;
padding-right: 29px;
padding-bottom:25px;
padding-left: 17px;
border:solid 1px #F8C178;
}
#Restaurant{
width:651px;
padding-bottom:10px;
}
.RestaurantHead{
width:370px;
float:right;
padding:0px;
}
#restaurantDetails{
width:650px;
padding-top:10px;
padding-bottom:10px;
}
.DetailsLeft{
width:250px;
padding-top:5px;
padding-bottom:5px;
float:left;
}
.DetailsRight{
width:375px;
padding-top:5px;
padding-bottom:5px;
float:right;
}
.DetailsRightbox1{
width:170px;
padding-top:5px;
padding-bottom:5px;
float:left;
}
.DetailsRightbox2{
width:170px;
padding-top:5px;
padding-bottom:5px;
float:right;
}
.DetailsBoxMain{
width:375px;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
float:left;
height:100%;
overflow:hidden;
text-align:justify;
}
.DetailsRightInner{
width:375px;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
float:left;
height:80px;
text-align:justify;
}
/*NEW CSS*/
.AreaMain{
width:650px;
height:200px;
margin:15px auto 10px auto;
}
.AreaMainOverview{
width:650px;
height:10px;
}
#Video{
width:250px;
float:left;
height:200px;
margin-bottom:10px;
}
#VideoHead{
width:370px;
float:right;
height:200px;
}
#VideoHeadprice{
margin-top:15px;
width:220px;
float:left;
}
#VideoHeadLeft{
width:75px;
float:left;
}
#VideoHeadRight{
width:110px;
float:right;
margin-right:25px;
}
.restaurantdevider{
width:650px;
float:left;
margin-top:5px;
border-bottom:solid 1px #FEBB12;
margin-bottom:5px;
}
/*Restaurant Description*/
.AreaMain1{
width:650px;
height:100%;
overflow:hidden;
margin:5px auto 5px auto;
}

.AreaMainMenu{
width:650px;
height:100%;
overflow:hidden;
margin:0px auto 0px auto;
}

#RestaurantBoxLeft{
width:175px;
float:left;
}
.RestaurantBoxhd{
height:25px;
margin-bottom:5px;
padding-top:4px;
}
#RestaurantBoxRight{
width:380px;
float:right;
}
#RestaurantBoxhdRight{
height:25px;
margin-bottom:5px;
padding-top:4px;
}
.restaurantOffer{
background-repeat:no-repeat;
height:131px;
width:239px;
margin-bottom:5px;
background-image: url(../images/content_box_bg.gif);
}
.restaurantOffer_white{
background-repeat:no-repeat;
height:131px;
width:239px;
margin-bottom:5px;
background-image: url(../images/content_box_bg_white.gif);
}
.offerImg{
float:left;
width:60px;
margin-top:1px;
margin-left:7px;
}
.offerhd{
float:right;
width:233px;
margin-top:6px;
margin-right:6px;
min-height:60px;
}
.offercontent{
 margin-left:10px;
width:220px;
}
/*Font Re Used*/
.fontNormal{
font-family: Tahoma, Helvetica, sans-serif;
font-size:11px;
color:#38424A;
line-height: 14px;
text-decoration: none;
}

.fontRed{
font-family: Tahoma, Helvetica, sans-serif;
font-size:11px;
color:#D22528;
text-decoration:none;
}
.fontRed:hover{
font-family: Tahoma, Helvetica, sans-serif;
font-size:11px;
color:#D22528;
text-decoration:underline;
}
/*Font Re Used*/