/* fashion star css */
.clear {
    clear: both;
}

.main_logo {
	margin-left:12px;
	height:226px;
}
.main-image {
	height:177px;
	margin:0px;
}
.logo {
	width:945px;
	height:177px;
}
.episode_nav {
	background: url(../images/episode_nav_bg.jpg) repeat-x; 
	width: 945px;
	height:37px;
	border-bottom: 2px solid #fff;
	position:relative;
	margin-left:12px;
}
.episode_nav ul {
    list-style: none;
    list-style-image: none;
    margin:0px;
    padding:0px;
    width:945px;
}
.episode_nav ul li {
	float:left;
	color: #656565;
	padding-top:10px;
	width:83px;
	text-transform: uppercase;
	font-size: 1.2em;
}

.episode_nav ul li a {
	color:#656565;
	text-decoration:none;
	outline:none;
}
.episode_nav ul li a:hover, .epsisode_nav ul li a:focus {
	color: #2d84d5;
}
.episode_nav li.all{
	text-align:center;
}
.episode_nav ul li > a {
	color:#fff;
}
.episode_nav li.active a {
	color: #2d84d5;
	font-weight: normal;
}
.arrow {
	position:absolute;
	top:27px;
	left:29px;
	width:21px;
	height:12px;	
}

.main_content {
	position:relative;
	margin-left:12px;
	width:945px;
}
.footer_container {
	height:270px;
	background-color:#414141;
	width:945px;
	margin-left:12px;
}
.footer_container .wrapper {
    height: 183px;
    margin: 0 auto;
    width: 875px;
    padding-top:38px;
}
.footer_container .twitter {
	width:197px;
	height:183px;
	background-color:#fff;
	overflow:hidden;
}

.promo {
	float:left;
	margin-right:25px;
}
.last {
	margin:0;
}
.alerts {
	background: url(../images/promo4_bg.png) no-repeat; 
	width: 197px;
	height:183px;
	position:relative;
	line-height: 1.1;
}
.twitter_icon, .twitter_follow, .twitter_link1, .twitter_link2 {
	margin: 0 auto;
}
.twitter_icon {
	width:40px;
	height:33px;
	margin-top:25px;
	margin-bottom:15px;
}
.twitter_follow {
	width:151px;
	height:19px;
	margin-bottom:15px;
}
.twitter_link1, .twitter_link2 {
	width:140px;
	height:20px;
}
.twitter_link2 {
	width:150px;
	margin-top:10px;
}

.show{
	display:block;
}
.hide {
	display:none;
}
/* ==========================================================================
   Email and Mobile alert sign up
   ========================================================================== */
