﻿.sitemore-box {
	width:66px;
	border:solid 1px #595959;
	background-color:#fff;
	line-height:24px;
  width:471px;
}
.sitemore-list {
	
	overflow: hidden;
	padding-right: 6px;
}
.sitemore-title {
	
	background-color:#4298CD;
	height:24px;
	color:#fff;
	padding-left: 6px;
}
.sitemore-item {
	background-color:#fff;
	height:22px;
	color:#5A5A5A;
	float: left;
	margin-left: 6px;
}
.sitemore-item a:hover {
    text-decoration: underline;
}
.sitemore-title-close {
	background: url("/static/images/round_delete.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 11px;
    margin: 6px 3px 0 0;
    width: 10px;
	cursor:pointer;
}
.sitemore-icon {
  position: relative;
}