/*
 * CSS style library for the Where to buy section
 *
 * @author Michael Vogel
 * @version $Id: wheretobuy.css,v 1.5 2006/05/03 21:20:50 mvogel Exp $$Revision: 1.5 $
 * @updated $Date: 2006/05/03 21:20:50 $$Author: mvogel $
 */

ul.error {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0 0 3px 0;
}

/***************************************************
 *
 * International Distributor List Elements
 *
 ***************************************************/

table.intlDistributorContainer {
}

table.intlDistributorContainer td.region {
	width: 200px;
	padding-bottom: 20px;
}

table.intlDistributorContainer td.distributorType {
	padding-left: 15px;
}

.countryHeader {
	font-weight: bold;
}


/***************************************************
 *
 * Where to Buy List Elements
 *
 ***************************************************/
 
div.formContainer {
	
}

div.formContainer table td.checkBox {
	padding-bottom: 5px;
	padding-right: 5px;
}


.title2 {
	font-weight: bold;
	font-size: 12px;
	padding-top: 15px;
}

.padding {
	padding-top: 7px;
	padding-bottom: 5px;
}

.headRule {
	width: 100%;
	color: black;
}



