/*
$Id: stylesheet.css 3 2006-05-27 04:59:07Z user $

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

  Copyright 2006 osCMax

  Released under the GNU General Public License
*/

body {				/*main page setup with no margins*/
	margin:0px;
	padding:0px;
	background-color:#bcbdbf;
	
}
.stdtxt {

	font-family:Arial;
	font-size: 12px;
}

.heading1	{
	font-weight:bold;
	font-size:14px;
	color:#FF0000;
	font-family: Arial;
}
.subheading	{
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	}

#mainpage		/* setup background*/
{
background-image:url(templateimg/MacDev-2010_01.jpg);
background-repeat:repeat-x;
background-color:#bcbdbf;
margin:0px;
}

#content
{
background-color:#FFFFFF;
margin-top:0px;
padding:0px;
height:100%;
}

#lpgborder    /* left page border image */
{
background-image:url(templateimg/MacDev-2010extra_08.jpg);
background-repeat:repeat-y;
/*background-repeat:no-repeat;*/
background-color:bcbdbf;
}

#rpgborder    /* right page border image */
{
background-image:url(templateimg/MacDev-2010extra_09.jpg);
background-repeat:repeat-y;
background-color:bcbdbf;
margin-left:0;
}

#footerimg   /*footer image*/
{
background-image:url(templateimg/MacDev-2010_08.jpg);
background-repeat:no-repeat;
}

#footerlink
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
margin-left:40px;
margin-top:15px;
float:left;
}

#copyright
{
	font-family:
	font-size:12px;
	color:#666666;
	float:right;
	margin-right:135px;
	margin-top:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Navigation */


#homebut
{
  display: block;  /* block element to give width and height*/
  width: 53px;
  height: 38px;
  background: url("templateimg/navigation/homebut.jpg") no-repeat 0 0;
  float:left;
}
#homebut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#homebut span
{  display: none; /* hide text link */}

#prodbut
{
  display: block;  /* block element to give width and height*/
  width: 72px;
  height: 38px;
  background: url("templateimg/navigation/prodbut.jpg") no-repeat 0 0;
  float:left;
}
#prodbut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#prodbut span
{
  display: none; /* hide text link */
}

#suppbut
{
  display: block;  /* block element to give width and height*/
  width: 67px;
  height: 38px;
  background: url("templateimg/navigation/suppbut.jpg") no-repeat 0 0;
  float:left;
}
#suppbut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#suppbut span
{
  display: none; /* hide text link */
}


#newsbut
{
  display: block;  /* block element to give width and height*/
  width: 51px;
  height: 38px;
  background: url("templateimg/navigation/newsbut.jpg") no-repeat 0 0;
  float:left;
}
#newsbut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#newsbut span
{
  display: none; /* hide text link */
}


#companybut
{
  display: block;  /* block element to give width and height*/
  width: 71px;
  height: 38px;
  background: url("templateimg/navigation/companybut.jpg") no-repeat 0 0;
  float:left;
}
#companybut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#companybut span
{
  display: none; /* hide text link */
}

#dealerbut
{
  display: block;  /* block element to give width and height*/
  width: 63px;
  height: 38px;
  background: url("templateimg/navigation/dealerbut.jpg") no-repeat 0 0;
  float:left;
}
#dealerbut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#dealerbut span
{
  display: none; /* hide text link */
}


#storebut
{
  display: block;  /* block element to give width and height*/
  width: 99px;
  height: 38px;
  background: url("templateimg/navigation/storebut.jpg") no-repeat 0 0;
  float:left;
}
#storebut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#storebut span
{
  display: none; /* hide text link */
}

/* --- end nav --- */
#mainpage #content {
	vertical-align: top;
}








.boxText { font:Arial; font-size: 10px; }
.errorBox { font:Arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font:Arial; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font:Arial; font-size : 10px; color: #70d250; text-decoration: underline; }


A {
  color: #000000;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #b9b9b9;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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

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

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  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: #b9b9b9;
  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: #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: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

/* BOF: PGM Restyled Message Boxes */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height:1.5; background-color: #ffe6e6; border:solid 1px #ff8e90; padding:5px; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height:1.5; background-color:#CCFFCC; border:solid 1px #006600; padding:5px; }
.messageStackAlert{ font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height:1.5; background-color:#FFFF99; border:solid 1px #FFCC00; padding:5px; }
/* EOF: PGM Restyled Message Boxes */

/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* Small Ajax-throbber image */
#indicator {
    float:right;
    visibility:hidden;
}
#category_desc {
font:arial;
}