@charset "utf-8";
/* CSS Document */


#page {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: thin solid #CCCCCC;
	padding: 30px;
}
.cartbutton {
	text-decoration: none;
	margin-left: 5px;
	padding: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAAAAA;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #AAAAAA;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #DDDDDD;
	font-weight: lighter;
	color: #000000;
}
.cartbutton:hover {
	background-color: #EEEEEE;
}
