.MenuItem
{
	font-size: 10pt;
	text-transform: uppercase;
	font-family: arial,tahoma,helvetica;
	text-align: center;
}
.SubMenuItem
{
	font-family: arial,tahoma,helvetica;
	font-size: 10pt;
	text-align: left;
	z-index:100;
}
a:link
{
	color: #cc9900;
	text-decoration: none;
}
a:visited
{
	color: #cc9900;
	text-decoration: none;
}
a:active
{
	color: Lime;
	text-decoration: underline;
}
a:hover
{
	color: Red;
	text-decoration: underline;
}
font,div,p,a,td
{
	font-size: 10pt;
}
Body
{
	margin: 0px;
	font-family: arial,tahoma,helvetica;
	background-color: #000000;
	color: White;
}
.OasisWkGroupTitle
{
	font-size: 13pt;
	font-weight: bold;
}
.OasisPackTitleLink
{
	color: #cc9900;
	font-size: 12pt;
	font-weight: bold;
}
.OasisPackTitleLink:link
{
	color: #cc9900;
	text-decoration: none;
}
.OasisPackTitleLink:visited
{
	color: #cc9900;
	text-decoration: none;
}
.OasisPackTitleLink:active
{
	color: blue;
	text-decoration: underline;
}
.OasisPackTitleLink:hover
{
	color: Red;
	text-decoration: underline;
}
.HomeText
{
	color: Black;
	font-size: 10pt;
}
.SmallText
{
	font-size: 8pt;
}
.DarkLink
{
	color: #000099;
}
.DarkLink:link
{
	color: #000099;
	text-decoration: none;
}
.DarkLink:visited
{
	color: blue;
	text-decoration: none;
}
.DarkLink:active
{
	color: black;
	text-decoration: underline;
}
.DarkLink:hover
{
	color: black;
	text-decoration: underline;
}
.ShopNameTitle
{
	font-size: 14pt;
	font-weight: bold;
	color: White;
}
.NavControlText
{
	color: White;
}

/* Category List */
.CategoryBox
{
	background-color: #1f1f1f;
}
.ShopCategoryListHeading
{
	font-size: 13pt;
	font-family: Verdana, Arial;
	/*background-color: gold;*/
}
/*.ShopCategoryListHeading:Visited
{
	color: Blue;
	text-decoration: none;
}
.ShopCategoryListHeading:Link
{
	color: Blue;
	text-decoration: none;
}
.ShopCategoryListHeading:Active
{
	color: Green;
	text-decoration: underline;
}
.ShopCategoryListHeading:Hover
{
	color: Blue;
	text-decoration: underline;
}*/
.BrowseIntroTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: White;
}
.SpecialsLink
{
	font-size: 12pt;
}
/* Item List (within a Category) */
.ShopItemListHeadingRow
{
	background-color: orange;
}
.ShopItemListDescription
{
	color: White;
	background-color: #1f1f1f;
}
.ShopItemListHeading
{
	font-family: Verdana, Arial;
	color: White;
}
.ShopItemListHeading:Visited
{
	color: Black;
	text-decoration: none;
}
.ShopItemListHeading:Link
{
	color: Black;
	text-decoration: none;
}
.ShopItemListHeading:Active
{
	color: Black;
	text-decoration: underline;
}
.ShopItemListHeading:Hover
{
	color: Blue;
	text-decoration: underline;
}
.ShopItemListPrice
{
	font-weight: bold;
	color: black;
}
.MoreInfoLink, .MoreInfoLink:link, .MoreInfoLink:visited
{
	color: orange;
	text-decoration: none;
}
.MoreInfoLink:hover
{
	color: red;
	text-decoration: none;
}

/* Shop General */
.FR_ShopText
{
	color: White;
	font-size: 12px;
	font-family: arial,tahoma,helvetica;
}
.FR_Hyperlinks, .FR_Hyperlinks:link, .FR_Hyperlinks:visited
{
	text-transform: none;
	color: #cc9900;
	font-weight: normal;
}
.FR_Hyperlinks:hover
{
	color: red;
}

