﻿/* ****    Copyright (c) 1999-2005 UniteU Technologies Inc.  All rights reserved. ****/
/* ***********************************************************************************/
/* ****    This file contains default style definitions used in the UU eShop and  ****/
/* ****    eStore applications. This file is included on all store pages. This    ****/
/* ****    setting may be modified via the site manager so that a different file  ****/
/* ****    may be used.                                                           ****/
/*************************************************************************************/

/*
	Dark gray: 		#6d6d6d
	Medium gray:	#868686
	Light gray: 	#f0f0f0
	Dark red:		#D81C25
	Light red:		#d81c25	
*/


body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #f1f1f1;
	color: #000000;
	font-size: 12px;
	text-align: center;
}
form {
	padding: 0px;
	margin: 0px;
}
img {
	border:none;
}

/*img a{
 border: 1px solid #D81C25;
}*/

h1 {
	font-size: 18px;
	color: #D81C25;
}
/*  general links - applied when no class is specified  */
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #D81C25;
	text-decoration:underline;
}
a:active {
	color: #D81C25;
	text-decoration:none;
}
.Form-Field {
	background-color:#FFFFFF;
	border: 1px solid #000000;
	color: #6d6d6d;
	font-size: 10px;
}
.logo {
	margin: 5px 0px 5px 10px;
}
/* shop by brand dropdown*/
.qjump {
	background-color:#FFFFFF;
	border: 1px solid #000000;
	color: #6d6d6d;
	font-size: 10px;
}

.relProduct{
	width:150px;

}

.relLink:link{

	color: #D81C25;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.relLink:visited{

	color: #D81C25;
	text-decoration:none;
	font-weight:bold;
}

.relLink:hover{

	color: #D81C25;
	text-decoration:underline;
	font-weight:bold;
}

.relLink:active{

	color: #D81C25;
	text-decoration:none;
	font-weight:bold;
}

/* Body container */
#Body-Container {
	margin: 10px auto 0px auto;
	padding:0px;/*mrm*/
	width: 960px;
	text-align: left;
	background-image:url(../bg_border.gif);
	background-color:#FFFFFF;
}

/*#Body-Container img {
	border: 1px solid #D81C25;
}*/
/* Header container */
#Header-Container {
	/*border: 1px dotted blue;*/
   	background-color:#f1f1f1;
	background-image:none;
	width:960px;/*mrm*/
	padding:0px;/*mrm*/
}
#Header-Left {
	margin:0 0 0 0;
	padding:15px 0 0 0;
	float:left;
	/*padding-top:15px;*/
	background-color:#f1f1f1;
	background-image:none;
	width:360px; /* needed for IE 6 compatibility*/
	height:45px; /* needed for IE 6 compatibility*/
}
	#Header-Logo {/*margin:15px 0;*/}
#Header-Right {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:right;
	background-color:#f1f1f1;
	background-image:none;
	width:600px; /* needed for IE 6 compatibility*/
	height:45px; /* needed for IE 6 compatibility*/
}
#Header-ShopperLinks {
	text-align: right;
	float: right;
	text-transform: uppercase;
	padding-bottom:15px;
	font-size: 11px;
}
#Header-ShopperLinks a:link {
	color:#6d6d6d;
}
#Header-ShopperLinks a:hover {
	color:#6d6d6d;
}
#Header-ShopperLinks a:active {
	color:#6d6d6d;
}
#Header-ShopperLinks a:visited {
	color:#6d6d6d;
}
#Header-Logo {
	background-color:#f1f1f1;
	background-image:none;
}
#Header-Searches {
	float: right;
	display: inline;
	width: 400px;
	padding-bottom:15px;
}
#Header-Qjump {
	float:right;
	margin-right:10px;
	
}
#Header-QuickSearch {
	float:right;
}
#Header-ShopperLinks-List {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#Header-ShopperLinks-List a {
	background-color: none;
}
#Header-ShopperLinks-List li {
	display: inline;
	padding-left: 10px;
}
#Header-Nav-List {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-transform:uppercase;/*border: 1px dotted red;*/
}
#Header-Nav-List li {
	display: inline;
	color: #FFFFFF;
	float: left;
}
#Header-Nav-List a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 3px;
}
.Form-Input {
	border: 1px solid #000000;
	font-size: 10px;
}
.Header-Nav-Item {
	width: 136px;
	height: 20px;
	background-image:url(../HeaderNavBG.jpg);
	border-right: 1px solid #FFFFFF;
}
.Header-Nav-Item-First {
	background-image: url(../HeaderNavBG_Left.jpg);
	border-right: 1px solid #FFFFFF;
	width: 137px;
	height: 20px;
}
.Header-Nav-Item-Last {
	background-image: url(../HeaderNavBG_Right.jpg);
	width: 137px;
	height: 20px;
}
#Container-Right {
	width: 180px;
	padding: 10px;
}

