/**********************************************************************************
Copyright 2011 E! Entertainment Television, LLC. 
A Division of NBCUniversal.

To remove web dev comments use CSS Minifier at:
	 http://www.minifycss.com/css-compressor/

Widget Examples:
	<div class="lp-widget h1 news three-column LP_LEFT">...</div>
	<div class="lp-widget a2 news two-column LP_LEFT">...</div>
	<div class="lp-widget x1 photos LP_LEFT2">...</div>
	<div class="lp-widget c1 videos LP_RIGHT">...</div>
	<div class="lp-widget g1 polls LP_MID">...</div>

Here is how to create 2 or 3 column widgets. Add another class name to the end of this chain. 
	GOOD: <div class="lp-widget x1 videos two-column">...</div>

Don't replace "lp-widget" with "two-column" nor "three-column" or you will remove the reset styles and the font styles from your widget!
	BAD: <div class="three-column x1 videos">...</div>
**********************************************************************************/


/*************************************************************************************************************/
/** FRONT DOOR'S "MORE" LINK: Ajax loads 30 more widgets per click. Max 3 clicks, for 90 additional widgets **/
/*************************************************************************************************************/
.lp_wrap .add-more-bttn-wrap {
	background-color: #ffffff;
	padding: 15px 0px;
	text-align: center;
}

#dynamic-widgets-bttn a {
	text-decoration: none;
}

#dynamic-widgets-bttn a:hover {
	text-decoration: underline;
}

.lp_wrap .add-more-bttn-wrap .add-more-bttn,
.lp_wrap .add-more-bttn-wrap .max-add-more-bttn {
	background: url("/resources/images/sprite_maps/ui_elements.png") no-repeat 0px 0px;
	color: #ffffff;
	display: block;
	font-size: 17.33px;
	height: 39px;
	margin: 0px auto;
	padding-top: 9px;
	text-transform: uppercase;
	width: 192px;
}

.lp_wrap .add-more-bttn-wrap .add-more-bttn a,
.lp_wrap .add-more-bttn-wrap .max-add-more-bttn a {
	text-decoration: none !important;
}

.lp_wrap .add-more-bttn-wrap .add-more-bttn:hover {
	background-position: -192px 0px;
}

.lp_wrap .add-more-bttn-wrap .add-more-bttn:active {
	background-position: -384px 0px;
}

.lp_wrap .add-more-bttn-wrap .add-more-bttn.loading span,
.lp_wrap .add-more-bttn-wrap .max-add-more-bttn {
	display: none;
}

.lp_wrap .add-more-bttn-wrap .add-more-bttn.loading {
	background: transparent url("/resources/images/misc/icon.loading.gif") no-repeat center 15px;
}


/******************************************************/
/** SECTIONAL PAGE WIDGET STYLES: Right Rail Widgets **/
/******************************************************/
body.photos .one-column.rail {
	margin-top: 19px;
}

body.category .lp_layout .lp-widget, /* News Landing Page */
body.news .lp-widget, /* News Detail Page */
body.photos .one-column.rail .lp-widget, /* Photo Detail Page */
.vd-contentRight .lp-widget {
	margin-bottom: 20px;
}

/* Turns off the bottom-border for landing & detail pages: */
body.photos .one-column.rail #Div6 .lp-widget, /* Photo Detail Page */
.vd-contentRight .lp-widget:last-child {
	border-bottom: 0;
}


/**************************************************/
/** GLOBAL WIDGET STYLES: applies to all widgets **/
/**************************************************/
/* Required for every div which is a widget. */
/* Lato will be use for body copy, time stamps, and everything that isn't a primary header. */
.lp-widget,
.lp-widget.one-column,
.lp-widget.two-column,
.lp-widget.three-column {
	color: #333333;
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 18.67px;
	margin-bottom: 20px;
	overflow: hidden;
}

.lp-widget a,
.lp-widget a:hover {
	text-decoration: none;
}

/* Prevents widgets with images + without "Presented By" ads from touching the silver border that separates the current widget from the last widget on landing + detail pages. */
.lp_right_ad,
.lp-widget,
.lp-widget.one-column,
.lp-widget.two-column,
.lp-widget.three-column {
	margin-top: 5px; 
}

/* ... but removes it from the home page. */
.lp_right_ad,
.lp-widget,
.lp-widget.one-column,
.lp-widget.two-column,
.lp-widget.three-column {
	margin-top: 0px;
}

.lp_right_ad {
	padding-bottom: 10px;
}

.lp-widget.no-border {
	border-bottom: 0;
}

/*, Don't use X1 here, since it has to override this in the iFrame: .lp-widget.x1 */
.lp-widget.a1,
.lp-widget.b1,
.lp-widget.b3,
.lp-widget.c1,
.lp-widget.d1,
.lp-widget.d2,
.lp-widget.d3,
.lp-widget.g1,
.lp-widget.g3,
.lp-widget.v1,
.lp-widget.v10,
.lp-widget.vl1 {
	width: 300px;
}

/*, Don't use X1 here, since it has to override this in the iFrame: .lp-widget.x2 */
.lp-widget.a2,
.lp-widget.b11,
.lp-widget.v2,
.lp-widget.vl2 {
	width: 610px;
}

/*, Don't use X3 here, since it has to override this in the iFrame: .lp-widget.x3 */
.lp-widget.c3,
.lp-widget.c33,
.lp-widget.v3,
.lp-widget.vl3 {
	width: 920px;
}


/**************************************/
/** BRANDED CONTENT *******************/
/**************************************/
.item-branded-content {
	clear: both;
	color: #999999;
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 12px;
	padding-top: 4px;
}

.skin-group-dark .item-branded-content {
	color: #e1e1e1;
}

.highlight .item-branded-content {
	padding-top: 10px;
}

.highlight .item-branded-content-b1-highlight {
	font-family: "Helvetica","Arial Narrow",sans-serif;
	font-size: 13px;
	height: 10px;
	letter-spacing: 0px;
	line-height: 10px;
	margin-bottom: 7px;
	padding-top: 9px;
	text-transform: capitalize;
}

.skin-group-dark .highlight .item-branded-content-b1-highlight {
	margin-bottom: 11px;
}


/**************************************/
/** SPONSORED ADS *********************/
/**************************************/
.lp-widget .ad-banner-bkgd {
	border: 1px solid #cccccc;
	float: none;
	height: 35px;
	width: 298px;
}

.lp-widget.a2 .ad-banner-bkgd,
.lp-widget.b11 .ad-banner-bkgd,
.lp-widget.x2 .ad-banner-bkgd {
	width: 608px;
}

.lp-widget.x3 .ad-banner-bkgd {
	width: 918px;
}

.lp-widget .presented-by {
	padding: 2px 0px;
}

.lp-widget .presented-by,
.lp-widget .presented-by a {
	color: #999999;
	float: right;
	font-size: 13.33px;
	margin-right: 8px;
	margin-top: 6px;
}

/* Prevents padding below the "Presented By" / sponsors ad, when a <p> tag is used in a widget which has padding in each paragraph. The snipe was being pushed down 18px, below the top edge of the main photo. */
.lp-widget p.presented-by {
	margin-bottom: 0px;
}

.lp-widget .micro-ad {
	height: 31px;
	float: right;
	margin: 2px 2px 2px 0px;
	width: 88px;
}

.lp-widget.white .micro-ad {
	padding: 0;
}


/**************************************/
/** DIVISION LINE *********************/
/**************************************/
.lp-widget.division-line {
	border-bottom: 1px solid #cccccc;
}


/**************************************/
/** MAIN IMAGE ************************/
/**************************************/
.lp-widget .main-image {
	border: 0px;
	width: 300px;
}


/**************************************/
/** TEXT BLOCK COPY *******************/
/**************************************/
.lp-widget .text-copy {
	padding-left: 1px; /* Without this, titles in Firefox have a pinched 1st letter. */
}

.lp-widget .widget-sub-headline,
.lp-widget .widget-sub-headline a,
.lp-widget .widget-sub-headline p {
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 17.33px;
	font-weight: 400;
	letter-spacing: .33px;
	line-height: 24px;
}

.lp-widget .no-image .hidden {
	display: none;
}


/**************************************/
/** SNIPES + DECORATIONS **************/
/**************************************/
.lp-widget .super-snipe-link {
	display: block;
}

/* Prevents a problem with an 11px margin-border underneath the image, when it has a hyperlink around it. */
.lp-widget .snipe-link img,
.lp-widget .super-snipe-link img {
	float: left;
}

/* Most snipes are inside of photos & can use position: absolute. */
.lp-widget .snipe {
	display: block;
	float: left;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size: 21.33px;
	font-weight: normal;
	height: 24px;
	letter-spacing: 0;
	line-height: 22.67px;
	margin: 0;
	max-width: 284px;
	overflow: hidden;
	padding: 4px 8px;
	position: absolute;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 1;
}

.lp-widget .no-image.snipe {
	float: left;
	position: relative;
}


/**************************************/
/** WIDGET TITLES *********************/
/**************************************/
.lp-widget .hgroup {
	margin-bottom: 3px;
	padding: 0px 0px 3px 1px; /* Without padding-left = 1px, titles in Firefox have a pinched 1st letter. */
}

.lp-widget.b1 .hgroup.title-padding-small {
	margin-top: 7px;
}

.lp-widget .hgroup .widget-titles {
	clear: none;
	display: inline;
	margin-top: 0px;
}


/**************************************/
/** USER INTERFACE ELEMENTS ***********/
/**************************************/
.lp-widget .dots {
	background: transparent url('/resources/images/sprite_maps/list_widgets_border_dots.png') repeat left top;
	height: 1px;
	margin: 0px 0px 0px 3px;
	width: 100%;
}

/* 1 blank dot between each gray dot. */
.lp-widget .dots1 {
	background-position: 0px 0px;
}

/* 2 blank dots between each gray dot. */
.lp-widget .dots2 {
	background-position: 0px -2px;
}

/* 3 blank dots between each gray dot. */
.lp-widget .dots3 {
	background-position: 0px -4px;
}

/* 4 blank dots between each gray dot. */
.lp-widget .dots4 {
	background-position: 0px -6px;
}

/* 5 blank dots between each gray dot. */
.lp-widget .dots5 {
	background-position: 0px -8px;
}

/* Images DO NOT get borders here. If an image needs a border, it must be added to the image via Photoshop!*/
.lp-widget .image,
.lp-widget .images {
	background-color: #eeeeee;
	overflow: hidden;
	z-index: 1;
}

.lp-widget .image,
.lp-widget .image-medium,
.lp-widget .image-large {
	width: 300px;
}

.lp-widget .image-small {
	height: 100px;
	width: 100px;
}

.lp-widget .social-links {
	margin-top: 15px;
	margin-bottom: 10px;
}

.lp-widget.polls .social-links {
	margin-bottom: 20px;
}

.lp-widget.polls .social-links .fb_iframe_widget span {
	display: block;
}

.lp-widget .social-links.horizontal {
	height: 24px;
	white-space: nowrap;
}

.lp-widget .social-links li {
	float: left;
	list-style-type: none;
	width: 90px;
}

.lp-widget .facebook-like {
	margin-left: -15px;
}

.lp-widget .facebook-like iframe {
	border: 0;
	height: 63px;
	overflow: hidden;
	width: 47px;
}

.lp-widget .social-links .google-plus {
	width: 72px;
}

.lp-widget .thumbnails,
.lp-widget .thumbs {
	height: 60px;
	width: 60px;
}


/**************************************/
/** WIDGET SKINS **********************/
/**************************************/
/* Skins: Moves the smaller title away from the edge of the widget when it has a background color. */
.lp-widget .skin-group-dark .hgroup,
.lp-widget .skin-group-light .hgroup {
	/* margin-left: 10px; */
	padding: 0px 10px 0px 8px;
}

/* Skins: Moves the large news headline away from the edge of the widget when it has a background color. */
.lp-widget .skin-group-dark .news-headline,
.lp-widget .skin-group-light .news-headline {
	margin-left: 10px;
}

/* Skins: Prevents having the text touch the edge of the widget when there is a background color applied to that widget. */
.lp-widget .skin-group-dark .widget-sub-headline,
.lp-widget .skin-group-light .widget-sub-headline {
	margin: 10px;
}

/* Skins: Prevents having the text touch the edge of the widget when there is a background color applied to that widget. */
.lp-widget .skin-group-dark .text-copy,
.lp-widget .skin-group-light .text-copy {
	padding-bottom: 10px;
}

.lp-widget.lists .headline.text-link-first,
.lp-widget.lists .text-copy {
	padding-bottom: 0px;
}

/* Skins: Moves the image away from the left of the widget, when it has a background color. */
.lp-widget .skin-group-dark .widget-sub-headline img,
.lp-widget .skin-group-light .widget-sub-headline img {
	margin-left: 10px;
}

.lp-widget.lists .skin-group-dark .widget-sub-headline img,
.lp-widget.lists .skin-group-light .widget-sub-headline img {
	margin-left: 0px;
}

/* Skins: Shortens the width of the text box from 240px, down to 210px, when it has a background color. */
.lp-widget .skin-group-dark .widget-sub-headline p,
.lp-widget .skin-group-light .widget-sub-headline p {
	display: block;
	width: 210px;
}

.lp-widget.lists .skin-group-dark .widget-sub-headline p,
.lp-widget.lists .skin-group-light .widget-sub-headline p {
	width: 190px;
}

/* Skins: Switches section type color to white, when there is a background color applied to that widget. */
.lp-widget .skin-group-dark,
.lp-widget .skin-group-dark a,
.lp-widget .skin-group-dark .newsAlert,
.lp-widget .skin-group-light .newsAlert {
	color: #ffffff;
}

/* Ad banner background is transparent when the widget background is set to none */
.lp-widget .transparent .ad-banner-bkgd {
	background: transparent none repeat 0 0 scroll;
}


/**************************************/
/** MORE BUTTONS **********************/
/**************************************/
.lp-widget .more-bttn {
	color: #000000;
	cursor: pointer;
	float: right;
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 18.67px;
	letter-spacing: 0;
	line-height: 24px;
	text-transform: uppercase;
}

.lp-widget .widget-headlines a {
	font-weight: inherit;
}

/* Skins: Moves the more button away from the right & bottom edges of the widget, when it has a background color. */
.lp-widget .more-bttn {
	margin: 10px 10px 3px 0px;
}

/* Skins: Moves the more button away from the right & bottom edges of the widget, when it has a background color. */
.lp-widget .skin-group-dark .more-bttn {
	color: #ffffff;
}


/**************************************/
/** SHARED WIDGET LISTS: B1 + B3 ******/
/**************************************/
.lp-widget.lists article section a {
	display: block;
}

.lp-widget.lists .widget-article {
	overflow: hidden;
	position: relative;
}

.lp-widget.lists .snipe {
	left: 0px;
	line-height: 24px;
	overflow: hidden;
}

.lp-widget.lists .widget-sub-headline {
	margin: 0px;
	padding: 10px 0px;
}

.lp-widget.lists .skin-group-white .widget-sub-headline a p {
	width: 100%;
}

.lp-widget.lists .text-link-first {
	float: left;
	font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
	margin: 0px 0px 5px;
	padding-bottom: 10px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}

.lp-widget.lists .text-link-first em,
.lp-widget.lists .text-link-first i {
	font-family: "Ostrich Sans Pro Italics", "Arial Narrow", Sans-Serif;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}

.lp-widget.lists .text-link {
	float: left;
	font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
	margin: -2px 0px 0px 10px;
}

.lp-widget.lists .dots {
	clear: both;
}


/* Skins: *****************************/
.lp-widget.lists .skin-group-dark  .widget-sub-headline,
.lp-widget.lists .skin-group-light .widget-sub-headline {
	margin-top: 0px;
}

.lp-widget.lists .skin-group-dark .img-link,
.lp-widget.lists .skin-group-dark .text-link-first,
.lp-widget.lists .skin-group-light .img-link,
.lp-widget.lists .skin-group-light .text-link-first {
	margin: 0px 0px 0px 10px;
}

.lp-widget.lists .skin-group-white .no-thumbnails .text-link {
	padding-right: 1px;
	width: 299px;
}

.lp-widget.lists .skin-group-dark .no-thumbnails .text-link,
.lp-widget.lists .skin-group-light .no-thumbnails .text-link {
	width: 280px;
}

.lp-widget.lists .widget-sub-headline img,
.lp-widget.lists .widget-sub-headline p {
	float: left;
}


/**************************************/
/** SHARED WIDGET POLLS: G1, G2, G3 ***/
/**************************************/
/* Allows Facebook Like & Google popups to appear in the Polls widgets. */
.lp-widget.polls {
	overflow: visible;
}

.lp-widget.polls .skin-group-dark .main-contents {
	background-color: #000000;
}

.lp-widget.polls .skin-group-dark .widget-sub-headline {
	color: #ffffff;
}

.lp-widget.polls .skin-group-dark .widget-sub-headline {
	font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
	letter-spacing: 2px;
	margin: 0px 10px 10px;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}

/* Skins: Prevents having the text touch the edge of the widget, when there is a background color applied to that widget. */
.lp-widget.polls .skin-group-dark .question-set a,
.lp-widget.polls .skin-group-dark .question-set input {
	background: url('/resources/widgets/images/G1/polls_button_background.png') repeat-x left top;
	background-color: #000000;
	border: 0;
	color: #ffffff;
	cursor: pointer;
}

.lp-widget.g1.polls .skin-group-dark .question-set a,
.lp-widget.g1.polls .skin-group-dark .question-set input {
	margin: 10px auto 0px;
	width: 93%;
}	

.lp-widget.polls .question-set a,
.lp-widget.polls .question-set input,
.lp-widget.g1 .thank-you-screen .poll-results-text-labels {
	font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
	text-transform: none;
}


/**************************************/
/** BUTTONS ***************************/
/**************************************/
.lp-widget.polls .bttn-separator-label {
	margin-left: 24px;
	margin-top: 30px;
}

.lp-widget.polls .more-bttn a {
	margin-left: 15px;
}


/**************************************/
/** SOCIAL MEDIA LINKS + BUTTONS ******/
/**************************************/
.lp-widget .social-links {
	margin: 7px 0px 10px;
	padding: 0;
}

.lp-widget .social-links .facebook-like {
	margin: 0px 0px 0px 15px;
}

.lp-widget .social-links .twitter {
	margin-left: 5px;
	width: 105px;
}

.lp-widget .social-links .twitter .twitter-share-button {
	height: 62px;
	width: 59px;
}

.lp-widget .social-links .google-plus .plus-one-wrap {
	background: transparent none repeat 0% 0% scroll;
	border: 0;
	display: inline-block;
	float: none;
	font-size: 1.33px;
	height: 60px;
	line-height: normal;
	margin: 0px;
	padding: 0;
	text-indent: 0px;
	vertical-align: baseline;
	width: 50px;
}

.lp-widget .social-links .google-plus .plus-one-wrap iframe {
	border: 0;
	height: 60px;
	left: 0px;
	margin: 0px;
	position: static;
	top: 0px;
	visibility: visible;
	width: 50px;
}


/***************************************/
/** SHARED WIDGET iFRAMES: X1, X2, X3 **/
/***************************************/
/* Fixes Disappearing iFrames in IE 8, Safari & Chrome. But it breaks Chrome's X1 widgets. */
.lp-widget.iframes iframe {
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.lp-widget.x1.iframes iframe,
.lp-widget.x2.iframes iframe,
.lp-widget.x3.iframes iframe {
	position: relative;
}


/**********************************************************************/
/* Widget UI Layout Tuning. This will create a tighter UI layout.     */
/* These are necessary because of the differences in the font-size    */
/* and the line-heights of each anchor link. Since the section types  */
/* are supposed to be to the left of the titles, which should wrap    */
/* then they can't be floated left. Doing that would cause the titles */
/* to hard-break-wrap, which is not what we want. So we can't easily  */
/* normalize the divs with the .text-copy class.                      */
/**********************************************************************/
.lp-widget .skin-group-dark,
.lp-widget .skin-group-light {
	margin-bottom: 10px;
}

.lp-widget.c1.has-video-image.has-small-title.no-background-color .text-copy,
.lp-widget.d1.has-image.no-background-color .text-copy,
.lp-widget.has-image .text-copy {
	margin-top: 9px;
}

.lp-widget.b3.has-video-image.has-small-title.has-background-color .text-copy,
.lp-widget.d1.has-image.has-medium-title .text-copy,
.lp-widget.has-image.has-medium-title .text-copy,
.lp-widget.has-video-image.has-medium-title.no-background-color .text-copy,
.lp-widget.lists.has-image.has-small-title .text-copy {
	margin-top: 8px;
}

.lp-widget.c1.has-video-image.has-small-title.has-background-color .text-copy,
.lp-widget.d1.has-image .text-copy,
.lp-widget.d1.has-image.has-background-color .text-copy,
.lp-widget.has-image.has-background-color .text-copy,
.lp-widget.has-video-image.has-small-title .text-copy,
.lp-widget.polls.has-ad.has-image.has-small-title.no-background-color .text-copy {
	margin-top: 6px;
}

.lp-widget.no-ad.no-snipe.no-image #bkg-color-wrap.skin-group-light,
.lp-widget.no-ad.no-snipe.no-image #bkg-color-wrap.skin-group-dark,
.lp-widget.no-ad.has-snipe.no-image #bkg-color-wrap.white,
.lp-widget.no-ad.has-snipe.has-image #bkg-color-wrap.white,
.lp-widget.no-ad.has-snipe.has-video-image #bkg-color-wrap.white,
.lp-widget.has-ad.no-image.has-large-title.has-background-color .text-copy,
.lp-widget.has-image.has-large-title .text-copy,
.lp-widget.has-image.has-large-title.has-background-color .text-copy,
.lp-widget.has-video-image.has-large-title.has-background-color .text-copy {
	margin-top: 1px;
}

.lp-widget.b3.has-video-image.has-small-title.no-background-color .text-copy {
	margin-top: 11px;
}

.lp-widget.has-ad.no-image.has-medium-title.has-background-color .text-copy,
.lp-widget.has-image.has-medium-title.has-background-color .text-copy,
.lp-widget.has-video-image.has-medium-title.has-background-color .text-copy,
.lp-widget.polls.has-ad.no-snipe.has-medium-title .text-copy {
	margin-top: 5px;
}

.lp-widget.has-video-image.has-large-title.no-background-color .text-copy,
.lp-widget.has-image.has-large-title.no-background-color .text-copy,
.lp-widget.lists.has-image.no-title .text-copy,
.lp-widget.polls.no-ad.has-large-title.no-background-color .text-copy {
	margin-top: 4px;
}

.lp-widget.no-image.has-small-title .text-copy,
.lp-widget.polls.no-ad.has-large-title .text-copy,
.lp-widget.polls.no-ad.no-background-color .text-copy,
.lp-widget.x1.no-ad.no-snipe.no-image #bkg-color-wrap.white,
.lp-widget.x2.no-ad.no-snipe.no-image #bkg-color-wrap.white,
.lp-widget.x3.no-ad.no-snipe.no-image #bkg-color-wrap.white {
	margin-top: 0px;
}

