/* ****    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.                                                           ****/
/*************************************************************************************/

/*
COLORS:
darkest blue:		01415A (dark border)
dark blue:			0175A1 (deptlink row backgrounds)
medium blue:		5595CC (around image on homepage)
light blue:			BFDCE7 (around homepage box and around buttons)
lightest blue:		D1E3F1 (background)
red/burgundy:		AA3F55
gray:				808080

new colors:
grey: C1BABA
dark pink: F5C7D4
light pink: FDF3F6
*/

body                  
{
font-family:Arial, Helvetica, sans-serif; margin: 0px; color: #000000; font-size: 12px; 
margin: 0; /* to avoid margins */
text-align: center; /* to correct the centering IE bug */	
}

#container         
{
margin-left: auto;
margin-right: auto;
width: 822px; /* mandatory to be centered - set to appropriate width */
text-align: left; /* to realign your text */
}

td                    {font-family:Arial, Helvetica, sans-serif; font-size: 16px; color:#000000; }
p                     {font-size: 16px; text-align: left; }
img                   {border: none;}
form				{padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}

.logo                 {margin: 5px 0px 5px 10px;}


/* shop by brand dropdown*/
.qjump            
{
color: #000000; 
font-size: 14px; 
text-decoration: none; 
margin-right:3px;
margin-bottom:1px;
}

.search                
{
color: #000000; 
font-size: 10px; 
text-decoration: none; 
height:17px; 
border-color:#C1BABA;
border-style:solid;
border-width:1px;
margin-right:3px;
}

/*page title text on all pages except the department and product pages*/
.PageTitle            {font-size: 24px; background: inherit; color: #000000; font-weight: bold; display: block; font-family:Arial, Helvetica, sans-serif; }


/*department titles*/
.DeptTitle            {font-size: 24px; background: inherit; color: #000000; font-weight: bold; display: block; margin-bottom: 24px; font-family:Arial, Helvetica, sans-serif; }


/*list price or price level 1 with a sale*/
.ListPricewSale       {font-size: 16px; background: inherit; color: #808080; text-decoration:line-through;}


/*list price or price level 1 with NO sale*/
.ListPricewoSale      {font-size: 16px; background: inherit; color: #C1BABA; font-weight: bold;}


/* sale price */
.SalePrice            {font-size: 16px; background: inherit; color: #ff0000; font-weight: bold;}


/* msrp price */
.MSRPPrice            {font-size: 16px; background: inherit; color: #C1BABA;}


/*  FOR PAMELA'S DEPTLINK CODE - NOT SURE WE SHOULD KEEP  */

table#headerTable {
	margin:20px auto 10px auto;
	width:780px;
	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;}
.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:0px 20px 0px 20px}


/*  DEPTLINK EMAIL SIGNUP  */
.EmailSignupbgcolor   {background: #CCCCCC; color: #000000;}
.EmailSignupTitle     {background: #CCCCCC; color: #000000;}
.EmailSignupText      {background: #CCCCCC; color: #000000;}


/*  SHOPPER LOOKUP CLASSES  */
.TableText            {background: #ffffff; color: #000000;}

/* HEADER CLASSES  */
.HeaderNav:link       {color: #C1BABA; text-decoration: none; font-size: 16px; font-weight: normal; font-family:Arial, Helvetica, sans-serif; }
.HeaderNav:visited    {color: #C1BABA; text-decoration: none; font-size: 16px; font-weight: normal; font-family:Arial, Helvetica, sans-serif; }
.HeaderNav:hover      {color: #C1BABA; text-decoration: underline; font-size: 16px; font-weight: normal; font-family:Arial, Helvetica, sans-serif; }
.HeaderNav:active     {color: #C1BABA; text-decoration: underline; font-size: 16px; font-weight: normal; font-family:Arial, Helvetica, sans-serif; }
/* pink link */
.HeaderNav2:link       {color: #F5C7D4; text-decoration: none; font-size: 16px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; }
.HeaderNav2:visited    {color: #F5C7D4; text-decoration: none; font-size: 16px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; }
.HeaderNav2:hover      {color: #F5C7D4; text-decoration: underline; font-size: 16px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; }
.HeaderNav2:active     {color: #F5C7D4; text-decoration: underline; font-size: 16px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; }

.HeaderText       {color: #C1BABA; text-decoration: none; font-size: 16px; font-weight: normal; font-family:Arial, Helvetica, sans-serif; }
.searchtext       {color: #C1BABA; text-decoration: none; font-size: 12px; font-weight: normal; font-family:Arial, Helvetica, sans-serif; }
.header_image {padding-bottom:6px;}
/*
.HeaderNavBack        {background-image:url(../header_bg.gif); background-repeat: repeat-x; border:3px solid #000000;}
.HeaderNavBack img	  {border: 0px none #000000; padding:0px 0px 0px 0px;}
*/

/* FOOTER CLASSES  */
.FooterText           {color: #C1BABA; font-family:Arial, Helvetica, sans-serif; font-size: 16px;}
.FooterText2           {color: #C1BABA; font-family:Arial, Helvetica, sans-serif; font-size: 12px;}
.FooterBack           {color: #000000; font-family:Arial, Helvetica, sans-serif; }

.FooterLink:link      {color: #C1BABA; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-size: 16px;}
.FooterLink:visited   {color: #C1BABA; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-size: 16px;}
.FooterLink:hover     {color: #C1BABA; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; font-size: 16px;}
.FooterLink:active    {color: #C1BABA; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; font-size: 16px;}

.FooterLink2:link      {color: #C1BABA; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-size: 12px;}
.FooterLink2:visited   {color: #C1BABA; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-size: 12px;}
.FooterLink2:hover     {color: #C1BABA; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; font-size: 12px;}
.FooterLink2:active    {color: #C1BABA; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; font-size: 12px;}

/* 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: 20px; background: inherit; color: #000000; font-weight: normal;}

/*list price or price level 1 with a sale*/
.ListPricewSaleP      {font-size: 12px; background: inherit; color: #000000;}
/*list price or price level 1 with NO sale*/
.ListPricewoSaleP     {font-size: 12px; background: inherit; color: #000000;}
/* sale price */
.SalePriceP           {font-size: 12px; background: inherit; color: #ff0000;}
/* msrp price */
.MSRPPriceP           {font-size: 12px; background: inherit; color: #000000;}

.related_header
{
	font-size: 20px; color: #000000; font-weight: normal;
}

.related_div
{

}

/*  related products list price or price level 1 with a sale*/
.ListPricewSaleR      {font-size: 12px; background: inherit; color: #000000;}
/*  related products list price or price level 1 with NO sale*/
.ListPricewoSaleR     {font-size: 12px; background: inherit; color: #000000;}
/*  related products sale price */
.SalePriceR           {font-size: 12px; background: inherit; color: #ff0000;}
/*  related products msrp price */
.MSRPPriceR           {font-size: 12px; background: inherit; color: #000000;}

/*   END PRODUCT PAGE CLASSES  */


/*  DEPARTMENT PAGE  */
.DeptShortDescription {background: inherit; color: #000000;}


/*  Item Table Styles */
.CartLabels           {background: #C1BABA; color: #ffffff; font-weight: bold;}
.cart_list_item       {background: #ffffff; color: #000000;}
.SubHeadbgcolor       {background: #C1BABA; color: #ffffff;}
.SubHeadText          {background: inherit; color: #ffffff; font-weight: bold}
.SubHeadText2		  {color:#000000; font-weight:bold;}
.tablebgcolor         {background: #ffffff; color:#000000;}

/*  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------  */

/*  general links - applied when no class is specified  */
a:link                {color: #C1BABA; text-decoration: none;font-weight: normal;}
a:visited             {color: #C1BABA; text-decoration: none;font-weight: normal;}
a:hover               {color: #C1BABA; text-decoration: underline;font-weight: normal;}
a:active              {color: #C1BABA; text-decoration: underline;font-weight: normal;}

/*  left hand navigation, top level  */
.deptbarlink:link     {display: block; text-align: left; color: #000000; text-decoration: none; font-size: 16px; font-weight: normal; padding:2px 0px 2px 0px;}
.deptbarlink:visited  {display: block; text-align: left; color: #000000; text-decoration: none; font-size: 16px; font-weight: normal;padding:2px 0px 2px 0px;}
.deptbarlink:hover    {display: block; text-align: left; color: #000000; text-decoration: underline; font-size: 16px; font-weight: normal;padding:2px 0px 2px 0px;}
.deptbarlink:active   {display: block; text-align: left; color: #000000; text-decoration: underline; font-size: 16px; font-weight: normal;padding:2px 0px 2px 0px;}

/*  left hand navigation, secondary level  */
.deptbarlink2:link    {display: block; text-align: left; color: #000000; text-decoration: none; font-size: 14px; font-weight: normal; padding:2px 0px 1px 20px;}
.deptbarlink2:visited {display: block; text-align: left; color: #000000; text-decoration: none; font-size: 14px; font-weight: normal; padding:2px 0px 1px 20px;}
.deptbarlink2:hover   {display: block; text-align: left; color: #000000; text-decoration: underline; font-size: 14px; font-weight: normal; padding:2px 0px 1px 20px;}
.deptbarlink2:active  {display: block; text-align: left; color: #000000; text-decoration: underline; font-size: 14px; font-weight: normal; padding:2px 0px 1px 20px;}

/*  content area, department page  */
.deptlinkM:link       {text-align: left; font-weight: bolder; color: #000000; background: inherit; text-decoration: none; text-indent: 12px; font-size: 16px;}
.deptlinkM:visited    {text-align: left; font-weight: bolder; color: #000000; background: inherit; text-decoration: none; text-indent: 12px; font-size: 16px;}
.deptlinkM:hover      {text-align: left; font-weight: bolder; color: #000000; background: inherit; text-decoration: underline; text-indent: 12px; font-size: 16px;}
.deptlinkM:active     {text-align: left; font-weight: bolder; color: #000000; background: inherit; text-decoration: underline; text-indent: 12px; font-size: 16px;}

/*  content area, product page  */
.ProductAttrlabel {font-size: 16px;}

.deptlinkP:link       {font-size: 16px; font-weight: normal; text-decoration: none; color: #000000; background: inherit;}
.deptlinkP:visited    {font-size: 16px; font-weight: normal; text-decoration: none; color: #000000; background: inherit;}
.deptlinkP:hover      {font-size: 16px; font-weight: normal; text-decoration: underline; color: #000000; background: inherit;}
.deptlinkP:active     {font-size: 16px; font-weight: normal; text-decoration: underline; color: #000000; background: inherit;}

/* footer links - class must be specified in site to take effect  */
.footer:link          {color: #000000; text-decoration: none; font-size: 14px; font-weight: normal; font-family:Arial, Helvetica, sans-serif; }
.footer:visited       {color: #000000; text-decoration: none; font-size: 14px; font-weight: normal; font-family:Arial, Helvetica, sans-serif; }
.footer:hover         {color: #000000; text-decoration: underline; font-size: 14px; font-weight: normal; font-family:Arial, Helvetica, sans-serif; }
.footer:active        {color: #000000; text-decoration: underline; font-size: 14px; font-weight: normal; font-family:Arial, Helvetica, sans-serif; }

/* "Back to" link on product page  */
.deptlinkM2:link      {background: inherit; color: #000000; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.deptlinkM2:visited   {background: inherit; color: #000000; text-decoration: none; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.deptlinkM2:hover     {background: inherit; color: #000000; text-decoration: underline; font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.deptlinkM2:active    {background: inherit; color: #000000; text-decoration: underline; font-size: 12px; font-weight: normal; margin-bottom: 5px;}

/* cart product links */
.cart_list_item a:link,
.basketlinkP:link       {font-size: 12px; font-weight: bold; text-decoration: none; color: #000000; background: inherit;}
.cart_list_item a:visited,
.basketlinkP:visited    {font-size: 12px; font-weight: bold; text-decoration: none; color: #000000; background: inherit;}
.cart_list_item a:hover,
.basketlinkP:hover      {font-size: 12px; font-weight: bold; text-decoration: underline; color: #000000; background: inherit;}
.cart_list_item a:active,
.basketlinkP:active     {font-size: 12px; font-weight: bold; text-decoration: underline; color: #000000; background: inherit;}


/* Left hand large text */
.large_text	{font-size:20px; color:#000000; padding:3px 0px 3px 0px;}

/* Left hand pink table text */
.left_table_text {font-size:10px; background-color:#FDF3F6; color:#000000; padding:4px;}
.left_link:link {font-size:10px;font-weight: bold;text-decoration: none;}
.left_link:visited {font-size:10px;font-weight: bold;text-decoration: none;}
.left_link:hover {font-size:10px;font-weight: bold;text-decoration: underline;}
.left_link:active {font-size:10px;font-weight: bold;text-decoration: underline;}

/* Left hand side tables */
.node			{border: 1px solid #F5C7D4; margin:0px 0px 8px 20px;}
.node_heading	{background-color:#F5C7D4; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:2px;font-weight: bold;}
.node_content	{background-color:#FDF3F6; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:1px 8px 1px 4px;}

.searchbox			{border: 0px solid #F5C7D4; margin:0px 0px 8px 24px;}

/* left hand promotional section*/
.promotion			{background-image:url(../promo.gif); background-repeat:no-repeat; height:179px;}
.promotion_heading	{font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:24px; font-weight:bold; padding:5px 50px 5px 50px;}
.promotion_content	{font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px; padding:0px 50px 10px 50px;}

/* main content area around ENTIRE site */
.contentArea		{background-image:url(../content_bg.gif); background-position:right; background-repeat:repeat-y; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}

/*homepage classes*/

/*outer table*/
.home_info			{border:1px solid #000000; color:#3682C3; background-color: #E9F2FA; padding-right:10px;} 

/*image*/
.home_image img		{border:1px solid #000000;}

/* text */
.home_text			{color:#000000; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-style: italic; padding-right:10px;}

.home_link:link,
.home_link:visited	{color:#000000; text-decoration:none;}
.home_link:hover,
.home_link:active	{color:#000000;  text-decoration:underline;}

/* leaftree */
.LeafTree			{color:#000000; font-size:10px;}
.LeafTree a:link, 
.LeafTree a:visited	{color:#000000; font-size:10px; text-decoration:none;}
.LeafTree a:hover, 
.LeafTree a:active	{color:#AA3F55; font-size:10px; text-decoration:none;}

/* follow me cart */
.follow_cart_detail	{color:#AA3F55;}

/*  -------END LINK STYLE DEFINITIONS------  */
