/*
	Project  : Eemax website
	Last Edit: October 21th 2009
	Edited by: Jonathan Cerkoney

	Secondary site stylesheet containing locator page layout & design styles
*/

#contentContainer .content {
	padding-top:56px;
}
#contentContainer .content h3 {
	margin-top:24px;
	font-size:.875em;
	color:#C41230;
}
#contentContainer #locationChooser table {
	padding:12px;
	font-weight:bold;
}
#contentContainer #locationChooserQuick .label,
#contentContainer #locationChooserQuick .option {
	font-weight:bold;
	font-size:.75em;
}
#contentContainer #locationChooserQuick .label {
	margin-left:3px;
}
#contentContainer #locationChooserQuick select {
	width:120px;
	font-size:.75em;
}
#contentContainer .content table {
	width:100%;
	border:1px solid #CCC;
	font-size:.875em;
}
#contentContainer .content table tbody tr.colorA {
	background:#F8F8F8;
}
#contentContainer .content table tbody tr.colorB {
	background:#EEE;
}
#contentContainer .content table tbody tr td {
	padding:6px;
	vertical-align:top;
}
#contentContainer .content table tbody tr td a {
	/*color:#C41230;*/
	text-decoration:none;
}
#contentContainer .content table tbody tr td a:hover {
	text-decoration:underline;
}
#contentContainer .content table tbody tr td.rowNumber {
	width:24px;
	font-weight:bold;
	text-align:center;
}
#contentContainer .content table tbody tr td.rowName {
	font-weight:bold;
}
#contentContainer .content table tbody tr td.rowLogo {
	width:200px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
#contentContainer .content table tbody tr td.rowLogo a img {
	border:none;
}
#contentContainer .content table tbody tr td.rowContactInfo {
	
}
#contentContainer .content table tbody tr td.rowLink {
	width:100px;
	text-align:center;
	vertical-align:middle;
}

