@import url("320x480.css");
@import url("quiz.css");

body {
	padding-top: 50px;
}
.template {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 15px;
}
img {
	/* Responsive images (ensure images don't scale beyond their parents) */

	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */

	width: auto\9;
	/* IE7-8 need help adjusting responsive images */

	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 8px;
}
.btn {
	display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	margin-bottom: 0;
	line-height: 20px;
 *line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbbbbb;
 *border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 *margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	font-weight: normal;
	margin-top: 12px;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}
/* TWEAK- btn-lg added from old css*/
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	font-weight: bold;
}
/*end TWEAK*/

/***TEMPO VIDEO LINKS***/

.videoHolder {
	width: 700px;
	height: 394px;
	margin-bottom: 40px;
	background-color: #000;
}
.videoHolderModal {
	width: 100%;
	height: auto;
	background-color: #000;
}
.vWrapper {
	padding-bottom: 56%;
	padding-top: 25px;
	height: 0;
	position: relative;
	margin-bottom: 20px;
}
.vWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*** END TEMPO VIDEO LINKS***/
.Landing h1 {
	font-size: 34px;
	font-weight: 900;
	font-family: Abel;
}
.ContentPage h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
}
.VideoDisclaimer {
	font-size: 10px;
	display: block;
	margin-top: 5px;
	width: 100%;
	text-align: left;
}
.ThickBlackText {
	font-weight: bold;
	color: #808080;
	margin-bottom: -4px;
	background-color: #FAFAFA;
	border: 1px solid #fbeed5;
	border-radius: 4px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-top: 6px;
}
.GoldStar {
	color: #F0AD0B;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	margin-left: -11px;
	margin-right: 5px;
}
.FuzzyBunny {
	padding-left: 15px;
	padding-right: 0px;
	margin-bottom: 0px;
}
.NoFuzzyBunny {
	padding-left: 0px;
}
.XtraFuzzyBunny {
	padding-right: 20px;
	margin-right: 30px;
    padding-top: 20px;
}
.alert.alert-info p {
}
.btn-poop {
	display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	margin-bottom: 0;
	line-height: 20px;
 *line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbbbbb;
 *border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 *margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	font-weight: normal;
	margin-top: 12px;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}/*
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}*/
.BlueTip.SephoraTip p {
	color: #333;
	font-size: 14px;
	margin-bottom: 6px;
	line-height: 22px;
}
.BlueTip p {
	color: #3a87ad;
	font-size: 13px;
	margin-bottom: 6px;
	line-height: 22px;
}
.BlueList {
	color: #3a87ad;
}
.panel.BlueTip {
	margin-top: 18px;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.alert p {
	margin-bottom: 0px;
	font-size: 12px;
}
.BlueTip .panel-heading {
	padding-bottom: 0px;
	padding-top: 5px;
}
.BlueTip .panel-heading h5 {
	text-transform: uppercase;
	font-weight: bolder;
	margin-top: 4px;
	margin-bottom: 5px;
}
.panel.BlueTip .panel-body {
	padding-left: 6px;
	margin-bottom: 10px;
}
.RedTip p {
	color: #990000;
	font-size: 12px;
	margin-bottom: 4px;
}
.panel.RedTip {
	margin-top: 12px;
}

.RedTip .panel-heading {
	padding-bottom: 0px;
	padding-top: 5px;
}
.RedTip .panel-heading h5 {
	text-transform: uppercase;
	font-weight: bolder;
	margin-top: 4px;
	margin-bottom: 5px;
	color: #000;
}
.panel.RedTip .panel-body {
	padding-left: 6px;
}
.btn.btn-default.videoThumber {
	padding-right: 25px;
	padding-left: 25px;
}
.glyphicon {
}
.template ul {
	margin-left: -10px;
}
.template li {
	margin-bottom: 6px;
	color: #000;
	margin-left: 0px;
}
.alert.alert-info.ActivityH {
	padding-top: 0px;
	line-height: 1;
	margin-top: 20px;
}
.alert.alert-info.ActivityH p {
	font-size: 14px;
	color: #000;
	line-height: 18px;
}
.ThaHero img {
	margin-left: -20px;
}
.ThaHero {
	padding-right: 0px;
	left: 4px;
}
.glyphicon {
	vertical-align: middle;
	line-height: normal;
}
tbody tr td {
	font-size: 13px;
}
.accordion-heading {
	background-color: #EBEAF6;
}
.accordTip {
	margin: 0px;
}
h4 {
	margin-bottom: 12px;
	color: #666;
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
}
.list-group-item .list-group-item-text {
	margin-bottom: 8px;
}
.ContentPage .ActivityHeader {
	font-size: 5em;
	color: #040404;
	font-weight: bolder;
	font-style: italic;
	margin-bottom: 15px;
}
.Exclaim {
	color: #DF1D28;
}
.SmallerTableType td, .SmallerTableType {
	font-size: 11px;
}
.no-js .ContentPage #myModal1 .modal-dialog .modal-content .modal-body .table.table-striped.table-hover.SmallerTableType.table-bordered tbody tr td p .TomsBigAssedCheckBox {
	float: left;
	margin-right: 6px;
}
.modal-body tbody tr{
	width: 50px;
	}

