/**
 * tom-gs.com CSS
 * author Tom Goodsun<http://www.tom-gs.com/>
 */
.weblink h3 {border-bottom: 1px solid #666; font-weight: bold;}
.weblink h3 .page-title    {font-size: 15px;}
.weblink h3 .category-name {font-size: 20px;}
.weblink .description      {margin: 5px 3em 2em 3em;}

.weblink-categories {
	background: #eee;
	border: 1px solid #ddd;
	margin: 10px 9px;
	overflow: hidden;
	padding: 3px 0;
}
.weblink-categories li {
	background: #fff url(../images/rollover/mouseout/bookmark_category_bg.png) 0 0 repeat-x;
	border: 1px solid #ccc;
	float: left;
	overflow: hidden;
	margin: 3px 5px;
	padding: 3px 5px;
	width: 140px;
}
.weblink-categories li:hover {
	background: #fff url(../images/rollover/mouseover/bookmark_category_bg.png) 0 0 repeat-x;
	border: 1px solid #FF9966;
}
.weblink-categories li a        {display: block; text-decoration: none;}
.weblink-categories li a .small {color: #999;}

.weblink-items {
	margin: 10px 10px;
}
.weblink-items dt {
	border-left: 5px solid #ccc;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 3px 5px;
}
.weblink-items dd {
	margin: -0.5em 0 1em 3em;
}


/* tooltip */
.tooltip     {background: #fff; border: 1px solid #FFCAB0; color: #FF9966; overflow: hidden; padding: 10px 10px 10px 10px;}
.tooltip div {background: #fff;}
.tip .tip-top     {}
.tip .tip         {overflow: hidden; padding: 10px 10px 10px 10px;}
.tip div.tip-text {font-size: 10px;}
.tip .tip-bottom  {}