.lp-widget.has-snipe.no-image.has-title .snipe {
	margin-bottom: 6px;
}

.lp-widget.polls .skin-group-white {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.lp-widget.polls.no-ad.has-large-title.has-background-color .hgroup {
	margin-top: -5px;
}

.lp-widget.polls.has-ad.has-large-title .hgroup {
	margin-top: -6px;
}

.lp-widget.has-ad.no-image.has-large-title.no-background-color .text-copy,
.lp-widget.polls.has-ad.has-large-title.no-background-color .text-copy {
	margin-top: 0px;
	padding-top: 4px;
}

.lp-widget.polls.has-ad.has-medium-text.has-background-color .text-copy {
	margin-top: -1px;
}

.lp-widget.has-ad.no-image.has-small-title .text-copy,
.lp-widget.no-image.has-small-title.has-background-color .text-copy,
.lp-widget.polls.has-background-color .text-copy {
	margin-top: 0px;
	padding-top: 6px;
}

.lp-widget.polls.has-medium-title.has-background-color .text-copy {
	margin-top: 0px;
	padding-top: 5px;
}

.lp-widget.has-ad.no-image.has-medium-title.no-background-color .text-copy {
	margin-top: 0px;
	padding-top: 8px;
}

.lp-widget .skin-group-dark .text-copy,
.lp-widget .skin-group-light .text-copy {
	padding-bottom: 3px;
}

.lp-widget.no-ad.no-snipe.no-image.has-large-title.has-background-color .text-copy {
	padding-top: 1px;
}

.lp-widget.no-ad.no-snipe.no-image.has-medium-title.no-background-color .text-copy {
	margin-top: -4px;
}

.lp-widget.no-ad.no-snipe.no-image.has-medium-title.has-background-color .text-copy {
	margin-top: 0px;
	padding-top: 5px;
}

.lp-widget.has-ad.no-image.has-small-title.no-background-color .text-copy {
	margin-top: 0px;
	padding-top: 9px;
}

.lp-widget.no-ad.no-snipe.no-image.has-large-title.no-background-color .text-copy,
.lp-widget.polls.no-ad.no-snipe.has-medium-title.no-background-color .text-copy {
	margin-top: -8px;
}

.lp-widget.no-ad.no-snipe.no-image.has-sub-headline,
.lp-widget.no-ad.no-snipe.no-image.no-sub-headline #bkg-color-wrap.white .hgroup,
.lp-widget.x2 {
	margin-bottom: 0px;
}

.lp-widget.no-ad.no-snipe.no-image.has-sub-headline.has-background-color .text-copy {
	padding-bottom: 0px;
}

.lp-widget.no-ad.no-snipe.no-image.no-sub-headline #bkg-color-wrap.white {
	margin-bottom: 0px;
	padding-bottom: 1px;
}

.lp-widget.polls.no-snipe.no-background-color .main-contents {
	padding-top: 3px;
}

.lp-widget.polls.no-background-color .hgroup {
	padding-bottom: 2px;
}

.lp-widget.polls.no-ad.no-snipe.has-small-title.no-background-color .text-copy {
	margin-top: -7px;
}

.lp-widget.polls.no-ad.no-snipe.has-large-title.no-background-color .text-copy {
	margin-top: -12px;
}

.lp-widget.c1 #bkg-color-wrap,
.lp-widget.d1 #bkg-color-wrap,
.lp-widget.lists #bkg-color-wrap {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.lp-widget.c1.no-more-button #bkg-color-wrap,
.lp-widget.lists #bkg-color-wrap {
	padding-bottom: 1px;
}

.lp-widget.x1,
.lp-widget.x2,
.lp-widget.x3 {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#e_social_central .lp-widget.x1 .custom-widget{
	padding-bottom: 0;
	height: 350px;
}

#e_social_central .lp-widget,
#e_social_central .lp-widget.one-column,
#e_social_central .lp-widget.two-column,
#e_social_central .lp-widget.three-column {
	border: 0;
}


/******************************************/
/** SHARED VIDEO PLAY BUTTONS SPRITE MAP **/
/******************************************/
.lp-widget.b3 .sm-video-overlay,
.lp-widget.b3 .video-overlay .video-play-bttn,
.lp-widget.c1 .video-overlay .video-play-bttn,
.lp-widget.c11 .thumbnails.large .video-play-bttn,
.lp-widget.c11 .thumbnails.small .video-play-bttn {
	background: transparent url('/resources/widgets/images/sprite_maps/white_video_player_arrows.png') no-repeat left top;
}

/* Large */
.lp-widget.b3 .video-overlay .video-play-bttn,
.lp-widget.c1 .video-overlay .video-play-bttn,
.lp-widget.c11 .thumbnails.large .video-overlay .video-play-bttn {
	background-position: 0px -25px;
	height: 45px;
	width: 45px;
}

/* Medium */
.lp-widget.c11 .thumbnails.small .video-overlay,
.lp-widget.c11 .thumbnails.small .video-overlay .video-play-bttn {
	background-position: 0px 0px;
	height: 25px;
	width: 21px;
}

/* Small */
.lp-widget.b3 .sm-video-overlay {
	background-position: -21px -4px;
	height: 20px;
	width: 15px;
}


