/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 2.5
' Modified : February 2004
' Copyright: Copyright (C) 2004 CandyPress.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@candypress.com
'**************************************************************************/

/* General Tag specifications */
BODY, B, TD, P     {COLOR: #4A4A4A; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}

BODY { background-color: #EAEAEA; margin: 0px; }

TABLE { margin: 0px; }

LI {
	list-style-image: url(li-bullet.gif)
}

P { margin: 0px 0px 8px; }

/* 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 {BORDER-BOTTOM: 2px solid #CCCCCC; 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;
	background-image: url(bg-pg-recess-home.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 15px 10px 0px 15px;
}

/* Box - Product Description (Home page) */
.CPhomeDesc {}

/* 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: 11px; font-weight: bold;}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU { font-size: 9px; color: #B1B1B1; }

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #4A4A4A; font-size: 12px; font-weight: bold; }

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #f17100; font-size: 12px; font-weight: bold; }

/* 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    {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}

/* Option Image Styles */
.OptGroupBox { 
}

.OptSelectBox {
	padding: 0px 5px 0px 0px;
}

.OptImgBox {
	background-color: #FFFFFF;
	border: 1px solid #BBC3D3;
	padding: 5px;
	width: 10px;
	height: 10px;
}

.OptRadio {
	padding-left: 5px;
}

.OptImgRadio {
	padding: 5px 0px 0px 5px;
}

.OptDescRadio {
	padding-left: 5px;
}

/* View Enlarged */
.PopViewEnlarged {
	background-color: #EAEAEA;
	text-align: center;
}

.PopViewText {
	color: #4A4A4A;
	font-weight: bold;
}

/* Custom */
a:link {
	color: #F17100;
	text-decoration: none;
}
a:visited {
	color: #F17100;
	text-decoration: none;
}
a:hover {
	color: #F17100;
	text-decoration: underline;
}

.cartMain {
	padding-right: 40px;
	padding-bottom: 40px;
}
.cartTop {
	padding-top: 5px;
	padding-right: 40px;
}

.cartTop a:link {
	color: #F17100;
}
.cartTop a:visited {
	color: #F17100;
}
.cartTop a:hover {
	color: #F17100;
	text-decoration: none;
}

.acc { color: #F17100; }

.area-bottom {
	background-image: url(bg-bottom-grad.gif);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;
}

.heading-group {
	padding-top: 10px;
	padding-bottom: 3px;
}

.heading-group h1 {
	font-size: 10px;
	font-weight: bold;
	color: #4A4A4A;
	padding-left: 12px;
	background-image: url(icon-arrow-br.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px;
}

.content-group {
	background-image: url(bg-pg-recess-acc.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 24px 0px 24px 24px;
}

.copyright {
	padding: 5px;
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: top;
}
.border-bottom-dash-drkGrey {
	border-bottom: 1px dotted #4A4A4A;
}

.mainFeature-img {
	background-image: url(bg-pg-recess-acc.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 24px 10px 0px 24px;
}
.mainFeature-desc {
	font-size: 12px;
	font-weight: bold;
	color: #F17100;
	padding: 3px;
}

.bg-top-chrome {
	background-image: url(bg-top-chrome.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.bg-bottom-chrome {
	background-image: url(bg-bottom-chrome.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.bg-pgShdw-top {
	background-image: url(bg-pgShdw-top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.bg-pgShdw-bottom {
	background-image: url(bg-pgShdw-bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.bg-pg-corner {
	background-image: url(bg-pg-corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.bg-side {
	background-color: #EFEFEF;
	background-image: url(bg-side.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.side-featured-categories {
	background-image:url(bg-featured-categories.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 20px 10px 0px;
	height: 133px;
	vertical-align: top;
	text-align: right;
}

.side-featured-categories-link {
	padding: 0px 0px 6px;
	text-align: right;

}

.side-featured-categories a:link {
	color: #4A4A4A;
	font-weight: bold;
	font-size: 10px;
	padding: 0px 0px 8px 9px;
	text-decoration: none;
}

.side-featured-categories a:visited {
	color: #4A4A4A;
	font-weight: bold;
	font-size: 10px;
	padding: 0px 0px 8px 9px;
	text-decoration: none;
}

.side-featured-categories a:hover {
	color: #4A4A4A;
	font-weight: bold;
	font-size: 10px;
	padding: 6px 0px 8px 9px;
	text-decoration: none;
	background-image: url(bg-featured-categories-link.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.side-featured-product {
	padding: 5px 0px;
	text-align: center;
}

.side-featured-product-img {
	color: #F17100;
	border: 1px solid #F17100;
}

.side-featured-product-link:link {
	color: #4A4A4A;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.side-featured-product-link:visited {
	color: #4A4A4A;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.side-featured-product-link:hover {
	color: #4A4A4A;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

.sep-featured-product {
	border-bottom: 2px solid #FFFFFF;
	background-image: url(sep-featured-product.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 10px;
}

.side-address {
	background-image:url(bg-address.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 13px 15px 5px 5px;
	height: 70px;
	vertical-align: top;
	font-size: 6pt;
}

.top-menu { font-size: 9px; }

.top-menu a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
}

.top-menu a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
}

.top-menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding: 0px 10px;
}

.product-details {
	background-image: url(bg-pg-recess.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 10px;
	vertical-align: top;
}

.related-product {
	text-align: center;
	padding: 0px 20px 10px 0px;
}

.related-product a:link {
	color: #4A4A4A;
	font-weight: bold;
	text-decoration: none;
}
.related-product a:visited {
	color: #4A4A4A;
	font-weight: bold;
	text-decoration: none;
}
.related-product a:hover {
	color: #f17100;
	font-weight: bold;
	text-decoration: underline;
}

.div-dash-h-ltGrey {
	height: 1px;
	width: 100%;
	margin: 6px 0px;
	background-image: url(div-dash-h-ltGrey.gif);
	background-position: left center;
	background-repeat: repeat-x;
}

.icon { color: #AFAFAF; }

a.icon:link {
	color: #AFAFAF;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
a.icon:visited {
	color: #AFAFAF;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
a.icon:hover {
	color: #4A4A4A;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.write {
	background-image: url(icon-write.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
	height: 11px;
}

.email {
	background-image: url(icon-email.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
	height: 11px;
}

.inquiry {
	background-image: url(icon-inquiry.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 11px;
}

.search {
	background-image: url(icon-search.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	height: 11px;
}

.category {
	background-image: url(icon-category.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 11px;
}

.category a:link {
	color: #AFAFAF;
	font-weight: normal;
	text-decoration: none;
}
.category a:visited {
	color: #AFAFAF;
	font-weight: normal;
	text-decoration: none;
}
.category a:hover {
	color: #F17100;
	font-weight: normal;
	text-decoration: none;
}

.noBgImg { background-image: none; }

/*******
Added 5-17-10
********/
#VideoDiv{
display:none;
position:absolute;
width:450px;
height:550px;
}