
/*************************************
    GENERAL MODULE STYLES
**************************************/

/* module wrappers */
.content-wrapper {
	clear:both; 
	width:971px;
	margin-bottom:10px;
}
.content-main {
	float: left; display: inline; width: 665px;	
	clear:left;
	position:relative;
	z-index:0;
}
.content-right {
	float: right; display: inline; width: 300px;
	clear:right;
}
.content-right .module{
	margin-bottom:10px;	
}

/* module defaults */
.module {
	margin-bottom:10px;
	position:relative;
	zoom:1; 
}
.module a { cursor:pointer; }
.module a:hover {}

.module a img {
	*border:0 none !important;	
}

.module h2 {
	font-size:24px;
}
.module-more, 
.module-footer {
	text-align:right;
	padding:5px 5px 8px;
}
.module-more a, 
.module-footer a{
	font-size:14px;	
}

/* module partitions */
.module .module-left ,
.module .module-right {
	width:300px;
	float:left;
	display:inline;
	position:relative;
}
.module .module-right {
	float:right;
}

.module-left, 
.module-left-outer, 
.module-left-inner {
	zoom:1;
	position:relative; 	
} 

/* thumbs */
.module .thumb-block {
	float:left;
	display:inline;
	margin:10px;
}
.module .thumb-block img {
	float:left;
	margin:0 7px 7px 0;	
	border:solid 1px;
}


.module .meta {
	float:left;
	display:inline;
	width:60%;	
}
.module .meta .date {
	font-weight:bold;
	font-style:italic;
}
.module .meta .title {
	font-weight:bold;
}
.module .meta .description {
}
.module .meta .thumb-more {
	white-space:nowrap;
}

/* tabs */

.module .selected {
    border:solid 4px; 
}
.module .tabbed .content {
    display:none;
}
.module .selected .content {
    display:block;
}
.module .tabbed .tab {
    position:absolute;
    display:block;
    text-align:center;
    left:0;
    width:50px;
    height:25px;
    padding-top:7px;
    top:-32px; /* -(padding + height)px */
}
.module .selected .tab {
    background:#ccc;
}


/****************
 GLOBAL TABBING
****************/
.global-tabs,.global-tabs li,.global-tabs li a {
	height: 40px;
	position: absolute;
	top: -30px;
	right: 0px;
	width: 300px;
	text-decoration: none !important; 
}

.global-tabs li,.global-tabs li a {
	top: auto;
	right: auto;
	width: 100px;
	position: relative;
	float: left;
	margin: 0;
	line-height: 1.1em;
}

.global-tabs li {
	overflow: hidden;
}

.global-tabs li a {
	background: url("/assets/modules/social/images/tab-off.gif") no-repeat scroll center 0 transparent; 
	display: block;
	float: none;
	margin: 0;
	padding: 5px 0 0;
	height: 25px;
	width: 99px;
	border-left: 1px solid; 
	text-align: center;
    text-transform: uppercase; 
    color: #5f5f5f;
	border-left: 1px solid #e6e6e6;
	font-weight:bold;   
	zoom: 1;
}

.global-tabs li.active a {
	background-image: url("/assets/modules/social/images/tab-on.gif"); 
	color: #fff; 	
	height: 34px;
	border-left: 0 none;
	width:100px; 
}

.global-tabs li a span {
	display:inline-block;
	zoom:1; 
	margin: 5px auto;  	
}

.global-tabbed {
	background: none #fff; 
	zoom: 1;
	border-top:solid 1px #ccc;
}

.global-tabbed .tabbed {
	display: none;
}

.global-tabbed .active {
	display: block;
}

/*************************************
	SPECIFIC MODULES
**************************************/

/* NAVIGATION */
#show-nav.module {
	float:right;
	display:inline;
	position:relative;
	width:100%;		
	margin:0; 
}
#show-nav.module .module-footer {
	display:none;	
}
#show-nav.module ul {
	float:right;	
}
#show-nav.module li {
	float:left; 
	display:inline;
	position:relative;
}
#show-nav.module li a.button {
	/*background-image:url(/assets/modules/show-nav/images/nav-sprite.gif);*/
	background-repeat:no-repeat; 
	text-indent:-9999px;
	display:block;
	height:30px;
}

/* off state */
#show-nav.module li#show-main a.button { width:45px; background-position:0 0; }
#show-nav.module li#show-about a.button { width:76px; background-position:-47px 0; }
#show-nav.module li#show-blog a.button { display:none; width:0; background-position:-95px 0; } /* hidden by default */
#show-nav.module li#show-episode-guide a.button { width:139px;  background-position:-123px 0; }
#show-nav.module li#show-video a.button { width:68px; background-position:-262px 0; }
#show-nav.module li#show-photos a.button { width:83px;  background-position:-330px 0; }
#show-nav.module li#show-exclusives a.button { width:117px;  background-position:-413px 0; }
#show-nav.module li#show-games a.button { width:74px;  background-position:-530px 0; }
#show-nav.module li#show-community a.button { width:118px;  background-position:-604px 0; }
#show-nav.module li#show-shop a.button { width:45px; background-position:-730px 0; }

/* hover state */
#show-nav.module li#show-about.active a.button { background-position:-47px -50px !important; }
#show-nav.module li#show-blog.active a.button { background-position:-95px -50px !important; }
#show-nav.module li#show-episode-guide.active a.button {  background-position:-123px -50px !important; }
#show-nav.module li#show-video.active a.button { background-position:-262px -50px !important; }
#show-nav.module li#show-photos.active a.button {  background-position:-330px -50px !important; }
#show-nav.module li#show-exclusives.active a.button {  background-position:-413px -50px !important; }
#show-nav.module li#show-games.active a.button {  background-position:-530px -50px !important; }
#show-nav.module li#show-community.active a.button {  background-position:-604px -50px !important; }

