Body    {font-family: Verdana,Helvetica,Sans-Serif;}

/* text */
.sm     {font-size: 10px;}
.sm_alt {font-size: 10px; color: #666666;} /* gray */
.md_alt	{font-size: 12px;}
.md     {font-size: 13px;}
.lg     {font-size: 15px;}
.xl     {font-size: 19px;}
.xxl    {font-size: 23px;}

/* headers */
.h1     {font-size: 10px; font-weight: bold;}
.h2     {font-size: 11px; font-weight: bold;}
.h3     {font-size: 13px; font-weight: bold;}
.h4     {font-size: 15px; font-weight: bold;}
.h5     {font-size: 17px; font-weight: bold;}
.h6     {font-size: 19px; font-weight: bold;}
.h7     {font-size: 21px; font-weight: bold;}
.h8     {font-size: 16px; font-weight: bold;}

/* product detail */
.list   /*list price*/
        {text-decoration: line-through; font-size: 11px;} 
.save   /*you save value*/
        {color: #cc0000; font-size: 11px;} 
.save_alt /*you save value on featured product single*/
        {color: #cc0000; font-size: 10px;}         
.info   /*infonugget*/
        {color: #008000; font-size: 10px;}
.rank   /*sales rank*/
        {color: #666666; font-size: 10px;}
.ship_1 /*ships 1-2 days*/
        {color: #006600; font-size: 13px; font-weight: bold;}
.ship_3 /*sales 3-5 days*/
        {color: #FF8000; font-size: 13px; font-weight: bold;}
.ship_b /*ship backordered*/
        {color: #999999; font-size: 13px; font-weight: bold;}
.pre    /*preorder*/
        {color: #9900cc; font-size: 10px; font-weight: bold;}
.pre_alt /* preorder text on product detail */
        {color: #9900cc; font-size: 13px; font-weight: bold;} 
.ul     /*this is used on all categories browsecats lists */
        {font-size: 13px; line-height: 14pt}        
