﻿

/* menumate style */

body
{
    background-position: center;
    padding: 0px;
    margin: 0 auto;
    vertical-align: top;
    font-size: 12px;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
    color: #555555;
    text-align: left;
    background-image: url('../../images/mm_master_bg.jpg');
    background-repeat: repeat-y;
}
#page-wrap {

  
}


h1, h2, h3, h4
{
    font-weight: bold;
    color: #B31D1D;
    margin: 0px;
}
h1
{
    padding: 5px 0px 5px 0px;
    font-size: 16px;
}
h2
{
    padding: 3px 0px 3px 0px;
    font-size: 14px;
}
h3
{
    padding: 2px 0px 2px 0px;
    font-size: 12px;
}

.WatermarkTextBox
{
    padding: 2px;
    color: #C0C0C0;
}

/*
.CatGridRow
{
    background-color: #C0C0C0;
}


.CatGridRowMouseOver
{
    background-color: #00FFFF;
}

.CatGridSelectedRow
{
    background-color: #00FFFF;
}
*/

.RestInfoFeaturesTable
{
    width: 100%;
}
.FindRestGridHR
{
    border: 0;
    color: #9E9E9E;
    background-color: #9E9E9E;
    height: 1px;
    width: 100%;
    text-align: left;
}



HR
{
    border: 0;
    color: #9E9E9E;
    background-color: #9E9E9E;
    height: 1px;
    width: 100%;
    text-align: left;
}

IMG
{
    padding: 0px 8px;
    border: none;
}
.BreadCrumbs
{
    font-size: small;
}