.navbar.navbar-inverse.navbar-fixed-top .container .navbar-brand .MicroLogoYo {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background-image: url(../img/micrologo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-top: -1px;
}
.navbar.navbar-inverse.navbar-fixed-top .container .navbar-brand .MicroLogoSephora {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background-image: url(http://training.jcpenney.com:8090/%5FtrainingHub/courses/sephora%2Dreturns//img/index/micrologo-sph.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-top: -1px;
}
.thumbnail .caption h4 {
	text-align: center;
}
.row .thumbnail .caption {
	padding: 0px;
	text-align: center;
}
.thumbnail .caption p .btn.btn-default {
	text-align: center;
	font-size: 12px;
	width: 100%;
}
.thumbnail .caption p {
	text-align: center;
}
.ContentPage .container .template .col-lg-6 .row {
	margin-left: 0px;
}
.row.ThumbAlt .thumbnail .caption p a {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #428bca;
}
.row .thumbnail .caption p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: #428bca;
	font-size: 11px;
}

.modal-body.modal-troll img {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
}
.modal-body.modal-troll ul {
	margin-left: -20px;
}
.template .col-lg-9, .template .col-lg-12,  .template .col-lg-6 {
	margin-left: 0px;
	padding-left: 0px;
}
.col-lg-6 .row.ThumbAlt {
	margin-right: 0px;
	width: 100%;
}
.col-lg-6.FerDerTherms {
	padding-right: 0px;
}
.BrandsLogoPic {
	float: right;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 40px;
	border: 4px solid #CCCCCC;
	margin-bottom: 25px;
}.tabbable {
	margin: 0px;
}
.col-lg-12 .tabbable .nav.nav-tabs {
	margin-left: 0px;
}
.col-lg-12.tabBox {
	padding-left: 0px;
}
.col-lg-12.tabBox .tabbable .nav.nav-tabs {
	margin-bottom: 0px;
}
.col-lg-12.tabBox .tabbable .nav.nav-tabs .active a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D6D6D6;
}
.col-lg-12.tabBox .tabbable .nav.nav-tabs a {
	line-height: 24px;
	padding-top: 10px;
	margin-bottom: -3px;
}
.col-lg-12.tabBox .tabbable .nav.nav-tabs li {
	margin-bottom: 0px;
}
.col-lg-12.tabBox .tabbable .tab-content {
	margin-top: 0px;
	padding-top: 15px;
}
h5 {
	font-weight: 800;
}
.modal-dialog .modal-content .modal-body.modal-troll .panel {
	width: 50%;
}
.tab-content h5 {
	margin-bottom: -5px;
	margin-top: 5px;
	line-height: 35px;
}
.nav-header {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.nav li + .nav-header {
	margin-top: 9px;
}
#carousel-example-generic.InTheBox {
	width: 80%;
}

.carousel-inner .item.active .col-lg-8 .InBox {
}
.carousel-inner  .col-lg-7 {
	padding-right: 0px;
}

