/*************************************************************************
 * $Workfile: $
 * $Revision: 1.18 $
 * $Date: 2009/09/15 16:01:42 $
 * $Author: dkscvs $
 * 
 * Copyright (c) 2000-2005 Quark, Inc.
 * All Rights Reserved.
 * **********************************************************************/


/* =========================================================== */
/*	STEP:1 SITE LAYOUT */
/* =========================================================== */

.SiteLayout
{
	BACKGROUND-COLOR:White;					/* Windows Background Color */
	TEXT-ALIGN:left;						/* Alignment when resolution is high */
	FONT-FAMILY:Arial, Verdana;				/* Site Font */
	WORD-BREAK:keep-all;
}

.SiteLayout-Resolution
{
	WIDTH:740px;
}

A:Hover
{
	TEXT-DECORATION:underline;
}

/* =========================================================== */
/*	STEP:2 SITE COLOR */
/* =========================================================== */

.SiteColor-Content
{
	COLOR:000000;
	BACKGROUND-COLOR:FFFFFF;
	BACKGROUND-IMAGE:none;
	BACKGROUND-REPEAT:repeat;
}

.SiteColor-Content-new
{
	COLOR:#006EA2;
	BACKGROUND-COLOR:#FFFFFF;
	BACKGROUND-IMAGE:none;
	BACKGROUND-REPEAT:repeat;
}

.SiteColor-Header
{
	COLOR:000000;
	BACKGROUND-COLOR:FFFFFF;
}

.SiteColor-Footer
{
	COLOR:000000;
	BACKGROUND-COLOR:FFFFFF;
}

.SiteColor-LeftBar
{
	COLOR:000000;
	BACKGROUND-COLOR:FFFFFF;
}

.SiteColor-RightBar
{
	COLOR:000000;
	BACKGROUND-COLOR:FFFFFF;
}

/* =========================================================== */
/*	STEP:3 SITE IMAGES */
/* =========================================================== */

.SiteImage-Thumbnail
{
	BORDER-COLOR:CCCCCC;
	BORDER-WIDTH:0px;
	BORDER-STYLE:none;
	WIDTH:48px;
	HEIGHT:48px;
}

.SiteImage-Large
{
	BORDER-COLOR:CCCCCC;
	BORDER-WIDTH:0px;
	BORDER-STYLE:none;
	WIDTH:375px;
	HEIGHT:375px;
}

.SiteImage-Normal
{
	BORDER-COLOR:CCCCCC;
	BORDER-WIDTH:0px;
	BORDER-STYLE:none;
	WIDTH:230px;
	HEIGHT:230px;
}

.SiteImage-Small
{
	BORDER-COLOR:CCCCCC;
	BORDER-WIDTH:0px;
	BORDER-STYLE:none;
	WIDTH:100px;
	HEIGHT:100px;
}

.SiteImage-Promotion
{
	BORDER-COLOR:CCCCCC;
	BORDER-WIDTH:1px;
	BORDER-STYLE:solid;
	WIDTH:300px;
	HEIGHT:350px;
}

/* ========================================================== */
/*	STEP:4 SITE HEADINGS									  */
/* ========================================================== */

.SiteHeading-Largest
{
	COLOR:#FFFFFF;
	FONT-SIZE:48px;
	FONT-WEIGHT:normal;
	FONT-FAMILY:Times New Roman;
	TEXT-TRANSFORM:lowercase;
	background-color:#0079AA;
	display: none;
}

.SiteHeading-Large
{
	COLOR:#FFFFFF;
	font-family: Arial;
	FONT-SIZE:16px;
	FONT-WEIGHT:bold;
	TEXT-TRANSFORM:uppercase;
	text-align:left;
	background-color:#0079AA;
}

.SiteHeading-Sub
{
	COLOR: #FFFFFF;
	FONT-SIZE:16px;
	FONT-WEIGHT:bold;
	TEXT-TRANSFORM:uppercase;
	text-align:left;
	background-color:#0079AA;
}


.SiteHeading-Normal
{
	COLOR:#FFFFFF;
	FONT-SIZE:12px;
	FONT-WEIGHT:normal;
	TEXT-TRANSFORM:uppercase;
}

/* ========================================================== */
/*	STEP:5 SITE TEXT										  */
/* ========================================================== */

.SiteText-Smallest
{
	FONT-SIZE:10px;
}

.SiteText-Small
{
	FONT-SIZE:11px;
}

.SiteText-Normal
{
	FONT-SIZE:12px;
}

/* ========================================================== */
/*	STEP:6 SITE LINKS										  */
/* ========================================================== */

.SiteLink-Header
{
	COLOR:928D57;
	BACKGROUND-COLOR:EEEEEE;
	TEXT-ALIGN:center;
	TEXT-TRANSFORM:lowercase;
	TEXT-DECORATION:none;
}

.SiteLink-Footer
{
	COLOR:928D57;
	TEXT-TRANSFORM:lowercase;
	TEXT-DECORATION:none;
	BACKGROUND-COLOR:Transparent;
}

