/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

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

body {
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(images/header-bk.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincontent{
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 12px;
}
A {
  color: #000000;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}
#maincontent #page-head {
	color: #FFF;
	height: 100px;
	margin-bottom: 4px;
}
#maincontent #page-head #logo {
	float: left;

}
.headerNavigation {
	font-size: 13px;
	font-weight : bold;
/*	padding-right: 5px;
	padding-left: 5px;*/
}

A.headerNavigation {
	color: #000;
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	background: #c2d9c4;
	margin-bottom: 10px;
}

.infoBoxContents {
  background: #f8f8f9;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 12px;
}
A.infoBoxHeading , TD.infoBoxHeading{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #c2d9c4;
}

TD.infoBox, SPAN.infoBox {
  font-size: 12px;
}

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

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: #458149;
	border-spacing: 1px;
}

.productListing-heading {
	font-size: 12px;
	background: #458149;
	color: #FFFFFF;
	font-weight: bold;
}

TD.productListing-data {
	font-size: 14px;
	font-weight: bold;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	font-size: 18px;
	font-weight: bold;
	color: #1a481e;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 12px;
}

TD.categoryText, SPAN.categoryText, P.categoryText {
	font-size: 18px;
}


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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-size: 12px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  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: #1a491e; color:#FFF; cursor: pointer; cursor: hand; }
.moduleRowSelected {
	background-color: #c2d9c4;
}

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

/* message box */

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

/* input requirement */

.inputRequirement { font-size: 12px; color: #ff0000; }
#maincontent #page-head #contact {
	width: 480px;
	text-align: right;
	margin-left: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
#maincontent #page-head h2  {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maincontent #page-head h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
#maincontent #page-head #search-box {
	width: 480px;
	text-align: right;
	height: 30px;
	margin-left: 500px;
	padding-top: 10px;
}
#maincontent #page-head #search-box #search-title {
	float: right;
	padding-top: 3px;
	margin: 0px;
	padding-bottom: 0px;
}
#maincontent #page-head #search-box form #search-input  {
	float: right;
	margin: 0px;
	padding: 0px;
}
#maincontent #page-head #search-box form #search-submit  {
	float: right;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 0px;
}
#maincontent table tr td #menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ab19c;
	margin-top: 2px;
}

#maincontent table tr td #menu .menu-item {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9ab19c;
	height: 38px;
}
#maincontent #guides    {
	padding-left: 61px;
	margin-top: 25px;
	margin-bottom: 20px;
}

#maincontent #sidebar   {
	text-align: left;
	margin: 0px;
	background-color: #c2d9c4;
	/*	background-image: url(images/sidebar-bk.jpg);
	background-repeat: repeat-x;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
/*	font-size:12px;*/
}


#maincontent #sidebar .guides-list  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#maincontent #sidebar .guides-list ul {
	list-style-type: disc;
}
/*#maincontent #sidebar .guides-list ul li{
		margin: 0px;
	padding: 0px;

}*/
#maincontent #sidebar .guides-box  {
	padding-top: 3px;
	margin-bottom: 10px;
	padding-left: 0px;
}

#maincontent #sidebar .guides-img {
	margin: 0px;
	padding: 0px;

}

#maincontent #sidebar .guides-box h3 {
}

#maincontent #footer {
	background-image: url(images/footer-bk.jpg);
	background-repeat: repeat-x;
	height: 71px;
	width: 985px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	padding-top: 12px;
	margin-top: 20px;
}
#maincontent table tr td table tr td .mainphoto {
	border: 1px solid #000;
}
#maincontent #footer p a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#maincontent #footer p a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}

img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:block;
	margin:0;
}

#content {
	margin: 0px;
	padding: 0px;
}


#features{
		padding-top: 12px;
}

#frontpage-features{
	padding-left: 8px;
	padding-right: 8px;
	font-size:12px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#frontpage-features h3 {
	font-size:14px;
	color:#1a481e;
	margin: 0px;
	padding: 0px;
}

#frontpage-news{
	padding-left: 8px;
	padding-right: 8px;
	font-size:12px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#frontpage-news h3 {
	font-size:14px;
	color:#1a481e;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a.read-more {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.read-more:hover {
	text-decoration: underline;
}
#welcome {
	padding-top: 20px;
	padding-left: 0px;
	text-align: justify;
	font-size: 12px;
}

#content h2 {
	color:#1a481e;
	font-size:24px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#welcome h2{
	padding-left:0px;
	color:#000;
	font-size:22px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;

}

#maincontent #email-us {
	margin-left:63px;
}
#maincontent #banner {
	width: 985px;
}

#maincontent #banner #banner-left{
	float: left;
	height: 50px;
	width: 698px;
}

#maincontent #banner #head-nav {
	float: right;
	width: 275px;
	text-align: center;
	padding-top: 18px;
}

#maincontent #main-table {
	clear: both;
	padding-top: 5px;
}

#maincontent #copyright {
	font-size: 9px;
	text-align: center;
}
	
#category-menu {
	border: 3px solid #458149;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

