  /*------------------*/
 /* HOMEPAGE CLASSES */
/*------------------*/

/* CLEARS BETWEEN SECTION ROWS */
.eyejotClear,
.photosClear,
.preLatestNewsClear,
.videosClear {
	margin-bottom:20px;
}

.latestNewsClear {
	margin-bottom:40px;
}


.eyejotWrapper P,
.photosWrapper P, 
.videosWrapper P {
	margin-bottom:0px !important;
}

/* LEFT DIVS AND WRAPPERS */
.eyejotLeft,
.eyejotWrapper,
.latestNewsLeft,
.photosLeft,
.photosWrapper, 
.videosLeft {
	margin-left:15px;
	margin-right:0;
}


/* RIGHT DIVS AND WRAPPERS */
.eyejotRight, 
.latestNewsRight, 
.photosRight, 
.videosRight
{
	margin:0px;
}
.videosWrapper {
	margin-right:0px;
}

/* THUMBNAIL SIZES */
.eyejotThumbnail, 
.photosThumbnail, 
.videosThumbnail {
	height:75px;
	width:75px;
}


/* THUMBNAIL CONTAINERS */
.eyejotThumbnailContainer IMG, 
.photosThumbnailContainer IMG, 
.videosThumbnailContainer IMG {
	border: 5px solid #DFDDDD;
}

/* DOTTED LINE ABOVE SECTION */
#latestNewsTitle {
	border-bottom:dashed 1px #C4A254;
	margin-left:0px;
}


/* DOTTED LINE BENEATH SECTION */
#eyejotTrailer, 
#photosTrailer {
	border-top:dashed 1px #C4A254;
	margin:0px 20px 0px 0px;
	padding-top:10px;
}

#latestNewsTrailer {
	border-top:dashed 1px #C4A254;
	margin-left:0px;
	margin-top:20px;
	padding-top:10px;
}

#videosTrailer {
	border-top:dashed 1px #C4A254;
	margin:0px;
	padding-top:10px;
}


/* ARCHIVE LINK BENEATH SECTION */
#eyejotTrailer .archive a, 
#latestNewsTrailer .archive a,
#photosTrailer .archive a, 
#videosTrailer .archive a,
#viewEvents A  {
	font-family: 'ZurichCnBTBold', arial, sans-serif !important;
	color:#4F2E85;
	float:right;
	font-weight:lighter;
	text-transform: uppercase;
	/*font-size:1.05em;*/
}


/* ARCHIVE LINK BENEATH SECTION ON-HOVER */
#eyejotTrailer .archive a:hover,
.latestNewsLeft a:hover,
.latestNewsRight a:hover, 
#latestNewsTrailer .archive a:hover, 
#photosTrailer .archive a:hover, 
#videosTrailer .archive a:hover  {
	color:black;
	text-decoration:underline;
}


/* HYPERLINK COLOR AND WEIGHT */
.latestNewsLeft a, 
.latestNewsRight a {
	color:#4F2E85;	
	font-weight:bold;
	text-decoration:none;	
}



  /*------------------*/
 /* GEM PAGE CLASSES */
/*------------------*/

.gemLocation {
	color:black;
	font:14px arial, sans-serif;
}

.gemName {
	color:#C2A04F;
	font:bold 20px arial, sans-serif;
}

.gemPic {
	margin-bottom:20px;
}

.gemPageTitle {
	margin-bottom:20px;
}

.gemPageTitle .displaying {
	font-weight: bold;
}

.gemPageTitle .separator {
	border-bottom:dashed 3px #C2A04F;
	position: relative;
	top:-8px;
}

.gemPageTitle .subtext {
	font:14px arial, sans-serif;
	margin-bottom:10px;	
}

.gemPageTitle .title {
	font:bold 28px arial narrow, sans-serif;	
	text-transform: uppercase;
}

  /*----------------*/
 /* GLOBAL CLASSES */