.SiteLink-LeftBar
{
	COLOR:928D57;
	TEXT-ALIGN:center;
	TEXT-TRANSFORM:capitalize;
	BACKGROUND-COLOR:Transparent;
	TEXT-DECORATION:none;
	font-weight:bold;
}

.SiteLink-RightBar
{
	COLOR:928D57;
	TEXT-ALIGN:center;
	TEXT-TRANSFORM:lowercase;
	BACKGROUND-COLOR:Transparent;
}

.SiteLink-Content
{
	COLOR:#006EA2;
	TEXT-ALIGN:center;
	TEXT-DECORATION:none;
	BACKGROUND-COLOR:Transparent;
}

.SiteLink-Content-White
{
	COLOR:#FFFFFF;
	TEXT-DECORATION:none;
	BACKGROUND-COLOR:Transparent;
}

/* ========================================================== */
/*	STEP:7 SITE BULLETS										  */
/* ========================================================== */

.SiteBullets-LevelOne
{
	LIST-STYLE-TYPE:disc;
	LIST-STYLE-POSITION:outside;
	LIST-STYLE-IMAGE:url(../_Images/bluedot.gif);
}

.SiteBullets-LevelTwo
{
	LIST-STYLE-TYPE:circle;
	LIST-STYLE-POSITION:outside;
	LIST-STYLE-IMAGE:none;
}

/* ========================================================== */
/*	STEP:8 SITE BUTTONS										  */
/* ========================================================== */

.SiteButton
{
	BACKGROUND-COLOR: #ECECEC;
	TEXT-TRANSFORM: lowercase;
	FONT-WEIGHT: normal;
	BORDER-COLOR: #A5A5A5;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 2px;
}

.SiteButtonPrimary
{
	BACKGROUND-COLOR: #ECECEC;
	TEXT-TRANSFORM: lowercase;
	FONT-WEIGHT: normal;
	BORDER-COLOR: #A5A5A5;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 2px;
}

.SiteMandatoryField
{
	BACKGROUND-COLOR: WHITE;	
}

/* ========================================================== */
/*	STEP:9 SITE SPECIAL TEXT								  */
/* ========================================================== */

.SiteSpecialText-Error
{
	COLOR:Red;
	FONT-SIZE: 14px;
}
.SiteSpecialText-Information
{
	COLOR:Green;
	FONT-SIZE: 12px;
}
.SiteSpecialText-Price
{
	COLOR:000000;
	FONT-SIZE: 10px;
}

.SiteSpecialText-Discount
{
	COLOR:000000;
	FONT-SIZE: 10px;
}

/* ========================================================== */
/*	STEP:10 SITE TABLES										  */
/* ========================================================== */

.SiteTable-ListHead
{
	BACKGROUND-COLOR:#006EA2;
}

.SiteTable-ListBody
{
	BACKGROUND-COLOR:FFFFFF;
}

.SiteTable-ListRow
{
	BACKGROUND-COLOR:F0F0F0;
}
.SiteTable-ListAltRow
{
	BACKGROUND-COLOR:#DAE6E6;
}
.SiteTable-ListSeperatorRow
{
	BACKGROUND-COLOR:000000;
}
.SiteTable-ListBody
{
	BACKGROUND-COLOR:FFFFFF;
}
.SiteTable-ListBorder
{
	BACKGROUND-COLOR:#006EA2;
}

.SiteTable-SectionHead
{
	BACKGROUND-COLOR:#006EA2;
	color:White;
}

.SiteTable-SectionBody
{
	BACKGROUND-COLOR:CCCCCC;
}

.SiteTable-SectionBorder
{
	BACKGROUND-COLOR:CCCCCC;
	/*BORDER-COLOR:CCCCCC;
	BORDER-STYLE:solid;
	BORDER-WIDTH:1px;*/
}


/* ========================================================== */
/*	Countdown Timer              */
/* ========================================================== */

