@CHARSET "UTF-8";

body 
{ 
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #333;    
  text-align: left;
  margin: 0;
  padding: 0; 
  letter-spacing: normal;
}

div { padding: 10px; }
div.clear { clear: both; padding: 0; margin: 0; }

a, a:visited, a:active { color: #336699; text-decoration: none; }
a:hover { color: #D20001; }


#container { padding: 0; margin: 0; width: 1024px; }

#header { display: none; }
#nav-main { display: none; }

#content { padding: 5px 0 10px 10px; margin: 0; }
#content-left { display: none; }
#footer { display: none; }

#book_receipt { font-size: 90%; }
#book_receipt strong { font-weight: bold; }
#book_receipt .hotel_link, #book_receipt .hotel_link:visited { color: #b16446; font-weight: bold; font-size: 105%; }
#book_receipt .hotel_link:hover, #book_receipt .hotel_link:active { color: #587a36; }
#book_receipt em { color: #587a36; font-weight: bold; font-style: normal; }
#book_receipt h3 { background-color: #f1a75e; padding: 4px; color: #fff; }
#book_receipt h4 { background-color: #93b275; padding: 4px; color: #fff; }
#book_receipt .rooms { width: 100%; border-collapse: collapse; border: 1px solid #587a36; }
#book_receipt .rooms td { border: 1px solid #587a36; padding: 8px; }
#book_receipt p { font-size: 95%; }
#book_receipt .button, #book_receipt .button:visited { color: #f1a75e; font-weight: bold; font-size: 140%; }
#book_receipt .button:hover, #book_receipt .button:active { color: #c07122; }

.noprint { display: none; } 
