/* general */
P, BODY, TD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: black;
}

BODY {
	background-color: white;
}

A {
	color: #ff6600;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: black;
}

FORM {
	margin: 0px;
	padding: 0px;
}

/* frames */
TABLE.frame TD.title {
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	color: white;
}

TABLE.frame TD.content {
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	padding: 2px;
	padding-top: 5px;
}

/* product search bar */
INPUT#product_search {
	border: 0px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

/* list */
TABLE.list TR.heading TD {
	font-weight: bold;
	padding-right: 10px;
	background-color: #eeeeee;
}

TABLE.list TR.heading TD.sorted {
	background-color: #ff9900;
	color: white;
}

TABLE.list TR.heading TD.sorted A {
	color: white;
}

TABLE.list TR.heading TD.blank {
	background-color: white;
}

TABLE.list TR.row {
	background-color: #eeeeee;
}

TABLE.list TR.row:Hover {
	background-color: #cccccc;
}

TABLE.list TR.row TD.sorted {
	background-color: #cccccc;
}

TABLE.list TR.row:Hover TD.sorted {
	background-color: #aaaaaa;
}

/* admin message */
DIV.admin_message {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #cc3300;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* admin add button */
A.admin_add {
	border: 1px solid #ff9900;
	padding: 5px;
}

A.admin_add:Hover {
	background-color: #ff9900;
	color: white;
	text-decoration: none;
}

/* sections */
TABLE.sections TR.section TD {
	font-weight: bold;
	text-align: center;
}

/* categories */
TABLE.categories TR.category TD {
	font-weight: bold;
	text-align: center;
}

/* products */
TABLE.products TR.product DIV.name {
	font-weight: bold;
	font-size: 14px;
}

TABLE.products TR.product DIV.summary {
	margin-bottom: 5px;
}

TABLE.products TR.product SPAN.price {
	font-weight: bold;
}

TABLE.products TR.product SPAN.member_price {
	font-weight: bold;
	color: #cc3300;
}

TABLE.products TR.seperate TD {
	border-bottom: 1px dashed #cccccc;
}

/* product */
TABLE.product TD.tag {
	font-weight: bold;
}

TABLE.product TD.image {
	padding-right: 10px;
}

TABLE.product TD.name {
	font-weight: bold;
	font-size: 14px;
}

TABLE.product TD.breadcrumb {
	font-size: 9px;
	padding-bottom: 10px;
}

TABLE.product TD.summary {
	padding-top: 10px;
	padding-bottom: 10px;
}

TABLE.product TD.desc {
	padding-top: 20px;
	text-align: justify;
}

TABLE.product TD.value SPAN.original_price {
	color: #333333;
	text-decoration: line-through;
	padding-right: 10px;
}

/* featured products */
TABLE.featured_product DIV.name {
	font-size: 12px;
	font-weight: bold;
}

TABLE.featured_product DIV.summary {
	margin-top: 6px;
	text-align: justify;
	font-size: 9px;
}

TABLE.featured_product DIV.price {
	color: #333333;
	font-weight: bold;
}

TABLE.featured_product DIV.member_only_special {
	color: #333333;
}

/* admin button */
SPAN.admin_btn {
	font-size: 9px;
	font-weight: bold;
}

/* shopping cart */
TABLE.cart TR.heading TD {
	font-weight: bold;
	font-size: 9px;
	color: #666666;
}

TABLE.cart TR.heading TD.unit_price, TABLE.cart TR.heading TD.quantity, TABLE.cart TR.heading TD.sub_total {
	text-align: right;
}

TABLE.cart TR.product TD.unit_price, TABLE.cart TR.product TD.quantity, TABLE.cart TR.product TD.sub_total {
	text-align: right;
}

TABLE.cart TR.totals TD {
	font-weight: bold;
	text-align: right;
}

/* specials */
TABLE.special DIV.name {
	font-size: 9px;
	font-weight: bold;
}

TABLE.special DIV.price {
	font-size: 9px;
	color: #333333;
	margin-bottom: 3px;
}

TABLE.special DIV.summary {
	font-size: 9px;
	text-align: justify;
}

/* breadcrumb */
DIV.breadcrumb IMG {
	border-bottom: 1px solid white;
}

DIV.breadcrumb A:Hover IMG {
	border-bottom: 1px solid black;
}

/* forms */
TABLE.form TD.error {
	color: red;
}

TABLE.form TD.tag {
	font-weight: bold;
}

TABLE.form TD.input INPUT,
TABLE.form TD.input TEXTAREA
{
	border: 1px solid #cccccc;
	padding: 2px;
}

/* order receipt */
TABLE.order_receipt TD.tag {
	font-weight: bold;
}

/* footer */
TD.footer {
	font-size: 9px;
	color: #cccccc;
}

/* side menu */
DIV.side_menu {
	padding: 3px;
}

DIV.side_menu DIV.item A {
	font-size: 10px;
}

DIV.side_menu DIV.item {
	padding: 2px;
	border-bottom: 1px dotted #aaaaaa;
}

DIV.side_menu DIV.item#current A {
	font-weight: bold;
	color: black;
}

DIV.side_menu DIV.sub {
	font-size: 9px;
	padding-left: 10px;
}

DIV.side_menu DIV.sub A {
	color: #333333;
	font-size: 9px;
}

DIV.side_menu DIV.div {
	border-bottom: 1px solid #aaaaaa;
}

/* sitemap */
UL.sitemap {
	font-size: 11px;
	line-height: 150%;
}

UL.sitemap LI {
	font-weight: bold;
}

UL.sitemap UL LI {
	font-weight: normal;
}

IMG.tiny_preview {
	border: 1px solid #cccccc;
	margin-right: 3px;
	margin-bottom: 3px;
}

/* checkout */
TABLE.checkout_form TD.tag {
	font-weight: bold;
	white-space: nowrap;
}