/*************************************************************************
' 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, B, TD, P     {
	COLOR: #333333;
	font: 8pt Verdana, Arial, Helvetica;
}
a:link { color:#006666;}
a:hover, a:visited{ text-decoration:none; color: #006666}
h1 { font-size:2em} h2 { font-size:1.8em} h3 { font-size:1.4em} h4 { font-size:1em} 
.CPbody { margin: 0px; padding: 0em; text-align: center; background: #006666; }
.container {
	width:800px;
	padding:0.5em;
	margin-top: 0.3em;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #005353;
	border-right: 4px solid #005353;
	border-bottom: 4px solid #005353;
	border-left: 4px solid #005353;
	background-color: #FFFFFF;
	background-image: url(../ProdImages/olive_branch.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
}
.CPlogo { background: url(img/logo_new.gif) no-repeat left center; height:70px; margin: 0px; padding: 0px; position: relative; top: 0px; left: 0px; }
.CPmaintable { padding: 0px; width: 100%; margin-right: auto; margin-left: auto; border-style: none; }
#CPfooter { margin: 0.5em auto 0; padding: 0.5em 0; width: 100%; text-align: center; font-size: 90%; color: #999999; clear: both; border-top: 3px solid #006666; background:/*#F7F3F7*/ #FFF url(img/dotted_ln.gif) repeat-x left bottom; }
#CPfooter img { margin:3px 1px;} #CPfooter img a:link, #CPfooter img a:visited { border:none;}
#CPfooter p { margin: 0 0px 0 0; padding: 10px 0px 10px 0; }
.CPCartTD {
	vertical-align: top; text-align: left; float: left; position: relative;	clear: none; width: 585px; padding-top: 6px;
}
.CPCartLink { background: url(img/cart_sm.gif) no-repeat left top; padding-left: 28px; margin-top: 3px; margin-bottom: 3px; }
fieldset {
	border: 1px solid #BBC3D3; margin: 0em 0px 0.8em; padding: 0.5em;
}
legend, strong { font-weight: bold; text-decoration: none; color: #006666;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; margin-left: 8px;
}
.half { width:50%; float:left; margin:0em; vertical-align:middle; } 
.fltleft { float:left;} 
.fltright { float:right} 
.right { text-align:right; vertical-align: middle; } 
.left { text-align:left;} .full {
	width:65%;
	float:left;
} 
.half img {border:none;} 
.errormsg { text-align:center; color:#FF0000; font-size:12px;}

/* Snazzy border box*/
.xsnazzy h3, .zsnazzy h3 { margin:0; font-size:1em; padding:0 10px 5px 10px; border-bottom:1px solid #BBC3D3; text-align:center; }
.xsnazzy p, .xsnazzy ul, .zsnazzy p {
margin:0; padding:5px 10px; font-size:10px;
}
.xsnazzy h4 {margin:0; padding: 3px 10px; font-size:12px;}
.xsnazzy {
background: transparent; width:230px; float:right; margin:0 3px 3px 0;vertical-align:top;
}

.xtop, .xbottom {
display:block; background:transparent; font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; overflow:hidden;
}
.xb1, .xb2, .xb3 {height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; border-left:1px solid #BBC3D3; border-right:1px solid #BBC3D3;
}
.xb1 {
margin:0 5px; background:#BBC3D3;
}
.xb2 {
margin:0 3px; border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; margin:0 1px;
}

.xboxcontent { display:block; border:0 solid #BBC3D3; border-width:0 1px; height:auto; }
* html .xboxcontent { height:1px;
}
.color_a {
	background-color: #CCC;
} 
.color_b {
background:#d4d8bd; color:#000;
}
.color_c {
background:#758279; color:#fff;
}
.color_d {
background:#b2ab9b; color:#000;
}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link,.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: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox2H           { COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px; border-bottom: 1px solid #009966; }
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           { COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; }
.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 #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #FFF}
/*.CPnav { background-color:#EEE; padding:0.5em 0; margin:0.3em 0 0.1em 0; border-bottom:2px solid #006666; height:2em; vertical-align:middle; }*/

.CPnav {
	display: block; clear: both; height: 45px; vertical-align: middle; line-height: 45px; background: url(img/menu_bg.gif) repeat-x left top;
}

.CPnav ul {
	list-style: none; display: inline; font-style: normal;
}
.CPnav li { float:left; background: url(img/menu_sep.gif) no-repeat right top; text-transform: uppercase; text-decoration: none; letter-spacing: normal;}

.CPnav #menulinks {
	float: left; width: 500px;

}
.CPsearch {
	float: right; display:inline;
}
.CPsearch input {vertical-align:middle; margin:6px 0}
.CPsearch form { 

}
.CPnav #menulinks li a:link, .CPnav #menulinks li a:visited {
	text-decoration: none; color: #006666; text-transform:uppercase; padding-right: 7px; padding-left: 6px; display: block; font-size: 11px; line-height: 43px; font-weight: bold;
}
.CPnav #menulinks li a:hover, .CPnav #menulinks li a:link#current  { background: url(img/SpryMenuBarDownHover.gif) no-repeat 45% top; }
/*Left Box*/
#CPleftbox {
	text-align: left; vertical-align: top; float: left; clear: left; margin-right: 12px; width: 175px; margin-top: 0px; padding-top: 6px;
}

#CPleftbox dl {
	margin: 0em 0px 0.8em; padding-top: 0em; background: transparent url(img/bottomdd.gif) no-repeat left bottom; padding-bottom: 7px;
}
#CPleftbox dt { font-weight: bold; display: block; text-transform: capitalize; vertical-align: middle; color: #FFF; margin: 0px; padding: 0em 0em 7px; background: url(img/topdd.gif) no-repeat left bottom; }

#CPleftbox dt span {
	padding: 0.2em 10px 0.2em 0.5em;
	line-height: 1.4em;
	background: #006666 url(img/tab_right.gif) no-repeat right top;
}

#CPleftbox dd {
	margin-left: 0em; padding: 0.5em; border-right: 1px solid #BBC3D3; border-left: 1px solid #BBC3D3;
} 

/* Left Box Category Menu */
#CPleftbox ul, #CPleftbox ol {
	list-style-position: inside;  margin: 0em; padding: 0em;
}

#CPleftbox dd#CPCat li { list-style: none; list-style-image:none; list-style-position:outside; background: url(img/dotted_ln.gif) repeat-x left bottom; padding:0; margin: 0px; color: #333333; }

#CPleftbox dd#CPCat a:link, #CPleftbox dd#CPCat a:visited { text-decoration: none; display: block; width:100%; padding:3px 0; font-weight: bold; }
#CPleftbox dd#CPCat a:hover {
	text-decoration: none;
	background: url(img/ArrowRight.gif) no-repeat left center;
	padding-left: 8px;
}
/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #FFF; BORDER: 1px solid #BBC3D3}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/*Currency box*/
.CPCurr { text-align: right; padding-top: 6px; }
/* 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: 10pt; font-weight:bold;}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU { font-size: smaller;}

/* 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}


/* ------------------- */
/* 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, .CPsysMsgURL   {FONT-SIZE: 10pt;}
.CPsysMsgErr {COLOR: red; 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;
}

.CPContactUs {

}

/* -------------------- */
/* ADDED -- Version 3.5 */
/* -------------------- */
.findTable {
	background-color: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}
.listTable {
	background-color: #EEEEEE;
}
.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: 1.2em;
}

/* 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;
}
