div.homeBottom
{
    float:left;
	position:relative;
    height:430px;
    margin-bottom:40px;
    padding-bottom:40px;
    width:100%;
}

.ie div.homeBottom
{
	min-height:425px;
	height:425px;
	float:none;
	margin-bottom:auto;
}

.ie7 div.homeBottom
{
	margin-bottom:40px;
}

.anonymous .searchTopBar
{
	margin: 0px;
	position: absolute;
	top: 299px;
	width: auto;
	z-index: 100;
	border: solid 2px #0177B4;
}

.anonymous .searchContainer
{
	padding-top: 0px;
	padding-left: 7px;
	border: none;
}

.anonymous .searchInput
{
	font-size: 16px;
	margin-top: 9px;
	margin-bottom: 0px;
	vertical-align: top;
}

.anonymous .searchButton
{
    background: #00B22B url('/images/HomePage_Search_Background.png') repeat-x;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
	border: solid 1px #00B22B;
	height: 34px;
	margin: 2px;
}

.anonymous .searchButton:hover
{
    background: #0077b3 url(/images/HomePage_Search_Background_Hover.png) repeat-x;
    text-decoration: underline;
}

.ottHome
{
    display:inline-block;   
}


/* Hack:  IE does not catch click event on transparent elements, 
   this is required for OTT Click Tracking! (using background-color or
   background-image causes clicks to be fired, but this "1x1" implementation
   maintains transparency with negative positioning. */
.ie .primaryMessageSelector5to8, 
.ie .primaryMessageSelector9to12, 
.ie .secondaryMessageSelector,
.ie .plansAndPricingSelector,
.ie .heroImageOverlaySelector,
.ie .heroImageSmallOverlaySelector,
.ie .heroImageTopOverlaySelector,
.ie .heroImageBottomOverlaySelector,
.ie .heroImageHeaderSelector,
.ie .logosSelectorOverlay
{
	background-image:url('/images/1x1.gif');
	background-position:top;
	background-repeat:no-repeat;
	background-position:-100px;
}

/* ------------------------------------------------------------- */
/* HEADER ("Welcome to..." text and "See plans..." button)       */
/* ------------------------------------------------------------- */

#SlideSection
{
	margin-top: 20px;	
}

#SlideHeader
{
	width: 928px;
	margin-left: 10px;
    background: #FFFFFF url('/images/module_top_shading.png') repeat-x left top;
	border: solid 1px #DADADA;
    border-bottom: none;
}

#SlideHeader .innerContainer
{
    border:solid 1px #fff;
    border-bottom: none;
	padding: 10px 14px 11px 15px;
}

/* ------------------------------------------------------------- */
/* SLIDE SHOW                                                    */
/* ------------------------------------------------------------- */

#SlideshowContent
{
	clear: both;
	background: url(/images/slide_blank.jpg) no-repeat center center;
	width: 950px;
	height: 413px !important;
	position: relative;
}

#Slideshow
{
   height: 413px !important;
   max-height: 413px !important; 
}

.slideShowImage
{
    display: none;
    height: 413px;
    width: 950px;
}

.ie6 .slideShowImage
{
    font-size: 0px;
}

.ie7 #Slideshow .slideShowImage,
.ie8 #Slideshow .slideShowImage
{
    filter: alpha(opacity=100);
}

/* ------------------------------------------------------------- */
/* TEXT OVERLAY ON SLIDE SHOW                                    */
/* ------------------------------------------------------------- */

#Slideshow h4
{
	color: #fff;
	font-size: 48px;
	margin-bottom: 2px;
}

#Slideshow .textContainer
{
	font-size: 16px;
	font-weight: bold;
	left: 26px;
	position: absolute;
	top: 268px;
	width: 429px;
	line-height: 1.2em;
}

/* ------------------------------------------------------------- */
/* CLICK-TRACKING OVERLAY ON SLIDESHOW                           */
/* ------------------------------------------------------------- */
#SlideshowContent .heroImageOverlaySelector
{
	display:block;
	position:absolute;
	width:896px;
	height:260px;
	margin-left:26px;
	margin-top:0px;
	z-index:300;
}