/*----------------*/ 
h5 {
	background-color:#111111;
	color:#FFFFFF;
	line-height:125%;
	margin-bottom:10px;
	/*margin-top:5px;*/
	padding:3px 10px 0;
	text-transform:uppercase;
}

#leftArrow IMG, #rightArrow IMG {
	height: 150px; 
	cursor:pointer;	
}


#leftArrow, #rightArrow {
	float:left;
	margin-top:23px;
}

#mainSidebar UL {
	margin-bottom:25px;
}


.nowPlayingArrow {
	position:absolute;
	margin-left:45px;
	top:-20px;
	visibility: hidden;
	font-weight: bold;
}
.nowPlayingArrow>img {
	width:17px;
	height:13px;
	position:relative;
	top:-16px;
}
.nowPlayingArrow>p {
	margin:0px;
}

#vidSliderContainer {
     position:relative;
     width:600px;
     height:200px;
     overflow:hidden;
     background-color:#fff;
     float:left;
 }
#vidSliderContainer #slideDiv1, #vidSliderContainer #slideDiv2 {
     position:absolute;
     height:180px;
     bottom:0px;
 }
#vidSliderContainer #slideDiv1 {
     left:0px;
 }
.sliderContent {
	float:left;
	margin-right:20px;
	width:150px;
}
#vidSliderContainer>img {
     width:147px;
     height:100px;
}
.videoDescription, .sliderLink {
	margin-left:12px; 	
}
#vidSliderContainer a {
	color:#4F2E85;	
	font-weight:bold;
	text-decoration:none;	
	cursor:pointer;
	font-family:arial, sans-serif;	
	font-size:12px;	
}
#vidSliderContainer a:hover {
	color:black;	
	text-decoration:underline;
	cursor:pointer;	
}
#vidSliderContainer div {
	text-decoration:none;		
	font-family:arial, sans-serif;
	line-height: 125%;
	font-size:12px;
}

.sliderLongTitle, .sliderLongDescription, .sliderVideo {
	display:none;
}


  /*-----------------*/
 /* SIDEBAR CLASSES */
/*-----------------*/
 
.sidebar {
	margin-left:10px;
}

.sidebar a {
	color:#4F2E85;
	font-weight:bold;
	text-decoration:none;	
}

.sidebar a:hover {
	color:black;
	text-decoration:underline;
}

.sidebar span {
	color:black;
} 

.sidebarSep {
	border-bottom:dashed 1px #C4A254;
	position: relative;
	top:-8px;
}
#featuredEventsTrailer .archive {
	padding-right:10px;
}

/* ARCHIVE LINK BENEATH SECTION */
#featuredEventsTrailer .archive a  {
	color:#4F2E85;
	float:right;
	font-weight:bold;
	text-transform: uppercase;
}


/* ARCHIVE LINK BENEATH SECTION ON-HOVER */
#featuredEventsTrailer .archive a:hover  {
	color:black;
	text-decoration:underline;
}
  /*-----------------------------*/
 /* FORMULA FOR SUCCESS CLASSES */
/*-----------------------------*/

#FFS_steps {
	width: 650px; 
	height: 75px;
	background: url("../images/FFS_Buttons.jpg") -11px -173px no-repeat;
	margin:25px 0px;
	padding: 0;
	position: relative;	
}
#FFS_steps li {	
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}
#FFS_steps li, 
#FFS_steps a {
	height: 75px; display: block;
}
#panel1 {left: 8px; width: 194px;}
#panel2 {left: 212px; width: 194px;}
#panel3 {left: 425px; width: 194px;}

#FFS_steps #panel1 a:hover {
  background: transparent url("../images/FFS_Buttons.jpg") -19px -173px no-repeat;
}
#FFS_steps #panel2 a:hover {
  background: transparent url("../images/FFS_Buttons.jpg") -223px -353px no-repeat;
}
#FFS_steps #panel3 a:hover {
  background: transparent url("../images/FFS_Buttons.jpg") -436px -613px no-repeat;
}