.carousel-inner  .col-lg-5 {
	padding-left: 0px;
}
.carousel-inner h3 {
	color: #FFF; /*--TWEAK-#333--*/
	line-height: 26px;
	font-size: 20px;
	padding-top: 5px;
	padding-left: 5px;
	text-transform: uppercase;/*--TWEAK---*/
}
.carousel-control.left.GradientRemoval {
	background-image: none;
}
.carousel-control.right.GradientRemoval {
	background-image: none;
}

.carousel-indicators.DarkDots li {
	border: 1px solid #999;
}
.carousel-indicators.DarkDots .active {
	background-color: #333;
}
.BlackTxted {
	color: #428bca;
}
.carousel-inner .BackGreen {
	background-color: #7DC470;
	color: #FFF;
}
.carousel-inner .BackGreenUsed {
	background-color: #E4FFD9;
	color: #FFF;
}
.carousel-inner .BackRed {
	background-color: #FE2500;
	color: #FFF;
}
.carousel-inner .BackRedUsed {
	background-color: #F7D4CD;
	color: #FFF;
}

.carousel-inner .BackBlue {
	background-color: #7491CB;
	color: #FFF;
}
.carousel-inner .BackBlueUsed {
	background-color: #BBCED9;
	color: #FFF;
}
.carousel-inner .BackYellow {
	background-color: #F9C850;
	color: #FFF;
}
.carousel-inner .BackYellowUsed {
	background-color: #FFF4D0;
	color: #FFF;
}
.carousel-inner .BackDarkGreen {
	background-color: #006633;
	color: #FFF;
}
.carousel-inner .BackDarkGreenUsed {
	background-color: #D3DDCB;
	color: #FFF;
}
.carousel-inner .BackDarkBlue {
	background-color: #006699;
	color: #FFF;
}
.carousel-inner .BackPurpLite {
	background-color: #7F85B1;
	color: #FFF;
}
.carousel-inner .BackPurpLiteUsed {
	background-color: #DCDAFF;
	color: #FFF;
}
.UsedUp {
	color: #CCC;
}
.carousel-inner .col-lg-5 p {
	padding-left: 5px;
}

.template .col-lg-8 .carousel-inner .item .carousel-caption.reverseCap h3{
	margin:0;
	}


.template .col-lg-8 .carousel-inner .item .carousel-caption.reverseCap{
	padding: 0;
	margin:0;
	bottom: 0px;
	left:0px;
	right:0px;
	width:100%;
	}
	
.carousel-caption.reverseCap.capLight{
	background-color: black;
	background: rgba(0,  0,  0, 0.8);

	}	
.carousel-caption.reverseCap.capDark{	
	background-color: black;
	background: rgba(0,  0,  0, 0.8);

}

.glyphicon.No1 {
	background-image: url(../img/numberGlyphs.png);
	background-repeat: no-repeat;
}
.No1 {
	color: #FFF;
	background-color: #222;
	display: inline-block;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	width: 20px;
	height: 20px;
	margin: 1px;
	border-radius: 10px;
	padding-left: 5px;	
}
.modal-troll ol {
	padding-left: 20px;
}
.modal-troll li {
	margin-bottom: 8px;
	padding-bottom: 5px;
}
.btn-innerBox {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



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



@media (min-width: 768px) and (max-width: 991px) {

.Landing p, .Landing ul {
	font-size: 14px;
	line-height: 17px;
}
.col-lg-5 {
	width: 45.66666666666667%;
	float: left;
}
.col-lg-6 {
	width: 50%;
	float: left;
}
.col-lg-7 {
	width: 54.333333333333336%;
	float: left;
}
.navbar.navbar-inverse.navbar-fixed-top .container .nav-collapse.collapse {
	margin-left: -15px;
}

.navbar-brand {
	padding-bottom: 0px;
	margin-bottom: -5px;
	width: 95%;
	text-align: left;
}
.navbar.navbar-inverse.navbar-fixed-top .container .navbar-brand p {
	text-align: left;
	width: 95%;
}
.navbar-inverse {
	max-height: none;
}
.container .template {
	margin-top: 32px;
	padding-left: 0px;
}

.ContentPage .container .col-lg-9.content h1 {/*---FOR THE QUIZZES, LEONARD. FOR THE QUIZZES. Jason smells like feet*/
	margin-top: 45px;
}

.ThaHero {
	padding-left: 0px;
}

.col-lg-5.FuzzyBunny.XtraFuzzyBunny {
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 15px;
}
.col-lg-5.FuzzyBunny.XtraFuzzyBunny h1 {
	margin-top: 10px;
}
.ContentPage .ActivityHeader {
	font-size: 4.5em;
}
}




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




.ContentPage footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCBCB;
	color: #CCC;
	text-align: center;
	padding-top: 12px;
	font-size: 12px;
}


