@charset "UTF-8";
/* CSS Document */

.social {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	position: relative;
	width: 170px;
	}
	
.sidebar_top {
	background: url(/assets/images/swineflu/sidebar_top.jpg) top left no-repeat;
	display: inline;
	float: left;
	height: 11px;
	width: 170px;
	}

.sidebar_middle {
	background: url(/assets/images/swineflu/sidebar_middle.jpg) top left repeat-y;
	display: inline;
	float: left;
	width: 170px;
	}

.social h3 {
	background: #003365;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px 17px 10px 17px;
	padding: 0px 5px;
	text-align: center;
	}
	
.social ul {
	margin: 0px 20px;
	}

.social ul li {
	height: 24px;
	}

.social ul li a {
	color: #414141;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	}

.social ul li a.tweetthis {
	background: url(/assets/images/bookmark/twitter.png) 0px 1px no-repeat;
	padding-left: 20px;
	}

.social ul li img {
	margin-right: 5px;
	}

.social ul li a:link, .social ul li a:visited {
	text-decoration: none;
	}
	
.social ul li a:hover, .social ul li a:active {
	text-decoration: underline;
	}

.sidebar_bottom {
	background: url(/assets/images/swineflu/sidebar_bottom.jpg) top left no-repeat;
	height: 11px;
	display: inline;
	float: left;
	width: 170px;
	}