@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLES */

.center_me{
	text-align:center;
}

/***HOME PAGE***/
#home #bd {
	padding-top:0;
}

#container_bg {
  position:relative;
}
#container_main,
#normal_content,
#video_content {
	position:relative;
	width:1020px;
	height:435px;
	margin:auto;
}

#normal_content {
  background-image:url(../images/home/bg_2010_08-2.jpg);
	background-repeat:no-repeat;
  cursor:pointer;
}

/*
#hiw_video_pod {
  position:absolute;
	top:20px;
	left:760px;
  cursor:pointer;
}*/
	
#get_started{
	position:absolute;
	top:195px;
	left:585px;
}

/*hiw video content*/
/*
#video_content {
  display:none;
}
#video_content #video_started {
  position:absolute;
  right:11px;
  top:391px;
  width:220px;
  text-align:right;
}
#video_content #video_close {
  position:absolute;
  right: 11px;
  text-align:right;
  top:40px;
  width:100px;
}
#video_content #video_close a {
  color:#079ed0;
  text-decoration:none;
}
*/

#container_chips{
  margin: 25px 0px 15px 0px;
}

.chip{
	position:relative;
	float:left;
	top:2px;
	width:275px;
	padding-left:15px;
	padding-right:15px;
}

.chipthumbnail{
	position:relative;
	float:left;
	margin-right:10px;
	height:115px;
}

.chiprightcol{
	float:left;
	width:150px;
}

.chipheadline{
	margin-bottom:5px;
	height:25px;
}

.chiptext{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	margin-bottom:10px;
	line-height:150%;
}


#container_fb_fan_bar {
    position: relative;
    background: repeat-x url('../images/home/fb_like_home_bg.jpg');
    height: 56px;
    margin-top: 25px;
}

#fb_fan_bar {
    background: url('../images/home/fb_like_home_teaser.jpg') no-repeat;
    width: 820px;
    height: 56px;
    margin: 0 0 0 100px;
}

.fb_fanbox {
    height: 56px;
    width: 160px;
    overflow: hidden;
    float: right;
}

.fb_fanbox .fb_fanbox_inner {
    margin: -4px 0 0 -60px;
}


/* dazzle deal modal */


.dazzledeal_modal{
	padding:0; 
	border:0;  
	width:620px;
	height:417px;

}

#dd_modal_container_main{
	position:relative;
	font:verdana 11px;
}

#dd_modal_container_main a {
	text-decoration:none;
	color: #079ed0;
}

#dd_modal_container_top{
	background: url('../images/home/bg_dd_top.gif') repeat-x;
	width:620px;
	height:318px;
}

#closeDD{
	text-align:right;
	padding-right:25px;
	padding-top:20px;
}

#dd_dealwaiting{
	position:absolute;
	top:73px;
	left:112px;
}

#dd_cta_button{
	position:absolute;
	top:246px;
	left:172px;
}

#dd_modal_container_bottom{
	position:relative;
	background: url('../images/home/bg_dd_bottom.gif') repeat-x;
	width:620px;
	height:99px;
}

#dd_tr_label{
	position:absolute;
	left:120px;
	top:35px;
}

#dd_clock_container{
	position:absolute;
	left:300px;
	top:27px;
}

#dd_bar_clock_modal {
  background:transparent url('../images/showroom/dd_bar_clock.png') no-repeat 0 0;
  color:#000000;
  height:35px;
  padding:2px 0 0 36px;
  width:150px;
  font-family:arial;
  font-size:2.9em;
  line-height:0.95em;
}
#dd_bar_clock span {
  font-family:inherit;
}
#dd_seconds{
  color:#FF8923;
}
#dd_seconds_modal{
  color:#c28930;
}
#dd_expired{
  color:#a49ea7;
}

/* DAZZLE AVENUE LANDING PAGE  */

#da_container_main{
	position:relative;
	width:1020px;
	height:512px;
	background-image:url(../images/static/da_bg_main.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#da_headline{
	position:absolute;
	top:25px;
	left:365px;
}

#da_subhed{
	position:absolute;
	top:160px;
	left:465px;
}

#da_bullets{
	position:absolute;
	top:215px;
	left:560px;
}

#da_signin{
	position:absolute;
	top:360px;
	left:610px;
	text-align:center;
}

#da_getstarted{
	position:absolute;
	top:360px;
	left:815px;
	text-align:center;
}

#da_gotoshowroom{
	position:absolute;
	top:370px;
	left:665px;
}

#da_tagline{
	position:absolute;
	top:465px;
	left:595px;
}

#dazzleavenue_landing #ft_bg {
	margin-top:0;
}

/* HOW IT WORKS */


#hiw_left_col{
	float:left;
	width:655px;
}
#hiw_right_col {
  margin-right:40px;
  font-size:0.9em;
  width: 310px;
  float:right;
}

