/* 
* print.css 
*/

body 
{
	line-height:1.5;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#000;
	background:none;
	width: 550px; 
	font-size:10pt;
}

.container 
{
	background:none;
	width: 650px; 
}

hr 
{
	background:#ccc;
	color:#ccc;
	width:100%;
	height:2px;
	margin:2em 0;
	padding:0;
	border:none;
}

ul, li, dd, dt 
{
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

h1, h2, h3, h4, h5, h6 
{
	font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

a img 
{
	border:none;
}

p img.top 
{
	margin-top:0;
}

blockquote 
{
	margin:1.5em;
	padding:1em;
	font-style:italic;font-size:.9em;
}

a:link, a:visited 
{
	background:transparent;
	text-decoration:none;
}

table
{
	border:none; 
}

table tr
{

}

table td
{
	padding-right:54px;
}

thead
{
	text-align: left; 
}

tfoot
{
	padding-top:30px; 
}

/*
* Site Global 
*/ 



/*
* Search Results
*/ 
#wineSearchResults
{
	width: 550px; 
	float:left; 
	margin-top:20px;
}

#wineSearchResults ul li, #topResultsContainer ul li, #producerSearchResults ul li, #exhibitorSearchResults ul li, .exhibitorResults ul li, .producerResults ul li, #sponsoredResultsContainer ul li, #myFullList ul li
{
	width: 550px; 
	float:left; 
	clear:left; 
	border-bottom:1px solid #CCC; 
}

#topResultsContainer ul li div, #wineSearchResults ul li div, #producerSearchResults ul li div, #exhibitorSearchResults ul li div, .exhibitorResults ul li div, .producerResults ul li div,#sponsoredResultsContainer ul li div, #myFullList ul li div
{
	float:left; 
}

#eventSearch
{
	display: none; 
}

.producerCol
{
	float:left; 
	width: 350px; 
}

.detailInfo
{
	padding-left: 80px; 
}

#exhibitorSearchResults .resultsHeader .standCol, #producerSearchResults .resultsHeader .standCol
{
	width: 100px; 
	float:left; 
}

#exhibitorSearchResults .standCol, 
#producerSearchResults .standCol
{
	width: 100px; 
}

.detailInfo div
{
	float:left; 
	clear:left !important; 
}

.detailInfo div span
{
	display:block;
	float:left;
	padding-right:5px;
	width:77px;
}

.wineInfoDescription
{
	font-size:9pt; 
}

#footer, 
#myListOut,
#globalIn,
#globalOut, 
#advertiseTop,
#globalNav,
.searchResultsPager,
#myListIn
{
	display: none; 
}

#recentlyAddedContainer
{
	clear:left; 
}

.standCol
{
	width: 40px; 
}

.medalCol
{
	width: 40px; 
}

.addToMyList
{
	display: none; 
}

.addCol
{
	display: none; 
}

.resultsHeader
{
	font-size:9pt; 
	font-weight:bold; 
}


/* 
* Exhibitor page
*/

#exhibitorInfoContainer
{
	width: 600px; 
}

#mainExhibitorInfo dl dd p 
{
	margin:0; 
	padding: 0; 
}

.exhibitorResults, .producerResults
{
	clear:left; 
	padding-top:20px; 
}



.InfoDiv
{
	width: 650px;
	padding-bottom: 30px;
	clear: both;
}
.WineName
{
    float:left; 
    width: 320px;
}
.Stand
{
    float: right; 
    width: 100px;
}

.WineInfoLeft
{
	width: 300px; 
	float: left;
}

.WineInfoMid
{
	width: 200px; 
	float: left;
}

.WineInfoRight
{
    float: left;
}

.ProducerInfoTitle
{
    float:left; 
    width: 100px;
}

.ProducerInfoName
{
    float:left;
}

.ProducerInfo
{
    float:left; 
    width: 180px;
    padding-right: 20px;
}

.ProducerInfoEnd
{
    float:left; 
}

.PrintSpace
{
    height: 30px;
}

.footerLeft
{
    float:left; 
    width: 250px;
}
.footerMid
{
    float:left; 
}

.footerRight
{
    float:right; 
}