/*****************************************/
/** INDIVIDUAL WIDGET STYLES BEGIN HERE **/
/*****************************************/
	/** A1 "News Teaser"/ "Photo Teaser" WIDGET STYLES **/
	/****************************************************/
	.lp-widget.a1 .super-snipe {
		height: auto;
		margin-bottom: -5px;
	}


	/** A2 "News Teaser"/ "Photo Teaser" WIDGET STYLES **/
	/****************************************************/
	.lp-widget.a2 .image,
	.lp-widget.a2 .image-medium,
	.lp-widget.a2 .main-image {
		width: 100%;
	}

	.lp-widget.a2 .super-snipe {
		font-size: 0px;
	}


	/** B1 "News List" WIDGET STYLES *********/
	/*****************************************/
	.lp-widget.b1 h6,
	.lp-widget.b1 .hgroup .widget-titles,
	/* Skins: prevents wrapping. */
	.lp-widget.b1 .skin-group-dark .widget-sub-headline,
	.lp-widget.b1 .skin-group-light .widget-sub-headline {
		margin-left: 0px;
	}

	.lp-widget.b1 p {
		width: 232px;
	}

	.lp-widget.b1 .super-snipe {
		font-size: 0px;
	}

	.lp-widget.b1.has-super-snipe.no-image .super-snipe {
		margin-bottom: 0px;
	}

	.lp-widget.lists.no-thumbnails .skin-group-white .text-link {
		margin: 0px;
	}

	/* News & Photos have a smaller thumbnail width, than Videos */
	.lp-widget.b1.has-thumbnails .skin-group-white .text-link {
		margin: 0px 0px 0px 10px;
		width: 209px;
		padding-right: 1px;
	}

	.lp-widget.b1 .skin-group-dark .img-link img,
	.lp-widget.b1 .skin-group-light .img-link img {
		float: left;
	}

	.lp-widget.b1 .news-headline,
	.lp-widget.b1 .news-headline a {
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-size: 72px;
		line-height: 64px;
		margin: 2px 0px 12px;
		padding-left: 1px; /* Without this, titles in Firefox have a pinched 1st letter */
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
	}

	/* Skins: moves the large news headline away from the edge of the widget, when it has a background color */
	.b1 .skin-group-dark .widget-article .mps-ad,
	.lp-widget.b1 .skin-group-dark .news-headline a,
	.lp-widget.b1 .skin-group-light .news-headline a {
		margin-left: 10px;
	}

	.lp-widget.b1 .widget-sub-headline {
		margin-top: 0px;
	}

	.lp-widget.b1 .widget-sub-headline.adBlock {
		padding: 0px !important;
		margin: 0px !important;
	}	

	/* DE font size adjustment, since they have 21 char words */
	.de .lp-widget.b1 .first-item-size-medium {
		font-size: 37.33px;
	}

	.lp-widget.b1 .b1_infeed_ad {
		color: #469fd7;
		font-family: "Arial Narrow", Arial;
		font-size: 11px;
		font-stretch: condensed;
		font-weight: bold;
		height: 9px;
		letter-spacing: 0.8px;
		line-height: 10px;
		margin-top: 3px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.lp-widget.b1 .article_timestamp {
		font-family: "Helvetica", "Arial Narrow", Sans-serif;
		font-size: 11px;
		margin-left: 0px;
		line-height: 10px;
		width: 190px;
	}

	.lp-widget.b1 .grey-light .article_timestamp,
	.lp-widget.b1 .grey-medium .article_timestamp,
	.lp-widget.b1 .yellow .article_timestamp,
	.lp-widget.b1 .white .article_timestamp {
		color: #999999;
	}

	.lp-widget.b1 .black .article_timestamp,
	.lp-widget.b1 .blue .article_timestamp,
	.lp-widget.b1 .grey-dark .article_timestamp,
	.lp-widget.b1 .purple .article_timestamp,
	.lp-widget.b1 .red .article_timestamp {
		color: #e1e1e1;
	}

	.lp-widget.b1.lists .widget-sub-headline {
		padding: 8px 0;
	}

	.lp-widget.b1.lists .text-link{
		width: 200px;
	}

	.lp-widget.b1.lists hgroup .title-font-size-small {
		font-size: 26.67px;
		line-height: 26.67px;
	}

	.lp-widget.b1 a#widget-section-type-link,
	.lp-widget.b1 .widget-headlines a {
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 26.67px;
		line-height: 26.67px;
	}

	.lp-widget.b1 .widget-headlines {
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-weight: 200;
	}

	.lp-widget.b1.lists .text-link-first {
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 40px;
		line-height: 46.67px;
	}

	.lp-widget.b1 .widget-sub-headline i, 
	.lp-widget.b1 .widget-sub-headline p {
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 17.33px;
		line-height: 22.67px;
	}

	.lp-widget.b1 .more-bttn {
		font-family: 'Lato', 'Arial Narrow', sans-serif; 
		margin: 10px 10px 3px 0;
	}

	.lp-widget.b1.lists hgroup #widget-section-type {
		display: none;
	}


	/** B3 "Video List" WIDGET STYLES ********/
	/*****************************************/
	.lp-widget.b3 .video-overlay {
		z-index: 100;
	}

	/* Videos have a wider thumbnail, than News & Photos. */
	.lp-widget.b3 .skin-group-white .text-link {
		margin: 0px 0px 0px 10px;
		padding-right: 1px;
		width: 186px;
	}

	.lp-widget.b3 .skin-group-dark .text-link,
	.lp-widget.b3 .skin-group-light .text-link {
		margin: 0px 10px;
	}

	/* Skins: Shortens the width of the text box from 240px, down to 167px, when it has a background color. */
	.lp-widget.b3 .skin-group-dark .widget-sub-headline p,
	.lp-widget.b3 .skin-group-light .widget-sub-headline p {
		display: block;
		width: 167px;
	}

	.lp-widget.b3 article {
		width: 300px;
	}

	.lp-widget.b3 .widget-sub-headline {
		margin-left: 0;
	}

	.lp-widget.b3 section {
		position: relative;
	}

	.lp-widget.b3 .widget-sub-headline img {
		height: 60px;
		margin-left: 0;
		width: 103px;
	}

	.lp-widget.b3 .video-overlay {
		position: relative;
		right: 10px;
		top: 110px;
	}

	.lp-widget.b3 .video-overlay .video-play-bttn {
		position: absolute;
		right: -10px;
	}

	.lp-widget.b3 .sm-video-overlay {
		left: 85px;
		position: absolute;
		top: 38px;
	}


	/** B11 "News List" 2-COLUMN WIDGET STYLES **/
	/********************************************/
	.lp-widget.b11 .widget-headlines {
		font-size: 48px;
		letter-spacing: 1px;
		line-height: 42.67px;
	}

	.lp-widget.b11 .snipe-link,
	.lp-widget.b11 .super-snipe-link {
		font-size: 0px;
	}

	
	.lp-widget.b11 .img-link img,
	.lp-widget.b11 .snipe-link img,
	.lp-widget.b11 .super-snipe-link img {
		float: none;
	}

	.lp-widget.b11 .img-link {
		display: block;
		float: left;
		font-size: 0px;
		line-height: 0px;
		overflow: hidden;
	}	

	.lp-widget.b11 .article_timestamp {
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 11px;
		letter-spacing: .23px;
		line-height: 15px;
		margin-left: 0px;
		margin-top: 2px;
	}

	.lp-widget.b11 .grey-light .article_timestamp,
	.lp-widget.b11 .grey-medium .article_timestamp,
	.lp-widget.b11 .yellow .article_timestamp,
	.lp-widget.b11 .white .article_timestamp {
		color: #999999;
	}

	.lp-widget.b11 .black .article_timestamp,
	.lp-widget.b11 .blue .article_timestamp,
	.lp-widget.b11 .grey-dark .article_timestamp,
	.lp-widget.b11 .red .article_timestamp,
	.lp-widget.b11 .purple .article_timestamp {
		color: #e1e1e1;
	}

	.lp-widget.b11 .highlight {
		position: relative;
	}

	.lp-widget.b11 .highlight a.img-link {
		margin-left: 0px;
		width: 300px;
	}

	.lp-widget.b11 .highlight .text {
		float: left;
		margin-left: 15px;
		width: 280px;
	}

	.lp-widget.b11 .highlight .text a {
		display: block;
		font-family: "Ostrich Sans Pro Regular", Arial, Sans-Serif;
		font-size: 54px;
		letter-spacing: .3px;
		line-height: 44px;
		margin-bottom: 10px;
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
	}

	.lp-widget.b11 ul .img-link {
		width: 100px;
	}

	.lp-widget.b11 ul .text {
		float: left;
		margin-left: 15px;
		width: 480px;
	}

	.lp-widget.b11 ul .no-thumbnails .text {
		width: 580px;
	}

	.lp-widget.b11 ul .text a {
		display: block;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 22px;
		line-height: 27px;
	}


	/** C1 "Video Teaser" + "Video Stack" WIDGET STYLES **/
	/*****************************************************/
	.lp-widget.c1 .widget-sub-headline {
		padding: 2px 0px;
	}

	.lp-widget.c1 .video-overlay {
		margin-left: 255px;
		margin-top: 110px;
		position: absolute;
		z-index: 9;
	}

	.lp-widget.c1 .video-overlay .video-play-bttn {
		height: 45px;
		width: 33px;
	}

	.lp-widget.c1 .super-snipe {
		font-size: 0px;
	}


	/** C3 "Gift Guide" WIDGET STYLES *****/
	/**************************************/
	.lp-widget.c3 {
		background: transparent;
		height: auto;
	}

	.lp-widget.c3 .ad-banner-bkgd {
		float: right;
		margin-bottom: 10px;
	}

	.lp-widget.c3 .super-snipe {
		font-size: 0px;
	}

	.lp-widget.c3 div.giftGuideGrids {
		height: auto;
		margin-top: 10px;
		padding-right: 10px;
		width: 930px;
	}

	.lp-widget.c3 ul.giftGuideList {
		height: auto;
		padding-right: 10px;
		width: 930px;
	}

	.lp-widget.c3 li.giftGuideItem {
		background-color: #cccccc;
		float: left;
		height: 250px;
		list-style: none;
		margin: 0 10px 10px 0;
		width: 300px;
	}

	.lp-widget.c3 li.giftGuideItem.rowlast {
		margin: 0 0 10px;
	}

	.lp-widget.c3 li.giftGuideItem .gg_itemImg img {
		height: 250px;
		width: 300px;
	}

	.lp-widget.c3 .gg_content-block {
		bottom: 20px;
		position: absolute;
		width: 260px;
	}

	.lp-widget.c3 li .gg_tophighlight {
		border-top: 3px solid #ff3fca;
		height: 3px;
		position: absolute;
		width: 300px;
	}

	.lp-widget.c3 li .gg_numlabel_bg {
		border-bottom: 27.5px solid transparent;
		border-left: 27.5px solid #ff3fca;
		border-right: 27.5px solid transparent;
		border-top: 27.5px solid #ff3fca;
		height: 0;
		margin: 0;
		position: absolute;
		width: 0;
	}

	.lp-widget.c3 li .gg_numlabel {
		color: #ffffff;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 18px;
		font-style: italic;
		font-weight: 200;
		height: 50px;
		letter-spacing: 1px;
		position: absolute;
		margin: 3px 7px 7px;
		width: 20px;
	}

	.lp-widget.c3 li .gg_overlay {
			background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(140%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
		background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
		cursor: pointer;
		display: none;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
		margin-top: -254px;
		position: absolute;
		width: 250px;
	}

	.lp-widget.c3 li .gg_desc_cont {
		height: 110px;
		margin-top: 140px;
		padding: 0 20px 10px;
		position: absolute;
		width: 260px;
	}

	.lp-widget.c3 li .gg_itemName {
		color: #ffffff;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 30px;
		font-weight: 200;
		height: 36px;
		letter-spacing: 1px;
		line-height: 31px;
		overflow: hidden;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.lp-widget.c3 li .gg_itemDesp {
		color: #ffffff;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 15px;
		height: 35px;
		letter-spacing: 1px;
		line-height: 17px;
		overflow: hidden;
		text-align: left;
		text-overflow: ellipsis;
		width: 100%;
	}

	.lp-widget.c3 li a .gg_itemBtn, 
	.lp-widget.c3 li .gg_itemBtn {
		color: #ff3fca;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 20px;
		font-weight: 700;
		height: 25px;
		letter-spacing: 1px;
		line-height: 29px;
		overflow: hidden;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.c3_gg_detail_backdrop {
		background-color: #000000;
		display: none;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
		filter: alpha(opacity=70); /* IE 5-7 */
		height: 100%;
			-moz-opacity: .7; /* Netscape */
			-khtml-opacity: .7; /* Safari 1.x */
		opacity: .7; /* Good browsers */
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 900000;
	}

	.c3.gg.modal {
		bottom: 0;
		display: none;
		height: auto;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: 50px;
		width: 875px;
		z-index: 990000;
	}

	.c3 .gg_modal_box {
		height: auto;
		margin: 0 auto;
		width: 875px;
	}

	.c3 .gg_modal_main_box,
	.c3 .gg_modal_main_box_detail {
		float: left;
		height: auto;
		width: 795px;
	}

	.c3 .gg_modal_box_main,
	.c3 .gg_modal_box_main_detail {
		background-color: #ffffff;
		float: left;
		height: auto;
		margin: 0 auto;
		padding: 32px 30px;
		width: 735px;
	}

	.c3 .gg_modal_box_main_detail {
		margin: 10px 18px;
		padding-bottom: 0px;
		padding-top: 0px;
		width: 824px;
	}

	.c3 .gg_modal_details_box,
	.c3 .gg_noSelect {
			-moz-user-select: none;
			-ms-user-select: none;
			-o-user-select: none;
			-webkit-user-select: none;
		user-select: none;
	}

	.c3 .gg_modal_left_box,
	.c3 .gg_modal_left_box_detail {
		float: left;
		height: auto;
		margin-right: 30px;
		width: 305px;
	}

	.c3 .gg_modal_left_box_detail {
		margin-right: 108px;
		width: 296px;
	}

	.c3 .gg_modal_right_box,
	.c3 .gg_modal_right_box_detail {
		float: left;
		height: auto;
		width: 400px;
	}

	.c3 .gg_modal_lb_title,
	.c3 .gg_modal_lb_title_detail {
		color: #000000;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 38px;
		font-weight: 400;
		height: 45px;
		line-height: 38px;
		margin-bottom: 7px;
		overflow: hidden;
		padding-left: 2px;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.c3 .gg_modal_lb_brand_name,
	.c3 .gg_modal_lb_brand_name_detail {
		color: #404040;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 12px;
		max-height: 100px;
		width: 100%;
		text-transform: uppercase;
	}

	.c3 .gg_modal_lb_price,
	.c3 .gg_modal_lb_price_detail {
		color: #ff3fca;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 20px;
		height: 25px;
		line-height: 26px;
		margin-bottom: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.c3 .gg_modal_lb_desp {
		color: #999999;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 16px;
		height: 84px;
		line-height: 21px;
		margin-bottom: 30px;
		width: 100%;
	}

	.c3 .gg_modal_lb_desp_detail {
		color: #999999;
		font-family: "DIN Web Condensed BOLD", "Arial Narrow", sans-serif;
		font-size: 14px;
		height: 84px;
		line-height: 17px;
		margin-bottom: 45px;
		width: 100%;
	}

	.c3 .gg_modal_lb_socials,
	.c3 .gg_modal_lb_socials_detail {
		height: 30px;
		margin-bottom: 25px;
	}

	.c3 .gg_modal_lb_purchase_box,
	.c3 .gg_modal_lb_purchase_box_detail {
		height: 43px;
		width: 292px;
	}

	.c3 a .gg_modal_lb_purchase,
	.c3 a .gg_modal_lb_purchase_detail {
		cursor: pointer;
	}

	.c3 .gg_modal_lb_purchase,
	.c3 .gg_modal_lb_purchase_detail {
		background-color: #ff3fca;
		behavior: url(/resources/roundCornerIE8/border-radius.htc); /* for IE8 */
			-khtml-border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		border-radius: 3px;	
		height: 43px;
		line-height:43px;
		text-align: center;
		width: 285px;
	}

	.c3 .gg_modal_lb_purchase .gg_modal_btntxt,
	.c3 .gg_modal_lb_purchase_detail .gg_modal_btntxt_detail {
		color: #ffffff;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 24px;
		height: 33px;
		letter-spacing: 1.25px;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 265px;
	}

	.c3 .gg_modal_close,
	.c3 .gg_modal_close_detail {
		background: transparent url('/resources/images/misc/email-close.png') no-repeat 0 0 scroll;
		cursor: pointer;
		float: right;
		height: 27px;
		margin-right: -45px;
		margin-top: -45px;
		text-indent: 999px;
		width: 27px;
	}

	.c3 .gg_modal_lb_socials .cs-container .cs-embed,
	.c3 .gg_modal_lb_socials_detail .cs-container .cs-embed {
		display: none;
	}

	.c3 .gg_modal_lb_socials .cs-container .cs-fb,
	.c3 .gg_modal_lb_socials .cs-container .cs-pinterest,
	.c3 .gg_modal_lb_socials .cs-container .cs-ts,
	.c3 .gg_modal_lb_socials .cs-item,
	.c3 .gg_modal_lb_socials_detail .cs-container .cs-fb,
	.c3 .gg_modal_lb_socials_detail .cs-container .cs-ts,
	.c3 .gg_modal_lb_socials_detail .cs-container .cs-pinterest,
	.c3 .gg_modal_lb_socials_detail .cs-item {
		background: none;
		height: 31px;
		margin-left: 0 !important;
		margin-right: 11px;
		width: 63px; 
	}

	.c3 .gg_modal_lb_socials .cs-fb .cs-share,
	.c3 .gg_modal_lb_socials .cs-fb .cs-share:hover,
	.c3 .gg_modal_lb_socials .cs-pinterest .cs-share,
	.c3 .gg_modal_lb_socials .cs-pinterest .cs-share:hover,
	.c3 .gg_modal_lb_socials .cs-share,
	.c3 .gg_modal_lb_socials .cs-share:hover,
	.c3 .gg_modal_lb_socials .cs-ts .cs-share,
	.c3 .gg_modal_lb_socials .cs-ts .cs-share:hover,
	.c3 .gg_modal_lb_socials_detail .cs-fb .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-fb .cs-share:hover,
	.c3 .gg_modal_lb_socials_detail .cs-pinterest .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-pinterest .cs-share:hover,
	.c3 .gg_modal_lb_socials_detail .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-share:hover,
	.c3 .gg_modal_lb_socials_detail .cs-ts .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-ts .cs-share:hover {
		background-image: url('/resources/widgets/images/C3/gg_c3_socials_sprite.png');
		behavior: url(/resources/roundCornerIE8/border-radius.htc); /* for IE8 */
			-khtml-border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		border-radius: 3px;
		height: 31px;
		width: 63px;
	}

	.c3 .gg_modal_lb_socials .cs-fb .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-fb .cs-share {
		background-color: #3b5998;
		background-position: 0 0;
	}

	.c3 .gg_modal_lb_socials .cs-fb:hover .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-fb:hover .cs-share {
		background-color: #5372b3;
		background-position: 0 31px;
	}

	.c3 .gg_modal_lb_socials .cs-ts .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-ts .cs-share {
		background-color: #0692c7;
		background-position: -71px 0;
	}

	.c3 .gg_modal_lb_socials .cs-ts:hover .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-ts:hover .cs-share {
		background-color: #2db6ef;
		background-position: -72px 31px;
	}

	.c3 .gg_modal_lb_socials .cs-pinterest .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-pinterest .cs-share {
		background-color: #f40d2f;
		background-position: -145px 0;
		text-indent: -999px;
	}

	.c3 .gg_modal_lb_socials .cs-pinterest:hover .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-pinterest:hover .cs-share {
		background-color: #f7505c;
		background-position: -145px 31px;
	}

	.c3 .gg_modal_lb_socials .cs-email .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-email .cs-share {
		background-color: #4e4e4e;
		background-image: none;
		width: 63px;
	}

	.c3 .gg_modal_lb_socials .cs-email:hover .cs-share,
	.c3 .gg_modal_lb_socials_detail .cs-email:hover .cs-share {
		background-color: #797878;
		background-image: none;
		width: 63px;
	}

	.c3 .gg_modal_previous {
		float: left;
		height: 60px;
		margin-right: 10px;
		text-indent: 999px;
		width: 30px;
	}

	.c3 .gg_modal_next {
		float: right;
		height: 60px;
		padding-left: 10px;
		text-indent: 999px;
		width: 30px;
	}

	.c3 .gg_modal_aw_sprite {
		background-color: #ff3fca;
		background-image: url('/resources/widgets/images/C3/gg_bwarrowssprite.png');
		background-repeat: no-repeat;
		cursor: pointer;
		height: 100px;
		position: absolute;
		text-indent: -999px;
		width: 30px;
	}

	.c3 .gg_prev_arrow {
		background-position: 8px 40px;
	}

	.c3 .gg_next_arrow {
		background-position: -37px 40px;
	}

	.c3 .gg_prev_arrow:hover {
		background-position: 8px -89px;
	}

	.c3 .gg_next_arrow:hover {
		background-position: -37px -89px;
	}

	.c3 .gg_prev_inner_arrow {
		border-color: transparent #444444 transparent transparent;
		border-style: solid;
		border-width: 25px;
		height: 0;
		margin-left: -20px;
		margin-top: -39px;
		position: absolute;
		width: 0;
	}

	.c3 .gg_next_inner_arrow {
		border-color: transparent transparent transparent #444444;
		border-style: solid;
		border-width: 25px;
		height: 0;
		margin: -39px 0 0 -30px;
		position: absolute;
		width: 0;
	}

	.c3 .gg_modal_last_box {
		display: none;
		height: 206px;
		width: 295px;
	}

	.c3 .gg_modal_last_header {
		color: #959595;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 48px;
		font-weight: bold;
		height: 197px;
		letter-spacing: 0;
		line-height: 57px;
		text-align: center;
		text-transform: uppercase;
		width: 295px;
	}

	.c3 .gg_modal_last_title {
		color: #959595;
		font-family: "DIN Web Condensed", "Arial Narrow", sans-serif;
		font-size: 80px;
		letter-spacing: -4px;
		line-height: 75px;
		text-align: center;
		text-transform: uppercase;
	}

	.c3 .gg_modal_back_btn {
		behavior: url(/resources/roundCornerIE8/border-radius.htc); /* for IE8 */
			-khtml-border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		cursor: pointer;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 24px;
		font-weight: 200;
		height: 49px;
		line-height: 50px;
		letter-spacing: 0.5px;
		margin-top: 35px;
		overflow: hidden;
		padding: 0 10px;
		text-align: center;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
		width: 275px;
	}

	.c3 .gg_modal_lb_purchase .gg_modal_btntxt {
		color: #ffffff;
		font-family: "Ostrich Sans Pro Italics", "Arial Narrow", sans-serif;
		font-size: 23px;
		height: 43px;
		letter-spacing: 1px;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
		position: absolute;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 285px;
	}

	.c3 .opacityLayer {
		background-color: #000000;
		height: 43px;
		opacity: 0;
		position: absolute;
		width: 285px;
	}

	.c3 .gg_modal_last_box a:hover > .opacityLayerEndBtn,
	.c3 .gg_modal_lb_purchase:hover > .opacityLayer {
		opacity: 0.3;
	}	

	.c3 .gg_modal_back_btn {
		margin-top: 0;
	}

	.c3 .opacityLayerEndBtn {
		background-color: #000000;
		height: 49px;
		opacity: 0;
		position: absolute;
		width: 295px;
	}

	.c3 .gg_modal_last_box a {
		display: block;
		height: 49px;
		position: absolute;
		width: 295px;
	}


	/** C33 "Talent Grid" WIDGET STYLES ***/
	/**************************************/
	.lp-widget.c33 {
		height: auto;
		background: transparent;
	}

	.lp-widget.c33 .ad-banner-bkgd {
		float: right;
		margin-bottom: 10px;
	}

	.lp-widget.c33 .super-snipe {
		font-size: 0px;
	}

	.lp-widget.c33 div.giftGuideGrids {
		height: auto;
		margin-top: 10px;
		padding-right: 10px;
		width: 930px;
	}

	.lp-widget.c33 ul.giftGuideList {
		height: auto;
		padding-right: 10px;
		width: 930px;
	}

	.lp-widget.c33 li.giftGuideItem {
		background-color: #cccccc;
		float: left;
		height: 250px;
		list-style: none;
		margin: 0 10px;
		width: 300px;
	}

	.lp-widget.c33 li.giftGuideItem.rowlast {
		margin: 0 0 10px;
	}

	.lp-widget.c33 li.giftGuideItem .gg_itemImg img {
		height: 250px;
		width: 300px;
	}

	.lp-widget.c33 .gg_content-block {
		bottom: 20px;
		position: absolute;
		width: 260px;
	}

	.lp-widget.c33 li .gg_tophighlight {
		border-top: 3px solid #ff3fca;
		height: 3px;
		position: absolute;
		width: 300px;
	}

	.lp-widget.c33 li .gg_numlabel_bg {
		border-bottom: 27.5px solid transparent;
		border-left: 27.5px solid #ff3fca;
		border-right: 27.5px solid transparent;
		border-top: 27.5px solid #ff3fca;
		height: 0;
		margin: 0;
		position: absolute;
		width: 0;
	}

	.lp-widget.c33 li .gg_numlabel {
		color: #ffffff;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 18px;
		font-style: italic;
		font-weight: 200;
		height: 50px;
		letter-spacing: 1px;
		margin: 2px 7px 7px;
		position: absolute;
		width: 20px;
	}

	.lp-widget.c33 li .gg_overlay {
			background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(140%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
		background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
		cursor: pointer;
		display: none;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
		height: 250px;
		margin-top: -254px;
		position: absolute;
		width: 300px;
	}

	.lp-widget.c33 li .gg_desc_cont {
		height: 110px;
		margin-top: 140px;
		padding: 0 20px 10px;
		position: absolute;
		width: 260px;
	}

	.lp-widget.c33 li .gg_itemName {
		color: #ffffff;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 30px;
		font-weight: 200;
		height: 36px;
		letter-spacing: 1px;
		line-height: 31px;
		overflow: hidden;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.lp-widget.c33 li .gg_itemDesp {
		color: #ffffff;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 15px;
		height: 35px;
		letter-spacing: 1px;
		line-height: 17px;
		overflow: hidden;
		text-align: left;
		text-overflow: ellipsis;
		width: 100%;
	}

	.lp-widget.c33 li a .gg_itemBtn,
	.lp-widget.c33 li .gg_itemBtn {
		color: #ff3fca;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 20px;
		font-weight: 700;
		height: 25px;
		letter-spacing: 1px;
		line-height: 29px;
		overflow: hidden;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.c33_gg_detail_backdrop {
		background-color: #000000;
		display: none;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
		filter: alpha(opacity=70); /* IE 5-7 */
			-moz-opacity: .7; /* Netscape */
			-khtml-opacity: .7; /* Safari 1.x */
		height: 100%;
		opacity: .7; /* Good browsers */
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 900000;
	}

	.c33.gg.modal {
		bottom: 0;
		display: none;
		height: auto;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: 50px;
		width: 875px;
		z-index: 990000;
	}

	.c33 .gg_modal_box {
		height: auto;
		margin: 0 auto;
		width: 875px;
	}

	.c33 .gg_modal_main_box,
	.c33 .gg_modal_main_box_detail {
		float: left;
		height: auto;
		width: 795px;
	}

	.c33 .gg_modal_box_main,
	.c33 .gg_modal_box_main_detail {
		background-color: #ffffff;
		float: left;
		height: auto;
		margin: 0 auto;
		padding: 32px 30px;
		width: 735px;
	}

	.c33 .gg_modal_box_main_detail {
		margin: 10px 18px;
		padding-bottom: 0px;
		padding-top: 0px;
		width: 824px;
	}

	.c33 .gg_modal_details_box,
	.c33 .gg_noSelect {
			-moz-user-select: none;
			-ms-user-select: none;
			-o-user-select: none;
			-webkit-user-select: none;
		user-select: none;
	}

	.c33 .gg_modal_left_box,
	.c33 .gg_modal_left_box_detail {
		float: left;
		height: auto;
		margin-right: 30px;
		width: 305px;
	}

	.c33 .gg_modal_left_box_detail {
		margin-right: 108px;
		width: 296px;
	}

	.c33 .gg_modal_right_box,
	.c33 .gg_modal_right_box_detail {
		float: left;
		height: auto;
		width: 400px;
	}	

	.c33 .gg_modal_lb_title, 
	.c33 .gg_modal_lb_title_detail {
		color: #000000;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 38px;
		font-weight: 400;
		height: 45px;
		line-height: 38px;
		margin-bottom: 7px;
		overflow: hidden;
		padding-left: 2px;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.c33 .gg_modal_lb_brand_name,
	.c33 .gg_modal_lb_brand_name_detail {
		color: #404040;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 20px;
		height: inherit;
		margin-bottom: 12px;
		max-height: 100px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-transform: uppercase;
		width: 100%;
	}

	.c33 .gg_modal_lb_brand_name span {
		height: 100px;
		white-space: normal;
		width: 300px;
	}

	.c33 .gg_modal_lb_price,
	.c33 .gg_modal_lb_price_detail {
		color: #ff3fca;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 20px;
		height: 25px;
		line-height: 26px;
		margin-bottom: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.c33 .gg_modal_lb_desp {
		color: #999999;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 16px;
		height: 84px;
		letter-spacing:.25px;
		line-height: 21px;
		margin-bottom: 30px;
		min-height: 84px;
		width: 100%;
	}

	.c33 .gg_modal_lb_desp_detail {
		font-family: "DIN Web Condensed BOLD", "Arial Narrow", sans-serif;
		font-size: 14px;
		color: #999999;
		margin-bottom: 20px;
		height: auto;
		line-height: 17px;
		width: 100%;
	}

	.c33 .gg_modal_lb_socials,
	.c33 .gg_modal_lb_socials_detail {
		margin-bottom: 10px;
		height: 30px;
	}

	.c33 .gg_modal_lb_purchase_box, 
	.c33 .gg_modal_lb_purchase_box_detail {
		height: 43px;
		margin-top: 25px;
		width: 292px;
	}

	.c33 a .gg_modal_lb_purchase,
	.c33 a .gg_modal_lb_purchase_detail {
		cursor: pointer;
	}

	.c33 .gg_modal_lb_purchase,
	.c33 .gg_modal_lb_purchase_detail {
		background-color: #ff3fca;
		behavior: url(/resources/roundCornerIE8/border-radius.htc); /* for IE8 */
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-khtml-border-radius: 3px;
		border-radius: 3px;
		height: 43px;
		line-height: 43px;
		text-align:center;
		width: 285px;
	}

	.c33 .gg_modal_lb_purchase:hover,
	.c33 .gg_modal_lb_purchase_detail:hover {
		background-color: #e107a5;
	}

	.c33 .gg_modal_lb_purchase .gg_modal_btntxt, 
	.c33 .gg_modal_lb_purchase_detail .gg_modal_btntxt_detail {
		color: #ffffff;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 24px;
		font-weight: 200;
		height: 33px;
		letter-spacing: 1.25px;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 265px;
	}

	.c33 .gg_modal_close,
	.c33 .gg_modal_close_detail {
		background: transparent url('/resources/images/misc/email-close.png') no-repeat 0 0 scroll;
		cursor: pointer;
		height: 27px;
		float: right;
		margin-right: -45px;
		margin-top: -45px;
		text-indent: 999px;
		width: 27px;
	}

	.c33 .gg_modal_lb_socials .cs-container .cs-embed,
	.c33 .gg_modal_lb_socials_detail .cs-container .cs-embed {
		display: none;
	}

	.c33 .gg_modal_lb_socials .cs-container .cs-fb,
	.c33 .gg_modal_lb_socials .cs-container .cs-pinterest,
	.c33 .gg_modal_lb_socials .cs-container .cs-ts,
	.c33 .gg_modal_lb_socials .cs-item,
	.c33 .gg_modal_lb_socials_detail .cs-item,
	.c33 .gg_modal_lb_socials_detail .cs-container .cs-fb,
	.c33 .gg_modal_lb_socials_detail .cs-container .cs-pinterest,
	.c33 .gg_modal_lb_socials_detail .cs-container .cs-ts {
		background: none;
		height: 31px;
		margin-left: 0 !important;
		margin-right: 11px;
		width: 63px; 
	}

	.c33 .gg_modal_lb_socials .cs-fb .cs-share,
	.c33 .gg_modal_lb_socials .cs-fb .cs-share:hover,
	.c33 .gg_modal_lb_socials .cs-pinterest .cs-share,
	.c33 .gg_modal_lb_socials .cs-pinterest .cs-share:hover,
	.c33 .gg_modal_lb_socials .cs-share,
	.c33 .gg_modal_lb_socials .cs-share:hover,
	.c33 .gg_modal_lb_socials .cs-ts .cs-share,
	.c33 .gg_modal_lb_socials .cs-ts .cs-share:hover,
	.c33 .gg_modal_lb_socials_detail .cs-fb .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-fb .cs-share:hover,
	.c33 .gg_modal_lb_socials_detail .cs-pinterest .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-pinterest .cs-share:hover,
	.c33 .gg_modal_lb_socials_detail .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-share:hover,
	.c33 .gg_modal_lb_socials_detail .cs-ts .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-ts .cs-share:hover {
		background-image: url('/resources/widgets/images/C3/gg_c3_socials_sprite.png');
		behavior: url(/resources/roundCornerIE8/border-radius.htc); /* for IE8 */
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-khtml-border-radius: 3px;
		border-radius: 3px;
		height: 31px;
		width: 63px;
	}

	.c33 .gg_modal_lb_socials .cs-fb .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-fb .cs-share {
		background-color: #3b5998;
		background-position: 0 0;
	}

	.c33 .gg_modal_lb_socials .cs-fb:hover .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-fb:hover .cs-share {
		background-color: #5372b3;
		background-position: 0 31px;
	}

	.c33 .gg_modal_lb_socials .cs-ts .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-ts .cs-share {
		background-color: #0692c7;
		background-position: -71px 0;
	}

	.c33 .gg_modal_lb_socials .cs-ts:hover .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-ts:hover .cs-share {
		background-color: #2db6ef;
		background-position: -72px 31px;
	}

	.c33 .gg_modal_lb_socials .cs-pinterest .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-pinterest .cs-share {
		background-color: #f40d2f;
		text-indent: -999px;
		background-position: -145px 0;
	}

	.c33 .gg_modal_lb_socials .cs-pinterest:hover .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-pinterest:hover .cs-share {
		background-color: #f7505c;
		background-position: -145px 31px;
	}

	.c33 .gg_modal_lb_socials .cs-email .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-email .cs-share {
		background-color: #4e4e4e;
		background-image: none;
		width: 63px;
	}

	.c33 .gg_modal_lb_socials .cs-email:hover .cs-share,
	.c33 .gg_modal_lb_socials_detail .cs-email:hover .cs-share {
		background-color: #797878;
		background-image: none;
		width: 63px;
	}

	.c33 .gg_modal_previous {
		float: left;
		height: 60px;
		margin-right: 10px;
		text-indent: 999px;
		width: 30px;
	}

	.c33 .gg_modal_next {
		float: right;
		height: 60px;
		padding-left: 10px;
		text-indent: 999px;
		width: 30px;
	}

	.c33 .gg_modal_aw_sprite {
		background-color: #ff3fca;
		background-image: url('/resources/widgets/images/C3/gg_bwarrowssprite.png');
		background-repeat: no-repeat;
		cursor: pointer;
		height: 100px;
		position: absolute;
		text-indent: -999px;
		width: 30px;
	}

	.c33 .gg_prev_arrow {
		background-position: 8px 40px;
	}

	.c33 .gg_next_arrow {
		background-position: -37px 40px;
	}

	.c33 .gg_prev_arrow:hover {
		background-position: 8px -89px;
	}

	.c33 .gg_next_arrow:hover {
		background-position: -37px -89px;
	}

	.c33 .gg_prev_inner_arrow {
		border-color: transparent #444444 transparent transparent;
		border-style: solid;
		border-width: 25px;
		height: 0;
		margin-left: -20px;
		margin-top: -39px;
		position: absolute;
		width: 0;
	}

	.c33 .gg_next_inner_arrow {
		border-color: transparent transparent transparent #444444;
		border-style: solid;
		border-width: 25px;
		height: 0;
		margin: -39px 0 0 -30px;
		position: absolute;
		width: 0;
	}

	.c33 .gg_modal_last_box {
		display: none;
		height: 206px;
		width: 295px;
	}

	.c33 .gg_modal_last_header {
		color: #959595;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 48px;
		font-weight: bold;
		height: 197px;
		letter-spacing: 0;
		line-height: 57px;
		text-align: center;
		text-transform: uppercase;
		width: 295px;
	}

	.c33 .gg_modal_last_title {
		color: #959595;
		font-family: "DIN Web Condensed", "Arial Narrow", sans-serif;
		font-size: 80px;
		letter-spacing: -4px;
		line-height: 75px;
		text-align: center;
		text-transform: uppercase;
	}

	.c3 .gg_modal_back_btn {
		margin-top: 0;
		position: absolute;
	}

	.c33 .gg_modal_back_btn {
			-khtml-border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #ffffff;
		cursor: pointer;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 24px;
		font-weight: 200;
		height: 49px;
		line-height: 50px;
		letter-spacing: 0.5px;
		margin-top: 35px;
		overflow: hidden;
		padding: 0 10px;
		text-align: center;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
		width: 275px;
	}

	.c33 .gg_modal_lb_purchase .gg_modal_btntxt {
		color: #ffffff;
		font-family: "Ostrich Sans Pro Italics", "Arial Narrow", sans-serif;
		font-size: 23px;
		height: 43px;
		letter-spacing: 1px;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
		position: absolute;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 285px;
	}

	.c33 .opacityLayer {
		background-color: #000000;
		height: 43px;
		opacity: 0;
		position: absolute;
		width: 285px;
	}

	.c33 .gg_modal_last_box a:hover > .opacityLayerEndBtn,
	.c33 .gg_modal_lb_purchase:hover > .opacityLayer {
		opacity: 0.3;
	}

	.c33 .gg_modal_back_btn {
		margin-top: 0;
		position: absolute;
	}

	.c33 .opacityLayerEndBtn {
		background-color: #000000;
		height: 49px;
		opacity: 0;
		position: absolute;
		width: 295px;
	}

	.c33 .gg_modal_last_box a {
		display: block;
		height: 49px;
		position: absolute;
		width: 295px;
	}


	/** C11 "Video Teaser" + "Video Stack" WIDGET STYLES **/
	/******************************************************/
	.lp-widget.c11 {
		overflow: visible;
		width: 300px;
	}

	.lp-widget.c11.has-snipe.has-video-image .snipe {
		margin-bottom: -32px;
		position: relative;
	}

	.lp-widget.c11 .thumbnail-links.small {
		margin-top: 2px;
	}

	.lp-widget.c11 .thumbnail-links.small.right {
		margin-left: 5px;
	}

	.lp-widget.c11 .thumbnails {
		border: 1px solid #000000;
		display: block;
		float: left;
		height: 82px;
		margin: 2px 0px 0px; /* Don't set margin-right or margin-left here! It will cause the thumbnails to auto-wrap. */
		width: 145px;
	}

	.lp-widget.c11 .thumbnails.large {
		height: 167px;
		margin-top: 0px;
		width: 298px;
	}

	.lp-widget.c11 .thumbnails:hover {
		border: 1px solid #46ba37;
	}

	.lp-widget.c11 .video-overlay {
		position: absolute;
		z-index: 100;
	}

	.lp-widget.c11 .thumbnails.large .video-overlay {
		margin: 110px 0 0 255px;
	}

	.lp-widget.c11 .thumbnails.small .video-overlay {
		margin: 50px 0 0 120px;
	}

	.lp-widget.c11 .thumbnails.left.column {
		float: left;
	}

	.lp-widget.c11 .thumbnails.right.column {
		float: right;
	}

	.lp-widget.c11 .thumbnails.last.row {
		margin-bottom: 0px;
	}

	.lp-widget.c11 .thumbnails .titles {
		display: none;
	}


	/* Widget Styles Tuning ***************/
	/* Resets the widget tuning on the .has-video-image widget class. This way all of the widget styles are flush-top-aligned in our widget testing tool. */
	.lp-widget.c11.no-ad.has-video-image .text-copy {
		margin-top: 0px;
	}

	.lp-widget.c11.no-ad.has-video-image.has-small-title.no-background-color .text-copy {
		padding-top: 9px;
	}

	.lp-widget.c11.has-ad.has-video-image.has-small-title.no-background-color .text-copy {
		padding-top: 3px;
	}

	.lp-widget.c11.no-ad.has-video-image.has-medium-title.no-background-color .text-copy {
		padding-top: 8px;
	}

	.lp-widget.c11.no-ad.has-video-image.has-large-title.no-background-color .text-copy {
		padding-top: 4px;
	}

	.lp-widget.c11.no-ad.has-video-image.has-small-title.has-background-color .text-copy {
		padding-top: 6px;
	}

	.lp-widget.c11.has-ad.has-video-image.has-large-title.has-background-color .text-copy,
	.lp-widget.c11.has-ad.has-video-image.has-large-title.no-background-color .text-copy,
	.lp-widget.c11.has-ad.has-video-image.has-medium-title.has-background-color .text-copy,
	.lp-widget.c11.has-ad.has-video-image.has-medium-title.no-background-color .text-copy,
	.lp-widget.c11.has-ad.has-video-image.has-small-title.has-background-color .text-copy {
		padding-top: 0px;
	}

	.lp-widget.c11.no-ad.has-video-image.has-medium-title.has-background-color .text-copy {
		padding-top: 5px;
	}	

	.lp-widget.c11.no-ad.has-video-image.has-large-title.has-background-color .text-copy {
		padding-top: 1px;
	}

	.lp-widget.c11.no-more-button .text-copy {
		padding-bottom: 3px;
	}


	/** D1 "Show Page" WIDGET STYLES ******/
	/**************************************/
	.lp-widget.d1 .overlay {
		position: relative;
	}

	.lp-widget.d1.has-medium-title .hgroup,
	.lp-widget.d1.has-small-title .hgroup {
		margin-bottom: 2px;
	}

	.lp-widget.d1 .video-overlay {
		margin-left: 240px;
		margin-top: 110px;
	}

	.lp-widget.d1 .widget-sub-headline {
		padding: 5px 0px 0px 8px;
		margin: -5px 0px 0px;
		min-height: 23px;
		position: relative;
		width: 292px;
	}

	.lp-widget.d1 .widget-sub-headline a {
		float: left;
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 22.67px;
		margin: -1px 0px 0px 0px;
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
	}


	/** D2 + D3 "Schedule" WIDGET STYLES **/
	/**************************************/
	.tiny-scrollbar .viewport {
		height: 350px;
		overflow: hidden;
		position: relative;
		width: 280px;
	}

	.tiny-scrollbar .overview {
		left: 0;
		position: absolute;
		top: 0;
	}

	.tiny-scrollbar .thumb,
	.tiny-scrollbar .thumb .end {
		background-color: #525252;
	}

	.tiny-scrollbar .scrollbar {
		float: right;
		position: relative;
		width: 15px;
	}

	.tiny-scrollbar .track {
		background-color: #dedede;
		height: 100%;
		position: relative;
		width: 15px;
	}

	.tiny-scrollbar .thumb {
		cursor: pointer;
		height: 20px;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 15px;
	}

	.tiny-scrollbar .thumb .end {
		overflow: hidden;
		height: 5px;
		width: 15px;
	}

	.tiny-scrollbar .disable {
		display: none;
	}

	.tiny-scrollbar .no-user-select {
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			-webkit-user-select :none;
		user-select: none;
	}

	.lp-widget.d2-3 .scrollbar-wrapper {
		border: 1px solid #cccccc;
		border-left: 0;
		border-right: 0;
	}

	.lp-widget.d2-3 .snipe-group {
		position: relative;
	}

	.lp-widget.d2-3 .snipe-group .snipe {
		background-color: #000000;
		color: #ffffff;
		left: 0px;
		top: 0px;
	}

	.lp-widget.d2-3 .widget-titles a {
		color: #000000;
	}

	.lp-widget.d2-3 .time {
		color: #2d2d2d;
		float: left;
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-size: 24px;
		line-height: 22px;
		padding-right: 10px;
		text-align: right;
		width: 55px;
	}

	.lp-widget.d2-3 .description {
		color: #000000;
		float: left;
		font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
		width: 220px;
	}

	.lp-widget.d2-3 .description p {
		line-height: 24px;
		font-size: 20px;
	}

	.lp-widget.d2-3 .description p.title {
		font-size: 24px;
		line-height: 28px;
	}

	.lp-widget.d2-3 .overview li.no-data {
		border: 0;
		font-family: "DIN Web Condensed Italic", "Arial Narrow", Sans-Serif;
	}


	/* Skins: *****************************/
	.lp-widget.d2-3 .skin-group-dark .viewport,
	.lp-widget.d2-3 .skin-group-light .viewport {
		margin-left: 5px;
	}

	.lp-widget.d2-3 .skin-group-dark .description,
	.lp-widget.d2-3 .skin-group-dark .time,
	.lp-widget.d2-3 .skin-group-dark .widget-titles a {
		color: #ffffff;
	}

	.lp-widget.d2-3 .skin-group-dark .description,
	.lp-widget.d2-3 .skin-group-light .description {
		width: 200px;
	}

	.lp-widget.d3 .skin-group-dark .current-date,
	.lp-widget.d3 .skin-group-light .current-date {
		padding-left: 7px;
		padding-right: 7px;
	}


	/* D2 Specific Styles *****************/
	.lp-widget.d2 ul li {
		border-bottom: 1px solid #e5e5e5;
		padding: 5px 0;
	}

	.lp-widget.d2 ul li:last-child {
		border: 0;
	}


	/* D3 Specific Styles *****************/
	.lp-widget.d3 {
		margin-bottom: 0px;
		padding-bottom: 10px;
		overflow: hidden;
	}

	.lp-widget.d3 .tabs {
		border: 1px solid #b4b4b4;
	}

	.lp-widget.d3 .tabs li {
		border-left: 1px solid #b4b4b4;
		color: #b4b4b4;
		cursor: pointer;
		float: left;
		font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
		font-size: 27px;
		height: 33px;
		line-height: 39px;
		text-align: center;
		width: 42px;
	}

	.lp-widget.d3 .tabs li:first-child {
		border: 0; 
		width: 40px;
	}

	.lp-widget.d3 .tabs li.disabled {
		background-color: #8e8e8e;
		color: #ffffff;
		cursor: default;
	}

	.lp-widget.d3 .tabs li.active {
		background-color: #1e1e1e;
		color: #ffffff;
	}

	.lp-widget.d3 .overview li {
		display: none;
	}

	.lp-widget.d3 .overview li li {
		border-bottom: 1px solid #e5e5e5;
		display: block;
		padding: 5px 0;
	}

	.lp-widget.d3 .overview li li:last-child {
		border: 0;
	}

	.lp-widget.d3 .overview li.active {
		display: block;
	}

	.lp-widget.d3 .current-date {
		background-color: #000000;
		color: #ffffff;
		font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
		font-size: 24px;
		height: 34px;
		line-height: 38px;
		margin-top: 2px;
		padding: 0 3px;
		text-transform: uppercase;
	}


	/** G1 "Multiple Choice Polls" WIDGET STYLES **/
	/**********************************************/
	.lp-widget.g1 .snipe {
		background-color: #000000 !important;
		color: #ffffff !important;
		position: absolute;
		z-index: 1;
	}

	.lp-widget.g1 .snipe-multiple-choice-poll {
		position: relative;
	}

	.lp-widget.g1 .question-set {
		margin: 0px;
	}

	.lp-widget.polls.g1 .question-set input:hover {
		background-color: #999999 !important;
		background-image: none !important
	}

	.lp-widget.polls.g1 .question-set a:hover {
		background-color: #000000 !important;
		background-image: none !important;
	}

	.lp-widget.g1.has-image.has-small-title .question-set {
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.lp-widget.g1 .thank-you-screen .poll-results-wrap {
		margin: 10px 0px 0px;
	}

	.lp-widget.g1 .question-set .poll a {
		height: 31px;
		line-height: 31px;
		overflow: hidden;
		width: 285px;
	}

	.lp-widget.g1 .question-set .headline {
		line-height: 42.67px;
	}

	.lp-widget.g1 .widget-polls-sub-headline,
	.lp-widget.g1 .widget-polls-sub-headline a,
	.lp-widget.g1 .widget-polls-sub-headline p {
		display: block;
		font-family: "DIN Web Condensed", "Arial Narrow", sans-serif;
		font-size: 21.33px;
		letter-spacing: 0.1px;
		line-height: 21.33px;
		margin-left: 0;
		text-transform: none;
	}

	.lp-widget.g1 a#widget-section-type-link {
		color: #999999;
	}

	.lp-widget.g1 .skin-group-light .widget-polls-sub-headline,
	.lp-widget.g1 .skin-group-light .widget-polls-sub-headline a,
	.lp-widget.g1 .skin-group-light .widget-polls-sub-headline p {
		margin-left: 5px;
	}

	.lp-widget.polls.g1 .question-set a,
	.lp-widget.polls.g1 .question-set input {
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		cursor: pointer;
		display: block;
		font-family: "DIN Web Condensed", "Arial Narrow", sans-serif;
		font-size: 24px;
		margin: 6px auto;
		padding-top: 7px;
		text-align: center;
		width: 95%;
	}

	.lp-widget.g1 .thank-you-screen {
		display: none;
	}

	.lp-widget.g1 .thank-you-screen {
		cursor: pointer;
		font-family: "DIN Web Condensed", "Arial Narrow", sans-serif;
		font-size: 24px;
		text-align: center;
	}

	.lp-widget.g1 .thank-you-screen .poll-results {
		background: #000000;
		color: #000000;
		height: auto;
		margin-bottom: 5px;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}

	.lp-widget.g1 .thank-you-screen .poll-results-percentage,
	.lp-widget.g1 .thank-you-screen .poll-results-text-labels {
		display: block;
		color: #41caec;
		float: left;
	}

	.lp-widget.g1 .thank-you-screen .poll-results-percentage {
		font-family: "DIN Web Condensed", "Arial Narrow", Sans-Serif;
		height: 30px;
		line-height: 40px;
		margin: 3px 0px 0px 10px;
		min-width: 40px;
	}

	.lp-widget.g1 .thank-you-screen .poll-results-text-labels {
		color: #ffffff;
		font-family: 'DIN Web Condensed', 'Arial Narrow', sans-serif;
		font-weight: normal;
		margin: 10px 0 0 10px;
		width: 75%;
	}

	.lp-widget.g1 .thank-you-screen .social-links {
		margin-bottom: 18px;
		margin-top: 15px;
	}

	.lp-widget.g1.polls.has-ad.has-snipe .no-image.snipe {
		margin-top: 0;
	}

	.lp-widget.g1 .question-set a,
	.lp-widget.g1 .question-set input,
	.lp-widget.g1 .thank-you-screen .poll-results-text-labels {
		font-weight: normal !important;
	}

	.lp-widget.g1 .ad-banner-bkgd,
	.lp-widget.g1 .snipe-link img,
	.lp-widget.g1 .super-snipe-link img {
		float: none;
	}	

	.lp-widget.g1 .super-snipe-link {
		margin-bottom: -5px;
	}

	.lp-widget.g1 .skin-group-dark .main-contents {
		background: none;
	}

	.lp-widget.g1 .skin-group-dark .widget-polls-sub-headline,
	.lp-widget.g1 .skin-group-dark .widget-polls-sub-headline a,
	.lp-widget.g1 .skin-group-dark .widget-polls-sub-headline p {
		color: #ffffff;
		margin-left: 5px;
	}

	.lp-widget.g1 .skin-group-dark.black .thank-you-screen .poll-results-text-labels,
	.lp-widget.g1 .skin-group-dark.blue .widget-titles a,
	.lp-widget.g1 .skin-group-light.grey-light .widget-titles a,
	.lp-widget.g1 .skin-group-dark.purple .widget-titles a,
	.lp-widget.g1 .skin-group-dark.purple .widget-polls-sub-headline,
	.lp-widget.g1 .skin-group-dark.purple .widget-polls-sub-headline a,
	.lp-widget.g1 .skin-group-dark.purple .widget-polls-sub-headline p,
	.lp-widget.g1 .skin-group-dark.red .widget-titles a,
	.lp-widget.g1 .skin-group-dark.red .widget-polls-sub-headline,
	.lp-widget.g1 .skin-group-dark.red .widget-polls-sub-headline a,
	.lp-widget.g1 .skin-group-dark.red .widget-polls-sub-headline p,
	.lp-widget.g1 .skin-group-light.yellow .widget-titles a {
		color: #000000;
	}

	.lp-widget.g1 .skin-group-dark .thank-you-screen .poll-results,
	.lp-widget.g1 .skin-group-dark.blue .widget-polls-sub-headline,
	.lp-widget.g1 .skin-group-dark.blue .widget-polls-sub-headline a,
	.lp-widget.g1 .skin-group-dark.blue .widget-polls-sub-headline p,
	.lp-widget.g1 .skin-group-white .thank-you-screen .poll-results-percentage,
	.lp-widget.g1 .widget-polls-sub-headline a,
	.lp-widget.polls.g1 .grey-light .question-set a,
	.lp-widget.polls.g1 .skin-group-dark.black .question-set a,
	.lp-widget.polls.g1 .skin-group-dark.black .question-set input,
	.lp-widget.polls.g1 .skin-group-dark.blue .question-set a,
	.lp-widget.polls.g1 .skin-group-dark.blue .question-set input,
	.lp-widget.polls.g1 .skin-group-dark.purple .question-set a,
	.lp-widget.polls.g1 .skin-group-dark.purple .question-set input,
	.lp-widget.polls.g1 .skin-group-dark.red .question-set a,
	.lp-widget.polls.g1 .skin-group-dark.red .question-set input,
	.lp-widget.polls.g1 .skin-group-dark.red .questions-set a,
	.lp-widget.polls.g1 .skin-group-dark.red .questions-set input,
	.lp-widget.polls.g1 .skin-group-light.yellow .question-set input,
	.lp-widget.polls.g1 .skin-group-light.yellow .question-set a,
	.lp-widget.polls.g1 .skin-group-white .question-set input,
	.lp-widget.polls.g1 .skin-group-white .question-set a {
		color: #ffffff;
	}

	.lp-widget.g1 .skin-group-dark.black .thank-you-screen .poll-results {
		background: #ffffff;
	}

	.lp-widget.g1 .skin-group-dark.purple .thank-you-screen .poll-results {
		background: #000000;
	}

	.lp-widget.g1 .skin-group-dark.black .thank-you-screen .poll-results-percentage {
		color: #666666;
	}

	.lp-widget.g1 .skin-group-dark.blue .thank-you-screen .poll-results-percentage {
		color: #41caec;
	}

	.lp-widget.g1 .skin-group-dark.purple .thank-you-screen .poll-results-percentage {
		color: #8282fe;
	}

	.lp-widget.g1 .skin-group-dark.red .thank-you-screen .poll-results-percentage {
		color: #ab1f2a;
	}

	.lp-widget.g1 .skin-group-light.yellow .thank-you-screen .poll-results-percentage {
		color: #ffed4d;
	}

	.lp-widget.polls.g1 .skin-group-white .text-copy {
		padding-top: 6px;
		margin-top: 0;
	}

	.lp-widget.polls.g1 .question-set input {
		background: transparent url("/resources/widgets/images/G1/polls_button_background.png") repeat left top scroll;
	}

	.lp-widget.polls.g1 .question-set a {
		background: url("/resources/widgets/images/G1/polls_button_background.png") repeat-x left top scroll;
		background-color: #000000;
	}
	.lp-widget.polls.g1.no-ad.no-snipe.has-small-title.no-background-color .text-copy {
		margin-top: 0 !important;
	}


	/** G3 "Voting Polls" WIDGET STYLES ***/
	/**************************************/
	.lp-widget.g3 .snipe {
		background-color: #000000 !important;
		color: #ffffff;
		position: absolute;
		z-index: 1;
	}

	.lp-widget.g3 .super-snipe-link {
		margin-bottom: -5px;
	}

	.lp-widget.g3 .snipe-link img,
	.lp-widget.g3 .super-snipe-link img,
	.lp-widget.g3 .social-links .li {
		float: none;
	}

	.lp-widget.g3.polls.no-ad.no-background-color .text-copy,
	.lp-widget.g3.polls.no-ad.no-snipe.has-small-title.no-background-color .text-copy {
		margin-top: 7px;
	}

	.lp-widget.g3 .poll-buttons,
	.lp-widget.g3 .poll-results {
		display: block;
		float: left;
		font-family: "DIN Web Condensed", "Arial Narrow", Sans-Serif;
		text-align: center;
		width: 110px;
	}

	.lp-widget.g3 a#widget-section-type-link {
		color: #999999;
	}

	.lp-widget.g3 .question-set .poll-button-a:hover,
	.lp-widget.g3 .question-set .poll-button-b:hover {
		background-color: #000000 !important;
		background-image: none !important;
	}

	.lp-widget.g3 .question-set {
		margin-left: 10px;
		text-align: center;
	}

	.lp-widget.g3 .question-set .question-text {
		margin-top: 10px;
		margin-left: 5px;
		text-align: left;
	}

	.lp-widget.g3 .question-set .question-text a {
		color: #000000;
		margin-top: 10px;
		font-size: 25px;
	}

	.lp-widget.g3 .question-set .poll-buttons {
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#515151), to(#000000)); /*safari 4+, chrome 1-9 */
			background-image: -webkit-linear-gradient(top, #515151, #000);  /* Safari 5.1+, Mobile Safari, Chrome 10+ */
			background-image: -moz-linear-gradient(top, #515151, #000); /* Firefox 3.6+ */
			background-image: -ms-linear-gradient(top, #515151, #000); /* IE 10+ */
			background-image: -o-linear-gradient(top, #515151, #000);  /* Opera 11.10+ */
		filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#515151, endColorstr=#000000, GradientType=0);
		font-size: 21.33px;
		height: 29px;
		line-height: 21.33px;
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 11px 0px 3px;
		text-transform: none;
		width: 135px;
	}

	.lp-widget.g3 .question-set .poll-button-b {
		color: #ffffff;
		margin-left: 10px;
	}

	.lp-widget.g3 .thank-you-screen {
		display: none;
		margin-left: 20px;
	}

	.lp-widget.g3 .thank-you-screen .poll-results {
		font-weight: bold;
		margin-top: 10px;
		width: 130px;
	}

	.lp-widget.g3 .thank-you-screen .poll-results-text-labels {
		color: #999999;
		font-family: "Ostrich Sans Pro Regular","arial",sans-serif;
		font-size: 33.33px;
		font-weight: normal;
		line-height: 33.33px;
	}

	.lp-widget.g3 .thank-you-screen .poll-results-percentage {
		font-size: 40px;
		font-weight: normal;
		line-height :55px;
	}

	.lp-widget.g3 .thank-you-screen .social-links {
		float: right;
		margin-left: -20px;
		margin-top: 7px;
	}

	.lp-widget.g3 .widget-sub-headline a {
		font-family: "DIN Web Condensed", "Arial Narrow", sans-serif;
		letter-spacing: 1px;
	}

	.lp-widget.g3 .skin-group-dark .widget-sub-headline {
		text-transform: none;
	}

	.lp-widget.g3 .skin-group-dark .main-contents {
		background: none;
	}

	.lp-widget.g3 .skin-group-dark .widget-sub-headline a,
	.lp-widget.g3 .question-set .poll-button-a,
	.lp-widget.g3 .skin-group-dark .widget-titles a,
	.lp-widget.g3 .skin-group-dark.black .thank-you-screen .poll-results-text-labels,
	.lp-widget.g3 .skin-group-dark.blue .thank-you-screen .poll-results-text-labels,
	.lp-widget.g3 .skin-group-dark.grey-dark .thank-you-screen .poll-results-text-labels,
	.lp-widget.g3 .skin-group-dark.purple .thank-you-screen .poll-results-text-labels,
	.lp-widget.g3 .skin-group-dark.red .thank-you-screen .poll-results-text-labels {
		color: #ffffff;
	}

	.lp-widget.g3 .skin-group-light.grey-light .thank-you-screen .poll-results-text-labels,
	.lp-widget.g3 .skin-group-dark.grey-medium .thank-you-screen .poll-results-text-labels,
	.lp-widget.g3 .skin-group-dark.grey-medium .thank-you-screen .poll-results-percentage,
	.lp-widget.g3 .skin-group-dark.blue .widget-titles a,
	.lp-widget.g3 .skin-group-dark.purple .widget-titles a,
	.lp-widget.g3 .skin-group-dark.red .widget-titles a,
	.lp-widget.g3 .skin-group-dark.blue .widget-sub-headline a,
	.lp-widget.g3 .skin-group-dark.purple .widget-sub-headline a,
	.lp-widget.g3 .skin-group-dark.red .widget-sub-headline a {
		color: #000000;
	}


	/* L30 "Horizontal List" WIDGET STYLES */
	/***************************************/
	/* This is for Liquid Pages:
	The fixed height & min-height overrides are a hack to remove the 20px margin-bottom from the L30 widget, when it's on the Front Door. The three-column class adds the 20px margin-bottom. This is for the front door 
	& also for show package landing pages, which have L30 widgets... but not show package video detail pages.  The total height is 34px = 5px margin-top + 24px height + 5px margin-bottom. */
	.lp-widget.L30 {
		height: 24px !important;
		min-height: 24px !important;
		overflow: visible !important;
		width: 920px;
	}

	/* These are for Non-Liquid Pages:
	This will fix the Kardashians Show Packages' Video Detail Page UI Layout. Otherwise, the Video Box tries to append itself to the end of the "Home | News | Photos | Videos" line, in the L30 Widget. */
	#articles.shows .lp-widget.L30 {
		min-height: 34px !important;
		overflow: hidden !important
	}

	#galleries.shows .lp-widget.L30 {
		min-height: 34px !important;
		overflow: hidden !important
	}

	#videoDetail.shows .sub-banner .lp-widget.L30 {
		min-height: 29px !important;
		margin: auto;
	}

	#detail .sub-banner .lp-widget.L30 {
		min-height: 29px !important;
		margin: auto;
	}

	.video-detail-layout #sub-banner {
		margin-top: 5px;
	}

	#galleryDetail.shows .lp-widget.L30 {
		height: 34px !important;
		margin-bottom: 10px;
		margin-top: 10px;
		min-height: 34px !important;
		overflow: hidden !important;
	}

	.lp-widget.L30 li {
		float: left;
		padding: 0 14px;
		white-space: nowrap;
	}

	.lp-widget.L30 li.widget-nav-title {
		border: 0;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 40px;
	}

	.lp-widget.L30 .widget-section-types {
		display: block;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 40px;
	}

	.lp-widget.L30 .widget-nav-wrapper {
		height: 40px;
		overflow: hidden;
	}

	.lp-widget.L30 li.item-1 {
		border-left: 0;
	}

	.lp-widget.L30 li,
	.lp-widget.L30 li a {
		line-height: 41px;
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
	}

	.lp-widget.L30 .logoImage{
		height: 34px;
		float: left;
		width: 118px;
	}

	.lp-widget.L30 .logoImage img {
		height: 40px;
		width: 118px;
	}


	/** N WIDGET STYLES *******************/
	/**************************************/
	.lp-widget.n {
		background-color: #4f4f4f;
		border-bottom: 0;
		padding: 3px 0;
		width: 920px;
	}

	.lp-widget.n ul {
		display: inline;
		float: left;
		position: relative;
		width: 860px;
	}

	.lp-widget.n li {
		display: inline-block;
		float: left;
		margin: 0 1px;
	}

	.lp-widget.n a {
		display: block;
		position: relative;
		text-decoration: none;
		width: 170px;
	}

	.lp-widget.n img {
		display: block;
		margin: 0;
		padding: 0;
	}

	.lp-widget.n span {
		background-color: #000000;
		color: #ffffff;
		display: block;
		font-family: "DIN Web Condensed Bold", "Arial Narrow", Sans-Serif;
		overflow: hidden;
		padding: 0 5px;
		text-align: center;
		width: 160px;
	}

	.lp-widget.n a:hover span {
		color: #ab1f2a;
	}

	.lp-widget.n .featured a:hover span {
		color: #ffffff;
	}

	.lp-widget.n .past span {
		background-color: #666666;
	}

	.lp-widget.n .featured span {
		background-color: #ab1f2a;
	}

	.lp-widget.n span.title {
		font-size: 19px;
		height: 36px;
		line-height: 36px;
	}

	.lp-widget.n span.date {
		font-size: 16px;
		height: 21px;
		line-height: 23px;
	}

	.lp-widget.n .btn {
		background-position: center;
		background-repeat: no-repeat;
		cursor: pointer;
		display: block;
		float: left;
		text-indent: -999999px;
		width: 30px;
	}

	.lp-widget.n .disabled {
		visibility: hidden !important;
	}


	/** N3 "LRC Header" WIDGET STYLES *****/
	/**************************************/
	.lp-widget.n3 {
		height: 100px;
		width: 920px;
	}

	.lp-widget.n3.three-column {
		border-bottom: 0;
	}

	.lp-widget.n3 .left {
		float: left;
		height: 100px;
		position: relative;
		width: 578px;
	}

	.lp-widget.n3 p {
		bottom: 6px;
		color: #ffffff;
		font-size: 11px;
		left: 19px;
		position: absolute;
		text-transform: uppercase;
	}

	.lp-widget.n3 a.clickable-area {
		display: block;
		height: 70px;
		left: 19px;
		position: absolute;
		text-indent: -9999px;
		top: 10px;
		width: 540px;
	}

	.lp-widget.n3 .carousel-wrapper {
		float: left;
		width: 342px;
	}

	.lp-widget.n3 ul {
		display: inline;
		float: left;
		position: relative;
		width: 309px;
	}

	.lp-widget.n3 li {
		display: inline-block;
		float: left;
		margin: 0 3px 0 0;
	}

	.lp-widget.n3 li a {
		display: block;
		position: relative;
		text-decoration: none;
		width: 100px;
	}

	.lp-widget.n3 li a .border {
		border: 1px solid transparent;
		height: 98px;
		left: 0px;
		position: absolute;
		text-indent: -9999px;
		top: 0px;
		width: 98px;
	}
	.lp-widget.n3 li a:hover .border {
		border: 1px solid #ab1f2a;
	}

	.lp-widget.n3 img {
		display: block;
		margin: 0;
		padding: 0;
	}

	.lp-widget.n3 li .title {
		background: transparent url('/resources/widgets/images/n3/black-70.png') repeat;
		bottom: 0px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: table;
		height: 24px;
		left: 0px;
		padding: 0 5px;
		position: absolute;
		overflow: hidden;
		width: 100px;
	}

	.lp-widget.n3 span {
		color: #ffe18c;
		display: table-cell;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		vertical-align: middle;
	}

	.lp-widget.n3 .btn {
		background-position: 0 33px;
		background-repeat: no-repeat;
		cursor: pointer;
		display: block;
		float: left;
		height: 100px;
		text-indent: -999999px;
		width: 13px;
	}

	.lp-widget.n3 a.prev {
		background-image: url('/resources/widgets/images/n3/prev-red.png');
		margin-right: 5px;
	}

	.lp-widget.n3 a:hover.prev {
		background-image: url('/resources/widgets/images/n3/prev-grey.png');
	}

	.lp-widget.n3 a.next {
		background-image: url('/resources/widgets/images/n3/next-red.png');
		margin-left: 2px;
	}

	.lp-widget.n3 a:hover.next {
		background-image: url('/resources/widgets/images/n3/next-grey.png');
	}

	.lp-widget.n3 .no-user-select {
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			-webkit-user-select: none;
		user-select: none;
	}


	/** P21 "Photo Viewer (300)" WIDGET STYLES **/
	/********************************************/
	.lp-widget.p21 .widget-wrapper {
		width: 300px;
	}

	.lp-widget.p21 .ad-banner-bkgd {
		float: none;
	}

	.lp-widget.p21 .widget-img {
		height: 485px;
		margin: auto;
		overflow: hidden;
		width: 300px;
	}

	.lp-widget.p21 #c_1,
	.lp-widget.p21 #p-1.celeb-desc {
		display: block;
	}

	.lp-widget.p21 .widget-bottom-rail {
		height: 105px;
		margin: auto;
		width: 300px;
	}

	.lp-widget.p21 .super-snipe {
		background: #cccccc;
		height: 70px;
		margin: auto;
		width: 300px;
	}

	.lp-widget.p21 .super-snipe-link {
		height: 70px;
		margin: auto;
		width: 300px;
	}

	.lp-widget.p21 .celeb-desc {
		border-color: #ffffff;
		border-left: 2px solid;
		border-right: 2px solid;
	}

	.lp-widget.p21 .more-btn {
		cursor: pointer;
		float: right;
		margin-top: 15px;
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-weight: normal;
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.lp-widget.p21 .widget-footer {
		margin: auto;
		width: 300px;
	}

	.lp-widget.p21 .widget-title {
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 1px;
		padding-left: 10px;
		padding-top: 20px;
		text-align: center;
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
	}

	.lp-widget.p21 .skin-group-light .widget-subTItle,
	.lp-widget.p21 .skin-group-light .widget-title {
		color: #000000;
	}

	.lp-widget.p21 .widget-subTItle {
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-weight: normal;
		letter-spacing: 1px;
		padding-left: 10px;
		text-align: center;
		text-rendering: optimizeLegibility;
	}

	.lp-widget.p21 .celeb-desc {
		color: #ffffff;
		height: 106px;
		margin: auto;
		width: 252px;
	}

	.lp-widget.p21 .button {
		background-color: #4f4f4f;
		height: 104px;
		width: 23px;
	}

	.lp-widget.p21 .go-prev {
		cursor: default;
		float: left;
	}

	.lp-widget.p21 .go-next {
		cursor: pointer;
		float: right;
	}

	.lp-widget.p21 .go-next.more,
	.lp-widget.p21 .go-prev.more {
		background:url("/resources/widgets/images/P21/sprite-map.png") no-repeat scroll 0 0 transparent;
		height: 104px;
		width: 23px;
	}

	.lp-widget.p21 .go-prev.more {
		background-position: 0px 0px;
	}

	.lp-widget.p21 .go-prev.more:hover {
		background-position: -46px 0px;
	}

	.lp-widget.p21 .go-next.more {
		background-position: -23px 0px;
	}

	.lp-widget.p21 .go-next.more:hover {
		background-position: -69px 0px;
	}

	.lp-widget.p21 #scroller {
		float: left;
		height: 104px;
		width: 253px;
	}

	.lp-widget.p21 .widget-carousel {
		height: 104px;
		overflow: hidden;
	}

	.lp-widget.p21 .no-image.snipe {
		float: left;
		position: absolute;
	}

	.lp-widget.p21 .no-user-select {
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			-webkit-user-select: none;
		user-select: none;
	}

	.lp-widget.p21 .hgroup .widget-titles {
		margin-left: 0;
	}

	.lp-widget.p21 .button,
	.lp-widget.p21 .ui-widget .button {
		border: 0;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
		border-radius: 0;
		padding: 0;
		margin: 0;
	}


	/* Skins: *****************************/
	.lp-widget.p21 .skin-group-white .celeb-desc {
		color: #000000;
	}


	/** P41 "Photo Teaser (auto)" WIDGET STYLES **/
	/*********************************************/
	.lp-widget.p41,
	.lp-widget.p42 {
		width: 300px;
	}

	.lp-widget.p41 .super-snipe,
	.lp-widget.p42 .super-snipe {
		height: auto;
	}

	.lp-widget.p41.no-background-color .hgroup,
	.lp-widget.p42.no-background-color .hgroup {
		padding: 0px 10px;
	}

	.lp-widget.p41 .p41photo,
	.lp-widget.p42 .p42photo {
		float: left;
		width: 135px;
	}

	.lp-widget.p41 .snipe,
	.lp-widget.p42 .snipe {
		line-height: 24px;
		position: absolute;
		z-index: 1;
	}

	.lp-widget.p41 .photo-window,
	.lp-widget.p42 .photo-window {
		margin: 0 10px;
	}

	.lp-widget.p41 .widget-sub-headline img,
	.lp-widget.p42 .widget-sub-headline img {
		border: 2px solid transparent;
		margin: 0px;
	}

	.lp-widget.p41.trends .widget-sub-headline img:hover,
	.lp-widget.p42.trends .widget-sub-headline img:hover {
		border: 2px solid #ffe600;
	}

	.lp-widget.p41.news .widget-sub-headline img:hover,
	.lp-widget.p42.news .widget-sub-headline img:hover {
		border: 2px solid #00ecff;
	}

	.lp-widget.p41.photos .widget-sub-headline img:hover,
	.lp-widget.p42.photos .widget-sub-headline img:hover {
		border: 2px solid #ff24d1;
	}

	.lp-widget.p41.videos .widget-sub-headline img:hover,
	.lp-widget.p42.videos .widget-sub-headline img:hover {
		border: 2px solid #46ba37;
	}

	.lp-widget.p41.shows .widget-sub-headline img:hover,
	.lp-widget.p42.shows .widget-sub-headline img:hover {
		border: 2px solid #6767cc;
	}

	.lp-widget.p41.tv-scoop .widget-sub-headline img:hover,
	.lp-widget.p42.tv-scoop .widget-sub-headline img:hover {
		border: 2px solid #9900ff;
	}

	.lp-widget.p41.red-carpet .widget-sub-headline img:hover,
	.lp-widget.p42.red-carpet .widget-sub-headline img:hover {
		border: 2px solid #ab1f2a;
	}

	.lp-widget.p41.fashion .widget-sub-headline img:hover,
	.lp-widget.p42.fashion .widget-sub-headline img:hover {
		border: 2px solid #ffcc00;
	}

	.lp-widget.p41.beauty .widget-sub-headline img:hover,
	.lp-widget.p42.beauty .widget-sub-headline img:hover {
		border: 2px solid #a10185;
	}

	.lp-widget.p41.living .widget-sub-headline img:hover,
	.lp-widget.p42.living .widget-sub-headline img:hover {
		border: 2px solid #82aefe;
	}

	.lp-widget.p41 .photo-window img,
	.lp-widget.p42 .photo-window img {
		padding-top: 10px;
	}

	.lp-widget.p41 .photo-list,
	.lp-widget.p42 .photo-list {
		border-top: 1px solid #cccccc;
		display: table;
		margin-left: 3px;
		padding-top: 5px;
	}

	.lp-widget.p41 .photo-list .row,
	.lp-widget.p42 .photo-list .row {
		display: table-row;
	}

	.lp-widget.p41 .photo-list .cell,
	.lp-widget.p42 .photo-list .cell {
		display: table-cell;
	}

	.lp-widget.p41 .widget-sub-headline,
	.lp-widget.p42 .widget-sub-headline {
		margin: 5px;
	}

	.lp-widget.p41 .text-copy .widget-sub-headline,
	.lp-widget.p42 .text-copy .widget-sub-headline {
		margin: 5px 10px;
	}

	.lp-widget.p41 .widget-sub-headline .image-hover,
	.lp-widget.p42 .widget-sub-headline .image-hover {
		height: 134px;
		margin-top: -142px;
		position: absolute;
		visibility: hidden;
		z-index: 2;
		width: 133px;
	}


	/** S1 "Social Module" WIDGET STYLES ******/
	/******************************************/
	.lp-widget.s1 {
		height: 100px;
		overflow: visible; /* Needed to turn on the FB Like Popups. */
		padding: 0;
		z-index: 100 !important; /* Allows the FB Comments Popup-up to overlay the EOL Ads & Skins on /trends & /news/red-carpet pages. */
	}

	.lp-widget.s1 .content {
		background-color: #111111;
		border: 1px solid #252525;
		width: 100%;
	}

	.lp-widget.social-module-color-WHITE .content {
		background-color: #ffffff;
		border: 1px solid #d9d9d9;
	}

	.lp-widget.s1 .sharing-title {
		color: #ffffff;
		font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
		font-size: 36px;
		line-height: 36px;
		padding-bottom: 4px;
		padding-left: 15px;
		padding-top: 15px;
		text-align: left;
		text-transform: uppercase;
	}

	.edition_de .lp-widget.s1 .sharing-title {
		font-size: 30.67px;
	}

	.lp-widget.social-module-color-WHITE .sharing-title {
		color: #000000;
	}

	.lp-widget.s1 .social-hrule {
		border-bottom: 1px solid #808080;
		height: 0;
		padding: 0px 5px;
		width: 290px;
	}

	.lp-widget.s1 .social-links {
		float: left;
		margin-left: 2px;
		margin-top: 16px;
		width: 298px;
	}

	.lp-widget.s1 .social-links li {
		width: auto;
	}

	.lp-widget.s1 .social-links li.facebook-like {
		line-height: 20px;
		margin: 0px;
		min-width: 85px;
		width: auto;
	}

	.lp-widget.s1 .social-links .facebook-like iframe {
		height: 24px;
		width: 49px;
	}

	.lp-widget.s1 .social-links li#follow-button-socialWidget.twitter {
		margin-left: 5px;
		min-width: 65px;
		width: 65px !important;
	}

	.lp-widget.s1 .social-links li#tweet-button-socialWidget.twitter {
		margin-left: 0px;
		width: 91px;
	}

	.lp-widget.s1 .social-links li.google-plus {
		margin: 0px;
		width: 71px;
	}

	.lp-widget.s1 .social-links li.see-it {
		width: 47px;
	}

	.edition_fr .lp-widget.s1 .social-links li.twitter {
		margin-left: 5px;
	}

	.lp-widget.s1 .cs-list {
		padding: 0 15px 15px;
		height: 35px;
	}

	.lp-widget.s1 .cs-fb-like {
		margin-left: 0;
		margin-right: 10px;
		margin-top: 5px;
	}

	.lp-widget.s1 .cs-fb-like .cs-share {
		height: 25px;
	}

	.lp-widget.s1 .cs-gp,
	.lp-widget.s1 .cs-ts {
		margin: 1px 10px 0 0 !important;
	}

	.lp-widget.s1 .cs-gp .cs-share {
		width: 32px;
		height: 32px;
		background-image: url("/resources/customSocialBar/images/googleplus_circle.png");
	}

	.lp-widget.s1 .cs-ts .cs-share {
		width: 32px;
		height: 32px;
		background-image: url("/resources/customSocialBar/images/twitter_circle.png");
	}

	.lp-widget.s1 .cs-seeit {
		margin: 7px 10px 0 0;
	}


	/* Styling instance overrides *********/
	.tv-scoop .snipe {
		color: #ffffff;
	}

	.tv-scoop .lp-widget.s1,
	.tv-scoop .lp-widget.s1 .content,
	.tv-scoop .lp-widget.s1 .social-links.horizontal .fb-like {
		overflow: visible;
	}

	.tv-scoop .lp-widget.s1 .social-links {
		float: left;
		margin-left: 5px
	}

	.tv-scoop .lp-widget.s1 .social-links .rss{
		position: absolute;
		top: 20px;
		right: -50px;
	}



	/** T90 "Related Topics" WIDGET STYLES ****/
	/******************************************/
	.lp-widget.t90 .related-topics {
		border-right: 1px solid #cccccc;
		width: 299px;
	}

	.lp-widget.t90 .related-topics-header-bg {
		background-color: #ff8800;
	}

	.lp-widget.t90 .related-topics-header {
		background-color: #262626;
		color: #8b8b8b;
		height: 70px;
		margin-left: 10px;
	}

	.lp-widget.t90 .related-topics-header .related-topics-title {
		margin-left: 10px;
		padding-top: 10px;
	}

	.lp-widget.t90 .related-topics-header .related-topics-title h3 {
		color: #ffffff;
		font-family: "Ostrich Sans Pro Regular";
		font-size: 45px;
		font-weight: normal;
		letter-spacing: 0;
	}

	.lp-widget.t90 .related-topics-body {
		background-color: #ffffff;
		margin-left: 10px;
		overflow: hidden;
	}

	.lp-widget.t90 .related-topics-body-bg {
		background-color: #333333;
		border-bottom: 2px solid #cccccc;
	}

	.lp-widget.t90 .related-topics-body .related-topics-item {
		background-color: #ffffff;
		max-height: 72px;
		overflow: hidden;
		padding-top: 5px;
		text-indent: 10px;
		width: 289px;
	}

	.lp-widget.t90 .related-topics-body .related-topics-item a {
		font-family: "DIN Web Condensed", "Arial Narrow", Sans-Serif;
		font-size: 24px;
		line-height: 33px;
	}

	.lp-widget.t90 .related-topics-item {
		border-bottom-style: dotted;
		border-color: #cccccc;
		border-width: 2px;
		text-overflow: ellipsis;
	}

	.lp-widget.t90 .related-topics-body .related-topics-item a {
		color: #000000;
		height: 40px;
	}

	.lp-widget.t90 .related-topics-body .related-topics-item:hover {
		background-color: #efefef;
	}

	.lp-widget.t90 .related-topics-more {
		float: right;
	}

	.lp-widget.t90 .line-space {
		margin-top: 10px;
		padding-bottom: 10px;
	}

	.lp-widget.t90,
	.lp-widget.t90.one-column,
	.lp-widget.t90.two-column,
	.lp-widget.t90.three-column {
		border-bottom: 0;
	}
	

	/** V1 "Video Widget 300" WIDGET STYLES ***/
	/******************************************/
	.lp-widget.v1.new .tpPlayer {
		position: relative !important;
		height: 169px !important;
		top: 0 !important;
	}

	.lp-widget.v1 {
		border: 0;
		overflow: visible;
	}

	.lp-widget.v1 .no-user-select {
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			-webkit-user-select: none;
		user-select: none;
	}

	.lp-widget.v1 .vpo {
		display: none !important;
	}

	.lp-widget.v1 .snipe {
		z-index: 1;
	}

	.lp-widget.v1 .video-wrapper {
		position: relative;
	}

	.lp-widget.v1 .snipe-link,
	.lp-widget.v1 .super-snipe,
	.lp-widget.v1 .super-snipe-link {
		font-size: 0px;
	}

	.lp-widget.v1 .snipe-link img,
	.lp-widget.v1 .super-snipe-link img {
		float: none;
	}

	.lp-widget.v1 .text-wrapper {
		height: 250px;
		overflow: hidden;
	}

	.lp-widget.v1 .video-detail {
		padding: 5px 10px 10px;
	}

	.lp-widget.v1.carousel .video-detail {
		padding-bottom: 20px;
	}

	.lp-widget.v1 .video-title {
		display: block;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 32px;
		font-weight: 200;
		letter-spacing:1px;
		line-height: 37.33px;
		width: 265px;
	}

	.lp-widget.v1 .video-title .section-type {
		color: #46ba37;
		display: none;
	}
	
	.lp-widget.v1 .video-description {
		color: #9d9d9d;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 16px;
		line-height: 21.33px;
		margin-top: 7px;
	}

	.lp-widget.v1 .cs-container {
		margin-top: 6px;
	}

	.lp-widget.v1 .cs-fb {
		width: 144px;
	}

	.lp-widget.v1 .cs-gp {
		margin: 0 !important;
		width: 136px;
	}

	.lp-widget.v1 .cs-ts {
		margin: 10px 0 0 !important;
		width: 144px;
	}

	.lp-widget.v1 .cs-embed {
		float:left;
		margin: 10px 0 0 !important;
	}

	.lp-widget.v1 .cs-email {
		margin: 10px 0 0 4px !important;
	}

	.lp-widget.v1 .social-links.ajax-reloaded .facebook-like.active iframe {
		min-height: 236px !important;
		overflow: visible;
		min-width: 450px !important;
		z-index: 2;
	}

	.lp-widget.v1 .social-Send-Email {
		margin-left: -82px;
		margin-top: 5px;
	}

	.lp-widget.v1 .social-Send-Email .emailCloseBttn {
		right: -15px;
		top: -15px;
	}

	.lp-widget.v1 .social-Send-Email .submit_animator,
	.lp-widget.v1 .social-Send-Email .response_container p,
	.lp-widget.v1 .social-Send-Email .response_container .emailCloseLink {
		font-size: 12px;
	}


	/* Player Overrides *******************/
	.lp-widget.v1 .mejs-ad-countdown {
		color: #000000;
		font-size: 11px;
		padding: 5px;
		height: auto;
		width: auto;
	}


	/* Carousel ***************************/
	.lp-widget.v1 .carousel {
		height: 1%;
	}

	.lp-widget.v1 .viewport {
		height: 237px;
		overflow: hidden;
		position: relative;
	}

	.lp-widget.v1 .overview {
		left: 0px;
		position: absolute;
		top: 0px;
		width: 300px;
	}

	.lp-widget.v1 .queued {
		display: none;
	}

	.lp-widget.v1 li.widget-thumbs {
		border-top: 1px dashed #bfbfbf;
		display: block;
		height: 118px;
	}


	/* Carousel Text **********************/ 
	.lp-widget.v1 li.widget-thumbs .text-wrapper {
		display: block;
		float: left;
		height: 100px;
		margin: 12px 0 0 10px;
		width: 104px;
	}

	.lp-widget.v1 .title {
		font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
		font-size: 21.33px;
		line-height: 24px;
	}


	/* Carousel Image *********************/
	.lp-widget.v1 li.widget-thumbs .img-wrapper {
		float: left;
		height: 88px;
		overflow: hidden;
		margin: 15px 0 15px 15px;
		position: relative;
		width: 156px;
	}

	.lp-widget.v1 li.widget-thumbs .img-wrapper a img {
		left: 0px;
		position: absolute;
		top: 0px;
	}


	/* Play *******************************/
	.lp-widget.v1 li.widget-thumbs .play {
		background: transparent url('/resources/widgets/images/v11/overlay-play.png') no-repeat;
		height: 88px;
		width: 156px;
		display: none;
		left: 0px;
		position: absolute;
		text-indent: -99999px;
		top: 0px;
	}

	.no-touch .lp-widget.v1 li.widget-thumbs:hover .play {
		display:block;
	}


	/* Duration ***************************/
	.lp-widget.v1 li.widget-thumbs .duration {
		background: transparent url('/resources/widgets/images/v11/bg-duration.png') no-repeat;
		bottom: 0px;
		color: #ffffff;
		display: block;
		font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
		font-size: 16px;
		height: 20px;
		line-height: 24px;
		right: 0px;
		padding-right: 5px;
		position: absolute;
		text-align: right;
		width: 49px;
	}


	/* Next/Prev **************************/
	.lp-widget.v1 .buttons {
		background: #b7b7b7 url('/resources/widgets/images/v11/divider.png') no-repeat 151px top;
		margin-top: 11px;
	}

	.lp-widget.v1 .buttons a {
		background-repeat: no-repeat;
		float: left;
		height: 51px;
		text-indent: -99999px;
	}

	.lp-widget.v1 .buttons a:hover {
		background-color: #5b5b5b;
	}

	.lp-widget.v1 .buttons a.prev {
		background-image: url('/resources/widgets/images/v11/btn-up.png');
		background-position: -2px 0px;
		width: 150px;
	}

	.lp-widget.v1 .buttons a.prev:hover {
		background-image: url('/resources/widgets/images/v11/btn-up-hover.png');
	}

	.lp-widget.v1 .buttons a.next {
		background-image: url('/resources/widgets/images/v11/btn-down.png');
		margin-left: 2px;
		width: 148px;
	}

	.lp-widget.v1 .buttons a.next:hover {
		background-image: url('/resources/widgets/images/v11/btn-down-hover.png');
	}

	.lp-widget.v1 .disable {
		visibility: hidden;
	}


	/* Hidden Social Buttons Styles *******/
	.lp-widget.v1 .hidden-social, .lp-widget.v1.carousel .hidden-social {
		padding-bottom: 13px;
	}

	.lp-widget.v1 .hidden-social .cs-container {
		display: none;
	}


	/** V2 "Video Widget 610" WIDGET STYLES ***/
	/******************************************/
	.lp-widget.v2.new .tpPlayer {
		height: 343px !important;
		margin-left: -1px;
		margin-top: -1px;
		position: relative !important;
		top: 0 !important;
	}

	.lp-widget.v2.new .video-detail {
		position: relative;
	}

	.lp-widget.v2.new {
		border: 1px solid #e3e3e3;
		overflow: visible;
		padding-bottom: 0px;
		width: 610px;
		z-index: 110;
	}

	.lp-widget.v2 h1.video-title {
		display: block;
		height: 84px;
	}

	.lp-widget.v2.hasBlackBackground {
		border: 1px solid #000000;
	}

	.lp-widget.v2.new #bkg-color-wrap {
		height: auto;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.lp-widget.v2.new .ad-banner-bkgd {
		background-color: transparent;
		border: 0;
		float: left;
		height: 35px;
		position: absolute;
		width: 920px;
	}

	.lp-widget.v2.new .ad-banner-bkgd .presented-by {
		display: none;
	}

	.lp-widget.v2.new .ad-banner-bkgd .micro-ad {
		margin: 5px 6px 0px 0px;
	}
	
	.lp-widget.v2 .super-snipe-link img,
	.lp-widget.v2 .snipe-link img {
		float: none;
	}

	.lp-widget.v2.new .widget-titles {
		font-family: "DIN Web Condensed";
		text-transform: capitalize;
	}


	/* Video Player Area ******************/
	.lp-widget.v2.new .vd-player-container {
		clear: both;
		height: 505px;
		position: relative;
		width: 920px;
	}

	.lp-widget.v2.new .vd-player-container .video-engine-players {
		margin-bottom: 0;
		margin-left: -1px;
		padding: 0;
		width: 610px;
	}

	.lp-widget.v2.new .vd-player-container .video-engine-players .video-players-groups {
		height: 343px;
		margin-bottom: 0;
		margin-top: -1px;
		width: 610px;
	}

	.lp-widget.v2.new.has-video-image .text-copy {
		height: 157px;
		margin-top: 0px;
		padding: 5px 19px 0;
		width: 570px;
	}

	.lp-widget.v2.new .vd-player-container .video-thumbnail-roots .overlays {
		/*display: block; /* Can't do this here, or it will turn the overlay on & cause display glitches: ! important; */
		background-image: url('/resources/widgets/images/V2/v2_overlay.png');
		height: 343px !important;
		margin-bottom: -343px;
		margin-top: 0;
		position: relative;
		visibility: hidden;
		width: 610px !important;
		z-index: 1;
	}

	.lp-widget.v2.new .video-engine-players .overlays.active {
		border: 0;
	}

	.lp-widget.v2.new .video-engine-players .evp-thumbnails {
		display: block;
		font-size: 0px;
		height: 343px;
		width: 610px;
	}

	.lp-widget.v2.new .video-engine-players .video-thumbnail-roots {
		overflow: hidden;
		width: 610px !important;
	}

	.lp-widget.v2.new .hgroup {
		height: auto;
		overflow: hidden;
		margin-bottom: 9px;
		padding: 0 0 0 1px;
	}

	.lp-widget.v2.new .vd-player-container .widget-titles {
		font-size: 37.33px;
		height: 45px;
		overflow: hidden;
	}

	.lp-widget.v2.new .widget-headlines.widget-titles {
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-size: 48px;
		letter-spacing: 1px;
		line-height: 42.67px;
		min-height: 40px;
	}

	.lp-widget.v2.new .vd-player-container .widget-sub-headline {
		font-size: 21.33px;
		line-height: 24px;
		margin: 0px;
	}

	.lp-widget.v2.new .social-media-icons-container {
		border-top: 0;
		display: block;
		height: 52px;
		margin-left: 19px;
		margin-right: 19px;
		width: 570px;
	}

	.lp-widget.v2.new .custom_border {
		background-image: url('/resources/widgets/images/V2/custom_border.png');
		height: 2px;
		margin-top: 20px;
		width: auto;
	}

	.lp-widget.v2.new .social-media-icons-container .cs-container .cs-embed {
		margin-left: 38px !important;
	}

	.lp-widget.v2.new .social-links {
		margin-top: 4px;
	}

	/* Includes both: FB Like + FB Send */
	.lp-widget.v2.new .social-links .facebook-like {
		margin-left: 36px;
		margin-top: 3px;
		min-width: 150px;
	}

	/* Turn this on to see the hidden FB iframe, which won't disappear. We have to wait until the user mouses-out of the entire social bar area... including the hidden iframe, before the .facebook-like's .active class is automatically removed by jQuery. Once that happens, then the carousel thumbnails will be clickable again. Odds are that the user will mouse around the screen, which will cause the hidden iFrame to disappear faster than they can click on the thumbnail. Only QA would recreate this edge case, where they click off of the FB Like Comments box & then try to click on of the 1st 3 thumbnails.
	.lp-widget.v2.new .social-links .facebook-like.active {
		background-color: #ffff00;
	} */
	/* This works to keep the FB Like Comments box from appearing as a 150px wide by 21px high microbar in Firefox. Chrome doesn't need this. These 2 classes are important for triggering the important overrides: .ajax-reloaded & .active. */
	/* The FB Like specific iframe class doesn't work: .lp-widget.v2.new .social-links.ajax-reloaded .facebook-like.active iframe.fb_iframe_widget_lift { <- This should now only apply to the FB Like button & not the FB Send button. This has to be larger than 236px for the FB Send button's height. The FB Like button's height is 236px. The FB Send button's height can auto-scale, based on the number of people that users are adding to their email. That pixel height may need to be measured & changed via jQuery. Hopefully, not! */
	
	.lp-widget.v2.new .social-links.ajax-reloaded .facebook-like.active iframe {
		min-height: 236px !important;
		min-width: 450px !important;
		overflow: visible;
		z-index: 2;
	}

	.lp-widget.v2.new .social-links .twitter {
		margin-top: 3px;
	}

	.lp-widget.v2.new .social-links .google-plus {
		margin-left: 15px;
		margin-top: 3px;
	}

	.lp-widget.v2.new .social-links .email {
		background-image: url('/resources/images/misc/EOL_VIDEO_Detail_EMAIL.png');
		cursor: pointer;
		display: block;
		height: 20px;
		margin-left: 15px;
		margin-top: 3px;
		width: 56px;
	}

	.lp-widget.v2.new .social-links .embed {
		margin: 3px 0 0 20px;
	}


	/* Email Button Popup Form ************/
	.lp-widget.v2.new .social-Send-Email {
		margin-top: 5px;
	}

	.lp-widget.v2.new .social-Send-Email .emailCloseBttn {
		right: -15px;
		top: -15px;
	}

	.lp-widget.v2.new .social-Send-Email .submit_animator,
	.lp-widget.v2.new .social-Send-Email .response_container .emailCloseLink {
		font-size: 12px;
	}

	.lp-widget.v2.new .social-Send-Email .response_container p.message-sent {
		font-size: 70px;
	}

	.lp-widget.v2.new .social-Send-Email .response_container p.thank-you {
		font-size: 40px;
	}


	/* Carousel ***************************/
	.lp-widget.v2.new .eol-carousels {
		height: 186px;
		margin: 24px 14px;
		overflow: visible;
		padding: 0;
	}

	.lp-widget.v2.new .eol-carousels .buttons {
		background: transparent url("/resources/widgets/images/V2/grey_arrows_sprite_new.png") no-repeat 0 0 scroll;
		border: 0;
		height: 45px;
		display: block;
		font-size: 30px;
		float: left;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 25px;
	}

	.lp-widget.v2.new .eol-carousels .buttons.disabled,
	.lp-widget.v2.new .skin-group-dark.black .eol-carousels .buttons.disabled {
		cursor: default;
	}

	.lp-widget.v2.new .eol-carousels .buttons.next.disabled,
	.lp-widget.v2.new .eol-carousels .buttons.next.disabled:hover,
	.lp-widget.v2.new .eol-carousels .buttons.prev.disabled,
	.lp-widget.v2.new .eol-carousels .buttons.prev.disabled:hover,
	.lp-widget.v2.new .skin-group-dark.black .eol-carousels .buttons.next.disabled,
	.lp-widget.v2.new .skin-group-dark.black .eol-carousels .buttons.next.disabled:hover,
	.lp-widget.v2.new .skin-group-dark.black .eol-carousels .buttons.prev.disabled,
	.lp-widget.v2.new .skin-group-dark.black .eol-carousels .buttons.prev.disabled:hover {
		background-position: 0 -40px;
	}

	.lp-widget.v2.new .eol-carousels .buttons.prev {
		background-position: -25px -108px;
		margin: 71px 17px 0 0;
	}

	.lp-widget.v2.new .skin-group-dark.black .eol-carousels .buttons.prev {
		background-position: -25px -180px;
	}

	.lp-widget.v2.new .eol-carousels .buttons.prev:hover,
	.lp-widget.v2.new .skin-group-dark.black .eol-carousels .buttons.prev:hover {
		background-position: -25px -30px;
	}

	.lp-widget.v2.new .eol-carousels .buttons.next {
		background-position: -100px -108px;
		margin: 71px 0 0 17px;
	}

	.lp-widget.v2.new .skin-group-dark.black .eol-carousels .buttons.next {
		background-position: -99px -180px;
	}

	.lp-widget.v2.new .eol-carousels .buttons.next:hover,
	.lp-widget.v2.new .skin-group-dark.black .eol-carousels .buttons.next:hover {
		background-position: -95px -30px;
	}

	.lp-widget.v2.new .eol-carousels .viewport {
		height: 187px;
		float: left;
		overflow: hidden;
		position: relative;
		width: 496px;
	}

	.lp-widget.v2.new .eol-carousels .viewport .thumbs {
		border: 0;
		display: block;
		float: left;
		height: 176px;
		margin-right: 14px;
		width: 156px;
	}

	.lp-widget.v2.new .eol-carousels .viewport .thumbs .image-container {
		height: 96px;
		overflow: hidden;
		width: 156px;
	}

	.lp-widget.v2.new .eol-carousels .viewport .thumbnails {
		position: relative;
	}

	.lp-widget.v2.new .eol-carousels .viewport .slide-container {
		float: left;
		position: relative;
		width: 3200px;
	}

	.lp-widget.v2.new .eol-carousels .viewport .disable {
		visibility: hidden;
	}

	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active:hover,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active .thumbnails,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active:hover .video-small-thumbs,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active .video-small-thumbs,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs:hover,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs:hover .thumbnails,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs:hover .thumbnails .video-small-thumbs {
		border: 0;
	}

	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active:hover,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active .thumbnails,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active .video-small-thumbs,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active:hover .video-small-thumbs{
		height: 96px;
		width: 156px;
	}

	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active,
	.lp-widget.v2.new .eol-carousels .viewport .thumbs.active:hover {
		margin-right: 14px;
	}

	.lp-widget.v2.new .eol-carousels .viewport .thumbs:hover {
		margin-right: 14px;
	}

	.lp-widget.v2.new .eol-carousels .viewport .thumbs .image {
		height: 96px;
		width: 156px;
	}

	.lp-widget.v2.new .eol-carousels .viewport .thumbs .titles {
		background: none repeat scroll 0 0 #f0f0f0;
		border-bottom: 1px solid #e3e3e3;
		border-left: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
		display: block;
		font-size: 12px;
		height: 78px;
		padding: 11px 9px 0;
		position: relative;
		width: 136px;
	}

	.lp-widget.v2.new .eol-carousels .viewport .thumbs .titles .text-labels {
		color: #6a6868;
		font-family: "DIN Web Condensed", "Arial Narrow", sans-serif;
		font-size: 21.33px;
		height: 72px;
		line-height: 24px;
		margin: 0;
		width: 136px;
	}

	.lp-widget.v2.new .eol-carousels .play-overlay {
		background-color: #cccccc;
		filter: alpha(opacity=70);
		height: 44px;
		left: 56px;
		opacity: 0.7;
		position: absolute;
		top: 26px;
		visibility: hidden;
		width: 44px;
		z-index: 3;
	}

	.lp-widget.v2.new .play-overlay {
		background-color: #cccccc;
		filter: alpha(opacity=70);
		height: 44px;
		left: 283px;		
		margin-top: 18px;
		opacity: 0.7;
		position: absolute;
		top: 149.5px;
		visibility: visible;
		width: 44px;
		z-index: 0;
	}

	.lp-widget.v2.new .eol-carousels .video-overlay {
		background: #000000;
		filter: alpha(opacity=50);
		height: 96px;
		opacity:0.5;
		position: absolute;
		visibility: hidden;
		width: 156px;
		z-index: 1;
	}

	.lp-widget.v2.new .video-overlay {
		background: #000000;
		filter: alpha(opacity=50);
		height: 96px;
		margin-top: 18px;
		opacity: 0.5;
		position: absolute;
		visibility: hidden;
		width: 156px;
		z-index: 1;
	}

	.lp-widget.v2.new .eol-carousels .video-play-bttn {
		border-bottom: 14px solid transparent;
		border-left: 20px solid #ffffff;
		border-top: 14px solid transparent;
		height: 0;
		left: 69px;
		position: absolute;
		top: 34px;
		visibility: hidden;
		width: 0;
		z-index: 2;
	}

	.lp-widget.v2.new .video-play-bttn {
		border-top: 14px solid rgba(255, 255, 255, 0);
		border-bottom: 14px solid rgba(255, 255, 255, 0);
		border-left: 20px solid #ffffff;
		height: 0;
		left: 295px;
		margin-top: 18px;
		position: absolute;
		top: 158px;
		visibility: visible;
		width: 0;
		z-index: 0;
	}

	.lp-widget.v2.new .eol-carousels .gradients {
		background: rgba(0, 0, 0, 0) url("/resources/widgets/images/V2/timeStampGrad.png") repeat 50px -90px scroll;
	}

	.lp-widget.v2.new .eol-carousels .time-stamp {
		background-position: -58.5px -104px;
		color: #ffffff;
		font-family: "DIN Web Condensed", "Arial Narrow", sans-serif;
		font-size: 14px;
		height: 12px;
		margin-left: 104px;
		margin-top: 76px;
		padding: 4px;
		position: absolute;
		text-align: right;
		width: 44px;
		z-index: 4;
	}

	.lp-widget.v2.new .video-engine-players .video-thumbnail-roots .play-btns {
		background-image: url('/resources/widgets/images/V2/timeStampGrad.png') !important;
		background-position: 17px -11px;
		background-repeat: no-repeat;
		color: #ffffff;
		font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
		font-size: 65px;
		height: 54px;
		line-height: 65px;
		margin-left: 445px !important;
		margin-top: 280px !important;
		padding: 5px;
		text-align: right;
		width: 155px;
		z-index: 3;
	}


	/* Skins ******************************/
	.lp-widget.v2.new .skin-group-white #evp-video-player-wrap .titles,
	.lp-widget.v2.new .skin-group-light #evp-video-player-wrap .titles {
		color: #9d9d9d;
	}

	.lp-widget.v2.new .skin-group-dark #evp-video-player-wrap .titles {
		color: #ffffff;
	}
	
	.lp-widget.v2.new .video-engine-players .images {
		width: 610px;
		height: 343px;
	}

	.lp-widget.v2.new .eol-carousels .viewport .thumbnails {
		border: 0;
	}

	.lp-widget.v2.new .video-thumbnail-roots {
		width: 610px;
	}


	/* Hidden Social Buttons Styles *******/
	.lp-widget.v2.new .hidden-social.social-media-icons-container {
		height: auto;
		margin-top: 0px;
		padding: 0;
	}

	.lp-widget.v2.new .hidden-social .custom_border {
		margin-top: 0px;
	}

	.lp-widget.v2.new .hidden-social .cs-container {
		display: none;
	}


	/* "Up Next" Styles to Match Section Type */
	.lp-widget.v2.news .rsThumb .upnext,
	.lp-widget.v2.polls .rsThumb .upnext {
		background-color: #03cdff;
	}

	.lp-widget.v2.photos .rsThumb .upnext {
		background-color: #ff0099;
	}

	.lp-widget.v2.videos .rsThumb .upnext {
		background-color: #46ba37;
	}

	.lp-widget.v2.shows .rsThumb .upnext {
		background-color: #6767cc;
	}

	.lp-widget.v2.hot-topics .rsThumb .upnext {
		background-color: #ff8800;
	}

	.lp-widget.v2.tv-scoop .rsThumb .upnext {
		background-color: #9900ff;
	}

	.lp-widget.v2.red-carpet .rsThumb .upnext {
		background-color: #ab1f2a;
	}

	.lp-widget.v2.trends .rsThumb .upnext {
		background-color: #ffe600;
	}

	.lp-widget.v2.fashion .rsThumb .upnext {
		background-color: #ffcc00;
	}

	.lp-widget.v2.beauty .rsThumb .upnext {
		background-color: #a10185;
	}

	.lp-widget.v2.living .rsThumb .upnext {
		background-color: #82aefe;
	}

	.lp-widget.v2.fabulist .rsThumb .upnext {
		background-color: #ffe600;
	}


	/** V3 "Video Widget 920" WIDGET STYLES ***/
	/******************************************/
	.lp-widget.v3.new .tpPlayer {
		position: relative !important;
		top: 0 !important;
		height: 518px !important;
		margin-top: -1px;
	}

	.lp-widget.v3.new .video-detail {
		position: relative;
	}

	.lp-widget.v3.new {
		border: 1px solid #e3e3e3;
		overflow: visible;
		width: 920px;
		z-index: 110;
	}

	.lp-widget.v3.hasBlackBackground {
		border: 1px solid #000000;
	}

	.lp-widget.v3.new #bkg-color-wrap {
		height: auto;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.lp-widget.v3.new .ad-banner-bkgd {
		background-color: transparent;
		border: 0;
		height: 39px;
		width: 920px;
	}

	.lp-widget.v3 .ad-banner-bkgd .micro-ad {
		margin: 5px;
	}

	.lp-widget.v3 .presented-by {
		margin-top: 12px;
	}

	.lp-widget.v3 .super-snipe-link img,
	.lp-widget.v3 .snipe-link img {
		float: none;
	}

	.lp-widget.v3.new .widget-titles {
		font-family: "DIN Web Condensed";
		text-transform: capitalize;
	}


	/* Video Player Area ******************/
	.lp-widget.v3.new .vd-player-container {
		clear: both;
		height: 505px;
		position: relative;
		width: 920px;
	}

	.lp-widget.v3.new .vd-player-container .video-engine-players {
		margin-bottom: 0;
		padding: 0;
		width: 610px;
		margin-left: -1px;
	}

	.lp-widget.v3.new .vd-player-container .video-engine-players .video-players-groups {
		height: 343px;
		width: 610px;
		margin-top: -1px;
		margin-bottom: 0;
	}

	.lp-widget.v3.new.has-video-image .text-copy {
		height: 157px;
		margin-top: 0px;
		padding: 5px 19px 0 19px;
		width: 570px;
	}

	.lp-widget.v3.new .vd-player-container .video-thumbnail-roots .overlays {
		/*display: block; /* Can't do this here, or it will turn the overlay on & cause display glitches: ! important; */
		height: 343px !important;
		margin-bottom: -343px;
		position: relative;
		width: 610px !important;
		z-index: 1;
		background-image: url('/resources/widgets/images/V2/V3_overlay.png');
		margin-top: 0;
		visibility: hidden;
	}

	.lp-widget.v3.new .video-engine-players .overlays.active {
		border: 0;
	}

	.lp-widget.v3.new .video-engine-players .evp-thumbnails {
		display: block;
		font-size: 0px;
		height: 343px;
		width: 610px;
	}

	.lp-widget.v3.new .video-engine-players .video-thumbnail-roots {
		width: 610px !important;
		overflow: hidden;
	}

	.lp-widget.v3.new .hgroup {
		height: auto;
		overflow: hidden;
		padding: 0 0 0 1px;
		margin-bottom: 9px;
	}

	.lp-widget.v3.new .vd-player-container .widget-titles {
		font-size: 37.33px;
		height: 45px;
		overflow: hidden;
	}

	.lp-widget.v3.new .widget-headlines.widget-titles {
		font-size: 48px;
		letter-spacing: 1px;
		line-height: 42.67px;
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		min-height: 40px;
	}

	.lp-widget.v3.new .vd-player-container .widget-sub-headline {
		font-size: 21.33px;
		line-height: 24px; 
		margin: 0px;
	}

	.lp-widget.v3.new .social-media-icons-container {
		border-top: 0;
		display: block;
		margin-left: 19px;
		margin-right: 19px;
		width: 570px;
	}

	.lp-widget.v3.new .custom_border {
		height: 2px;
		width: auto;
		margin-top: 20px;
		background-image: url('/resources/widgets/images/V2/custom_border.png');
	}

	.lp-widget.v3.new .social-media-icons-container .cs-container .cs-embed {
		margin-left: 38px !important;
	}

	.lp-widget.v3.new .social-links {
		margin-top: 4px;
	}

	/* Includes both: FB Like + FB Send */
	.lp-widget.v3.new .social-links .facebook-like {
		margin-top: 3px;
		margin-left: 36px;
		min-width: 150px; 
	}

	.lp-widget.v3.new .social-Send-Email .response_container p.message-sent {
		font-size: 70px;
	}

	.lp-widget.v3.new .social-Send-Email .response_container p.thank-you {
		font-size: 40px;
	}

	/* Turn this on to see the hidden FB iframe, which won't disappear. We have to wait until the user mouses-out of the entire social bar area... including the hidden iframe, before the .facebook-like's .active class is automatically removed by jQuery. Once that happens, then the carousel thumbnails will be clickable again. Odds are that the user will mouse around the screen, which will cause the hidden iFrame to disappear faster than they can click on the thumbnail. Only QA would recreate this edge case, where they click off of the FB Like Comments box & then try to click on of the 1st 3 thumbnails.
	.lp-widget.v3.new .social-links .facebook-like.active {
		background-color: #ffff00;
	} */
	/* This works to keep the FB Like Comments box from appearing as a 150px wide by 21px high microbar in Firefox. Chrome doesn't need this. These 2 classes are important for triggering the important overrides: .ajax-reloaded & .active. */
	/* The FB Like specific iframe class doesn't work: .lp-widget.v3.new .social-links.ajax-reloaded .facebook-like.active iframe.fb_iframe_widget_lift { <- This should now only apply to the FB Like button & not the FB Send button. This has to be larger than 236px for the FB Send button's height. The FB Like button's height is 236px. The FB Send button's height can auto-scale, based on the number of people that users are adding to their email. That pixel height may need to be measured & changed via jQuery. Hopefully, not! */

	.lp-widget.v3.new .social-links.ajax-reloaded .facebook-like.active iframe {
		min-height: 236px !important;
		overflow: visible;
		min-width: 450px !important;
		z-index: 2;
	}

	.lp-widget.v3.new .social-links .twitter {
		margin-top: 3px;
	}

	.lp-widget.v3.new .social-links .google-plus {
		margin-left: 15px;
		margin-top: 3px;
	}

	.lp-widget.v3.new .social-links .email {
		background-image: url('/resources/images/misc/EOL_VIDEO_Detail_EMAIL.png');
		cursor: pointer;
		display: block;
		height: 20px;
		margin-top: 3px;
		margin-left: 15px;
		width: 56px;
	}

	.lp-widget.v3.new .social-links .embed {
		margin: 3px 0 0 20px;
	}


	/* Email Button Popup Form ************/
	.lp-widget.v3.new .social-Send-Email {
		margin-top: 5px;
	}

	.lp-widget.v3.new .social-Send-Email .emailCloseBttn {
		right: -15px;
		top: -15px;
	}

	.lp-widget.v3.new .social-Send-Email .submit_animator,
	.lp-widget.v3.new .social-Send-Email .response_container p,
	.lp-widget.v3.new .social-Send-Email .response_container .emailCloseLink {
		font-size: 12px;
	}


	/* Carousel ***************************/
	.lp-widget.v3.new .eol-carousels {
		height: 186px;
		margin: 24px 14px;
		overflow: visible;
		padding: 0;
	}

	.lp-widget.v3.new .eol-carousels .buttons {
		background: url("/resources/widgets/images/V2/grey_arrows_sprite_new.png") no-repeat scroll 0 0 transparent;
		border: 0;
		height: 45px;
		display: block;
		font-size: 30px;
		float: left;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 25px;
	}

	.lp-widget.v3.new .eol-carousels .buttons.disabled,
	.lp-widget.v3.new .skin-group-dark.black .eol-carousels .buttons.disabled {
		cursor: default;
	}

	.lp-widget.v3.new .eol-carousels .buttons.prev.disabled, 
	.lp-widget.v3.new .skin-group-dark.black .eol-carousels .buttons.prev.disabled,
	.lp-widget.v3.new .eol-carousels .buttons.next.disabled,
	.lp-widget.v3.new .skin-group-dark.black .eol-carousels .buttons.next.disabled,
	.lp-widget.v3.new .eol-carousels .buttons.prev.disabled:hover, 
	.lp-widget.v3.new .skin-group-dark.black .eol-carousels .buttons.prev.disabled:hover,
	.lp-widget.v3.new .eol-carousels .buttons.next.disabled:hover,
	.lp-widget.v3.new .skin-group-dark.black .eol-carousels .buttons.next.disabled:hover {
		background-position: 0 -40px;
	}

	.lp-widget.v3.new .eol-carousels .buttons.prev {
		background-position: -25px -108px;
		margin: 71px 17px 0 0;
	}

	.lp-widget.v3.new .skin-group-dark.black .eol-carousels .buttons.prev {
		background-position: -25px -180px;
	}

	.lp-widget.v3.new .eol-carousels .buttons.prev:hover,
	.lp-widget.v3.new .skin-group-dark.black .eol-carousels .buttons.prev:hover {
		background-position: -25px -30px;
	}

	.lp-widget.v3.new .eol-carousels .buttons.next { 
		background-position: -100px -108px;
		margin: 71px 0 0 17px;
	}

	.lp-widget.v3.new .skin-group-dark.black .eol-carousels .buttons.next {
		background-position: -99px -180px;
	}

	.lp-widget.v3.new .eol-carousels .buttons.next:hover,
	.lp-widget.v3.new .skin-group-dark.black .eol-carousels .buttons.next:hover {
		background-position: -95px -30px;
	}

	.lp-widget.v3.new .eol-carousels .viewport {
		height: 187px;
		float: left;
		overflow: hidden;
		position: relative;
		width: 496px;
	}

	.lp-widget.v3.new .eol-carousels .viewport .thumbs {
		border: 0;
		display: block;
		float: left;
		height: 176px;
		margin-right: 14px;
		width: 156px;
	}

	.lp-widget.v3.new .eol-carousels .viewport .thumbs .image-container {
		height: 96px;
		width: 156px;
		overflow: hidden;
	}

	.lp-widget.v3.new .eol-carousels .viewport .thumbnails {
		position: relative;
	}

	.lp-widget.v3.new .eol-carousels .viewport .slide-container {
		float: left;
		position: relative;
		width: 3200px;
	}

	.lp-widget.v3.new .eol-carousels .viewport .disable {
		visibility: hidden;
	}

	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active:hover,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active .thumbnails,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active .video-small-thumbs,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active:hover .video-small-thumbs,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs:hover,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs:hover .thumbnails,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs:hover .thumbnails .video-small-thumbs {
		border: 0;
	}

	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active:hover,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active .thumbnails,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active .video-small-thumbs,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active:hover .video-small-thumbs {
		height: 96px;
		width: 156px;
	}

	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active,
	.lp-widget.v3.new .eol-carousels .viewport .thumbs.active:hover {
		margin-right: 14px;
	}

	.lp-widget.v3.new .eol-carousels .viewport .thumbs:hover {
		margin-right: 14px;
	}

	.lp-widget.v3.new .eol-carousels .viewport .thumbs .image {
		height: 96px;
		width: 156px;
	}

	.lp-widget.v3.new .eol-carousels .viewport .thumbs .titles {
		background: none repeat scroll 0 0 #f0f0f0;
		border-bottom: 1px solid #e3e3e3;
		border-left: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
		display: block;
		font-size: 12px;
		height: 78px;
		padding: 11px 9px 0 9px;
		position: relative;
		width: 136px;
	}

	.lp-widget.v3.new .eol-carousels .viewport .thumbs .titles .text-labels {
		color: #6a6868;
		font-family: "DIN Web Condensed", "Arial Narrow", sans-serif;
		font-size: 21.33px;
		margin: 0;
		line-height: 24px;
		width: 136px;
		height: 72px;
	}

	.lp-widget.v3.new .eol-carousels .play-overlay {
		background-color: #cccccc;
		filter: alpha(opacity=70);
		height: 44px;
		left: 56px;
		opacity: 0.7;
		position: absolute;
		top: 26px;
		visibility: hidden;
		width: 44px;
		z-index: 3;
	}

	.lp-widget.v3.new .play-overlay {
		background-color: #cccccc;
		opacity: 0.7;
		filter: alpha(opacity=70);
		height: 44px;
		left: 283px;
		margin-top: 18px;
		position: absolute;
		top: 149.5px;
		visibility: visible;
		width: 44px;
		z-index: 0;
	}

	.lp-widget.v3.new .eol-carousels .video-overlay {
		background: #000000;
		filter: alpha(opacity=50);
		height: 96px;
		position: absolute;
		opacity: 0.5;
		visibility: hidden;
		width: 156px;
		z-index: 1;
	}

	.lp-widget.v3.new .video-overlay {
		background: #000000;
		filter: alpha(opacity=50);
		height: 104px;
		opacity: 0.5;
		position: absolute;
		visibility: hidden;
		width: 156px;
		z-index: 1;
	}

	.lp-widget.v3.new .eol-carousels .video-play-bttn {
		border-bottom: 14px solid transparent;
		border-left: 20px solid #ffffff;
		border-top: 14px solid transparent;
		height: 0;
		left: 69px;
		position: absolute;
		top: 34px;
		visibility: hidden;
		width: 0;
		z-index: 2;
	}

	.lp-widget.v3.new .video-play-bttn {
		border-bottom: 14px solid rgba(255, 255, 255, 0);
		border-left: 20px solid #ffffff;
		border-top: 14px solid rgba(255, 255, 255, 0);
		height: 0;
		left: 295px;
		margin-top: 18px;
		position: absolute;
		top: 158px;
		visibility: visible;
		width: 0;
		z-index: 0;
	}

	.lp-widget.v3.new .eol-carousels .gradients {
		background: rgba(0, 0, 0, 0) url("/resources/widgets/images/V2/timeStampGrad.png") repeat 50px -90px scroll;
	}

	.lp-widget.v3.new .eol-carousels .time-stamp {
		background-position: -58.5px -104px;
		color: #ffffff;
		font-family: "DIN Web Condensed", "Arial Narrow", sans-serif;
		font-size: 14px;
		height: 12px;
		margin-left: 104px;
		margin-top: 76px;
		padding: 4px;
		position: absolute;
		text-align: right;
		width: 44px;
		z-index: 4;
	}

	.lp-widget.v3.new .video-engine-players .video-thumbnail-roots .play-btns {
		background-image: url('/resources/widgets/images/V2/timeStampGrad.png') !important;
		background-repeat: no-repeat;
		background-position: 17px -11px;
		color: #ffffff;
		font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
		font-size: 65px;
		height: 54px;
		line-height: 65px;
		margin-left: 445px !important;
		margin-top: 280px !important;
		padding: 5px;
		text-align: right;
		width: 155px;
		z-index: 3;
	}


	/* Skins ******************************/
	.lp-widget.v3.new .skin-group-light #evp-video-player-wrap .titles,
	.lp-widget.v3.new .skin-group-white #evp-video-player-wrap .titles {
		color: #9d9d9d;
	}

	.lp-widget.v3.new .skin-group-dark #evp-video-player-wrap .titles {
		color: #ffffff;
	}

	.lp-widget.v3.new .video-engine-players .images {
		height: 343px;
		width: 610px;
	}

	.lp-widget.v3.new .eol-carousels .viewport .thumbnails {
		border: 0;
	}

	.lp-widget.v3.new .video-thumbnail-roots {
		width: 610px;
	}


	/* Hidden Social Buttons Styles *******/
	.lp-widget.v3.new .hidden-social.social-media-icons-container {
		height: auto;
		padding: 0;
		margin-top: 0px;
	}

	.lp-widget.v3.new .hidden-social .custom_border {
		margin-top: 0px;
	}

	.lp-widget.v3.new .hidden-social .cs-container {
		display: none;
	}


	/* "Up Next" Styles to Match Section Type */
	.lp-widget.v3.news .rsThumb .upnext,
	.lp-widget.v3.polls .rsThumb .upnext {
		background-color: #03cdff;
	}

	.lp-widget.v3.photos .rsThumb .upnext {
		background-color: #ff0099;
	}

	.lp-widget.v3.videos .rsThumb .upnext {
		background-color: #46ba37;
	}

	.lp-widget.v3.shows .rsThumb .upnext {
		background-color: #6767cc;
	}

	.lp-widget.v3.hot-topics .rsThumb .upnext {
		background-color: #ff8800;
	}

	.lp-widget.v3.tv-scoop .rsThumb .upnext {
		background-color: #9900ff;
	}

	.lp-widget.v3.red-carpet .rsThumb .upnext {
		background-color: #ab1f2a;
	}

	.lp-widget.v3.trends .rsThumb .upnext {
		background-color: #ffe600;
	}

	.lp-widget.v3.fashion .rsThumb .upnext {
		background-color: #ffcc00;
	}

	.lp-widget.v3.beauty .rsThumb .upnext {
		background-color: #a10185;
	}

	.lp-widget.v3.living .rsThumb .upnext {
		background-color: #82aefe;
	}

	.lp-widget.v3.fabulist .rsThumb .upnext {
		background-color: #ffe600;
	}


	/** V10 Video Phantom (300) WIDGET STYLES **/
	/*******************************************/
	.lp-widget.v10 {
		border: 0;
	}

	.lp-widget.v10 .text-wrapper {
		height: 220px;
	}

	.lp-widget.v10 .video-detail {
		border: solid 1px #e3e3e3;
		border-top: none;
		padding: 5px 9px 10px;
	}

	.lp-widget.v10 .black .video-detail {
		border: 0;
	}

	.lp-widget.v10 .video-title {
		display: block;
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-size: 38.67px;
		letter-spacing: 1px;
		line-height: 42.67px;
	}

	.lp-widget.v10 .white .video-title {
		color: #000000;
	}

	.lp-widget.v10 .video-description {
		color: #9d9d9d;
		font-family: "DIN Web Condensed", "Arial Narrow", Sans-Serif;
		font-size: 21.33px;
		line-height: 24px;
		margin-top: 5px;
	}


	/* Player Overrides *******************/
	.lp-widget.v10 .mejs-ad-countdown {
		color: #000000;
		font-size: 10px;
		height: auto;
		padding: 5px;
		width: auto;
	}


	/** V11 WIDGET STYLES *********************/
	/******************************************/
	.lp-widget.v11 {
		border-bottom: none;
		z-index: 1;
	}

	.lp-widget.v11 .transparent .widget-titles,
	.lp-widget.v11 .transparent a.title {
		color: #6a6868;
	}

	.lp-widget.v11 .transparent {
		background-color: #f0f0f0;
	}

	.lp-widget.v11 .transparent .highlight:hover {
		background-color: #e5e5e5;
	}

	.lp-widget.v11 .img-wrapper a img {
		left: 0px;
		position: absolute;
		top: 0px;
	}

	.lp-widget.v11 .carousel {
		height: 356px;
		overflow: hidden;
	}

	.lp-widget.v11 .caroufredsel_wrapper {
		height: 356px !important;
	}

	.lp-widget.v11 .size-2 .caroufredsel_wrapper {
		height: 118px !important;
	}

	.lp-widget.v11 .size-3 .caroufredsel_wrapper {
		height: 235px !important;
	}

	.lp-widget.v11 .disabled {
		visibility: hidden;
	}


	/* Top Photo **************************/
	.lp-widget.v11 .top-photo {
		display: block;
		height: auto !important;
	}


	/* Top Photo Secondary Title **********/
	.lp-widget.v11 .hgroup {
		margin-bottom: 1px;
		padding: 0px 0px 3px;
	}

	.lp-widget.v11 hgroup .title-font-size-small,
	.lp-widget.v11 hgroup .title-font-size-small a {
		font-size: 38.67px !important;
		line-height: 34.67px !important;
	}


	/* Top Photo Text *********************/
	.lp-widget.v11 .top-photo .text-wrapper {
		display: block;
		padding: 7px 15px;
	}

	.lp-widget.v11 .top-photo .title a {
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-size: 48px;
		letter-spacing: 1px;
		line-height: 42.67px;
	}


	/* Top Photo Image ********************/
	.lp-widget.v11 .top-photo .img-wrapper {
		display: block;
		height: 169px;
		overflow: hidden;
		position: relative;
		width: 300px;
	}


	/* Play *******************************/
	.lp-widget.v11 .play {
		background: transparent url('/resources/widgets/images/v11/overlay-play-xl.png') no-repeat;
		display: none;
		height: 169px;
		left: 0px;
		position: absolute;
		text-indent: -99999px;
		top: 0px;
		width: 300px;
	}

	.no-touch .lp-widget.v11 .top-photo:hover .play {
		display: block;
	}


	/* Duration ***************************/
	.lp-widget.v11 .top-photo .duration {
		background: transparent url('/resources/widgets/images/v11/bg-duration-xl.png') no-repeat;
		bottom: 0px;
		color: #ffffff;
		display: block;
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 28px;
		font-weight: 300;
		height: 42px;
		letter-spacing: 1.33px;
		line-height: 40px;
		padding-right: 5px;
		position: absolute;
		right: 0px;
		text-align: right;
		width: 115px;
	}


	/* CAROUSEL ***************************/
	.lp-widget.v11 .carousel {
		border-top: 1px dashed #bfbfbf;
		padding-bottom: 10px;
		position: relative;
		height: auto;
	}

	.lp-widget.v11 .carousel.no-top-photo {
		border-top: 0;
	}

	.lp-widget.v11 li.widget-thumbs {
		border-bottom: 1px dashed #bfbfbf;
		display: block;
		height: 118px;
	}

	.lp-widget.v11 li.widget-thumbs.last {
		border-bottom: 0;
		display: block;
		height: 118px;
	}

	/* Spastic Safari 5 fix */
	.lp-widget.v11 li,
	.lp-widget.v11 li img {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}


	/* Carousel Text **********************/ 
	.lp-widget.v11 li.widget-thumbs .text-wrapper {
		display: block;
		float: left;
		height: 100px;
		margin: 10px 0 0 10px;
		width: 114px;
	}

	.lp-widget.v11 .title {
		font-family: 'Lato', 'Arial Narrow', sans-serif;
		font-size: 14.67px;
		letter-spacing: .23px;
		line-height: 21.33px;
	}


	/* Carousel Image *********************/
	.lp-widget.v11 li.widget-thumbs .img-wrapper {
		float: left;
		height: 88px;
		overflow: hidden;
		margin: 15px 0 15px 15px;
		position: relative;
		width: 156px;
	}


	/* Play *******************************/
	.lp-widget.v11 li.widget-thumbs .play {
		background: transparent url('/resources/widgets/images/v11/overlay-play.png') no-repeat;
		display: none;
		height: 88px;
		left: 0px;
		position: absolute;
		text-indent: -99999px;
		top: 0px;
		width: 156px;
	}

	.no-touch .lp-widget.v11 li.widget-thumbs:hover .play {
		display: block;
	}

	/* Duration ***************************/
	.lp-widget.v11 li.widget-thumbs .duration {
		background: transparent url('/resources/widgets/images/v11/bg-duration.png') no-repeat;
		bottom: 0px;
		color: #ffffff;
		display: block;
		font-family: 'Lato', 'Helvetica', sans-serif;
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		padding-right: 5px;
		position: absolute;
		right: 0px;
		text-align: right;
		width: 49px;
	}

	/* Super Snipe ************************/
	.lp-widget.v11 .super-snipe {
		background-color: #000000;
		color: #ffffff;
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 26.67;
		line-height: 53px;
		padding: 0 15px;
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
	}

	.lp-widget.v11 .super-snipe.has-image {
		font-size: 0px;
		line-height: 0px;
		padding: 0;
	}

	.lp-widget.v11 .super-snipe.has-text {
		font-family: 'Oswald', 'Arial Narrow', sans-serif;
		font-size: 26.67px;
		height: 53px; 
		letter-spacing: 1px;
		line-height: 53px;
		padding: 0 15px;
	}

	/* Next/Prev **************************/
	.lp-widget.v11 .buttons {
		background: #b7b7b7 url('/resources/widgets/images/v11/divider.png') no-repeat 151px top;
	}

	.lp-widget.v11 .buttons a {
		background-repeat: no-repeat;
		float: left;
		height: 51px;
		text-indent: -99999px;
	}

	.lp-widget.v11 .buttons a:hover {
		background-color: #5b5b5b;
	}

	.lp-widget.v11 .buttons a.prev {
		background-image: url('/resources/widgets/images/v11/btn-up.png');
		background-position: -2px 0px;
		width: 150px;
	}

	.lp-widget.v11 .buttons a.prev:hover {
		background-image: url('/resources/widgets/images/v11/btn-up-hover.png');
	}

	.lp-widget.v11 .buttons a.next {
		background-image: url('/resources/widgets/images/v11/btn-down.png');
		margin-left: 2px;
		width: 148px;
	}

	.lp-widget.v11 .buttons a.next:hover {
		background-image: url('/resources/widgets/images/v11/btn-down-hover.png');
	}


	/** V33 "Livestream" WIDGET STYLES ********/
	/******************************************/
	.lp-widget.v33 .menu {
		height: 160px;
		margin: auto;
		width: 597px;
	}

	.lp-widget.v33 .menu a .stream {
		height: 103px;
		float: left;
		margin-right: 8px;
		margin-left: -2px;
		text-align: center;
		width: 183px;
	}

	.lp-widget.v33 .activeBorder {
		border: solid 2px #ffe096 !important;
		height: 103px;
		width: 183px;
	}

	.lp-widget.v33 .borderStatus {
		border: solid 2px #212121;
		height: 103px;
		width: 183px;
	}

	.lp-widget.v33 .activeBorder .liveText {
		color: #901d26;
		display: block;
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-size: 52px;
		font-weight: bold;
		margin-left: 61px;
		padding-top: 25px;
		position: absolute;
	}

	.lp-widget.v33 .activeStream .liveText {
		color: #901d26;
		display: table-cell;
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-size: 52px;
		height: 100px;
		vertical-align: middle;
		width: 182px;
	}

	.lp-widget.v33 .liveText {
		display: none;
	}

	.lp-widget.v33 .content {
		background-color: #212121;
		border-bottom: solid 1px #cf3438;
		border-top: solid 1px #cf3438;
		float: left;
		height: 618px;
		margin: auto;
		text-align: left;
		width: 595px;
	}

	.lp-widget.v33 .page {
		background-color: #000000;
		height: 620px;
		width: 920px;
	}

	.lp-widget.v33 .streamTools {
		height: 47px;
	}

	.lp-widget.v33 #akamai-media-player {
		height: 332px;
		width: 595px;
	}

	.lp-widget.v33 .header-container {
		margin-left: 13px;
		position: absolute;
		top: 18px;
	}

	.lp-widget.v33 .livestream-header {
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-size: 35px;
	}

	.lp-widget.v33 .streamAd {
		float: right;
	}

	.lp-widget.v33 .adBlock {
		float: right;
		height: 60px;
		margin-right: 5px;
		margin-top: 6px;
		width: 120px;
	}

	.lp-widget.v33 .presentedBy {
		color: #f0f0f0;
		font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
		font-size: 13.33px;
		float: left;
		letter-spacing: 1px;
		margin-right: 5px;
		padding-top: 31px;
		text-transform: uppercase;
	}

	.lp-widget.v33 .event-player {
		color: #ffffff;
		float: left;
		margin-top: -1px;
		padding-left: 5px;
		width: 164px;
	}

	.lp-widget.v33 .livestream-header {
		height: 72px;
	}

	.lp-widget.v33 .borderLeft,
	.lp-widget.v33 .borderRight {
		border: solid 1px #90815c;
		float: left;
		margin-left: 13px;
		position: relative;
		top: 28px;
		width: 208px;
	}

	.lp-widget.v33 .camera-angles-title {
		margin-left: 14px;
		margin-top: 17px;
		position: relative;
		float: left;
	}

	.lp-widget.v33 .streamWrapper {
		color: #ffffff;
		float: left;
		margin-right: 8px;
		width: 182px;
	}

	.lp-widget.v33 .streamWrapper a {
		color: #ffffff;
		text-decoration: none;
	}

	.lp-widget.v33 .streamStatus {
		color: #ffffff;
	}

	.lp-widget.v33 .activeStream {
		background-color: #000000;
		letter-spacing: 0.5px;
		opacity: .2;
	}

	.lp-widget.v33 .stream {
		margin-bottom: 11px;
	}

	.lp-widget.v33 .streamCategory {
		font-family: "Ostrich Sans Pro Regular", "Arial Narrow", Sans-Serif;
		font-size: 21px;
		letter-spacing: 0.5px;
		margin-bottom: 7px;
		text-indent: 4px;
	}

	.lp-widget.v33 .streamStatus {
		color: #ceb67b;
		font-family: "DIN Web Condensed", "Arial Narrow", Sans-Serif;
		font-size: 14px;
		text-indent: 4px;
	}

	.lp-widget.v33 .player-border {
		height: 160px;
		float: left;
	}

	.lp-widget.v33 .player-border:hover {
		background-color: #353535;
		z-index: -99;
	}

	.lp-widget.v33 .eol-ads {
		height: 60px;
		min-height: 60px;
		width: 120px;
	}

	.lp-widget.v33 .header {
		position: fixed;
	}

	.lp-widget.v33 .fanchatter {
		overflow: hidden;
		width: 330px;
	}

	.lp-widget.v33 .fanchatter iframe {
		background-color: #000000;
		border: solid 1px #cf3438;
		height: 618px;
		margin-left: 602px;
		width: 316px;
	}

	.lp-widget.v33 .media {
		padding-left: 0px !important;
	}

	.lp-widget.v33 .media__footer {
		width: 85% !important;
	}

	.lp-widget.v33 .non-scrolling .header {
		margin-top: 100px;
	}

	.lp-widget.v33 .event-title {
		float: left;
		padding-right: 2px;
	}

	.lp-widget.v33 .streamWrapper {
		width: 192px !important;
	}

	.lp-widget.v33,
	.lp-widget.v33.one-column,
	.lp-widget.v33.two-column,
	.lp-widget.v33.three-column {
		border-bottom: 0;
	}

	.lp-widget.v33 {
		margin-left: 2px;
		margin-top: 2px;
	}

	.lp-widget.v33 .player-border {
		width: 191px;
	}

	.lp-widget.v33 .menu a .stream {
		margin-left: 0px;
		margin-right: 0px;
	}

	.lp-widget.v33 .borderStatus {
		margin-left: 2px;
		margin-top: 2px;
	}

	.lp-widget.v33 .player-border.streamOne {
		margin-left: 10px;
		margin-right: 2px;
		width: 192px;
	}

	.lp-widget.v33 .player-border.streamTwo {
		margin-right: 2px;
	}

	.lp-widget.v33 .liveBorder {
		border: solid 2px #ffe096;
	}

	.lp-widget.v33 .akamai-video-layer {
		height: 332px;
	}


	/** VL1 "Livestream 300" WIDGET STYLES ****/
	/******************************************/
	.lp-widget.vl1 .super-snipe {
		font-size: 0px;
		overflow: hidden;
		width: 300px;
	}

	.lp-widget.vl1 .snipe {
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	.lp-widget.vl1 .sponsor-logo {
		height: 60px;
		position: absolute;
		right: 4px;
		top: 10px;
		width: 120px;
		z-index: 1;
	}

	.lp-widget.vl1 #bkg-color-wrap {
		background-position: left top;
		background-repeat: no-repeat;
	}

	.lp-widget.vl1 .player-wrapper {
		height: 167px;
		padding: 0 1px 4px;
		position: relative;
		width: 298px;
	}

	.lp-widget.vl1 .akamai-player,
	.lp-widget.vl1 .akamai-video-layer {
		height: 167px;
		width: 298px;
	}

	.lp-widget.vl1 .widget-headlines {
		font-size: 30px;
		line-height: 33px;
		padding: 2px 20px 14px;
		visibility: hidden;
	}


	/** VL2 "Livestream 610" WIDGET STYLES ****/
	/******************************************/
	.lp-widget.vl2 .super-snipe {
		font-size: 0px; 
		overflow: hidden;
		width: 610px;
	}

	.lp-widget.vl2 .snipe {
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	.lp-widget.vl2 .sponsor-logo {
		height: 60px;
		position: absolute;
		right: 4px;
		top: 10px;
		width: 120px;
		z-index: 1;
	}

	.lp-widget.vl2 #bkg-color-wrap {
		background-position: left top;
		background-repeat: no-repeat;
	}

	.lp-widget.vl2 .player-wrapper {
		height: 342px;
		padding: 0 1px 4px;
		position: relative;
		width: 608px;
	}

	.lp-widget.vl2 .akamai-player,
	.lp-widget.vl2 .akamai-video-layer {
		height: 342px;
		width: 608px;
	}

	.lp-widget.vl2 .widget-headlines {
		font-size: 30px;
		line-height: 33px;
		padding: 2px 20px 14px;
		visibility: hidden;
	}


	/** VL3 "Livestream 920" WIDGET STYLES ****/
	/******************************************/
	.lp-widget.vl3 .super-snipe {
		font-size: 0px;
		overflow: hidden;
		width: 920px;
	}

	.lp-widget.vl3 .snipe {
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	.lp-widget.vl3 .sponsor-logo {
		height: 60px;
		position: absolute;
		right: 4px;
		top: 10px;
		width: 120px;
		z-index: 1;
	}

	.lp-widget.vl3 #bkg-color-wrap {
		background-position: left top;
		background-repeat: no-repeat;
	}

	.lp-widget.vl3 .player-wrapper {
		height: 513px;
		padding: 0 4px 4px;
		position: relative;
		width: 912px;
	}

	.lp-widget.vl3 .akamai-player,
	.lp-widget.vl3 .akamai-video-layer {
		height: 513px;
		width: 912px;
	}

	.lp-widget.vl3 .widget-headlines {
		font-size: 34px;
		line-height: 74px;
		padding: 2px 20px 14px; 
		visibility: hidden;
	}


	/** All X# "HTML" WIDGET STYLES ***********/
	/******************************************/
	.lp-widget.x1,
	.lp-widget.x2,
	.lp-widget.x3 {
		overflow: hidden;
	}

	.lp-widget.x3 a {
		display: block;
		line-height: 0.7;
	}


	/** X3 "HTML" WIDGET STYLES ***************/
	/******************************************/
	/* Don't use this: min-height: 300px; X3 widgets need to be able to set any size of iFrame height & width in the CMS. */
	/* Don't use this: width: 920px; X3 widgets need to be able to set any size of iFrame height & width in the CMS. */
	.lp-widget.x3.has-border {
		border-color: #838384;
	}