#hiw_try_shoedazzle {
  width:270px;
  padding:15px;
  border: 5px solid #eae5fe;
  margin-top: 10px;
}

 ul.hiw_bullets{
	font-weight:bold;
	padding-left:1.5em;
  color:#000000;
}

ul.hiw_bullets li {
	margin-bottom:0;
}

#hiw_button {
  text-align:center;
  margin-top:20px;
  margin-bottom:30px;
}


ul.numbers{
	list-style:none outside none;
	padding-left:0px;
}

ul.numbers li {
	height:40px;	
}

ul.numbers li .vert_shift {
	position:relative;
	top:8px;
}

.note {
	font-size: .9em;
	font-style:italic;
}

.box{
	border: solid #E1D9FD;
	margin-bottom: 18px;
	padding: 16px;
}


/*hiw video content*/

#hiw_video_banner_1_container{
  margin-bottom:10px;
  cursor:pointer;
}


#hiw_video_banner_2_container{
  position:relative;
  margin-left:42px;
  /* margin-bottom:10px; */
  top:10px;
  cursor:pointer;
}


#hiw_video_content {
  display:none;
  position:relative;

}
#hiw_video_content #hiw_video_started  {
  position:absolute;
  right:11px;
  top:391px;
  width:220px;
  text-align:right;
}
#hiw_video_content #hiw_video_close {
  position:absolute;
  right: 11px;
  text-align:right;
  top:40px;
  width:100px;
}
#hiw_video_content #hiw_video_close a {
  color:#079ed0;
  text-decoration:none;
}
#howItWorks #member_hdr_container{
  margin-bottom:0px;
}



/* NEW FAQ w/ jQuery */
#faq_options {
  text-align:right;
}

dl.faq{
  border-bottom:1px solid #B2B2B2;
  padding-bottom:10px;
}

dl.faq dt {
	margin-top:10px;
	padding-top:10px;
	border-top: 1px solid #b2b2b2;
  padding-left: 18px;
  background: transparent url('../images/shared/blue_carat.gif') no-repeat -18px 14px;
}
dl.faq dt a {
  background-color:#fff;
}
dl.faq dt.open {
  background-position: 0px 14px;
}

dl.faq dd {
	color: #666;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:18px;
  line-height:1.6em;
}

.faq ol {
	padding: 10px 0 0 20px;
}
.faq ol li {
	list-style: decimal;
	padding: 0 0 0px 10px;
	margin-top:1em;
}

/* SHOE TRENDS */


/****Shoe Trends Slideshow******/
#slideshow_container { margin: auto; overflow: hidden; margin-bottom: 25px; width:800px; }
#slideshow_container .slideshow_center {width:710px; float:left; margin-left:5px; margin-right:5px;}

#slideshow_container .slideshow_center ul.navigation { margin:0; padding:0; margin-top: 5px;}
#slideshow_container .slideshow_center ul.navigation li { width: 20px; height:20px; float: left; list-style: none; margin:2px; }
#slideshow_container .slideshow_center ul.navigation li.nav_1 {margin-left:0;}
#slideshow_container .slideshow_center ul.navigation li a { width: 20px; height:20px; display: block; }
#slideshow_container .slideshow_center ul.navigation li.nav_1 a { background:transparent url('../images/shoe_trends/nav_1.jpg') no-repeat 0 0; }
#slideshow_container .slideshow_center ul.navigation li.nav_2 a { background:transparent url('../images/shoe_trends/nav_2.jpg') no-repeat 0 0; }
#slideshow_container .slideshow_center ul.navigation li.nav_3 a { background:transparent url('../images/shoe_trends/nav_3.jpg') no-repeat 0 0; }
#slideshow_container .slideshow_center ul.navigation li.nav_4 a { background:transparent url('../images/shoe_trends/nav_4.jpg') no-repeat 0 0; }
#slideshow_container .slideshow_center ul.navigation li.nav_5 a { background:transparent url('../images/shoe_trends/nav_5.jpg') no-repeat 0 0; }
#slideshow_container .slideshow_center ul.navigation li.nav_6 a { background:transparent url('../images/shoe_trends/nav_6.jpg') no-repeat 0 0; }
#slideshow_container .slideshow_center ul.navigation li.nav_7 a { background:transparent url('../images/shoe_trends/nav_7.jpg') no-repeat 0 0; }
#slideshow_container .slideshow_center ul.navigation li.nav_8 a { background:transparent url('../images/shoe_trends/nav_8.jpg') no-repeat 0 0; }
#slideshow_container .slideshow_center ul.navigation li a.activeSlide { background-position: 0px -20px; }
#slideshow_container .slideshow_center ul.navigation li a:hover { background-position: 0px -20px; }
#slideshow_container .slideshow_center ul.navigation li a:active { background-position: 0px -19px; }
#slideshow_container .slideshow_center ul.navigation li a img { border: none; display: block; }

