
/* Fine Wine Tracker */
	.tracker .step1 label,
	.tracker .step3 label { display: inline-block; width: 150px; text-align: right; font-weight: bold; }
	.tracker .step1 select { width: 120px; }
	
	.tracker #body .trackerTable { width: 622px; margin-bottom: 1em; }
	.tracker #body .trackerTable td { font-size: 1em; }

/* .vintageGuides */
	.guideTable {}
	.guideTable .thYear { width: 10%; }
	.guideTable .thRegion { width: 25%; }
	.guideTable .thRating,
	.guideTable .thDrinkability,
	.guideTable .thMore { width: 15%; }
	

	/* Wine Search */
		/* Right Column */
			.searchFinderQuickRight label { display: none; }
		/* Main */
			/* Wine Home */
				/* Wine Search */
					.wineSearch #quickSearch label { display: none; }
					.wineSearch #quickSearch #wineName { width: 263px; margin-bottom: 0.5em; }
					.wineSearch #quickSearch #wineVintage { width: 100px; }
				/* Producer Search */
					.wineSearch .producerSearchNames label { display: none; }
					.wineSearch .producerSearchNames #ProducerName { width: 263px; }
							
			.selected .searchFinderQuick label,
			.selected .searchFinderAdvanced label,
			.selected .producerSearchLocations label,
			.selected .producerSearchProfiles label,
			.selected .producerSearchNames label { width: 160px; text-align: right; margin-right: 5px; display: inline-block; }
			.selected .searchFinderQuick input.searchButton,
			.selected .searchFinderAdvanced input.searchButton,
			.selected .producerSearchLocations input.searchButton,
			.selected .producerSearchNames input.searchButton { float: right; }
	
	/* Producer Search */	

	/* Recommendations */
	
	/* DWWA */
		.dwwa .list.results .item .awards { text-align: center; float: left; margin-right: 10px; width: 100px; border-right: 1px dotted #CCC; padding: 0 5px 100px 0; margin-bottom: -100px; }
		.dwwa .list.results .item .copy { float: left; width: 500px; }
		.dwwa .darker { background: #f0ecec; }
		
		#awardlist { background: url('http://decanter.dev.calmtech.co.uk/images/worldwineawards/logo_circle2.gif') no-repeat right top;	}
		.dwwa .promotion { padding: 10px; text-align: center; border: 1px solid #000; background: url('http://decanter.dev.calmtech.co.uk/images/worldwineawards/5medalsblur.jpg') repeat-x top left; }

	.promotionspan {
		width: auto;
		text-align: center;
		font-size: 10pt; 
		line-height: 15pt; 
		font-family: arial; 
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
	/* DIRRRRTY */
	
	.body ul.slider { list-style: none; }
	
	 /*  Paginator */
	 
	 .pager-slider .pager-handle {
	 	background:url("/media/themes/decanter/navigationScrollbar.gif") no-repeat scroll center center transparent;
	 }
