.social-bar {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	z-index : 10px;
}

.social-bar table, .social-bar tr, .social-bar td {
	border: 0px;
}
.social-bar-area {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 20px;
	margin-right: 20px;
	height: 0px;
}

.social-bar-container {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
}

.social-bar-bg {
	position: absolute;
	right: 0;
	opacity : 0.4;
	bottom: 0;
	background-color: black;
	width: 100%;
	height: 100%;
	border-radius : 8px 8px 0px 0px;
	z-index : 1;
	border: 1px solid white;
	border-bottom : 0px;
	z-index : 1;
}

.social-bar-content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index : 2;
}

.social-bar-element-content-inner {
	
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 5;
	overflow: auto;
}

.toolbar-left .social-bar-element-content {
	
	left: 0px;
}

.toolbar-right .social-bar-element-content {
	
	right: 0px;
}

.social-bar-element-content {
	position: absolute;
	bottom: 32px;
	font-size: 12px;
	line-height: 1.2em;
	width: 400px;
	height: 400px;
}

.social-bar-element-content-bg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	border: 4px solid rgb(100,100,100);
	background-color: white;
	opacity : 0.9;
	border-radius : 8px 8px 8px 8px;
	
}


.social-bar-closed-info {
	color: white;
}

.toolbar-element {
	cursor: pointer;
	height: 25px;
	float: left;
	padding-left: 3px;
	padding-right :3px;
}


.toolbar-left .toolbar-element {
	border-right: 1px solid white;
}

.toolbar-right .toolbar-element {
	border-left: 1px solid white;
}

.social-bar-content {
	font-size: 12px;
	line-height: 1.2em;
}

.social-bar .social-bar-openclose-button {
	width: 10px;
	height: 11px;
	position: absolute;
	right: 5px;
	top: 10px;
	cursor: pointer;
	z-index: 40;
}
.social-bar .close-button {
	background-image: url(images/close.png);
}

.social-bar .open-button {
	background-image: url(images/open.png);
}

.social-bar .toolbar-left {
	position: absolute;
	top: 0px;
	left: 0px;
}

.social-bar .toolbar-right {
	position: absolute;
	top: 0px;
	right: 20px;
}

.twitter-button {
	width: 67px;
	height: 12px;
	background-image: url(images/twitter.png);
}

.messenger-button {
	width: 120px;
	height: 21px;
	background-image: url(images/messenger-button.png);
}

.network-button {
	width: 94px;
	height: 21px;
	background-image: url(images/network-button.png);
}

.rss-button {
	width: 74px;
	height: 16px;
	background-image: url(images/rss.png);
}



.share-button {
	width: 66px;
	height: 21px;
	background-image: url(images/share-button.png);
}

.twitter-box .profile-image {
	width: 40px;
	height: 40px;
	float: left;
}

.twitter-box {
	font-size: 10px;
	width: 200px;
}

.twitter-box .tweet {
	padding: 3px;
	border-bottom: 1px solid black;
	margin: 3px;
}


.twitter-box .tweet-text {
	margin-bottom: 5px;
}

.twitter-box .profile-title {
	font-size: 1.2em;
	font-weight: bold;
}
.twitter-box .tweet-by {
	font-size: 0.8em;
	font-weight: bold;
}

.twitter-box .tweet-time {
	font-style : italic;
	font-size: 0.8em;
}
.twitter-box .clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}