/*GENERAL*/
BODY { font-family: Verdana; font-size:8.0pt; }
.img      {
	font-family: Century Gothic;
	font-size: 9pt;
	font-weight: bold;
}
.V10     { font-family: Verdana, Tahoma; font-size: 10pt }
.V9      { font-family: Verdana, Tahoma; font-size: 9pt }
.V8      { font-family: Verdana, Tahoma; font-size: 8pt }
.plus      { font-family: Century Gothic; font-size: 8.5pt }
.V8b-25   { font-family: Verdana, Tahoma; font-size: 8pt; font-weight: bold; line-height: 25px }
.CG9      { font-family: Century Gothic; font-size: 9pt }
.CG10      { font-family: Century Gothic; font-size: 10pt }
.CG11      { font-family: Century Gothic; font-size: 11pt }
.Specials      { font-family: Century Gothic; font-size: 12pt; color:#CC0033; font-weight:bold; }
.TheTitle      {
	font-family: Century Gothic;
	font-size: 11pt;
	color:#000000;
	font-weight:bold;
	width:600px;
	padding:2px;
}
.TheItem      {
	font-family: Verdana;
	font-size: 9pt;
	color:#000000;
	padding: 2px;
}
.TheOffer      {
	font-family: Verdana;
	font-size: 8.5pt;
	color:#000000;
	padding: 2px;
	border:1px solid thin #CCCCCC;
}

/*TITLES*/
.title      { font-family: Century Gothic; font-size: 11pt; font-weight:bold; color:#007095 }
.subtitle      { font-family: Century Gothic; font-size: 10pt; font-weight:bold; color:#00506A}

/*MENU*/
.menu      { font-family: Century Gothic; font-size: 9pt; height:22px }
.more  { font-family:Century Gothic; font-size: 8.5pt;  color: #305978; text-decoration:underline }
a.more  { font-family:Century Gothic; font-size: 8.5pt;  color: #305978; text-decoration:underline }
a.more:link  { font-family:Century Gothic; font-size: 8.5pt;  color: #305978; text-decoration:underline }
a.more:active  { font-family:Century Gothic; font-size: 8.5pt;  color: #305978; text-decoration:underline }
a.more:visited  { font-family:Century Gothic; font-size: 8.5pt;  color: #305978; text-decoration:underline }
a.more:hover  { font-family:Century Gothic; font-size: 8.5pt;  color: #274861; text-decoration:none }

.mylinks  {
	color: #D73000;
	text-decoration:underline
}
a.mylinks  { color: #D73000; text-decoration:underline }
a.mylinks:link  { color: #D73000; text-decoration:underline }
a.mylinks:active  { color: #D73000; text-decoration:underline }
a.mylinks:visited  { color: #D73000; text-decoration:underline }
a.mylinks:hover  {
	color: #575757;
	text-decoration:none
}



a:hover { text-decoration: none; color: #404040; font-weight: normal; }
a.tablelinks:hover { text-decoration: none; }
a.link { text-decoration: none; }
a { text-decoration: none; }
body
{ scrollbar-arrow-color: #000000; 
  scrollbar-base-color: #FFFFFF; 
  scrollbar-face-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF; 
  scrollbar-3dlight-color: #EBEBEB; 
  scrollbar-shadow-color: #595959; 
  scrollbar-darkshadow-color: #595959; 
}

button.bookemelisse { 
  width: 193px;
  height: 30px;
  margin: 0;
  padding: 0 0 2px 0;
  border: 0;
  background: transparent url(/images/buttons/book-emelisse.png) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

button.bookperantzada { 
  width: 193px;
  height: 30px;
  margin: 0;
  padding: 0 0 2px 0;
  border: 0;
  background: transparent url(/images/buttons/book-perantzada.png) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

button.thoughtbot { 
background-color: #FC6703;
border: 1px solid #951100; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px; 
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; 
box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333; color: #fff; 
font-family: "helvetica neue", helvetica, arial, sans-serif; 
font-size: 13px; 
font-weight: bold; 
padding: 2px 5px 2px 5px; 
text-align: center; 
text-shadow: 0px -1px 1px rgba(0, 0, 0, .8); 
width: 190px; }

button.thoughtbot:hover {
  background: #cb0500;
  background: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601));
  cursor: pointer;
}

button.thoughtbot:active {
  background: #b30300;
  background: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #d43c28), color-stop(0.5, #ad3224), color-stop(0.5, #9c1500), color-stop(1, #700d00));
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
}