/******************************************/
/** CATEGORY SUBHEADER WIDGET STYLES ******/
/******************************************/
.lp-widget.subheader {
	overflow: visible;
	width: 920px;
}

body.category .lp-widget.subheader {
	margin-bottom: 0px;
}

.lp-widget.L30,
.lp-widget.one-column.subheader,
.lp-widget.two-column.subheader,
.lp-widget.three-column.subheader,
.lp-widget.subheader {
	border-bottom: 0;
}

.lp-widget.subheader .subheader-titlebar {
	background-color: #e9e9e9;
	height: 36px;
	line-height: 24px;
	margin-top: 0px;
	overflow: visible;
	position: relative;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 4px;
	text-align: left;
	text-transform: uppercase;
	width: 915px;
}

.lp-widget.subheader .subheader-titlebar .section-type,
.lp-widget.subheader .subheader-titlebar .subheader-title {
	display: inline-block;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size: 26.66px;
	font-weight: 200;
	float: left;
	line-height: 37.33px;
}

.lp-widget.subheader .subheader-titlebar .section-type {
	color: #ed6a26;
}

.lp-widget.subheader .subheader-titlebar .subheader-title {
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lp-widget.subheader  .subheader-titlebar .result-count {
	color: #333333;
	display: inline-block;
	float: left;
	font-family: 'Lato', 'Helvetica', sans-serif;
	font-size: 15px;
	line-height: 36px;
	padding-left: 10px;
	text-transform: none;
}

.lp-widget.subheader .subheader-titlebar.BLACK .result-count,
.lp-widget.subheader .subheader-titlebar.GREY_DARK .result-count {
	color: #ffffff;
}

.lp-widget.subheader .subheader-nav {
	display: inline-block;
	float: right;
	margin-right: 20px;
	overflow: visible;
	padding-top: 7px;
	position: relative;
	text-transform: none;
}

.lp-widget.subheader .subheader-nav ul {
	display: block;
	list-style: none;
	overflow: visible;
	position: relative;
}

.widgetTitleDesc {
	height: 100%;
	max-height: 120px;
}

.lp-widget.subheader .subheader-nav ul li {
	display: inline;
	padding-left: 7px;
	position: relative;
}

.lp-widget.subheader .subheader-nav-listitem a {
	background-color: transparent !important;
	color: #333333;
	font-family: 'Lato', 'Arial Narrow', sans-serif;
	font-size: 20px;
	line-height: 21.33px;
	text-decoration: none;
}

.lp-widget.subheader .subheader-nav-listitem a:hover {
	text-decoration: underline;
}

.lp-widget.subheader #mtdd_allevents {
	background-color: transparent !important;
	color: #ab1f2a;
	display: inline;
	font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
	font-size: 24px;
	line-height: 24px;
	overflow: visible;
	padding-left: 2px;
	text-decoration: none;
	z-index: 15; 
}

