@charset "utf-8";
.error-box {
	border: 2px solid #cc0000;
	padding: 5px;
	background-color: #FFC;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/* CSS Document */

html, body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	background-color: #9f9898;
	background-image: url(/img/layout/bg.png);
	background-repeat: repeat-x;
	height:100%;
	margin: 0;
	padding: 0;
	top:0;
}


.small-text {
	font-size: 9px;
}

.product-img-table {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.info-table {
	padding: 10px;
	border: 2px solid #F4F4F4;
	margin: 5px;
}


.red-text {
	/*color: #993333;*/
	color:#cc0000;
	font-size: 12px;
}
.heading {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}
input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

.indented {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.button-small {
	font-size: 11px;
}
.img-box {
	border: 1px solid #cc0000;
}
.current_product {
	font-weight: bold;
	color: #000000;
}
.gray-italics {
	font-style: italic;
	color: #999;
	font-size: 9px;
}
.date-posted {
	font-style: italic;
	color: #999;
	font-size: 9px;
}
.subHeading {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-color: #CCC;
	border: 1px solid #999;
}
.green-text {
	color: #063;
}
z
