/* CSS Document */

/* Í¨ÓÃÔªËØ
------------------------------------------*/
* { margin: 0; padding: 0; }
a img{ border: 0; }
.clear{ clear: both;}
h1,h2,h3,h4,h5,h6{ font-size: 12px; }
/* links
------------------------------------------*/
a{ color: #000; text-decoration: none; }
a:hover { color: #BD282A; text-decoration: underline; }
a:active { color: #7A2123; }
/* layout
------------------------------------------*/

.floattable {
	width: 198px;
	position: absolute;
}
.selected {
	background-color: #E9F7FE;
}
table.ajaxtable td {
	text-align: center;
	color: #666666;
	line-height: 20px;
}
table.ajaxtable {
	border: 1px dashed #CCCCCC;
	background-color:#FFFFFF;
}
table.textad{
	text-align:center;
	line-height:20px;
}

.divhide { display:none; }
.divshow { display:block; }

.wrap2 { margin:0px auto;width:960px;}