
/* Product Specific Layout */





/* Subsection Links */
ul.subSection {
  list-style-type:none;
  margin:0;
  padding:0 0 5px 0;
  width:700px;
  border-bottom:1px solid #000;
}
ul.subSection li {
  display:inline;
  font-size:12px;
}
ul.subSection li a {
  color:#000;
  text-decoration:none;
  padding:2px 5px;
  font-weight:bold;
}
ul.subSection li a:hover {
  text-decoration:none;
  color:#fff;
  background:#0164a8;
}




		
/* Product Actual Container Elements */
.product {
  width:755px;
  margin-top:10px;
  min-height:200px;
  border-bottom:1px solid #333;
}
.productDetails {margin-bottom:10px;}
.product img.productImg {
  width:307px;
  float:left;
  margin-left:-5px;
  margin-right:10px;
}
.product h3 {
  margin-bottom:0;
  text-transform:uppercase;
  color:#ee884f;
}
.product p.descTop {
  margin:0;
  color:#0088ca;
  font-weight:bold;
  font-size:14px;
  text-transform:uppercase;
}
.product p.descBottom {
  margin:0;
  color:#0088ca;
  text-transform:uppercase;
}
p.descBottom span.lower {
  text-transform:lowercase;
}
.product ul {
  padding-left:327px;
  
}
.product ul li {
  font-size:12px;
  width:340px;
  vertical-align:top;
 
}
.productButtons {
  text-align:right;
  clear:left;
  
}