.clear
{
    /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.MenuGrid
{
    border-style: none;
    width: 100%;
    
    margin: 5px 0 10px 0;  border: solid 1px #525252;   
    border-collapse:collapse;   
}
.MenuGrid td {   
    padding: 3px;   
  /*  border: solid 1px #c1c1c1;   */
    color: #717171;   
}  
.MenuCatName
{
    font-size: 22px;
    color: #b31d1d;
    font-weight: bold;
}
.MenuCatDesc
{
    font-size: 14px;
    color: #808080;
    cursor: pointer;
    cursor: hand;
}
.handcursor
{
    cursor: pointer;
	cursor: hand;
}
.MenuItemRowMouseOver  
{  
    
}  
.MenuItemAddToCartImage
{
    background-color: #900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #900;
	padding: 3px;
	width: 40px;
	text-align: center;
	border: thin solid #CCC;

}
.MenuItemRow
{
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    cursor: hand;
}
.MenuItemAltRow
{
    margin: 0px;
    padding: 0px;

}

.MenuItemName
{
    font-weight: bold;
    font-size: 13px;
    color: #000000;
}
.MenuItemDesc
{
    font-size: 12px;
    color: #808080;
}
.MenuItemPrice
{
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}

.MenuAttAndSizeRadioButtons
{
    white-space: nowrap;
}
.MenuAttCheckboxs
{
    white-space: nowrap;
}


.CartRow
{
    border-style: solid;
    border-color: #999999;
    border-width: 0px 0px 1px 0px;
    font-size: 12px;
    width: 100%;
    color: #000000;
}
.CartItemAtt
{
    font-size: 10px;
}
.CartItemComments
{
    font-size: 10px;
}
.MenuCatRow
{
    margin-top:0px;
    margin-bottom:20px;
    margin-right:0px;
    margin-left:0px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #000000;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    text-align: left;
    text-indent: 0px;

}

.MenuCatSelectedRow
{
    
        margin-top:00px;
    margin-bottom:20px;
    margin-right:0px;
    margin-left:0px;
    border-color: #000000 #FFFFFF #000000 #000000;
    border-style: solid;
    border-width: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFCC;
    cursor: pointer;
    text-align: left;
    background-color: #B41413;
}

.GridRowSeperator
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

        .updateProgress
        {
            position:absolute; 
            width:130px; 
            height:50px;    
        }
        .updateProgressMessage
        {
            margin:3px; 
            font-size:small; 
            vertical-align: middle;
        }

.CatDescText
{
    color: #B91719;
    font-size: 16px;
    font-weight: bold;
}
.CatDescSubText
{
    color: #B91719;
    font-size: 14px;
}

.EditMenu-menuCategories
{
    background-color: #FF0000;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}
.EditMenu-menuItems
{
    background-color: #FFFFCC;
    color: #000000;
    font-size: 14px;
}
.EditMenu-menuItemAttGroup
{
    background-color: #FFCC99;
}
.EditMenu-menuItemAtt
{
    background-color: #FF99CC;
}

.redButton
{
    border-top: 1px solid #f2f2f2;
    background: #630503;
    background: -webkit-gradient(linear, left top, left bottom, from(#630503), to(#E04D50));
    background: -moz-linear-gradient(top, #630503, #E04D50);
    padding: 1px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(88,88,88,150) 0 1px 0;
    -moz-box-shadow: rgba(88,88,88,150) 0 1px 0;
    box-shadow: rgba(88,88,88,150) 0 1px 0;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
}
.buttonx
{
    border-top: 1px solid #f2f2f2;
    background: #e0c53e;
    background: -webkit-gradient(linear, left top, left bottom, from(#ede893), to(#e0c53e));
    background: -moz-linear-gradient(top, #ede893, #e0c53e);
    padding: 1px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(88,88,88,150) 0 1px 0;
    -moz-box-shadow: rgba(88,88,88,150) 0 1px 0;
    box-shadow: rgba(88,88,88,150) 0 1px 0;
    color: #333333;
    text-decoration: none;
    vertical-align: middle;
}
span.hide-microformat {display: none;}


/* start Modal popup css */
.ModalBackground
{
    background-color: #CCCCCC;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.popup_Container
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
    padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
	width: 300px;
	height: 200px;
}

.popup_Titlebar {
	background: url(Images/titlebar_bg.jpg);
	height: 25px;
}

.popup_Body
{
	padding:15px 15px 15px 15px;
	clear:both;
	padding:10px;
}

.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.TitlebarRight 
{
	background:url(Images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}
.HiddentBtnForPopupModal
{
    display:none;
    visibility:hidden;
}
/* end Modal popup css */

/* Catalog */
.CatalogRestName
{
    font-size: 15px;
    color: #aa1616;
    text-decoration: none;
    font-weight: bold;
}
a.CatalogRestName
{
    font-size: 15px;
    color: #aa1616;
    text-decoration: none;
}
.CatalogRestAddress
{
        
}
.banner {
	background-image: url(/images/banner.png);
	height: 120px;
	background-repeat: no-repeat;
}
.top_slogan {
	margin-bottom: 30px;
	margin-left: 80px;
	margin-top: 78px;
	float: left;
	height:30px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #FFF;
	text-align: left;
	font-size: 19px;
	font-weight: normal;
	width: 200px;
}
.top_links_menu  {
	float: right;
	width:400px;
	margin-right:40px;
	margin-top:70px;
	color: #FFF;
	}
.top_links_menu li {
	display:inline;
	float: right;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #FFF;
	font-size:13px;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
.top_links_menu li a {
	color: #fff;
	margin-left:30px;
	text-decoration: none;
	}
	
	 .top_links_menu li a:hover {
	margin-left:30px;
	text-decoration: underline;
	cursor:pointer;
	
		}
		.logo {
		float: left;
		width:206px;
		margin-top: 13px;
			margin-left: 18px;
				border:0;
    }
    
    .ImagesCateHomePage
        {
            
            
            opacity: 0.30;
        }
        .ImagesCateHomePage:hover
        {
            
            opacity: 0.90;
        }
       .lblCateName
        {
            border: 0px !important;
            background: Grey !important;
            color: White !important;
            padding-right:5px;
            padding-left:5px;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-right: auto;
            overflow :hidden;
            width: 100%;
            filter: alpha(opacity=90); /* IE's opacity*/
            opacity: 0.90;
            text-align: left;
        }
        
       
       
 /*LOGIN BOX */
      
         #logout-box {
	width:180px;
	height: 130px;
	color: #ebebeb;
	font: 12px"lucida grande", tahoma, verdana, arial, sans-serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/loginBox.png);
	
}  
        #login-box {
	width:360px;
	height: 257px;
	color: #ebebeb;
	font: 12px"lucida grande", tahoma, verdana, arial, sans-serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/loginBox.png);
	
}

.login-box-modal-background
{
  background-color:#CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
 
}
#login-box img {
	border:none;
}

#login-box h2 {
	padding-bottom:10px;
	margin:0;
	color: #FFF;
	font:  30px "Calibri", Arial;
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#FFF;
	font-size: 16px;
	color: Gray;
}


.login-box-options  {
	clear:both;
	font-size: 11px;
	margin-left:30px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}
.close_btn {
	width:auto;
	float:right;	
}

.signup a  {
	color:#fff;
	font-size:16px;
	vertical-align: top;
	text-align: center;
	
	padding-top: 10px;
	
}

.login_btn{
width:200px;
margin-left:90px;


}

.completionList {
border:solid 1px #444444;
margin:0px;
padding:2px;
height: 100px;
overflow:auto;
}

.listItem {
color: #666666;
}

.itemHighlighted {
background-color: #ffc0c0;
}

 #starthere_container
        {
            width: 463px;
            height: 240px;
        }
        #starthere-box
        {
            width: 463px;
            height: 202px;
            color: #ebebeb;
            font: 12px "lucida grande" , tahoma, verdana, arial, sans-serif;
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0;
            padding-left: 0px;
            text-align: center;
            vertical-align: middle;
            background: -moz-linear-gradient(center top , #600c0c, #a51212) repeat scroll 0 0 transparent;
            background: -webkit-gradient(linear, left top, left bottom, from(#600c0c), to(#a51212));
            border-radius: 6px 6px 6px 6px;
            box-shadow: 0 0 3px #FFFFFF inset, 0 2px 2px -2px rgba(0, 0, 0, 0.2);
            filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#600c0c', a51212='#F5F5F5', GradientType=0);
            margin: auto;
        }
        #starthere-box img
        {
            border: none;
        }
        #starthere-box h2
        {
            border-style: 0;
    border-width: 0px;
    margin: 0 20;
    color: #FFF;
            text-align: center;
            font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
            font-size: 24px;
            font-weight: normal;
            padding-top: 15px;
            padding-right: 20px;
            padding-left: 20px;
            }
        .strathere_box_white_line
        {
            width: 423px;
            height: 10px;
            vertical-align: middle;
            text-align: center;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            clip: rect(0px,0px,0px,0px);
            clear: both;
            margin-right: 25px;
            margin-left: 25px;
        }
        #starthere-box-name
        {
            float: left;
            display: inline;
            width: 80px;
            text-align: right;
            padding: 14px 10px 0 0;
            margin: 0 0 7px 0;
        }
        #starthere-box-field
        {
            padding-top: 5px;
            padding-bottom: 10px;
            width: auto;
            margin: 0;
            text-align: center;
            vertical-align: middle;
        }
        .strathere_postcode
        {
            width: 300px;
            padding: 10px 4px 6px 3px;
            border: 1px solid #0d2c52;
            background-color: #FFF;
            font-size: 20px;
            color: #333;
            border: 2px solid #a7a2a2;
            border-radius: 5px;
            -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
            text-align: center;
            vertical-align: middle;
        }
        .strathere_list-container
        {
            padding: 1px 0px 6px 0px;
            background-color: #FFF;
            font-size: 14px;
            color: #333;
            border-radius: 5px;
            -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
            text-align: center;
            vertical-align: middle;
            border: 1px solid #CCCCCC;
            overflow: hidden;
            position: absolute;
            z-index: 1000;
            width: 300px;
            top: 97px;
            left: 97px;
        }
        .strathere_list-item
        {
            cursor: pointer;
            list-style: none;
            font-size: 20px;
            color: #666;
            text-align: center;
            white-space: nowrap;
            width: 100%;
        }
        .strathere_list-item:hover
        {
        	font-size: 20px;
            background-color: #F0F0FF;
        }
        .strathere_list-selected
        {
        	font-size: 20px;
            background-color: #D5DDF3;
        }
        .strathere_list-placeholder
        {
            color: gray;
        }
        .strathere_strathere_find_btn
        {
            width: 100%;
            height: 56px;
            text-align: center;
            vertical-align: middle;
            display: inline;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
        }
        #strathere_other_search_container
        {
            width: 400px;
            height: 25px;
            margin: 0;
            text-align: center;
            vertical-align: middle;
            padding-left: 75px;
            padding-right: 75px;
        }
        .strathere_other_search
        {
            width: 250px;
            height: 25px;
            border: 1px solid #0d2c52;
            background-color: #FFF;
            font-size: 20px;
            color: #333;
            border: 2px solid #a7a2a2;
            border-radius: 5px;
            -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
            text-align: left;
            vertical-align: left;
            margin-left: 20px;
            padding-left: 10px;
            margin-top: 5px;
            float: left;
        }
        .strathere_mini_magnify
        {
            width: 24px;
            vertical-align: middle;
            float: left;
            text-align: center;
            padding-left: 3px;
            padding-top: 6px;
        }
#SU_page_container {
	
	min-height:440px;
	width:890px;
	margin-top:20px;
	margin:0 auto;
	position:relative;
	padding-right:40px;
	padding-left:40px;

	}

#SU_page_content {
	float:left;
	height:auto;
	width:400px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

.SU_title h2 {
	width:100%;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 24px;
	color: #B01527;
}


#SU_box {
	float:right;
	width:451px;
	height:490px;
	background: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F5F5));    border: 1px solid #C0C0C0;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 3px #FFFFFF inset, 0 2px 2px -2px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#F5F5F5', GradientType=0);


}

.su_name  { /*first name & last name*/
	width: 385px;
	border: 1px solid #0d2c52;
	background-color:#FFF;
	font-size: 14px;
	color: #666;
	border:1px solid #a7a2a2;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-left:20px;
	margin-top:15px;
	background-image: url(/images/name.png);
	background-repeat: no-repeat;
	background-position: right;
}

.su_email  { /*first name & last name*/
	width: 385px;
	border: 1px solid #0d2c52;
	background-color:#FFF;
	font-size: 14px;
	color: #666;
	border:1px solid #a7a2a2;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-left:20px;
	margin-top:15px;
	background-image: url(/images/email.png);
	background-repeat: no-repeat;
	background-position: right;
}

.su_mobile  { /*first name & last name*/
	width: 385px;
	border: 1px solid #0d2c52;
	background-color:#FFF;
	font-size: 14px;
	color: #666;
	border:1px solid #a7a2a2;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-left:20px;
	margin-top:15px;
	background-image: url(/images/su_mobile.png);
	background-repeat: no-repeat;
	background-position: right;
}
.su_password  { /*password & confirm password*/
	width: 385px;
	border: 1px solid #0d2c52;
	background-color:#FFF;
	font-size: 14px;
	color: #666;
	border:1px solid #a7a2a2;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-left:20px;
	margin-top:15px;
	background-image: url(/images/password.png);
	background-repeat: no-repeat;
	background-position: right;
}


.su_create_account_box {
	
margin-left:20px;	
margin-right:20px;
margin-top:20px;

}


.su_create_account_btn {
	
width:200px;
		float:left;


}

.su_remember_me_container {
	float:right;
	width:200px;
	height:30px;
	vertical-align: middle;
	display: block;
	padding-bottom: 0px;
	padding-top: 15px;
}

.su_checker {
	vertical-align: middle;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 10px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 12px;


}

.su_agree {
	margin-top:20px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	float:left;
	width:400px;
	text-align: center;
}
#UL_page_container {
	min-height:700px;
	width:936px;
	margin:0 auto;
	padding-top:20px;

	padding-right:12px;
	padding-left:12px;
	border: none;
	}

#UL_left_col{
	float:left;
	height:auto;
	width:710px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

.UL_try_for_free {
width:	201px;
float:right;
padding-right:10px;	
}



.UL_title {
width:400px;


}
.UL_title h2 {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 24px;
	color: #B01527;
	
}

#UL_right_col {
	width:217px;
	float:right;
	margin-top:0;

	
}
#UL_restaurant_login_box {
	float:right;
	width:217px;
	height:320px;
	background: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F5F5));    border: 1px solid #C0C0C0;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 3px #FFFFFF inset, 0 2px 2px -2px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#F5F5F5', GradientType=0);
	vertical-align: middle;
	text-align: center;
	margin-top:20px;

}