.alert_headline {
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:10px;
	font-size:1.4em;
}
.mobile_alert,.alert_headline, .email_alert {
	margin-left:10px;
}
.mobile_alert, .email_alert {
	margin-top:5px;
}
.mobile_error_footer, .email_error_footer {
	display:none;
	background-color: #c30000;
	font-size:.8em;
	color: #fff;
	text-transform: uppercase;
	width:171px;
	padding: 2px 0 2px 5px;
}
.sign-section {
	width:177px;
	overflow:hidden;
}  
.sign-section label {
    font-size:1.2em;
    color:#fff;
}
.sign-input {
	border-color: #CCCCCC -moz-use-text-color #CCCCCC #CCCCCC;
	border-image: none;
	border-radius: 2px 0 0 2px;
	border-style: solid none solid solid;
	border-width: 1px 0 1px 1px;
	display: inline-block;
	float: left;
	height: 25px;
	margin: 5px 0 0 0;
	width: 175px;
}
.sign-input input[type="text"], .sign-input input[type="tel"] {
    display: inline-block;
    padding:5px;
    width: 140px;
    float: left;
    border:0;
    margin:0;
    height:15px;
}
.arrow-submit {
	background: url("../images/fs-arrow.png") repeat scroll center center #C7C7C7;
	border: 0 none;
	color: transparent;
	display: inline-block;
	float: left;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	text-transform: capitalize;
	width: 25px;
}
.legal {
	text-align:center;
    font-size: 10px;
    color:#fff;
    margin-top:10px;
    width:860px;
}
 
 /* ====================================================================
 	Carousel CSS for ALL 
 	==================================================================== */
 	.episode_info {
		background-color: #343434;
		height:176px;
		width:945px;
		margin-bottom:5px;
		position:relative;
		overflow:hidden;
		margin-left:12px;
	}
	.thumbnail_container {
		margin-left:40px;
		margin-top:10px;

	}
	.thumbnail_container .small {
		width:300px;
	}
	.thumbnail_content {
		overflow: hidden;
		height:154px;
	}
	.thumbnail_content .ep {
		float:left;
		width:105px;
	}
	.thumbnail_content .ep > a {
		border:4px solid #343434;
		display:block;
		height:146px;
		width:95px;
	}
	.thumbnail_content .ep > a.active {
		border-color: #006fd7;
	}
	.thumbnail_content .ep > a:hover {
		border-color: #006fd7;
	}
	.ep img {
		height:146px;
		width:95px;
	}
	.prev-btn, .next-btn {
		position:absolute;
		top:65px;
		cursor:pointer;
		display:none;
	}
 	.prev-btn {
 		left: 10px;
 	}
 	.next-btn {
 		left:910px;
 	}
 	.episode_info .epc {
 		position:absolute;
 		left:592px;
 		width:323px;
 		height:135px;
 		background-color:#fff;
 		padding:10px;
 		overflow:hidden;
 		top:10px;
 	}
	.hdl_number {
 		background: url("../images/number-sprite.png") no-repeat scroll left top transparent;
	    height: 23px;
	    width:32px;
	    float:left;
	    margin-top:4px;
	    margin-right:10px;
 	}
	.content_ep1 .hdl_number, .video-container .hdl_number {
		background-position: 0px 0px;
		width:32px;
	}
	.content_ep2 .hdl_number{
		background-position: -32px 0px;
	}
	.content_ep3 .hdl_number {
		margin-right:5px;
		background-position: -64px 0px;
	}
	.content_ep4 .hdl_number{
		background-position: -96px 0px;
	}
	.content_ep5 .hdl_number{
		background-position: -128px 0px;
	}
	.content_ep6 .hdl_number{
		background-position: -160px 0px;
	}
	.content_ep7 .hdl_number{
		background-position: -192px 0px;
	}
	.content_ep8 .hdl_number{
		background-position: -224px 0px;
	}
	.content_ep9 .hdl_number{
		background-position: -256px 0px;
	}
	.content_ep10 .hdl_number{
		background-position: -288px 0px;
	}			
	.hdl_text {
		font-size:2.2em;
		text-transform:uppercase;
		float:left;
	}
	.content_ep3 .hdl_text {
		font-size:1.80em;
		margin-top:4px;	
	}
	.epc p {
	    color: #414141;
	    font-family: arial;
	    font-size: 1.3em;
	    margin: 5px 0 0;
	    padding: 0;
	}	
		
/* 	====================================================================
	Index page
	==================================================================== */
.fs-left,.fs-right{
	overflow:hidden;
	float:left;
}
#fs-content {
    background: #000;
}
#fs-content .main {
    height:418px;
    overflow-y:hidden;
    position: relative;
}
#fs-content .main .main-text {
    padding: 50px 15px 0 40px;
    color:#FFF;
    font-size: 14px;
}
#fs-content .main .main-text a {
    color:#FFF;
    text-decoration:none;
}
#fs-content .main h3 {
    width: 400px;
    font-size: 48px;
    line-height: 44px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    letter-spacing: -3px;
}
#fs-content .main .main-text p {
    margin:0 0 13px 0;
}
.fs-left {width:475px}
.fs-right {width:470px}

#fs-alerts-banner {
    height:110px;
    line-height: 1.1em;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}

