/* IMPORTANT
DO NOT EDIT THIS STYLE!
EDIT SHOP.CSS INSTEAD! 

This style is a 'general, all purposes, common' stylesheet!
*/

/* --( basic )-- */
body, td, tr, li, ol, ul, p, a
{ font: small sans-serif; }

h1
{ font: bold medium serif;
  color: #666;
  background: lightblue }

h2 
{ font: bold medium serif;
  color: #666; }

h3, h4
{ font: medium serif;
  color: #666; }
  
h5, h6
{ font: bold small serif;
  color: #666; }

input, textarea
{ margin:0; }

img
{ border: none }

form
{ margin: 0; padding: 0 }

.small, .help
{ font-size:small; color: #666 }

ul.list_1
{ list-style: none;
  margin: 0;
  padding: 0 }
  
ul.account li
{ margin-bottom: 5px }

/* --( Pagination )-- */
#pagination 
{ font-size: small;
  margin: 3px 0 3px 0; }

#pagination a 
{ font-size: small;
  text-decoration: none;
  color: #22229C;
  width: 100% }

.page-text
{ color: white;
  font-size: small;
  background: #738FBF }

.page-num
{ text-align: center;
  font-size: small;
  width: 5px;
  background: #E5E5EE; }
