div#main div#top div#overview div#product {
  width: 100%;
  height: 351px;
  
  background-image: url('./../../../../images/overviewProductsBG.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #FFFFFF;
	
	color: #969595;
}

div#main div#top div#overview div#product div#innerProduct {
	width: 100%;
  height: 294px;
	
	overflow: hidden;
}

div#main div#top div#overview div#product div#innerProduct div#productImage {
	float: left;
	
	width: 230px;
	height: 270px;
	
	margin: 14px;
}

div#main div#top div#overview div#product div#innerProduct div#productImage img {
	width: 230px;
}

div#main div#top div#overview div#product div#innerProduct div#productText {
	float: left;
	
	width: 400px;
	height: 270px;
	
	overflow: hidden;
}

div#main div#top div#overview div#product div#innerProduct div#productText h1 {
	margin: 30px 0 15px 0;
}

div#main div#top div#overview div#product div#buttons {
  width: 679px;
  height: 57px;
  
  background-image: url('./../../../../images/overviewProductsButtonsBG.jpg');
  background-repeat: repeat-x;
}

div#main div#top div#overview div#product div#buttons div#priceText {
	float: left;

	width: 230px;
	margin: 0 14px;
	
	line-height: 57px;
	
	font-size: 20px;
	color: #bd055e;
	font-weight: bold;
	
	text-align: center;
}

div#main div#top div#overview div#product div#buttons div.button {
  float: left;
  
  width: 172px;
  height: 100%;
  
  border-right: 1px solid #c7c7c7;
}

div#main div#top div#overview div#product div#buttons div.button div {
  width: 150px;
  height: 18px;
	
	margin: 1px 0 0 0;
	
	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#product div#buttons div.button div a {
  display: block;
    
  color: #b6055b;
	text-decoration: none;
}

div#main div#top div#overview div#product div#buttons div.button div a:hover {
	text-decoration: underline;
}
