/********************** Stylesheet Notes ******************************/

/* Notes:
 * -----------------------------------------
 * Class names are "camelCased" (lowercase first letter)
 * Margin vs. Padding:
 * Margins can overlap each other -- they guarantee a distance between boxes
 * Padding is cumulative -- it increases the box size
 *
 * Font Sizes:
 * -----------------------------------------
 * 11px (~8pt) for normal type
 * 7.5pt for button text and navigation links
 *
 * Colors:
 * -----------------------------------------
 * #FAF4CA - Light Yellow, main background color
 * #E5CE80 - Dark Yelow, sidebar and footer and content rules/borders
 * #F5DE9A - Medium Yellow, sidebar rules/borders
 * #EBDFA0 - Dark tan, dark highlight color
 * #F5ECB3 - Light tan, light highlight color
 *
 * #333333 - Dark Grey, default text color
 * #B8252F - Medium Red, default link color
 * #CC0000 - Lighter Red, link highlight color
 * #933A3A - Burgundy, html heading color
 * Red     - Error message text
 *
 * #C59965 - Light Orange, form element border color
 *
 * #666666 - Dark grey, footer and small headers
 */

/********************** top level styles **************************/

/* eliminate default padding, set page defaults */
body {
	background-color: #FAF4CA;
	color: #333333; /* default text color */
	font-family: Verdana, sans-serif;
	/* base font size, all other fonts are scaled using em units relative to the base */
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/* collapse all table borders */
table {
	border-collapse: collapse;
	border-style: none;
	/* base font size, all other fonts are scaled using em units relative to the base */
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/* remove default padding from table cells */
td, th {
	color: #333333; /* default text color */
	font-family: Verdana, sans-serif;
	/* base font size, all other fonts are scaled using em units relative to the base */
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/* eliminates default padding and margin */
form {
	margin: 0px;
	padding: 0px;
}

/* custom font for form elements */
select {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: normal;
}

/* custom font for form elements */
textarea, input.text {
	background-color: white;
	border-width: 1px;
	border-color: #C59965;
	border-style: solid;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: normal;
	padding-left: 4px;
}

/* custom button border and font  */
input.button {
	border-width: 1px;
	font-family: Verdana, sans-serif;
	font-size: .9em;
	line-height: normal;
}


/********************** link formatting ***************************/

/* default link formatting- no underline */
a {
	text-decoration: none;
	color: #B8252F; /* (old #AD3137) */
}

/* higlight & underline links on mouse hover */
a:Hover {
	text-decoration: underline;
	color: #CC0000;
}

/* change the cursor to the hand for checkbox and link labels */
label {
	cursor: hand;
}

.pageNavigation {
	font-weight: bold;
	font-size: .9em;
}

.pageNavigationLabel {
	font-size: .9em;
}

.favoriteSearchAction {
	font-size: .9em;
}

/********************** heading formatting ***************************/

/* default heading styles */
h1, h2, h3, h4, h5, h6	{
	margin:	1.25em 0 0 0;
	color: #933A3A;
}

/* 1st level heading, page title font */
h1	{
	font-family:	Georgia, Times New Roman, serif;
	font-size:	1.75em;
	font-weight: normal;
	margin:	1em 0 .3em 0;
}

/* 2nd level heading */
h2	{
	font-family:	Georgia, Times New Roman, serif;
	font-size:	1.35em;
	font-variant: small-caps;
	letter-spacing: .1em;
	margin: 1.25em 0 .4em 0;
}

/* h2Margin, to apply to non <h2> elements */
.h2Margin {
	margin:	1.7em 0 0 0;
}

/* sidebar headings */
h3	{
	font-family:	Verdana, sans-serif;
	font-size:	1.2em;
}

h4	{
	font-family:	Verdana, sans-serif;
	font-size:	1em;
}

/* sidebar headings */
h5	{
	font-family:	Verdana, sans-serif;
	font-size:	.9em;
	margin-bottom: .2em;
	text-transform: lowercase;
}

h6	{
	font-family:	Verdana, sans-serif;
	font-size:	.9em;
	font-weight: normal;
	margin-bottom: .2em;
}

/* margins around sidebar titles */
.sidebarTitle {
	margin:	.1em 0 .1em 0;
}

/********************** text formatting ***************************/

/* increase default line height and add margins */
p, li {	
	color: #333333; /* default text color */
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
	margin:	.5em 0 .5em 0;
}

ul, ol {
	margin-top:	.5em;
	margin-bottom: .5em;
}


/* formatting for large error messages */
.errorMsg {
	color: red;
}

.successMsg {
	color: green;
}

/* formats the error message displayed when a control fails validation */
.validationErrorMsg {
	color: red;
	font-size: .9em;
}

.note, .note td {
	font-size: .9em;
}

.searchReferral {
	font-size: 3px;
	color: #FAF4CA;
}

.shippingSchedule {
	line-height: 1.5em;
}

/* bidding higlight colors */

.highBidder {
	color: green;
}

.partial {
	color: #CC5200;
}

.runnerUp {
	color: red;
}

.inquiry {
	color: blue;
}

/* styling for item number portion of item name */
.itemNumber, .managementTitle, .headerNote {
	font-weight: normal;
	font-size: .9em;
}

/* remove margin above first paragraph or heading */
.first {
	margin-top: 0;
}

/* remove margin below last paragraph or heading */
.last {
	margin-bottom: 0;
}

.sortLink {
	line-height: 1.5em;
}

/********************** section formatting ***************************/

.banner {
	background-color: #4D1B0C;
}


/* menubar formatting */
.menubar {
	color: #6E2B2B;
	background-color: #E5CE80;
	font-size: .95em;
}

.menubar a {
	color: #6E2B2B;
	font-size: .95em;
	font-weight: bold;
}

/* location path links */
.locationPath {
	color: #808080;
	font-size: .85em;
}

.locationPath a {
	color: #808080;
	text-transform: lowercase;
}

/* hide the Skip Navigation Links images generated by the SiteMapPath control */
.locationPath img {
	display: none;
}

/* sidebar, recent history top formatting */
.sidebar, .recentHistoryHeader {
	background-color: #E5CE80;
}

/* sidebar links */
.sidebar a {
	color: #6E2B2B;
	font-size: .9em;
	line-height: 1.5em;
}

/* sidebar headings */
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4,  .sidebar h5, .sidebar h6 {
	color: #933A3A;
}

.sidebarProducerLetters td {
	width: 16px;
	text-align: center;
}

/* footer formatting */
.footer {
	background-color: #E5CE80;
	color: #666666;
	font-size: .85em;
}

/* footer links */
.footer a {
	color: #666666;
}

.spotlight {
	padding: 1.25em 0 1.25em 0;
}

.wineryDirectInfo {
	padding: 1em 0 1em 0;
}

/* style the warning message for the address editor */
.poBoxWarning {
	color: #808080;
	font-size: .9em;
	font-style:italic;
}

/*	padding: .2em 0 .2em 5px; */
.dataListing th, .vintageListing th {
	background-color: #F5ECB3;
	color: #666666;
	font-size:	.9em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: .2em 5px .2em 5px;
	text-transform:lowercase;
	text-align: left;
}

.dataListing th.caseInfo {
	background-color: #D8E2F3;
}

.dataListing th.separator, 
.dataListing td.separator, 
.vintageListing th.separator {
	background-color: #FAF4CA;
	padding: .2em 0 .2em 5px;
}

/*	padding: .2em 0 .5em 5px; */
.dataListing td {
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: .2em 5px .6em 5px;
	vertical-align: top;
}

.gridListing {
	border-top-style: solid;
	border-top-color: #E5CE80;
	border-top-width: 1px;
	line-height: 1.5em;
	padding: 7px 5px 7px 5px;
}


.singleLineListing, .dataListing td.singleLineListing {
	line-height: 1.5em;
	padding: 7px 5px 7px 5px;
}

.dataListing td.bidCell, .dataListing td.rule, .dataListing h4 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.dataListing .thumbnail {
	padding: .6em .4em .4em 0;
}

.ratingDetails td {
	padding: .2em 1.2em .2em 0;
}

/*	listing of vintages on auction index */
.vintageListing td {
	line-height: 2em;
	margin: 0 0 0 0;
	padding: .2em 0 .6em 5px;
	vertical-align: top;
}

.bidControl th {
	background-color: #E5CE80;/*#EEC46C;*/
	color: #333333;/*#933A3A;*/
	font-size:	.9em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: .2em 5px .2em 6px;
	text-transform:lowercase;
	text-align: left;
}

.bidControl td {
	background-color: #EBDFA0;
	vertical-align: middle;
	padding: .2em 2px .2em 5px;
}

.wineryDirectDark {
	background-color: #EBDFA0;
}

.wineryDirectLight, .recentHistory {
	background-color: #F5ECB3;
}

.rule {
	background-color: #E5CE80;
}

.sidebarRule {
	background-color: #F5DE9A;
}

.verticalRule {
	border-right-width: 1px; 
	border-right-color: #E5CE80; 
	border-right-style: solid;
}

.auctionEnds {
	font-family: Georgia, Times New Roman, serif;
	font-size: .8em;
	font-weight: bold;
	color: #F7DE9C;
}

.auctionEndsWarning {
	font-family: Georgia, Times New Roman, serif;
	font-size: .8em;
	font-weight: bold;
	color: #F7DE9C;
}

.auctionDate {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FAF4CA;
}

.auctionDateWarning {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FAF4CA; /*red*/
}

.sectionLinks  {
	padding: 0 0 0 0;
	line-height: 1.9em;
	font-size: .9em;
	vertical-align: baseline;
}

.listHeader, .listFooter {
	background-color: #EBDFA0;
	border-style: solid;
	border-color: #E5CE80;
	border-width: 1px 0 1px 0;
	padding: 1px 6px 1px 6px;
}

.listSort {
	background-color: #F5ECB3;
	border-bottom-style: solid;
	border-bottom-color: #E5CE80;
	border-width: 1px 0 1px 0;
	padding: 1px 6px 1px 6px;
}

.currentListItem {
	background-color: #F5ECB3;
	font-weight: bold;
	border-style: solid;
	border-color: #E5CE80;
	border-width: 1px 0 1px 0;
	padding: 2px 6px 2px 6px;
}

.listInstruction {
	font-weight: bold;
}

.infoTable {
	margin:	.5em 0;
}

.infoTable td {
	background-color: #F5ECB3;
	border-style: solid;
	border-color: #E5CE80;
	border-width: 1px;
	font-size: .9em;
	padding: .3em .5em .3em .5em;
}

.infoTable th {
	background-color: #E5CE80;
	border-style: solid;
	border-color: #E5CE80;
	border-width: 1px;
	font-size: .9em;
	font-weight: bold;
	padding: .3em .5em .3em .5em;
	text-align: left;
}

.infoTable .separator {
	background-color: #F0E5AB;
}

/* tr format used to highlight high bidders 
	#EBEBB8
	padding: 3px 10px 3px 10px;*/
.infoTable .highBidders td {
}

.infoTable .lowBidders td {
	background-color: #F0E5AB;
}



.infoTable {
	margin:	.5em 0;
}

/*Recent History*/
.recentHistoryTitle {
	color: #933A3A;
	font-family:	Verdana, sans-serif;
	font-size:	1em;	
	font-weight: 800;
	padding: 0 0 5px 0;
}