.sn_row
{
z-index:999;
cursor:default;
display:none;
position:absolute;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
min-width: 200px;
max-width: 400px;
min-height: 100px;
font: normal 12px arial;
line-height: 20px;
background: rgba(0, 0, 0, 0.7);
}
.sn_title
{
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
background: url(images/bg-sidebar-h3.png) left bottom repeat-x #3C9CD2;
background: -moz-linear-gradient(#3C9CD2, #1F6EB6);
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3C9CD2), to(#1F6EB6));
background: linear-gradient(#3C9CD2, #1F6EB6);
padding:2px 6px;
font-size:14px;
font-weight:bold;
color: #FFF;
text-shadow: 0 -1px 0 #555;
-moz-box-shadow: 0 0 5px #BBB;
-webkit-box-shadow: 0 0 5px #BBB;
box-shadow: 0 0 5px #BBB;
width:85%;
margin: 10px auto 0px auto;
overflow:hidden;
position: relative;
height: 23px;
display:block;
}
.sn_detail
{
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
border: 1px solid #ccc;
-moz-box-shadow: 0 0 5px #BBB;
-webkit-box-shadow: 0 0 5px #BBB;
box-shadow: 0 0 5px #BBB;
display: block;
padding:2px 6px;
background: #fff;
width: 85%;
margin: 0px auto 10px auto;
}
span.explainit
{
border-bottom: #000 1px dotted;
cursor:pointer;
}