table.maintable {
	background-color: #ffffff;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
	}

table.headertable {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 160px;
	}
	
td.headerpadding {
	padding-bottom: 5px;
	}

td.menuspacer {
	width: 2px;
	background-color: #ffffff;
	}

td.contentpadding {
	padding: 20px;
	}
	
td.columnleftbg {
	background-color: #FEE6ED;
	}
	
td.infoBoxPadding {
	padding-left: 15px;
	padding-bottom: 15px;
	}
	
td.infoheading {
	background-image: url(images/customerservice.jpg);
	background-repeat: no-repeat;
	height: 60px;
	}

td.catheading {
	background-image: url(images/products.jpg);
	background-repeat: no-repeat;
	height: 38px;
	}

td.searchheading {
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	height: 36px;
	}

a.catlink:link, a.catlink:visited {
	font-family: Verdana;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	}	

a.catlink:hover {
	text-decoration: underline;
	}

/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: arial; font-size: 10px; }
.errorBox { font-family : arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : arial; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : arial; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: url(images/bg.jpg);
  color: #333333;
	margin-top: 10px;
}

A {
  color: #F96A95;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: arial;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, arial;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, arial;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #F96A95;
}

TD.footer, td.footer a:link, td.footer a:visited {
  font-family: arial;
  font-size: 10px;
  background: #F96A95;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
  font-family: arial;
  font-size: 10px;
}

.infoBoxNotice {
}

.infoBoxNoticeContents {
  font-family: arial;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  color: #333333;
}

TD.infoBox, SPAN.infoBox {
  font-family: arial;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FEE6ED;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #F96A95;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: arial;
  font-size: 10px;
  background: #F96A95;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: arial;
  font-size: 10px;
}

A.pageResults {
}

A.pageResults:hover {
}

TD.pageHeading, DIV.pageHeading {
  font-family: Century Gothic;
  font-size: 16px;
  color: #FCBBCF;
  font-weight: bold;
  
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: arial;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, p, td, ul, ol, li {
  font-family: arial;
  font-size: 13px;
  line-height: 1.3;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: arial;
  font-size: 11px;
}

TD.accountCategory {
  font-family: arial;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: arial;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: arial;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: arial;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: arial;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: arial; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: arial; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: arial; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: arial; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: arial; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: arial; font-size: 10px; color: #ff0000; }

.freeship{
 font-family: arial;
 font-size: 10px;
 font-weight: bold;
 color: #ff0000;
 text-decoration: none;
 }
 .freeship2{
 font-family: arial;
 font-size: 10px;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
 }
 
.catdescript {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.imgleft {
        float: left;
        margin-right: 10px;
        }
		
.imagesBoxContents {
  font-family: arial;
  font-size: 10px;
}
/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #F96A95;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  background: #F96A95;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  padding: 4px;
  font-family: arial;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #ffffff;
}

TR.linkListing-even {
  background: #FEE6ED;
}
/* VJ Links Manager v1.00 end */

.mainpagelinks, A.mainpagelinks{
font-family:Century Gothic;
font-size:14px;
color:#000000;
text-decortion:none;
}
A.mainpagelinks:hover{
text-decortion:underline;
}
.mainli{
font-family:Century Gothic;
font-size:12px;
color:#F96A95;
}
.catdescript {
 font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #850A0A;
font-weight: bold;
text-decoration: none;
}
.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
    overflow: hidden;
	background-color: navy;
	padding-left: 5px;}
}