@charset "UTF-8";

@import url(site.css);

#mainContainer02 {
	padding-bottom: 160px;
}

.productContainer01 {
	height: 385px;
	width: 904px;
	background: #000 url(../img/backgrounds/product-bk_01.gif) no-repeat 0 0;
	position: relative; left: 0; top: 0;
	margin: 0 auto;
}

.productImage01 {
	position: absolute; top: 45px; left: 38px;
}

.productDescription01 {
	text-align: left;
	position: absolute; top: 45px; left: 360px;
	width: 500px;
}

.productDescription01 h3 {
	margin-bottom: 40px;
}

.productDescription01 p {
	margin-bottom: 20px;
}

.productDescription01 p span {
	padding-left: 5px;
}

#buttonsDiv1 {
 float: right;
}

.simpleButton:link,
.simpleButton:visited,
.simpleButton:active {
 font-size: 14px;
	letter-spacing: 0.05em;
	background-color: #000;
	border: 1px solid #333;
	color: #e7c76c;
	padding: 3px 0 4px 0;
	margin: 0px auto 9px 0;
	text-transform: uppercase;
	display: block;
	width: 170px;
	text-align: center;
}

.simpleButton:hover, .simpleButton:focus {
	border-color: #0d95f0;
	color: #fff7df;
	text-decoration: none;
}

.buyButton03 {
	position: absolute; right: 57px; bottom: 76px;	
}

.buyButton03 a {
	display: block;
	height: 37px;
	width: 146px;
	background-image: url(../img/buttons/buy-now_01.gif);
}

.buyButton03 a:hover, .buyButton03 a:focus {
	background-image: url(../img/buttons/buy-now_ro_01.gif);
}

.buyButton03 a span{
	display: none;
}

