/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 5.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 {
	COLOR: #0f375a;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 8pt;
	background:#8ea3ae url(../images/bg_body.gif) repeat-y center;
	margin: 0px auto;
	text-align: center;
}
TD {
	FONT-SIZE: 8pt;
	vertical-align: top;
}
TD.Middle {
	vertical-align:middle;
}
P  {
	margin: 0 0 1.3em 0px;
	line-height: 1.4em;
	FONT-SIZE: 11px;
	color: #0f375a;
}
h1 {
	margin: 0px 0px .6em;
	line-height: 1em;
	color: #9ba818;
	font-size: 16px;
}
h2 {
	margin: 16px 0px .6em;
	line-height: 1em;
	color: #9ba818;
	font-size: 14px;
}
h3 {
	margin: 0px 0px .6em;
	line-height: 1em;
	color: #9ba818;
	font-size: 14px;
}
a, a:active, a:visited {
	color:#5e5e5e;
	outline: none !important;
}
a:hover {
	text-decoration:none;
	outline: none !important;
}
:active {
	outline: none !important;
}
:focus {
	-moz-outline-style: none !important;
	outline: none !important;
}
img {
	border-width: 0px;
}
form {
	margin: 0px;
}
.uCase {
	text-transform: uppercase;
}
.floatRight {float:right;}
#main {
	margin: 0px auto;
	width: 958px;
}
#main #top {
	background: #FFFFFF;
	height: 162px;
	width: 958px;
	margin: 0px auto;
}
#main #top .logo_greenfish {
	padding: 54px 0px 36px 41px;
	float: left;
}
#main #top .tagline {
	padding: 82px 0px 52px 360px;
	float: left;
}
#main #nav {
	background: #afbd21;
	height: 34px;
	width: 958px;
}
#main #nav ul {
	/*margin: 0px 0px 0px 55px; for FACTS navigation*/
	margin: 0px 0px 0px 42px;
	padding: 0px;
	height: 34px;
}
#main #nav ul li {
	margin: 0px;
	padding: 0px 62px 0px 0px;
	float: left;
	height: 34px;
	list-style-type: none;
	position: relative;
}
#main #nav ul li.last {
	padding-right: 0;
}
#main #nav ul li a {
	display: block;
	padding: 0px;
}

#main #nav ul li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	left: 0;
	text-align: left;
}

#main #nav ul li ul li {
	float: none;
	text-align: left;
	display: block;
	font-size: 14px;
	width: 240px;
	height: 28px;
}
#main #nav ul li ul li a {
	background: #919e12;
	color: #ffffff;
	padding: 0px 0px 2px 10px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	height: 28px;
	vertical-align: middle;
	line-height: 28px;
}
#main #nav ul li ul li a:hover {
	background: #748008;
	color: #ffffff;
	text-decoration: none;
}


#main #nav_sec {
	height: 32px;
	width: 958px;
	margin: 10px 0 7px;
}
#main #nav_sec #nav_sec_left {
	float: left;
	height: 32px;
	margin: 0px 0px 0px 50px;
}
#main #nav_sec #nav_sec_right {
	float: right;
	height: 32px;
	margin: 0px 59px 0px 0px;
}

#main #nav_sec #nav_sec_left li, #main #nav_sec #nav_sec_right li {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	float: left;
	height: 32px;
	list-style-type: none;
}
#main #nav_sec #nav_sec_left li.icn_social, #main #nav_sec #nav_sec_right li.icn_social {
	padding-right: 0;
	padding-top: 4px;
}
#main #nav_sec #nav_sec_left a, #main #nav_sec #nav_sec_right a {
	display: block;
	padding: 0px;
}
#main #nav_sec #nav_sec_right .icn_social {
	margin-left: 4px;
}