/* direct link hover : page active states */
#show-nav.module li#show-main.active a.button, 
body#home #show-nav.module li#show-main a.button { background-position:0 -25px; }
body#site-about #show-nav.module li#show-about a.button { background-position:-47px -25px; }
body#site-blog #show-nav.module li#show-about a.button { background-position:-95px -25px; }
body#site-episode-guide #show-nav.module li#show-episode-guide a.button {  background-position:-123px -25px; }
body#video-scet #show-nav.module li#show-video a.button { background-position:-262px -25px; }
body#nbc_photoSCET #show-nav.module li#show-photos a.button {  background-position:-330px -25px; }
body#site-exclusives #show-nav.module li#show-exclusives a.button {  background-position:-413px -25px; }
body#game-scet-browse #show-nav.module li#show-games a.button {  background-position:-530px -25px; }
body#site-community #show-nav.module li#show-community a.button {  background-position:-604px -25px; }
#show-nav.module li#show-shop.active a.button, 
body#site-shop #show-nav.module li#show-shop a.button { background-position:-730px -25px; }

/* subnav */

#header, 
#show-header.module .module-outer,
#show-nav.module .sub {
	z-index:99;
}
#show-nav.module .sub {
	position:absolute;
	top:29px;
	display:none;
	padding:15px 5px;
	background:none repeat scroll 0 0 #615651;
	height:275px;
	width:600px;
	left:-200px;
}
#show-nav.module .active .sub  {
	display:block;
}
#show-nav.module .sub-block {
	float:left; 
	display:inline;
	margin:0 20px; 
}
#show-nav.module .sub .section-home-btn, 
#show-nav.module .sub h3 {
	font-size:14px; 
	text-transform: uppercase; 
	border-bottom: solid 1px; 
}
#show-nav.module .sub .section-home-btn h3{
    border-bottom:0 none; 
}
#show-nav.module .sub .section-home-btn {
	border-bottom:0 none; 
	display:block; 
	clear:both; 
    text-decoration:underline; 
	margin: 0 20px 10px; 
}
#show-nav.module .sub .section-home-btn:hover {
	text-decoration:none; 
}
#show-nav.module .sub h4 {
	font-size:12px;
}
#show-nav.module .sub li, 
#show-nav.module .sub a {
	font-size:11px;
}
#show-nav.module .sub h4 {
	padding:3px 0;
}
#show-nav.module .thumb-block, 
#show-nav.module .sub ul {
	float:left;
	display:inline;
	padding:5px 0;
	width:155px;
	margin:0; 
}
#show-nav.module .thumb-block {
	margin-right:10px;
}
#show-nav.module .thumb-block .meta {
	width:100%;
}
#show-nav.module .thumb-block img{
	width:152px; 
	height:81px;
}
#show-nav.module .sub li {
	float:none;
	display:block;
}
#show-nav.module .sub-footer a {
	bottom:10px;
	position:absolute;
	right:25px;
	background:url(/assets/modules/show-nav/images/close.png); 
	text-indent:-9999px;
	width:54px;
	height:9px;
}

/* subnav fan-it */
#show-nav.module #fanit-module , 
#show-nav.module #fanit-module .reward_heading , 
#show-nav.module #fanit-module .chal_block , 
#show-nav.module #fanit-module .fanit_block h4 , 
#show-nav.module #fanit-module .fanit_block , 
#show-nav.module #fanit-module .chal_block .chal_desc , 
#show-nav.module #fanit-module .chal_block h4 {
	background:none;
	width: 155px;
	border:none;
	margin:0;
	padding:0;
	line-height:120%;
	
}
#show-nav.module #fanit-module #fanit_header , 
#show-nav.module #fanit-module a.follow , 
#show-nav.module #fanit-module .img-box , 
#show-nav.module #fanit-module .chal_block .chal_desc , 
#show-nav.module #fanit-module .chal_block p {
	display:none;
}
#show-nav.module #fanit-module .gtr , 
#show-nav.module #fanit-module .chal_block .ttc {
	background:none;
	text-indent:0;
	height:auto;
	padding:0;
	margin:0;
}
#show-nav.module #fanit-module .reward_heading span {
	text-transform:none;
}
#show-nav.module #fanit-module .reward_heading {
	margin-top:5px;
	color:#F13923;
}
#show-nav.module #fanit-module .chal_block .chal_desc {
	color: #000;
}
#show-nav.module #fanit-module .fanit_block h4 {
	 color:#414142;
}


/* NEXT ON */
#next-on.module {
	width:300px;
	float:right; 
	display:inline;
	position:relative;
}
#next-on.module .module-footer {
	display:none;	
}
#next-on.module .meta {
	width:50%;
}
#next-on.module .thumb-block img {
	margin-right:4px;
}

/* SLIDE SHOW (added .slidepromote class to accommodate multiples and move away from id constraints) */
.slidepromote, .slidepromote .promoteInner,
#slide-show.module,
#slide-show.module .module-outer, 
#slide-show.module .module-inner{ 
	position:relative; 
	overflow:hidden;
	float:left;
	display:inline;
	z-index:11;
	margin-left:0; 
	padding:0;
}
#slide-show.module .module-outer, 
#slide-show.module .module-inner{ 
	z-index:9;
}
#slide-show.module .copy {
	position:absolute;
	left:0;
	top:0;
	z-index:11;
}
#slide-show.module h2 {
	margin-bottom:10px;	
}
.slidepromote .more, 
#slide-show.module .copy a.more {
	white-space:nowrap;
}
.slidepromote a, 
#slide-show.module a {
	text-decoration:none;
	cursor:pointer;
}
#slide-show.module a.more:hover{
	text-decoration:underline;
}
#slide-show.module .mask { 
	margin:0;
	position:absolute;
	z-index:9;
}
#slide-show.module .slides { width: auto;  }
#slide-show.module .slides img {  position:absolute; right:0px !important; left:auto !important; cursor:pointer; }
#slide-show.module .next, #slide-show.module .prev, #slide-show.module .thumbs{ position:absolute; z-index:10; }
#slide-show.module .next, #slide-show.module .prev{ top:45%; width:22px; height:22px; }
#slide-show.module .next{ right:20px; }
#slide-show.module .prev{ left:20px; }

.slidepromote .thumbs, 
#slide-show.module .thumbs{ 
	background:none white;
	margin:0;
	width:100%;
	position:relative;
	padding:0;
}
.slidepromote .thumb, 
#slide-show.module .thumb {
	display:inline;
	float:left;
	position:relative;
	z-index:1;
	margin:0 4px;
}
.slidepromote .thumb a, 
#slide-show.module .thumb a{ 
	display:inline; 
	float:left;  
	padding-right:5px;
}
.slidepromote .thumb a span , 
#slide-show.module .thumb a span {
	display:inline;
	float:left;	
}
.slidepromote .thumb a img ,
#slide-show.module .thumb a img{ 
	float:left;
}