/* Trolley Summary */
.FR_TrolleySummaryBox
{
	background-color: #322B2A;
}
.FR_TrolleySummaryHeading
{
	color: White;
}
.FR_TrolleySummaryHeading A, .FR_TrolleySummaryHeading A:visited
{
	color: #cc9900;
}
.FR_TrolleySummaryHeading A:hover
{
	color: red;
}
.FR_TrolleySummaryText
{
	color: White;
}


/* Trolley */
.FR_TrolleyBox
{
	background-color: #322B2A;
}
.FR_TrolleyHeader 
{
	color: White;
	font-size: 12px;
	font-family: arial,tahoma,helvetica;
	font-weight: bold;
}
.FR_TrolleyLine
{
	color: White;
	font-size: 12px;
	font-family: arial,tahoma,helvetica;
}
.FR_TrolleyFooter 
{
	color: White;
	font-size: 12px;
	font-family: arial,tahoma,helvetica;
	font-weight: bold;
}

/* Categories Page */
.FR_CategoryBox
{
	background-color: #655754;
	padding: 5px 5px 5px 5px;
}
.FR_CategoryBoxHeading, .FR_CategoryBoxHeading:link, .FR_CategoryBoxHeading:visited
{
	font-family: Verdana, Arial;
	color: #cc9900;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 5px;
}
.FR_CategoryBoxHeading:hover
{
	color: #99cc00;
}
.FR_CategoryBoxText
{
	font-size: 12px;
	color: #CCCCCC;
}
.FR_SpecialsHeading
{
	font-size: 11pt;
	color: black;
	font-weight: bold;
	background-color: silver;
}
.FR_SpecialsDescription
{
	color: white;
	background-color: #333333;
}
.FR_SpecialsList
{
	padding-left: 30px;
	color: red;
}

/* Browse Page */
.FR_ShopNavigator, .FR_ShopNavigator:link, .FR_ShopNavigator:visited
{
	color: #cc9900;
}
.FR_ShopNavigator:hover
{
	color: red;
}
.FR_ListHeading, .FR_ListHeading:link, .FR_ListHeading:visited
{
	font-weight: bold;
	font-size: 11pt;
	color: #cc9900;
}
.FR_ListHeading:hover
{
	font-weight: bold;
	font-size: 11pt;
	color: red;
}
.FR_ListText
{
	color: White;
}
.FR_ItemHeading, .FR_ItemHeading:link, .FR_ItemHeading:visited
{
	font-weight: bold;
	font-size: 24px;
	color: #cc9900;
}

/* Checkout */
.FR_CheckoutFooterTotal
{
	color: Yellow;
}
.FR_CheckoutHeading
{
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	background-color: #322b2a;
}


/* Item Details Page */
.FR_VariationsBox
{
	background-color: #655754;
}
.FR_VariationsHeading
{
	font-weight: bold;
	font-size: 14px;
	color: #cc9900;
}
.FR_VariationsPrice
{
	color: White;
}
.FR_AddToTrolley, .FR_AddToTrolley:link, .FR_AddToTrolley:visited
{
	color: #cc9900;
}
.FR_AddToTrolley:hover
{
	color: red;
}
.ShopItemDescription
{
	/*none*/
}
.ShopItemHeading
{
	font-weight: bold;
	font-size: 12pt;
	color: White;
}
.ItemDetailsMoreInfo
{
	/*none*/
}


