
body
{
	font-family: Arial;
	font-size:13px;
	background-color: #e6e6e6;
}

a
{
	text-decoration: none;
	color: #04623F;
}

div.Data
{
	display: none;
}

/* Global Layout */
/* ------------------------------------------------- */

div.GlobalHeaderContainer
{
	background-color: #fff;
	width: 100%;
	border-bottom: solid 3px #04623F;
	background-position: left center;
	background-repeat: no-repeat;
}

div.GlobalHeader
{
	width: 880px;
	height: 80px;
	margin: 0 auto;
}

div.GlobalHeader a.Logo
{
	display: block;
	height: 50px;
	float: left;
	margin: 15px 30px 15px 0;
}

div.GlobalHeader a.Logo img
{
	height: 50px;
}

div.GlobalHeader ul.UtilityLinks
{
	float: right;
	height: 20px;
	margin: 10px 0 0 0;
}

div.GlobalHeader ul.UtilityLinks li
{
	display: inline;
}

div.GlobalHeader ul.UtilityLinks li a
{
	font-size: 11px;
	border-left: solid 1px #c7c7c7;
	padding: 1px 8px;
	float: left;
}

div.GlobalHeader ul.UtilityLinks li a.First
{
	border-left: none;
	padding-left: 0;
}

div.GlobalHeader ul.UtilityLinks li a.Last
{
	border-right: none;
	padding-right: 0;
}

div.GlobalHeader ul.SectionNavigation
{
	float: left;
	height: 22px;
	margin: 35px 0 20px 0;
}

div.GlobalHeader ul.SectionNavigation li
{
	display: inline;
}

div.GlobalHeader ul.SectionNavigation li a
{
	font-size: 13px;
	border-left: solid 1px #c7c7c7;
	padding: 3px 10px;
	float: left;
}

div.GlobalHeader ul.SectionNavigation li a.First
{
	border-left: none;
}

div.GlobalHeader ul.SectionNavigation li a.Last
{
	border-right: none;
}

div.GlobalHeader ul.SectionNavigation li a.Selected
{
	font-weight: bold;
}

