/* THE BIZATOMIC STYLESHEET 01/31/05 */

body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #DF0003;
	text-decoration: none;
}

a:active, a:hover, a:visited:hover {
	color: #003F74;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.stext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.color1 {
	color: #000000;
	background-color: #EEEEEE;
}

.color2 {
	color: #FFFFFF;
	background-color: #339999;
}

.color3 {
	color: #FFFFFF;
	background-color: #66CC33;
}

.color4 {
	color: #FFFFFF;
	background-color: #000000;
}

form {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}


/* ez.ShopManager below - may be deleted */

/* button normal color  */
.button, a.button, a.button:visited, a.button:active {
	color: #FFCC00;
	background-color:#000099;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	padding: 1px 5px;
}

/* button rollover color */
a.button:hover, a.button:visited:hover {
	color: #000099;
	background-color: #FFCC00;
}

/* 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 */
.sub_cat {
	text-align: left;
}

/* additional customization */
.listing { }
.category_description { }
.item {
	font-size: 18px;
	font-weight: bold;
	color: #DF0007;
}

