/* category.css
  =======================================
    1. Set up
  =======================================
*/

/* 1. Set up
==================================================== */
.product_categories {
  display:inline-block;
  width:640px;
}

/* IE6 Hack */
* html .product_categories {
  display:inline-block;
   width:100%;
}

.product_categories ul.view li.item {
  border-top: 0 none;
  border-bottom:1px solid #CECECE;
  font-weight:700;
  height:auto;
  margin-right:32px;
  padding: 5px 0px;
  width: 284px;
}

.product_categories ul.view li.first-child {
  border-top: 1px solid #CECECE;
}

.product_categories ul.view li.odd {
  background: none;
}

.product_categories ul.view li.item a {
  font-size: 12px;
}


/* Page header (replaces Section heading container)
==================================================== */
.page_header{
	margin:10px 20px;
	overflow:hidden;
}


.page_header h1,
.page_header h3,
.page_header h4,
.page_header h5,
.page_header span {
	letter-spacing:-1px;
}


.page_header h1,
.page_header h3,
.page_header h5{
	float:left;
}

.page_header h4,
.page_header span {
	float:right;
}

.page_header span {
	font-size:12px;
	margin:12px 20px 0 0;
	color:#CC0000;
}

.page_header h5 {
  color:#333;
  font-size:18px;
  font-weight:100;
  margin:7px 0 0 15px;
}


.page_header h1,
.page_header h3,
.page_header h4{
  color:#333;
  font-size:30px;
  font-weight:700;
}

body .page_header h1{
    font-size:26px;  
}

