@charset "utf-8";
/* CSS Document */

#product_container{
	float:right;
	width:630px;
	padding:5px;
}

.product_box{
	float:left;
	width:262px;
	height:235px;
	border:1px solid #282828;
	margin:5px;
	padding:18px 20px 18px 20px;
}

input.submit_button {
	background:url(images/add_to_cart.gif) 0px 0px no-repeat;	
 	width:112px;
    height:26px;
    border:none;
	cursor:pointer;
}

input.submit_button:hover,
input.submit_button:active {
	background-position: 0px -26px;	
}

#product_button{
	position:absolute;
	width:112px;
	height:26px;
	top: 475px;
	left: 702px;
}

#product_nav{
	float:right;
	padding:0px 20px 10px 10px;
}