.ContentPage #myModal1 .modal-dialog .modal-content .modal-body ul {
	margin-bottom: 20px;
}
.list-group-item .glyphicon.glyphicon-play {
	margin-right: 5px;
}
.modal-body ul li {
	margin-bottom: 6px;
}

.table.table-striped.table-hover.table-condensed.table-bordered .LittleType tr td {
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.list-group-item .badge .glyphicon {
	font-size: 16px;
	line-height: 10px;
}
.LittleType {
	font-size: 13px;
}
.badge.badge-info.LeftyYo {
	float: left;
	margin-right: 10px;
}
.LittleGreyRight {
	color: #999;
	text-align: right;
}
.BlueTip .panel-body .LittleGreyRight {
	color: #999;
}
.ContentPage.Activa {
}
.TXTright {
	text-align: right;
}
.accordion-group #accord2 .accordion-toggle a {
	text-decoration: none;
}
ul .SkinnyBot {
	list-style-type: none;
}
.modal-body.modal-centerImg {
	text-align: center;
}

.modal-body.modal-centerImg img {
	margin-bottom: 10px;
}

.modal-body.modal-centerImg p {
	text-align: left;
}
.GreyStark {
	color: #666;
}
.thumbnail.SmallNail {
	width: 20%;
}
.thumbnail.SmallNail2 {
	width: 23%;
}
.table thead {
	color: #FFF;
}
.NoBottomMargin {
	margin-bottom: 0px;
}
.carousel-inner .item h1 {
	text-align: center;
}
.col-lg-6.FuzzyBunny .carousel-control {
}
#carousel-example-generic .carousel-inner .item h3 {
}
.DisBeBadYo  {
	font-size: 14px;
	margin-bottom: 12px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.list-group-item .glyphicon.glyphicon-play {
	color: #CCC;
	font-size: 12px;
}
.accordion-heading .glyphicon {
	font-size: 12px;
	color: #999;
	margin-right: 5px;
}
.alert.alert-small {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.Activa h3 {
	font-size: 18px;
	color: #666;
	font-weight: 400;
}
.usedUp {
	color: #B3B3B3;
	text-decoration: line-through;
}
.nav.nav-pills.nav-stacked li {
	margin-left: 0px;
}
#carousel-example-generic .carousel-inner h4 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.CaptionBoxer {
	text-align: center;
	padding-top: 0px;
	background-color: #000000;
	margin-top: 10px;
	color: #FFF;
}
.CaptionBoxer h3 {
	margin-top: 0px;
}
#carousel-example-generic .carousel-indicators.DarkDots.LoweredIndicators {
	position: relative;
}
.modal-dialog.ModalPanelTip .modal-content .modal-body.modal-troll .panel.BlueTip {
	width: 100%;
}
.thumbnail.BigNail {
	width: 17%;
}
.col-lg-9 .row.ThumbAlt, .col-lg-12 .row.ThumbAlt {
	margin-left: 0px;
	margin-right: 0px;
}
.EnergySavings p {
	text-align: center;
	display: block;
	background-color: #A9C43E;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
}

.carousel-inner .TheLeftBox {
	color: #FFF;
	margin-top: 0px;
	background-color: #000;
}
.LargeBottomSlides .item .col-lg-8 {
	padding-left: 0px;
}
.PraiseTheLowered.glyphicon {
	top: 80%;
}
.LittleTypeList {
	font-size: 12px;
	line-height: 16px;
}
.LogoCenter {
	text-align: center;
}
.Centered {
	text-align: center;
}
.TopMargin {
	margin-top: 25px;
	width: 75%;
}
.panel-body .btn.btn-poop {
	margin-bottom: 15px;
}
.BlackCopy {
	color: #000;
}
.list-group.BlackCopy a {
	color: #666;
}
.accordion-inner img {
	margin-left: 12px;
}
.modal-content .modal-body li {
	line-height: 17px;
}
.modal-body h4 {
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}
.allMedia > .container{
	min-height: 760px;
	}
	