#slideshow_container .prev, #slideshow_container .next {
  display:block;
  cursor:pointer;
  height:75px;
  margin-top:275px;
  width:40px;
}
#slideshow_container .prev {
  background:transparent url('../images/shoe_trends/arrow_left.jpg') no-repeat scroll 0 0;
  float:left;
}
#slideshow_container .next {
  background:transparent url('../images/shoe_trends/arrow_right.jpg') no-repeat scroll 0 0;
  float:left;
}
#slideshow_container .prev:hover, #slideshow_container .next:hover {
  background-position:-40px 0;
}
#slideshow_container .prev:active, #slideshow_container .next:active {
  background-position:-80px 0;
}
#slideshow_container #shoes_disclaimer {
  font-size: 0.8em;
  text-align:right;
  float:right;
  width: 525px;
  line-height:120%;
}

/* TESTIMONIALS */

.testimonial_section .testimonial_header, .testimonial_section .read_more, .testimonial_section .read_more_link, .testimonial_section .quote_member {
  margin-left: 50px;
}
.testimonial_section .testimonial_quote {
  margin-left: 10px;
}
.testimonial_section .quote_member {
  margin-top:15px;
}
.testimonial_section .read_more_link {
  display:none;
  margin-bottom:35px;
}
.testimonial_section .read_more {
  margin-right:50px;
  margin-bottom:25px;
}
.testimonial_section .cite_member {
  font-weight: bold;
  font-style: italic;
}

/* CONTACT US */
.address {
	font-weight:bold;
}

/* ABOUT US */
#aboutUs .module {
  border: 2px solid #d9d9d7;
  margin-bottom:20px;
}
#aboutUs .module#videos_module {
  padding: 15px;
}
#aboutUs .module#videos_module .left {
  float: left;
  width: 45%;
  padding:0px;
}

#aboutUs .module#videos_module .right {
  float: right;
  width: 45%;
  padding:0px;
}

#aboutUs .module#videos_module a img {
  border: solid 4px #e7dff4;
}

#aboutUs .module#videos_module a:hover img,
#aboutUs .module#videos_module a:active img {
  border-color: #fd36d7;
}

#aboutUs .module#videos_module p {
  margin:10px 0px 0px 0px;
  font-size: 0.9em;
  line-height: 1.2em;
}

/* Oprah landing page -- shoe is in stock */


#op_container_main{
	position:relative;
	width:1020px;
	height:418px;
	background-image:url(../images/oprah/bg_op_landing.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#op_headline{
	position:absolute;
	top:30px;
	left:40px;
}

#op_subhed{
	position:absolute;
	top:130px;
	left:140px;
}

#op_bullets{
	position:absolute;
	top:175px;
	left:80px;
}

#op_price{
  position:absolute;
  top:175px;
  left:400px;
}

#op_getstarted{
	position:absolute;
	top:355px;
	left:195px;
	text-align:center;
}


#op_signin{
	position:absolute;
	top:393px;
	left:242px;
	text-align:center;
}

#op_gotoshowroom{
/* if needed for logged-in state */
}

#op_landing_bottom_bar{
  position:relative;
  width:1020px;
  height:77px;
  background-color:#442f59;
}

#op_landing_join{
  position:absolute;
  left:40px;
  top:15px;
}

#op_landing_official{
  position:absolute;
  left:653px;
  top:15px;
}

/* Oprah landing page -- shoe is out of stock */


#op_oos_container_main{
	position:relative;
	width:1020px;
	height:418px;
	background-image:url(../images/oprah/bg_op_oos_landing.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#op_oos_headline{
	position:absolute;
	top:44px;
	left:230px;
}

#op_oos_subhed{
	position:absolute;
	top:90px;
	left:280px;
}

#op_oos_bullets{
	position:absolute;
	top:153px;
	left:514px;
}

#op_oos_price{
  position:absolute;
  top:153px;
  left:858px;
}

#op_oos_getstarted{
	position:absolute;
	top:346px;
	left:632px;
	text-align:center;
}


#op_oos_signin{
	position:absolute;
	top:384px;
	left:678px;
	text-align:center;
}

#op_oos_gotoshowroom{
/* if needed for logged-in state */
}

#op_oos_landing_bottom_bar{
  position:relative;
  width:1020px;
  height:40px;
  background-color:#442f59;
}

/* ANYA SARRE LANDING PAGE */

#anya_hero{
  
}

.anya_left_col_610{
	float:left;
	width:635px;
	color:#91898d;
}
.anya_right_col_300{
	float:right;
	width:280px;
	color:#91898d;
}

.anya_right_col_300 .module#videos_module .left {
  float: left;
  width: 45%;
  padding:0px;
  font-size:10px;
}

.anya_right_col_300 .module#videos_module .right {
  float: right;
  width: 45%;
  padding:0px;
  font-size:10px;
}

.anya_right_col_300 .module#videos_module a img {
  border: solid 4px #e7dff4;
}

.anya_right_col_300 .module#videos_module a:hover img,
.anya_right_col_300 .module#videos_module a:active img {
  border-color: #fd36d7;
}

