/*
   Author: Hari Khalsa
   Date: 08.06.02
   Description:
   Style Sheet for The American Girls Brand Page, Catalog Quick Order Section

*/

/* class: background: used for section "brand" header box */
.bgBrandBox {background-color: #666666;}
.bgBrandBorder {background-color: #FFFFFF;}

/* class: background: used for section photos, instructional and thumbnail */
.bgPhotoBox {background-color: #FFFFFF;}
.bgPhotoBorder {background-color: #000000;}

/* class: background: used for Add Items box */
.bgItemBox {background-color: #FFFFFF;}
.bgItemBorder {background-color: #000000;}

/* class: fonts: used for instructional copy's Step text */
.txtStep  { font-size: 12px; color: #990033; font-weight: bold;}

/* class: fonts: used add items box text */
.txtItemTtl { color: #666666; font-weight: bold; background-color: #FFFFFF; }
.txtItem { color: #666666; background-color: #FFFFFF; }

/* class: fonts: used for thumbnail's text. Info is for SKU, price etc.  Callout is for lables such as "NEW!" */
.txtThumbInfo {font-size: 12px; color: #666666; }
.txtThumbCallout { font-size: 12px; color: #990033; }

/* tag/class: forms: sets rendering of text input and select elements */
input.cqof  {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.dropdown { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #FFFFFF; }

/* pseudo-class: tools : applies to a/href:  style declaration for thumnail Product Name Link */
a.thumb:active {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #666666;}
a.thumb:link {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #666666;}
a.thumb:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #666666;}
a.thumb:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #666666;}