/* Item Variants */
.AddToTrolleyLink
{
	/*none*/
}
.ShopItemVarTableTitle
{
	font-weight: bold;
	background-color: dimgray;
}
.ShopItemVarTable-Was
{
	font-weight: bold;
}
.ShopItemVarTable-Now
{
	font-weight: bold;
}
.ShopItemVarTable-Save
{
	font-weight: bold;
}
.ShopItemVarTable-Price
{
	font-weight: bold;
}
.ShopItemVarTableOldPrice
{
	text-decoration: line-through;
}
.ShopItemVarTableSpecialPrice
{
	color: Red;	
}
.ShopItemVarTableYouSave
{
	font-style: italic;
}
.ShopItemTable
{
	/*none*/
}
.ShopItemVarTablePrices
{
}
.ShopItemSpecialRow
{
	background-color: Gray;
}
.ShopItemSoldOutRow
{
	background-color: Black;
}
.ShopItemAvaliableSoonRow
{
	background-color: Black;
}
.ShopItemTableRow
{
	background-color: Black;
}
/*Combo Specials*/
.ShopItemVarTableComboTitle
{
	font-weight: bold;
	background-color: navy;
}
.ShopItemVarTableComboDesc
{
	font-style: italic;
}
.ShopItemComboRow
{
	background-color: #000000;
}
/* Small Trolley Summary */
.SmallTrolleyDetails
{
	background-color: #1f1f1f;
}
.SmallTrolleyHeading
{
	background-color: dimgray;
}
/* Specials */
.SpecialsTitle
{
	font-size: 12pt;
}
.SpecialsBackLink
{
	font-size: 11pt;
	text-align: right;
}


/*********************** 
		TROLLEY 
************************/
.AltTrolleyItem
{
	background-color: dimgray;
}
.TrolleyItem
{
	background-color: black;
}
.TrolleyHeader
{
	font-size: 14pt;
	font-weight: bold;
}
.TrolleyTable
{
	/*background-color: silver;*/
}
.TrolleySection
{
	/*background-color: silver;*/
}


/*********************** 
		LOGIN 
************************/
.LoginTitle
{
	font-size: 12pt;
	font-weight: bold;
}
.LoginTable
{
	/*none*/
}
.NeedRegisterLink
{
	font-size: 8pt
}
.ForgotPass
{
	font-size: 8pt;
}
.MessageText
{
	font-size: 12pt;
}
.PrivacyPolicyLink
{
	font-size: 8pt;
}


/*********************** 
		REGISTER 
************************/
.RegisterTitle
{
	font-size: 12pt;
	font-weight: bold;
}
.RegisterTable
{
	/*none*/
}
.LoginLink
{
	font-size: 11pt
}
.ThanksTitle
{
	font-size: 14pt;
	font-weight: bold;
}


/*********************** 
		CHECKOUT 
************************/
.ReviewItemsText
{
	/*None*/
}
.CheckoutTable
{
	/*None*/
}
.CheckoutTableAltItems
{
	/*None*/
}
.CheckoutTableItems
{
	/*None*/
}
.FRShop_StepBarPastSeperator, .FRShop_StepBarPreCurrentSeperator, .FRShop_StepBarPostCurrentSeperator
{
	width: 20px;
	text-align: center;
	height: 20px;
	background-color: #333333;
	vertical-align: middle;
	color: #999999;
}
.FRShop_StepBarFutureSeperator
{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	background-color: #666666;
}
.FRShop_StepBar
{
	background-color: #666666;
	height: 20px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.FRShop_StepBarCurrentStep
{
	border-right: maroon thin outset;
	border-top: maroon thin outset;
	font-weight: bold;
	vertical-align: middle;
	border-left: maroon thin outset;
	color: black;
	border-bottom: maroon thin outset;
	height: 20px;
	background-color: #cccccc;
	padding-right: 3px;
	padding-left: 3px;
}
.FRShop_StepBarPastStep
{
	height: 20px;
	vertical-align: middle;
	background-color: #333333;
	color: #999999;
}
.heading1
{
	color: White;
	font-size: 20px;
	font-weight: bold;
}
.heading2
{
	font-weight: bold;
	font-size: 16px;
	color: white;
}
.heading3
{
	font-weight: bold;
	font-size: 14px;
	color: white;
}
.LightLink, .LightLink:link,  .LightLink:visited
{
	color: White;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
.LightLink:hover
{
	color: #ffff00;
	text-decoration: underline;
}
.box
{
	border-right: #655754 2px solid;
	border-top: #655754 2px solid;
	border-left: #655754 2px solid;
	border-bottom: #655754 2px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.emphasizedtext
{
	color: Yellow;
}