/*
////////////////////////////////////////////////////////////////////////////////
	* Date Created: 12/2001-01/2003
	* Product: StorePerfect v.1.0
	* Author: WebWin Solutions, Inc.
	* Copyright (c) 2002-2003 WebWin Solutions, Inc. All rights reserved.
	* Description: CSS Stylesheet for StorePerfect navigation.

	* For more information about StorePerfect v.1.0, please visit 
	* http://www.webwinsolutions.com/storeperfect.
	*
	* Dark Color: #FFAD33;
	* Light Color: #FFDB90;
////////////////////////////////////////////////////////////////////////////////
*/

.LeftSpacer
{
	width: 8px;
	height: 20px;
}

.RightSpacer
{
	width:8px;
	height: 20px;
}


/* Header Tabs Styles ======================================================= */
.TabSelectedLeft
{
	background-image: url(../../images/tabs/style3/orange/on_left.gif);
	width: 8px;
	height: 24px;
}

.TabSelectedRight
{
	background-image: url(../../images/tabs/style3/orange/on_right.gif);
	width: 9px;
	height: 24px;
	border-right: solid 1px white;
}

.TabSelectedBg
{
	background-image: url(../../images/tabs/style3/orange/on_bg.gif);
}

.TabLeft
{
	background-image: url(../../images/tabs/style3/orange/off_left.gif);
	width: 8px;
	height: 24px;
}

.TabRight
{
	background-image: url(../../images/tabs/style3/orange/off_right.gif);
	width: 9px;
	height: 24px;
	border-right: solid 1px white;
}

.TabBg
{
	background-image: url(../../images/tabs/style3/orange/off_bg.gif);
}

.TabSides
{
	border-bottom: none;
}
/* Header Tab Text */
.TabSelectedText, a.TabSelectedText:hover, a.TabSelectedText:visited
{
	font-family:  Arial, Tahoma, Verdana;
	color: FDFECB;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.TabText, a.TabText:visited
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.TabText:hover
{
	text-decoration: underline;
}


/* Navigation Styles ======================================================== */
.NavTop
{
	background-image: url(../../images/navigation/style3/orange/top_160.gif);
	width: 160px;
	padding-left: 10px;
	height: 20px;
	font-weight: bold;
	color: black;
	font-size: 11px;
}
.NavTopSmall
{
	background-image: url(../../images/navigation/style3/orange/top_140.gif);
	width: 140px;
	padding-left: 10px;
	height: 20px;
	font-weight: bold;
	color: black;
	font-size: 11px;
}
.NavBottom
{
	padding: 0px;
	height: 13px;
	border: none;
	background-image: url(../../images/navigation/style3/orange/bottom_160.gif);
}
.NavBottomSmall
{
	padding: 0px;
	height: 13px;
	border: none;
	border-top: none;
	background-image: url(../../images/navigation/style3/orange/bottom_140.gif);
}

.NavBottomSpacer
{
	height: 13px;
}

.NavBoxSmall
{
	border: solid 1px #FFAD33;
	border-bottom: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.NavBox
{
	border: solid 1px #FFAD33;
	border-bottom: none;
	padding-bottom: 0px;
	padding-top: 3px;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

.NavHR
{
	height: 1px;
	color:#FFDB90;
	margin-top: 0px;
	margin-bottom: 0px;
}

.NavLink
{
	font-family: Arial, Verdana;
	font-size: 12px;
	height: 20px;
}

/* Other Navigation Styles ================================================== */
.FooterMediumBg, .HeaderMediumBg
{
	background-color: #FFAD33;
	color: White;
}

.FooterLightBg
{
	background-color: FFDB90;
}

.FooterLink
{
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
}

