/*
  $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

  Updated by  TemplateShopper.com November 2003 for AAbox .com
*/
.boxText {
        font-family: Arial, sans-serif;
        font-size: 11px;
        color:#9999cc;

}
A.boxText { color: #9999cc; }
A.boxText:hover {
     color: #fe659b;
/*     background-image: url(../../images/menu_bg.gif);
     background-position-top : 0px;
     background-position-left : 0px;
	 position : absolute;*/
}
.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: #70d250; text-decoration: underline; }

BODY {
        color: #4A3126;
        background : #ffffff;
  
margin-top: 20px;
        margin-bottom : auto;
        margin-left : 20px;
        margin-right : auto;
        

		text-align: left;
        background-image : url(../../images/polka-dots.jpg);
}
/*#wrapper { margin: 20px auto 0; text-align: left; width: 864px; }
*/
A {
  color: #fe7aa2;
  text-decoration: none;
}

A:hover {
  color: #9999cc;
  text-decoration: none;
}

FORM {
        display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /*background: #bbc3d3;*/
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #9999cc;
  font-weight : normal;
}

A.headerNavigation {
  color: #9999cc;
}

A.headerNavigation:hover {
  color: #fe659b;
}

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;
}

TR.footer {
 /* background: #bbc3d3;*/
 background-image : url(../../images/footer_bg.gif);
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: normal;
  padding-top : 2px;
  padding-bottom : 2px;
  text-align: center;
}

A.footer {
  color: #4e4e4e;
}

A.footer:hover {
  color: #000000;
}

TD.footer2 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #330000;
  font-weight: normal;
  padding-top : 2px;
  padding-bottom : 2px;
}

.infoBox {
  /*background: #b6b7cb;*/
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-color: #493125;
  border-style: solid;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #fe7aa2;
/*  background-image : url(../../images/left_nav_bg.gif);*/
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: 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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

DIV.productListing2 {
  border: 2px;
  border-style: solid;
  border-color: #b7afea;
  border-spacing: 0px;
  width: 300px;
  height: 300px;
}

TABLE.productListing3 {
  border: 2px;
  border-style: solid;
  border-color: #b7afea;
  border-spacing: 1px;
  width: 152px;
  height: 152px;
}

TD.productListing3 {
  width: 150px;
  height: 150px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  color: #330000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.modelColor {
  color: #9999cc;
}

.priceColor {
  color: #990066;
}

TD.pageResults {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #9999cc;
}

A.pageResults {
  color: #990066;
}

A.pageResults:hover {
  color: #9999cc;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fe7aa2;
}
TD.pageHeading h1, DIV.pageHeading h1 {
	padding: 0;
	margin: 0;
	font-size: 15px;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #777777;
}


A.main:hover {
  color: #999999;
  text-decoration: underline;
}

A.main {
  color: #330000;
  text-decoration: none;
}


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

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

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

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

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

TD.category_desc {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

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

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

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #ffffff;
  border-color: #330000;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: 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: Arial, sans-serif;
  color: #ff0000;
}

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

HR {
  color: #493125;
  height: 1pt;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* 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; }

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #4A3126;
        line-height: 15px;
        margin-right: 15px;
        margin-left: 15px;
}


.inputSearchText {
        font-family: Arial, sans-serif;
        font-size: 9px;
        background-color: #beeefe;
       /* background-image : url(../../images/search_box2.gif); */
        border: 1px;
        border-style: solid;
        border-color: #ffffff;

}

.inputSignupText {
        font-family: Arial, sans-serif;
        font-size: 10px;
      /*  background-image : url(../../images/search_box2.gif); */
        border: 0px;
        height: 18px;

}

.signup_textbox {
  font-family:Arial, sans-serif;
  font-size:10px; 
  color : #330000;
  height: 18px;
  border: 0px;
}

.searchBox {
        border: 1px;
        border-style: solid;
        border-color: #ffffff;
        border-spacing: 1px;
        width : 143px;
        height : 16px;
}

.searchBox2 {
        position : relative;
}

.searchBox2a {
        position : absolute;
        width : 208px;
        height : 16px;
        left : 20px;
        top : 1px;
}

.signupBox {
        border: 1px;
        border-style: solid;
        border-color: #330000;
        border-spacing: 1px;
        width : 190px;
        height : 20px;
        position : absolute;
        left : 11px;
        top : 0px;
}

.mainPage {
        position : absolute;
        left : -20px;
        top : -25px;
        padding-bottom: 20px;

}
.mainPage td img { border-bottom: 5px solid #8f96cd; }
#homepage_intro { padding-top: 20px; color: #483d41; }
	#homepage_intro p { }

.mainPage2 {
        position : relative;
        width:682px;
        height:480px;
}

.category_top {
        padding-top : 1px;
        padding-bottom : 1px;
        width : 132px;
		font-weight: bold;
}

H2 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #330000;

}

.designerNames {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  color: #ffffff;
}


TD.manufacturerName, DIV.manufacturerName {
  font-family: Century Gothic, helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #663300;
}


TD.productName, DIV.productName {
  font-family: Century Gothic, helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #bb2ea1;
}


TD.productPrice, DIV.productPrice {
  font-family: Century Gothic, helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #b7afeb;
}

TD.productModel, DIV.productModel {
  font-family: Century Gothic, helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #777777;
}


.menubox {
        background-color: #bfeefe;
}
