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



.boxText {font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; padding-right: 10px; padding-left: 10px; }
.errorBox { font-family : "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10px; background: #D3EDF3; font-weight: bold; }
.stockWarning { font-family : "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10px; color: #666666; }

.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10px; color: #58A3C9; text-decoration: underline; }

BODY {
	color: #666666;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}

A {
  color: #58A3C9;
  text-decoration: none;
  font-size: 14px;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #F3A139;
  color: #F3A139;
  font-weight : normal;
}

A.headerNavigation {
	color: #58A3C9;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

A.headerNavigation:hover {
	color: #58A3C9;
	text-decoration: underline;
}

TR.headerError {
  background: #58A3C9;
}

TD.headerError {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #58A3C9;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #FFFFFF;
}

TD.headerInfo {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #808284;
}

TD.footer {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #808284;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	border:1px dotted #58A3C9;
}

.infoBoxContents {
	background: #fff;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.infoBoxNotice {
  background: #FFFFFF;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F3A139;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, 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 {

}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}

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

.productListing-heading {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

TD.productListing-data {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	vertical-align: top;

}

A.pageResults {
  color: #58A3C9;
}

A.pageResults:hover {
  color: #58A3C9;
  background: #000000;
}

TD.pageHeading, DIV.pageHeading {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F3A139;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
}
TD.price {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #4493C5;
}

TR.subBar {
  background: #FFFFFF;
}

TD.subBar {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #999; 	
  }
  
  
TD.main3, P.main3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #999; 	
  }  
  
.main a:active,  .main a:visited, .main a:link{
  font-size: 12px;
  color: #58A3C9; 	
  } 
  
.main a:hover {
  text-decoration: underline; 	
  }   

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
}

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

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

TD.tableHeading {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #58A3C9;
}

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

TEXTAREA {
  width: 100%;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #58A3C9;
}

SPAN.errorText {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #58A3C9;
}

.moduleRow { }
.moduleRowOver { background-color: #E9F6F9; cursor: pointer; }
.moduleRowSelected { background-color: #CCEAF1; }

.checkoutBarFrom, .checkoutBarTo { font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #808284; }
.checkoutBarCurrent { font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #C5E7EF; }
.messageStackSuccess { font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #C5E7EF; }

/* input requirement */

.inputRequirement { font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #58A3C9; }
#outercontainer {
	width: 984px;
	position: relative;
	text-align: left;
	margin: 25px auto 0 auto;
}
#headcontainer {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 215px;
	width: 984px;
}

#footcontainer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 158px;
	width: 984px;
	padding-top: 50px;
}

#maincontainer {
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	width: 984px;
}

#logocontainer {
	position: absolute;
	height: 225px;
	width: 284px;
	margin-left: 30px;
	float: left;
}

#searchcontainer {
	position: absolute;
	height: 30px;
	width: 214px;
	margin-left: 70px;
	float: right;
	left: 667px;
	top: 53px;
	text-align: right;
}


#outercontainer #maincontainer td {
	vertical-align: top;
}
#outercontainer #headcontainer table {
	float: right;
	margin-top: 50px;
	margin-left: 305px;
	margin-right: 30px;
}

#outercontainer #footcontainer td {
	text-align: center;
}



.TDblueboxtop {
	background-image: url(images/blue-box_top.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 900px;

}
.TDblueboxmid {
	background-image: url(images/blue-box_mid.gif);
	background-repeat: repeat-y;
	width: 900px;
	
}
.TDblueboxbottom {
	background-image: url(images/blue-box_bot.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 900px;

}

.TDfooter {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C3C3C3;
	padding-top: 10px;
	padding-left: 10px;
}
.TDfooter a{
	color: #58A3C9;
}
.TDlogin {
	font-size: 12px;
}
.plainBox {
	border: 0px;
	border-style: solid;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}


hr {
   border:0px; border-top:1px dotted #58A3C9; height:0px;
}	
.category {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #DF006A;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 35px;
}


.category a:hover{
	color: #DF006A;
	text-decoration: underline;	
}


.subcategory {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	color: #58A3C9;
	padding-left: 35px;

}
.TDnavpad {
	padding-top: 40px;
}
.cartbox {
	border: 1px solid #C3C3C3;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 24px;
	width: 172px;
	text-align: left;
	padding-left: 10px;
}
.inputsearch {
	background-color: #E7F2F8;
	border: 1px solid #58A3C9;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding: 3px 0 3px 5px;
	color: #58A3C9;
}
.friendBox {
	vertical-align: bottom;
	height: 25px;
}

.leftpad {
	padding-left: 10px;
	padding-top: 0px;
	}
TD.main2, P.main2 {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-right: 10px;
}

h1 { 

	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F3A139;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
}



h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}
TD.plainText, SPAN.plainText, P.plainText {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.dottedline {
	background-image: url(images/dotted-line.gif);
	background-repeat: repeat-y;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.copyright a, .copyright a:active, .copyright a:visited{
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}

.copyright a:hover{
	
	text-decoration: none;
}

/* Start of the new product listing & product info pages */
.pagelisting2 {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #58A3C9;
  padding-top: 20px;
}

.pagelisting2 a {
  font-size: 16px;
  font-weight: bold;
  color: #58A3C9;
  text-decoration: none;
 
}


.price2 {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  padding: 20px 0 20px 0;
}

.description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #999; 	
  padding-right: 20px;
}


TD.maintop {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight:bold;
}

TD.mains {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  font-weight:bold;
}

TD.mainsred {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:red;
  line-height: 1.5;
  font-weight:bold;
}

/* End of new product listing & product info pages */
