/* COLORS */
.thead
{background-color: #FF6726}
input.button:hover,
a:hover,a:active,
#breadcrumb a:hover,#breadcrumb a:active,
.tfoot a:hover,.tfoot a:active,
input.button:hover,
#nav li > ul a:hover,#nav li > ul a:active,
.tcat a:hover,.tcat a:active,
#usercontrol a:hover,#usercontrol a:active
{color: #FF6726}
/* Selected colors - Need seprate lines for FF to use correctly */
::selection {background-color: #FF6726; color:#fff; text-shadow:0 -1px rgba(0,0,0,.2);}
::-moz-selection {background-color: #FF6726; color:#fff; text-shadow:0 -1px rgba(0,0,0,.2);}