@charset "utf-8";

/* ==================================================================
	top.css
	
=================================================================== */


#accent{
	margin-bottom:30px;
}

#news dt,
#showcase dt{
	font-family: 'Donegal One', serif;
	font-size:120%;
	color:#666;
	margin-bottom:10px;
}

#news {
/*	float:left;
	width:320px;*/
	margin-bottom:30px;
}
#news dt{
}
#news li{
	margin-bottom:4px;
}
#news li span{
	margin-right:10px;
}
#news li a{
	color:#333;
}
#news li a.underline{
	color: #900;
    text-decoration: underline;
}
    #news li a.underline:hover{
        color: #c00;
        text-decoration: underline;
    }

#showcase{
	/*float:right;
	width:380px;*/
}

#showcase ul{
	margin-left:-12px;
	margin-right:-10px;
}

#showcase li{
	background:url(../../images/top/thumb-bg.gif) no-repeat;
	width:72px;
	height:105px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	display:inline;
}
#showcase li a{
	display:block;
	width:64px;
	height:102px;
	overflow:hidden;
	margin-left:4px;
	margin-top:4px;
	position:relative;
}
#showcase li a span{
	display:block;
	background:url(../../images/top/thumb-light.png) no-repeat;
	width:64px;
	height:55px;
	position:absolute;
	bottom:0;
	left:0;
	pointer-events:none;
}


/* IE6 */
#showcase li a span{
	display:none;
}
/* IE6 */


#tooltip {
  display: block;
  position: absolute;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 0.3em 0.5em;
  color: #FFFFFF;
  font-size:14px;
  background: #900;
  border-radius: 0.5em;
  pointer-events:none;
}
#tooltip:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left:3em;
  bottom: -8px;
  border-bottom:8px solid transparent;
  border-left:8px solid #c72439;
}