.SubPreHeader {
	text-transform: uppercase;
	font-size: 24px;
	color: #666;
	line-height: 36px;
	}
	
.SubPreHead2 {
	text-transform: uppercase;
	font-size: 20px;
	color: #B3B3B3;
	line-height: 36px;
	}
	


.pull-left.BrandLogoLeft {
	margin-left: 0px;
}
.accordion-inner .BrandLeft {
	display: block;
	float: left;
	clear: left;
	width: 50%;
}
.Landing.LandingInverse.Page1 {
	color: #FFF;
	background-color: #000;
}
.container.BlackContainer {
	background-color: #000;
}
.modal-content.InverseModalCont {
	color: #FFF;
	baground-color: #000;
}
.allMedia .container .template .content .list-unstyled {
	margin-top: 20px;
}
.SkinnyModal {
}
.modal-dialog.SkinnyModal {
	width: 300px;
}
.videoHolder.SmallerVidya {
	width: 500px;
	height: 281px;
}
.NonCap {
	text-transform: lowercase;
}
.ListGroupImg {
	margin-right: 20px;
}
.modal-dialog.SmallerModal {
	width: 250px;
}
.modal-dialog.SmallerModal300 {
	width: 300px;
}
.modal-dialog.SmallerModal400 {
	width: 400px;
}
.modal-dialog.SmallerModal .modal-content .modal-body .ListGroupImg {
	float: left;
}
.RedCap {
	font-size: 36px;
	color: #900;
}
.RedLetter {
	color: #900;
}
table.table-striped.table-hover.table-condensed.table-bordered tbody tr .TabularBlue {
	color: #FFF;
	background-color: #428bca;
}
table.table-striped.table-hover.table-condensed.table-bordered tbody tr .TabularBlack {
	color: #FFF;
	background-color: #222;
}
.list-group-item.BlueFacet {
	background-color: #008EC4;
	color: #FFF;
}

.list-group-item.MagentaFacet {
	background-color: #DE2570;
	color: #FFF;
}
.list-group-item.PurpleFacet {
	background-color: #942484;
	color: #FFF;
}
.list-group-item.OrangeFacet {
	background-color: #FFAC3C;
	color: #000;
}
.list-group-item.GreenFacet {
	background-color: #8FC541;
	color: #000;
}
.list-group-item.YellowFacet {
	background-color: #FFF766;
	color: #000;
}
.FacetColor a:hover {
	color: #FFF;
	background-color: #333;
}
.list-group-item.SmoothFacet {
	background-color: #231F20;
	color: #B4B2B2;
}
.list-group-item.FitFacet {
	background-color: #231F20;
	color: #82C8BC;
}
.list-group-item.BoostFacet {
	background-color: #231F20;
	color: #BB2355;
}
.list-group-item.NaturalFacet {
	background-color: #231F20;
	color: #F9BE9B;
}
.accordion-group .accordion-heading .accordion-toggle img {
	margin-right: 4px;
}
.accordion-heading.GreyStyle {
	background-color: #fbfbfb;
	color: #666;
}
.modal-twofifty {
	width: 250px;
}
.modal-dialog.modal-twofifty {
	width: 330px;
}
.BrandLeft.BrandTypage {
	font-size: 12px;
}


.FIKI {
	font-weight: bold;
	color: #D21721;
	text-decoration: underline;
}
.row.ThumbAlt {
	margin-left: 0px;
}

/*LPPAD*/
.lppadd .container .template {
	padding-bottom: 0px;
	min-height: 200px;
}
.lppadd .container {
	padding-bottom: 0px;
}
.lppadd .col-lg-5, .lppadd .col-lg-6 {
	margin-bottom: 40px;
}
.lppadd h2 {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 38px;
}