#videoPlayer, #AboutMV-R3VideoPlayer {
	/*margin:0px auto;*/
	width:500px;
}
#jwplayer-2-div {
	width:410px;
}
#videoBack {
	background-image:url("../images/VideoPlayerPolaroidBackground.png");
	background-repeat:no-repeat;
	height:420px;
	margin-bottom:30px;
	width:575px;
}

#videoBack .videoWrapper {
	position:relative;
	top:10px;
	left:10px;
}

#videoPlayerText {
	width:500px;
	/*margin:0 auto;*/
}
#playerTitle {
	font-size:14px !important;	
}
#videoPlayerText #playerTitle {
	font-weight:bold;	
	margin-bottom:5px;
	margin-top:10px;
}
#videoPlayerText #playerSubText {
	line-height: 125%;
}
#videoScrollBar, .oppText {
	margin-bottom:20px;
}

.oppTextImg {
	float:left;
	margin-right:10px;
}

.oppText2 {
	float:left;
	margin-bottom:20px;
	width:405px;
}

.oppText3 {
	margin-bottom:0px !important;
}

#MonaVieOpp {
	float:left;
	position:relative;
	top:20px;
	/*margin-top:20px;*/
	margin-bottom:40px;
	width:525px;	
}

#bigBottleImage {
	float:right;
	position:relative;
	top:20px;
	margin-top:20px;
	margin-right:30px;
}

/* FORMULA FOR SUCCESS PAGE 2 */
#FFS2_steps {
	width: 650px; 
	height: 75px;
	background: url("../images/FFS_Buttons.jpg") -11px -433px no-repeat;
	margin:25px 0px;
	padding: 0;
	position: relative;	
}
#FFS2_steps li {	
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}
#FFS2_steps li, 
#FFS2_steps a {
	height: 75px; display: block;
}

#FFS2_steps #panel1 a:hover {
  background: transparent url("../images/FFS_Buttons.jpg") -19px -93px no-repeat;
}
#FFS2_steps #panel2 a:hover {
  background: transparent url("../images/FFS_Buttons.jpg") -223px -433px no-repeat;
}
#FFS2_steps #panel3 a:hover {
  background: transparent url("../images/FFS_Buttons.jpg") -436px -613px no-repeat;
}

#FFS_enrollFrame  {
	float:left;
	position: relative;
	top:20px;
}

#bigBottle2Image {
	float:right;
	position:relative;
	top:20px;
	margin-right:30px;
}

#FFS_ToEnroll {
	list-style: disc;
	padding-left: 30px;
}

/* FORMULA FOR SUCCESS PAGE 3 */
#FFS3_steps {
	width: 650px; 
	height: 75px;
	background: url("../images/FFS_Buttons.jpg") -11px -693px no-repeat;
	margin:25px 0px;
	padding: 0;
	position: relative;	
}
#FFS3_steps li {	
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}
#FFS3_steps li, 
#FFS3_steps a {
	height: 75px; 
	display: block;
}

#FFS3_steps #panel1 a:hover {
  background: transparent url("../images/FFS_Buttons.jpg") -19px -93px no-repeat;
}
#FFS3_steps #panel2 a:hover {
  background: transparent url("../images/FFS_Buttons.jpg") -223px -353px no-repeat;
}
#FFS3_steps #panel3 a:hover {
  background: transparent url("../images/FFS_Buttons.jpg") -436px -693px no-repeat;
}

#FFS_ToGetStarted {
	position:relative;
	/*height:533px;
	background: url("../images/FFS_ToGetStarted.jpg") 0 0 no-repeat;*/
}
/*
#FFS_ToGetStarted p.buildList {
	position:absolute;
	width:500px;
	top:40px;
	left:50px;
}

#FFS_ToGetStarted p.ITS {
	position:absolute;
	width:500px;
	top:220px;
	left:50px;
}

#FFS_ToGetStarted p.plugIntoSystem {
	position:absolute;
	width:500px;
	top:405px;
	left:50px;
}
*/
#bigBottle3Image {
	float:right;
	position:relative;
	top:20px;
	margin-right:30px;
}

