/*
 Sharethis
 */
.sharethis {
	width: 400px;
	height: 300px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
}

.sharethis-button {
	padding-left: 20px;
	background: url('http://www.coe-cst.org/core/files/icons/social/29.html') no-repeat;
}

.sharethis-title {
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    background: #004384;
    color: white;
    text-align: center;
}

.sharethis-list {
    list-style: none;
    font-size: 12px;
    margin: 0px auto;
    display: block;
    width: 360px;
    height: 270px;
}

.sharethis-list li {
    padding: 5px;
    float: left;
    width: 160px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    text-indent: 30px;
}

.sharethis-list li a {
    color: #404040;
    padding-left: 8px;
    text-decoration: none;
    font-weight: bolder;
}

.sharethis-list li a:hover {
    color: #17d2db;
}