/* configurables */ 
#slide-show.module, 
#slide-show.module .module-outer,
#slide-show.module .module-inner {
	width:665px;
}
#slide-show.module h2 ,
#slide-show.module .copy, 
#slide-show.module a {
}
#slide-show.module h2 {
	background:none left top no-repeat;
}
#slide-show.module .copy {
	margin-top:25px;
	padding-left:25px;
	background:none transparent;
}
 
#slide-show.module .thumb, 
#slide-show.module .thumb a{ 
	width:144px; 
}

.slidepromote .thumbs, 
.slidepromote .thumb, 
.slidepromote .thumb a, 
#slide-show.module .thumbs, 
#slide-show.module .thumb, 
#slide-show.module .thumb a{ 
	height:59px;	
}

.slidepromote .slides, 
.slidepromote .slides img,
.slidepromote .meta, 
.promoteLayout .thumbs ,
#slide-show.module .mask , 
#slide-show.module .slides,
#slide-show.module .slides img{ 
	height:250px;
}

#slide-show.module .slides img{
	width:446px;	
}

#slide-show.module .mask {
	width:240px;	
	background:none repeat scroll 0 0 #fff;
}
#slide-show.module .copy {
	width:200px;	
}
 
#slide-show.module .thumb a span {
	padding-top:7px;	
	width:53px;
}

.slidepromote .thumb a img, 
#slide-show.module .thumb a img{ 
	margin:7px 3px 7px 7px;
	width:80px;
	height:45px;
}

.slidepromote .thumb .activeSlide, 
#slide-show.module .thumb .activeSlide, 
.slidepromote .activeSlide a, 
#slide-show.module .activeSlide a { 
	background-color:#ccc;
}

/* hide directional buttons by default */
#slide-show.module .next, #slide-show.module .prev{ display:none; }
	
/* .slidepromote specific */
.slidepromote .promoteInner {
	width:661px;	
	overflow:hidden; 
	position:relative; 
	zoom:1; 
}

.slidepromote .thumb {
	padding: 0; 
	margin: 0; 
	width:165px;
	font-weight:bold; 
}

.promoteLayout .thumbs, .promoteLayout .thumb , .slidepromote .meta {
	width : 217px;
}

.promoteLayout .meta ,
.slidepromote .vertical,
.slidepromote .vertical .thumbs, 
.slidepromote .slides, 
.slidepromote .slides img{
	width:444px !important;	
}

.slidepromote .vertical .thumbs, 
.slidepromote .vertical .thumb, 
.slidepromote .vertical .thumb a {
	height: 80px; 	
}

.slidepromote .vertical .thumb a {
	height: 76px;	
	*height: 80px; 
	padding: 2px 7px ;
}

.slidepromote .vertical .thumb {
	width: 111px; 	
}

.slidepromote .vertical .thumb a {
	width: 97px;
	*width:111px;	
}

.slidepromote .vertical .thumb a span {
	width:80px;	
}

.slidepromote .meta,.slidepromote .thumbs, .slidepromote .slides {
	float: left; 
	display: block;
	position:relative; 
}

.thumbsLeft .thumbs, .thumbsLeft .slides {
	float:right;
}

.slidepromote .mask,.slidepromote .slides {
	z-index: 1;
	overflow:hidden; 
}

.slidepromote .more {
	color:#C82A17;
}

.slidepromote .thumb a {
	position:relative;
	padding: 7px;	
	display:block; 
	height:45px; 
	width: 153px;
	*width:165px;
}

.promoteLayout .thumb {
	height:62px;
}

.promoteLayout .thumb a {
	padding:9px 7px ; 
	width:203px;
	*width:217px; 
}

.slidepromote .thumb a img, 
.slidepromote .thumb a span {
	margin: 0; 
	padding: 0; 
}

.slidepromote .thumb a img {
	margin-right:7px;
}

.slidepromote .thumb a span {
	width:64px; 
	font-size: 12px;	
}

.promoteLayout .thumb a span {
	width:113px;	
}

.slidepromote .vertical .thumb a img, 
.slidepromote .vertical .thumb a span {
	margin: 1px 0 0 12px; 
	width: 75px;
}

.slidepromote .vertical .thumb a img {
	width: 74px; 
	height: 42px; 
}

.slidepromote .thumb .activeMarker {
	position:absolute;  
	display:none; 
	border:1px solid; 
	width:79px; 
	height: 44px; 
}

.slidepromote .thumb .activeSlide .activeMarker ,
.slidepromote .activeSlide .activeMarker {
	display:block; 	
}

.promoteLayout .thumb .activeMarker {
	top: 50%;
	margin: -10px 0 0 ;
	height: 20px; 
	width: 10px;  
}

.slidepromote .thumbsLeft .thumb .activeMarker {
	right: -10px; 
}

.slidepromote .thumbsRight .thumb .activeMarker {
	left: -10px; 
}

.slidepromote .vertical .thumb .activeMarker {
	left: 50%; 
	top: -10px; 
	margin:0 0 0 -10px;
	height: 10px; 
	width: 20px; 
}

.slidepromote .mask {
	background: #fff; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;

    filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}

.slidepromote .thumb,.slidepromote .meta div,.slidepromote h2,.slidepromote .meta,.slidepromote .thumbs,.slidepromote .more
	{
	z-index: 2;
	position: relative;
}

.slidepromote .meta {
	overflow: hidden;
}

.slidepromote .meta div, .slidepromote .meta a {
	margin: 0 10px; 
}

.slidepromote .meta .title {
	margin-top:10px; 	
	font-weight:bold;
}

.slidepromote .meta .clear {
	margin-bottom:10px; 	
}

.promoteLayout .meta {
	position:absolute; 
	bottom: 0; 	
	height: auto; 
	zoom: 1; 
	float: none; 
}

.slidepromote .vertical .meta {
	bottom: 80px; /* match the height of the bottom .thumbs block */	
	left:0; 
}

.thumbsLeft .meta {
	right: 0; 	
}

.thumbsRight .meta {
	left: 0; 	
}



