/*************************************************************************
' Function : CSS defintions for the store.
' Product  : Shopping Tree Store Frontend
' Version  : 3.3
' Modified : January 2005
' Copyright: Copyright (C) 2004 Shopping Tree.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@ShoppingTree.com
'**************************************************************************/
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align:center;
	background-color:#F8F6F6;
	background-image:url(/img-bin/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
}

.container {
	position:relative;
	width:742px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

div.PageHeader {
	background-image:url(/img-bin/logo.gif);
	background-repeat:no-repeat;
	background-position: top left;
	height:60px;
}

div.PageHeader div.top {
	float:right;
	position:absolute;
	right:0px;
	clear:both;
	color:#C0C0C0;
}


div.PageHeader div.bottom {
	clear:both;
	text-align:right;
	position:absolute;
	right:0px;
	top: 20px;
	float:right;
}


div.PageHeader div.top a {
	color:#858585;
	margin-right:2px;
	text-decoration:none;
	font-weight:bold;
}

div.PageHeader div.bottom a {
	background-image:url(/img-bin/button_main.gif);
	background-repeat:no-repeat;
	display:block;
	width:104px;
	height:23px;
	color:#FFFFFF;
	text-align:center;
	padding-top:12px;
	text-decoration:none;
	font-weight:bold;
	float:left;
	margin-right:2px;
}

div.PageHeader div.bottom a:hover {
	background-image:url(/img-bin/button_main_on.gif);
	background-repeat:no-repeat;
	display:block;
	width:104px;
	height:23px;
	color:#FFFFFF;
	text-align:center;
	padding-top:12px;
	text-decoration:none;
	font-weight:bold;
	float:left;
	margin-right:2px;
}

div.PageSelections {
	background-color:#E6E9E9;
	clear:both;
	height:35px;
}

div.PageSelections div.currency {
	width:215px;
	float:left;
	height:35px;
	background-color:#DCDFE0;
}

div.PageSelections div.currency div {
	margin:0px;
	margin-top:6px;
	margin-left:20px;
	color:#606060;
}

div.PageSelections div.language {
	width:273px;
	float:left;
	height:35px;
	background-color:#EFF2F3;
}

div.PageSelections div.language div {
	margin:0px;
	margin-top:10px;
	margin-left:20px;
	color:#606060;
}

div.PageSelections div.cart {
	background-image:url(/img-bin/shopping_cart.gif);
	background-repeat:no-repeat;
	float:left;
	height:35px;
	width:250px;
}

div.PageSelections div.cart p {
	margin:0px;
	margin-top:10px;
	margin-left:35px;
	color:#606060;
}

div.PageSelections div.cart p strong {
	color:#CB4D51;
}

div.PageBody {
	position:relative;
	width:100%;
	clear:both;
	margin-top:3px;
}

div.PageBody div.navigation {
	position:relative;
	width:211px;
	float:left;
	margin-bottom:11px;
}

div.PageBody div.main {
	position:relative;
	width:525px;
	float:right;
	margin-bottom:11px;
}

div.PageBody div.main div.banners {
	position:relative;
	padding-left:5px;
	height:150px;
	background-image:url(/img-bin/banner_background.gif);
	background-repeat:repeat-x;
}

div.PageBody div.main div.banners a.banner1 {
	position:relative;
	display:block;
	float:left;
	margin-top:5px;
	margin-right:5px;
	width:255px;
	height:136px;
	background-image:url(/img-bin/banner1.gif);
}

div.PageBody div.main div.banners a.banner2 {
	position:relative;
	display:block;
	float:left;
	margin-top:5px;
	width:255px;
	height:136px;
	background-image:url(/img-bin/banner2.gif);
}

div.PageBody div.main div.featured {
	font-weight:bold;
	color:#C32B2B;
	padding-bottom:5px;
	border-bottom: #B4B4B4 1px dotted;
}

div.PageBody div.navigation div.title {
	border: #EDECEC 1px solid;
	background-color:#FFFFFF;
	padding: 3px;
}

div.PageBody div.navigation div.title strong {
	background-color:#AFD8DE;
	display:block;
	padding:5px;
	width:193px;
}

div.PageBody div.navigation div.title b {
	background-color:#99B138;
	color:#FFFFFF;
	display:block;
	padding:5px;
	width:193px;
}

div.PageBody div.navigation ul {
	position:relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear:both;
}

div.PageBody div.navigation li {
	padding:5px;
	padding-top:3px;
	padding-left:10px;
	background-image: url(/img-bin/navigation_li.gif);
	background-repeat: no-repeat;
	background-position: 0em;
}

div.PageBody div.navigation li a {
	color:#646464;
	text-decoration:none;
}

div.PageBody div.navigation div.search {
	border: #EDECEC 1px solid;
	background-color:#FFFFFF;
	padding: 3px;
}

div.PageBody div.navigation div.search div {
	background-color:#CFD2D3;
	display:block;
	padding:5px;
	width:193px;
	color:#000000;
}

div.PageFooter {
	position:relative;
	width:100%;
	clear:both;
	height:44px;
	border-top: #D1D1D1 1px solid;
}

div.PageFooter div.left {
	position:relative;
	width:60%;
	float:left;
	padding-top:16px;
	color:#707173;
}

div.PageFooter div.left a {
	color:#707173;
}

div.PageFooter div.right {
	position:relative;
	width:40%;
	float:left;
	padding-top:10px;
	text-align:right;
}

img.hidden {
	display:none;
}

/* General Tag specifications */
td.tr.table    {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; 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: #AFD8DE; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5}
.CPbox2B A:link    {COLOR: #333333; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; 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: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* 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 {}

/* Product SKU */
.CPprodSKU {}

/* 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    {}
.CPsysMsgErr {COLOR: red;}
.CPsysMsgURL {}

/* ------------------- */
/* 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;
}