﻿body {
}

#DivShow
{
	background-color:#F5F7B7; border:1px; border-color:Black; 
	font-family:@黑体; font-size:12px;
}



div.poptip {
position: absolute;
border-bottom: 2px solid #CCC;
border-right: 2px solid #CCC;
padding: 0;
text-align: left;
left:5px;
width: 300px;
height:auto;
word-wrap:break-word; overflow:hidden;
opacity: 0.9;
}
div.innertip {
background: #FFF;
border: 1px solid #BBB;
line-height: 1.8em;
font-size:14px;
}
.poptip > .innertip {
margin-bottom: -1px;
}

div.poptip a {
font-weight: normal;
text-decoration: none;
}
div.poptip p.title {
background: #EEE url() repeat-x bottom;
font-weight: bold;
color: #666;
padding: 0 0.5em;
margin: 0;
}
.poptip .close {
background: url(img/close.jpg) no-repeat center;
float: right;
display: block;
width: 1.6em;
text-indent: -9999px;
overflow: hidden;
}
.poptip ul {
margin: 0.5em 1em;
padding: 0;
list-style: none;
}
.poptip li {
background: url() no-repeat 0 5px;
padding-left: 1em;
height:auto;
overflow: hidden;
}
.poptip .readmore {
margin: 0 0.5em;
border-top: 1px solid #DAE1F1;
text-align: right;
background: url(DreamImage/icon_list.gif) no-repeat right;
padding-right: 1em;
}
.hnli{
width:255px; 
}

