body { 
  font-family: verdana,sans-serif; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: normal; 
  font-size: 9.5px; 
  line-height: normal; 
  font-size-adjust: none; 
  font-stretch: normal; 
  color: #000; 
}

body.main{
  text-align: center;
}

h1 {
	font-size: 17.5px; /*color: #cc0;*/
	color: #B3D4FD;
}

h1.local {
  font-size: 17.5px;
  color: #000;
}

a{
  color: Gray;
}

table{
  font-size: 9.5px;
}

font.price{
  font-size: 30px;
}

#mainbox{
  width: 500px;
  border: 0px solid #000;
  text-align: left;
  padding: 10px;  
}

table.local{
  border: 1px solid #000;
  }

tr.on{
  background-color: #ffc;
}

tr.off{
  background-color: #fff;
}

.dash{
	width : 95%;/*395px;*/
	height: 3px;
	background-repeat: repeat-x;
	margin-top : 10px;
	margin-bottom : 10px;
	border-bottom: 1px dotted Gray;
	line-height : 3px;
}

tr.silver{
  background-color: #ccc;
}

/* new index */

img.logo{
	float : left;
	margin-left : 20px;
	margin-top : 10px;
}

#content-index{
	width : 400px;
	border-left : 1px solid #6CAEFB;
	margin-left : 20px;
	margin-top : 10px;
	float : left;
	padding-left : 20px;
}

#content{
	width : 459px;
	border-left : 1px solid #B3D4FD;
	margin-left : 20px;
	margin-top : 10px;
	float : left;
	padding-left : 20px;
}

#content-side{
	width: 170px;
	border: 1px solid #B3D4FD;
	margin-left: 20px;
	margin-top: 50px;
	float: left;
	padding-left: 5px;
	/*background-image: url(images/testbg.png);*/
	background-position: top;
	background-repeat: no-repeat;
}

div#content-left a{
	width: 100px;
	border: 0px solid Red;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	padding-left: 5px;
	height: 600px;
	background-image: url(images/side-logo.png);	
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
	
div#content-left a:hover {	
	background-position: -93px 10px;
}

.buttone{
	background-color : #fff;
	color : Black;
	font-size : 10px;
	border : 1px solid #cc0;
}

body#malibu{
	margin-top: 20px;
	background-color: Gray;
	text-align: center;
}

img.malibupic{
	border: 10px solid White;
}

img.hiddenimage{
	display: none;
}
