/*************************************************************************
' 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
'**************************************************************************/

/* CSS Template Additonl Body and HTML styles */
html,body{
	margin:0;
	padding:0;
}
body {
	min-width: 95%;
	text-align: center;
	/*background-color: #EBEAD1;*/
	background: url(../Images/bg01.jpg) repeat-y center;
}

/* General Tag specifications */
BODY, B, TD, P     {COLOR: #202020; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #FFF; BACKGROUND-COLOR: #FFDC99; BORDER: 1px solid #FFF}
.CPbox1 A:link     {COLOR: #444; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #444; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #444; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #FFF; BACKGROUND-COLOR: #FFA500; BORDER: 1px solid #000}
.CPbox2H           {COLOR: #FFF; BACKGROUND-COLOR:  #0E2045; PADDING: 4px}
.CPbox2H B         {COLOR: #FFF;}
.CPbox2B           {COLOR: #444; BACKGROUND-COLOR: #FFF;
}
.CPbox2B A:link    {COLOR: #444; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #444; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #FFF; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {color:#FFF; BORDER-BOTTOM: 2px solid #FF7300; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {
	BACKGROUND-COLOR: #5D83AA;
}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #CCC}

/* 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: 11pt}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #800000}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #800000}

/* 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 {COLOR: red}

/* 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}

/* Currency Rate Box */
.CPCurrRate {
	FONT-FAMILY: Verdana, Arial, helvetica; 
	FONT-SIZE: 7pt;
}
.CPCurrForm {
	background: #FFDC99;
}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND-COLOR: #E3DACB; BORDER: 1px solid #FFF}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: none}

/* 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 CPMods.com Multiple Image Support */

#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: #000;
	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 */
	}	
/* END of CPMods.com Multiple Image Support*/

/*CPMods, Extra Page TITLE CSS*/
.hText1 {
	COLOR: Black;
	font-size: 18px;
	font-weight: bold;
}
.hText2 {
	COLOR: #939393;
	font-size: 14px;	
}
/* --------------------------- */
/* --- CSS Template Styles --- */
/* --------------------------- */

/* --- _INCtemplate_.asp --- */
div#container{
	background-color: #FFF;
	margin: 0px auto;
	height: 100%;
	width: 763px!important;
	width: 765px;
	padding: 0px;
	border-left: 1px solid White;
	border-right: 1px solid White;/**/
}
div#header0{
	position: relative;
	/*background-color: White;*/
	background: url(../Images/headerbase.jpg) no-repeat top center;
	top: 0px;
	height: 110px;
	width: 763px!important;
	width: 765px;
}
div#header0left{
	position: absolute; 
	bottom:0px;
	top: 17px;
	left: 5px; 
	width: 197px;
	background-color: #FFF;
	vertical-align: bottom;
}
div#header0right{
	position: absolute; 
	width: 565px;  
	bottom:8px; 
	left:198px;
	color: #444;
	font-weight: bold;
	/*margin: 1% 0 0 1%;*/
}
div#header{
	position: relative;
	background-color: #5D83AA;
	/*background-color: #FFF;
	top: 40px;*/
	height: 158px;
	width: 100%;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
	bottom: 0px;
}
div#headerleft{
	position: absolute;
	left: 0px; 
	/*top:0px;*/
	width: 197px; 
	background-color: #5D83AA;
	vertical-align: bottom ;
}
div#headermiddle{
	position: absolute; 
	top:10px;
	left: 41%;
	width: 20%; 
	margin-top: 1%;
	text-align: left;
}
div#headerright{
	position: absolute; 
	width: 565px;  
	top:0px; 
	right: 0px; 
	border-left: 1px solid White;
	float: right;
	/*margin: 1% 0 0 1%;*/
}
div#cartinfo{
	position: relative;
	width: 140px;
	background-color: #F5F5F5;
	border: 1px solid #BBC3D3;
}
div#cartinfoH{
	position: relative;
	font-weight: bold;
	text-align: center;
	background-color: #DDDDDD;
	border-bottom: 1px solid #BBC3D3;
	height: 1.4em;
}
div#cartinfoB{
	position: relative;
	height: 1.4em;
	width: 100%;
}
div#cartinfoL{
	position: absolute;
	left: 0em;
	width: 49%;
	text-align: left;
	padding-left: .5em;
}
div#cartinfoR{
	position: absolute;
	right: 0em;
	width: 49%;
	font-weight: bold;
	text-align: left;
}
div#main{
	position: relative;
	text-align: left;
	float: right;
	width: 550px;
	min-height: 475px!important;
	height: 475px;
	top: 15px;
	padding-top: 5px;
	/*background-color: #DDD1BB;*/
	padding-right: 5px;
	padding-bottom: 15px;
	bottom: 5px;
	background: url(../Images/back-r.jpg) repeat-y top right;
	/*
	background: White url(../Images/main_logo1.png) no-repeat fixed bottom right;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
}
div#mmenu{
	position: relative;
	width:198px!important;
	width:197px;
	/*border-right: 1px solid White;
	border-bottom: 1px solid White;
	background-color: #DDD1BB;
	padding-left: 4px!important;
	padding-left: 3px;*/
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	float: left;
}
div#mmenucontainer{
	background-color: #5D83AA ;
	position: relative;
	left: 0px;
	/*width: 190px;*/
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
}
div#mmenuhead{
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	height:20px!important;
	height: 25px;
	padding-top: 4px;
	padding-left: 25px;
	background-color: #0E2045;
	color: #FFF;
	/*border-bottom: 2px solid #EE973B;
	background: url(../Images/bg-footer.jpg);*/
	}
