/* CSS file for The Wine Club
 *
 * $Id: stylesheet.css,v 1.18 2006/12/20 10:11:31 jackb Exp $
 */

html,body {
	background: #e5ddd0;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 95%;
}

body, table, input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/* heading styles */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 0;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }

div#container {
	position: relative;
	margin: 0 auto;	
	padding: 0 0 80px 0;
	border-left: 1px solid #231f20;
	border-right: 1px solid #231f20;
	background: #fff;
	width: 800px;
	text-align: left;
	min-height: 100%;
	height: 100%;
		
}

html>body div#container {
    height: auto;
	}

/* link style */

a {
	color: #000;
	text-decoration: none;
}

a.smalllink { color: #522818; }

a:hover {
	text-decoration: underline;
}



/* header - This controls the header strip colour and links in the header as well as header errors style*/

tr.header td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #33190a;
	text-transform: lowercase;
	letter-spacing: -1px;	
}

td.headerNavigation {
	background: #3f190a;
	color: #ffffff;
	font-weight : bold;
}

A.headerNavigation { 
	color: #33190a;
}

A.headerNavigation:hover {
	text-decoration: underline;
}

TR.headerError {
	background: #ff0000;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	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: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

/* INFO BOX */

/* Outline of infoboxes */
.infoBox {

}

/* Background of infoboxes on the side */
.side table.infoBoxContents {
	background: #e5ddd0 url(/images/dot_bg.gif) repeat-x bottom left;
	padding: 0 0 4px 0;
}

.side .infoBoxContents {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px;
	line-height: 1.4em;
}

.right .infoBoxContents {
	text-align: right;
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Header strip of info box */

td.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	background: url(/images/dot_bg.gif) repeat-x bottom left;
	padding: 0 0 5px 2px;
	color: #3f190a;
	text-transform: lowercase;
}

td.infoBoxHeading a {
	color: #3f190a;
}

.right .infoBoxHeading {
	text-align: right;
	padding-right: 5px;
}

td.infoBox, span.infoBox {
}


.boxText {
padding-left: 5px;
}

.errorBox {
font-family : Verdana, Arial, sans-serif; 
font-size : 10px; 
background: #ffb3b5; 
font-weight: bold;
}

/* footer */
#footer {
	/*background: #e5ddd0 url(/images/footer_bg.gif) repeat-x;*/
	/*font-size: 11px;*/
	/*margin: 0 5px 5px 5px;*/
	line-height: 20px;
	/*height: 29px;*/
	width: 790px;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

div#footer_bg {
	background: #e5ddd0 url(/images/footer_bg.gif) repeat-x;
	font-size: 11px;
	margin: 0 5px 5px 5px;
	line-height: 29px;
	height: 29px;
	width: 790px;
	text-align: center;
	/*position: absolute;
	bottom: 5px;*/
}

/* EDIT LINKS IN CHECKOUT PAGES */

.orderEdit { 
font-family : Verdana, Arial, sans-serif;
 font-size : 10px; color: #cc0000; 
text-decoration: underline; }

/* message box */

.messageBox { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px; 
}

.messageStackError, .messageStackWarning {
 font-family: Verdana, Arial, sans-serif; font-size: 10px;
 background-color: #ffb3b5; 
}
.messageStackSuccess {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 background-color: #99ff00; 
}


/* Table Candy Striping*/

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: url(/images/dot_bg.gif) repeat-x bottom left;
}

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: url(/images/dot_bg.gif) repeat-x bottom left;
}


/* Product Listing Table*/

table.productListing {
}

td.productListing-heading {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 15px;
	background: url(/images/dot_bg.gif) repeat-x bottom left;
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

a.pageResults {
	color: #33190a;
}
a.pageResults:hover {
	
}



td.pageHeading, div.pageHeading, .pageHeading h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

td.main, p.main {
	font-size: 12px;
	line-height: 1.5em;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {

}

/* FORM DEFITIONS */


FORM {
	display: inline;
}

TEXTAREA {
	width: 100%;
}


TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.inputRequirement {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 color: #ff0000;
}


/*USER GREETING*/

SPAN.greetUser {
	font-weight: bold;
}

/*PRODUCTS*/


SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}

.stockWarning { 
font-family : Verdana, Arial, sans-serif; 
font-size : 10px;
color: #cc0033; 
}

.productsNotifications { 
background: #f2fff7; 
}


SPAN.errorText {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}

/* discount module code */
TD.productPriceInListing {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #d2e9fb;
}

td.productPriceInBox {

}

TD.productPriceInProdInfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ccffcc;
}
/* end discount module code */

/* MODULES - used to do highlighting in checkout*/

.moduleRow { }
.moduleRowOver { background-color: #f3f3f3; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #eee; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* Cat description */

td.category_desc {
	padding: 10px 0;
	font-size: 13px;
	line-height: 18px;
}

/*new styles 20070201 */

.spPanel{
font-size: 16px;
word-spacing: 2px;
line-height: 14px;
}

.spLink {
font-size: 11px;

}

/* Header + Footer text */

.headText { color: #CCCCCC; font-size: 9px;}