/* --- THE BIZATOMIC STYLESHEET V2 8/8/02 --- */
/* --- BEGIN COMMONLY EDITED STYLES --- */

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:active, a:hover, a:visited:hover {
	color: #FFCC00;
	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;
	color: #CCCCCC;
}

.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.listings {
	width: 575px;
} 

/* Netscape bug fix - don't delete*/
.sub_cat {
	text-align: left;
}

/* ---- Possible styles for additional customization */
.listing { }
.category_description { }
.item { }

.Button {
       FONT-FAMILY: Arial;
       BACKGROUND-COLOR: #666666;
       COLOR: #FFCC00; FONT-WEIGHT: bold; 
       FONT-SIZE: 11px;
       TEXT-DECORATION: none;
       border: solid 1px #000000;
       height: 16px;
       cursor: hand;
       padding: 2px 4px 2px 4px;
}

.FormButton {
	COLOR: #999999; font-size: 12px; font-weight: bold; text-decoration: none;
}

