/*
 * wildcat.css
 *
 * Defines cascading styles used across the Wildcat Electronics website.  
 */

/*
 * The class styles defined in this section are all default values for style
 * tag attributes on html controls.  Editing the definitions here alters the
 * default style for the corresponding object in the Lowell Vending website.
 */
 
 body { background-color:#004fC0; font-family: Arial, Helvetica, sans-serif; }
.content { width:800px; margin:auto; margin-top:5px; border:0px solid red; }
.subhead { font-size:.9em; }
.cat { font-size:.9em; font-weight:bold; color:#ffffff; padding-left:8px; padding-top:4px; }
a.cat { font-size:.9em; font-weight:bold; color:#ffffff; padding-left:4px; padding-top:8px; text-decoration:none; }
.prod { font-size:.8em; color:#ffffff; padding-left:8px; text-decoration:none; }
.subprod { font-size:.7em; }
a.prod { font-size:.8em; color:#ffffff; padding-left:8px; text-decoration:none; }
a.subprod { font-size:.7em; color:#ffffff; padding-left:10px; text-decoration:none; }
a.tree { font-size:10pt; font-weight:700; color:#ffffff; text-decoration: none; padding-left:4px; }
a.treesm { font-size:.6em; text-decoration:none; padding-left:8px; }
.shadow { background-image:url(images/sideshadow.jpg); background-repeat:repeat-y; }

/* These rules control the links in the navigation column*/
a:link { color:#ffffff; }
a:active { color:#ff0000; }
a:visited { color:#ffffff; }
a:hover { color:#ffcc33; text-decoration: underline; }
.idlelg { font-size:.9em; font-weight:bold; color:#ffcc33; padding-left:8px; text-decoration:none; }
.idle { font-size:.8em; font-weight:bold; color:#ffcc33; padding-left:8px; text-decoration:none; }
.idlesm { font-size:.7em; font-weight:bold; color:#ffcc33; padding-left:10px; text-decoration:none; }

/* These rules control the links in the body of the page*/
a.body { color:#0066CC; }
a.body:active { color:#ff0000; }
a.body:visited { color:#00cc66; }
a.body:hover { color:#ff0000; }