/***************** DOCUMENT **********************/
/* BODY */
BODY {
  background-color: #0F0031;
  margin: 0px;
}

SELECT, INPUT, TEXTAREA {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
}

FORM {
  margin: 0px;
  padding: 0px;

}

P, TD, BODY {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: white;
} 

A {
   color: #FFE011;
   text-decoration: none;
   font-weight: bold;
}

A:hover {
   color: #FFE011;
   text-decoration: none;
   font-weight: bold;
}

IMG {border:0}

.Side A {
   color: #D2202C;
   text-decoration: none;
   font-weight: normal;
}

.Side A:hover {
   color: #FFE011;
   text-decoration: none;
   font-weight: normal;
}

.Small A {
   font-size: 10px;   
   color: white;
   text-decoration: underline;
   font-weight: normal;
}

.Small A:hover {
   font-size: 10px;   
   color: white;
   text-decoration: none;
   font-weight: normal;
}

/*------------------------- NO SCRIPT -----------------------*/

.noscript {
  background-color:#ff0000;
  color:#ffffff;
  font-weight:bold;
  font-size:12px;
  padding:5px;
}

/*------------------------- LINKS ---------------------------*/
/* FOOTER */
.Footer A {
  font-size: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.Footer A:hover {
  text-decoration: underline;
}

/*----------------------- LEGAL --------------------------*/
/* BG's */
.LegalTopBg {
  background: url(/images/legal_top_bg.gif);
  background-repeat:no-repeat;
}

/*------------------------- TEXT ---------------------------*/
/* GENERIC */
.Black {
  color: black;
}

.Black A {
 color: #F00000;
 text-decoration: none;
 font-weight: normal;
}

.Black A:hover {
  color: black;
  text-decoration: underline;
  font-weight: normal;
}

.Small {
  font-size: 10px;
}

/* SHOP */
.TopSeller {
  font-size: 11px;
  color: white;
}

.TopSeller A {
  font-size: 11px;
  color: white;
  text-decoration: none;
}

.TopSeller A:hover {
  font-size: 11px;
  color: #FEE03A;
  text-decoration: none;
}

/*---------------- TOP & BOT NAVIGATIONS -------------------*/
/* BACKGROUNDS */
.ColourBg1 {  
  background-color: #FFD800;
}

.NavBg {
  background: url(/images/viva_las_vegas/nav_bg.jpg);
  background-repeat: no-repeat;
}

.NavBgRight {
  background: url(/images/viva_las_vegas/nav_bg_right.gif);
  background-repeat: no-repeat;
}

.NavBgLeft {
  background: url(/images/viva_las_vegas/nav_bg_left.gif);
  background-repeat:no-repeat;
  background-position: right;
}

.BotNavBg {
  background: url(/images/viva_las_vegas/botnav_bg.gif);
  background-repeat:no-repeat;
  background-position: right;
}

.BotNavBgRight {
  background: url(/images/viva_las_vegas/botnav_bg_right.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.BotNavBgLeft {
  background: url(/images/viva_las_vegas/botnav_bg_left.gif);
  background-repeat: no-repeat;
  background-position: right;
}

.error {
  color:#FFDE00;
  background-color:#D30000;
  padding:10px;
  margin:2px;
}
