/* Oregon Wine Finder */




/** Layout: top image **/
#wf-intro {
  position      : relative;
  display       : block;
  padding       : 0;
  height        : 152px;
  width         : 679px;
  background    : url("../images2/intro.gif") no-repeat top center;
}



/*******************************************************************************
 WINES/SEARCH
 WINES/DETAIL

*******************************************************************************/


.wf-search-label,
.advancedLink a {
	font-family     : Georgia;
	font-size       : 12px;
	font-style      : normal;
	text-align      : justify;
	padding         : 12px 0 2px 0;
    color           : #480033;
    letter-spacing  : .5px;
    font-weight     : 500;
    text-decoration : none;
}

.advancedLink {
  padding           : 17px 0 5px 0;
}

.searchSelect {
	width           : 200px;
	font-size       : 10px;
}





#wf-controls {
    margin-top      : 20px;
}

#wf-controls a.startover {
    float           : left;
    font-size       : 9px;
    font-weight     : 600;
    text-decoration : none;
    color           : #480033;
}

#wf-controls a.searchbutton {
    float           : right;
    margin-right    : 20px;
}






#wf-results {
    margin-left     : 20px;
}

/** Results Pagingation **/
#wf-results p.label {
	font-size       : 12px;
	font-style      : normal;
    color           : #480033;
    font-weight     : 500;
    margin-bottom   : 10px;
}

#wf-results div.wines-per-page {
    font-size       : 9px;
    float           : right;
    margin-bottom   : 15px;
    font-weight     : 500;
}

#wf-results div.wines-page-of {
    font-size       : 9px;
    float           : left;
    margin-bottom   : 15px;
    font-weight     : 500;
}

#wf-results a {
    font-size       : 9px;
    text-decoration : none;
    font-weight     : 500;
}

#wf-results a.off {
    color           : #000000;
}

#wf-results a.on {
    color           : #480033;
    font-weight     : bold;
}



/** Result Records **/

#wf-results div.dots {
    line-height     : 5px;
    letter-spacing  : 2px;
    margin-bottom   : 5px;
    text-align      : center;
 }


#wf-results div.wine,
#wf-results div.wine a {
	font-size       : 13px;
	font-style      : normal;
    font-family     : Georgia, "Times New Roman", Times, serif;
    color           : #480033;
    font-weight     : 500;
    text-decoration : none;
    margin-top      : 15px;
}



#wf-results div.price {
    font-size       : 11px;
    line-height     : 16px;
    margin          : 0 0 8px 0;
}

#wf-results div.notes {
    font-size       : 10px;
    line-height     : 13px;
    margin-bottom   : 5px;
}


#wf-results div.links,
#wf-results div.links a {
    font-size       : 9px;
    line-height     : 16px;
    color           : #480033;
    text-decoration : none;
}

.wf-links,
.wf-links a {
    font-size       : 9px;
    line-height     : 16px;
    color           : #480033;
    text-decoration : none;
}


/** Default view**/
p.wf-intro {
    font-size       : 12px;
    margin-bottom   : 20px;
    line-height     : 1.6;
}

p.wf-search-tip span {
    color           : #480033;
    font-weight     : bold;
}

p.wf-search-tip {
    font-size       : 12px;
    line-height     : 1.6;
    margin-bottom   : 10px;
}


.Buttons {
  width:100px;
  font-size:10px;
}




/* Wine Search Result Listings */

.wineListing {
  border-top: 1px solid #999999;
  padding-bottom:4px;
	padding-top:0;
}


/*
.winePrice {
  font-size:12px;
  line-height: 16px;
 }
*/
.wf-sub {
    font-size: 9px;
    padding-bottom: 2px;
}

/*
 .wineIntro {
  padding: 5px 10px 0 0;
  font-size:11px;
}
*/


.wineLinks {
  font-size:11px;
	padding-top:4px;
}


a {
  color:#317023;
  font-size:11px;
}

h2 {
 font-family: Georgia;
 padding-bottom:2px;
}

#pnlAdvancedSearch {
  padding-bottom:10px;
 }

h1 {
	font-family:"Lucida Grande","Trebuchet MS",sans-serif;
	font-size:20px;
}








/*******************************************************************************
 WINES/DETAIL

*******************************************************************************/

#leftColumn {
  padding-left:10px;
  width:164px;
}

#centerColumn {
  padding:10px;
  width:300px;
}

#rightColumn {
  padding-top:31px;
}

#wineImage {
  /*border: 1px solid red;*/
  margin-top:15px;
}


.wf-detail-left {
    margin-bottom:10px;
}

/*
.detailHeading {
  font-size:17px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  padding-top:10px;
  color:#333333;
  text-decoration: none;
}
*/

.detailItem {
  font-size:11px;
  font-weight: normal;
  color:#333333;
	padding-top:4px;
}

#detailAttribute {
  padding: 0 0 4px 10px;
}




/* Wine Explore Layout */
#leftColumn1 {
  border: 1px solid black;
  float: left;
  min-height:100px;
  width: 180px;
}

#rightColumn2 {
  border: 1px solid black;
  float: left;
  min-height: 100px;
  width: 474px;
}

#clearing {
  clear: both;
}


/* Wine Explorer Detail */
div.header {
height:63px;
padding-bottom:10px;
padding-right:0px;
position:relative;
}


#wineListingContainer {
	padding: 10px 10px 0 10px;
}


div.results h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:17px;
font-weight:normal;
}


.b {
    font-weight     : bold;
}