/* EXLCUSIVES */
/* configurables */
#exclusives.module {
	clear:both; 
	width:100%; 
}
#exclusives.module h2 {
}
#exclusives.module .thumb-block {
	width:345px;
}
#exclusives.module .featured,
#exclusives.module .featured .meta {
	width:275px;
}
#exclusives.module .featured {
	margin-right:15px;
}




/* BIOS */
/* configurables */
#bios.module h2 {
}
#bios.module .thumb-block img {
	border:0 none;	
}


/* VIDEO */
/* configurables */
#video.module {
	width:356px; 
	float:left;
}
#video.module h2 {
}
#video.module .featured .meta {
	width:135px;
}


/* GAMES */
#games.module  {
	width:300px;
	float:right;
	clear:right;
}
#games.module h2 {
}
#games.module h3 {
	margin:5px 20px;
	font-size:18px; 
	text-transform: uppercase;
	font-weight:normal;
}
#games.module h3 span{
	padding-top:13px;
	display:inline-block;
}
#games.module #kings-games h3 .icon {
	background:url("/assets/modules/games/images/king-dot-com.gif") no-repeat scroll 0 0 transparent;
	width:81px;
	height:25px; 
	text-indent:-9999px;
}
#games.module .meta {
	width:50%;
}
#games.module .thumb-block a.show-game-thumb {
	display:inline-block;
	float:left;
	margin:0;
}

#games.module #show-games .thumb-block img {
	width:	120px; 
	height: 67px;
}
#games.module #kings-games .thumb-block img {
	border:0 none;
}

#games.module .game-type-heading {
	background:#ccc; 
	display:block;
	height:20px;
	margin-bottom:5px;
	width:122px;
}

#games.module #show-games .game-type-heading {
	text-indent:-9999px;
}
#games.module #kings-games .game-type-heading {
	margin-bottom:2px; 
	background:none repeat scroll 0 0 transparent;
	font-size:12px;
	font-weight:bold;
	height:15px;
	text-transform:uppercase;
	width:150px;
}
	
/* RECENT EPISODES */

#recent-episodes.module {
	border-bottom:solid 6px; 
	border-left: solid 6px; 	
}
#recent-episodes.module h2 {
	text-indent:-9999px;
}
#recent-episodes.module .episode-block {
	margin:5px 5px 5px 9px; 
	padding:7px 0; 
	border-bottom: solid 1px; 
	width:280px;
}
#recent-episodes.module .thumb-block {
	margin:0;
	width:280px;
}
#recent-episodes.module .meta {
}
#recent-episodes.module .meta .thumb img {
	float:left; 
	margin: 0 7px 5px 0;
	border:solid 1px; 
}
#recent-episodes.module .meta .description {
	float:left; 
	display:inline;
	width:190px;
}
#recent-episodes.module .meta .title {
	font-weight:bold; 
	font-size:12px; 
	line-height:12px;
	margin-bottom:2px;
	margin-top:2px;
	display:block;
}
#recent-episodes.module .meta .text {
	line-height:15px;
	margin:2px 0;
}
#recent-episodes.module .meta .expiration {
	font-style:italic;
}

#recent-episodes.module .links {
	clear:both;
	padding: 5px 0 5px 88px;
}
#recent-episodes.module .links ul {}
#recent-episodes.module .links li {
	float:left;
	*float:none; 
	line-height:16px;
	list-style-position:inside;
	list-style-type:disc;
	/*width:140px;*/
	margin-right: 13px;
}
#recent-episodes.module .links a {}

/* configurables {includes reference to global module more links} */
#recent-episodes.module h2 {
	background:url("/assets/modules/recent-episodes/images/most-recent-episodes.gif") no-repeat scroll 0 0 transparent;
}
.module-more a .raquo , 
.module-footer a .raquo,
#recent-episodes.module .episode-block, 
#recent-episodes.module a, 
#recent-episodes.module .thumb img {
	border-color:#145fac; 
	color:#145fac;
}
.module-more a, 
.module-footer a, 
#recent-episodes.module .text, 
#recent-episodes.module .expiration, 
#recent-episodes.module .links li {
	color:#4f5049;
}


/*****************************
	SOCIAL/Community v2
******************************/

.social-module .tabbed {
	padding:5px; 
	background: #fff; 
}

.social-module .tabbed .tab-content {
	display:block; 	
	width:290px;
}

.social-module h2{
	display:block !important; 
	text-indent:0; 
}

.social-module .smod-facebook div {
	width: 290px !important;
	margin: 0 !important; 
	overflow:hidden !important; 
	zoom:1; 
}

.social-module .smod-facebook .fb-sTab-like iframe {
	height: 287px !important;
}

.social-module .smod-facebook .fb-sTab-recommended h4 {
	font-size: 13px;
    margin: 7px 0 0 7px;
}

.social-module .smod-facebook .fb-sTab-recommended {
	border-top: 1px solid #AAAAAA;
	zoom:1; 
}

.social-module .smod-facebook .fb-sTab-recommended iframe {
	height: 180px !important;
	border-bottom: 1px solid #AAAAAA; 
}

.social-module .smod-facebook .fb-sTab-followers iframe {
	height: 100px !important; 
}

.social-module .s-block {
	float:left !important;	
	margin:0; 
}

.social-module .fanit-block {
	margin:30px 0 0; 
}

.social-module .tabbed-social .module-left-outer {
	padding-top: 30px; 
}

.social-module .global-tabs {
	right: auto; 
	left: 0;
	z-index: 1; 	
}

.social-module .global-tabs a span {
	padding: 4px 0 0 24px;
	height: 19px;
	margin: 0;	
}

.social-module .global-tabs .smod-facebook a span {
	background:url(/assets/modules/social/images/icon-facebook.png) no-repeat 0 0;
	_background:url(/assets/modules/social/images/icon-facebook.gif) no-repeat 0 0;
}
.social-module .global-tabs .smod-twitter a span {
	background:url(/assets/modules/social/images/icon-twitter-v2.png) no-repeat 0 0;
	_background:url(/assets/modules/social/images/icon-twitter-v2.gif) no-repeat 0 0;
}
.social-module .global-tabs .smod-board a span {
	background:url(/assets/modules/social/images/icon-boards.png) no-repeat 0 0;
	_background:url(/assets/modules/social/images/icon-boards.gif) no-repeat 0 0;
}

.social-module .smod-board .msg-block-container {
	overflow-y: auto; 
	height: 350px; 	
}

