body {
	text-align: center;
	margin-top: 0px;
}

body, body td {
	font-family: arial;
	font-size: 12px;
}

#mainwrap {
	width: 766px;
	margin: 4% auto;
}

.foot {
	font-size: smaller;
	color: #333;
	text-align: center;
}

.foot a { color: #444466; margin: 0 2em; }

.prevholder, .nextholder {
	margin: 10px;
	width: 234px;
}

.nextholder {
	text-align: right;
}

.coltitle {
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 0 1em;
	line-height: 26px;
}

.contentcol {
	color: #444444;
	padding: 1em;	
}

.contentcol a { color: #333355; }
.contentcol a:hover { color: #73B55B; }

#nav {
	text-align: right;
	padding: 0 1em 0 0;
}

#nav a { 
	margin-top: 1em;
	color: #5a5a66; 
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	float: right;
	clear: both;
}

#nav a:hover { color: #73B55B; }

#nav a.header { border-bottom: 1px solid #cacac6; }
#nav a.sub {
	margin-top: .5em;
	font-size: 11px;
}

/** CART VIEW **/
#cartView {
	width: 230px;
}

#cartView img {
	paddin: 0px;
	margin: 0px;
	behavior: none; 
}

#cartView-left{
	float: right;
	width: 80px;
	height: 27px;
	padding-top: 5px;
}

#cartView-Right {
	float: right;
	border-right:
	1px dotted #d9d9d9;
	width: 120px;
	height: 27px;
}

/*** STEPS ***/
.step {
	width: 250px;
	float: left;
	color: #999;
	text-align: center;
	font-size: 18px;
}

.step a {
	color: #999;
	text-decoration: none;
}

/**** BUTTONS ****/
.button {
	background: #9dce7c;
	border: 1px solid #439d21;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

.button:hover {
	background: #7f7bb8;
	border: 1px solid #413c8e;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

