/* ****************** *
 * Wonderprice Style Sheet
 * ****************** *
 * versions : 1.0
 * authors : Philong Tong
 * email : 
 * website : www.wonderprice.com
 * copyright wonderprice 2008
 * ****************** */
 
/**********************
 COLOR
 ************************/

 
 .textBlack {
	color:#000000;
 }
 
 .textDark1 {
	color:#505253;
 }
 
 
 .textGray1 {
	color:#808080;
 }
 
  .textGray2 {
	color:#848484;
 }
 
 .textGray3 {
	color:#a4a4a4;
 }
 
 .textGray4 {
	color:#727272;
 }
 
 .textGray5 {
	color:#b0b0b0;
 }
 
 
 .textGold1 {
	color:#cda14a;
 }
 
 #etoile {
	color:cda14a;
 }
 
 /**********************
 SIZE
 ************************/ 
 .n10{
	font:normal 10px arial;
 }
  .n11{
	font:normal 11px arial;
 }
  .n12{
	font:normal 12px arial;
 } 

  .n14{
	font:normal 14px arial;
 }
 
   .b11{
	font:bold 11px arial;
 }
 
  .b12{
	font:bold 12px arial;
 }
 
 .b14{
	font:bold 14px arial;
 }
 
 .b26 {
	font:bold 26px arial;
 }
 
 .n15 {
	font:normal 15px arial;
 }

 /**********************
 PAGE TITLE
 ************************/ 

.pageTitle {
	font-family:georgia, arial, helvetica;
	font-size: 25px;
	color: #D0AA5F;
}