/* fanit v2 */

.social-module .sn_fanit_div {
	margin:0 !important; 	
}

.fanit-module,.fanit-hdr,.fanit-outer,.fanit-inner,.fanit-module .thumb-block
	{
	width: 300px;
	zoom: 1;
	position: relative;
}

.fanit-module {
	background: none #e7f3fe;
}

.fanit-inner {
	padding: 10px 0;
}

.social-module .fanit-hdr h3 {
	background: none; 
	font-family: Arial, Helvetica, sans-serif !important;
	display: inline-block !important;
	font-size: 13px;
	margin: 0;
	width: 174px;
	float: left;
	color: #424242;
	line-height: 1.2em;
	text-transform: lowercase;
	margin: 10px 0 0 -5px;
	font-weight: bold;
	zoom: 1;
	_margin: 10px 0 0;
	_overflow: hidden;
	text-indent: 0;
}

.fanit-hdr h3 span {
	display: block;
	white-space: nowrap;
	*white-space: normal;
}

.social-module .fanit-hdr .hdr-img {
	background: url(/assets/core/themes/2011/nbc/images/fanit/fanit-hdr.png) no-repeat 0
		0 transparent !important;
	_background: url(/assets/core/themes/2011/nbc/images/fanit/fanit-hdr.gif) no-repeat 0
		0 transparent !important;
	width: 122px;
	height: 59px;
	text-indent: -9999px !important;
	margin: -30px 0 0 2px;
	_margin: 0 !important;
}

.fanit-module .thumb-block {
	padding: 0 0 10px;
	margin: 0;
}

.fanit-module .thumb-block h4 {
	color: #434343;
	font-size: 18px;
}

.fanit-module .thumb-block img {
	margin: 0 5px;
	width: 64px;
	height: 64px;
}

.fanit-module .challenges .thumb,.fanit-module .challenges .chal-points-token
	{
	border: 0 none !important;
	margin: 0;
	width: 90px;
	height: auto; 
	float: left !important;
	display: inline-block;
	zoom: 1;
}

.fanit-module .challenges .thumb {
	cursor:default; 	
}

.fanit-module .chal-points-token {
	margin: 0 !important;
	float: none !important;
}

.fanit-module .block-hdr {
	text-transform: uppercase;
	border-bottom: 1px solid;
	padding: 0 7px 5px;
	margin: 0 0 10px;
	position: relative;
	zoom: 1;
}

.fanit-module .block-hdr .all {
	position: absolute;
	right: 5px;
	bottom: 0;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 4px;
	text-transform: capitalize;
	font-weight: bold;
}

.fanit-module .meta, .fanit-module .description span {
	width: 190px !important;
	color: #666 !important;
	font-size: 11px;
	zoom: 1;
}

.fanit-module .description span {
	width: auto !important; 
	zoom:0; 
}

.fanit-module .meta .title {
	margin: 0 !important;
	color: #282828;
	font-size: 13px;
}

.fanit-module .meta .score,.fanit-module .meta .score span,.fanit-module .meta .thumb-more {
	color: #000 !important;
	font-weight: bold;
}

.fanit-module .meta .thumb-more {
	display:block; 	
}

/* COMMUNITY */
#community.module .module-right-inner {
	position:relative;
}

/* configurables */
#community.module .promote {	
	margin:10px;
}
#community.module .tabbed {
	width:290px;
}
#community.module .tabbed .tab {
	font-weight:bold;
	height:35px;
	padding-top:7px;
	text-transform:uppercase;
	top:-41px;
	width:80px;
	text-decoration:none;
}
#community.module .tab span {
	display:block; 
}
#community.module .icon {
	width:20px; 
	height:21px; 
	margin:0 30px;
}
#community.module #facebook.tabbed .tab {
	left:30px;
}
#community.module #facebook.tabbed .icon {
	background:url(/assets/modules/community/images/icon-facebook.png) no-repeat;
}
#community.module #twitter.tabbed .tab {
	left:50%;
	margin-left:-40px; /* half the width */
}
#community.module #twitter.tabbed .icon {
	background:url(/assets/modules/community/images/icon-twitter.png) no-repeat;
}
#community.module #boards.tabbed .tab {
	left:auto;
	right:30px;	
}
#community.module #boards.tabbed .icon {
	background:url(/assets/modules/community/images/icon-boards.png) no-repeat;
}
#community.module .selected .tab {
	background:#333;
	color:white;
}

#community.module .module-right {
	padding:55px 0 0 0;
}
#community.module .FB_SERVER_IFRAME {
	margin:0;	
	height:275px;
}


/* community fan-it */
#community.module #fanit-module a.follow {
	display:none;
}
#community.module #fanit-module {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	padding:0;
	margin:10px 10px 10px 25px;
	width:275px;
}
#community.module #fanit-module #fanit_header {
	margin-bottom:10px;
	overflow:hidden;
}
#community.module #fanit-module .reward_heading {
	background:none repeat scroll 0 0 transparent;
	border-bottom:0 none;
	border-top:0 none;
	float:none;
	line-height:14px;
	margin:0;
	padding:0 0 0 7px;
	width:auto;
}
#community.module  #fanit-module .fanit_block, 
#community.module #fanit-module .chal_block {
	display:inline;
	float:left;
	padding:7px;
	width:90%;
}
#community.module #fanit-module .img-box {
	margin:0;
	width:62px;
}
#community.module #fanit-module .img-box img {
	height:62px;
	width:62px;
}
#community.module #fanit-module .fanit_block h4 {
	display:inline;
	float:none;
	margin:0 5px 0 0;
	width:215px;
}
#community.module #fanit-module .chal_block {
	border:0 none;
}
#community.module #fanit-module .chal_block h4 span, 
#community.module #fanit-module .chal_block h4 {
	margin-left:0px;
	margin-top:0px; 
}
#community.module #fanit-module .chal_block p {
	display:none; 
}
#community.module #fanit-module .chal_block .chal_desc {
	float:none;
	margin:0;
}
#community.module #fanit-module .gtr,
#community.module #fanit-module .chal_block .ttc {
	background:none;
	display:inline;
	float:none;
	font-size:11px;
	font-weight:bold;
	height:auto;
	margin:0;
	padding:0;
	text-indent:0px;
	width:auto;
}

