body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 76%;
   color:#000;
   margin:0;
}

table {
	border-collapse:collapse; 
	border-spacing:0;
	}
th {
	text-align:left; 
	vertical-align:top;
	}
td { 
	vertical-align:top;
	}
 	   
h1 {
	font-size:180%;
  font-weight:normal;
	color:#f47321;
  margin-top:0;
	}
h2, .main h2 {
  font-size:110%;
  font-weight:normal;
	color:#f47321;
	}
h3 {
	font-size:100%;
	color:#f47321;
  margin-bottom:5px;
	}
	
p {
	margin-top:0;
	}
	
blockquote {
	font-style:italic;
	line-height:150%;
	margin:0;
	}

a, a:link,a:visited {
	color:#f47321;
	text-decoration:none;
	}
a:hover {
	color:#002d6a;
	}
a img {
	border:0;
	}
	
.lft {
	float:left;
	}	
.rgt {
	float:right;
	}

/* --------------------------------------------------------------------------- */

#site {
  width:870px;
  margin:0 auto;
  }


/* ------------ */


#header {
  width:835px;
  background: #000;
	color:#FFFFFF;
	padding:10px 5px 10px 30px;
  }
#header a {
  color: #fff;
  }
	
#breadcrumb {
	margin-bottom:10px;
	}
#breadcrumb td {
	background-color:#666;
	font-size:76%;
	color:#fff;
	padding:3px 5px 4px 5px;
	}


/* ------------ */


#content { 
  width:870px;
  position:relative;
  }
	
#colmid {
  padding:10px 30px;
	}

  .contactform label {
    display:block;
    width:100px;
    float:left;
    padding-top:2px;
    }
  .contactform input {
    margin:0 0 4px 0;  
    width: 380px;
    }

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 100%;
  font-family:Arial;
}

TEXTAREA {
  width: 380px;
  font-size: 100%;
  font-family:Arial;
}

.submit INPUT {
  float:right;
  width: 90px;
  font-size: 100%;
  margin:5px 64px 0 0;
  border:0;
}

#terms ol {padding:0; margin:0 0 15px 25px;}
#terms li li {list-style-type:lower-roman}
#terms li li li {list-style-type:lower-alpha}
#terms ol ol ol {padding:0; margin:0 0 0 25px;}


/* ------------ */

#payment {
  text-align:center;
	border:1px solid red;
	}

#footer {
  height:13px;
  background:#000;
  padding:3px 6px; 
  }
#footer p {
  font-size:80%;
  color:#fff;
  }
#footer a {
  color:#fff;
  }

#footer.subfooter {
  background:#bbc3d3;
  clear:both;
  }

	.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
	.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
	.xb1, .xb2, .xb3 {height:1px;}
	.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #ccc; border-right:1px solid #ccc;}
	.xb1 {margin:0 5px; background:#ccc;}
	.xb2 {margin:0 3px; border-width:0 2px;}
	.xb3 {margin:0 2px;}
	.xb4 {height:2px; margin:0 1px;}
	.xboxcontent {display:block; background:#fff; border:0 solid #ccc; border-width:0 1px; padding:5px; border-bottom:2px solid #fff;}




/* -------------- STORE ----------------- */

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 76%;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 76%;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}



.infoBox {
	margin-bottom:7px;
}

.description {
  padding:5px; 
	background-color:#EBEBEB;
	}


TD.infoBoxCorner {
  height:20px;
  background: #000;
  padding:0;
}
TD.infoBoxHeading {
  font-size: 76%;
  font-weight: bold;
  background: #000;
  color: #ffffff;  
  padding:3px 0 0 0;
}

.infoBoxContents {
  background: #fff;
  font-size: 76%;
	border:1px solid #000;
}
.border {
	border:1px solid #000 !important;
}
.noborder {
	border:0 !important;
}
#colmid .infoBoxContents {
  background: #F6F4F4;
  font-size: 76%;
	border:0;
}

.infoBoxNotice {
  background: #FF8E90;
}


.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 76%;
}

TD.infoBox, SPAN.infoBox {
  font-size: 76%;
}




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

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

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


.productListing-heading {
  font-size: 76%;
  background: #000;
  color: #FFFFFF;
  font-weight: bold;
  padding:2px 2px 4px 2px;
}
.productListing-heading a {
  color: #FFFFFF;
}


.productdesc {
  width:420px;
  background:#f7f8f9;
  padding:5px;
}


TD.productListing-data {
  font-size: 76%;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	font-size:140%;
  font-weight:normal;
	color:#f47321;
  margin-top:0;
}
TD.address {
  font-size:80%;
  font-weight:normal;
  color:#f47321;
  margin-top:0;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 76%;
  line-height: 1.5;
}

.infoBox .smallText {
  font-size: 90%;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-size: 71%;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

/* data table */
.dataTableHeadingRow { background-color: #f47321; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F2F1F0; }
.dataTableRowSelected { background-color: #E8E1DC; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000; }

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f47321;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

