body {
	font-family: 'Futura Medium', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;

}

div#container {
	margin: 10px auto 0 auto;
	width: 60em;
	text-align: left;
}

a, a visited {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #FFFF80;
}

.headerlinks a, .headerlinks a:visited {
	text-decoration: none;
}

.headerlinks a:hover {
	text-decoration: underline;
}

.browseimage {
	width: 220px; 
	height: 260px;
	float: left;
	line-height: 14px;
}

.productbrowse {
	border: 1px solid #666666; 
	background-position: top left; 
	background-repeat:no-repeat; 
	width: 200px; 
	height: 200px; 
	text-align: right;
}

h1 {
	margin: 0 0 10px 0;
	padding: 1px 0 1px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-color: #bf1400;
	height: 19px;
	width: 300px;
	/*width: 150px;*/
}

hr {
	width: 700px;
	margin: 10px 0 10px 0;
	padding-left: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #333333;
	height: 0;
}

div#mainbody {
	margin-top: 20px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}

.arrowlist {
	list-style-image: url('../images/arrow.gif');
	list-style-position: outside;
	margin-left: 20px;
	margin-top: 10px;
	padding-left: 0;
	text-align: left;
}

.framed {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	padding: 5px;
	margin: 2px;
	background-color: #FFFFFF;
}

.actionbar {
	text-align: left;
	background-color: #333333;
	border: 1px solid #000000;
	padding: 2px 0 2px 10px;
	margin: 0 20px 0 20px;
	width: 100%;
}

.info {
	border:solid 1px #c0c0c0; 
	background-color:#DDFFDD; 
	padding:10px; 
	margin: 10px 40px 10px 0;
	color: #333333;
}

.error {
	background-color: #FFEAEA;
}

.altrow {
	background-color: #804000;
}

.row {
	background-color:#400000;
}

.primary {
	padding: 10px;
	background-color: #400000;
}

#cartform {
	background-color: #333333;
	padding: 10px;
}

th {
	font-weight: bold;
	font-size: 14px;
}

.redbutton { border: none; background-color: #f5080e; width: 220px; text-align: center; padding: 2px; height: 18px; }
.redbutton a, .redbutton a:visited { color: #FFFFFF; font-weight: bold; text-decoration: none; width: 220px; display: block; }