/* fan it configurables */
#community.module #fanit-module .reward_heading {
	color:#B1A29F;
}
#community.module #fanit-module,
#community.module #fanit-module .fanit_block, 
#community.module #fanit-module .chal_block,
#community.module #fanit-module .chal_block .chal_desc {
	color:#615651;
}
#community.module #fanit-module .fanit_block h4, 
#community.module #fanit-module .chal_block h4 span, 
#community.module #fanit-module .chal_block h4, 
#community.module #fanit-module .gtr,
#community.module #fanit-module .chal_block .ttc {
	color:#262D33;
}


/* community twitter */
.social-module .smod-twitter h3,
#community.module #twitter h3 {
	float:left;
	width:175px;
	font-weight:normal;
	font-size:12px; 
}

.social-module .smod-twitter .show,
#community.module #twitter .show {
	font-weight:bolder;
	font-size:14px; 
}

.social-module .smod-twitter .twitter-icon ,
#community.module #twitter .twitter-icon {
	background: url(/assets/modules/community/images/twitter.png) no-repeat 0 0;	
	width:107px; 
	height:26px; 
	text-indent:-9999px;
	display:block;
}

.social-module .smod-twitter .follow,
.social-module .smod-twitter .more,
#community.module #twitter .follow, 
#community.module #twitter .more {
	float:right;
	font-weight:bold;
	font-size:12px;
}

.social-module .smod-twitter .follow,
#community.module #twitter .follow {
	background: url(/assets/modules/community/images/btn-follow-us.gif) no-repeat 0 0;
	float:left;
	height:36px;
	margin:5px 0;
	text-indent:-9999px;
	width:100px;
}

.social-module .smod-twitter .tweet-wrap,
#community.module .tweet-wrap {
	padding:3px 0; 	
	clear:both;
	*width:280px;
}

.social-module .smod-twitter .tweet-wrap img ,
#community.module .tweet-wrap img {
	float:left;
	height:48px;
	margin-right:7px;
	width:48px;
}

.social-module .smod-twitter .tab-content ,
#community.module #twitter .content {
	padding:10px 5px 2px;
	background: url(/assets/modules/community/images/bg-twitter.jpg) no-repeat center 0 #cee5f0;
}

.social-module .smod-twitter .tab-content {
	width: 280px; 	
}

.social-module .smod-twitter p,
#community.module #twitter p {
	padding: 5px 5px 0px 65px;
	word-wrap: break-word;
}

.social-module .smod-twitter .tweet-title,
#community.module #twitter .tweet-title {
	display:inline;
	float:left;
	font-weight:bold;
	margin:5px 5px 0 0;
	padding-left:10px;
}

.social-module .smod-twitter .tweet-text ,
#community.module #twitter .tweet-text {
	background:url("/assets/modules/community/images/bg-twitter-bubble-top.gif") no-repeat scroll right top transparent;
}

.social-module .smod-twitter .tweet-published ,
#community.module #twitter .tweet-published {
	display: block;
	font-style:italic;
	padding-top:1px; 
	padding-bottom:4px;
	background:url("/assets/modules/community/images/bg-twitter-bubble.gif") no-repeat scroll right bottom transparent;
}

/* community boards */
#community.module #boards {
	background:#fff; 
}
#community.module #boards .content {
	margin:10px 5px 2px;
}

.social-module .smod-board h3 ,
.social-module .smod-board .more span ,
#community.module #boards h3 , 
#community.module #boards .more span {
	color:#cc0000;
	font-weight:normal; 
}

.social-module .smod-board h3 {
	padding-top: 5px; 
}

.social-module .smod-board h3 .show ,
#community.module #boards h3 .show {
	display:inline-block;
	height:24px;
	width:201px;
	text-align:center;
}

.social-module .smod-board h3 .show {
	float: left; 	
}

.social-module .smod-board h3 .show {
	text-align:left; 	
}

#community.module #boards h3 .text {
	margin-top:15px; 
}

.social-module .smod-board h3 .text {
	float:right; 	
}

.social-module .smod-board .msg ,
.social-module .smod-board .user ,
#community.module #boards .msg , 
#community.module #boards .user {
	font-weight:bold; 
}

.social-module .smod-board .msg,
#community.module #boards .msg {
	margin-bottom:7px; 
}
.social-module .smod-board .more ,
#community.module #boards .more {
	float:right;
	margin:3px 0 1px;
}
.social-module .smod-board  .msg-block, 
#community.module #boards .msg-block {
	border-bottom: solid 1px #cc0000;
	padding:5px 0 ;
}

.social-module .smod-board .msg-block img, 
#community.module #boards .msg-block img {
	max-height:150px; 
	height:auto !important;
}


/* FLASH AD: RIGHT RAIL  */
#right-featured-ad.module {
	height:250px;	
	background:none #fff;
}

#global-content-wrapper .socialbuttons span {
	margin: 0 4px 0 0;
	height: 21px;
	float: left;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#global-content-wrapper .socialbuttons span.twtr-btn {
	/* 	background-position: -60px 0; */
	width: 61px;
}

#global-content-wrapper .socialbuttons span.myfav-btn {
	/* 	background-position: -130px 0; */
	width: 62px; 
}


#global-content-wrapper .socialbuttons span.fb-btn iframe {
	overflow: hidden;
	width: 49px;
	height: 25px;
}

#global-content-wrapper .socialbuttons span.fb-btn , 
#global-content-wrapper .socialbuttons span.fb-btn iframe {
	_width: 45px; 	
}

#global-content-wrapper .socialbuttons span.twtr-btn iframe {
	width: 64px;
	height: 21px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#global-content-wrapper .socialbuttons span.myfav-btn a {
	background: url(/assets/core/themes/2011/nbc/images/buttons/myfav.gif)
		no-repeat 0 0 transparent;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 62px;
	height: 21px;
}


#global-content-wrapper .socialbuttons span.myfav-btn a:hover {
	background-position:0 -21px; 	
}

#global-content-wrapper .socialbuttons span.isFav a {
	background-position:0 -42px;
}

#global-content-wrapper .socialbuttons span.isFav a:hover{
	background-position:0 -63px;
	
}
#global-content-wrapper .socialbuttons a span.remove-myFav-action{
	position:absolute;
	display:block;
	width: 17px;
	height: 18px;
	top:0;
	left:0;border: 1px solid #00f;
}