.PageContentHome{
	padding: 10px 0px 10px 10px;
}

#RightColumn{float: right; width: 200px; text-align:center; padding:10px;
}

.Block {
	border: 1px solid #cbcbcb;
	padding: 1px 1px 1px 1px;
	margin-bottom: 10px;
	width:180px;
	text-align: right;

}
.Block-Title {
	background-color: #D81C25;
	padding: 7px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}

.Block-Title a:link {
	color: #FFFFFF;
}

.Block-Title a:visited{
	color: #FFFFFF;
}

.Block-Title a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.Block-Title a:active{
	color: #FFFFFF;
	text-decoration: underline;
}

.Block-Title2 {
	background-color: #868686;
	padding: 7px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	margin: 0px 30px 0px 30px;
}

.Block-Title2 a:link{
	color: #FFFFFF;
}

.Block-Title2 a:visited{
	
	color: #FFFFFF;
}

.Block-Title2 a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

.Block-Title2 a:active{
	color: #FFFFFF;
}
.Block-Body {
	padding: 9px;
	font-size: 11px;
	text-align: center;
}

.small_txt {
	font-size:10px;
}

.Clear {
	clear: both;
}
/* Footer container */
#Footer-Container {
	text-align: left;
	border: 1px solid #6d6d6d;
	border-top: none;
}
#Footer-Bar {
	background-image:url(../FooterImages/Footer-Bar-BG.gif);
	height: 29px;
	color: #FFFFFF;
}
#EmailSignup {
	position: relative;
	width: 300px;
	font-size: 11px;
	padding-left: 10px;
	top: 5px;/*left: 5px;*/
}
#Footer-Text {
	padding: 10px;
	font-size: 10px;
	background-color: #f0f0f0;
	line-height: 14px;
	text-align: center;
}
.Red {
	color: #ed1b23;
}
#Deptlink-Container {
	padding:10px;
	width:180px;
	text-align:center;
}
/*page title text on all pages except the department and product pages*/
.PageTitle {
	font-size: 20px;
	background: inherit;
	color: #000000;
}
/*department titles*/
.DeptTitle {
	font-size: 20px;
	background: inherit;
	color: #000000;
	font-weight: bold;
	display: block;
	margin-bottom: 24px;
}
/*list price or price level 1 with a sale*/
.ListPricewSale {
	font-size: 12px;
	background: inherit;
	color: black;
}
/*list price or price level 1 with NO sale*/
.ListPricewoSale {
	font-size: 12px;
	background: inherit;
	color: black;
}
/* sale price */
.SalePrice {
	font-size: 12px;
	background: inherit;
	color: red;
}
/* msrp price */
.MSRPPrice {
	font-size: 12px;
	background: inherit;
	color: black;
}
/*  FOR PAMELA'S DEPTLINK CODE - NOT SURE WE SHOULD KEEP  */

table#headerTable {
	background: inherit;
	color: #000000;
}
table#emailSignUp {
	background: inherit;
	color: #000000;
}
table#TableNnav {
	background: inherit;
	color: #000000;
}
td#TDbottom {
	background: inherit;
	color: #000000;
}
td#TDbelowNav {
	background: inherit;
	color: #000000;
}

