/*
stylesheet.css
*/

/* This element controls the styles of the body. Here you can change the background color and image, margins, width of the catalog, main font color (default text, product text, checkout text,etc. */

BODY {
  background: #FFFFFF;
  color: #666666;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 11px;
  text-align: left
}


/* This element controls the style of all hyperlinks, color, style, borders, image, etc. */
A {
  color: #cc9900;
  text-decoration: underline;
  font-size: 11px;
  line-height: 1.2;
}


p {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   color: #696969;
   font-size: 11px;
}

b {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   font-size: 11px;
   line-height: 1.2;
}

STRONG {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   color: #696969;
   font-size: 11px;
   line-height: 1.2;
}

TD {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   color: #696969;
   font-size: 11px;
   line-height: 1.2;
}

TR {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   color: #696969;
   font-size: 11px;
   line-height: 1.2;
}

i {
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   font-size: 11px;
   line-height: 1.2;
}



/* This element controls the styles for all Checkbox, Input, Radio and Select controls. The background, color, size, font are all controlled here. */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 11px;
  button: flat
}


/* The style used for forms. */
FORM {
	display: inline; 
}


/* Controls the style of the main text areas, the default page, product text, and info pages text. */
TD.main, TR.main, P.main {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 11px;
  line-height: 1.2;
/*  text-align: center; */
}


/* Controls the style of every page heading. Color, font, size, etc. */
TD.pageHeading {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 11px;
  color: #CC9900;
}


/* Controls the style of every page heading. Color, font, size, etc. */
TR.pageHeading {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 11px;
  color: #CC9900;
}


/* This controls the styles of small text. This is the text found in the copyright notice, category links in the main text area, product name and price in the new products box and several other places. */
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 9px;
/*  text-align: center; */
}


/* The style used for the footer. */
TR.footer {
  background: #FFFFFF;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 11px;
  color: #666666
  line-height: 1.2;
}


/* END OF STANDARD FORMAT */