#HomeFeature form {margin:0px; background-color:#f5fafd;}
.countdownRow {padding:0px 0px 0px 50px; margin:0px; background-color:#f5fafd;}
.countdownRow input {width:75px; height:53px; margin:0px 0px 0px 0px; float:left; background-image:url(../_images/CountdownTimer/timerBg.jpg); background-repeat:repeat-x; text-align:center; color:#fff; font:36px Arial, Helvetica, sans-serif; font-weight:bold; padding:0px; border-left:0px; border-right:0px; border-top:0px; border-bottom:0px;}
.captionRow {height:44px; padding:0px 0px 0px 50px; margin:0px;}
#HomeFeature .captionRow img {width:77px; float:left; margin:0px 5px 0px 0px;}
.timerDivider {width:8px; height:53px; margin:0px; float:left; background-image:url(../_images/CountdownTimer/timerDivider.jpg); background-repeat:no-repeat; border-left:0px; border-right:0px;}
.clearfix {clear:both;}


/*************************************************************************
 * 
 * $Log: CurrentTheme.css,v $
 * Revision 1.18  2009/09/15 16:01:42  dkscvs
 * -Replaced “My Wishlist” with “My Account” in the header
 * -Replaced “Customer Service” with “My Wishlist” in the footer
 * -Updated Customer Service page
 * -Updated FAQ page
 * -Added Guest Checkout functionality
 * -Fix for free text search
 * -Fix for double quotes in user reviews
 *
 * Revision 1.17  2009/08/26 14:56:06  nhase
 * BillingInfo.htm: Remove the * from the username and password fields.
 * Login.html: Change "Create" to "New Users", increase font size.
 * Stylesheeds: Increase the font size of the error message.
 *
 * Revision 1.16  2009/03/10 21:17:02  dkscvs
 * Countdown timer for Qwirkle Cubes
 * Bob fix for Omniture problem of more orders than carts
 *
 * Revision 1.15  2008/11/25 20:43:45  nhase
 * *** empty log message ***
 *
 * Revision 1.14  2008/09/30 21:50:37  nhase
 * *** empty log message ***
 *
 * Revision 1.13  2008/09/24 18:04:18  nhase
 * Change Contact Us page to send an email rather than use the sigma/quark garbage.
 * Change to the shopping cart to get the item status with availability date (same methods as the checkout page)
 *
 * Revision 1.12  2008/09/09 16:34:43  nhase
 * *** empty log message ***
 *
 * Revision 1.11  2008/07/24 19:52:00  nhase
 * *** empty log message ***
 *
 * Revision 1.10  2008/07/23 19:22:34  nhase
 * New design - visual and functional changes
 *
 * Revision 1.9  2007/09/26 19:59:35  mdipasquale
 * Problem 99 partial solution.
 *
 * Revision 1.8  2007/09/24 21:04:25  mdipasquale
 * Problems 100, 101, 102, and 104
 *
 * Revision 1.7  2007/09/18 19:57:12  dkscvs
 * Removed  "WIDTH: auto;" from .SiteButton and .SiteButtonPrimary to fix "skinny button" issue.  Users will have to clear local browser cache to see effect.
 *
 * Revision 1.6  2007/09/05 21:18:03  mdipasquale
 * Bug fixes.
 *
 * Revision 1.5  2007/08/30 17:43:24  mdipasquale
 * Bug fixes.
 *
 * Revision 1.4  2007/08/23 18:16:21  mdipasquale
 * New Images, and skinning updates for cart process.
 *
 * Revision 1.3  2007/08/09 20:53:26  mdipasquale
 * Skinning changes.
 *
 * Revision 1.2  2007/07/18 13:54:02  rklingel
 * sigma patch 02_07
 *
 * Revision 1.4  2007/07/04 11:28:22  sackumar
 * Style sheet changes for Primary button style.
 *
 * Revision 1.3  2005/09/15 11:26:22  avsingh
 * Added a new style class ".SiteImage-Promotion" for promotional images.
 *
 * Revision 1.2  2005/08/31 14:03:49  sackumar
 * Added changes for Estore Failover support.
 *
 * Revision 1.1.1.1  2005/08/08 17:10:57  mercury_build
 * Inital Check-in for QCMS 2.8 after 2.5 version
 *
 * Revision 1.1.2.4  2005/05/29 13:54:15  avsingh
 * Added the new style class SiteTable-ListSeperatorRow.
 *
 * Revision 1.1.2.3  2005/04/21 09:13:42  avsingh
 * Added the style class SiteTable-ListBody
 *
 * Revision 1.1.2.2  2005/03/24 06:17:24  ajindal_qecm
 * no message
 *
 * Revision 1.1.2.1  2005/03/16 11:09:07  sackumar
 * Initial check-in for Estore 2.5.
 *
 * Revision 1.13  2005/03/11 06:07:22  avsingh
 * Moved all custom styles to MerchantStyles.css
 *
 * Revision 1.12  2005/03/10 11:31:19  apsingh
 * no message
 *
 * Revision 1.11  2005/03/10 05:42:32  mdhana
 * Reduced font size for KitComponentLinks
 *
 * Revision 1.10  2005/03/07 05:50:09  mdhana
 * Added style for KitComponentLink. TEMPORARY.
 *
 * Revision 1.9  2005/03/04 09:46:25  apsingh
 * no message
 *
 * Revision 1.8  2005/03/02 04:52:43  pgoel
 * no message
 *
 * Revision 1.7  2005/02/17 10:40:25  pgoel
 * Added shopping cart style.
 *
 * Revision 1.6  2005/02/16 12:00:52  sackumar
 * no message
 *
 * Revision 1.5  2005/02/15 08:52:37  avsingh
 * Updated for List Alternate Row Style
 *
 * Revision 1.4  2005/02/15 06:10:10  pgoel
 * no message
 *
 * Revision 1.3  2005/02/03 06:38:12  avsingh
 * Updated
 *
 * Revision 1.2  2005/01/21 11:59:39  avsingh
 * Updated Theme
 *
 * Revision 1.1  2004/12/29 14:10:43  avsingh
 * Current eStore Style Sheet
 *
 * 
 * Copyright (c) 2000-2005 Quark, Inc.
 * All Rights Reserved.
 * **********************************************************************/
