@charset "utf-8";

.link_list_item {
	width: 90%;
	height: auto;
	padding-left: 20px;
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom:dotted 1px #c1c1c1;
	margin-left: auto;
	margin-right: auto;
}

.link_list_item a {
	display: block;
	height: auto;
	font-weight:bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	background-color: #eee;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.link_list_item a:hover {
	background-color: #fff;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
}
