/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #9428B2; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #2B016F;
  text-decoration: none;
}

A:hover {
  color: #2B016F;
  text-decoration: underline;
}

FORM {
	display: inline;
}

.header {
  background:url(images/headerbg.jpg) no-repeat top center;
  height:273px;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #9428B2;
  font-size:14px;
  text-decoration:none;
}

A.headerNavigation:hover {
  color: #9428B2;
  font-size:14px;
  text-decoration:underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

div.footer {
	border-top:2px solid #0187E6;
	border-bottom:2px solid #00B3FE;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000;
}
.footer a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000;
}

.infoBox {
  background: #9428B2;
}

.infoBoxContents {
  background:#F4E3F9;
  font-family: Verdana;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #9428B2;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: #B2DDE6;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #2B016F;

}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #5464F5;
  color: #FFFFFF;
  font-weight: bold;
  padding:2px;
}
.productListing-heading:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  padding:2px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  border:1px solid #2B016F;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading, H1.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #9428B2;
  text-align:center;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  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, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #5464F5; color:#FFFFFF; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #5464F5; color:#FFFFFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #2B016F; font-weight:bold; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.categorytop
{
	width:200px;
	height:25px;
	background:url(images/categorytop.jpg) no-repeat center bottom;
}
.categorymiddle
{
	background:url(images/categorybg.jpg) repeat-y left;
}
.categorybottom
{
	width:200px;
	height:12px;
	background:url(images/categorybottom.jpg) no-repeat center top;
}
.maincategorybg
{
	background:#5464F5;
	height:25px;
	margin-left:3px;
	text-align:center;
	padding-top:2px;
}
.maincategorybg a
{
	color:#FFFFFF;
	font-size:18px;
}
.maincategorybg a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}
.subcategorybg
{
	height:18px;
	margin-left:3px;
	text-align:left;
	padding-top:2px;
	margin-left:70px;
}
.subcategorybg a
{
	color:#2B016F;
	font-size:14px;
	font-weight:bold;
}
.subcategorybg a:hover
{
	text-decoration:underline;
	color:#2B016F;
	font-weight:bold;
}
.subarticlebg
{
	height:18px;
	margin-left:3px;
	text-align:left;
	padding-top:2px;
	margin-left:15px;
}
.subarticlebg a
{
	color:#2B016F;
	font-size:14px;
	font-weight:bold;
}
.subarticlebg a:hover
{
	text-decoration:underline;
	color:#2B016F;
	font-weight:bold;
}

.topmenulinks
{
	color:#014760;
	font-size:12px;
	padding-top:5px;
	padding-right:10px;
	text-align:right;
	height:40px;
}
.topmenulinks a
{
	color:#014760;
	font-size:14px;
}
.topmenulinks a:hover
{
	text-decoration:underline;
	color:#014760;
}
.textseperator
{
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}
.search
{
	background:url(images/search.jpg) no-repeat top center;
	width:194px;
	height:22px;
	text-align:right;
	margin-left:5px;
	float:left;
	vertical-align:middle;
}
.topicons
{
	float:left;
	vertical-align:middle;
	width:727px;
	text-align:right;
}
.headerrightpadd
{
	padding-right:20px;
}
.phonenumber
{
	color:#ffffff;
}
.middlepart
{
	text-align:center;
	padding-left:40px;
}
.hometitle
{
	color:#860BBB;
	font-weight:bold;
}
.featuredgraphics
{
	float:left;
	width:312px;
}
.welcometext
{
	float:left;
	font-weight:bold;
	width:200px;
	padding-left:10px;
}
.catbg
{
	background:url(images/catbg.jpg) no-repeat top center;
	height:151px;
	color:#ffffff;
	font-size:14px;
	font-family:verdana;
	margin-bottom:10px;
}
.productListing-image
{
	width:10% !important;
}
.productListing-buynow
{
	width:17% !important;
}
.productListing-price
{
	width:5% !important;
	color:#9428B2;
	font-size:16px!important;
	font-weight:bold;
}
input
{
	border:1px #9428B2 solid;
}
.subtotal
{
	color:#FF0000;
	font-size:16px;
}
.loginHeading
{
	color:#9428B2;
font-family:Verdana,Arial,sans-serif;
font-size:20px;
font-weight:bold;

}
/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/
.clearancebg
{
	background:url(images/clearance_bg.jpg) no-repeat top center;
	width:173px;
	height:216px;
	text-align:center;
	padding:5px;
	font-size:14px;
}
.sideboxtitle
{
	color:#AC0DDC !important;
	font-size:16px;
	font-weight:bold;
}
.sideboxttext
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
.articlebg
{
	background:url(images/box_article.gif) no-repeat top left;
}
.articlelistbg
{
	text-align:left;
	background:#B2DDE6;
border-bottom:5px #ffffff solid;
}
.articlelinks
{
	margin-left:60px;
	color:#2B016F;
	font-size:14px;
	font-weight:bold;
}
.articlelinks:hover
{
		margin-left:60px;
	text-decoration:underline;
	color:#2B016F;
	font-weight:bold;
}
.articlelinks a
{
	margin-left:60px;
	color:#2B016F;
	font-size:14px;
	font-weight:bold;
}
.articlelinks a:hover
{
	margin-left:60px;
	text-decoration:underline;
	color:#2B016F;
	font-weight:bold;
}
.blueboxtop
{
	width:128px;
	height:43px;
	background:url(images/bluebox_top.jpg) no-repeat top center;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.blueboxmiddle
{
	width:128px;
	border-left:1px #9B1ED4 solid;
	border-right:1px #9B1ED4 solid;
	padding-bottom:5px;
	padding-left:15px;
	height:90px;
}
.blueboxmiddle a
{
	font-size:14px;
	color:#333333;
	text-decoration:none;
}
.blueboxmiddle a:hover
{
	font-size:14px;
	color:#333333;
	text-decoration:underline;
}
.blueboxbottom
{
	width:128px;
	height:7px;
	background:url(images/bluebox_bottom.jpg) no-repeat top center;
}
.seealllink
{
	color:#0B6BA5!important;
	width:128px;
	border-left:1px #9B1ED4 solid;
	border-right:1px #9B1ED4 solid;
	padding-bottom:5px;
	padding-right:15px;
	text-align:right

}
.seealllink a
{
	color:#0B6BA5!important;
}
