/* ***************************************** */

div.sociable { 
	margin: 0px;
	padding-right:15px;
	float:right;
	padding-top:20px;	
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/* Recent Tabs
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 .SR {
 	margin-bottom:20px;
	padding-right:10px;
	padding-left:10px;
			
}
.SR .recent { 
background: #ffffff;
padding: 0px; 
margin-bottom: 3px;
}	
.SR .recent .tabs { 
overflow: hidden;
border-bottom:0px solid #cccccc;
background: url('http://www.recreatief.nl/nieuws/images/tabs-bg.png') repeat-x bottom center;
padding:0px;
margin:0px;



}
.SR .recent .tabs { 
height: 1%;
padding-left:0px;
margin-bottom:15px;
margin-right:0px;
margin-left:0px;
}

.SR .recent .tabs li { 
	float left;
	background: none;
	padding-left:10px; 
	border-bottom:1px solid #cccccc;	
	margin-bottom:0px;

}
.SR .recent .tabs li a { 
	float: left; 
	font-size:13px;
	font-stretch:normal;
	font-weight:bold;
	color: #000000;
	padding: 5px 8px 4px 8px;	
	margin-right: 10px;
	text-decoration: none;
	background: #ffffff;
}
.SR .recent .tabs li a.active{ 
	background: #ffffff;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;		
	border-bottom:1px solid #ffffff;		
	color: #000;
	text-decoration: none;

}

 .SR .recent .tabs li a:hover { 
	background: #ffffff;
	color:#0B367D;
	text-decoration: none;

}

.SR .recent a, .SR .recent a:visited { text-decoration: none;}
.SR .recent a:hover { text-decoration: underline;}

#tab-comments { 
	display: none;
	margin-bottom: 5px; 
	clear:both;
	padding-top:15px;
	float:left;
	width:300px;
	padding-left:0px;
	margin-left:0px;	
}
#tab-comments li {
	background: url(images/tabs-arrow.png) no-repeat left 10px;
	padding: 0px;
	margin:0px;
	padding-bottom:5px;
	border-bottom: solid 0px #eeeeee;
	font-size: 14px;
	color:#5e8a89;
	list-style-position: inside;
	list-style-type: none;
}

#tab-posts {  
	display: none;
	margin-bottom: 5px; 
	clear:both;
	padding-top:15px;
	float:left;
	width:300px;
	padding-left:0px;
	margin-left:0px;
}


#tab-posts li {
	background: url(images/tabs-arrow.png) no-repeat left 10px;
	padding: 0px;
	margin:0px;
	padding-bottom:8px;
	border-bottom: solid 0px #eeeeee;
	font-size: 14px;
	color:#5e8a89;
	list-style-position: inside;
	list-style-type: none;
}
#tab-tags { display: none; margin-bottom: 5px; font-family: "Verdana"; line-height: 22px;}