#UL_restaurant_login_box h3 {
	width:100%;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 18px;
	color: #B01527;
	text-align: center;
}

.UL_user, .UL_password { /*mobile number*/
	width: 200px;
	height:30px;
	margin-bottom:5px;
	border: 1px solid #0d2c52;
	background-color:#FFF;
	font-size: 14px;
	color: #666;
	border:1px solid #a7a2a2;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
text-align: center;
	vertical-align: middle;
	margin-bottom:10px;
	}

.UL_login_btn {
	width:200px;
	height:48px;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	margin-top:25px;
}

.UL_remember_me_container {
	width:100%;
	height:30px;
	vertical-align: middle;
	display: block;
	padding-bottom: 0px;
	padding-top: 15px;
}

.UL_checker {
	vertical-align: middle;
	margin-top: 50px;
	margin-bottom: 10px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 12px;


}

.UL_agree {
	margin-top:20px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	float:left;
	width:400px;
	text-align: center;
}

#UL_three_cols {
	padding-top:25px;
	
}
#UL_first_col {
	width:222px;
	float: left;
	margin-right:10px;
		height:60px;	

	
}


#UL_second_col {
width:222px;
float: left;
margin-right:10px;
	height:60px;	


}

#UL_third_col {
width:222px;
float: left;
margin-right:10px;
	height:60px;	


}