.lp-widget.subheader #mtdd_allevents:hover {
	text-decoration: underline;
}

.lp-widget.subheader #mtdd_allevents:hover .mtdropdown {
	display: block;
	text-decoration: none;
}


/******************************************/
/** MULTI-TAB DROPDOWN ********************/
/******************************************/
.lp-widget.subheader #hover-bridge {
	background-color: transparent;
	height: 9px;
	position: relative;
	width: 100%;
}

.lp-widget.subheader .mtdropdown {
	color: #ffffff;
	display: none;
	font-family: 'Din Web Condensed', 'Arial Narrow', sans-serif;
	position: absolute;
	right: -20px;
	width: 230px;
	z-index: 2000000000;
}

.lp-widget.subheader .mtdropdown .mtdropdown-header {
	background-color: #4a4a4a;
	height: 35px;
	position: relative;
	width: 100%;
}

.lp-widget.subheader .mtdropdown .mtdropdown-nextnav,
.lp-widget.subheader .mtdropdown .mtdropdown-prevnav {
	background: transparent url('/resources/images/misc/sprite-map.png') no-repeat 0 0 scroll;
	height: 23px;
	overflow: hidden;
	width: 17px;
}

.lp-widget.subheader .mtdropdown .mtdropdown-prevnav {
	background-color: transparent;
	background-position: 0px 0px;
	cursor: pointer;
	display: block;
	left: 35px;
	position: absolute;
	top: 4px;
	height: 25px;
	width: 19px;
}

