﻿/**FAQ**/

div.mainContentInfoBox.faqBox
{
	margin-top:20px;
}

.faqBox ul li
{
	list-style-type:disc;
	margin-left:15px;
}

.faqBox
{
	margin:10px 0 0 0;
}

.faqTabs ul.tabs 
{
	float: left;
	display: inline;
	width: 100%;
	margin-left:15px;
    height:45px;
}

.faqTabs ul.tabs li 
{
	list-style: none;
	float: left;
}

.faqTabs ul.tabs li a 
{
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 3px;
    height:45px;
}


/* Tab Images */

.faqTabs ul.tabs a#eGiftCard, .faqTabs ul.tabs a#giftCard, .faqTabs ul.tabs a#onlineOrdering,
.faqTabs ul.tabs a#ourRestaurant, .faqTabs ul.tabs a#employment
{
	text-indent:-2000px;
}

.faqTabs ul.tabs a#eGiftCard
{
	background:url(../Images/FAQ/eGiftCardTab.gif) no-repeat;
	width:108px;
	background-position:0 20px;
}	

.faqTabs ul.tabs a#giftCard
{
	background:url(../Images/FAQ/giftCardsTab.gif) no-repeat;
	width:107px;
	background-position:0 20px;
}

.faqTabs ul.tabs a#onlineOrdering
{
	background:url(../Images/FAQ/onlineOrderingTab.gif) no-repeat;
	width:150px;
	background-position:0 20px;
}

.faqTabs ul.tabs a#ourRestaurant
{
	background:url(../Images/FAQ/ourRestaurantsTab.gif) no-repeat;
	width:154px;
	background-position:0 20px;
}

.faqTabs ul.tabs a#employment
{
	background:url(../Images/FAQ/employmentTab.gif) no-repeat;
	width:112px;
	background-position:0 20px;
}	

/* Hover State */
.faqTabs ul.tabs a#eGiftCard:hover, .faqTabs ul.tabs a#giftCard:hover, .faqTabs ul.tabs a#onlineOrdering:hover,
.faqTabs ul.tabs a#ourRestaurant:hover, .faqTabs ul.tabs a#employment:hover
{
	background-position:0 -45px;
}


/* Active States */
.faqTabs ul.tabs a#eGiftCard.active, .faqTabs ul.tabs a#giftCard.active, .faqTabs ul.tabs a#onlineOrdering.active,
.faqTabs ul.tabs a#ourRestaurant.active, .faqTabs ul.tabs a#employment.active
{
	height:42px;
	position:relative;
	top:3px;
}	


.faqTabs ul.tabs a#eGiftCard.active
{
	background:url(../Images/FAQ/eGiftCardTab_active.gif) no-repeat;
	width:108px;
}	

.faqTabs ul.tabs a#giftCard.active
{
	background:url(../Images/FAQ/giftCardsTab_active.gif) no-repeat;
	width:107px;
}

.faqTabs ul.tabs a#onlineOrdering.active
{
	background:url(../Images/FAQ/onlineOrderingTab_active.gif) no-repeat;
	width:150px;
}

.faqTabs ul.tabs a#ourRestaurant.active
{
	background:url(../Images/FAQ/ourRestaurantsTab_active.gif) no-repeat;
	width:154px;
}

.faqTabs ul.tabs a#employment.active
{
	background:url(../Images/FAQ/employmentTab_active.gif) no-repeat;
	width:112px;
}	


/* The content shown when a tab is selected */
.faqTabs div 
{
	float: left;
	display: block;
	width: 100%;
}