/* ------------------------------------------------------------- */
/* SEARCH BAR                                                    */
/* ------------------------------------------------------------- */

#SlideshowContent .searchTopBar
{
	left: 483px;
}


#WhatSetsUsApartAndPricing
{
    background: #FFFFFF url('/images/module_top_shading.png') repeat-x left top;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom:10px;
	width: 928px;
	float: left;
	display: inline;
	border: solid 1px #DADADA;
}

#WhatSetsUsApartAndPricing .innerContainer
{
    border:solid 1px #fff;
	padding: 0px 0px 14px 14px;
}

#WhatSetsUsApart
{
	margin-right: 30px;
	margin-top: 10px;
	width: 429px;
	float: left;
	color: #807F7C;
	line-height: 1.5em;
}

#WhatSetsUsApart h3
{
    color: #33322E;
    margin: 0px;
}

#WhatSetsUsApart h6
{
    color: #33322E;
    margin: 15px 0px 3px 0px;
}

/* ---------------------------------------------- */
/* OVERALL                                        */
/* ---------------------------------------------- */

#PlanContent
{
	float: left;
	width: 439px;
}

#PlanContent #PricingCurrency
{
	line-height: 20px;
	height: 20px;
	color: #BFBFBE;
	text-align: right;
}

#PlanContent #PlanInnerContent
{
	border: solid 1px #BFBFBE;
    background: #F6F6F6 url(/images/Home_PlansAndPricing_Background.png) repeat-x left bottom;
	padding: 0px 14px 0px 15px;
}

/* ---------------------------------------------- */
/* HORIZONTAL RULES                               */
/* ---------------------------------------------- */

