/* START: Brand header
----------------------------------------------------------------- */
#headerBrand * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#headerBrand a {
	color: #ccc;
	text-decoration: none;
}

#headerBrand a:hover {
	color: white;
	text-decoration: none;
}

#headerBrand .headerBrandList,
#headerBrand .headerBrandUser { padding: 1px 15px 2px 5px; }

#headerBrand .headerBrandList,
#headerBrand .headerBrandUser,
#headerBrand .headerBrandLogo {
	background: url(images/brand_header.gif) repeat-x top left #000;
	vertical-align: middle;
	height: 20px;
	color: #ccc;
}

#headerBrand .headerBrandUser { text-align: right; }

#headerBrand .headerBrandList ul { float: left; }

#headerBrand .headerBrandList li {
	background: url(images/brand_header_border.gif) repeat-y scroll right top;
	display: inline;
	width: auto !important;
	padding: 0 10px 0 10px;
	margin: 0 0 20px 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#headerBrand .headerBrandList li a {
	font-size: 11px;
	white-space: nowrap;
}

#headerBrand li.headerBrandLogo {
	background: none;
	width: 36px;
	height: 20px;
	padding-left: 15px;
}

#headerBrand .headerBrandLogo a {
	background: url(images/brand_header_24ur_logo.gif) repeat-y scroll right top;
	width: 36px;
	height: 19px;
	display: block;
}

#headerBrand .headerBrandRestrict {
	overflow: hidden;
	height: 20px;
	vertical-align: middle;
}

#headerBrand .headerBrandUser td {
	white-space: nowrap;
}

#headerBrand td.headerBrandLogo {
	width: 36px;
	padding: 0 0 0 15px;
}

#headerBrand .headerBrandUser table { float: right; }

#headerBrand .headerBrandUser td {
	white-space: nowrap;
	font-size: 11px;
}

#headerBrand .headerBrandSecondary {
	background: url(/static/slo/shared/img/backgrounds/brand_header_shadow.gif) repeat-x scroll left top;
	background-color: white;
	height: 7px;
	margin: 0;
	padding: 0;
}

#headerBrand table {
	padding: 0;
	margin: 0;
}
/* END: Brand header
----------------------------------------------------------------- */