#fs-alerts-banner div {background: #fff}
#fs-twitter {
    height:74px;
    padding:14px 18px 14px 182px;
}
#fs-twitter .avatar {
    position: absolute;
    top:-40px;
    left:13px;
}
#fs-twitter h4, #fs-alert-signup h4 {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

#fs-alerts-banner p {
    margin:6px 0;
    font-size:1.1em;
}
#fs-alert-signup {
    margin:11px 0;
    padding:0 16px;
    border-left: 1px solid #bbb;
    height:100px;
}
#fs-alert-signup .fs-left, #fs-alert-signup .fs-right {
	width:50%;
}
.fs-left form#mobileFormMain, .fs-right form#emailFormMain {
	margin-top:5px;
}
#fs-alert-signup label {
    font-size: 10px;
    text-transform: uppercase;
}
#fs-alert-signup .legal {
    font-size: 10px;
    color:#000;
    text-align:left;
}

#fs-alert-signup .sign-input {
    display: inline-block;
    border: 1px solid #ccc;
    border-right: 0;
    height: 25px;
    width: 188px;
    margin: 5px 0;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    float: left;
}

#fs-alert-signup .sign-input input[type="text"], #fs-alert-signup .sign-input input[type="tel"] {
    display: inline-block;
    padding:5px;
    width: 153px;
    float: left;
    border:0;
    margin:0;
    height:15px;
}

.twitter-follow-button {width: 150px !important;}
#fs-alerts-banner div .mobile_error, #fs-alerts-banner div .email_error{
	display:none;
	background-color: #c30000;
	font-size:.7em;
	color: #fff;
	text-transform: uppercase;
	width:184px;
	padding: 2px 0 2px 5px;
}

/*	=====================================================================
	Secondary Content block
	=====================================================================*/
.secondary_content {
	position:relative;
	margin-bottom:25px;
	margin-left:12px;
}
.secondary_content .twitter-feed, .secondary_content .nbc_video {
	float:left;
}
.nbc_video {
	border:1px solid #bbb;
}
.video-container {
	width:590px;
}
.video-container h2 {
	margin:0;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight:bold;	
}
.secondary_content iframe{
	margin:13px 13px 0 13px;
	border:none;
}
.video-container img {
	width:563px;
	height: 327px;
	margin:13px 13px 0 13px;
}
.nbc_video h2, .nbc_video p {
	margin: 0 13px 0 13px;
}
.video-container p {
	font-size: 1.2em;
	margin-bottom:13px;
}
.video-container .hdl_number {
	margin-left:10px;
	margin-top:2px;
	background-position: 0px 0px;
}
.nbc_video .video-ep2 .hdl_number {
	background-position: -32px 0px;
}
.nbc_video .video-ep3 .hdl_number {
	background-position: -64px 0px;
}
.nbc_video .video-ep4 .hdl_number {
	background-position: -96px 0px;
}
.nbc_video .video-ep5 .hdl_number {
	background-position: -128px 0px;
}
.nbc_video .video-ep6 .hdl_number {
	background-position: -160px 0px;
}
.nbc_video .video-ep7 .hdl_number {
	background-position: -192px 0px;
}
.nbc_video .video-ep8 .hdl_number {
	background-position: -224px 0px;
}
.nbc_video .video-ep9 .hdl_number {
	background-position: -256px 0px;
}
.nbc_video .video-ep10 .hdl_number {
	background-position: -288px 0px;
}
.twitter-feed {
	background-color: #000000;
    height: 412px;
    margin-right: 10px;
    padding: 13px;
    overflow:hidden;
    width:316px;
}
.twitter-container{
	background-color:#fff;
	height:412px;
}
.twitter-content {
	padding:25px;
}
.twitter-content h3 {
	margin:0;
    font-size: 28px;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
}