div.GlobalUtilityBarContainer
{
	width: 100%;
	height: 41px;
	background-image: url(/Images/Layout/DingoTheme/GlobalUtilityBarBackground.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 4px 0 0 0;
}

div.GlobalUtilityBar
{
	width: 880px;
	margin: 0 auto 0 auto;
}

div.GlobalBreadCrumbContainer
{
	font-size: 12px;
	height: 15px;
	margin: 13px 0;
	float: left;
}

div.GlobalBreadCrumbContainer a
{
}

div.GlobalBreadCrumbContainer span
{
	padding: 0 12px;
	background-image: url(/Images/Layout/DingoTheme/BreadCrumbSeparator.gif);
	background-position: 2px center;
	background-repeat: no-repeat;
	
	#display: inline-block;
}

div.GlobalBreadCrumbContainer span.Selected
{
	font-weight: bold;
	color: #04623F;
	background-image: none;
	padding: 0;
}

div.GlobalSearchControlsContainer
{
	float: right;
	height: 24px;
	margin: 5px 0 6px 0;
	padding: 3px 0 3px 15px;
	background-image: url(/Images/Layout/DingoTheme/GlobalSearchControlsContainerBackground.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

div.GlobalSearchControlsContainer input
{
	font-size: 12px;
	padding: 3px 5px;
	width: 190px;
	margin: 0 10px 0 0;
	border: solid 1px #d5d5d5;
	float: left;
}

div.GlobalSearchControlsContainer a
{
	background-image: url(/Images/Community/rush/GlobalSearchButtonRight.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 23px;
	float: left;
}

div.GlobalSearchControlsContainer a span
{
	background-image: url(/Images/Community/rush/GlobalSearchButtonLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #fff;
	padding: 2px 15px 4px 30px;
	font-weight: bold;
	display: block;
}

div.GlobalBodyContainer
{
	width: 890px;
	margin: 0 auto 0 auto;
}

div.GlobalBodyTop
{
	width: 890px;
	height: 7px;
	margin: 0 0 -2px 0;
	background-image: url(/Images/Layout/DingoTheme/GlobalBodyTopBackground.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
}

div.GlobalBodyBottom
{
	width: 890px;
	height: 7px;
	margin: -2px 0 0 0;
	background-image: url(/Images/Layout/DingoTheme/GlobalBodyBottomBackground.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
}

div.GlobalBodyLeft
{
	float: left;
	background-image: url(/Images/Layout/DingoTheme/GlobalBodyLeftBackground.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 885px;
	padding: 0 0 0 5px;
}

div.GlobalBodyRight
{
	float: left;
	background-image: url(/Images/Layout/DingoTheme/GlobalBodyRightBackground.gif);
	background-position: right top;
	background-repeat: repeat-y;
	width: 880px;
	padding: 0 5px 0 0;
}

div.GlobalOneColumn
{
	width: 840px;
	padding: 20px;
	float: left;
	background-color: #fff;
}

div.GlobalTwoColumnLeftColumn
{
	width: 880px;
	float: left;
	background-image: url(/Images/Layout/DingoTheme/GlobalTwoColumnLeftColumnBackground.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #fff;
}

div.GlobalTwoColumnRightColumn
{
	background-color: #fff;
	width: 680px;
	float: right;
}

div.GlobalFooterContainer
{
	padding-top: 4px;
	width: 100%;
	background-image: url(/Images/Layout/DingoTheme/GlobalFooterBackgound.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 30px 0 0 0;
	float: left;
}

div.GlobalFooterHelper
{
	background-color: #fff;
	width: 100%;
	border-top: solid 3px #04623F;
	float: left;
	padding: 20px 0 20px 0;
}

div.GlobalFooter
{
	width: 880px;
	margin: 0 auto;
}

div.GlobalFooter div.Column
{
	float: left;
	width: 270px;
	margin: 0 35px 0 0;
}

div.GlobalFooter div.Last
{
	margin: 0;
}

div.GlobalFooter a
{
	
}

div.GlobalFooter div.Column h5
{
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	background-image: url(/Images/Layout/DingoTheme/DottedLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #868686;
}

div.GlobalFooter div.Column ul
{
	width: 130px;
	margin: 0 5px 0 0;
	float: left;
}

div.GlobalFooter div.Column ul li a
{
	display: block;
	width: 130px;
	padding: 1px 0;
	font-size: 12px;
}

div.GlobalFooter div.Column p
{
	font-size: 12px;
	color: #757575;
}

div.PerkSpotWatermark
{
	width: 125px;
	height: 15px;
	margin: 20px 381px 0 381px;
	float: left;
	font-weight: bold;
	text-decoration: underline;
	display: inline;
}

/* Secondary Navigation */
/* ------------------------------------------------- */

div.SecondaryNavigationContainer
{
	width: 200px;
	margin: 20px 0;
	float: left;
	display: inline;
}

div.SecondaryNavigationSection
{
	margin: 0 0 25px 0;
}

div.SecondaryNavigationSection div
{
	color: #868686;
	font-weight: bold;
	padding: 0 20px 2px 20px;
	border-bottom: solid 1px #e1e1e1;
	font-size: 12px;
	text-transform: uppercase;
}

div.SecondaryNavigationSection ul
{
}

div.SecondaryNavigationSection ul li
{
}

div.SecondaryNavigationSection ul li a
{
	display: block;
	padding: 4px 20px 4px 20px;
	width: 160px;
	font-size: 12px;
	border-bottom: solid 1px #efefef;
	color: #04623F !important;
}

div.SecondaryNavigationSection ul li a:hover
{
	background-color: #fff;
	background-image: url(/Images/Community/rush/SecondaryNavigationHoverArrow.gif);
	background-position: 180px center;
	background-repeat: no-repeat;
}

div.SecondaryNavigationSection ul li a.Selected
{
	background-color: #fff;
	background-image: url(/Images/Community/rush/SecondaryNavigationHoverArrow.gif);
	background-position: 180px center;
	background-repeat: no-repeat;
}

/* Global Local Navigation */
/* ------------------------------------------------- */

/* Global Local, Ha! */

div.GlobalLocalNavigationContainer
{
	float: left;
	border-bottom: solid 2px #04623F;

}

div.GlobalLocalNavigationContainer table
{
	background-image: url(/Images/Layout/DingoTheme/GlobalLocalNavigationBackground.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
}

div.GlobalLocalNavigationContainer table tr td
{
	text-align: center;
}

div.GlobalLocalNavigationContainer table tr a
{
	text-align: center;
	display: block;
	font-weight: bold;
	color: #434343;
	font-size: 12px;
	padding: 5px 18px 4px 18px;
	border-top: solid 1px #CFCFCF;
	border-right: solid 1px #CFCFCF;
}

div.GlobalLocalNavigationContainer table tr a.First
{
	border-left: solid 1px #CFCFCF;
}

div.GlobalLocalNavigationContainer table tr a.Last
{
}

div.GlobalLocalNavigationContainer table tr a.Selected
{
	background-image: url(/Images/Community/rush/GlobalButtonCenter.png);
	background-repeat: repeat-x;
	background-position: left center;
	border: 0;
	border-top: solid 1px #04623F;
	color: #fff;
}

/* Global Basic Header */
/* ------------------------------------------------- */

div.GlobalBasicHeaderContainer
{
	width: 680px;
	margin: 20px 0;
	position: relative;
}

div.GlobalBasicHeader
{
	margin: 0 20px;
	width: 365px;
	padding: 20px 30px 20px 245px;
	background-image:url(/Images/Community/rush/bg-sprite.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border-bottom: solid 2px #04623F;
}

div.GlobalBasicHeader h1
{
	font-size: 17px;
	color: #FFF;
	line-height: 100%;
	font-family: helvetica,arial,sans-serif;
	font-weight: bold;
}

div.GlobalBasicHeader p
{
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #FFF;
	line-height: 125%;
}

div.GlobalBasicHeaderImage
{
	position: absolute;
	left: 25px;
	top: 5px;
	width: 225px;
	height: 169px;
	background-image: url(/Images/Layout/DingoTheme/GlobalBasicHeaderImageBackground.png);
	background-position: left top;
	background-repeat: no-repeat;
	
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/DingoTheme/GlobalBasicHeaderImageBackground.png');
}

div.GlobalBasicHeaderImage img
{
	margin: 23px 0 0 23px;
}

/* Benefit Category Condensed */
/* ------------------------------------------------- */

div.BenefitCategoryItemContainer
{
	float: left;
	width: 640px;
	margin: 10px 0 15px 0;
}

div.BenefitCategoryItemColumnLeft
{
	width: 70px;
	height: 52px;
	margin: 0 15px 0 0;
	float: left;
}

div.BenefitCategoryItemColumnLeft a
{
}

div.BenefitCategoryItemColumnLeft a img
{
	width: 70px;
	height: 52px;
}

div.BenefitCategoryItemColumnCenter
{
	float: left;
	width: 410px;
}

div.BenefitCategoryItemColumnCenter a
{
	font-weight: bold;
	font-size: 15px;
	float: left;
}

div.BenefitCategoryItemColumnCenter span
{
	background-image: url(/Images/Layout/DingoTheme/DottedLine.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	color: #3e3e3e;
	width: 410px;
	float: left;
	line-height: 1.5;
}

div.BenefitCategoryItemColumnRight
{
	margin: 10px 0 0 15px;
	float: left;
	width: 130px;
	text-align: center;
}

div.BenefitCategoryItemColumnRight a.GlobalRightArrowButton
{
	margin: 5px 0 0 0;
}

/* Global Linkbar */
/* ------------------------------------------------- */

div.GlobalLinkBarContainer
{	
	float: left;
	position: absolute;
	width: 656px;
	left: 12px;
	bottom: 10px;
	z-index: 999;
}

div.GlobalLinkBarContainer div.Top
{
	width: 656px;
	height: 4px;
	float: left;
	background-image: url(/Images/Layout/DingoTheme/GlobalLinkBarTop.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px;
	
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/DingoTheme/GlobalLinkBarTop.png');
}

div.GlobalLinkBarContainer div.Bottom
{
	width: 656px;
	height: 4px;
	float: left;
	background-image: url(/Images/Layout/DingoTheme/GlobalLinkBarBottom.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px;
	
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/DingoTheme/GlobalLinkBarBottom.png');
}

div.GlobalLinkBarContainer div.Left
{
	float: left;
	padding: 0 0 0 2px;
	width: 654px;
	background-image: url(/Images/Layout/DingoTheme/GlobalLinkBarLeft.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

div.GlobalLinkBarContainer div.Right
{
	float: left;
	padding: 0 2px 0 0;
	width: 652px;
	background-image: url(/Images/Layout/DingoTheme/GlobalLinkBarRight.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

div.GlobalLinkBar
{
	float: left;
	width: 652px;
	background-image: url(/Images/Layout/DingoTheme/GlobalLinkBarBackground.png);
	background-position: left top;
	background-repeat: repeat;
	
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/DingoTheme/GlobalLinkBarBackground.png');
}


div.GlobalLinkBar div.ButtonContainer
{
	left: 50%;
	position: relative;
	float: left;
	text-align: left;
}

div.GlobalLinkBar div.ButtonContainer a.GlobalRightArrowButton
{
	left: -50%;
	position: relative;
}

/* Global Buttons */
/* ------------------------------------------------- */

a.GlobalButton
{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	cursor: pointer;
	float: left;
}

a.GlobalButton div.Left
{
	width: 15px;
	height: 28px;
	background-image: url(/Images/Community/rush/GlobalButtonLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding: 0;
	
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Community/rush/GlobalButtonLeft.png');
}

a.GlobalButton div.Center
{
	background-image: url(/Images/Community/rush/GlobalButtonCenter.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 18px;
	padding: 5px 0 5px 0;
	
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Community/rush/GlobalButtonCenter.png');
}

a.GlobalButton div.Right
{
	width: 15px;
	height: 28px;
	background-image: url(/Images/Community/rush/GlobalButtonRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 0;
	
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Community/rush/GlobalButtonRight.png');
}

a.GlobalRightArrowButton
{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	cursor: pointer;
	float: left;
}

a.GlobalRightArrowButton div.Left
{
	width: 14px;
	height: 28px;
	background-image: url(/Images/Community/rush/GlobalButtonLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding: 0;
	
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Community/rush/GlobalButtonLeft.png');
}

a.GlobalRightArrowButton div.Center
{
	background-image: url(/Images/Community/rush/GlobalButtonCenter.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 18px;
	padding: 5px 0 5px 0;
	
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Community/rush/GlobalButtonCenter.png');
}

a.GlobalRightArrowButton div.Right
{
	width: 35px;
	height: 28px;
	background-image: url(/Images/Community/rush/GlobalArrowButtonRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 0;
	
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Community/rush/GlobalArrowButtonRight.png');
}

/* Discount Offer Condensed */
/* ------------------------------------------------- */

div.DiscountOfferCondensedContainer
{
	width: 652px;
	padding: 7px 0 0 0;
	margin: 0 0 10px 0;
	background-image: url(/Images/Layout/DingoTheme/DiscountOfferCondensedTop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

div.DiscountOfferCondensed
{
	width: 652px;
	padding: 0 0 12px 0;
	background-image: url(/Images/Layout/DingoTheme/DiscountOfferCondensedBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

div.DiscountOfferCondensedRight
{
	width: 645px;
	padding: 0 7px 0 0;
	background-image: url(/Images/Layout/DingoTheme/DiscountOfferCondensedRight.gif);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
}

div.DiscountOfferCondensedLeft
{
	width: 638px;
	padding: 8px 0 12px 7px;
	background-image: url(/Images/Layout/DingoTheme/DiscountOfferCondensedLeft.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}

div.DiscountOfferCondensedColumnLeft
{
	width: 125px;
	text-align: center;
	float: left;
}

div.DiscountOfferCondensedColumnLeft a
{
	display: block;
}

div.DiscountOfferCondensedColumnLeft span
{
	padding: 5px 0 0 0;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	display: block;
}

div.DiscountOfferCondensedColumnLeft div.DiscountOfferCondensedRating
{
	margin: 10px 0 10px 0;
	left: 50%;
	position: relative;
	float: left;
}

div.DiscountOfferCondensedColumnLeft div.DiscountOfferCondensedRating div.GlobalOfferRatingContainer
{
	left: -50%;
	position: relative;
}

div.DiscountOfferCondensedColumnCenter
{
	width: 368px;
	float: left;
}

div.DiscountOfferCondensedColumnCenter a
{
	font-size: 12px;
	font-weight: bold;
}

div.DiscountOfferCondensedColumnCenter div.OfferDescription
{
	background-image: url(/Images/Layout/DingoTheme/DottedLine.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 6px 0 0 0;
	padding: 6px 0 0 0;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
}

div.DiscountOfferCondensedColumnRight
{
	padding: 5px 15px 0 15px;
	width: 115px;
	float: right;
	text-align: center;
}

div.DiscountOfferCondensedColumnRight div.Selectable
{
	cursor:pointer;
}


div.DiscountOfferCondensedColumnRight a.GlobalRightArrowButton
{
	float: right;
}

div.DiscountOfferCondensedColumnRight div.OfferCode
{
	color: #313131;
	font-size: 12px;
	margin: 8px 0 0 0;
	width: 115px;
	float: right;
}

div.DiscountOfferCondensedDetailsContainer
{
	width: 538px;
	background-image: url(/Images/Layout/DingoTheme/DiscountOfferCondensedDetailsBackground.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0 22px;
	
	/* TODO: Can't apply display: inline fix, becuase of visibility */
	_margin: 0 11px;
	padding: 0 35px 15px 35px;
	display: none;
	float: left;
	color: #000;
	font-size: 12px;
}

div.DiscountOfferCondensedDetailsContainer h5
{
	font-weight: bold;
	margin: 10px 0 6px 0;
}

div.DiscountOfferCondensedToggleDetailsButtonContainer
{
	background-image: url(/Images/Layout/DingoTheme/DiscountOfferCondensedDetailsBottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 608px;
	margin: 0 22px;
	float: left;
	font-size: 12px;
	text-align: center;
	height: 27px;
	padding: 5px 0 0 0;
	display: inline;
	_margin-right: -3px;
}

div.DiscountOfferCondensedToggleDetailsButtonContainer a
{
	background-image: url(/Images/Layout/DingoTheme/DiscountOfferCondensedDetailsToggle.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 0 8px 25px;
	display: inline-block;
	margin: -5px 0 0 0;
	_margin-right: -3px;
}

div.DiscountOfferCondensedToggleDetailsButtonContainer a span
{
	background-image: url(/Images/Layout/DingoTheme/DiscountOfferCondensedDetailsToggle.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 5px 25px 8px 0;
}

/* Global Pager */
/* ------------------------------------------------- */

div.GlobalPagerContainer
{
	padding: 0 17px 30px 17px;
	width: 646px;
	float: left;
}

div.GlobalPagerLeft
{
	float: left;
	height: 23px;
	width: 3px;
	background-image: url(/Images/Layout/DingoTheme/GlobalPagerLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline;
}

div.GlobalPagerRight
{
	float: left;
	height: 23px;
	width: 3px;
	background-image: url(/Images/Layout/DingoTheme/GlobalPagerRight.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline;
}

div.GlobalPager
{
	float: left;
	width: 640px;
	height: 17px;
	padding: 4px 0 3px 0;
	font-size: 12px;
	color: #656565;
	font-weight: bold;
	background-image: url(/Images/Layout/DingoTheme/GlobalPagerBackground.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	display: inline;
}

div.GlobalPager a
{
	padding: 3px 3px 3px 5px;
}

div.GlobalPager a:hover
{
	background-color: #04623F;
	color: #FFF;
}

div.GlobalPager a.Selected
{
	color: #313131;
	font-weight: bold;
}

div.GlobalPager a.Selected:hover
{
	background-color: Transparent;
	color: #313131;
}

div.GlobalPager span
{
	padding: 0 3px 0 5px;
}

/* Global Notification Layout */
/* ------------------------------------------------- */

div.GlobalNotificationContainer
{
	margin: 125px auto 0 auto;
	width: 510px;
}

div.GlobalNotificationTop
{
	margin: 0 0 -2px 0;
	width: 510px;
	height: 7px;
	float: left;
	background-image: url(/Images/Layout/DingoTheme/GlobalNotificationTopBackground.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px;
}

div.GlobalNotificationBottom
{
	margin: -2px 0 0 0;
	width: 510px;
	height: 7px;
	float: left;
	background-image: url(/Images/Layout/DingoTheme/GlobalNotificationBottomBackground.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px;
}

div.GlobalNotificationLeft
{
	width: 505px;
	float: left;
	background-image: url(/Images/Layout/DingoTheme/GlobalBodyLeftBackground.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0 0 0 5px;
}

div.GlobalNotificationRight
{
	width: 470px;
	float: left;
	background-image: url(/Images/Layout/DingoTheme/GlobalBodyRightBackground.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding: 15px 20px 15px 15px;
	background-color: #fff;
}

/* Utility Page Layout */
/* ------------------------------------------------- */

div.UtilityPageNotificationPanelError
{
	width: 618px;
	margin: 20px 20px 0 20px;
	padding: 15px 10px;
	border: solid 1px #DD3C10;
	background-color: #FFEBE8;
	font-weight: bold;
	color: #333333;
	display: none;
}

div.UtilityPageNotificationPanelConfirmation
{
	width: 618px;
	margin: 20px 20px 0 20px;
	padding: 15px 10px;
	border: solid 1px #2B9100;
	background-color: #E6F8DD;
	font-weight: bold;
	color: #333333;
}

div.UtilityPageHeader
{
	width: 640px;
	float: left;
	padding: 0 0 8px 0;
	margin: 20px 20px 15px 20px;
	color: #333333;
	display: inline;
}

div.UtilityPageHeader h1
{
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 7px 0;
}

div.UtilityPageHeader p
{
	padding: 0 0 10px 0;
	font-size: 12px;
}

div.UtilityPageContentContainer
{
	float: left;
	padding: 0 20px 20px 20px;
	display: inline;
}

div.UtilityPageFormSection
{
	margin: 0 0 20px 0;
	float: left;
	width: 640px;
	display: inline;
}

div.UtilityPageFormSection div.SectionTitle
{
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	background-image: url(/Images/Layout/DingoTheme/DottedLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 6px 0;
	margin: 0 0 5px 0;
	color: #04623F;
	width: 640px;
	float: left;
	display: inline;
}

div.UtilityPageFormSection div.SectionTitle span
{
	float: left;
	display: block;
	width: 300px;
}

div.UtilityPageFormSection div.SectionTitle a
{
	float: right;
	font-weight: normal;
	text-align: right;
}

div.UtilityPageFormSection div.FormSectionItem
{
	font-size: 12px;
}

div.UtilityPageFormSection div.FormSectionEdit
{
	display: none;
	float: left;
}

div.UtilityPageFormSection div.FormSectionEdit div.EditHeader
{
	width: 640px;
	margin: 0 0 25px 0;
	font-size: 12px;
}

div.UtilityPageFormSection div.FormSectionEdit div.EditHeader ul
{
	margin: 0 0 0 20px;
}

div.UtilityPageFormSection div.FormSectionEdit div.EditHeader ul li
{
	list-style-type: disc;
}

div.UtilityPageFormSection div.FormSectionEdit table
{
	width: 640px;
}

div.UtilityPageFormSection div.FormSectionEdit table tr
{

}

div.UtilityPageFormSection div.FormSectionEdit table tr td
{
	padding: 2px 0;
}

div.UtilityPageFormSection div.FormSectionEdit table tr td.First
{
	text-align: right;
	padding: 2px 15px 2px 0;
	width: 250px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

div.UtilityPageFormSection div.FormSectionEdit input
{
	border: solid 1px #CCC;
	background-color: #FFF;
	width: 225px;
	padding: 2px;
}

div.UtilityPageFormSection div.FormSectionEdit span.Checkbox input
{
	width: auto;
	padding: 0px;
	margin: 5px 5px 5px 0;
}

div.UtilityPageFormSection div.FormSectionEdit .Invalid
{
	border: solid 1px #DD3C10;
	background-color: #FFEBE8;
}

div.UtilityPageFormSection div.FormSectionEdit select
{
	padding: 2px;
	border:solid 1px #CCC;
	background-color:#FFF;
}

div.UtilityPageFormSection div.FormSectionEdit textarea
{
	border: solid 1px #CCC;
	background-color: #FFF;
	width: 225px;
	padding: 2px;

}

div.UtilityPageFormSection div.FormSectionEdit a.GlobalRightArrowButton
{
	margin-top: 10px;
}

/* Global Offer Rating */
/* ------------------------------------------------- */

div.GlobalOfferRatingContainer
{
	float: left;
	background-image:url(/Images/Community/rush/GlobalRatingStars.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 83px;
	height: 15px;
}

div.GlobalOfferRatingContainer a
{
	display: block;
	float: left;
	width: 17px;
	height: 15px;
	#font-size: 1px;
}

div.GlobalOfferRatingContainer a.Last
{
	width: 15px;
}






/* TEMP - Interstitial Layout */
/* ------------------------------------------------- */

div.InterstitialOfferInstructionsWrapper
{
}

div.InterstitialColumnLabel
{
	font-weight: bold;
	margin: 0 0 10px 0;
}







/* External Master */

div.ExternalLayoutContainer
{
	width: 514px;
	margin: 0 auto;
}

div.ExternalHeaderContainer
{
	width: 507px;
	padding: 0 0 0 7px;
	background-color: #FFF;
	background-image:url(../Images/Layout/NewLayout/LayoutShadowLeft.gif);
    background-repeat: repeat-y;
    background-position: left top;
    float: left;
}

div.ExternalHeader
{
	width: 500px;
	padding: 0 7px 0 0;
	background-image:url(../Images/Layout/NewLayout/LayoutShadowRight.gif);
    background-repeat: repeat-y;
    background-position: right top;
    float: left;
}

div.ExternalHeader table
{
	width: 500px;
	height: 155px;
}

div.ExternalHeader table tr
{
	width: 500px;
	height: 155px;
	text-align: center;
}

div.ExternalHeader table tr td
{
	width: 500px;
	height: 155px;
	vertical-align: middle;
}

div.ExternalLayoutBottom
{
	height: 15px;
	width: 514px;
	background-image:url(../Images/Layout/NewLayout/ExternalLayoutShadowBottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}

div.ExternalLayoutTop
{
	height: 29px;
	width: 494px;
	padding: 18px 0 0 20px;
	background-image:url(/Images/Community/rush/theme-sprite.gif);
    background-repeat: no-repeat;
    background-position: left -143px;
    float: left;
    margin: 15px 0 0 0;
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    font-weight: bold;
}

div.ExternalLayoutTop .TopLeft
{
	position: absolute;
	top: 15px;
	left: 0px;
	width: 6px;
	height: 33px;
	background-image:url(../Images/Layout/NewLayout/LayoutShadowLeft.gif);
    background-repeat: repeat-y;
    background-position: left top;
}

div.ExternalLayoutTop .TopRight
{
	position: absolute;
	width: 6px;
	height: 33px;
	top: 15px;
	right: 0px;
	background-image:url(../Images/Layout/NewLayout/LayoutShadowRight.gif);
    background-repeat: repeat-y;
    background-position: right top;
}


div.ExternalBodyContainer
{
	width: 507px;
	padding: 0 0 0 7px;
	background-color: #FFF;
	background-image:url(../Images/Layout/NewLayout/LayoutShadowLeft.gif);
    background-repeat: repeat-y;
    background-position: left top;
    float: left;
}

div.ExternalBody
{
	width: 480px;
	padding: 10px 17px 10px 10px;
	background-image:url(../Images/Layout/NewLayout/LayoutShadowRight.gif);
    background-repeat: repeat-y;
    background-position: right top;
    float: left;
    font-size: 12px;
}

div.ExternalBody td
{
    padding:3px;
}

div.ExternalBody a.SquareButton
{
	color: #fff;
	font-weight: bold;
	font-size: 13px;	
	background-image:url(/Images/Community/rush/theme-sprite.gif);
	background-repeat: no-repeat;
	background-position: -0 -103px;
	padding: 5px 39px 5px 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	height: 16px;
}

div.ExternalBody a.SquareButton span
{
	background-image:url(/Images/Community/rush/theme-sprite.gif);
	background-repeat: no-repeat;
	background-position: -168px -103px;
	height: 26px;
	width: 39px;
	position: absolute;
	right: -1px;
	top: 0;
}

div.ExternalFooterContainer
{
	color:#FFF;
    padding:20px;
	width: 475px;
    text-align:center;
    float: left;
}

/* Modal Window */

div.ModalWindowOverlay
{
	position:fixed;  
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	background:#000000;
	opacity:.40;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	z-index:999998;
	display: none;
	
	_position: absolute;
	-overflow-y: hidden;
}

div.ModalWindowContainer
{
	position: fixed;
	_position: absolute;
	z-index: 999999;
	display: none;
}

div.ModalWindowContainer .ModalTopLeft
{
	height: 10px;
	width: 10px;
	background-image:url(/Images/Layout/NewLayout/ModalTopLeft.png);
    background-repeat: no-repeat;
    background-position: top left;
    
	_font-size: 0px;
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/NewLayout/ModalTopLeft.png');
}

div.ModalWindowContainer .ModalTop
{
	height: 10px;
	background-image:url(/Images/Layout/NewLayout/ModalTop.png);
    background-repeat: repeat-x;
    background-position: top left;
    
	_font-size: 0px;
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/NewLayout/ModalTop.png');
}

div.ModalWindowContainer .ModalTopRight
{
	height: 10px;
	width: 10px;
	background-image:url(/Images/Layout/NewLayout/ModalTopRight.png);
    background-repeat: no-repeat;
    background-position: top left;
    
	_font-size: 0px;
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/NewLayout/ModalTopRight.png');

}

div.ModalWindowContainer .ModalLeft
{
	height: 10px;
	background-image:url(/Images/Layout/NewLayout/ModalLeft.png);
    background-repeat: repeat-y;
    background-position: top left;
    
	_font-size: 0px;
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/NewLayout/ModalLeft.png');
}

div.ModalWindowContainer .ModalLeft div
{
	width: 10px;
}

div.ModalWindowContainer .ModalContent
{
}

div.ModalWindowContainer .ModalRight
{
	height: 10px;
	background-image:url(/Images/Layout/NewLayout/ModalRight.png);
    background-repeat: repeat-y;
    background-position: top left;
    
	_font-size: 0px;
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/NewLayout/ModalRight.png');

}

div.ModalWindowContainer .ModalRight div
{
	width: 10px;
}

div.ModalWindowContainer .ModalBottomLeft
{
	height: 10px;
	width: 10px;
	background-image:url(/Images/Layout/NewLayout/ModalBottomLeft.png);
    background-repeat: no-repeat;
    background-position: top left;
    
    _font-size: 0px;
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/NewLayout/ModalBottomLeft.png');

}

div.ModalWindowContainer .ModalBottom
{
	height: 10px;
	background-image:url(/Images/Layout/NewLayout/ModalBottom.png);
    background-repeat: repeat-x;
    background-position: top left;
    
	_font-size: 0px;
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/NewLayout/ModalBottom.png');

}

div.ModalWindowContainer .ModalBottomRight
{
	height: 10px;
	width: 10px;
	background-image:url(/Images/Layout/NewLayout/ModalBottomRight.png);
    background-repeat: no-repeat;
    background-position: top left;
    
	_font-size: 0px;
	#background: none;
	#filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/Images/Layout/NewLayout/ModalBottomRight.png');

}

div.ModalWindowContentContainer
{
	background-color: #FFF;
}

div.ModalWindowContentContainer iframe
{
	width: 100%;
	height: 100%;
	border:0px;
}

div.ModalWindowHeader
{
	position: relative;
	height: 20px;
	background-color: #FFF;
}

a.ModalCloseButton
{
	display: block;
	position: absolute;
	top: 0px;
	right: 3px;
	color: gray;
	font-family:Verdana,Helvetica,Arial;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

a.ModalCloseButton:hover
{
	color: #000;
}

/* Restaurants Layout */
/* ------------------------------------------------- */

div.RestaurantsWrapper
{
	background-color: #fff;
	float: left;
	width: 838px;
	border: solid 1px #E6E6E6;
}

div.RestaurantsBody
{
	float: left;
	width: 838px;
}

div.RestaurantsColLeft
{
	width: 289px;
	float: left;
	border-right: solid 1px #CCCCCC;
}

div.RestaurantsColRight
{
	width: 548px;
	float: Left;
	background-image:url(Images/Layout/RestaurantsLeftShadow.gif);
	background-position: left top;
	background-repeat: repeat-y;
	overflow: hidden;
}

div.RestaurantsColRightContainer
{
	position: relative;
}

div.RestaurantsControlsContainer
{
	width:277px;
	padding: 0 0 0 12px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 11px;
	float:left;
	background-color: #fff;
}

div.RestaurantsControlsContainer div
{
	padding:8px 8px 8px 0;
	float: left;
}

span.RestaurantsLoadingImage
{
	display:block; 
	margin: 8px 10px 0 0;
	width:16px;
	height:16px; 
	background-image:url(/images/animated/loading.gif); 
	display:none; 
	float:right;
}

span.RestaurantsFilterCancel
{
	display: none;
	margin: 8px 10px 0 0;
	width: 16px;
	height: 16px;
	background-image:url(/images/layout/RestaurantsCancelSort.gif); 
	background-position: center center;
	background-repeat: no-repeat;
	float:right;
	cursor: pointer;
}

div.RestaurantsMapContainer
{
	/* Width and Height Values hardcoded to page for GMAPS and Chrome */
}

div.RestaurantsPagingControlsContainer
{
	padding: 8px 0 8px 0;
	border-top: solid 1px #CCC;
	text-align: center;
	float:left;
	width: 289px;
	font-size: 13px;
	height: 22px;
}

div.RestaurantsPagerHelper
{
	float: left;
	left: 50%;
	position: relative;
	text-align: left;
}

div#RestaurantsPager
{
	left: -50%;
	position: relative;
}

div.RestaurantsPagingControlsContainer div
{
	float: left;
}

div.RestaurantsPagingControlsContainer div.PagerContainer
{
}

div.RestaurantsPagingControlsContainer div.PagerContainer a
{
	display: block;
	padding: 3px 4px;
}

div.RestaurantsPagingControlsContainer div.PagerContainer a:hover
{
	background-color: #04623F;
	color: #fff;
}

div.RestaurantsPagingControlsContainer div.PagerEllipses
{
	margin: 0 3px;
}

div.RestaurantsPagingControlsContainer div.PagerContainerSelected a
{
	display: block;
	padding: 3px 4px;
	font-weight: bold;
	font-size: 14px;
}

div.RestaurantsPagingControlsContainer div.PagerContainerSelected a:hover
{
	background-color: #04623F;
	color: #fff;
}

div.RestaurantDetailsContainerColumnLeft
{
	width: 170px;
	float: left;
	margin: 15px 0 0 0;
}

div.RestaurantsCertificateContainer
{
	background-image:url(/Images/Community/rush/bg-sprite.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 170px;
	float: left;
	text-align: center;
	padding: 15px 0 2px 0;
	color: #fff;
}

div.RestaurantsCertificateContainer h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

div.RestaurantsCertificateContainer div.Certificate
{
	width: 140px;
	text-align: left;
	margin: 0 15px;
	float: left;
	height: 40px;
	display: inline;
}

div.RestaurantsCertificateContainer div.Certificate input
{
	margin: 8px 10px 18px 0;
	float: left;
	width: 13px;
	height: 13px;
}

div.RestaurantsCertificateContainer div.Certificate span
{
	float: left;
	width: 117px;
	height: 29px;
	font-size: 12px;
	margin: 0 0 10px 0;
}

div.RestaurantsCertificateContainer div.ButtonContainer
{
	margin: 4px 0 15px 0;
	left: 50%;
	position: relative;
	float: left;
	text-align: left;
}

div.RestaurantsCertificateContainer div.ButtonContainer a.GlobalRightArrowButton
{
	left: -50%;
	position: relative;
}

div.RestaurantsCertificateContainer span.RestaurantsRestrictions
{
	display: block;
	color: #000;
	float: left;
	width: 156px;
	padding: 7px 5px;
	margin: 0 2px 0 2px;
	background-color: #fff;
	font-size: 12px;
	display: inline;
}

div.RestaurantDetailsContainerColumnRight
{
	width: 315px;
	float: left;
	margin: 15px 0 0 20px;
}

div.RestaurantDetailsContainerColumnRight h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div.RestaurantDetailsContainerColumnRight p
{
	font-size: 12px;
	margin: 0 0 10px 0;
}

div.RestaurantDetailsContainerColumnRight p.RestaurantDescription
{
	padding: 20px 0 0 0;
	background-image: url(/Images/Layout/DingoTheme/DottedLine.gif);
	background-repeat: repeat-x;
	background-position: left 5px;
}

/* ############### */
/* #<Restaurants># */
/* ############### */

.RestaurantsDdContainer
{
	padding: 0 12px 12px 0;
	position: absolute;
	display: none;
	z-index: 999;
}

.RestaurantsControlsContainer a
{
	color: #000000; 
	font-size: 12px; 
	background-image:url(/Images/Layout/SelectArrow.gif); 
	background-position: right 6px;
	background-repeat: no-repeat; 
	padding-right: 10px; 
	padding-left: 3px;
}

.RestaurantsSortContainer
{
	float: left;
	height:25px;
	width: 289px;
	
	border-bottom:solid 1px #CCCCCC;
	
	font-size:12px;
	
	background-image:url(/images/layout/RestaurantsSortBackground.gif);
	background-repeat:repeat-x;
	background-color:#777777;
}

.RestaurantsSort
{
	float:left;
	
	cursor:pointer;
	color:#999999;
	
	width:144px;
	padding: 5px 0;
	
	float:left;
	
	background-color: #EEE;
	
	text-align:center;
}

.RestaurantsSortHover
{
	background-color:#999999;
	color:#FFFFFF;
}

.RestaurantsSortSeperator
{
	height:25px; 
	width:1px; 
	float:left; 

	background-color:#CCCCCC;
}

.RestaurantsSortSelected
{
	color:#FFFFFF; 
	background-color: transparent;
	
	width: 142px;
	border-right:solid 1px #777;
	border-left:solid 1px #777;
	
	background-image:url(/images/layout/RestaurantsSortArrows.gif); 
	background-repeat: no-repeat;
}

.ArrowDescending
{
	background-position: 117px -25px;
}

.ArrowAscending
{
	background-position: 117px 0;
}

.RestaurantsDd
{
	padding: 7px;
	border: 1px solid #ABABAB;
	font-size: 12px;
	background-color: #FFF;
	float: left;
}

.RestaurantsDd a.GlobalButton
{
	margin: 0 0 0 5px;
	#width: 48px;
}

.RestaurantsDd ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.RestaurantsDd ul li a
{
	display: block;
	width: 82px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #000;
}

.AlphabetListContainer
{
	width: 133px;
}

.AlphabetListContainer a
{
	display:block;
	float:left;
	text-align: center;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	color: #000;
	width: 11px;
	text-transform: lowercase;
}

.AlphabetListContainer a:hover
{
	background-color: #EBEBEB;
}

.AlphabetListContainer .AlphabetListItemNumber
{
	width: 30px;
}

.RestaurantsDd ul li .ParentSelect
{
	padding: 2px 20px 2px 5px;
	background-image:url(Images/Layout/SelectArrowRight.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.RestaurantsDd ul li a:hover
{
	background-color: #EBEBEB;
}

.RestaurantsListContainer
{
	height:530px;
	clear: both;
	background-color:#BBBBBB;
}

.RestaurantsListItemContainer
{
	padding: 5px 12px 5px 12px;
	font-size: 11px;
	cursor: pointer;
	float: left;
	background-color:#FFFFFF;
}

.RestaurantsListItemHover
{
	background-color:#EEEEEE;
}

.RestaurantsListItemSelected
{
	padding: 5px 12px 5px 12px;
	font-size: 11px;
	cursor:pointer;
	background-color:#DDDDDD;
}

.RestaurantsListItemContent
{
	float: left;
	width: 240px;
}

.RestaurantsListItemLine
{
	width: 238px;
	height: 14px;
	overflow:hidden;
}

.RestaurantsListEmptyContent
{
	display:none;
	width:269px;
	color:#3A3A3A;
	
	padding:10px;
}

.RestaurantsListItemMarker
{
	float: left;
	width: 25px;
	margin: 5px 0 0 0;
}

.RestaurantsListItemContainer a
{
	text-decoration: none;
}

.RestaurantsListItemName
{
	display:block;
	width: 240px;
	height: 15px;
	overflow:hidden;
	font-size: 12px;
}

.RestaurantsListItemContainer Span
{
	color:#8A8A8A;
}

.RestaurantsDetailsContainer
{
	margin: 0 15px 0 0;
	width: 505px;
	overflow:hidden;
}

.RestaurantsCertificateItemContainer
{
	position:absolute;
    display:none;	
    width:214px;
    
    border:solid 1px #777777;
    border-top:none;
    background-color:#F0F0F0;
}

.RestaurantsCertificateSelectedItem
{
    padding:5px;
    width:178px;
    float:left;
   
   background-image:url(/images/layout/RestaurantsDdLeftBg.gif);
   background-repeat:repeat-x;
}

.RestaurantsCertificateItem
{
    padding:5px;
    color:#5B5B5B;
    width: 204px;
}

.RestaurantsCertificateItemOver
{
	color:#000000;
	background-color:#FFFFFF;
}

.RestaurantsCertificateDropDown
{
	height:25px;
	width:25px;
	float:left;	
    border-left:solid 1px #777777;
    
	background-image:url(/images/layout/RestaurantsDdRightBg.gif);
	background-repeat:repeat-x;
}

.RestaurantsCertificateDropDown span
{
	display:block;
	
	padding-top:9px;
	padding-left:6px;
	height:7px;
	width:13px;
    
	background-image:url(/images/layout/RestaurantsDdlRightBg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	
}

.RestaurantsInfoWindowTerms
{
	height:35px; 
	padding:5px; 
	font-size:10px;
}

.RestaurantsInfoWindowTerms span
{
	display:block;
	margin-bottom:4px;
}

.RestaurantsRatingContainer
{
	height:51px;
	border-top:solid 1px #DDDDDD;	
	
	font-size:17px;
	background-color:#EEEEEE;
}

.RestaurantsRatingContainer span
{
	display:block;
	float:left; 
	padding-top:15px;
}

/* ################ */
/* #</Restaurants># */
/* ################ */

