
/* begin general styles for all themes */
body {
	margin: 0px;
	padding: 0px;
}


form {
	margin: 0px;
}

/* Generic text formatting used throughout the store ---------------------------- */

.actCHECKOUTEM {
	background-color: #b1bfae;
}

.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: 11px;
	color: #000000;
}

.actsmall {
	font-size: 11px;
	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: #666666;
}
	
.actrequiredcolor {
	color: #666666;
}

.actsearchhighlightcolor {
	color: #ff0000;
}

.actrequired {
	color: #666666;
}

.actwarning {
	font-size: 11px;
	color: #666666;
}

.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: #003366;
}

/* Shopping cart and checkout fields ------------------------------------------- */

table.checkout td {
	background-color: #ffffff;
}

table.checkout th {
	background-color: #b1bfae;
}

.cart {
	background-color: #ffffff;
	border-bottom: solid 1px #b1bfae;
}

.cartheading {
	background-color: #b1bfae;
	font-weight: bold;
	color: #fff;
}

.normal-button {
	background: #ffffff;
	font: 11px Verdana;
	color: #FF0000;
	font-weight: bold;
	padding: 1px;
	border: solid 1px #b1bfae;
}

.highlight-button {
	background: #FF0000;
	font: 11px Verdana;
	color: #fff;
	font-weight: bold;
	padding: 1px;
	border: solid 1px #FF0000;
}

.personalise-button {
	background: #ffffff;
	font: 11px Verdana;
	color: #FF0000;
	font-weight: bold;
	padding: 1px;
	border: solid 1px #b1bfae;
}

h2.checkout-heading {
	font-size: 16px;
	padding: 5px;
	background: #b1bfae;
	color: white;
	margin: 20px 0 10px 0;
}

p.terms-header {
	font-weight: bold;
	font-size: 14px;
	padding-top: 1em;
}

p.required-fields {
	padding: 4px;
	margin: 10px 0;
	border: solid 1px #ccc;
	border-width: 1px 0;
}
.cartbox{
float:left;
margin-right:5px;
}

