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

label
{
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
.total	{
	font-size: 24px;
	color: #8bca24;
	margin-top: 20px;
	margin-bottom: 20px;
}
.subtotal	{
	font-size: 16px;
	color: #8bca24;
	margin-top: 20px;
	font-weight: bold;
}
.errormsg	{
	font-size: 22px;
	color: #F00;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.checkout	{
	font-size: 24px;
	color: #C00;
	margin-top: 40px;
	margin-bottom: 20px;
}
.checkout a,.checkout a:link,.checkout a:active,.checkout a:hover,.checkout a:visited {
	color: #C00;
}
.checkout_button {
	font-size: 18px;
	/*color: #8bca24;*/
	color: #6B9B1C;
	margin: 30px 0 30px 100px;
}
.label	{
	clear: both;	
}
.checkout_label 	{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#navigation	{
	margin-bottom: 20px;
}

input.btn {
	color:#050;
	font: bold small 'trebuchet ms',helvetica,sans-serif;
	margin: 20px 0 30px 100px;
} 




#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('../images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('../images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('../images/gradhover.png') repeat-x;
	color: #339;
}
