/*************************************************************************
' 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     {
	COLOR: #333333;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	background: #FAF6DB url(../Assets/Images/wesley_bkgrd.gif) repeat-x top;
	margin-top:5px;
	padding:0px;
	text-align: center;
}
/*B, TD, P     {
	COLOR: #333333;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
}*/
td#mvm {
	font-size: 12px ;
	color:#333;
}

td#mvm  A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
td#mvm  A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
td#mvm  A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

#PolicyBack {
	background-color: #FFF;
	padding: 15px;
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; /*BORDER: 1px solid #FFFFFF*/;
}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {
	COLOR: #333;	
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	/*BACKGROUND-COLOR: #073082;
	BORDER: 1px solid #FFFFFF;*/
}
.CPbox2H           {
	BACKGROUND-COLOR: #D9DCE3; /*#0ED3E0;	*/
	COLOR: #333;	
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:12px;
	PADDING: 5px;
}
.CPbox2H B         {COLOR: #333;}
.CPbox2HPS           {COLOR: #333333; BACKGROUND-COLOR: #E8E8E8; PADDING: 5px}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #FFFFFF;
}
.CPbox2Bextra           {
	COLOR: #FFF;	
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	COLOR: #333333;
	BACKGROUND-COLOR: #F4F5F7;
}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #F5F5F5; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #F5F5F5;
}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #FFFFFF}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #FFFFFF;
}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #FFFFFF;
}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #FFFFFF}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 10px}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11pt}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {
	COLOR: #4899B6 ;
	font-size: 12px;
	font-weight: bold;
/*COLOR: #800000*/
}

/* Product Price - Price Value */
.CPprodPriceV {
	font-size: 14px;
	font-weight: bold;
COLOR: #33CC33;
}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {
	font-size: 18px;
	font-weight: bold;
   COLOR: #33CC33;
}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* Category List */
.CPcatDescList {}

/* 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 {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	BACKGROUND-COLOR: #F5F5F5;
	border-top: 1px dashed #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: 15pt;
	text-align: center;
}
/*---------------------------*/
/* Added for Richie & Pierce */
/*---------------------------*/
/*CPMods, Extra Page TITLE CSS*/
.hText1 {
	COLOR: #FFA500;
	font-size: 16px;
	font-weight: bold;
}
.hText2 {
	COLOR: #FFBE44;
	font-size: 13px;	
}
.CPBoxunder {
	/*border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thin;*/
	border-left: 1px solid Silver;
}
.CPBoxunderR {
	/*border-style: solid;
	border-color: #FFFFFF;
	border-width: thin;
	border-left-width: 0;
	border-top-width: 0;*/
}
.CPBoxRight {
	/*border-style: solid;
	border-color: #FFFFFF;
	border-right-width: thin;
	border-left-width: 0;
	border-bottom-width: 0;
	background: url(../Assets/Images/contback.jpg) no-repeat bottom right;
	border-top-width: 0;*/
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:11px;	
	padding: 12px;
	background: url(../Assets/Images/cback.jpg) no-repeat bottom right;	
	vertical-align: top;
}
.CPBoxRightT {
	/*border-style: solid;
	border-color: #FFFFFF;
	border-right-width: thin;
	border-left-width: 0;
	border-bottom-width: 0;*/
	/*border-top-width: thin;*/
}
.CPBoxTopB {
	/*border-style: solid;
	border-color: #FFFFFF;
	border-right-width: 0;
	border-left-width: 0;
	/*border-top-width: thin
	border-bottom: 1px dashed Silver;;*/
}
.CPBoxTopBR {
	/*border-style: solid;
	border-color: #FFFFFF;
	border-right-width: thin;
	border-left-width: 0;*/
	/*border-bottom-width: thin;
	border-top-width: thin;
	border-bottom: 1px dashed Silver;*/
}
.TextFooter{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #4899B6;
	}

div#container {
	margin: 0px auto;
	width: 760px;
	background-color: White;
	/*float: left;
	border-right: 1px dotted Silver;
	border-left: 1px dotted Silver;*/
}
/*Code for the Lightbox*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #C8C8C8;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
div#phoneprint {
	display: none;
}
div#flashdisp {
	display: none;
}
div#prodI {
	position: relative;
	height:	200px;
	vertical-align: top;
}
div#spGallery {
	position: relative;
	top:105px;
	left: 5px;
	z-index: 1000;
}
div#pGallery {
	/*position: relative;*/
	top: 0px;
	left: 0px;
	/*width: 100%;
	height: 600px;*/
	z-index: 10;
}
div#topmenu {
	COLOR: #FFF;	
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:12px;
	padding: 3px;
	BACKGROUND-COLOR: #073082;
}
div#topmenu a, a:link, a:hover, a:visited {
	COLOR: #FFF;	
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE:12px;
	text-decoration: none;
}
.lb {
	BACKGROUND-COLOR: #FFFFFF;
	border-bottom: 1px dashed Silver;
}
.extrapage a, a:link, a:visited, a:hover {
	color: Blue;
	text-decoration: none;
}
