﻿/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 4.1

' Modified : May 2007
' Copyright: Copyright (C) 2004 Webs Unlimited, Inc. 
'            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 http://www.candypress.com
'**************************************************************************/

/* General Tag specifications */
BODY{

  scrollbar-3dlight-color:     #ffffff;
  scrollbar-arrow-color:       #ffffff;
  scrollbar-base-color:        #ffffff;
  scrollbar-face-color:        #3091bf; 
  scrollbar-highlight-color:   #3091bf;
  scrollbar-track-color:       #c4ecff;
  scrollbar-shadow-color:      #3091bf;
}
  
B, TD, P     {COLOR: #3091BF; FONT-FAMILY: Verdana; FONT-SIZE: 11px;
}

A:link    {COLOR: #3091BF; TEXT-DECORATION: none}
A:visited {COLOR: #3091BF; TEXT-DECORATION: none}
A:hover   {COLOR: #3091BF; TEXT-DECORATION: underline}

.listRowTop {BACKGROUND-COLOR: #ffffff; BORDER-TOP: 1px dotted #C1EBFF; BORDER-BOTTOM: 1px dotted #C1EBFF;}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #ffffff; BORDER: 1px dotted #C1EBFF}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 9px; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 9px; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 9px; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #ffffff; BORDER: 1px dotted #E6F7FF}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #ffffff; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #ffffff}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 9px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 9px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 9px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 1px dotted #C1EBFF; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #E6F7FF}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #E6F7FF}

/* Box - Product Image (Home page) */
.CPhomeImg {
BACKGROUND-COLOR: #ffffff; 
BORDER-left: 1px dotted #40abdd;
BORDER-bottom: 1px dotted #40abdd;
BORDER-top: 1px dotted #40abdd;

}

/* Box - Product Description (Home page) */
.CPhomeDesc {
BACKGROUND-COLOR: #ffffff; 
BORDER-right: 1px dotted #40abdd;
BORDER-bottom: 1px dotted #40abdd;
BORDER-top: 1px dotted #40abdd;
}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #C1EBFF}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 8pt; FONT-WEIGHT: normal}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 10pt}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {line-height: 1.5}

/* Product SKU */
.CPprodSKU {FONT-SIZE: 11px;
FONT-WEIGHT: italic
}

/* Search Product Price - Text Label */
.CPprodPriceTs {COLOR: #008dcf}

/* Search Product Price - Price Value */
.CPprodPriceVs {COLOR: #008dcf}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #3091BF}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #3091BF}

/* 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: #3091BF}

/* In Stock text */
.CPinStock {COLOR: #3091BF}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #C1EBFF}

/* 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 {BACKGROUND-COLOR: #ffffff; BORDER: 1px dotted #C1EBFF}
.CPcolsView A:link    {COLOR: #3091BF; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #3091BF; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #3091BF; 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: #fff799}

/* ------------------- */
/* 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: #E6F7FF;
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}

.CPContactUs {

}

/* -------------------- */
/* ADDED -- Version 3.5 */
/* -------------------- */
.findTable {
	background-color: #E6F7FF;
	BORDER: 1px solid #CCCCCC;
}
.listTable {
	background-color: #E6F7FF;
}
.listRowTop {
	BACKGROUND-COLOR: #DDDDCC;
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}
.listRowHead {
	BACKGROUND-COLOR: #DDDDDD;
}
.listRowBot {
	BACKGROUND-COLOR: #DDDDCC;
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}

/* --------------------  */
/* ADDED -- Version 4.1  */
/* --------------------  */
.cpbeta {
	color: red;
	font-size: 14pt;
	
}

/* New template style */ 
html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0; /* center for now */
	width: 24em; /* ems so it will grow */
	background: url(../usermods/img/featurebox/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../usermods/img/featurebox/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../usermods/img/featurebox/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../usermods/img/featurebox/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align: left;
}

.boxbody a {	
	text-decoration: none;
}
.boxbody a:hover {
	text-decoration: underline;
}
.boxbody span.cpCart {
	text-align: left;
	padding-right: 3em;
}

#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;
	}

.border2 {
border: 1px solid #C1EBFF;
}

.borderleft {
border-left: 1px dotted #C1EBFF;
}

.borderbottom {
border-bottom: 1px dotted #E6F7FF;
}

.bordertop {
border-top: 1px dotted #C1EBFF;
}

.menubordertop {
border-top: 1px solid #7ed2f6;
}

.borderbottomsolid {
border-bottom: 1px solid #ffffff;
}

.searchtop {
border-top: 1px solid #ffffff;
}

.menu {COLOR: #008dcf; FONT-FAMILY: Verdana; FONT-SIZE: 9px}
.menu A:link    {COLOR: #008dcf; TEXT-DECORATION: none}
.menu A:visited {COLOR: #008dcf; TEXT-DECORATION: none}
.menu A:hover   {COLOR: #008dcf; TEXT-DECORATION: underline}


input { 
 background-color: #ffffff; 
 color: #3091BF; 
 FONT-SIZE: 11px
}

.searchbox { 
 background-color: #ffffff; 
 border: 1px solid #7ed2f6;
 color: #7ed2f6; 
 FONT-SIZE: 11px;
 text-align: center
}


select { 
 background-color: #ffffff; 
 color: #3091BF; 
}

textarea { 
 background-color: #ffffff; 
 border: 1px solid #C1EBFF;
 color: #3091BF; 
}

.footer { 
 border-top: 15px solid #7dd1f5;
 }
 
 .footermain{ 
 border-top: 10px solid #7dd1f5;
 }
 
.footertxt            {COLOR: #3091BF; FONT-SIZE: 9px; line-height: 1.8}
.footertxt A:link     {COLOR: #3091BF; FONT-SIZE: 9px; line-height: 1.8; TEXT-DECORATION: none}
.footertxt A:visited  {COLOR: #3091BF; FONT-SIZE: line-height: 1.8; 9px; TEXT-DECORATION: none}
.footertxt A:hover    {COLOR: #3091BF; FONT-SIZE: line-height: 1.8; 9px; TEXT-DECORATION: underline}
}

.mainborder { 
 border: 1px solid #7dd1f5;
}

.cartmsg { 
COLOR: #3091BF; 
FONT-SIZE: 12px; 
FONT-WEIGHT: bold;
border-bottom: 1px dotted #3091BF;
PADDING: 5px;
}

.header {
FONT-FAMILY: Verdana; 
FONT-SIZE: 9px; 
FONT-WEIGHT: bold; 
}

