.tableborder1 {
	border: 1px double #C8D876;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
.tableborder2 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 2px solid #FFCC00;
}
#buttons a:link, #buttons a:active, #buttons a:visited {
	background-image: url(images/btn_blue-01.jpg);
	height: 55px;
	width: 260px;
	background-repeat: no-repeat;
	padding-top: 17px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#buttons a:hover {
	background-image: url(images/btn_green-01.jpg);
	height: 55px;
	width: 260px;
	display: block;
	color: #FFFFFF;
}
#cartbutton a:link, #cartbutton a:active, #cartbutton a:visited {
	float:right;
	background-image: url(images/blank_btn.jpg);
	height: 30px;
	width: 171px;
	background-repeat: no-repeat;
	padding-top: 9px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#0066FF;
	text-decoration: none;
	text-align: center;
}
#cartbutton a:hover {
	background-image:url(images/blank_btn.jpg);
	height: 30px;
	width: 171px;
	display: block;
	color:#0099FF;
}productbutton a:link, #productbutton a:active, #productbutton a:visited {
	float:right;
	background-image: url(images/blank_btn.jpg);
	height: 30px;
	width: 171px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#0066FF;
	text-decoration: none;
	text-align: center;
}
#productbutton a:hover {
	background-image:url(images/blank_btn.jpg);
	height: 30px;
	width: 171px;
	display: block;
	color:#0099FF;
}


