/* theme.css contains styles that support different sizes of theme images */
@import url("theme.css");

/* begin general styles for all themes */
body {
	margin: 0px;
	padding: 0px;
}


form {
	margin: 0px;
}

/* Generic text formatting used throughout the store ---------------------------- */

.actCHECKOUTEM {
	background-color: #ffffff;
}

.actCHECKOUTBG {
	background-color: #fafafa;
}

.actlarger {
	font-size: 13px;
	color: #000000;
}

.actsmaller{
	font-size: 10px;
	color: #000000;
}

.actxxsmall {
	font-size: 10px;
	color: #000000;
}

.actxsmall {
	font-size: 11px;
	color: #000000;
}

.actsmall {
	font-size: 11px;
	color: #000000;
}


.actlarge{
	font-size: 16px;
	color: #000000;
}

.actxlarge {
	font-size: 20px;
	color: #000000;
}

.actxxlarge {
	font-size: 20px;
	color: #000000;
}

.actwarningcolor {
	color: #ffa900;
}
	
.actrequiredcolor {
	color: #ffa900;
	
}

.actsearchhighlightcolor {
	color: #cc0000;
}

.actrequired {
	color: #ffa900;
}

.actwarning {
	font-size: 11px;
	color: #ffa900;
}

.actwelcome {
	font-size: 11px;
	color: #000000;
}

.actlogotext {
	font-size: 11px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 11px;
	color: #cc0000;
}

/* Shopping cart and checkout fields ------------------------------------------- */

table.checkout td {
}

table.checkout th {
	background-color: #ffffff;
}

.cart {
	background-color: #fafafa;
	border-bottom: solid 1px #e8e8e8;
	color: #5d5d5d;
	font-weight: bold;
	height: 22px;
}

.cartheading {
	background-color: #ffffff;
	font-weight: bold;
	color: #5d5d5d;
	border-bottom: solid 1px #e8e8e8;
}

.normal-button {
	background: #828baa;
	font: 12px "Trebuchet MS", Verdana;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	border: solid 1px #333;
}

.highlight-button {
	background: #678298;
	font: 12px "Trebuchet MS", Verdana;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	border: solid 1px #333;
}

h2.checkout-heading {
	font-size: 13px;
	padding: 5px;
	background: #f8f8f8 url('header_grad_bg.gif') no-repeat;
	color: #a3d35f;
	margin: 20px 0 10px 0;
}

p.terms-header {
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	padding: 6px;
	background: #f8f8f8 url('header_grad_bg.gif') no-repeat;
	margin: 8px 0; 
	color: #83b738;
}
