/*************************************************************************
// Function : CSS defintions for the store.
// Product  : Webdesigns-studio Store Frontend
// Version  : 1.0
// Modified : September 2004
// Copyright: Copyright (C) 2004 Webdesigns-studio.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@Webdesigns-studio.com
'**************************************************************************/

/* General Tag specifications */
 BODY, TD, P     {COLOR: #333333; 
 						FONT-FAMILY: Arial, Helvetica, sans-serif; 
						FONT-SIZE: 9pt;	
						margin-left: 0px;
						margin-top: 0px;
						margin-right: 0px;
						margin-bottom: 0px;
						background-color:#FFFFFF;
						/*background-image:  url(../old_web/images/bg.jpg);*/}

/* Info Box WITHOUT Headings */
.box1            {COLOR: #333333; BACKGROUND-COLOR: #FFFFFF; BORDER: 1px solid #BBC3D3}
.box1 A:link     {COLOR: #333333; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.box1 A:visited  {COLOR: #333333; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.box1 A:hover    {COLOR: #996666; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

.menu A:link     {COLOR: #EEEEEE; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.menu A:visited  {COLOR: #EEEEEE; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.menu A:hover    {COLOR: #000000; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

.topmenu A:link     {COLOR: #FFFFFF; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.topmenu A:visited  {COLOR: #FFFFFF; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.topmenu A:hover    {COLOR: #CCCCCC; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.box2            {COLOR: #333333; BACKGROUND-COLOR: #FFFFFF; BORDER: 1px solid #BBC3D3}
.box2H           {COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.box2H B         {COLOR: #333333;}
.box2B           {COLOR: #333333; BACKGROUND-COLOR: #FFFFFF}
.box2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.box2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.box2B A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}



/* Box - Page Headings */

.pageHead {FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
                      BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px; FONT-SIZE: 10pt;
					  FONT-WEIGHT: bold;}


/* Box - Page Navigation */
.pageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.genHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.homeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.homeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.lines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.prodDesc {FONT-SIZE: 9pt}

/* Product Short Description (Detail page only) */
.prodDescDet {FONT-SIZE: 9pt}

/* Product Long Description */
.prodDescLong {}

/* Product Detail */
.prodDet {}

/* Product SKU */
.prodSKU {}

/* Product Price - Text Label */
.prodPriceT {COLOR: #800000; FONT-SIZE: 9pt}

/* Product Price - Price Value */
.prodPriceV {COLOR: #800000; FONT-SIZE: 9pt}

/* Product List Price - Text Label */
.prodLPriceT {}

/* Product List Price - Price Value */
.prodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.prodSPriceT {}

/* Product Sale Price - Price Value */
.prodSPriceV {COLOR: red}

/* Free Shipping text */
.freeShipMsg {COLOR: #888888}

/* In Stock text */
.inStock {COLOR: #888888}

/* Out of Stock text */
.outStock {COLOR: red}

/* No Image text */
.noImgT {COLOR: #800000}

/* Category List */
.catDescList {}

/* Category Description - No products linked to it */
.catDesc {}

/* Category Description - Has products linked to it */
.catDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.optDesc {FONT-STYLE: italic}

/* Option Select box */
.optSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 9pt}

/* Option Text box */
.optTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 9pt}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.colsView {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
.colsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.colsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.colsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.sysMsg    {FONT-SIZE: 10pt}
.sysMsgErr {COLOR: red; FONT-SIZE: 10pt}
.sysMsgURL {FONT-SIZE: 10pt}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.highlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.optRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 9pt}

/* Option Description for "Mandatory" options*/
.optDescM {FONT-STYLE: italic; color: Red}


/* Added classes */
.textregblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.texttitlewhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textsmdkgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.linksmdkgray:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}
a.linksmdkgray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
	font-style: italic;
}
a.linksmdkgray:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}
a.linksmdkgray:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}
a.linkregblack:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
a.linkregblack:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	font-style: italic;
}
a.linkregblack:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
a.linkregblack:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
a.linksmdkgray2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #666666;
	text-decoration: none;
}
a.linksmdkgray2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #999999;
	text-decoration: underline;
}
a.linksmdkgray2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #666666;
	text-decoration: none;
}
a.linksmdkgray2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #666666;
	text-decoration: none;
}
.textreggray {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.textregwhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textsmblack {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}