body         { margin: 0px; background: #494949; }
form		 { margin: 0px; }

/* Common in all pages */
.header_link { font-family: Verdana; font-size: 10px; color: #000000; text-decoration: none; 
               font-weight: bold }
:hover.header_link { color: #ffffff; }
.menu        { display: block; font-family: Verdana; font-size: 10px; color: #414141; text-decoration: none; 
               font-weight: bold; background: #F3F3F3; width: 234; height: 100%; padding: 4 0 4 4;}
:hover.menu  { color: #ffffff; background: #FF7E00; }
.menu2        { display: block; font-family: Verdana; font-size: 10px; color: #414141; text-decoration: none; 
               font-weight: bold; background: #FF7E00; width: 100%; height: 100%; padding: 4 0 4 4;}
:hover.menu2  { color: #ffffff; background: #707070; }
.footer_link { font-family: Verdana; font-size: 10px; text-decoration: none; color: #797979 }
:hover.footer_link { text-decoration: underline; }

/* Home Page */
.cart_no     { font-family: Impact; font-size: 37px; color: #FFFFFF }
.cat_title   { font-family: Verdana; font-size: 10px; color: #FFFFFF; font-weight: bold }
.shirt_name  { font-family: Verdana; font-size: 10px; color: #000000; text-decoration: none; 
               font-weight: bold }
.price       { font-family: Verdana; font-size: 10px; color: #FFFFFF; font-weight: bold; background: #000000; }

/* Tee Details Page */
.cat_title2   { font-family: Impact; font-size: 25px; color: #FFFFFF }
.tee_title   { font-family: Verdana; color: #000000; font-size: 11px; font-weight: bold }
.tee_title_w { font-family: Verdana; color: #ffffff; font-size: 11px; font-weight: bold }
.quality     { font-family: Verdana; font-size: 10px; color: #414141; font-weight: bold }
.popup_link  { font-family: Verdana; font-size: 10px; color: #414141; font-weight: bold }
.combo       { width: 96; height: 15; font-family: Verdana; font-size: 10px; color: #494949; 
               font-weight: bold; border: 1px solid #A3AAB0 }
.content1    { font-family: Verdana; font-size: 10px; color: #494949 }

.page_link   { font-family: Verdana; font-size: 10px; color: #FF9900; text-decoration: none; 
               font-weight: bold }
:hover.page_link { text-decoration: underline; }

/* Show cart Page - used styles: cat_title2, tee_title, quality, tee_title_w, content1 */
.input1      { width: 60; height: 17; font-family: Verdana; font-size: 10px; color: #494949; 
               font-weight: bold; border: 1px solid #7A7A7A }
               
/* Show Address Page */
.input2      { width: 195; height: 17; font-family: Verdana; font-size: 10px; color: #7B7B7B; 
               border: 1px solid #7B7B7B }

/* Faq Page */
.faq_link    { font-family: Verdana; font-size: 11px; color: #FF7E00; font-weight: bold }
:hover.faq_link { text-decoration: none; }

/* Design Your own Tee Page */
.step_title  { font-family: Impact; font-size: 23px; color: #707070 }
.input_designtee { border:1px solid #A5ACB2; width: 175; height: 16; font-family: Verdana; font-size: 10px; color: #000000 }

.error_msg   { font-family: Verdana; font-size: 10px; color: #FF0000 }