.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#widget, #widget * {
	border:0;
	margin:0;
	padding:0;
	list-style-type: none;
}

#MobileComClubWidget.nodetails *#details {
	display: none !important;
}

#MobileComClubWidget.nothumbnails img.thumbnail, #MobileComClubWidget.nothumbnails img.video_thumbnail {
	display: none !important;
}

#widget {
	text-align: left;
	background: transparent url(images/bg_widget.png) repeat-x 50% 0%;
	_background: #fff url(images/bg_widget.jpg) repeat-x 50% 0%;
	border:1px solid #CCC;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	
	/* CSS3 round corners: */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;		
}
#widget a, #widget a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}
#widget a:hover {
	text-decoration:underline;
}
#widget *#widget_logo {
	height:40px;
	background: transparent url(images/GS1_MobileComClub_logo_140px.png) no-repeat 50% 50%;
	_background: transparent url(images/GS1_MobileComClub_logo_140px.gif) no-repeat 50% 50%;
	margin-bottom:5px;
}
#widget *#widget_header {
  position: relative;
  margin-bottom: 8px;
}
#widget *#widget_header *.widget_tab {
  color: #333;
  font-weight: bold;
  float: left;
  display: block;
  padding: 2px 10px;
  margin-right: 4px;
  vertical-align: middle;
  border: 1px solid #CCC;
  background-color: #DDD;
  
	/* CSS3 round corners: */
	-moz-border-radius-topright:4px; -moz-border-radius-topleft:4px; 
	-webkit-border-top-right-radius:4px; -webkit-border-top-left-radius:4px; 
	border-top-right-radius:4px; border-top-left-radius:4px; 
}
#widget *#widget_header *.widget_tab.on {
  background-color: #FFF !important;
  border-bottom: 1px solid #FFF !important;
}
#widget *#widget_header a:hover {
	text-decoration:none;
}


#widget *.tab_content {
  padding: 8px 5px 3px;
  margin: -9px 0 5px;
  border: 1px solid #CCC;
  background-color: #FFF;
  
	/* CSS3 round corners: */
	-moz-border-radius-topright:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-bottomleft:4px;
	-webkit-border-top-right-radius:4px; -webkit-border-bottom-right-radius:4px; -webkit-border-bottom-left-radius:4px;
	border-top-right-radius:4px; border-bottom-right-radius:4px; border-bottom-left-radius:4px;
}
#widget *#tab_content ul {
	margin:0;
	padding:0;
}

#widget *#tab_content ul li {
	/* The feed entry divs */
	
	list-style-type: none !important;
	
	background: none;
	background-color:#fff;
	background-image:none;
	border: 1px dotted #CCC;
	color:#555;
	font-size:0.85em;
	line-height:1.1em;
	margin: 3px 0;
	padding:5px;
	position:relative;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: none;
	
}

#widget ul li a, #widget ul li a:hover {
	background: none;
	background-position: 0;
	padding: 0;
}

#widget *#tab_content ul li.separator {
	margin:0;
	padding:0;
	border-bottom: 1px dotted #CCC;
	vertical-align: bottom;
	
	/* IE 6-7 */
	font-size: 0px;
	line-height: 0px;
}

#widget *.blue {
	background-color:#f2f2f2;
}
#widget *.blue ul li {
	background-color: transparent !important;
}


#widget *#tab_content ul li img.thumbnail {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 5px;
	
	border:1px solid #CCC;
	padding:2px;
}

#widget *#tab_content ul li img.video_thumbnail {
	width: 90px;
	height: 60px;
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
	
	border:1px solid #CCC;
	padding:3px;
	overflow:hidden;
	
	-moz-border-radius:3px;
}

#widget *#tab_content ul li.nolink a {
	color: #666;
}

#widget *#tab_content ul li.nolink a:hover {
	color: #0196e3;
	text-decoration:underline;
}

#widget *.right {
	float: right;
}
#widget *#widget_header *.icon {
  float: none;
  display: block;
  padding: 0;
  margin-right: 0;
  border: none !important;
  background-color: transparent !important;
	position:absolute;
	right:2px;
	top:2px;
}
#widget *#widget_header *.icon.on {
	background-color: transparent !important;
	border: none !important;
}

#widget *#widget_header *.icon img.info {
	background: transparent url(images/information_icon.png) no-repeat 50% 50%;
	_background: transparent url(images/information_icon.gif) no-repeat 50% 50%;

}

#widget *#widget_footer {
	padding-left: 5px !important;
	font-size: 0.75em !important;
}
#widget *#widget_footer ul li {
	padding-left: 20px !important;
	padding-top: 1px !important;
	min-height: 16px !important;
}
#widget *#widget_footer ul li.facebook {
	background: transparent url(images/facebook_icon.gif) no-repeat 0% 0%  !important;
}
#widget *#widget_footer ul li.facebook a {
	color: #3B5998;
}
