/* NOTE: selector styling has its own css file */


/* prevent page shift by forcing a rhs scroll bar */
HTML { min-height: 100%; margin-bottom: 1px; }

BODY {
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF
}

A {  text-decoration: none; color:#0033cc; }
A:hover { text-decoration: underline; color:#0033cc; }

.RHS_email A {  font-size : 10px; text-decoration: none; color:#0033cc; }
.RHS_email A:hover { font-size : 10px; text-decoration: underline; color:#0033cc; }

/* first heading at top of content */
H1 {
  font-size: 18px;
  font-weight: normal;
  color: #AA9C1E;
}

/* sub headings and their links */
H2 {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #8D811B;
  text-align: center;
  background-color: #CCDCFE;
}
H2 A {  text-decoration: none; color:#8D811B; }
H2 A:hover { text-decoration: underline; color:#8D811B; }

/* compliant way of doing bold */
EM {
  font-weight: bold;
  font-style: normal;
}

.tableBackground {
  background-image: url(images/bg_grapes.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

.pageFooter {
  font-size: 10px;
  color: #F2D028;
  background-color: #38589A
}
.pageFooter a {  text-decoration: none; color:#F2D028; }
.pageFooter a:hover { text-decoration: underline; color:#F2D028; }


.RHS_address {
  font-size: 12px;
}

FORM {
  margin: 0;
}

.formElement {
  padding: 0;
  margin: 5px;
}

#selector2 SELECT {
  width: 85%;
  background-color: #FFFFC0;
  color: #516135;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
}

#selector2 INPUT
{
  width: 40px;
  text-align: center;
  background-color: #C0C0C0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: #000000 1px solid;
  font-size: 12px;
  color: #273899;
}





/* catalog start page */

.regionBulletList {
  width: 440px;
  margin-left: auto;
  margin-right: 0;
}

/* min-width hack - 'auto' must be first - see: http://www.dustindiaz.com/min-height-fast-hack/ */
/* exploits fact that IE treats width: as min-width: and ignores !important */
.horizBullets {
  width: auto !important;
  width: 202px;
  min-width: 202px;
  float: left;
  background: url(images/bul_grape.gif) no-repeat center left;
  padding-left: 18px;
  margin: 0;
  line-height: 1.2em;
}

/* alternative to "underscore hack" (or * html or  html>body) for applying width: */
/* The next rule contains an atribute-selector (only Opera and Mozilla support it as well as the min-width property) */
/* div[class] .horizBullets { */
/*  width: auto; */
/* } */




/*  */
.prevNext {
  margin-bottom: 20px;
}

.breadCrumb {
  position: absolute;
  top:-11px
}


/* Detail section at top of listing */

.detailInfo {
  text-align: justify;
}

.detailPic {
  float: right;
  margin-left: 9px;
  margin-bottom: 9px;
}


/* Wine Listing */

.wineListing {
}

.wineListing H2 {
  width: 96%;
  margin: 0;
  padding: 0 2% 0 2%;
  background-color: #CCDCFE;
  color: #8D811B;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px; /* vertical padding did not work out on IE6 due to the clearing div within this H2 */
  border: solid #CCDCFE 1px;
}
.wineListing H2 A { text-decoration: none; color:#8D811B; }
.wineListing H2 A:hover { text-decoration: underline; color:#8D811B; }

.wineListing .typeEtc {
  font-size: 11px;
  font-weight: bold;
  color: #38589A;
  margin-bottom: 0;
}
.wineListing .typeEtc A { text-decoration: none; color:#38589A; }
.wineListing .typeEtc A:hover { text-decoration: underline; color:#38589A; }

.shortDesc {
  margin-top: 4px;
  margin-bottom: 20px;
  color: #666666;
}


/* box containing type/producer/etc on wine detail page */
.wineStats {
  width: 209px;
  padding: 10px 10px 5px 10px;
  font-size: 13px;
  line-height: 20px;
  background: url(images/shadow_blue.gif) no-repeat bottom left;
}
.wineStats LABEL {
  color: #8D811B;
  font-weight: bold;
}
.wineStats A {
}

/* width of everything below the title at the top of the content area */
.content {
  width: 90%;
  text-align: left;
}
.content H2 {
  margin-bottom: 0;
}


#loginForm {
  margin-top: 30px;
  margin-bottom: 40px;
}
#loginForm LABEL {
  font-weight: bold;
  color: #AA9C1E;
}
#loginForm INPUT {
   color: #115E94;
   border: solid #7EB0C9 1px;
   margin: 2px;
}
#loginForm #submitIt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 40px;
  text-align: center;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.note {
  font-style: italic;
  font-size: 11px;
  color: #666666;
}

.glassWhiteWine {
  float: right;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-right: 0;
}

.bottleRedWine {
  float: right;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-right: 0;
}

.list {
	list-style-image: url(images/bul_grape.gif);
	list-style-type: none;
	background-image: none;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

.blueBackground {
  color: #F2D028;
  background-color: #38589A;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
}
