div#main div#top div#overview div#products {
  width: 100%;
  height: 351px;
  
  background-image: url('./../../../../images/overviewProductsBG.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #FFFFFF;
}

div#main div#top div#overview div#products div#images {
  width: 100%;
  height: 294px;
}

div#main div#top div#overview div#products div#images div.column {
  float: left;
  
  width: 172px;
  height: 284px;
  
  margin-top: 10px;
  
  border-right: 1px solid #c7c7c7;
}

div#main div#top div#overview div#products div#images div.column h2 {
  font-size: 13px;
  color: #b6055b;
  
  height: 32px;
  
  margin: 7px 10px 0 10px;
}

div#main div#top div#overview div#products div#images div.column h2 a {
	text-decoration: none;
}

div#main div#top div#overview div#products div#images div.column h2 a:hover {
	text-decoration: underline;
}

div#main div#top div#overview div#products div#images div.column p {
  color: #727272;
  margin: 7px 10px;
}

div#main div#top div#overview div#products div#images div.column p.price {
  color: #b6055b;
	font-weight: bold;
}

div#main div#top div#overview div#products div#images div.column div.image {
  width: 150px;
  height: 150px;
  
  border: 1px solid #c7c7c7;
  
  margin: 0 auto;
}

div#main div#top div#overview div#products div#images div.column div.image img {
  width: 150px;
  height: 150px;  
}

div#main div#top div#overview div#products div#buttons {
  width: 679px;
  height: 57px;
  
  background-image: url('./../../../../images/overviewProductsButtonsBG.jpg');
  background-repeat: repeat-x;
}

div#main div#top div#overview div#products div#buttons div.button {
  float: left;
  
  width: 172px;
  height: 100%;
  
  border-right: 1px solid #c7c7c7;
}

div#main div#top div#overview div#products div#buttons div.button div {
  width: 150px;
  height: 18px;
  
  margin: 0px auto 10px auto;
  
  padding-top: 16px;
  
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  
  background-image: url('./../../../../images/homeOrderButton.png');
  background-repeat: no-repeat;
  background-position: top right;
}

div#main div#top div#overview div#products div#buttons div.button div a {
  display: block;
    
  color: #b6055b;
	text-decoration: none;
}

div#main div#top div#overview div#products div#buttons div.button div a:hover {
	text-decoration: underline;
}