.UL_icon {
	vertical-align: middle;
	text-align: center;
	
}

.UL_icon_content {
border-right-width: thin;
border-right-style: solid;
border-right-color: #666;
height:120px;
padding-right:15px;


}

.UL_food_image {
	margin-top:15px;
	float:left;
}
.HP_box
        {
        	min-height: 200px;
			margin-top: 20px;
            margin: 0 auto;
            position: relative;
            padding-right: 20px;
            padding-left: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
        	
           
            background: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5) repeat scroll 0 0 transparent;
            background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F5F5));
            border: 1px solid #C0C0C0;
            border-radius: 6px 6px 6px 6px;
            box-shadow: 0 0 3px #FFFFFF inset, 0 2px 2px -2px rgba(0, 0, 0, 0.2);
            filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#F5F5F5', GradientType=0);
           
        }
    .HPR_box
    {
    	 width: 440px;
            height: 500px;
    	float: left;
    }
     .HPL_box
    {
    	 width: 440px;
            height: 500px;
    	float: right;
    }
     .HPAll_box
    {
    	 width: 925px;
    	float: left;
    }
    .order_btn {
	background-color: #900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #900;
	padding: 3px;
	width: 90px;
	text-align: center;
	border: thin solid #CCC;
	padding-top: 3px;

}
div.NoPadding  .MasterTable_Simple  td
{
      padding: 0;
}