/* Styles that are used in the ecommerce site's files */
.subheadline {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
}	

.storeProdName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.storeProdText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.prodImgBorder { border: 3px double #333300; } /* border around product images */
.catImgBorder { border: 3px double #333300; } /* border around category images */

.rowHover { background: #CCCCCC; }  /*not really needed, hover color for the categories in the admin */
.smhmetxt { font-size: 11px; } /* small text*/
.cartOption { font-size: 11px; margin-left: 8px; } /* for the option divs in the cart */
.input { /* used on all the textfields */
    font-family: inherit;
    height: 21px;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 2px;
}
textarea { /* redefined tag, applies to all */
    font-family: inherit;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 2px;
}
.inputEdit {    /* similar to .input, but text is centered, used in the admin */
    font-family: inherit;
    font-size: 11px;
    color: #000000;
    background-color: #EEEEEE;
    border: 1px solid #000000;
    text-align: center;
}
.inputButton { /* used on submit buttons where there isn't an image */
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #333300;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    padding: 2px;
}
select { /* redefined the select tag, similar to .input but no borders */
    font-family: inherit;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
}

/* used on the for sale text -> was x.xx, now x.xx */
.sale { font-weight: bold; color: #990000; }

/* used on the first show of many tables */
.cartHead { background: #333300; color: #FFFFFF; font-size: 11px; font-weight: bold; }
.hmetxt { font-size: 12px; } /* a legacy style, probably not needed */
.assocProdsBrdr {   /* line below the assoc. prods title text */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/* End ecommerce styles */
