.assocProdsHeading {
	font-size: 15px;
	font-weight: bold;
	color: #003266;
	letter-spacing: -1px;
}

.storeProdName {
	font-size: 16px;
	font-weight: bold;
	color: #996600;
	
}
.storeProdNameBC {
	font-size: 11px;	
	color: #666666;
}

.storeCatName {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;	
}
.storeCatNameBC {
	font-size: 11px;		
	color: #003266;	
	border-bottom: 1px solid #666666;	
}




.cart_notice { color: #FF0000; font-size: 15px;}





/* store category navigatoin sub links */
.storeNavCatLinks_sub {
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: -0.5pt;
	font-weight: lighter;
}
.storeNavCatLinks_sub:link {
    color: #FFFFFF;
	text-decoration: none;	
}
.storeNavCatLinks_sub:visited {
    color: #FFFFFF;
	text-decoration: none;	
}
.storeNavCatLinks_sub:hover {	
    color: #FFFFFF;
	text-decoration: underline;
}


/* style when a sub category is selected */
.storeNavCatLinks_subOn {
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: -0.5pt;	
    font-weight: bold;
}
.storeNavCatLinks_subOn:link {
    color: #FFFFFF;
	text-decoration: none;	
}
.storeNavCatLinks_subOn:visited {
    color: #FFFFFF;
	text-decoration: none;	
}
.storeNavCatLinks_subOn:hover {	
    color: #FFFFFF;
	text-decoration: underline;
}

/* border on product images*/
.storeProdImg { margin-left: 15px; }


/* border on category images
.storeCatImg { border: solid 1px #FFFF00; }
*/

/* used on the nav drop down images, this is the main cat */
.navcat_main { }

.rowHover { background: #CCECF4; }  /* row hover color for category, products, view order, etc */
.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: Arial, Helvetica, sans-serif;
    height: 22px;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #003266;
    padding-left: 2px;
    padding-right: 2px;
}

textarea { /* redefined tag, applies to all */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #003266;
    padding-left: 2px;
    padding-right: 2px;
}
.inputEdit {    /* similar to .input, but text is centered, used in the admin */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #EEEEEE;
    border: 1px solid #000000;
    text-align: center;
}
.inputS { /* same as input, but smaller */
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 12px;
    color: #000000;
    height: 22px;
    background-color: #FFFFFF;
    border: 1px solid #003266;
    padding: 2px;
}
.inputButton { /* used on submit buttons where there isn't an image */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #003266;
    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: Arial, Helvetica, sans-serif;
    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: #FF9900; }

/* used on the first show of many tables */
.cartHead { background: #eeeeee; color: #000000; font-size: 11px; font-weight: bold;}

.assocProdsBrdr {   /* line below the assoc. prods title text */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/* End ecommerce styles */
.srchbrdr {
	border: 1px solid #FFFFFF;
	font: bold 11px;
	color: #FFFFFF;
}
.srchinput {

    font-family: inherit;
    height: 20px;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #FF0000;
    padding: 2px;
}


.billShip {
	font-size: 11px;
	font-weight: bold;
}

.billShip strong {
    font-weight: bold;
    color: #FF0000;
}

.checkoutBillHeading {
	font-size: 15px;
	font-weight: bold;
	color: #003266;
	letter-spacing: -1px;
}
.checkoutShipHeading {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	letter-spacing: -1px;
}
form {
	margin: 0px;
	padding: 0px;
}



@media screen
{
.no-print { display: block; }
}

@media print
{
.no-print { display: none; }
}