#main #content {
	padding: 0px 0px 12px;
	width: 958px;
	margin: 0px auto;
}
#main #content .bg_content_top {
	background: url(../images/bg_content_top.gif) no-repeat;
	height: 20px;
	width: 832px;
	margin: 0px auto;
}
#main #content .bg_cotent_bot {
	background: url(../images/bg_content_bot.gif) no-repeat;
	height: 20px;
	width: 832px;
	margin: 0px auto;
}
#main #content .content {
	background: #FFFFFF;
	padding: 20px 7px;
	width: 838px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	border-top: 1px solid #afbd21;
}
#main #content .content.contentHome {
	background: #FFFFFF;
	padding: 0;
	width: 958px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	border: 0;
}
#picHome, #picHome h1 {
	margin: 0px;
}
#picHome td {
	background: #5f8697;
}
#picAmb {
	margin: 16px 0px;
}
#picAmb td {
	padding-bottom: 30px;
}
#picAmb .picAmb {
	width: 166px;
	padding-right: 30px;
}
#picAmb .txtAmb {
	width: 50%;
	padding-right: 20px;
}
#picAmb h4 {
	margin: 0px 0px .6em;
	line-height: 1em;
	color: #afbc22;
	font-size: 16px;
	font-weight: normal;
}
#picAmb h4 a, #picAmb h4 a:active, #picAmb h4 a:visited {
	color: #afbc22 !important;
}
.CPTableGears {
	margin-bottom: 14px;
}
#modHome {
	margin: 30px 28px;
}
#modHome td {
	width: 209px;
	border: 1px solid #afbd21;
	padding: 1px;
}
#modHome h2 {
	margin: 0;
}
#modHome p {
	font-size: 12px;
	color: #507280;
	margin: 6px 8px;
	line-height: 1.3em;
}
#modHome .learnMore {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 12px;
	clear: both;
}
#modHome .learnMore a, #modHome .learnMore a:visited {
	color: #507280;
	text-decoration: none
}
#modHome .learnMore a:hover, #modHome .learnMore a:active {
	text-decoration: underline;
}
#modHome td.modHomeSep {
	border: 0;
	width: 15px;
	padding: 0;
}
#modHome .picHmRight {
	float: right;
	margin: 3px 0 3px 3px;
}
#modHome .pic_partners {
	width: 95px;
	margin-bottom: 12px;
}
#modHome #pic_partners {
	float: right;
	width: 92px;
	margin: 6px 6px 3px 3px;
}

#modHomeBot {
	margin: 23px 53px 0;
	width: 838px;
}
#modHomeBot #modHomeQuote {
	padding: 13px 0 0;
}
#modHomeBot #modHomeLogos {
	text-align: right;
}

#main #footer {
	margin: 0px auto;
	padding: 28px 60px 16px;
	height: 38px;
}
#main #footer p {
	font-size: 11px;
	line-height: 1.8em;
	color: #636363;
	margin: 0px;
}
#main #footer a, #main #footer a:active, #main #footer a:visited {
	color: #636363;
	text-decoration: none;
}
#main #footer a:hover {
	color: #0c375a;
	text-decoration: none;
}
#main #footer .footer {
	margin: 6px 0 10px 0;
	clear: both;
}
#main #footer .footer a {
	margin: 0 1px;
}
#main #footer .footer p {
	text-align: center;
}
#main #footer .copyright {
	float: left;
}
#main #footer .copyright p {
	text-align: left;
	margin-left: 0px;
}
#main #footer .credits {
	float: right;
}
#main #footer .credits p {
	text-align: right;
	margin-right: 0px;
	white-space: nowrap;
}

#main #tblOrg {
	margin: 24px 0 0;
}

#main #tblOrg tr td {
	padding: 0 16px 24px 0;
}

.donateDesc {
	color: #8ea3ae;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#news p {
	background: url(../images/icn_pdf_sm.gif) no-repeat 0px 0px;
	height: 22px;
	padding-left: 26px;
	display: block;
	vertical-align: middle;
	line-height: 22px;
}



/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.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: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.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 {PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #FFFFFF; BORDER: 1px solid #CCCCCC; padding:16px;}

.CPhomeImgNRB {BORDER-RIGHT: 0px;}

/* 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 {COLOR: #5e5e5e; font-size:11px; text-transform:uppercase;}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #5e5e5e; font-size:14px;}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #003d73; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin:0;}

.CPprodPriceD {COLOR: #828282; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin:0;}

/* 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: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; background-color:#e7e6e6; color:#696969; font-weight:bold; text-transform:uppercase; height:22px; clear:both;}

.getOrgPrice {padding:5px 14px 2px; border-right: 1px solid #a5a5a5; border-left: 1px solid #a5a5a5;}
.dvChooseCharity {float:left; height:11px; padding-bottom:15px}
.dvLearnMore {float:left; height:11px; padding:0 0 0 8px; font-size:9px; white-space:nowrap;}

.CPoptSelW {width: 150px;}

.CPoptSel option { text-transform:uppercase; }

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 14px}


/* ------------------- */
/* 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    {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;
}

.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: 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;
}