.lp-widget.subheader .mtdropdown .mtdropdown-prevnav:hover {
	background-position: -18px 0px;
}

.lp-widget.subheader .mtdropdown .mtdropdown-nextnav {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 35px;
	top: 4px;
	width: 19px;
	height: 25px;
	background-color: transparent;
	background-position: 0px -24px;
}

.lp-widget.subheader .mtdropdown .mtdropdown-nextnav:hover {
	background-position: -18px -24px;
}

.lp-widget.subheader .mtdropdown .navdisabled {
	display: none;
}

.lp-widget.subheader .mtdropdown .mtdropdown-tabs {
	background-color: #000000;
	display: relative;
	overflow: visible;
}

.lp-widget.subheader .mtdropdown .mtdropdown-tab {
	display: none;
	overflow: visible;
}

.lp-widget.subheader .mtdropdown .mtdropdown-tab-title {
	background-color: transparent;
	color: #ffffff;
	font-size: 20px;
	height: 0px;
	overflow: visible;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
}

.lp-widget.subheader .mtdropdown .mtdropdown-tab-title span {
	position: relative;
	top: 16px;
}

.lp-widget.subheader .mtdropdown .mtdropdown-tab.tabselected {
	display: block;
}

.lp-widget.subheader .mtdropdown .mtdropdown-list a {
	color: #ffffff;
	font-family: 'Din Web Condensed', 'Arial Narrow', sans-serif;
	font-size: 18.67px;
	line-height: 24px;
	text-decoration: none;
}

