﻿body {
	margin: 0;
	padding: 0px;
	
}
.btn {
	float: left;
	clear: both;
	height: 30px;
	background:url(../images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:auto;
}
.btn a{
	float: left;
		height: 30px;
	background: url(../images/btn_stretch.png) repeat-x left top;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
		width:auto;
}
.btn span {
	background: url(../images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
		height: 30px;

}
.btn_addtocart { background-color: #333333; }
.btn_checkout { background-color: red; }
.btn_learnmore { background-color: orange; }
.btn_try { background-color: #002c85; }
.clear {
	clear: both;
}