#powerUp {
	float:left;
	position:relative;
	top:20px;
}

#powerUp ul li {
	margin-left: 15px;	
	margin-bottom:15px;
	width:500px;
}

#powerUp ul li a {
	color:#4F2E85;
	font-weight:bold;	
}

#powerUp ul li a:hover {
	color:black;
	text-decoration:underline;	
}

  /*------------------------*/
 /* ABOUT BRIG & LITA HART */
/*------------------------*/

.aboutHeaders {
	font-family:'ZurichCnBTBold';
	font-size:20px;
	color:#C19E4E;
	margin-bottom:0px !important;
	margin-top:10px !important;
}

.aboutHeaders>span {
	font-family:'ZurichCnBTBold';
	font-size:14px;
	color:#C19E4E;
	font-style: italic;
}

.readListenParticipateImg {
	width:563px;
}
#onlyJustBegun {
	float:left;
	margin-top:40px;	
	width:525px;
}

#TCM_Image {
	float:right;
	margin-top:40px;
	width:175px;	
}

#TCM_Image p {
	text-align:center;
	width:175px;
}

.TCM_Excerpt {
	margin-bottom:0px !important;
}

#TCM_link a {
	color:#4F2E85;
}

.TCM_link a:hover {
	color:black;
	text-decoration:underline;
}

.TCM_link span {
	
}

.plugIntoSystemBox {
	width:30%;
	margin-right:3%;
	float:left;
	background:url('../images/BG.jpg') top left;
}

.plugIntoSystemBox .plugIntoSystemBoxTop {
	background: url('../images/topRight.jpg') no-repeat top right;
	height:10px;
}

.plugIntoSystemBox .plugIntoSystemBoxBottom {
	background: url('../images/bottomRight.jpg') no-repeat bottom right;
	height:10px;
}

.plugIntoSystemBox p {
	margin:0 10px !important;
}

.plugIntoSystemBoxTitle1 {
	color:black;
	font-weight:bold;
	font-size:1.2em;	
	position:absolute;
	display:block;
}
.plugIntoSystemBoxTitle2 {
	color:#4F2E85;
	font-weight:bold;
	font-size:1.2em;
	position:absolute;
	display:none;
}
.plugIntoSystemBox:hover .plugIntoSystemBoxTitle2 {
	display:block;	
}

#newToMonaVie {
	margin-bottom:10px;
}

  /*------------------------------*/
 /* MANAGE YOUR BUSINESS CLASSES */
/*------------------------------*/
.MYB2x2L {
	margin:0px 20px 0px 0px;
}
.MYB2x2R {
	margin:0px 0px 0px 0px;
}
.MYB2x2 img {
	margin:0px 0px 20px 0px !important;
}
.MYB2x2 p {
	margin:0px !important;
}
.MYB2x2 p.subText{
	font-size:.9em;
}
.MYB2x2 a {
	color:#4F2E85;
	text-decoration:underline;
}
.MYB2x2 a:hover {
	font-weight:bold;
}

/* VIE-COMM */
#vieCommHeaderLoginImg {
	background:url('../images/loginhere_purple.jpg') top left;
	height:27px;
	width:267px;
}

#vieCommHeaderLoginImg ul li a {
	display:block;
	height:27px;
	width:267px;
}
#vieCommHeaderLoginImg:hover {
	background:url('../images/loginhere_rollover.jpg') top left;
}
#vieCommBusinessBuilderBtn {
	background:url('../images/getbuildermembership_button.jpg') top left;
	height:44px;
	width:251px;
	float:right;
}
#vieCommBusinessBuilderBtn ul li a {
	display:block;
	height:44px;
	width:251px;
}
#vieCommBusinessBuilderBtn:hover {
	background:url('../images/getbuildermembership_rollover.jpg') top left;
}
#vieCommBusinessStarterBtn {
	background:url('../images/getstartermembership_button.jpg') top left;
	height:44px;
	width:251px;
	float:right;
}
#vieCommBusinessStarterBtn ul li a {
	display:block;
	height:44px;
	width:251px;
}
#vieCommBusinessStarterBtn:hover {
	background:url('../images/getstartermembership_rollover.jpg') top left;
}