.lppadd .panel.BlueTip {
	margin-top: 35px;
	margin-bottom: 25px;
}
.lppadd  .SubPreHead2 {
	line-height: 30px;
	font-size: 28px;
	color: #000;
}
.thumbnail.SmallNail15 {
	width: 15%;
}
.ContentPage.HugeFrigginModal .modal-dialog {
	width: 60%;
}
.lppadd hr {
	margin-top: 10px;
	margin-bottom: 15px;
}
.lppadd .template .BlueTip ul, li {
	color: #666666;
	font-size: 14px;
	margin-bottom: 4px;
}.ContentPage.lppadd .container .template  .panel.BlueTip .panel-body ul li {
	font-size: 12px;
	color: #3a87ad;
	margin-left: -20px;
	padding-left: 0px;
}
.col-lg-6.noRight, .col-lg-5.noRight, .col-lg-7.noRight {
	padding-right: 0px;
}
.videoHolder.SmallerVidya {
	height: 270px;
	width: 480px;
}
/*REVISED CONTAINER BOTTOM PAD MARGIN*/
.container .template {
	padding-bottom: 0px;
	min-height: 200px;
}
.container {
	padding-bottom: 0px;
}
.well.IconWell {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.well.IconWell p img {
	height: auto;
	width: 12%;
}
.videoIntro {
	font-size: 12px;
	background-color: #000000;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 478px;
	margin-top: 12px;
	margin-bottom: 0px;
	color: #FFF;
}
tr .UnderTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A87AD;
}
.MarkedCyan {
	color: #00FCFD;
	text-shadow: 1px 1px #333;
	padding-right: 4px;

}
.MarkedMagenta {
	color: #FF3FDA;
	text-shadow: 1px 1px #333;
	padding-right: 4px;
}

.MarkedOrange {
	color: #FFB902;
	text-shadow: 1px 1px #333;
	padding-right: 4px;	
}

.MarkedGreen {
	color: #8CC63F;
	text-shadow: 1px 1px #333;	
	padding-right: 4px;
}

.MarkedYellow {
	color: #FDEE23;
	text-shadow: 1px 1px #333;
	padding-right: 4px;
}

.MarkedPurple {
	color: #BB9BC9;
	text-shadow: 1px 1px #333;
	padding-right: 4px;
}
.panel.BlueTip .panel-body p a {
	font-weight: bold;
	text-decoration: underline;
}
.pull-left.TinyPage {
	margin-right: 12px;
	margin-left: -18px;
	margin-bottom: 25px;
}
.pull-right.TinyPage {
	margin-bottom: 15px;
	margin-left: 15px;
}
.NoQuizPad {
	padding-left: 0px;
}
.allMedia > .container.NewQuiz {
	min-height: 200px;
}
.Landing.SephoraStyle, .ContentPage.SephoraStyle {
	font-size: 16px;
	line-height: 24px;
}
.Landing.SephoraStyle .panel.BlueTip .panel-body p {
	font-size: 14px;
}
/***.panel.BlueTip .panel-body p a {
	color: #336699;
}***/
.panel.BlueTip .panel-body p .glyphicon {
	color: #428bca;
}
.ContentPage.SephoraStyle h1 {
	font-size: 24px;
}
.btn-Required {
	color: #ffffff;
	background-color: #900;
	border-color: #BD1905;
	font-weight: bold;
	text-shadow: none;
}
.btn-Required:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #BD1905;
	font-weight: bold;
	text-shadow: none;
}
.no-js .ContentPage.SephoraStyle .container .template .col-lg-6 {
	padding-right: 25px;
}
footer {
	background-color: #F5F5F5;
	text-align: center;
	padding: 20px;
	color: #fff;
	margin-top: 35px;
}
.col-lg-3.FuzzyBunny.XtraFuzzyBunny.SideBarOne {
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 40px;
}
.Landing .container .col-lg-7.FuzzyBunny.XtraFuzzyBunny ul li {
	color: #666;
}
.jumbotron .container {
	background-color: transparent;
	background-image: none;
}
.well.well-NewsBox {
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
}
.well p strong {
	color: #666;
}
.no-js .Landing .container .TheFooterList ul li h4 {
	color: #FFF;
}
.TheFooterList ul li h4 {
}
.TheFooterList ul {
	text-align: left;
	list-style-type: none;
}
.TheFooterList p {
	color: #999;
}
