/*************************************************************************
' Function : CSS defintions for the store.
' Product  : Shopping Tree Store Frontend
' Version  : 3.3
' Modified : January 2005
' Copyright: Copyright (C) 2004 Shopping Tree.Com 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at webmaster@ShoppingTree.com
'**************************************************************************/

body 
{
	font: 10pt/1.2em helvetica, arial, sans-serif;
}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #ffffff; /* background-color: #904444; */ FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3;}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #b0c4de; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 11px; font-weight: normal; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 11px; font-weight: normal; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #ffffff; FONT-SIZE: 11px; font-weight: normal; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 9pt}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 12pt}

/* Product Long Description */
.CPprodDescLong { }

/* Product Detail */
.CPprodDet {/*z-index:-10;*/}

/* Product SKU */
.CPprodSKU {z-index:-10;}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #000000}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #904444}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {font-size:10px;}

/* Product Sale Price - Price Value */
.CPprodSPriceV {font-size:10px; COLOR: red}

/* Product Non-Member Price - Text Label */
.CPprodNPriceT {font-size:10px;}

/* Product Non-Member Price - Price Value */
.CPprodNPriceV {font-size:10px; COLOR: #BBBBBB; text-decoration:line-through;}

/* Product Member Price - Text Label */
.CPprodMPriceT {font-size:10px;}

/* Product Member Price - Price Value */
.CPprodMPriceV {font-size:10px; COLOR: #904444;}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #904444}

/* Category List */
.CPcatDescList {margin-top:5px;}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt;}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 10pt;}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {FONT-SIZE: 6pt; TEXT-DECORATION: none;}
.install { 
	BORDER: 1px solid #BBC3D3
}

.installcomment {
	PADDING-LEFT: 30px;
}

.textBlock {
	BACKGROUND-COLOR: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 16px;
	text-align: center;
	padding: 20px 0px 0px 0px;  
}

.maintNotice {
	color: red;
	font-size: 12pt;
	text-align: center;
	padding: 10px;
}

/*
a {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline; 
	color: #0066cc;
}

a:link {  
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline; 
	color: #0066cc;
}
a:visited {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline; 
	color: #0066cc;
}
a:hover {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
    background-color: #904444;
}
*/

a.topNav, a.topNav:link, a.topNav:visited {
	font: normal bold 9pt Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: none; 
	color: #0066cc;
}
a.topNav:hover {
	font: normal bold 9pt Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: underline;
	color: #6699cc;
    /* background-color: #904444; */
}

a.shopping, a.shopping:link, a.shopping:visited {
	font: normal bold 10pt Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: none; 
	color: #336699;
}
a.shopping:hover {
	font: normal bold 10pt Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: underline;
	color:#6699cc;
    /* background-color: #904444; */
}

.bottom, a.bottom:link, a.bottom:visited {
	font: normal normal 9pt Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: none; 
	color: #ffffff;
}
a.bottom:hover {
	font: normal normal 9pt Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: underline;
	color: #141414;
    background-color: #ffffff;
}

.power, a.power:link, a.power:visited {
	font: normal normal 9pt Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: none; 
	color: #000000;
}
a.power:hover {
	font: normal normal 9pt Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: underline;
	color: #ffffff;
    background-color: #000000;
}

.small {
	font: normal normal 9pt Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: none; 
	color: #000000;
}
.red {
	font: bold 16pt Arial, Helvetica, sans-serif;
	color : Maroon;
}

.loginIndicator {
	font-size: 12pt;
}

.loginIndicatorName {
	font-size: 12pt;
	font-weight: bold;
}

.main a.shoppingTitle, .main a.shoppingTitle:link, .main a.shoppingTitle:visited {
	font: normal bold 9pt Verdana, Arial, Helvetica;
	text-decoration: none; 
	color: #003366;
}
.main a.shoppingTitle:hover
{
	font: normal bold 9pt Verdana, Arial, Helvetica;
	text-decoration: underline;
	color: #6699cc;
	/* background-color: #904444; */
}


/* Educational Institute CMS Styles */

.shopTopBar 
{
	background-color: #CCCCCC;
	height: 29px;
	width:900px;
	clear:both;
	border-bottom: solid 1px #888888;
}

.shopTopNav 
{
	float:left;
	display: inline;
	padding: 6px 0px 0px 10px;
}

.shopCartControls 
{
	float:right;
	display: inline;
	padding: 6px 10px 0px 0px;
}


.shopTopBar-shadow {
	background-image:url(/images/shadow-horizontal.gif);
	background-repeat:repeat-x;
	height:9px;
	width:900px;
	clear:both;
}


a.loginLink
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}
a.loginLink:hover
{
	color:#336699;
	text-decoration:underline;
}

li.topsellers {margin-bottom:4px;}

.sidebarList {list-style-type:decimal; margin-left:10px; padding-left:10px;}




/* editor-main.css styles */

.PageHeading, h1
{
	color:#003366;
	font: bold 12pt helvetica, arial, sans-serif;
	margin-bottom:6px;
	margin-top:6px;
}
.subPageHeading, h2
{
	color:black;
	font: bold 10pt helvetica, arial, sans-serif;
	padding-left:12px;
	
}
.contentHeading, h3
{	
	color: #003366;
	font: bold 10pt helvetica, arial, sans-serif;
}
h4,h5
{
	color:Black;
	font: bold 9pt helvetica, arial, sans-serif;
}
p.sectionHeader, div.sectionHeader
{
	color: #666666;
	font: bold 10pt helvetica, arial, sans-serif;
	margin: 36px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
	background: url(../images/dot-gray.gif) repeat-x -20px;
	overflow: visible;
	width:100%;
}

.redText
{
	color: Maroon;	
}

.defaultText
{
	color: Black;
	font: 10pt/1.2em helvetica, arial, sans-serif;
}
	.defaultText a, .defaultText a:link, .defaultText a:visited 
	{
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	}
	.defaultText a:hover
	{
		color:#6699cc;
		text-decoration: underline;
	}


hr, hr.horizontalRuleDivider 
{
	width:40%;
	text-align:center;
	color: #cd1142;
	background-color:#cd1142;
	height:1px;
	margin-top:0px;
	margin-bottom:14px;
}

.finePrint
{
	font: 8pt/1.3em arial, helvetica, sans-serif;
}