/*****************************
	S&C: Share & Comment Module
******************************/
#nbc-share-comments{
	float:left;
	padding-top:15px;
	border:1px solid #000;
	display: inline;
	width:654px;
	overflow: visible;
	margin-bottom:20px;
	margin-left: 0;
	background: #fff url(/assets/images/scet/video4/share-bg.jpg) left top repeat-x;
}
/* S&C: Tabs, aka "Share List" */
.nbc-share, .nbc-share-module {
	float:left;
	display:inline;
	padding:0 0 0 8px;
	margin-bottom:-1px;
	position:relative;
	width:646px;
	height:36px;
}
.share-list {
	float:left;
	padding-right:5px;
}
.share-list li {
	float:left;
	margin-right:3px;
}

.share-list li a,
.scet_usr_like_stats_message {
	/*background:transparent url(/The_Office/photos2/images/share-icons.jpg) no-repeat scroll left -2px;*/
	display:inline;
	float:left;
}
.nbc-share li a,
.nbc-share li a span {
	font-size:10px;
	font-weight:bold;
	height:21px;
	text-transform:uppercase;
}

.share-list .nbc-like-it a {
	/*background-position:0 -30px;*/
	text-indent:-9999em;
	width:54px;
	background: url(/assets/images/scet/video4/like-it.gif) center 3px no-repeat;
}
.share-list .nbc-share-it a {
	/*background-position:0 -60px;*/
	text-indent:-9999em;
	width:57px;
	background: url(/assets/images/scet/video4/share.gif) center 5px no-repeat;
}
.share-list .nbc-tag-it a {
	/*background-position:0 -120px;*/
	text-indent:-9999em;
	width:48px;
	background: url(/assets/images/scet/video4/tags.gif) center 4px no-repeat;
}
.share-list .nbc-comments a{
	/*padding-left:84px;*/
	font-weight:bold;
	background: url(/assets/images/scet/video4/comments.gif) 4px 5px no-repeat;
	text-indent: -9999em;
    /* FB comment swap out */
	/*width: 26px;*/
	padding-left: 85px;
    padding-right: 5px;
	line-height: 10px;
	text-indent: 0;
}
.share-list li a {
	background: transparent;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.share-list li a{
	border:transparent;
	border-bottom:0 none;
	height:21px;
/*	overflow: hidden;*/
	padding:13px 2px 0;
}
.share-list li a.active {
	border:solid 1px #ccc;
	border-bottom:0 none;	
	height:22px;
}
.share-list .nbc-like-it a.active/*,
.share-list .nbc-like-it a:hover */{
	width:37px;
}
.share-list .nbc-share-it a.active/*,
.share-list .nbc-share-it a:hover*/{
	
}
.share-list .nbc-tag-it a.active/*,
.share-list .nbc-tag-it a:hover */{
	
}
.share-list .nbc-comments a.active/*,
.share-list .nbc-comments a:hover */{
	background:#fafafa url(/assets/images/scet/video4/comments-on.gif) 5px 5px no-repeat;
}
/* SNAS comments takedown */
#nbc-comments, .nbc-liked-it, .sn-comment-container, .sn_comment_div, #comment-content, .nbc-link-comment {
    display: none !important;
}

#nbc-share-comments .tab-content{
	display:none;
	width:100%;
	clear:left;
	float:left;
	border-top:1px #cdcdcd solid;
}

#nbc-share-comments .close-share,
#nbc-share-comments .close-like-it,
#nbc-share-comments .close-tags,
#nbc-share-comments .close-comments{
	/* Default just says "Close" */
	background:url(/assets/images/scet/video4/close-like-it.gif) no-repeat 99% 50% #FAFAFA;
	text-indent:-9999px;
	display:block;
	width:100%;
	height:19px;
	margin:0;
	padding:0;
}
/* Old Share Tab */
#nbc-share-comments .close-share{
	background-image:url(/assets/images/scet/video4/close-share.gif);
}
#nbc-share-comments .close-like-it{
	background-image:url(/assets/images/scet/video4/close-like-it.gif);
}
#nbc-share-comments .close-tags {
	background-image:url(/assets/images/scet/video4/close-tags.gif);
}
/*
#nbc-share-comments .close-comments{
	background-image:url(/assets/images/scet/video4/close-comments.gif);
}
*/

/* S&C: "Share-it" Tab */
#share-it-content{
	float:left;
	width:636px;
	padding:20px 8px 10px;
	background:#fafafa;
}
#share-it-content h3{
	background: url(/assets/images/scet/video4/share-header.gif) left top no-repeat;
	border-bottom:1px solid #ccc;
	height:20px;
	margin-bottom:0 3px 10px;
	text-indent:-9999px;
}
#share-it-content dd {
	display:block;
	margin:10px 5px 10px 0;
	float:right;
}
#share-it-content dt {
	display:block;
	margin:10px 5px 10px 0;
	width:55px;
	height:24px; 
}
#share-it-content dt#qk-emb{
	/* width:80px; */
}
#share-it-content dt p {
	height:20px;
}
#share-it-content dt .embed-permalink {
	background:url(/assets/images/scet/video4/permalink.gif) left 5px no-repeat;
	text-indent:-9999px;
}
#share-it-content dt .embed-object {
	background:url(/assets/images/scet/video4/embed.gif) left 5px no-repeat;
	text-indent:-9999px;
}


/* S&C: "Like-It" (aka "Share") Tab */
/* SOCIALBOX */
.socialbox {
	padding: 10px 0;
    background-color: #FAFAFA;
}
/* SOCIALBOX: Like-It: Button */
.socialbox .sb-buttons li {
	float: left;
	display: block;
	zoom: 1;
	margin-left: 22px;
}
.socialbox .sb-buttons .sb-mynbc, .sb-msg {
	/*width: 90px;*/
    display: none;
}
.socialbox .sb-buttons .sb-facebook {
	width: 90px;
    margin-left: 45px;
}
.socialbox .sb-buttons .sb-twitter {
	width: 70px;
}
.socialbox .sb-buttons .sb-google {
	width: 52px;
}
.socialbox .sb-buttons .sb-get-glue {
	width: 88px;
}
.socialbox .sb-buttons .sb-email {
	width: 78px;
}
.socialbox .sb-buttons .sb-more {
	width: 60px;
}

