@charset "utf-8";
/* CSS Document */

.withshort{
overflow:visible;
visibility:hidden;
position:relative;
left:-50px;
top:10px;
z-index:10;
}
.shortdescribe{
left:50px;
*left:50px !important;*left:100px;
list-style:none;
position:absolute;
z-index:30;
}
.shorthead{
background:url(../images/short_01.gif);
background-repeat:no-repeat;
height:21px;
width:160px;
margin-bottom:-2px;
}
.shortcontent{
background:url(../images/short_02.gif);
background-repeat:repeat-y;
width:140px;
padding:10px;
}
.shortcontent{
color:#000000;
z-index:30;
}
.shortfoot{
margin-top:0px;
background:url(../images/short_04.gif);
background-repeat:no-repeat;
height:8px;
width:160px;
}

a:hover div{
visibility:visible;
}