/* Section Page
----------------------------------------------- */
#section {
	position:relative;
}

#sections h2 {

}

#products h2 {
  display:block;
  margin: 0 0 15px 0;
  height:37px;
  border-bottom: 1px solid #f4e5c8;
  width:100%;
  background:url(../images/site/products_title.gif) top right no-repeat;
}

#section h3 {
  font-size:150%;
  font-weight:100;
  margin:10px 0 20px 0;
}

#section .borderTop {
	padding-top:20px !important;
  border-top:1px solid #F7EAD2 !important;
}

#section .product,
#section .section {
  float:left;
  width:670px;
  padding-bottom:10px;
  margin:0 0 15px 0;
  

  border-bottom:1px solid #F7EAD2;
}

#section a.image {
  display:block;
  float:left;
  width:100px;
  height:100px;
  overflow:hidden;
  padding:0;
  border:9px solid #fdf1d9;
}

#section a.image:hover {
  border-color:#FFE5F0;
}

#section a.image img {
  border:0;
}


#section .info {
  width:530px;
  float:left;
  padding:5px 10px;
}

#section .info p {
  margin:0;
}

#section .info p.price {
  font-size:160%;
  color:#D469AF;
  margin: 10px 0 0 0;
}


#section h4 {
  font-weight:100;
  margin:0;
  padding:0;
  color:#4BAFCF;
  font-size:180%;
  text-align:left;
  letter-spacing:-0.05em;
}

#section h4 a {
  color:#4BAFCF;
  text-decoration:none;
  background:none;
  text-align:left;
}

#section h4 a:hover {
  color:#e03d82;
}


#section .product-buttons {
  margin:10px 0 0 0;
  text-align:left;
}

#section .product-buttons a {
}

#section .product-buttons a:hover {
}

#section .breadcrumbs {
	position:absolute;
	top:10px;
	left:20px;
	margin:0;
	padding:0;
}

#section .sectionFullDesc {
	margin-bottom:15px;
}
