﻿ #BGTagline
{
	color				:White;
}
#pageBanner 
{
	background-image    :url('Images/imgBannerBack-red.jpg');
}

.footerNav, .footerNavSC
{
	background-image	:url('Images/footerBar-red.jpg');
}

#footerCopyrightBar
{
	background-image	:url('Images/imgFooterBack-red.jpg');
}

#ColorTabs #Tab1
 {
	background-image	:url('Images/imgColorTab1-red.jpg');
 }
 #ColorTabs #Tab2
 {
	background-image	:url('Images/imgColorTab2-red.jpg');
 }
 #ColorTabs #Tab3
 {
	background-image	:url('Images/imgColorTab3-red.jpg');
 }
 #ColorTabs #Tab4
 {
	background-image	:url('Images/imgColorTab4-red.jpg');
 }
 #ColorTabs #Tab5
 {
	background-image	:url('Images/imgColorTab5-red.jpg');
 }
 #ColorTabs #Tab6
 {
	background-image	:url('Images/imgColorTab6-red.jpg');
 }
 #ColorTabs #Tab7
 {
	background-image	:url('Images/imgColorTab7-red.jpg');
 }
 #ColorTabs #Tab8
 {
	background-image	:url('Images/imgColorTab8-red.jpg');
 }
 
 /* Sude Menu Bar */
 a.sideMenuItem:hover
{
	background-color	:#C1050B; /* Same as the lighter RED in header */
}
 .selected
{
	background-color	:#741114; /* Dark RED from header */
}
.SizeButton:hover
{
	background-color	:#C1050B;/*FFF0B5 Same as the ribbon in the header */
	text-decoration		:none;
}

.pagingButton:hover
{
	background-color	:#C1050B;/*FFF0B5 Same as the ribbon in the header */
}

.productThumbHovered
{
	background-color	:#741114;
}
.productThumbHovered a:hover
{
	background-color	:#AAAAAA;
}

/* Custom Banner Style */
.CustomBanner
{
    background-color    :#741114; /* Deep Red */
    background-image    :url('Images/bannerBack-red.jpg');
}

/* This style sheet is intended to contain OFTEN CHANGED rules used when the Login control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.PrettyLogin
{
    width: 18em;
}

.PrettyLogin .AspNet-Login
{
    font-family: Verdana;
    font-size: 0.8em;
    background: #FFFFFF url('Images/bg-fade-light-red.jpg') repeat-x bottom;
    padding: 4px;
    border: solid 2px #6B061E;
}

.PrettyLogin .AspNet-Login label,
.PrettyLogin .AspNet-Login input
{
    color: #6B061E;
}

.PrettyLogin .AspNet-Login input
{
    font-size: 1em;  /* lets the form element scale */
}

/* This rule is used when AutoAccessKey is true */
.PrettyLogin .AspNet-Login label em
{
    text-decoration: underline;
    font-style: normal;
}

.PrettyLogin .AspNet-Login input
{
    border: solid 1px #6B061E;
}

.PrettyLogin .AspNet-Login .AspNet-Login-TitlePanel
{
    font-weight: bold;
    color: white;
    background: #6B061E;
    text-align: center;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
    font-size: 1.5em
}

.PrettyLogin .AspNet-Login .AspNet-Login-FailurePanel
{
    color: #FF0000;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-RememberMePanel,
.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
    padding: 0.25em 0.1em 0 0;
    text-align: right;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel label,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel label
{
    white-space: nowrap;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel input,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel input
{
    width: 9em;
}

.PrettyLogin .AspNet-Login .AspNet-Login-RememberMePanel input
{
    border: none;
}

.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel input
{
    background: White;
    color: #6B061E;
    border: solid 1px #6B061E;
    float: right;
    height: 1.7em;
}

.PrettyLogin .AspNet-Login .AspNet-Login-PasswordRecoveryPanel
{
    margin-bottom: 0.5em;
}

.PrettyLogin .AspNet-Login .AspNet-Login-CreateUserPanel a,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordRecoveryPanel a
{
    color: #6B061E;
    font-style: italic;
}

.PrettyLogin .AspNet-Login .AspNet-Login-InstructionPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-CreateUserPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-HelpPanel
{
}


.PrettyPasswordRecovery
{
    width: 28em;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery
{
    font-family: Verdana;
    font-size: 0.8em;
    padding: 4px; 
    color: #6B061E;
    border: solid 2px #6B061E;
    background: #FFFFFF url('Images/bg-fade-light-red.jpg') repeat-x bottom;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery label,
.PrettyPasswordRecovery .AspNet-PasswordRecovery input
{
    color: #6B061E;
}

.PrettyChangePassword .AspNet-PasswordRecovery input
{
    font-size: 1em;  /* lets the form element scale */
}

/* This rule is used when AutoAccessKey is true */
.PrettyPasswordRecovery .AspNet-PasswordRecovery label em
{
    text-decoration: underline;
    font-style: normal;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-TitlePanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-TitlePanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-InstructionPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-InstructionPanel
{
    text-align: center;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-TitlePanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-TitlePanel
{
    font-weight: bold;
    color: #6B061E;
    background: #FFFFFF;
    font-size: 1.5em;    
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-InstructionPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-InstructionPanel
{
    color: #6B061E;
    background: White;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-FailurePanel
{
    color: #FF0000;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-SubmitPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-SubmitPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel
{
    padding: 0.25em 0.1em 0 0;
    text-align: right;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel
{
    padding-right: 1.1em;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel label,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel span,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel span,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel label
{
    white-space: nowrap;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel input
{
    width: 12em;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel input
{
    border: none; 
    background: transparent;
    color: #6B061E;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-SubmitPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-SubmitPanel input
{
    border: solid 1px #6B061E;
    background: White;
    color: #6B061E;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-SuccessTextPanel
{
    padding: 10px;
    color: Black;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-HelpPanel
{
}