.social-links {
	margin-top:10px;
	margin-bottom:10px;	
	height:39px;
}
.social-links a {
    background: url("../images/social_icons_black_sprite.jpg") no-repeat scroll left top transparent;
    cursor: pointer;
    display: inline-block;
    height: 39px;
    margin: 0 10px 0 10px;
    padding: 0;
    float:left;
}
.social-links a.photo {
	background-position: 0px 0px;
	width:36px;
	margin-left:0px;
}
.social-links a.twitter {
	background-position: -36px 0px;
	width: 31px;
}
.social-links a.facebook {
	background-position: -67px 0px;
	width:18px
}
.social-links a.pinterest {
	background-position: -85px 0px;
	width:34px;
}
.twitter-content p {
	font-size:1.2em;
	margin:0px;
}
.divider, .fs-divider {
	border-bottom:1px solid #bbb;
	width: 100%;
	margin:12px 0 10px 0;
}
a.twitter_explore {
	color: #000;
    text-decoration: none;
    font-size:1.2em;
    font-weight:bold;
}
.twitter_latest_text {
	font-size: 1.2em;
	background: url("../images/twitter-mini-icon.jpg") no-repeat scroll left top transparent;
	padding-left:20px;
	line-height: 1.4;
	font-weight: bold;
}
.twitter_latest #twitter {
	margin-top:10px;
	color:#006fd7;
	font-style:italic;
	font-size:1.2em;
}
.twitter-content p.mb10 {
	margin-bottom:10px;
}
#twitter-scroller {
  height: 40px;
  width: 945px;
  overflow-y: hidden;
  position: relative;
  background-color:#006fd7;
  color:#fff;
}
#twitter-scroller ul.tweet_list {
	position: absolute;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	list-style: none;
    list-style-image: none;
    padding-left:25px;
    padding-top:4px;
}
#twitter-scroller ul.tweet_list li {
	height:39px;
	overflow: hidden;
}
span.tweet_time, span.tweet_text, .tweet_avatar {
	float:left;
}
ul.tweet_list li span {
	line-height:2;
	font-size:14px;
}
.tweet_avatar {
	margin-right: 5px;
}
span.tweet_text {
	padding-top:2px;
}
#twitter-scroller a {
	color:#fff;
	text-decoration:none;
}
#twitter-scroller p.loading {
	margin-left:25px;
}
#glo-body-content {
	width:970px;
}

/*	=====================================================================
	Secondary Content block (product detail changes)
	=====================================================================*/
.secondary_content .show_info, .secondary_content .alt_product {
	float:left;
}

.show_info {
	background-color: #000000;
    height: 400px;
    margin-right: 10px;
    padding: 13px;
    overflow:hidden;
    width:316px;
}
.show_info_container{
	background-color:#ececec;
	height:400px;
}
.show_info_content {
	padding:12px;
}
.show_info_content .divider {
	border-bottom:1px solid #000;
	width: 100%;
	margin:0 0 1px 0;
}
.show_info_content .divider2 {
	border-bottom:3px solid #000;
	width: 100%;
	margin:0 0 12px 0;
}
.show_info_content .hdl_number {
 		background: url("../images/number-sprite-large.png") no-repeat scroll left top transparent;
	    height: 31px;
	    width:43px;
	    float:left;
	    margin-top:4px;
	    margin-right:10px;
 	}
.show_info_content .hdl_number {
		background-position: 0px 0px;
		width:43px;
	}
.show_ep2 .hdl_number {
		background-position: -43px 0px;
	}
.show_ep3 .hdl_number {
		background-position: -86px 0px;
		margin-right:5px;
}
.show_ep4 .hdl_number {
		background-position: -129px 0px;
		margin-right:5px;
}
.show_ep5 .hdl_number {
		background-position: -172px 0px;
		margin-right:5px;
}
.show_ep6 .hdl_number {
		background-position: -215px 0px;
		margin-right:5px;
}
.show_ep7 .hdl_number {
		background-position: -258px 0px;
		margin-right:5px;
}
.show_ep8 .hdl_number {
		background-position: -301px 0px;
		margin-right:5px;
}
.show_ep9 .hdl_number {
		background-position: -344px 0px;
		margin-right:5px;
}
.show_ep10 .hdl_number {
		background-position: -387px 0px;
		margin-right:5px;
}
.show_info_content .hdl_text {
	margin-top:4px;
	font-size:2.4em;
}
.show_ep3 .hdl_text {
	font-size:1.55em;
	margin-top:8px;
}
.show_info_content h3, .alt_product h3 {
	margin:0;
    font-size: 27px;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
}
.alt_product h3 {
	text-align:center;
	font-size:22px;
	line-height: 40px;
}
.show_info_content div > img {
	margin-top:5px;
}

