/* Reset default styles
---------------------------------*/
.safety #msds-results li.product-result {
	padding: 0;
	background-image: none;
	float: left;
	clear: both;
	width: 460px;
	border-bottom: 1px dotted #bebab2;
	margin: 0.5em 0;
	padding: 0.5em 0;
}

.safety #msds-results li.product-result a.image {
	float: left;
	width: 70px;
	display: block;
	border: 0;
}

.safety #msds-results li.product-result h2 a.name {
	border: 0;
	font-weight: normal;
	font-size: 150%;
}

.safety #msds-results li.product-result h2 {
	margin-bottom: 1em;
}

.safety #msds-results li.product-result h2,
.safety #msds-results li.product-result ul {
	float: right;
	width: 380px;
}

.safety #msds-results li.product-result ul li {
	padding: 0;
	background-image: none;
}


/* MSDS search form
---------------------------------*/
.safety #callout form {
	margin: 0 20px 20px 20px;
	float: left;
	width: 420px;
}

.safety #callout {
	float: left;
	width: 460px;
	overflow: hidden;
}

.safety #callout form label {
	display: block;
	color: #fff;
	float: left;
	width: 270px;
}

.safety #callout form input {
	float: left;
	margin: 0 0 0.25em 0;
	padding: 0;
	width: 270px;
}

.safety #callout form button {
	float: right;
	background: url('../images/forms/search-botton.gif') no-repeat top left;
	width: 89px;
	height: 26px;
	text-indent: -100000px;
	border: 0;
	cursor: pointer;
	margin-top: -24px;
}

.safety .CAfr #callout form button {
	background: url('../images/canada-french/forms/search-botton.gif') no-repeat top left;
	width: 89px;
}


/* Pagination controller
---------------------------------*/
.safety .site-nav {
	border-bottom: 1px dotted #bebab2;
	margin: 0.5em 0;
	padding: 0.5em 0;
	float: left;
	clear: both;
	width: 100%;
}

.safety .site-nav p.summary {
	float: left;
	width: 45%;
}

.safety .site-nav p.controller {
	float: right;
	width: 45%;
	text-align: right;
}


