/* CSS Document */

.site_list {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

ul {
	margin: 10px 20px 0px 15px;
	padding: 0px;
	color: #595959;
	list-style-type: none;
}

.site_1 {
	background-image:url("../../images/share/arrow_1.gif");
	background-repeat:no-repeat;
	background-position:0px 6px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 15px;
	color: #595959;
	line-height: 160%;
}

.site_2 {
	background-image:url("../../images/share/arrow_1.gif");
	background-repeat:no-repeat;
	background-position:0px 6px;
	margin: 0px 20px 0px 15px;
	padding: 0px 0px 0px 15px;
	color: #595959;
	line-height: 160%;
}

.site_3 {
	background-image:url("../../images/share/arrow_1.gif");
	background-repeat:no-repeat;
	background-position:0px 6px;
	margin: 0px 20px 0px 30px;
	padding: 0px 0px 0px 15px;
	color: #595959;
	line-height: 160%;
}