.lp-widget.subheader .mtdropdown .mtdropdown-list li {
	display: block;
	list-style: none;
	padding-left: 14px;
	padding-top: 3px;
	text-decoration: none;
}

.lp-widget.subheader .mtdropdown .mtdropdown-list li:hover {
	background-color: #3a3a3a;
}

.lp-widget.subheader .mtdropdown li.itemselected a {
	color: #ab1f2a;
}

.lp-widget.subheader .subheader-top5 {
	background-color: #e9e9e9;
	display: block;
	float: left;
	margin-top: 2px;
	position: relative;
	width: 100%;
}

.lp-widget.subheader .subheader-top5-list {
	display: block;
	float: left;
	font-size: 16px;
	list-style: none;
	text-align: left;
}

.lp-widget.subheader .subheader-top5 li {
	border-left: 1px solid #9900ff;
	color: #9900ff;
	display: inline;
	font-family: arial;
	font-size: 11.33px;
	padding-left: 4px;
	padding-right: 4px;
	text-transform: uppercase;
}

.lp-widget.subheader .subheader-top5 li a {
	color: #9900ff;
	font-family: arial;
	font-size: 11.33px; 
}

.lp-widget.subheader .subheader-top5-title {
	border-left: 0 !important;
	font-weight: bold;
}

