/*
  $Id: print.css,v 1.3 2003 
  
  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Released under the GNU General Public License
*/



/* page */
body { font:12px Tahoma,Helvetica,sans-serif; }

/* links */
a:link { color: #455090; }
a:hover { color: #bd2634;  }

.pageHeading { font-size: 14px; color: #727272; font-weight: bold; }

/* data table */
.dataTableHeadingRow { background-color: #455090; color:#fff; }
.dataTableHeadingContent { color: #fff; font-size:12px;padding:4px;}
.dataTableRow { background-color: #fff;font-size:12px; }
.dataTableRowSelected { background-color: #DEE4E8;font-size:12px; }
.dataTableRowOver { background-color: #fff;font-size:12px; }
.dataTableContent { color: #000000;font-size:12px; }

/* attributes */
.attributes-odd { background-color: #f0f3f6;font-size:11px; }
.attributes-even { background-color: #fff;font-size:11px; }

/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired {  font-size: 10px; color: #ff0000; }
.smallText { font-size: 10px; }
.main { font-size: 12px; }
.titleHeading { font-size: 18px; color: #727272; font-weight: bold;
}
