/* Styles that are used in the ecommerce site's files */

.storeProdName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	
}
.storeProdNameBC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #666666;
}

.storeCatName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #990000;	
}
.storeCatNameBC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;		
	color: #990000;	
	border-bottom: 1px solid #666666;	
}



/* store category navigatoin */

.storeNavCatLinks:link {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	font-weight: lighter;
}
.storeNavCatLinks:visited {
	font-family:  Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-weight: lighter;
	font-size: 12px;	
}
.storeNavCatLinks:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: underline;
	font-weight: lighter;
}
/* style when a main category is selected */
.storeNavCatLinks_on {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: underline;
	font-weight: bold;
}
.storeNavCatLinks_on:link {
    font-size: 12px;	
	text-decoration: none;	
}
.storeNavCatLinks_on:visited {
    font-size: 12px;	
	text-decoration: none;	
}
.storeNavCatLinks_on:hover {	
    font-size: 12px;	
	text-decoration: underline;
}




/* store category navigatoin sub links */
.storeNavCatLinks_sub {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;		
}
.storeNavCatLinks_sub:link {
    
	text-decoration: none;	
}
.storeNavCatLinks_sub:visited {
    
	text-decoration: none;	
}
.storeNavCatLinks_sub:hover {	
    
	text-decoration: underline;
}


/* style when a sub category is selected */
.storeNavCatLinks_subOn {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
    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 { border: solid 1px #FFFF00; }
*/

/* 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: #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 */
.logo_upload {
	font-size: 11px;
	padding-left: 10px;
    font-weight: bold;
    border-top: 1px solid #000066;
    border-left: 1px solid #000066;
	border-bottom: 1px solid #000099;
	border-left: 1px solid #000099;
}
.logo_upload:link, .logo_upload:visited { color: #FF0000;}
.input { /* used on all the textfields */
    height: 20px;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #990000;
    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 #990000;
    padding-left: 2px;
    padding-right: 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;
}
.inputS { /* same as input, but smaller */
    font-family: inherit;
	font-weight: normal;
    font-size: 12px;
    color: #000000;
    height: 22px;
    background-color: #FFFFFF;
    border: 1px solid #990000;
    padding: 2px;
}
.inputButton { /* used on submit buttons where there isn't an image */
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
}
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: #000099; }

/* used on the first show of many tables */
.cartHead { color:#FFFFFF; font-weight: bold; font-size: 11px; background: #333333;}
.hmetxt { font-size: 12px; color: #000000; } /* 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 */
.srchbrdr {
	border: 1px solid #FFFFFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	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;
}
.checkoutBillHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0066FF;
	letter-spacing: -1px;
}
.checkoutShipHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	letter-spacing: -1px;
}

