/* --- THE BIZATOMIC STYLESHEET V2 8/8/02 --- */
/* --- BEGIN COMMONLY EDITED STYLES --- */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link, a:visited {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover, a:visited:hover {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.color1 {
	background-color: #FFFFFF;
	color: #000000;
}

.color2 {
	background-color: #024B80;
	color: #FFFFFF;
}

.color3 {
	background-color: #8FC644;
	color: #FFFFFF;
}

.color4 {
	background-color: #000000;
	color: #FFFFFF;
}

/* --- END COMMONLY EDITED STYLES --- */

.stext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.btext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

/* button (add to cart, etc.) color  */
.button, a.button, a.button:visited, a.button:active {
	background-color:#000099;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	padding: 1px 5px;
	color: #FFCC00;
}

/* button rollover color */
a.button:hover, a.button:visited:hover {
	background-color: #FFCC00;
	color: #000099;
}

/* button border color */
span.button {
	border: 1px solid #000000;
	padding: 0px;
}

.subtot {
	background-color: #EEEEEE;
}

input.cart {
	font-size: 10px;
}

.sale_price {
	color: #FF0000;
	font-weight: bold;
}

table.listing, td.listing {
	width: 100%;
} 

/* Netscape bug fix - don't delete*/
.sub_cat {
	text-align: left;
}

/* ---- Possible styles for additional customization */
.listing { }
.category_description { }
.item { }

