/* @override 
	http://staging.centresource.com/ofrs-app/css/catalog.css
	http://ofrs/css/catalog.css
*/

.category {
	overflow: hidden;
}
#categories h1, #category h1 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .075em;
  display: block;
  padding: 4px 0px 4px 0px;
  margin: 0;
  color: #527B9F;
}

#categories h1 a,
#categories h1 a:link,
#categories h1 a:visited {
  color: #527B9F;
}

#categories h1 a:active,
#categories h1 a:hover,
#categories h1 a:focus {
  text-decoration: underline;
  color: #cc583e;
}

#sort-by {
  width: auto;
  display: block;
  margin-bottom: 21px;
}

#request-quote-link {
  position: relative;
  float: right;
  background-color: #527B9F;
  color: #FFFFFF;
  border: none;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 7px;
  display: block;
  text-decoration: none;
}

.product-all-link {
	clear: both;
	margin-top: 30px;
	margin-bottom: 50px;
}

.product-all-link a {
	background-color: #527B9F;
  	color: #FFFFFF;
  	font-size: 1.1em;
  	text-decoration: none;
  	padding: 5px 10px;
}

.product-all-link a:hover {
	background-color: #cc583e;
  	color: #FFFFFF;
  	font-size: 1.1em;
  	text-decoration: none;
  	padding: 5px 10px;
}

.product {
  display: block;
  width: 45%;
  float: left;
  margin: 20px 0 30px;
  padding-right: 4%;
}

.product-title {
	/*margin-left: 110px;*/
}

.product-title a {
  font-weight: bold;
  font-size: 110%;
}

ul.product-classes {
  list-style-type: none;
  margin:  0;
  width: 680px;
  overflow: hidden;
}

ul.product-classes li {
  float: left;
  text-align: left;
  margin: 0 30px 0 0;
}

ul.product-classes li a {
  color: #D43B26;
  display: inline-block;
  font-weight: bold;
}

ul.product-classes li a,
ul.product-classes li a:link,
ul.product-classes li a:visited {
  text-decoration: none;
}

ul.product-classes li a:active,
ul.product-classes li a:focus,
ul.product-classes li a:hover {
  text-decoration: underline;
}

#category-products {
  margin-top: 17px;
}

#category-reset {
  text-align: right;
  margin-bottom: 7px;
  margin-right: 7px;
}

.category-product {
  display: block;
  position: relative;
  float: left;
  text-align: center;
  margin: 5px 3px;
  border: 1px solid #E5E5E5;
  width: 125px;
  height: 260px;
}

.category-product .category-product-inner {
  padding: 7px;
  text-align: center;
}

.category-product .category-product-title {
  font-weight: bold;
  margin-top: 4px;
  color: #D43B26;
}

.category-product .category-product-manufacturer {
  font-size: 90%;
  color: #777777;
}

.category-product .category-product-bottom {
  position: absolute;
  width: 110px;
  left: 6px;
  bottom: 7px;
}

ul#side-categories li select {
  margin-bottom: 7px;
}

.product-title, .product-title a {
  color: #D43B26;
}

.front .product-photo-container {
  float: left;
  /*width: 100px;
  height: 75px;*/
  margin-right: 10px;
  border: 1px solid #ccc;
  background: #eee;
}

.front .product-photo-container img.product-photo {
  padding: 0;
  margin: 0;
}

.front .product-photo-container span {
  display: block;
  text-align: center;
  color: #bbb;
  line-height: 1.2em;
  font-size: .8em;
	padding: 25px 10px;
}