/*
----------------------------------------------------------------------------- 
WINE LISTING
-----------------------------------------------------------------------------*/
dl, dd, dt {
    margin: 0; padding: 0;
	}

dt {
    clear: left;
    width: 290px;
    float: left;
    height: 1%;
    margin-bottom: 10px;
	}


dd {
    margin-left: 295px;
    margin-bottom: 10px;
    height: 1%;
	}

dd:after {
    content: ".";
    visibility: hidden;
    clear: both;
    display: block;
    height: 0;
	}

.pgTitle {
	font:bold 14px Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	}