#PlanContent .separator
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#PlanContent hr
{
	border: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

#PlanContent hr.lightgrayrule
{
	border-top: 1px solid #DADADA;
}

#PlanContent hr.darkgrayrule
{
	border-top: 1px solid #BFBFBE;
	border-bottom: 1px solid #fff;
}

.ie6 #PlanContent hr.darkgrayrule
{
	height: 2px;
}

/* ---------------------------------------------- */
/* PLANS AND PRICING                              */
/* ---------------------------------------------- */

#PlanContent .planbox
{
	clear: both;
	border: 0px solid transparent;
	color: #807F7C;
}

#PlanContent .planbox .plandescription
{
	padding: 20px 0px 20px 0px;
	float: left;
}

.ie6 #PlanContent .planbox .plandescription
{
	/* Reduce padding on IE6 because IE6 automatically adds 8px of vertical
	space above and below every "hr" */
	padding: 20px 0px 12px 0px;
}

#PlanContent .planbox h6
{
	font-size: 21px;
    color: #00AAFF;
	font-weight: bold;
    margin-bottom: 8px;
}

#PlanContent .planbox .planprice
{
	text-align: right;
	padding: 1px;
}

#PlanContent .planbox h4
{
	font-size: 42px;
	line-height: 42px;
	color: #33322E;
    margin: 5px 0px 3px 0px;
    padding: 0px;
}

/* ---------------------------------------------- */
/* BIG GREEN BUTTON                               */
/* ---------------------------------------------- */

#PlanContent #PriceAction
{
	clear: both;
	padding: 24px 0px;
	text-align: center;
	height: 48px;
}

#PlanContent div.button-planspricing-large
{
    float:right;
    position:relative;
    left:-50%;
}

#PlanContent a.button-planspricing-large
{
    position:relative;
    left:50%;
        padding: 0 8px;

}


#SpecialOffer
{
    clear:both;
	width: 896px;
	padding-top: 16px;
}

#SpecialOfferInnerContainer
{
	width: 100%;
	height: 32px;
    border: dashed 1px #BFBFBE;
    background: url('/images/background_special_offer.png') repeat-x left top;
	line-height:32px;
	text-align: center;
}

#SpecialOffer h5
{
    font-weight:bold;
}

#SpecialOffer p, #SpecialOffer h5
{
    display:inline;
    font-size: 15px;
}

#TwoColumnContent #RightColumn #Promo
{
    background: #FFFFFF url('/images/module_top_shading.png') repeat-x left top;
	border:1px solid #dadada;
    float: right;
    margin: 20px 0px 0px 10px;
    height:100%;
    min-height:100%;
    padding: 20px 16px 16px 16px;
    width: 423px;
    color: #807f7c;
    font-size: 11px;
}

#fixedWidthContainer #Promo
{
    background: #FFFFFF url('/images/module_top_shading.png') repeat-x left top;
	border:1px solid #dadada;
    float: right;
    margin: 20px 10px 20px 0px;
    height:100%;
    min-height:100%;
    padding: 20px 16px 10px 15px;
    width: 423px;
    color: #807f7c;
    font-size: 11px;
}

.ie6 #fixedWidthContainer #Promo
{
	margin-right:5px;
}

#LeftContainer
{
    width: 178px;
    float: left;
}

#RightContainer
{
    width: 229px;
    float: right;
}

#TwitterLinkContainer, #FacebookLinkContainer
{
    padding-top: 10px;
    vertical-align:middle;
    clear:left;
}

#twitterIcon
{
    height: 30px;
    width: 30px;
    padding-right: 8px;
    vertical-align:middle;
    
}

#facebookIcon
{
    height: 30px;
    width: 30px;
    padding-right: 8px;
    float:left;
    vertical-align:middle;
}

.en-us #facebookIcon,
.en-gb #facebookIcon
{
	float:inherit;
}

#inspiresImage
{
    height: 304px;
    width: 228px;
}

#PromoHeading
{
    font-size: 16px;
    font-weight: bold;
    color: #33322e;
    padding-bottom: 20px;
}

#PromoSubHeading
{
    font-size: 12px;
    font-weight: bold;
    color: #33322e;
    padding-top: 20px;
}

#Promo h5.twitterLink
{
    border: 1px solid #bfbfbe;
    margin: 10px 0 0 0;
    padding: 10px;
    height: 35px;
}

.es #Promo h5.twitterLink,
.de #Promo h5.twitterLink,
.ja #Promo h5.twitterLink
{
    font-size: 11px;
}

.promo-background
{
	background: url(/images/promo_bar_background.png) repeat-x center bottom;
}

.promo-background-hover
{
	background: url(/images/promo_bar_background_hover.png) repeat-x center bottom;
}

#PlanDetails
{
    background-color: #ececec;
    float : left;
    margin: 22px 0 0 0;
    padding: 16px;
}

#PlanDetails div.detailsLeft
{
    border-right: 1px solid #ffffff;
    float: left;
    padding-right: 20px;
    width: 446px;
}

#PlanDetails.legacy div.detailsLeft
{
    width: 322px;
}

#PlanDetails div.detailsRight
{
    float: right;
    padding-left: 20px;
    width: 207px;
}

#PlanDetails.legacy div.detailsRight
{
    width: 331px;
}

#PlanDetails div.detailsLeft p.description
{
    margin-top: 8px;
}

#PlanDetails div.detailsRight p.description
{
    margin-top: 4px;
}

#PlanDetails ul.offerList
{
    margin-top: 5px;
}

#CollectionsLink
{
    font-weight: normal;
}

#PlanDetails ul.offerList li
{
    background:url(/images/bullet_33322E_3x3.gif) no-repeat left 7px;
    padding-left: 8px;
    margin-top: 4px;
}

#PlanDetails h6.accessInfo
{
    margin-top: 24px;
}

#CollectionsList
{
    display: none;
    float: left;
    width: 380px;
}

#CollectionsList h6.header
{
    border-bottom: 1px solid #bfbfbe;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#CollectionsList div.leftColumn
{
    float: left;
    margin-right: 20px;
    width: 180px;
}

#CollectionsList h6.userCollections
{
    margin-top: 20px;
}

#CollectionsList div.rightColumn
{
    float: right;
    width: 180px;
}

#CollectionsList ul li
{
    background:url(/images/bullet_807f7c_3x3.png) no-repeat left 7px;
    padding-left: 8px;
}