.lp-widget.subheader .brandingAdd {
	height: 60px;
	margin-left: 650px;
	margin-top: -92px;
	position: absolute;
	width: 250px;
}


/* Trends tyling Items ****************/	
.lp-widget.subheader .subheader-trendsnav {
	float: right;
	margin-right: 110px;
	padding-top: 10px;
	text-transform: none;
	text-align: right;
}

body.edition_fr .lp-widget.subheader .subheader-trendsnav {
	font-size: 8px;
	padding-left: 85px;
}

body.edition_fr .lp-widget.subheader.trends-override .subheader-nav {
	font-size: 8px;
}

.lp-widget.subheader .subheader-trendsnav ul {
	display: block;
	list-style: none;
	position: relative;
}

.lp-widget.subheader .subheader-trendsnav ul li {
	display: inline;
	padding-left: 15px;
	position: relative;
}

body.edition_fr	.lp-widget.subheader .subheader-trendsnav ul li {
	padding-left: 10px;
}

.lp-widget.subheader .subheader-trendsnav-listitem a {
	background-color: transparent !important;
	color: #000000;
	font-family: "Din Web Condensed", "Arial Narrow", Sans-Serif;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
}

.lp-widget.subheader .subheader-trendsnav-listitem a:hover,
.lp-widget.subheader .subheader-trendsnav-listitem-selected a {
	text-decoration: underline;
}


/* Styling for CCDs Overrides *********/
.lp-widget.subheader .subheader-titlebar .section-type.ccd-hot-topics {
	color: #ed6a26;
}

.lp-widget.subheader .subheader-titlebar .section-type.ccd-news {
	color: #00ecff;
}

.lp-widget.subheader .subheader-titlebar .section-type.ccd-photos {
	color: #ff24d1;
}

.lp-widget.subheader .subheader-titlebar .section-type.ccd-videos {
	color: #46ba37;
}

.lp-widget.subheader .subheader-titlebar .section-type.ccd-tv-scoop {
	color: #9900ff;
}

.lp-widget.subheader .subheader-titlebar .section-type.ccd-the-trend {
	color: #ffff00;
}

.lp-widget.subheader .subheader-titlebar .section-type.ccd-e-shows {
	color: #9999ff;
}

.lp-widget.subheader .subheader-titlebar .section-type.ccd-red-carpet {
	color: #ab1f2a;
}


/* Trends Override Styling ************/
.trends-override.lp-widget.subheader .subheader-titlebar {
	color: #000000;
	background-color: #ffffff;
}

.trends-override.lp-widget.subheader .subheader-nav-listitem a {
	color: #ffffff;
}

.trends-override.lp-widget.subheader .subheader-titlebar .section-type {
	color: #000000;
}

.trends-override.lp-widget.subheader .subheader-titlebar .subheader-title {
	color: #000000 !important;
}

.trends-override.lp-widget.subheader .subheader-titlebar .result-count {
	color: #aaaaaa;
}

.lp-widget.subheader .subheader-trendsnav-listitem-selected.trends-home a {
	color: #000000;
}

.lp-widget.subheader .subheader-trendsnav-listitem-selected.trends-fashion a {
	color: #000000;
}

.lp-widget.subheader .subheader-trendsnav-listitem-selected.trends-beauty a,
#featured .trends.beauty .subheader-title {
	color: #a10185;
}

.lp-widget.subheader .subheader-trendsnav-listitem-selected.trends-living a,
#featured .trends.living .subheader-title {
	color: #82aefe;
}

.lp-widget.subheader .subheader-trendsnav-listitem-selected.trends-food a,
#featured .trends.living .subheader-title {
	color: #ffe600;
}


/* TV-Scoop Override ******************/ 
.tv-scoop.lp-widget.subheader .subheader-titlebar .section-type {
	color: #9900ff;
}


/******************************************/
/** SUBNAV COLORS *************************/
/******************************************/
.lp-widget.subheader .subheader-titlebar.GREY_LIGHT {
	background-color: #e9e9e9;
	color: #000000 !important;
}

.lp-widget.subheader .subheader-titlebar.GREY_LIGHT h1.subheader-title,
.lp-widget.subheader .subheader-titlebar.GREY_LIGHT .subheader-nav-listitem a,
.lp-widget.subheader .subheader-titlebar.WHITE h1.subheader-title,
.lp-widget.subheader .subheader-titlebar.WHITE .subheader-nav-listitem a {
	color: #000000 !important;
}

.lp-widget.subheader .subheader-titlebar.GREY_DARK h1.subheader-title,
.lp-widget.subheader .subheader-titlebar.GREY_DARK .subheader-nav-listitem a,
.lp-widget.subheader .subheader-titlebar.BLACK h1.subheader-title, 
.lp-widget.subheader .subheader-titlebar.BLACK .subheader-nav-listitem a {
	color: #ffffff !important;
}

.lp-widget.subheader .subheader-titlebar.GREY_DARK {
	background-color: #262626;
	color: #ffffff !important;
}

.lp-widget.subheader .subheader-titlebar.BLACK {
	background-color: #000000;
	color: #ffffff !important;
}

.lp-widget.subheader .subheader-titlebar.WHITE {
	background-color: #ffffff;
	color: #000000 !important;
}


/******************************************/
/** MAIN IMAGE SOCIAL BUTTONS *************/
/******************************************/
.main-image-wrapper {
	position: relative;
}

.main-image-wrapper .cs-container {
	height: 32px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 69px;
}

.lp-widget.p41 .main-image-wrapper .cs-container,
.lp-widget.p42 .main-image-wrapper .cs-container {
	right: 20px;
	top: 20px;
}

.main-image-wrapper .cs-share {
	height: 32px;
	width: 32px;
}

.main-image-wrapper .cs-fb .cs-share {
	background-image: url("/resources/widgets/images/main_image_social_buttons/Facebook.png");
}

.main-image-wrapper .cs-fb .cs-share:hover {
	background-image: url("/resources/widgets/images/main_image_social_buttons/Facebook_hover.png");
}

.main-image-wrapper .cs-container .cs-ts {
	margin-left: 5px !important;
}

.main-image-wrapper .cs-ts .cs-share {
	background-image: url("/resources/widgets/images/main_image_social_buttons/twitter_hover.png");
}

.main-image-wrapper .cs-ts .cs-share:hover {
	background-image: url("/resources/widgets/images/main_image_social_buttons/twitter.png");
}

.highlight .main-image-wrapper .cs-container {
	visibility: hidden;
}

.highlight:hover .main-image-wrapper .cs-container {
	visibility: visible;
}


/******************************************/
/** MSIE 6 + 7 OVERRIDES ******************/
/******************************************/
.lp-widget.s1 .headline.title-font-size-large a {
	*line-height: 50px; /* IE7 and below */
}


/******************************************/
/* CHROME + SAFARI OVERRIDES **************/
/******************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.lp-widget .hgroup .widget-titles {
		margin-left: 2px;
	}
}
