/*
  $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-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.errorBox { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #cc0033; }
.productsNotifications { background: #0099FF; }
.orderEdit { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #DF0000; text-decoration: underline; }

BODY {
	background-color: #ffe382;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

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

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

table, table td {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0;
}

#main-wrap {
	background-color:#2281b7;
	width:100%;
}

#main-inner {
	width: 900px;
}

#content-top td {
	background:url('images/beach-body-bg-top.gif') no-repeat center bottom;
	height: 25px;
}

#content {
	background:url('images/beach-body-bg-tile.gif') repeat-y center top;
	vertical-align:top;
	width: 100%;
	min-height:400px;
	height:400px;
}

#content-left {
	width: 30%;
	vertical-align: top;
	padding-left: 25px;
}

.side-nav {
	width: 80%;
	height: 225px;
	border: 0;
	/* background: #000000; */
}

.side-nav td {
	vertical-align: top;
}

.redMenu {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
.redMenu a:link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
.redMenu a:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
.redMenu a:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

.formfield {
	background-color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
}

FORM {
	display: inline;
}

TR.header {
	background: #ffffff;
}

TR.headerNavigation {
	background: #bbc3d3;
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ff0000;
	font-weight: bold;
}

A.headerNavigation {
	color: #ff0000;
}

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

TR.headerError {
	background: #ff0000;
}

TD.headerError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: #bbc3d3;
}

TD.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ff0000;
	font-weight: bold;
}

.infoBox table.infoBox {
	margin-top: 10px;
}

.infoBoxContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.infoBoxContents table {
	margin-bottom:15px;
}

.infoBoxNotice {
	background: #ff8e90;
}

.infoBoxNoticeContents {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/* background: #000000; */
	color: #000000;
	padding: 0 0 5px 10px;
}

.navblock {
	background: url('images/leftNavHead.jpg') top left no-repeat;
	padding: 12px 0 15px 5px;
}

TD.infoBox, SPAN.infoBox {
	font-family: 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 {
	background: #f8f8f9;
}

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

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

.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #b6b7cb;
	color: #000000;
	font-weight: bold;
}

TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
}

TD.productListing-data a:link {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}
TD.productListing-data a:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}
TD.productListing-data a:visited {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

TD.main, P.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.product-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	vertical-align: bottom;
}

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

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

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

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

SPAN.newItemInCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

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

TEXTAREA {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

SPAN.greetUser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}

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

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

SPAN.markProductOutOfStock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

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

SPAN.errorText {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
}
 
.moduleRow { }
.moduleRowOver { background-color: #0099FF; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #33CCFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #6c6c6c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; }
.emailSignUp { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; }

/* message box */
.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; color: #000000; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; color: #000000 }

/* input requirement */
.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

/* Class For Product_Display */
.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0a0a0a;
	font-weight: bold;
}
.smallGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0a0a0a;
	font-weight: normal;
}
.greyTab {
	background-color: #646567;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fafafa;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 2px;
}
.brownTab {
	background-color: #993400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fafafa;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 2px;
}

#content-inner {
	width: 605px;
}

div.scroll {
	padding: 10px;
	*padding: 0px;
}
div.aboutUs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul {
	margin: 0;
	padding: 0 5px;
	*padding: 0 0px;
	list-style-type: none;
	width: 200px; /* Width of Menu Items */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.suckerdiv ul li {
	position: relative;
}

/*1st level sub menu style */
.suckerdiv ul li ul {
	left: 199px; /* Parent menu width - 1*/
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul {
	left: 199px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a {
	left: 199px; /* Parent menu width - 1*/
	background-color: #DDDDDD;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a {
	background-color: #DDDDDD;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a {
	background-color: #DDDDDD;
}

/* menu links style */
.suckerdiv ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 1px 5px;
	border-bottom: 0;
	line-height: 1.75em;
}

.suckerdiv ul li a:hover {
	background-color: #DDDDDD;
	color: black;
	text-decoration: none;
}

.suckerdiv ul li ul li a:hover {
	background-color: #DDDDDD;
	color: black;
	text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover {
	background-color: #DDDDDD;
	color: black;
	text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle {
	background: url(images/arrow-list.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
	background-color: #DDDDDD;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
	background-color: #DDDDDD;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
	background-color: #DDDDDD;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

#footer-wrap {
	background:url('images/beach-bg-tile.jpg') repeat-x top left;
	*margin: -1px auto;
	text-align: center;
	width: 100%;
}

#footer {
	width:900px;
	height:225px;
	margin:0 auto;
	background:url('images/beach-bg2.jpg') no-repeat top center;
}

.pageHeading1 {
	font-family: Candara;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}



#nav {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

#nav, #nav a, #nav a:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

#nav li {
	display: inline;
	padding: 0px 20px;
	border-right: 1px solid #CCCCFF;
	white-space: nowrap;
}

#nav li#nav-end {
	border-right: 0px;
}

.login-pane {
	margin: 10px 15px 0px 10px;
}

.history-row {
	padding: 10px;
}

.history-row:hover {
	background-color: #EEEEEE;
}


table.order-summary, table.order-total {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
	margin-bottom: 0px;
}
table.order-summary td.main {
	border-width: 1px;
	padding: 1px 4px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
table.order-summary td.mainGray {
	background-color: #DDDDDD;
	border-width: 0px 1px;
	text-align: right;
	vertical-align: top;
}

table.productListing td.productListing-heading {
	padding: 0px 5px;
}

table.productListing td.productListing-data {
	padding: 5px 5px 5px 0px;
}

table.productListing td.productListing-data td.productListing-data {
	padding: 0px 15px 0px 5px;
}

tr.productListing-even {
	background-color: #FFFFFF;
}

tr.productListing-odd {
	background-color: #EEEEFF;
}