div#mmenubody{
	/*BACKGROUND-COLOR: #F5F5F5;*/
	color: #FFF;
	padding-left: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	/*border-right: 1px solid White;*/
}
div#mimage{
	background-color: #FFF ;
	position: relative;
	left: 0px;
	/*width: 190px;*/
	width: 99%!important;
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	border-right: 1px solid #5D83AA;
	border-bottom: 1px solid #5D83AA;
}
div#mminicart{
	/*BACKGROUND-COLOR: #F5F5F5;*/
	margin-top: 2px;
	margin-left: 22px;
	min-height:18px!important;
	height:auto!important;
	height: 18px;
	color: #FFF;
	padding-left: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	/*border-right: 1px solid White;*/
}
/*div#mmenubody A:link{
	COLOR: #333333; 
	FONT-SIZE: 10px; 
	text-align: left;
	TEXT-DECORATION: none;
}
div#mmenubody A:visited{
	COLOR: #333333; 
	FONT-SIZE: 10px; 
	TEXT-DECORATION: none;
}
div#mmenubody A:hover{
	COLOR: #996666; 
	FONT-SIZE: 10px; 
	TEXT-DECORATION: underline;
}*/
div#topbar{
	position: relative;
	padding-top: 4px;
	margin-top: 0px;
	background: url(../Images/bg-footer.jpg) no-repeat top;
	text-align: center;
	BORDER-left: 1px solid White;
	BORDER-right: 1px solid White;
	BORDER-bottom: 1px solid White;
	height: 25px;
	vertical-align: middle;
}
div#topbar A:link     {COLOR: #444; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
div#topbar A:visited  {COLOR: #444; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
div#topbar A:hover    {COLOR: White; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}
div#topbarleft{
	position: absolute; 
	top:0px; 
	left: 10px;  
	margin: 2px 0 0 0;
	height: 20px;
}
div#topbarright{
	position: absolute; 
	top:0px; 
	right: 10px; 
	margin: 2px 0 0 0;
	height: 20px;
}
div#footer{
	position: relative;
	clear: both;
	text-align: center;
	height: 4em;
	width: 766px!important;
	width: 100%;
	margin: 0px;
	
	/*	
	background: url(../Images/footerbase.jpg) no-repeat bottom center;
	height:145px;
	background-color : #0E2046;
	border-bottom: 1px solid Black;
	border-top: 1px solid #0E2046;	
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	padding: 5px;	
	*/	
}
div#footer a{
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}
div#footer a:hover{
	text-decoration: underline;
	color: #483D8B;
}
div#footerpolicies{
	position: relative;
	width: 766px!important ;
	width: 100%;
	padding: 0em;
	background: url(../Images/policybase.jpg) repeat-y;
	padding-left: 100px!important;
	padding-left: 200px;	
	/*background-color: #EEEEEE;
	height: 1.2em;	
	*/
}
div#footerinfo{
	top: 5px;
	position: relative;
	background: url(../Images/policybase.jpg) repeat-y;
	padding-left: 200px;	
	width: 763px!important ;
	width: 100%;
	/*height: .7em;*/
}
div#footerleft{
	position: absolute;
	left: 0em;
}
div#footerright{
	position: absolute;
	right: 0em;
}
div#footerstats{
	position: relative;
	text-align: center;
	width: 763px!important ;
	width: 100%;
	top: .5em;
	height: 0.7em;
}
/* _IncTemplate Menu Navigation */
ul#mainnav {
	position: static;
	/*background-color: #CEC2B1;*/
	background-color: #5D83AA;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #FFF;
	/*color: #E5DDD2;*/
	font-size: 11px;
}
ul#mainnav li {
	border-bottom: 1px solid White;
	margin: 0px;
	padding-top: 0px;
	padding-left:0px;
	display: block;
	list-style: none;
	width: 100%;
	vertical-align: middle;
}
ul#mainnav li a:link, ul#mainnav li a:visited {
	text-decoration: none;
	color: White;
	/*font-weight: bold;*/
	display: block;
	margin: 0px;
	min-height:18px!important;
	height:auto!important;
	height: 18px;
	border-left: 20px solid #FF7300;
	padding: 0px;
	padding-left:4px;
	/*border: 2px none White;	*/
}
ul#mainnav li a:hover {
	background-color: #D3DDE7;
	border-left: 20px Solid Red;
	text-decoration: none;
	color: Black;
	/*font-weight: bold;*/
	list-style: none;
}
/* --- default.asp --- */
div#prodinfoB{
	display: block;
	margin-left: -200px;
	margin-right: -200px;
	width: 100%;
	height: 20em;
}
div#prodsub{
	 position:relative;
	 float: left;
	 width:48%;
	 left:0em;
	 height: auto;
	 border-bottom:1px solid #BBC3D3;
	 border-left: 1em solid #FFF;
}
div#prodimage{
	 position: relative;
	 width:30%;
	 float:left;
	 min-height:auto!important;
	 height:15.5em;
	 border:1px solid #BBC3D3;
	 border-bottom:0;
	 background-color:#F5F5F5;
}
div#prodinfo{
	 position: relative;
	 width:68%;
	 float: right!important;
	 float:left;
	 background-color:#FFFFFF;
	 text-align:left;
	 top: 0.5em;
	 border-left: 0.5em solid #FFF;
}