.vieCommMembership {
	list-style: disc;
}
.vieCommMembership li {
	margin-left:40px;
}
.VieCommHowItWorksImg {
	float:left;
	margin-right:20px;
}
.VieCommHowItWorksText {
	float:left;
}

.latestNewsLeft P, .latestNewsRight P {
	margin-bottom:0 !important;
}
.entryThumbMetaCategory A {
	font-weight:normal;
	color:#000000;
}
}

  /*-------------------*/
 /* LIVE WEBCAST PAGE */
/*-------------------*/

.wbBsImg {
		
}
.wbBsCost {
	color:gray;
}
.wbBsText {
}
.wbBsTitle a {
	font-weight:bold;
	color:#C19E4E;
	text-decoration: none;
}
.wbBsTitle a:hover {
	text-decoration: underline;
}
.wbBsLink a, #wbCalndrLink a {
	font-weight:bold;
	color:#4F2E85;
	text-decoration: underline;	
}
.wbBsLink a:hover, #wbCalndrLink a:hover {
	color:black;
}
.wbBsRightSide {
	margin-left:0px;
	margin-right:0px;
}
.wbBsLeftSide {
	margin-left:0px;
	margin-right:20px
}
.wbBsClear {
	margin-bottom:20px;
}

.latestNewsRight P {
	padding-left:0px;
}

  /*-------------------*/
 /* DREAM DAY CLASSES */
/*-------------------*/
/* Yes, I also used inline styles, shoot me.
	I had two days to do it in */
#DD_sidebar>div>div:LAST-CHILD {
	border:none !important;
}

#DD_sidebar a {
	color:#4F2E85;
}
#DD_sidebar a:hover {
	color:black;
	text-decoration:underline;
}
#DD_sidebar>div>div:hover {
	background-color:#fbfbfb;
}

#DD2010 #headerContent {
	background: #EFE9DE url("../microsites/dream-days-2010/images/DreamDaysBackground.png") no-repeat center bottom;
	position:relative;
	z-index:50;
	/*height:451px;*/
}
#DD2010 #headerContent .white_bg {
	/*position:relative;*/
}
#DD2010 #topText {
	position: relative;
}
#DD2010 #bookmark {
	background: url("../microsites/dream-days-2010/images/bookmark_navbar.png") no-repeat;
	position:absolute;
	z-index:200;
	width:314px;
	height:377px;
	top:3.8em;
	left:0em;
}
#DD2010 #bookmark ul {
	position:relative;
	top:8em;
	left:2em;
} 
#DD2010 #bookmark ul li {
	font:17px 'ZurichCnBTBold';
	width:241px;
	height:52px;
	padding-left:20px;
	margin-bottom: -7px;
}
#DD2010 #bookmark ul li a {
	color: black;
	position:relative;
	top:16px;
}
#DD2010 #bookmark>ul>li:LAST-CHILD>a {
	color:#4F2E85;
}

#DD2010 #bookmark ul li:hover {
	background: url("../microsites/dream-days-2010/images/bookmark_bar-hover.png") no-repeat -1px 0px;
}
#DD2010 #bookmark ul li.current_page_item {
	background: url("../microsites/dream-days-2010/images/bookmark_bar-select.png") no-repeat;
}
#DD_mvOpp {
	width:87%;
}

#ddFlyerDownload {
	cursor:pointer;
	margin-left:-3px;
}



.gradient_top {
	background: url("../images/FFS_Gradient-Background-top.png") no-repeat;
	width:489px;
	height:22px;
}

.gradient_bottom {
	background: url("../images/FFS_Gradient-Background-bottom.png") no-repeat;
	width:489px;
	height:19px;
}

.gradient_repeat {
	background: url("../images/FFS_Gradient-Background-repeat.png") repeat-y;
	width:489px;
}

#DD_sidebar H5 {
	margin-top:0px !important;
}