#ssl {

 text-align:center;
}
.nav {
	border: 1px solid #666666;
	background-color: #CCCCCC;
	color: #000000;
	background-image: none;
	padding: 0px 0px 0px 0px;
}
.navmargin {
	padding: 8px;
	background: inherit;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
.insidenavtextbottom {
	background: inherit;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-align:right;
	border: 1px solid #666666;
	padding: 0px 10px 7px 3px
}
/*  END DEPTLINK CODE CLASSES  */


/* general div on all pages to offset content from left nav  */
.PageContent {
	padding: 10px 10px 10px 10px;
}
/*  DEPTLINK EMAIL SIGNUP  */
.EmailSignupbgcolor {
	background: #CCCCCC;
	color: #000000;
}
.EmailSignupTitle {
	background: #CCCCCC;
	color: #000000;
}
.EmailSignupText {
	background: #CCCCCC;
	color: #000000;
}

.emailbtn{ border-left: none;
}
/*  SHOPPER LOOKUP CLASSES  */
.TableText {
	background: #ffffff;
	color: #000000;
}
/* HEADER CLASSES  */
.HeaderNav:link {
	background: inherit;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.HeaderNav:visited {
	background: inherit;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.HeaderNav:hover {
	background: inherit;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.HeaderNav:active {
	background: inherit;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.HeaderNavBack {
	background: #6699CC;
	color: #000000;
	border-color: black black #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
/* FOOTER CLASSES  */
.Footertext {
	background: inherit;
	color: #ffffff;
}
.FooterBack {
	background: #6699CC;
	color: #ffffff;
}
.FooterLink:link {
	background: inherit;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.FooterLink:visited {
	background: inherit;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.FooterLink:hover {
	background: inherit;
	color: #D81C25;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.FooterLink:active {
	background: inherit;
	color: #D81C25;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
/* SHOPPER NEW AND SHOPPER UPDATE */
.SubText {
	background: inherit;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
.optional {
	background: #ffffff;
	color: #000000;
}
.required {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
}
/* PRODUCT PAGE  */

/* You may also be interested in */
.relProductlabel {
	background: inherit;
	color: #000000;
}
.ProductShortDescription {
	background: inherit;
	color: #000000;
}
.ProductName {
	font-size: 16px;
	background: inherit;
	color: black;
	font-weight: bold;
}
/*list price or price level 1 with a sale*/
.ListPricewSaleP {
	font-size: 12px;
	background: inherit;
	color: black;
}
/*list price or price level 1 with NO sale*/
.ListPricewoSaleP {
	font-size: 12px;
	background: inherit;
	color: black;
}
/* sale price */
.SalePriceP {
	font-size: 12px;
	background: inherit;
	color: red;
}
/* msrp price */
.MSRPPriceP {
	font-size: 12px;
	background: inherit;
	color: black;
}
/*  related products list price or price level 1 with a sale*/
.ListPricewSaleR {
	font-size: 12px;
	background: inherit;
	color: black;
}
/*  related products list price or price level 1 with NO sale*/
.ListPricewoSaleR {
	font-size: 12px;
	background: inherit;
	color: black;
}
/*  related products sale price */
.SalePriceR {
	font-size: 12px;
	background: inherit;
	color: red;
}
/*  related products msrp price */
.MSRPPriceR {
	font-size: 12px;
	background: inherit;
	color: black;
}
/*   END PRODUCT PAGE CLASSES  */


/*  DEPARTMENT PAGE  */
.DeptShortDescription {
	background: inherit;
	color: #000000;
}
/*  Item Table Styles */
.CartLabels {
	width: 175px;
	background-color: #D81C25;
	padding: 7px;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	display:block;
}
.cart_list_item {
	background: #ffffff;
	color: #000000;
}
.SubHeadbgcolor {
	background: #979797;
	color: #000000;
}
.SubHeadText {
	background: inherit;
	color: #ffffff;
	font-weight: bold
}
.tablebgcolor {
	background: #ffffff;
}

.tablebgcolor tbody tr tr td {
	background: #ffffff;
	width:150px;
	}
/*  ERRORS   */
.BasketErrors {
	color: #ff0000;
	background: #ffffff;
}
.PurchaseErrors {
	color: #ff0000;
	background: #ffffff;
}
.ErrorMsg {
	color: #ff0000;
	background: #ffffff;
}
/*  SHIPPING PAGE  */


/*  PAYMENT PAGE  */
.PaymentInput {
	background: inherit;
	color: #000000;
	font-weight: bold;
}
/*  CONFIRMATION PAGE  */
.outer {
	border: 1px solid #999999
}
table#confBottom td {
	border-style: solid;
	border-left-width: 1pt;
	border-top-width: 1pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-color: #b9b9b9;
}
/*  ------BEGIN LINK STYLE DEFINITIONS------  */


/*  left hand navigation, top level  */
.deptbarlink:link {
	background-color: #D81C25;
	padding: 7px;
	color: #FFFFFF;
	text-align: left;
	text-transform:uppercase;
	font-size: 12px;
	display:block;/*
	display: block;
	text-align: left;
	margin-left: 9px;
	background: inherit;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;*/
}
.deptbarlink:visited {
	background-color: #D81C25;
	padding: 7px;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	display:block;/*
	display: block;
	text-align: left;
	margin-left: 9px;
	background: inherit;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;*/
}
.deptbarlink:hover {
	background-color: #D81C25;
	padding: 7px;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	display:block;/*
	display: block;
	text-align: left;
	margin-left: 9px;
	background: inherit;
	color: #EE484C;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;*/
}
.deptbarlink:active {
	background-color: #D81C25;
	padding: 7px;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	display:block;/*
	display: block;
	text-align: left;
	margin-left: 9px;
	background: inherit;
	color: #EE484C;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;*/
}
/*  left hand navigation, secondary level  */
.deptbarlink2:link {
	padding: 2px;
	padding-left: 15px;
	font-size: 11px;
	text-align: left;
	display:block;
	/*
	display: block;
	text-align: left;
	margin-left: 15px;
	background: inherit;
	color: #656565;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 4px;*/
	
}
.deptbarlink2:visited {
	padding:2px;
	padding-left: 15px;
	font-size: 11px;
	text-align: left;
	display:block;
	/*display: block;
	text-align: left;
	margin-left: 15px;
	background: inherit;
	color: #656565;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 4px;*/
}
.deptbarlink2:hover {
	padding: 2px;
	padding-left: 15px;
	font-size: 11px;
	text-align: left;
	display:block;
	/*
	
	display: block;
	text-align: left;
	margin-left: 15px;
	background: inherit;
	color: #EE484C;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 4px;*/
}
.deptbarlink2:active {
	padding: 2px;
	padding-left: 15px;
	font-size: 11px;
	text-align: left;
	display:block;
	/*display: block;
	text-align: left;
	margin-left: 15px;
	background: inherit;
	color: #EE484C;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 4px;*/
}
/*  content area, department page  */
.deptlinkM:link {
	text-align: left;
	font-weight: bolder;
	color: #666666;
	background: inherit;
	text-decoration: none;
	text-indent: 12px;
	font-size: 12px;
}
.deptlinkM:visited {
	text-align: left;
	font-weight: bolder;
	color: #666666;
	background: inherit;
	text-decoration: none;
	text-indent: 12px;
	font-size: 12px;
}
.deptlinkM:hover {
	text-align: left;
	font-weight: bolder;
	color: #D81C25;
	background: inherit;
	text-decoration: underline;
	text-indent: 12px;
	font-size: 12px;
}
.deptlinkM:active {
	text-align: left;
	font-weight: bolder;
	color: #D81C25;
	background: inherit;
	text-decoration: none;
	text-indent: 12px;
	font-size: 12px;
}
/*  content area, product page  */
.deptlinkP:link {
	
	text-decoration: none;
	color: #000000;
	background: inherit;
	display:block;
	font-weight:bold;
}
.deptlinkP:visited {
	
	text-decoration: none;
	color: #000000;
	background: inherit;
	display:block;
	font-weight:bold;
}
.deptlinkP:hover {
	
	text-decoration: underline;
	color: #D81C25;
	background: inherit;
	display:block;
	font-weight:bold;
}
.deptlinkP:active {
	
	text-decoration: underline;
	color: #D81C25;
	background: inherit;
	display:block;
	font-weight:bold;
}
/* footer links - class must be specified in site to take effect  */
.footer:link {
	background: inherit;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.footer:visited {
	background: inherit;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.footer:hover {
	background: inherit;
	color: #D81C25;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.footer:active {
	background: inherit;
	color: #D81C25;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
/* "Back to" link on product page  */
.deptlinkM2:link {
	background: inherit;
	color: #555555;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.deptlinkM2:visited {
	background: inherit;
	color: #555555;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.deptlinkM2:hover {
	background: inherit;
	color: #D81C25;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.deptlinkM2:active {
	background: inherit;
	color: #D81C25;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}

/*  -------END LINK STYLE DEFINITIONS------  */
