body {
	font: 15px "Times New Roman", Times, serif;
	background: #cacaca url(images/bgrad.png) top left repeat-x;
	padding: 0px;
	margin: 0px;
}

h3.error { border: 2px solid red; padding: 13px; margin: 20px; background: #ffdddd; }

#center_everything {
	margin: 10px auto;
	width: 750px;
}

/* some styles form dreamweaver */
.style6  {color: #FF9900; font-weight: bold; }
.style7 {font-size: 16px}
.style8  {font-family: "Bank Gothic"; color: #000000; font-size: 36px; }
.style9  {font-size: 14px}
.style10 {font-weight: bold; font-size: 24px; color: #6699FF; }
.style11, .style17 {font-size: 24px; color: #6699FF; }
.style12 {color: #330066}
.style13 {font-size: 14px; }
.style15 {color: #FF0000}
.style16 {font-size: 24px; color: #000000; }
.style17 {font-size: 24px}
.style19 {font-size: 24px; color: #6699FF; }
.style21 {font-size: 12px}
.style23 {font-size: 14px; font-family: "Times New Roman", Times, serif; font-style: italic; }
.style24 {font-size: 18px}
.style25, .style20, .style18 {font-family: "Times New Roman", Times, serif; font-size: 16px; }

#top-container {
	width: 726px;
	margin: 0px auto;
	background: white url(images/bwtop20.png) top left no-repeat;
	padding: 12px 12px 3px 12px;
}

#bbr {
	background: #05f url(images/bbbr20.png) bottom right no-repeat;
}

#bbl {
	background: #69f url(images/bbbl20.png) bottom left no-repeat;
}


#logo {
	height: 108px;
	margin: 0px 2px 10px 0;
	float: left;
}

#logo img
{
	border: 0;
}

#top-text
{
	font-family: Arial, sans-serif;
	padding-top: 7px;
	float: left;
}

#top-text h1
{
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#top-text p
{
	margin: 5px 0 5px 0;
	font-size: 14px;	
}

#top-text hr
{
	width: 310px;
	margin-left: 0;
}

#top-text em
{
	font-variant: italic;
	font-size: 13px;	
	color: #3a59b4;
}

#top-message
{
	float: left;
	margin: 0 0 0 95px;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 16px;
}

#top-message a
{
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#saab_logo a {
	display: block;
	background: transparent url(images/saab_logo.png) top center no-repeat;
	padding-top: 81px;
	margin-top: 40px;
	text-align: center;
	font-size: 80%;
}

#main_left {
	width: 100px;
}
#main_content {
	width: 650px;
	background: white;
}

#links_footer {
	border: 1px solid black;
	font-weight: bold;
	height: 17px;
	text-align: center;
}

#copyright_footer {
	font-weight: bold;
	color: black;
	height: 17px;
	padding-top: 6px;
	text-align: center;
	font: 11px Arial;
}

.nav {
	background: #69f;
	font-weight: bold;
}


.hnav {
	width: 570px;
	text-align: center;
	padding: 8px 4px;
	background: #0055ff;
}

.hnav a {
	color: white;
}

a#buy-now-button
{
	background: url('images/buy-now-button-white.png') no-repeat top left;
	width: 90px;
	padding: 4px 8px 7px 8px;
	color: #05f;
}

a#buy-now-button:hover
{
	text-decoration: none;
}

#vnav {
	vertical-align: top;
	padding: 0px 10px;
	width: 180px;
}

#vnav a
{
	color: blue;
}

#main_content {
	vertical-align: top;
	padding: 10px;
}

.first {
	padding-top: 0px;
	margin-top: 0px;
}

div.submit_box {
	margin: 30px;
	padding: 10px;
	background-color: #afa;
	border: 3px solid black;
	text-align: center;
}

div.delete_box {
	margin: 30px;
	border: 3px solid black;
	padding: 8px;
	background-color: #f88;
	text-align: center;
}

#green-div
{
	float: right;
}

/* Buy Now Page (Dave Stern) */
.buy-item
{
	margin: 20px 0;
	clear: both;
}

.buy-item form.nofloat
{
	float: left;
}

.buy-item form
{
	float: right;
	margin-right: 10px;
}

.img-input
{
	margin-top: 2px;
	vertical-align: bottom;
}

.txt-input
{
	margin: 0 5px 0 2px;
}

.spaced
{
	margin-bottom: 40px;
}

.clear
{
	clear: both;
}

/* form stuff: */
td.caption { text-align: right; vertical-align: top; font-weight: bold; }
td.errorcaption { text-align: right; vertical-align: top; font-weight: bold; color: red; }
div.error { border: 2px solid red; padding: 13px; margin: 20px; background: #ffdddd; }

#cart th {
	text-align: right;
	font-weight: bold;
}

#cart th.item {
	width: 350px;
	text-align: left;
}

#cart td {
	text-align: left;
	font-weight: normal;
}

#cart th, #cart td {
	border-bottom: 1px solid #aaa;
}

#cart td.item, #cart td.total, td.empty {
	border-left: 1px solid #aaa;
}

#cart td.subtotal, td.empty {
	border-right: 1px solid #aaa;
}

#cart td.item {
	padding-right: 10px;
}

#cart td.qty {
	text-align: center;
}

#cart td.money {
	text-align: right;
}

#cart td.math {
	color: #aaa;
}

#cart td.total {
	text-align: right;
	font-weight: bold;
}

#cart td.empty {
	text-align: center;
}

#cart tr.total {
	background-color: #ddd;
}

#cart tr.even td {
	background-color: #eef;
}
