/* Standard Style Sheet */
/* if you have many new style to define, please use separate files */

/* 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
{ font: small sans-serif; }

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

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

input, textarea
{ margin:0; }

img
{ border: none }

form
{ margin: 0; padding: 0 }

.small, .help
{ font-size:smaller; }

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

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

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

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