/* --- prodlist.asp --- */
div#prodinfoecB{
	position:relative;
	width: 98%;
	padding-bottom:1em;
	min-height:auto!important;
	height:10em;
	border-bottom: solid 1px #BBC3D3;
	border-left: solid .5em #BBC3D3;
	padding-left: 1%;
}
div#prodinfoecL{
	left:0em; 
	float:left;
	width:42%;
	text-align:left;
}
div#prodinfoecM{
	position:relative;
	right: 0em;
	width:42%;
	float: left;	
	height: 10em;
	bottom:1em;
}
div#prodinfoecR{
	position:relative; 
	float: left;
	right:1em; 
	top:0em; 
	width:15%;
	text-align: right;
}
div#prodinfoecRi{
	 position:absolute; 
	 left:0em; 
	 width:49%;
}
div#prodinfoecRb{
	 position:absolute; 
	 right:0em; 
	 width:49%; 
	 text-align:left; 
	 top:2em;
}
div#prodinfoColM{
	text-align:center;
	position:relative;
	float:left;
	min-height:auto!important;
	height:18em;					
}
div#prodinfoColB{
	position:absolute;
	width:100%;
	vertical-align:text-bottom;
	left:0em;
	bottom:1em;
}
div#prodinfo2Col{
	text-align:center;
	position:relative;
	float:left;
	min-height:auto!important;
	height:15em;
	width:49%;
}
div#prodinfo2ColT{
	text-align:left; 
	width:69%;
	left:0em;
	float:left;
	padding:1em;
}
div#prodinfo2ColI{
	position:absolute;
	width:30%;
	right:0em;
	top:1em;
	bottom:1em;
	height:auto;
	text-align:center;
}

/* --- prodView.asp --- */
div#prodviewM{
	width:95%; 
	position:relative; 
	text-align:left;
}
div#prodviewL{
	width:65%; 
	position:relative; 
	float:left;
}
div#prodviewR{
	width:34%; 
	position:relative; 
	float:left
}
div#prodviewBox{
	width: 18em;
}
div#prodviewBoxH{
	width:100%;
	top:0em; 
	text-align:center;
}
div#spacer{
	height: 10px;
}
