/* TRK style sheet */

body { margin:0; padding:0; border:0; background:white; font:10px arial, sans-serif; color:#888888; }

a:link { color: #FF6600; text-decoration: none; }
a:visited { color: #FF6600; text-decoration: none; } 
a:hover { color: black; text-decoration: underline; } 

.stdfont { font-family:arial; font-size:10px;color:#888888; }
.stdfont11 { font-family:arial; font-size:11px;color:#888888; }

.productHeader { font-family:arial; font-size:27px; font-weight:bold; color:black; }
.productText { font-family:arial; font-size:15px;color:black; }

a.navLink:link { color: black; text-decoration: underline; }
a.navLink:visited { color: black; text-decoration: underline; } 
a.navLink:hover { color: red; text-decoration: none; } 

a.whiteLink:link { color: white; text-decoration: underline; }
a.whiteLink:visited { color: white; text-decoration: underline; } 
a.whiteLink:hover { color: white; text-decoration: none; } 

a.cartLink:link { font-size:14px; font-weight:bold; color:red; text-decoration:underline; }
a.cartLink:visited { font-size:14px; font-weight:bold; color:red; text-decoration:underline; } 
a.cartLink:hover { font-size:14px; font-weight:bold; color:red; text-decoration:none; }

.picborder { border:1px solid #dddddd; }