.show_info_content p {
	font-size:1.3em;
	margin:10px 0 10px 0;
}
.alt_product {
	border:1px solid #bbb;
	height:400px;
	padding:12px;
}
.alt_product_container {
	width:566px;
}
.product_container ul {
	list-style: none;
    list-style-image: none;
    margin:0;
    padding:0;
}
.product_container ul.ctl img {
	width:128px;
}
.product_container ul li.ymal img {
	width:102px;
}
.product_container ul li {
	float:left;
	margin-right:17px;
}
.product_container ul li.ymal {
	margin-right:13px;
}
.product_container ul li.last {
	margin-right:0px;
}
.alt_product_container .divider {
	margin: 22px 0 12px 0
}

/*	=====================================================================
	Popup.html
	=====================================================================*/
	
.fs_popup {
	background-color:#fff;
	width:583px;
	height:600px;
	padding:15px;
}
.popup_header {
	position:relative;
	height:131px;
}
.popup_header .main-image {
	width:583px;
	height:131px;
	position:absolute;
	left:0px;
	top:0px;
}
.fiat {
	position:absolute;
	left: 336px;
	top:0px;
}
.fs_popup .divider {
	border-bottom:2px solid #cfcfcf;
	height:2px;
	width:545px;
	position:absolute;
	margin:0;
	padding:0;
}
.fs_popup .contest {
	position:relative;
}
.fs_popup .popup_header .divider {
	top:200px;
	left:20px;
	z-index:-1;
}
.contest_weekly, .fs_text {
	margin-left:23px;
	margin-top:4px;
	font-size:15px;
}
.fs_title {
	text-transform:uppercase;
	font-weight:bold;
	margin-left:23px;
	margin-top:13px;
	font-size: 1.4em;
}
.fs_title span {
	color: #4d3d8a;
}
.fs_list ul {
    margin: 15px 0 15px 40px;
    padding: 0;
}
.fs_list ul li {
    font-size: 13px;
    margin: 0 0 5px;
    width: 333px;
    list-style: disc outside none;
}
.fs_popup p, .contest p {
	margin:0;
	padding:0;
	font-size:1.1em;
	margin-left:23px;
}
.fs_popup a {
	color:#000;
}
.fs_popup .social-links {
	margin-left:23px;
}
.fs_popup .contest .divider {
	left:20px;
}
.fiat {
	position:absolute;
	left:390px;
	top:94px;
}
.contest_grand {
	margin: 20px 0 15px 20px;
}
.fs_popup p.legal {
	font-size:10px;
	color:#000;
	width:300px;
	text-align:left;
}
.fs-divider {
	width:583px;
	margin: 28px 0 20px 0;
}
.social-links-small {
	margin: 10px 0 10px 23px;	
	height:28px;
}
.social-links-small a {
    background: url("../images/social-icons-black-small.jpg") no-repeat scroll left top transparent;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0 10px;
    padding: 0;
    float:left;
    height:28px;
}
.social-links-small a.photo {
	background-position: 0px 0px;
	width:29px;
	margin-left:0px;
}
.social-links-small a.twitter {
	background-position: -29px 0px;
	width: 23px;
}
.social-links-small a.facebook {
	background-position: -52px 0px;
	width:14px
}
.social-links-small a.pinterest {
	background-position: -66px 0px;
	width:28px;
}
.legal-btm {
	position:absolute;
	top:423px;
	left:510px;
}