/*************************************************************************
' 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
'**************************************************************************/

/* General Tag specifications */
BODY, B, TD, P     {
	COLOR: #64B1FF;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 9pt;
	background-image: url(images/main_bg.gif);
}

/* Info Box WITHOUT Headings */
.CPbox1            {
	COLOR: #64B1FF;
}
.CPbox1 A:link     {
	COLOR: #64B1FF;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	text-transform: uppercase;
}
.CPbox1 A:visited  {
	COLOR: #64B1FF;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	text-transform: uppercase;
}
.CPbox1 A:hover    {
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	color: #FFF;
}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {
	COLOR: #64B1FF;
	BACKGROUND-COLOR: #0099FF;
}
.CPbox2H           {
	COLOR: #FFF;
	font-weight: bold;
	background-color: #006;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
.CPbox2H B         {
	COLOR: #64B1FF;
	background-repeat: repeat;
}
.CPbox2B           {
	COLOR: #64B1FF;
	BACKGROUND-COLOR: #03F;
	font-size: 12px;
	padding-left: 8px;
}

.CPbox2B A:link    {
	COLOR: #64B1FF;
	FONT-SIZE: 10px;
	TEXT-DECORATION: none
}
.CPbox2B A:visited {
	COLOR: #64B1FF;
	FONT-SIZE: 10px;
	TEXT-DECORATION: none
}
.CPbox2B A:hover   {
	COLOR: #FFF;
	FONT-SIZE: 10px;
	TEXT-DECORATION: underline
}


/* Box - Page Headings */
.CPpageHead {
	PADDING-BOTTOM: 4px;
	color: #64B1FF;
	font-size: 11px;
}

/* Box - Page Navigation */
.CPpageNav {
	BACKGROUND-COLOR: #006;
	color: #64B1FF;
}

/* Box - General Headings */
.CPgenHeadings {
	BACKGROUND-COLOR: #03F;
	color: #64B1FF;
}

/* Box - Product Image (Home page) */
.CPhomeImg {
	background-color: #006;
	color: #64B1FF;
	margin-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #64B1FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #64B1FF;
	border-bottom-color: #64B1FF;
}

/* Box - Product Description (Home page) */
.CPhomeDesc {
	background-color: #006;
	color: #64B1FF;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #64B1FF;
	border-right-color: #64B1FF;
	border-bottom-color: #64B1FF;
}

/* Horizontal and Vertical lines */
.CPlines {
	color: #64B1FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #64B1FF;
}

/* Product Short Description (Except Detail page) */
.CPprodDesc {
	FONT-SIZE: 9pt;
	color: #64B1FF;
	background-color: #006;
}

/* Product Short Description (Detail page only) */
.CPprodDescDet {
	FONT-SIZE: 11pt;
	color: #64B1FF;
}


/* Product Long Description */
.CPprodDescLong {
	color: #64B1FF;
}

/* Product Detail */
.CPprodDet {
	color: #64B1FF;
}

/* Product SKU */
.CPprodSKU {
	color: #FC0;
}

/* Product Price - Text Label */
.CPprodPriceT {
	COLOR: #9BCDFF;
}

/* Product Price - Price Value */
.CPprodPriceV {
	COLOR: #6C3;
	font-size: 18px;
	font-weight: bold;
}

/* Product List Price - Text Label */
.CPprodLPriceT {
	color: #6C3;
	font-size: 14px;
	font-weight: bold;
}

/* Product List Price - Price Value */
.CPprodLPriceV {
	TEXT-DECORATION: line-through;
	color: #6C3;
}

/* Product Sale Price - Text Label */
.CPprodSPriceT {
	color: #F90;
}

/* Product Sale Price - Price Value */
.CPprodSPriceV {
	COLOR: #F90
}

/* Free Shipping text */
.CPfreeShipMsg {
	COLOR: #FF0
}

/* In Stock text */
.CPinStock {
	COLOR: #64B1FF;
}

/* Out of Stock text */
.CPoutStock {
	COLOR: #FC0;
}

/* No Image text */
.CPnoImgT {
	COLOR: #64B1FF;
}

/* Category List */
.CPcatDescList {
	color: #64B1FF;
}

/* Category Description - No products linked to it */
.CPcatDesc {
	color: #64B1FF;
}

/* Category Description - Has products linked to it */
.CPcatDescProd {
	FONT-WEIGHT: bold;
	color: #64B1FF;
}

/* Option Description for "Optional" options */
.CPoptDesc {
	FONT-STYLE: italic;
	color: #64B1FF;
}

/* Option Select box */
.CPoptSel {
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 8pt;
	color: #000;
}

/* Option Text box */
.CPoptTxt {
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 8pt;
	color: #64B1FF;
}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {
	color: #64B1FF;
}
.CPcolsView A:link    {
	COLOR: #64B1FF;
	TEXT-DECORATION: none
}
.CPcolsView A:visited {
	COLOR: #64B1FF;
	TEXT-DECORATION: none
}
.CPcolsView A:hover   {
	COLOR: #FFF;
	TEXT-DECORATION: underline
}

/* System Messages */
.CPsysMsg    {
	FONT-SIZE: 10pt;
	color: #64B1FF;
}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 10pt;}
.CPsysMsgURL {
	FONT-SIZE: 10pt;
	color: #64B1FF;
}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {
	BACKGROUND-COLOR: #006;
	color: #64B1FF;
}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 8pt;
	color: #64B1FF;
}

