/*
  $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
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color:#519791;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 80%; }
.errorBox { font-size : 100%; background: #000; color: #519791; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 100%; color: #519791; text-decoration: underline; }

#frame {
	width:745px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}
#interframe {
	width:745px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	border-width: 1px;
	border-style: solid;
	border-color: #97CBC7;
}
#headertop {
	width:745px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}
#headerbottom {
	width:735px;
	margin-right:auto;
	margin-left:auto;
	padding:5px;
	text-align:center;
}

#container {
	width:735px;
	margin-right:auto;
	margin-left:auto;
	padding:5px;
	text-align:left;
}
#containershop {
	width:735px;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
	text-align:left;
}

#shopleft {
	width:139px;
	margin-right:5px;
	margin-top:10px;
	padding:5px;
	text-align:left;
	float:left;
	background-color: #deeced;
}
#shopleft ul{
list-style: none;
margin:0;
padding:0px 0px 15px 0px;
float:left;
}
#shopleft li{
padding:0px 0px 2px 0px;
margin:0;
}
#shopleft a, #shopleft a:visited {
color: #519791;
text-decoration:none;
}
#shopleft a:hover, #shopleft a:active {
color: #e6289f;
text-decoration:none;
}
#shopleft2 {
	width:150px;
	margin-right:auto;
	margin-left:auto;
	padding:5px;
	text-align:left;
	background-color:#ffffff;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #519791;
}

#shopright {
	width:555px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:5px;
	text-align:left;
	float:right;
}

#contactleft {
	width:372px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	float:left;
}
#contactright {
	width:363px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	float:right;
}

#footer {
	width: 735px;
	padding:5px;
	background-color: #FFFFFF;
	text-align:center;
	margin-top:5px;
	font-size: 90%;
}
.fixcenter {
  width: 778px;
  border: solid; border-width: 1px;
  background: #ffffff;
  color: #ffffff;
  margin: auto;
  margin-top: 20px;
  text-align: left;
}

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

A:hover {
  color: #519791;
  text-decoration: underline;
}
a.otherlink {
  color: #519791;
  text-decoration: underline;
}
FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #000000; 
  font-size: 100%;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 100%;
  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: 100%;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #519791;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}

.contentBox {
  background: #519791;
}

TD.contentBoxHeading {
  font-size: 100%;
  font-weight: bold;
  background: #ffffff;
  color: #519791;
  border-top: 1px solid #519791;
  border-left: 1px solid #519791;
  border-right: 1px solid #519791;
}

.contentBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  color: #519791;
}


.BestSellersBox {
  background: #b6b7cb;
}
TD.BestSellersBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.BestSellersBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.CategoriesBox {
  background: #b6b7cb;
}
TD.CategoriesBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.CategoriesBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.CurrenciesBox {
  background: #b6b7cb;
}
TD.CurrenciesBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.CurrenciesBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.InformationBox {
  background: #b6b7cb;
}
TD.InformationBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.InformationBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.LanguagesBox {
  background: #b6b7cb;
}
TD.LanguagesBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.LanguagesBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.ManufacturerInfoBox {
  background: #b6b7cb;
}
TD.ManufacturerInfoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ManufacturerInfoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.ManufacturersBox {
  background: #b6b7cb;
}
TD.ManufacturersBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ManufacturersBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.OrderHistoryBox {
  background: #b6b7cb;
}
TD.OrderHistoryBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.OrderHistoryBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.ProductNotificationsBox {
  background: #b6b7cb;
}
TD.ProductNotificationsBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ProductNotificationsBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.ReviewsBox {
  background: #b6b7cb;
}
TD.ReviewsBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.ReviewsBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.SearchBox {
  background: #b6b7cb;
}
TD.SearchBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.SearchBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.ShoppingCartBox {
  background: #519791;
}
TD.ShoppingCartBoxHeading {
  font-size: 100%;
  font-weight: bold;
  background: #deeced;
  color: #519791;
  border-top: 1px solid #519791;
  border-left: 1px solid #519791;
  border-right: 1px solid #519791;
}
.ShoppingCartBoxContents {
  background: #deeced;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  color: #519791;
}


.SpecialsBox {
  background: #519791;
}
TD.SpecialsBoxHeading {
  font-size: 100%;
  font-weight: bold;
  background: #ffffff;
  color: #519791;
  border-top: 1px solid #519791;
  border-left: 1px solid #519791;
  border-right: 1px solid #519791;
}
.SpecialsBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  color: #519791;
}

.TellaFriendBox {
  background: #b6b7cb;
}
TD.TellaFriendBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.TellaFriendBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}


.WhatsNewBox {
  background: #b6b7cb;
}
TD.WhatsNewBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.WhatsNewBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  background: #ffffff;
  color: #519791;
  font-weight: bold;
  border: 1px solid #519791;
}

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

A.pageResults {
  color: #519791;
}

A.pageResults:hover {
  color: #519791;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 125%;
  font-weight: bold;
  color: #519791;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  color: #ffffff;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
}
.main {
  font-size: 100%;
}

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

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO {
  font-family: Verdana, Arial, sans-serif;
  font-size: 90%;
  background-color: #ffffff;
  color: #000000;
}
SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 90%;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #519791;
}
.cellborder {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #519791;
}
.inputbutton { 
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #519791;
}
.cellborder2 {
  color: #519791;
  font-weight: bold;
  background-color: #000000;
  border: 1px solid #519791;
}
TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 90%;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  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: 100%;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 100%;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #519791;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 80%; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 80%; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 90%; color: #ffffff;}
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 90%; color: #ffffff; background-color: #519791; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 90%; background-color: #519791; color: #ffffff; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 80%; color:#E6289F; }

.cssButton {
  background: #f0f0ff;
  color: #000080;
  width: 100px;
  height: 20px;
  vertical-align: top;
  font-weight: normal;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 100%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 1px;
  border-style: solid;
  border-color: #000080;
  border-spacing: 1px;
}

#thecategories a:hover {
	background-color: #eeeeee;
	color: #000000;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 140px;
}

.activelink {
	display: block;
	font-weight: bold;
}

#thecategories a {
	display: block;
	padding-bottom: 7px;
	padding-top: 3px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

.topcat a {
padding-left: 0px;
font-weight: bold;
}

.secondcat a {
	padding-left: 10px;
}

.thirdcat a {
	padding-left: 15px;
}

.fourthcat a {
	padding-left: 20px;
}

.fifthcat a {
	padding-left: 25px;
}
TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 90%;
  line-height: 1.5;
}
h1 {
color:#e6289f;
font-size:110%;
}
a.mainnavhome:link {
	font-size: 110%;
	font-weight: bold;
	color: #6eafb1;
	text-decoration: underline;
}
a.mainnavhome:visited {
	font-size: 110%;
	font-weight: bold;
	color: #6eafb1;
	text-decoration: underline;
}
a.mainnavhome:hover {
	font-size: 110%;
	font-weight: bold;
	color: #E6289F;
	text-decoration: underline;
}
a.mainnavhome:active {
	font-size: 110%;
	font-weight: bold;
	color: #6eafb1;
	text-decoration: underline;
}
a.mainnavsm:link {
	color: #519791;
	text-decoration: underline;
}
a.mainnavsm:visited {
	color: #519791;
	text-decoration: underline;
}
a.mainnavsm:hover {
	color: #E6289F;
	text-decoration: underline;
}
a.mainnavsm:active {
	color: #519791;
	text-decoration: underline;
}
.whitetext {
color:#ffffff;
size: 90%
}.nav:link {
	color: #E6289F;
	text-decoration: none;
	font-weight: bold;
}
.nav:visited {
	color: #E6289F;
	text-decoration: none;
	font-weight: bold;
}
.nav:hover {
	color: #51979A;
	text-decoration: none;
	font-weight: bold;
}
.nav:active {
	color: #E6289F;
	text-decoration: none;
	font-weight: bold;
}
a.mainnav:link {
	font-weight: bold;
	color: #6eafb1;
	text-decoration: underline;
}
a.mainnav:visited {

	font-weight: bold;
	color: #6eafb1;
	text-decoration: underline;
}
a.mainnav:hover {
	font-weight: bold;
	color: #E6289F;
	text-decoration: underline;
}
a.mainnav:active {


	font-weight: bold;
	color: #6eafb1;
	text-decoration: underline;
}
.border {
	border: 1px solid #519791;
}
.picleft {
float:left;
padding: 0px 5px 0px 0px;
}
.vsmalltext {
color: #ffffff;
font-size: 10%;
}