/*************************************************************************
 * $RCSfile: MerchantStyles.css,v $
 * $Revision: 1.2 $
 * $Date: 2007/08/09 20:53:26 $
 * $Author: mdipasquale $
 * 
 * Copyright (c) 2000-2005 Quark, Inc.
 * All Rights Reserved.
 * **********************************************************************/

/*
NOTE FOR MERCHANT:
This style sheet defines the styles that are specific from one merchant
to another and which cannot be included in the QCMS Framework style sheet.
*/

/*
Font size of some of the headings do not fall into the three categories
provided in the Framework style sheet. This class provides a special
font size to be used for displaying a heading like "Specials" on the
home page.
*/

.MerchantAdjustmentLine-Color
{
    BACKGROUND-COLOR: F8F8E5;
}

.MerchantAdjustmentLine-Text
{
    FONT-SIZE: 10px;
    COLOR: 000000;
}

.MerchantDependentLine-Color
{
    BACKGROUND-COLOR: FFFFCC;
}

.MerchantDependentLine-Text
{
    FONT-SIZE: 10px;
    COLOR: black;
}

.MerchantHeading-Specials
{
	FONT-SIZE:32px;
}

.blackbckd 
{
	background-color : 000000;
}

.thirtypctbckd 
{
	background-color : CCCCCC;
}

.borderbkd
{
	border-top-color:cccccc;
	border-top-style:solid;
	border-top-width:1px;
	border-right-color:cccccc;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:cccccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:cccccc;
	border-left-style:solid;
	border-left-width:1px;	
}

.skuLabel
{
	font-style:italic;   	
	text-transform:lowercase;
}

.skuValue
{
	font-weight:normal;
}

.shopping-card-Msgg
{
	font-family :Times New Roman;
	font-size :xx-large;
	font-weight:normal;
	color :  #cccccc
}

.CreateEaccountText    
{  
	color: 000000;  font-size: 12px;  font-family: Arial, Verdana; 
}
.tinydarkgray 
{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.CreateEAccountTextField
{
	FONT-SIZE: 12px; 
	BACKGROUND: #ffffff; 
	WIDTH: 195px
}

.CreateEAccountCreditCardCombo
{
	width :195px
}
.CreateEAccountAddressCombo
{
	width :110px
}
.CreateEAccountDate
{
	width :65px
}
.KitComponentLink
{
	COLOR:928D57;
	FONT-SIZE:11px;
	TEXT-DECORATION:none;
	BACKGROUND-COLOR:Transparent;
}
.navigationLink
{
	color: 928D57;
	text-decoration: none;
	font-size: 10px;
	font-family: "MS Sans Serif" , Geneva, sans-serif;
}
.title   
{
	font-family : sans-serif;
	font-size : 11px;
	color : Black;
	font-weight : bold;
}
.fiftypctbckd 
{
	background-color: 959595;
}
.white  
{
	color: FFFFFF;
	font-size: 11pt;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	text-decoration: none;
}
.tiny     
{  
	color: 000000;  font-size: 10px;  font-family: Arial, Verdana; 
}
.tenpctbckd 
{
	background-color : EEEEEE;
}
.text    
{  
	font-size: 12px;  font-family: Arial, Verdana; 
}
.SearchResultsCount
{
	COLOR:#999999;
	FONT-SIZE:18px;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	TEXT-TRANSFORM:lowercase;
}


/*************************************************************************
 * 
 * $Log: MerchantStyles.css,v $
 * Revision 1.2  2007/08/09 20:53:26  mdipasquale
 * Skinning changes.
 *
 * Revision 1.1  2007/07/18 13:46:21  rklingel
 * *** empty log message ***
 *
 * Revision 1.2  2005/10/17 13:15:20  avsingh
 * Changed the text-transform style of skuLabel class to lowercase.
 *
 * 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.5  2005/05/29 14:03:47  avsingh
 * Added the following new style classes:
 * .MerchantAdjustmentLine-Color
 * .MerchantAdjustmentLine-Text
 * .MerchantDependentLine-Color
 * .MerchantDependentLine-Text
 *
 * Revision 1.1.2.4  2005/03/30 04:28:25  pgoel
 * no message
 *
 * Revision 1.1.2.3  2005/03/21 10:49:52  apsingh
 * no message
 *
 * Revision 1.1.2.2  2005/03/16 13:05:44  sackumar
 * Added style for item search result count.
 *
 * Revision 1.1.2.1  2005/03/16 11:09:07  sackumar
 * Initial check-in for Estore 2.5.
 *
 * Revision 1.2  2005/03/11 06:07:12  avsingh
 * Moved all custom styles to MerchantStyles.css
 *
 * Revision 1.1  2005/03/07 12:42:03  avsingh
 * Added a new style sheet to define styles in addition to those defined in the QCMS Framework style sheet.
 *
 * 
 * Copyright (c) 2000-2005 Quark, Inc.
 * All Rights Reserved.
 * **********************************************************************/
