/*
  $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
*/

@charset "utf-8";

* {
	margin:0;
	padding:0
	}

body { 
	background: #fff;
	color:#010101;
	font:66.5%/1.5 "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	text-align: center;
	}
	
#head {
	border-bottom: 1px solid #ABC7C9;
	width: 780px;
	}
	
#head ul {
	list-style: none;
	margin-top: 70px;
	float: right;
	}
#head ul li {
	float: left;
	}
#head ul li a {
	display: block;
	padding-bottom: 3px;
	margin-left: 14px;
	}
#head ul li img {
	display: block;
	}
#head ul li a:hover, #head ul li a#selected { 
	background: #663399;
	}
	
	
#statement {
	background: transparent url(/images/brackett-left.gif) no-repeat top left;
	min-height: 100px;
	padding-left: 60px;
	text-align: center;
	}
#statement div {
	background: transparent url(/images/brackett-right.gif) no-repeat top right;
	padding: 17px 60px 10px 0;
	height: 100px;
	display: table-cell;
	}
	
	
a { 	
	color: #663399;
	text-decoration: none; 
	}
a:hover { 
	color: #000;
	}
	
#shopNav {
	position: absolute;
	top:0;
	right: 0;
	}
	
#nav {
	margin-bottom: 30px;
	}

	
#foot {
	clear: both;
	background: transparent url(/images/bg-footer.gif) no-repeat bottom left;
	height: 40px;
	position: relative;
	margin-top: 30px;
	font-size: 1.1em;
	}
	
#foot p {
	margin: 0 20px 0 20px;
	position: absolute;
	bottom: 10px;
	}

table {
	font-size: 1em;
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: top;
	}
table td {
	vertical-align: top;
	}
	
#container {
	margin: 10px auto 0 auto;
	text-align: left;
	width: 780px;
	background: #fff url(/images/bg-flowers.jpg) no-repeat bottom right;
	}
	
#contentWrap ul {
	list-style-position: inside;
	margin: 15px 0;
	}
	
.errorBox { 
	background: #FFFE0E; 
	font-weight: bold; 
	padding: 2px 
	}
.stockWarning { 
	color: #cc0033; 
	}
.productsNotifications { 
	background: #f2fff7; 
	}
.orderEdit { 
	color: #70d250; 
	text-decoration: underline; 
	}


form { 
	display: inline; 
	}


tr.headerError { 
	background: #ff0000; 
	}
td.headerError { 
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 1.2em; 
	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: 1.2em; 
	background: #00ff00; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: center; 
	}


.infoBox { 
	background-color: transparent; 
	padding-top: 10px;
	}
.infoBoxNotice { 
	background: #FF8E90; 
	}
.infoBoxNoticeContents { 
	background: #FFE6E6; 
	}
td.infoBoxHeading { 
	font-weight: bold; 
	font-size: 1.25em;
	color: #663399;
	border-bottom: 1px solid #663399;
	padding-top: 8px;
	}
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: #F6F9FC; 
	}
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: #F6F9FC; 
	}
table.productListing { 
	border-color: #b6b7cb; 
	}
.productListing-heading { 
	background: #663399; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 2px; 
	border-bottom: 2px solid #005BAA; 
	}
a.pageResults { 
	color: #0000FF; 
	}
a.pageResults:hover { 
	color: #0000FF; 
	background: #FFFF33; 
	}
td.pageHeading, DIV.pageHeading { 
	font-size: 1.6em; 
	font-weight: bold; 
	color: #663399; 
	}
td.pageheading img {
	display: none;
	}
tr.subBar { 
	background: #f4f7fd; 
	}
td.subBar { 
	color: #000000; 
	}
td.main, P.main { 
	font-size: 1.1em; 
	line-height: 1.5; 
	}
td.accountCategory { 
	font-size: 1.2em; 
	color: #aabbdd; 
	}
td.fieldKey { 
	font-size: 1.2em; 
	font-weight: bold; 
	}
td.fieldValue { 
	font-size: 1.2em; 
	}
td.tableHeading { 
	font-size: 1.2em; 
	font-weight: bold; 
	}
span.newItemInCart { 
	color: #ff0000; 
	}
checkbox, radio, select { 
	font-size: 1.1em; 
	}
input { 
	background-color: #F0F3EB; 
	font-size: 1.1em; 
	}
textarea { 
	width: 100%; 
	font-size: 1.1em; 
	}
span.greetUser { 
	font-size: 1.2em; 
	color: #E80000; 
	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: 1.2em; 
	font-weight: bold; 
	}
span.markProductOutOfStock { 
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 1.2em; 
	color: #c76170; 
	font-weight: bold; 
	}
span.productSpecialPrice { 
	color: #ff0000; 
	}
span.errorText { 
	color: #ff0000; 
	}
.moduleRowOver { 
	background-color: #D7E9F7; 
	cursor: pointer; 
	}
.moduleRowSelected { 
	background-color: #E9F4FC; 
	}
.checkoutBarFrom, .checkoutBarTo { 
	color: #8c8c8c; 
	}
.checkoutBarCurrent { 
	color: #ff0000; 
	}
.messageStackError, .messageStackWarning { 
	background-color: #FFFE0E; 
	padding: 2px; 
	}
.messageStackSuccess { 
	background-color: #99ff00; 
	}
.inputRequirement { 
	color: #ff0000; 
	}
.site_table { 
	background-color: #F6F9FC; 
	border: 1px solid #005BAA; 
	}
td.left { 
	background-color: #663399;
	}
td.right { 
	background-color: #663399;
	}
table.content { 
	padding: 7px; 
	}
.copy { 	
	color: #364327; 
	padding: 5px; 
	}
	
	
	
h1, h2 { 
	font-size: 1.3em;
	margin-bottom: 4px;
	}
	
h3 {
	font-size: 1.2em;
	margin-bottom: 4px;
	}
p {
	margin: 0 0 15px 0;
	}
	
.padding {
	padding: 3px;
	}
a img {
	border: none;
	}
	
.smallText img {
	padding: 5px 0;
	}
	


table.exContainer {
	width: 100%;
	margin: 0;
	clear: both;
	}
.container td {
	text-align: left;
	padding: 1px;
	}

.exContainer td {
	text-align: left;
	}


#foot {
	position: relative;
	padding-bottom: 20px;
	}
	
address {
	clear: left;
	margin: 5px 20px 0 20px;
	width: 600px;
	font-style: normal;
	}

#foot img {
	position: absolute;
	top: 0;
	right: 10px;
	}

	
#mainLinks a {
	font-weight: bold;
	padding: 5px;
	}
	
.infoBox a:hover {
	background: none;
	}
	

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearFix {display: inline-table;}
/* Hides from IE-mac \*/
.clearFix {display: block;}
/* End hide from IE-mac */

#quick_find {
	padding: 0 5px 3px 5px;
	}
#quick_find .search_input {
	border: 1px solid #003a6b;
	background: #fff url(/images/bg_search.gif) repeat-x 0% 0%;
	width: 104px;
	height: 15px;
	}
	
.box {
	border: 1px outset #fff;
	padding: 4px;
	background: #fff;
	margin: 15px;
	}
	
.catMenu select {
	height: 1.6em;
	width: 20em;
	font-size: 1.2em;
	}
	

#productImage img {
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	width: 250px;
	padding: 1px;
	border:1px solid #CCCACA;
	margin-left: 20px;
	}
td.smallImages div img {
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	width: 150px;
	padding: 1px;
	border:1px solid #CCCACA;
	}