/* 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: #7cadcf;
}

.actCHECKOUTBG {
	background-color: #ffffff;
}

.actlarger {
	font-size: 13px;
	color: #000000;
}

.actsmaller{
	font-size: 10px;
	color: #000000;
}

.actxxsmall {
	font-size: 10px;
	color: #000000;
}

.actxsmall {
	font-size: 12px;
	color: #000000;
}

.actsmall {
	font-size: 12px;
	color: #000000;
}

.actregular {
	font-size: 13px;
	color: #000000;
}

.actlarge{
	font-size: 16px;
	color: #000000;
}

.actxlarge {
	font-size: 20px;
	color: #000000;
}

.actxxlarge {
	font-size: 20px;
	color: #000000;
}

.actwarningcolor {
	color: #346498;
}
	
.actrequiredcolor {
	color: #346498;
}

.actsearchhighlightcolor {
	color: #000000;
}

.actrequired {
	color: #346498;
}

.actwarning {
	font-size: 12px;
	color: #346498;
}

.actwelcome {
	font-size: 12px;
	color: #000000;
}

.actlogotext {
	font-size: 12px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 12px;
	color: #346498;
}

/* Shopping cart and checkout fields ------------------------------------------- */

table.checkout td {
	background-color: #ffffff;
}

table.checkout th {
	background-color: #7cadcf;
}

.cart {
	background-color: #ffffff;
	border-bottom: solid 1px #7cadcf;
}

.cartheading {
	background-color: #7cadcf;
	font-weight: bold;
	color: white;
}

.normal-button {
	background: #0061a2;
	font: 12px "Trebuchet MS", Verdana;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	border: solid 1px #333;
}

.highlight-button {
	background: #f58220;
	font: 12px "Trebuchet MS", Verdana;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	border: solid 1px #333;
}

h2.checkout-heading {
	font-size: 16px;
	padding: 5px;
	background: #f0f0f0;
	border-bottom: solid 1px #0061a2;
	margin: 20px 0 10px 0;
}

p.terms-header {
	font-weight: bold;
	font-size: 14px;
	padding-top: 1em;
}