/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 2.4
' Modified : June 2003
' Copyright: Copyright (C) 2003 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 */

a{
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link{
	color: #000000;
}

a:visited{
	color: #000000;
}

a:hover{
	text-decoration: none;
}

b, td, p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

body{
	background-color: #006600;
	background-image: url(plastics_Layout_r3_c1.jpg);
	background-repeat: repeat-y;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* Info Box WITHOUT Headings */
.cpbox1 {
	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{
	background-color: #008000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*padding-left: 2px;*/
}

.cpbox2b{
	background-color: #DDEEDD;
	color: #221122;
}

.cpbox2b a:link {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

.cpbox2b a:visited {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

.cpbox2b a:hover {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}

.cpbox2h{
	background-color: #008000;
	border-bottom: 1px solid;
	border-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px;
}

/* Category Description - No products linked to it */
.cpcatdesc {
}

/* Category List */
.cpcatdesclist {
}

/* Category Description - Has products linked to it */
.cpcatdescprod {
	font-weight: bold;
}

/* ADDED - Version 2.3 */
/* Box - 2, 3 and 4 Column Layout for product list page */
.cpcolsview {
	background-color: #FCFFFC;
	border: 1px solid #003300;
}

.cpcolsview a:link {
	color: #000099;
	text-decoration: none;
}

.cpcolsview a:visited {
	color: #000099;
	text-decoration: none;
}

.cpcolsview a:hover {
	color: #996666;
	text-decoration: underline;
}

/* Free Shipping text */
.cpfreeshipmsg {
	color: #888888;
}

/* Box - General Headings */
.cpgenheadings {
	background-color: #EEEEEE;
}

/* ADDED - Version 2.4 */
/* Highlights used in search results */
.cphighlight {
	background-color: #FFFF66;
	color: #000000;
}

/* Box - Product Description (Home page) */
.cphomedesc {
	border-bottom: 1px solid #003300;
}

/* Box - Product Image (Home page) */
.cphomeimg {
	background-color: #fCFFfC;
	border: 1px solid #003300;
}

/* In Stock text */
.cpinstock {
	color: #221122;
}

/* Horizontal and Vertical lines */
.cplines {
	background-color: #CCCCCC;
}

/* No Image text */
.cpnoimgt {
	color: #800000;
}

/* Option Description */
.cpoptdesc {
	font-style: italic;
}

/* Option Select box */
.cpoptsel {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 8pt;
}

/* Option Text box */
.cpopttxt {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 8pt;
}

/* Out of Stock text */
.cpoutstock {
	color: #FF0000;
}

/* Box - Page Headings */
.cppagehead {
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 4px;
}

/* Box - Page Navigation */
.cppagenav {
	background-color: #ECFFEC;
	border: 1px solid #003300;
}

/* Product Short Description (Except Detail page) */
.cpproddesc {
	font-size: 9pt;
}

/* Product Short Description (Detail page only) */
.cpproddescdet {
	font-size: 10pt;
}

/* Product Long Description */
.cpproddesclong {
}

/* Product Detail */
.cpproddet {
}

/* Product List Price - Text Label */
.cpprodlpricet {
}

/* Product List Price - Price Value */
.cpprodlpricev {
	text-decoration: line-through;
}

/* Product Price - Text Label */
.cpprodpricet {
	color: #800000;
}

/* Product Price - Price Value */
.cpprodpricev {
	color: #800000;
}

/* Product SKU */
.cpprodsku {
}

/* Product Sale Price - Text Label */
.cpprodspricet {
}

/* Product Sale Price - Price Value */
.cpprodspricev {
	color: #FF0000;
}

/* System Messages */
.cpsysmsg {
	font-size: 10pt;
}

.cpsysmsgerr {
	color: #FF0000;
	font-size: 10pt;
}

.cpsysmsgurl {
	font-size: 10pt;
}

/* Layout CSS for main header Cell */
.headertable{
	background-image: url(plastics_Layout_r1_c1.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 103px;
	width: 779px;
}

/* Text and links used in header table */
.headertable a{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.headertable a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.headertable a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.headertable a:hover{
	text-decoration: underline;
}

/* Layout CSS for Main Body Area */
.mainbody{
	background-image: url(plastics_Layout_r2_c2.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	width: 634px;
}

/* Layout CSS for upper Left of Menu Cell */
.menulayout{
	background-image: url(plastics_Layout_r2_c1.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 145px;
}

/* Search Bar Background CSS */
.searchbar{
	height: 10px;
}

.searchinput{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 20px;
	padding: 0;
}

.mwp_header{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	color: Black;
}

h1{
	font-size: 12pt;
	color: #000000;
}