/* Option Description for "Mandatory" options*/
.CPoptDescM {
	FONT-STYLE: normal;
	color: #F90
}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {
	FONT-SIZE: 6pt;
	TEXT-DECORATION: none;
	color: #64B1FF;
}
.install {
	color: #000;
}

.installcomment {
	padding-left: 30px;
	color: #000;
}

.textBlock {
	color: #64B1FF;
}

.maintClosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}

.CPContactUs {
	color: #64B1FF;
}
.BusHrs {
	height: 30px;
	text-align: center;
	font-size: 12px;
	background-color: #03F;
}
.cartContent {
	background-color: #063;
	color: #CFF;
	padding: 7px;
}
.centerBox {
	background-color: #006;
	text-align: center;
	color: #64B1FF;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	width: 500px;
}
.centerBoxBottomLeft {
	background-image: url(centerboxfooterleft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #64B1FF;
}
.centerBoxBottomRight {
	background-image: url(centerboxfooterRight.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #64B1FF;
}
.centerBoxMiddle {
	background-image: url(centerboxfooter.png);
	background-repeat: repeat;
	text-align: center;
	width: 390px;
	background-color: #006;
	color: #64B1FF;
}
.centerBoxTopLeft {
	background-image: url(centerboxtopleft.png);
	background-repeat: no-repeat;
}
.centerBoxTopRight {
	background-image: url(centerboxtopright.png);
	background-repeat: no-repeat;
	background-color: #000;
}


.centerProduct {
	font-size: 9px;
	color: #64B1FF;
	padding: 6px;
}
.footer {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #0086CF;
}
.footerCRleft {
	color: #64B1FF;
	text-decoration: none;
	padding-left: 8px;
}
.footerCRright {
	padding-right: 8px;
}

.headerCenter {
	background-color: #0033ff;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}
.headerNavigation {
	background-image: url(navbar.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.headerNavigation a:link {
	color: #64B1FF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.headerNavigation a:visited {
	color: #64B1FF;
	text-decoration: none;
}
.headerNavigation a:hover {
	color: #FFF;
	text-decoration: underline;
}
.headerRight {
	background-color: #03F;
	text-align: center;
}

.sideBoxComtent {
	font-size: 11px;
	background-color: #03F;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #0086CF;
	padding-left: 5px;
}
.sideContent {
	background-color: #03F;
}
.sideContent ul {
}
.sideContent ul li {
}
.sideboxheader {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(sidebox-top-center-corner.png);
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
.sideboxheader a:link {
	color: #FFF;
	text-decoration: none;
}
.sideboxheader a:visited {
	color: #FFF;
}
.sideboxheader a:hover {
	text-decoration: underline;
}



.navbarcorner {
	background-image: url(navbarcorner.png);
	background-repeat: no-repeat;
	background-position: right top;
}

