/*
  $Id: stylesheet.css
*/

.boxText { font-family: Verdana, Tahoma, Arial; font-size: 10px; color: #555555; font-weight : normal; }
.xsmallText { font-family: Tahoma, Arial; font-size: 11px; color: #111111; }
.errorBox { font-family : MS Reference Sans Serif, Verdana, Tahoma, Arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : MS Reference Sans Serif, Verdana, Tahoma, Arial; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : MS Reference Sans Serif, Verdana, Tahoma, Arial; font-size : 10px; color: #60BD95; text-decoration: underline; }

h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #666666;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 color: #666666;
}

BODY {
  background: #C7ECF7;
  color: #666666;
  margin: 0px;
}

A {
  color: #666666;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

.headerInfo {
  font-family: MS Reference Sans Serif, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #4E876F;
  font-weight: 500;
}

A.headerInfo { 
  color: #4E876F;
  font-weight: 500;
  text-decoration: none; 
}

A.headerInfo:hover {
  color: #34765A;
  font-weight: 500;
  text-decoration: underline;
}


.Breadcrumb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #444444;
  font-weight: 500;
}

TD.Breadcrumb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #444444;
  font-weight : 500;
  text-antialiasing: false;
}

A.Breadcrumb { 
  font-family: Verdana, Arial, sans-serif;
  color: #2879A6;
  text-antialiasing: false; 
  text-decoration: underline;
}

A.Breadcrumb:hover {
  font-family: Verdana, Arial, sans-serif;
  color: #2879A6;
  text-antialiasing: false;
  text-decoration: underline;
}


.headerNavigation {
  font-family: MS Reference Sans Serif, Verdana, Tahoma, Arial;
  font-size: 8px;
  color: #AFFF00;
  font-weight: 500;
  letter-spacing: 0;
  text-antialiasing: false;
  text-transform: uppercase;
}

A.headerNavigation { 
  color: #AFFF00;
  text-decoration: none; 
}

A.headerNavigation:hover {
  color: #AFFF00;
  text-decoration: none;
}

TR.headerError {
  background: #FF8400;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FF8400;
  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;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}
.bottomBoxContents {
  background: #FEF6FD;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBox {
 background: #E2E2E2;
 }

.infoBoxContents {
  background: #ffffff;
  font-family: Tahoma, 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: Microsoft Sans Serif, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2879A6;
  background-image: url(images/template/specs_bg.gif);
}

A.infoBoxHeading, A.infoBoxHeading:hover {
  font-family: Microsoft Sans Serif, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #2879A6;
  text-decoration: none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, 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: #ffffff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #E2E2E2;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: MS Reference Sans Serif, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #2879A6;
}

TABLE.pageHeading {
  background-image: url(images/template/pageheader_bar.gif);
  background-repeat:no-repeat;
  width: 595;
  height: 24;
  font-family: Tahoma, MS Reference Sans Serif, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-antialiasing: false;
  color: #ffffff;
}
TD.productListing-data {
  font-family: MS Reference Sans Serif, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #2879A6;
}

A.pageResults {
  color: #444444;
}

A.pageResults:hover {
  color: #2879A6;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Microsoft Sans Serif, Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #2879A6;
}

A.sidemenu {
  color: #444444;
  font-weight : normal;
  text-decoration: none; 
}

A.sidemenu:hover {
  color: #000000;
  font-weight : normal;
  text-decoration: none;
}
span.sidemenu_active {
  color: #FF8400;
  font-weight : normal;
  text-decoration: none; 
}

SPAN.sidemenu, TD.sidemenu {
  font-family: MS Reference Sans Serif, Verdana, Tahoma, Arial;
  font-size: 11px;
}

TD.main, P, P.main {
  font-family: MS Reference Sans Serif, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #444444;
  line-height: 1.5;
  text-antialiasing: false;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: MS Reference Sans Serif, 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: normal;
  color: #3333FF;
}

SPAN.newItemInCart {
  font-family: MS Reference Sans Serif, Verdana, Tahoma, Arial;
  font-size: 11px;
  color: #FF8400;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
}

INPUT.search {
	font-family: Verdana, Arial, sans-serif;
  	font-size: 9px;
  	height: 23;
	color: #333333;
	background-image: url('images/template/input_field_bg.gif');
	background-position:top;
	background-repeat:repeat-x;
	border-color: #FFFFFF;
	border-style: solid;
  	border-width: 1px;
	line-height: 2;
} 

INPUT.inputBackground {
	font-family: Verdana, Arial, sans-serif;
  	font-size: 9px;
  	width:110;
  	height: 21;
	color: #333333;
	background-image: url('images/template/input_field.gif');
	background-repeat:repeat-x;
	border-width: 0px;
	line-height: 2;
} 

TD.inputLeft {
	background-image: url('images/template/input_left.gif');
	height: 21;
	width: 4;
	background-repeat:no-repeat;
}

TD.inputRight {
	background-image: url('images/template/input_right.gif');
	height: 21;
	width: 4;
	background-repeat:no-repeat;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

SPAN.markProductOutOfStock {
  font-family: MS Reference Sans Serif, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, MS Reference Sans Serif, Arial, sans-serif;
  font-size: 11px;
  color: #55AC00;
  font-weight: 600;
  text-antialiasing: false;
}
SPAN.productMSRP_Price {
  font-family: Verdana, MS Reference Sans Serif, Arial, sans-serif;
  font-size: 11px;
  color: #444444;
  font-weight: 600;
  text-antialiasing: false;
}


SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #FF8400;
}

.moduleRow { }
.moduleRowOver { background-color: #F9F9FD; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #F9F9FD; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #333333; 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; color: #FF8400; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #55AC00; }


/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF8400; }
