/* CSS Document */


.market {
  font-family: Arial,sans-serif;
  font-size:12px
  
  }

  .innerDetail {
  font-family: Arial,sans-serif;
  font-size:12px;
 
  
  }



 ul.market {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 230px;
 /* border:  1px solid #99b3e6; */
}

ul.market li {
  text-indent: 1em;
  text-align: left;  
   border-left: 1px solid #99b3e6;
   border-right: 1px solid #99b3e6;
   border-bottom: 1px solid #99b3e6;
}

#top {
 border-top:  1px solid #99b3e6;
}

ul.market a {
  display: block;
  /* width: 230; */
  height: 21px;
  line-height: 21px;
  color: #000;
  text-decoration: none;
 
}

ul.market a:hover {
 background: #ffecc7 url(select.png) repeat-x 0 top;
}




.even {
  background-color: #f2f5fc;
}





.f_table {
	border-width: 1px;
	border-style: solid;
	border-color: #99b3e6;
	border-collapse: collapse;
	text-indent: 0.5em;
	
}

.f_td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #99b3e6;
	
	}


.f_tabletitle {
    border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #99b3e6;
    background:#f2f5fc;
}

.footer {
  font-size:10px;
  color: #666666;
}

.footer a{
 font-size:10px;
 color: #666666;
}



.footer_red {
 font-size:10px;
 color: #FF0000;
}
/*
ul#maintabs li.maintabs_rt {
float: right; border-style:none;
font-family: Verdana, Arial, Helvetica, san-serif;
}

*/