/* SOCIALBOX: Button: Label */
.socialbox .sb-label {
	display: block;
	height: 14px;
	line-height: 12px;
	background: url(/assets/core/plugins/socialbox/images/sprite-btns.gif) no-repeat 0 0;
	text-indent: -9999px;
}
.socialbox .sb-mynbc .sb-label {
	background-position: -22px 4px;
	width: 70px; /* small label / big button */
}
.socialbox .sb-facebook .sb-label {
	background-position: -113px 4px;
	width: 70px; /* small label / big button */
}
.socialbox .sb-twitter .sb-label {
	background-position: -213px 4px;
}
.socialbox .sb-google .sb-label {
	background-position: -305px 4px;
}
.socialbox .sb-get-glue .sb-label {
	background-position: -401px 4px;
}
.socialbox .sb-email .sb-label {
	background-position: -511px 4px;
}
.socialbox .sb-more .sb-label {
	visibility: hidden;
}



.socialbox .sb-btn {
	margin-top: 5px;
}

/* SOCIALBOX: Button: MyNBC */
.socialbox .sb-mynbc{
	position:relative;
}
.socialbox .sb-mynbc .sb-btn {
	margin-top: 0;
	width: 110px;
	position:absolute;
	top:14px;
	left:0;
}
.socialbox .sb-mynbc .sb-btn a {
	float: left;
	display: block;
	width: 65px;
	height: 25px;
	background: url(/assets/core/plugins/socialbox/images/sprite-btns.gif) no-repeat 0 -10px;
	text-indent: -9999px;
	cursor: pointer;
}
.socialbox .sb-mynbc .sb-btn .count { 
	float: left;
	display: inline-block;
	width: auto;
	height: 15px;
	padding: 3px 2px 0 7px;
	margin-top: 6px;
	background: url(/assets/core/plugins/socialbox/images/count-bubble.gif) no-repeat 0 bottom;
	border-right: 1px solid #D1D1D1;
	text-align: center;
	zoom:1;
	visibility:hidden; 
}

/* SOCIALBOX: Button: Facebook (70px, but really 90px) */
/*.socialbox .sb-facebook .sb-btn {}*/
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr .connect_comment_widget .comment_content {
	background-color: #fff; 
}


/* SOCIALBOX: Button: Twitter */
.socialbox .sb-twitter .sb-btn a {
	display: block;
	width: 60px;
	height: 25px;
	cursor: pointer;
}

.socialbox .sb-twitter .sb-btn iframe {
	width: 150px !important;
}

/* SOCIALBOX: Button: Google */
/*.socialbox .sb-google .sb-btn {}*/

/* SOCIALBOX: Button: Get Glue */
.socialbox .sb-get-glue .sb-btn {
	margin-top: 6px; /* only 18px tall */
}
.socialbox .sb-get-glue .sb-btn iframe {
	width: 78px !important;
}

/* SOCIALBOX: Button: Email */
/*.socialbox .sb-email .sb-btn{}*/
.socialbox .sb-email .sb-btn a{
	display: block;
	margin-top: 5px;
	height: 20px;
	background: url(/assets/core/plugins/socialbox/images/sprite-btns.gif) no-repeat -484px -15px;
	text-indent: -9999px;
	cursor: pointer;
}
.socialbox .sb-email .sb-btn span{
	/* addthis places an extra email icon */
	display: none;
}

/* SOCIALBOX: Button - special for More+ */
/*.socialbox .sb-more .sb-btn{}*/
.socialbox .sb-more a {
	display: block;
	height: 20px;
	background: url(/assets/core/plugins/socialbox/images/sprite-btns.gif) no-repeat -586px -15px;
	text-indent: -9999px;
	cursor: pointer;
}
#at15s_head {
	display: block !important;
	width: 241px;
}

/* SOCIALBOX: Message (after MyNBC Like) */
.socialbox .sb-msg {
	clear: both;
	height: auto;
	color: #555;
	line-height: 1.2em;
	padding: 5px 0 0 45px;
}
.socialbox .sb-msg p {
	padding-bottom: 5px;
}
.socialbox .sb-msg a {
	display: block;
}

/* SOCIALBOX: Embed */
.socialbox .sb-fields {
	position: relative;
	zoom: 1;
}

.socialbox .sb-embed {
	padding: 9px 0 6px;
	height: 21px;
}
.socialbox .sb-embed label {
	float: left;
	display: block;
	display: inline-block;
	zoom: 1;
	width: 45px;
	height: 21px;
	line-height: 13px;
	text-indent: -9999px;
	background: url(/assets/core/plugins/socialbox/images/sprite-btns.gif) no-repeat 11px -50px transparent;
	background-position: 11px -86px;
}
.socialbox .sb-embed input {
	display: inline-block;
	zoom: 1;
	float: left;
	height: 21px;
	border: solid 1px;
	width: 580px;
	padding: 0 5px;
	margin: 0;
	height: 19px;
}

.socialbox .sb-embed-toggle {
	padding: 9px 0 6px;
	height: 21px;
	position: absolute;
	left: 46px;
	bottom: -30px;
	width: 200px;
}
.socialbox .sb-embed-toggle label {
	float: left;
	display: block;
	display: inline-block;
	zoom: 1;
	width: 45px;
	height: 21px;
	line-height: 13px;
	text-indent: -9999px;
	background: url(/assets/core/plugins/socialbox/images/sprite-btns.gif) no-repeat 11px -50px transparent;
	text-indent: 0 !important;
	display: inline;
	background: none !important;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 2px;
	white-space: nowrap;
	width: auto; 
}
.socialbox .sb-embed-toggle input {
	display: inline-block;
	zoom: 1;
	float: left;
	height: 21px;
	border: solid 1px;
	width: 580px;
	padding: 0 5px;
	margin: 0;
	height: 19px;
	width: 10px;
	height: 10px;
	border:0 none; 
}

/* SOCIALBOX: Post-To-Facebook */
.socialbox .sb-footer {
	width: 100%; 
}

.socialbox .sb-footer .sb-facebook-share {
	float: right;
	display: block;
	text-align: center;
	text-indent: -9999px;
	width: 154px;
	height: 22px;
	line-height: 13px;
	cursor: pointer;
	background: url(/assets/core/plugins/socialbox/images/sprite-btns.gif) no-repeat -497px -113px;
}

