/*
	# AUTHOR : Rishee Patel
	# DESCRIPTION : Global
	# CREATED : 05.12.12
*/

/*
	# ----------------- SELECTION
*/
::selection {
	background: #c444c1; /* Safari */
	color:#fff;
}
::-moz-selection {
	background: #c444c1; /* Firefox */
	color:#fff;
}

/*
 # ----------------- RESET
 */
* {
	margin: 0;
	padding: 0;
}

/*
 # ----------------- HTML5
 */
header, nav, footer, section, hgroup, small {
	display: block;
}

/*
 # ----------------- BODY
 */
body {
	font: 75%/1.29em "HelveticaNeue", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #999;
	background: #fff;
}

/*
 # ----------------- GENERAL
 */
a img {
	border: none;
}
.clear_fix {
	clear:both;
}

/*
	# ----------------- BUTTONS
*/
.ssb_action_button {
	text-align:center;
}
.ssb_action_button .action_count {
	font-size:11px;
}

/* // -- Follow button */
.ssb_action_button .follow_button_wrap {
	width:102px;
	font-size:10px;
	line-height:10px;
	text-align:center;
}
.ssb_action_button .follow_button_wrap .follow,
.ssb_action_button .follow_button_wrap .following {
	width:100px;
	height:22px;
	text-indent:-9999em;
	border-radius:4px;
	border:1px solid #efa1ed;
	cursor:pointer;
	background-image:url('/images/site/actions/act_follow_terms.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#fbe7fa;
	background-color:rgba(215, 21, 210, 0.1);
}
.ssb_action_button .follow_button_wrap .follow:hover,
.ssb_action_button .follow_button_wrap .follow.hovered {
	background-color: #D715D2;
    background-position: 0 -22px;
}
.ssb_action_button .follow_button_wrap .following {
	background-position:0px -44px;
	background-color:transparent;
	border-color:transparent;
}
.ssb_action_button .follow_button_wrap .following:hover,
.ssb_action_button .follow_button_wrap .following.hovered {
	background-position:0px -66px;
	background-color:#fff;
	border-color:#d6d6d6;
}

.ssb_action_button .follow_button_wrap.variant_2 .follow {
	background-color: rgba(215, 21, 210, 0.7);
    background-position: 0 -22px;
    border-color: transparent;
}
.ssb_action_button .follow_button_wrap.variant_2 .follow:hover {
	background-color:#D715D2;
}
.ssb_action_button .follow_button_wrap.variant_2 .following {
	border-color:transparent;
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.9);
}

.ssb_action_button .follow_button_wrap.variant_3 > div {
	width:88px;
	height:19px;
	background-image:url("/images/site/lookbook/lb_follow_btn.png");
}
.ssb_action_button .follow_button_wrap.variant_3 .follow {
	border:none;
	background-color:#2D2D2D;
}
.ssb_action_button .follow_button_wrap.variant_3 .follow:hover {
	border:none;
	background-position:0px 0px;
	background-color:#C444C1;
}
.ssb_action_button .follow_button_wrap.variant_3 .following {
	border:none;
	background-position:0 -19px;
	background-color:#5B345A;
}
.ssb_action_button .follow_button_wrap.variant_3 .following:hover {
	background-position:0 -38px;
}

.ssb_action_button .follow_button_wrap.blogger {
	width:227px;
}
.ssb_action_button .follow_button_wrap.blogger .follow,
.ssb_action_button .follow_button_wrap.blogger .following {
	width:225px;
	background-image:url('/images/site/actions/act_followblogger_terms.png');
}

.ssb_action_button .follow_button_wrap.textual,
.ssb_action_button .follow_button_wrap.textual div,
.ssb_action_button .follow_button_wrap.textual span {
	display:inline;
	border-radius:0px;
	border:none;
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	font-family: "HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	background:none;
	color:#C444C1;
}
.ssb_action_button .follow_button_wrap.textual div:hover {
	border-bottom:1px dotted #C444C1;
	background:none;
}

/* // -- Like button */
.ssb_action_button .like_button_wrap {
	width:83px;
	font-size:10px;
	line-height:10px;
	text-align:center;
}
.ssb_action_button .like_button_wrap .like,
.ssb_action_button .like_button_wrap .liked {
	width:81px;
	height:22px;
	text-indent:-9999em;
	border-radius:4px;
	border:1px solid #efa1ed;
	cursor:pointer;
	background-image:url('/images/site/actions/act_like_terms.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#fbe7fa;
	background-color:rgba(215, 21, 210, 0.1);
}
.ssb_action_button .like_button_wrap .like:hover,
.ssb_action_button .like_button_wrap .like.hovered {
	background-color: #D715D2;
    background-position: 0 -22px;
}
.ssb_action_button .like_button_wrap .liked {
	background-position:0px -44px;
	background-color:transparent;
	border-color:transparent;
}
.ssb_action_button .like_button_wrap .liked:hover,
.ssb_action_button .like_button_wrap .liked.hovered {
	background-position:0px -66px;
	background-color:#fff;
	border-color:#d6d6d6;
}
.ssb_action_button .like_count_wrap {
	display:block;
	float:left;
	font-size:10px;
	line-height:24px;
	color:#000;
}
.ssb_action_button .like_count_wrap .icon {
    display:block;
    float:left;
    height:11px;
    margin:7px 5px 0 0;
    width:15px;
    background:url("/images/site/feed/spr_feed_icons.gif") no-repeat -27px -119px;
}

.ssb_action_button .like_button_wrap.variant_2 .like {
	background-color: rgba(215, 21, 210, 0.7);
    background-position: 0 -22px;
    border-color: transparent;
}
.ssb_action_button .like_button_wrap.variant_2 .like:hover {
	background-color:#D715D2;
}
.ssb_action_button .like_button_wrap.variant_2 .liked {
	border-color:transparent;
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.9);
}

.ssb_action_button .like_button_wrap.variant_3 > div {
	width:66px;
	height:19px;
	background-image:url("/images/site/lookbook/lb_like_btn.png");
}
.ssb_action_button .like_button_wrap.variant_3 .like {
	border:none;
	background-color:#2D2D2D;
}
.ssb_action_button .like_button_wrap.variant_3 .like:hover {
	border:none;
	background-position:0px 0px;
	background-color:#C444C1;
}
.ssb_action_button .like_button_wrap.variant_3 .liked {
	border:none;
	background-position:0 -38px;
	background-color:#5B345A;
}
.ssb_action_button .like_button_wrap.variant_3 .liked:hover {
	background-position:0 -19px;
}

.ssb_action_button .like_button_wrap.textual,
.ssb_action_button .like_button_wrap.textual div,
.ssb_action_button .like_button_wrap.textual span {
	display:inline;
	border-radius:0px;
	border:none;
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	background:none;
	color:#C444C1;
}
.ssb_action_button .like_button_wrap.textual div:hover {
	border-bottom:1px dotted #C444C1;
	background:none;
}

/* ---- */
/* // -- Love button */
.ssb_action_button .love_button_wrap,
.ssb_action_button .want_button_wrap,
.ssb_action_button .own_button_wrap {
	width:83px;
	font-size:10px;
	line-height:10px;
	text-align:center;
}
.ssb_action_button .love_button_wrap .love,
.ssb_action_button .love_button_wrap .loved,
.ssb_action_button .want_button_wrap .want,
.ssb_action_button .want_button_wrap .wanted,
.ssb_action_button .own_button_wrap .own,
.ssb_action_button .own_button_wrap .owned {
	width:81px;
	height:22px;
	text-indent:-9999em;
	border-radius:4px;
	border:1px solid #efa1ed;
	cursor:pointer;
	background-image:url('/images/site/actions/act_love_terms.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#c444c1;
	background-color:rgba(215, 21, 210, 0.1);
}
.ssb_action_button .love_button_wrap .love:hover,
.ssb_action_button .want_button_wrap .want:hover,
.ssb_action_button .own_button_wrap .own:hover {
	background-color: #D715D2;
    background-position: 0 -22px;
}
.ssb_action_button .love_button_wrap .loved,
.ssb_action_button .want_button_wrap .wanted,
.ssb_action_button .own_button_wrap .owned {
	background-position:0px -44px;
	background-color:transparent;
	border-color:transparent;
}
.ssb_action_button .love_button_wrap .loved:hover,
.ssb_action_button .want_button_wrap .wanted:hover,
.ssb_action_button .own_button_wrap .owned:hover {
	background-position:0px -66px;
	background-color:#fff;
	border-color:#d6d6d6;
}

.ssb_action_button .love_button_wrap.variant_2 .love,
.ssb_action_button .want_button_wrap.variant_2 .want,
.ssb_action_button .own_button_wrap.variant_2 .own {
	background-color: rgba(215, 21, 210, 0.7);
    background-position: 0 -22px;
    border-color: transparent;
}
.ssb_action_button .love_button_wrap.variant_2 .love:hover,
.ssb_action_button .want_button_wrap.variant_2 .want:hover,
.ssb_action_button .own_button_wrap.variant_2 .own:hover {
	background-color:#D715D2;
}
.ssb_action_button .love_button_wrap.variant_2 .loved,
.ssb_action_button .want_button_wrap.variant_2 .wanted,
.ssb_action_button .own_button_wrap.variant_2 .owned {
	border-color:transparent;
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.9);
}
.ssb_action_button .want_button_wrap .want,
.ssb_action_button .want_button_wrap .wanted {
	background-image:url('/images/site/actions/act_want_terms.png');
}
.ssb_action_button .own_button_wrap .own,
.ssb_action_button .own_button_wrap .owned {
	background-image:url('/images/site/actions/act_own_terms.png');
}

.ssb_action_button .love_button_wrap.variant_2 .love,
.ssb_action_button .want_button_wrap.variant_2 .want,
.ssb_action_button .own_button_wrap.variant_2 .own {
	background-color: rgba(215, 21, 210, 0.7);
    background-position: 0 -22px;
    border-color: transparent;
}
.ssb_action_button .love_button_wrap.variant_2 .love:hover,
.ssb_action_button .want_button_wrap.variant_2 .want:hover,
.ssb_action_button .own_button_wrap.variant_2 .own:hover {
	background-color:#D715D2;
}
.ssb_action_button .love_button_wrap.variant_2 .loved,
.ssb_action_button .want_button_wrap.variant_2 .wanted,
.ssb_action_button .own_button_wrap.variant_2 .owned {
	border-color:transparent;
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.9);
}

.ssb_action_button .love_button_wrap.variant_3 > div {
	width:66px;
	height:19px;
	background-position:-8px -23px;
}
.ssb_action_button .love_button_wrap.variant_3 .love {
	border:none;
	background-color:#2D2D2D;
}
.ssb_action_button .love_button_wrap.variant_3 .love:hover {
	border:none;
	background-position:-8px -23px;
	background-color:#C444C1;
}
.ssb_action_button .love_button_wrap.variant_3 .loved {
	border:none;
	background-position:-7px -89px;
	background-color:#5B345A;
}
.ssb_action_button .love_button_wrap.variant_3 .loved:hover {
	background-position:-7px -111px;
}


.general_follow_button {
	width:102px;
	font-size:10px;
	line-height:10px;
	text-align:center;
}
.general_follow_button .follow,
.general_follow_button .following {
	width:100px;
	height:22px;
	text-indent:-9999em;
	border-radius:4px;
	border:1px solid #efa1ed;
	cursor:pointer;
	background-image:url('/images/site/actions/act_follow_terms.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#fff;
	background-color:rgba(215, 21, 210, 0.1);
}
.general_follow_button .follow:hover,
.general_follow_button .follow.hovered {
	background-color: #D715D2;
    background-position: 0 -22px;
}
.general_follow_button .following {
	background-position:0px -44px;
	background-color:transparent;
	border-color:transparent;\
}
.general_follow_button .following:hover,
.general_follow_button .following.hovered {
	background-position:0px -66px;
	background-color:#fff;
	border-color:#d6d6d6;
}
/* // -- Love button */
.general_love_button {
	width:83px;
	font-size:10px;
	line-height:10px;
	text-align:center;
}
.general_love_button .love,
.general_love_button .loved {
	width:81px;
	height:22px;
	text-indent:-9999em;
	border-radius:4px;
	border:1px solid #efa1ed;
	cursor:pointer;
	background-image:url('/images/site/actions/act_love_terms.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:rgba(215, 21, 210, 0.1);
}
.general_love_button .love:hover,
.general_love_button .love.hovered {
	background-color:#d715d2;
	background-position:0px -22px;
}
.general_love_button .loved {
	background-position:0px -44px;
	background-color:transparent;
	border-color:transparent;
}
.general_love_button .loved:hover,
.general_love_button .loved.hovered {
	background-position:0px -66px;
	background-color:#fff;
	border-color:#d6d6d6;
}
.general_love_button .count_h {
	display:block;
	padding-top:8px;
}
/* // -- Want button */
.general_want_button {
	width:83px;
	font-size:10px;
	line-height:10px;
	text-align:center;
}
.general_want_button .want,
.general_want_button .wanted {
	width:81px;
	height:22px;
	text-indent:-9999em;
	border-radius:4px;
	border:1px solid #efa1ed;
	cursor:pointer;
	background-image:url('/images/site/actions/act_want_terms.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:rgba(215, 21, 210, 0.1);
}
.general_want_button .want:hover,
.general_want_button .want.hovered {
	background-color:#d715d2;
	background-position:0px -22px;
}
.general_want_button .wanted {
	background-position:0px -44px;
	background-color:transparent;
	border-color:transparent;
}
.general_want_button .wanted:hover,
.general_want_button .wanted.hovered {
	background-position:0px -66px;
	background-color:#fff;
	border-color:#d6d6d6;
}
.general_want_button .count_h {
	display:block;
	padding-top:8px;
}
/* // -- Own button */
.general_own_button {
	width:83px;
	font-size:10px;
	line-height:10px;
	text-align:center;
}
.general_own_button .own,
.general_own_button .owned {
	width:81px;
	height:22px;
	text-indent:-9999em;
	border-radius:4px;
	border:1px solid #efa1ed;
	cursor:pointer;
	background-image:url('/images/site/actions/act_own_terms.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:rgba(215, 21, 210, 0.1);
}
.general_own_button .own:hover,
.general_own_button .own.hovered {
	background-color:#d715d2;
	background-position:0px -22px;
}
.general_own_button .owned {
	background-position:0px -44px;
	background-color:transparent;
	border-color:transparent;
}
.general_own_button .owned:hover,
.general_own_button .owned.hovered {
	background-position:0px -66px;
	background-color:#fff;
	border-color:#d6d6d6;
}
.general_own_button .count_h {
	display:block;
	padding-top:8px;
}
/* // -- Like button */

.general_like_button {
	width:83px;
	font-size:10px;
	line-height:10px;
	text-align:center;
}
.general_like_button .like,
.general_like_button .liked {
	width:81px;
	height:22px;
	text-indent:-9999em;
	border-radius:4px;
	border:1px solid #efa1ed;
	cursor:pointer;
	background-image:url('/images/site/actions/act_like_terms.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:rgba(215, 21, 210, 0.1);
}
.general_like_button .like:hover,
.general_like_button .like.hovered {
	background-color:#d715d2;
	background-position:0px -22px;
}
.general_like_button .liked {
	background-position:0px -44px;
	background-color:transparent;
	border-color:transparent;
}
.general_like_button .liked:hover,
.general_like_button .liked.hovered {
	background-position:0px -66px;
	background-color:#fff;
	border-color:#d6d6d6;
}
.general_like_button .like_count {
	display:block;
	margin-left:10px;
	float:left;
	font-size:10px;
	line-height:25px;
	text-transform:uppercase;
	color:#000;
}
.general_like_button .like_count .like_icon {
	display:block;
	float:left;
	margin:7px 5px 0px 0px;
	width:15px;
	height:11px;
	background:url('/images/site/feed/spr_feed_icons.gif') no-repeat -27px -119px;
}
/* // -- Review button */
.general_review_button {
	display:block;
	margin-right:9px;
	width:105px;
	height:27px;
	text-indent:-9999em;
	border-radius:5px;
	cursor:pointer;
	background:#C444C1 url('/images/site/actions/act_review_terms.png') no-repeat 0px 0px;
}
.general_review_button:hover {
	background-color:#d715d2;
}

/*
	# ----------------- GENERAL : User Counts
*/
.general_user_counts {
	float:left;
}
.general_user_counts li {
	float:left;
	margin-left:9px;
	list-style:none;
}
.general_user_counts li:first-child {
	margin-left:0px;
}
.general_user_counts li .icon {
	display:block;
	float:left;
	padding-right:4px;
	height:15px;
	text-indent:-9999em;
	background-repeat:no-repeat;
	background-image:url('/images/site/feed/spr_feed_icons.gif');
}
.general_user_counts li .count {
	display:block;
	float:left;
	font-size:10px;
	line-height:15px;
	color:#666;
}
.general_user_counts li a {
	display:block;
	text-decoration:none;
	cursor:pointer;
}
.general_user_counts li a:hover .count {
	color:#C444C1;
}
.general_user_counts li.likes .icon {
	width:15px;
	background-position:0 -117px;
}
.general_user_counts li.likes a:hover .icon {
	background-position:-27px -117px;
}
.general_user_counts li.reviews .icon {
	width:14px;
	background-position:0 -70px;
}
.general_user_counts li.reviews a:hover .icon {
	background-position:-27px -70px;
}
.general_user_counts li.comments .icon {
	width:12px;
	background-position:0 -140px;
}
.general_user_counts li.comments a:hover .icon {
	background-position:-27px -140px;
}
.general_user_counts li.follows .icon {
	width:17px;
	background-position:0 0;
}
.general_user_counts li.follows a:hover .icon {
	background-position:-27px 0;
}
.general_user_counts li.photos .icon {
	width:15px;
	background-position:0 -23px;
}
.general_user_counts li.photos a:hover .icon {
	background-position:-27px -23px;
}
.general_user_counts li.videos .icon {
	width:15px;
	background-position:0 -45px;
}
.general_user_counts li.videos a:hover .icon {
	background-position:-27px -45px;
}
.general_user_counts li.articles .icon,
.general_user_counts li.blogs .icon {
	width:13px;
	background-position:0 -94px;
}
.general_user_counts li.articles a:hover .icon,
.general_user_counts li.blogs a:hover .icon {
	background-position:-27px -94px;
}
.general_user_counts li a:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*
	# ----------------- GENERAL : Person counts
*/
.person_cat_tile_metas {
	min-height:170px;
}
.person_cat_tile_counts_holder {
	padding:0 5px;
}
.person_cat_tile_counts li {
	margin-bottom:7px;
	list-style:none;
}
.person_cat_tile_counts li .icon {
	display:block;
	float:left;
	padding-right:10px;
	width:17px;
	height:15px;
	text-indent:-9999em;
	background-repeat:no-repeat;
	background-image:url('/images/site/feed/spr_feed_icons.gif');
}
.person_cat_tile_counts li .count_term {
	display:block;
	float:left;
	font-size:9px;
	line-height:15px;
	text-transform:uppercase;
	color:#999999;
}
.person_cat_tile_counts li a {
	display:block;
	text-decoration:none;
	cursor:pointer;
}
.person_cat_tile_counts li a:hover .count_term {
	color:#C444C1;
}
.person_cat_tile_counts li.likes .icon {
	background-position:0 -117px;
}
.person_cat_tile_counts li.likes a:hover .icon {
	background-position:-27px -117px;
}
.person_cat_tile_counts li.reviews .icon {
	background-position:0 -70px;
}
.person_cat_tile_counts li.reviews a:hover .icon {
	background-position:-27px -70px;
}
.person_cat_tile_counts li.comments .icon {
	background-position:0 -140px;
}
.person_cat_tile_counts li.comments a:hover .icon {
	background-position:-27px -140px;
}
.person_cat_tile_counts li.follows .icon {
	background-position:0 0;
}
.person_cat_tile_counts li.follows a:hover .icon {
	background-position:-27px 0;
}
.person_cat_tile_counts li.photos .icon {
	background-position:0 -23px;
}
.person_cat_tile_counts li.photos a:hover .icon {
	background-position:-27px -23px;
}
.person_cat_tile_counts li.videos .icon {
	background-position:0 -45px;
}
.person_cat_tile_counts li.videos a:hover .icon {
	background-position:-27px -45px;
}

.person_cat_tile_counts li.helpful_reviews .icon {
	background-position:0 -159px;
}
.person_cat_tile_counts li.helpful_reviews a:hover .icon {
	background-position:-27px -159px;
}

.person_cat_tile_counts li.articles .icon,
.person_cat_tile_counts li.blogs .icon {
	background-position:0 -94px;
}
.person_cat_tile_counts li.articles a:hover .icon,
.person_cat_tile_counts li.blogs a:hover .icon {
	background-position:-27px -94px;
}
.person_cat_tile_counts li a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	# ----------------- PRODUCT : Tiles
*/
.pr_tile {
	position:relative;
	width:135px;
}
.pr_tile .pr_tile_view {
	position:relative;
}

/*
	# ----------------- META : User Stack
*/
.mt_user_stack.usr_profiler .usr_prf_ph {
	float:left;
}
.mt_user_stack.usr_profiler header hgroup {
	float:left;
	width:80px;
	word-wrap:break-word;
}
.mt_user_stack.usr_profiler header hgroup h6 {
	color:#000;
}
.mt_user_stack .userimage_holder {
    float:left;
    margin-left:5px;
    width:47px;
    height:48px;
	background:url("/images/user-profile/profile-image-frame.png") no-repeat scroll -32px -110px transparent;
}
.mt_user_stack .userimage_holder a {
    display:block;
    height:100%;
    width:100%;
    background-repeat:no-repeat;
    background-position:0px 0px;
}
.mt_user_stack header {
	margin-bottom:6px;
}
.mt_user_stack hgroup {
	float:left;
	margin:8px 0px 0px 8px;
	padding:0px;
	background:none;
}
.mt_user_stack h5 {
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
}
.mt_user_stack h6 {
	font-size:11px;
	line-height:15px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
}
.mt_user_stack a {
	color:#000;
}
.mt_user_stack a:hover {
	color:#c444c1;
}
.mt_user_stack .mt_user_bb {
	margin-bottom:6px;
	width:141px;
	height:17px;
	text-indent:-9999em;
	background:url('/images/site/reviews/pr/rv_user_bb.gif') no-repeat 0px 0px;
}
.mt_user_stack .person_cat_tile_counts {
	margin:13px 0;
	padding-left:5px;
}
.mt_user_stack .person_cat_tile_counts li {
	margin-top:4px;
}
.mt_user_stack .person_cat_tile_counts li:first-child {
	margin-top:0px;
}
.mt_user_stack .person_cat_tile_counts li .icon {
	padding-right:4px;
}
.mt_user_stack .person_cat_tile_counts li .count_term {
	font-size:10px;
	text-transform:none;
}
.person_profiler_list {
	clear:both;
	padding-left:5px;
}
.person_profiler_list li {
	font-size:10px;
	line-height:18px;
	list-style:none;
	letter-spacing:0px;
	color:#999;
}
.person_profiler_list li strong {
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
}
.mt_user_stack .ssb_action_button {
	margin-top:20px;
}

.mt_user_stack.uc_variant .userimage_holder {
	margin-left:-4px;
	width:79px;
	height:79px;
	background-position:0px 0px;
}
.mt_user_stack.uc_variant .userimage_holder a {
	background-position:9px 8px;
}
.mt_user_stack.uc_variant .mt_user_bb {
	float:left;
	margin:10px 0px 0px 7px;
}
.mt_user_stack.uc_variant .ssb_action_button {
	margin-top:0px;
}
.mt_user_stack.uc_variant .person_cat_tile_counts {
	float:left;
	width:150px;
}
.mt_user_stack.uc_variant .person_profiler_list {
	clear:none;
	float:left;
	margin:10px 0px;
}

/*
	# ----------------- META : User Meta
*/
.mt_user_metas {
	position:relative;
}
.mt_user_metas h3 {
	margin-bottom:10px;
	font-size:11px;
	line-height:15px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
	color:#000;
}
.mt_user_metas h3 a {
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.mt_user_metas h3 a:hover {
	color:#c444c1;
}
.mt_user_metas .mt_user_bb {
	width:141px;
	height:17px;
	text-indent:-9999em;
	background:url('/images/site/reviews/pr/rv_user_bb.gif') no-repeat 0px 0px;
}
.mt_user_metas .person_cat_tile_counts {
	position:absolute;
	top:1px;
	right:0px;
}
.mt_user_metas .person_cat_tile_counts li {
	float:left;
	margin-right:6px;
}
.mt_user_metas .person_cat_tile_counts li .icon {
	padding-right:2px;
}


/*
 # ----------------- PRODUCT : Show prices
*/
#product_show_prices {
	position:relative;
	padding:14px;
	border-radius:6px;
	background:#f3f3f3;
}
#product_show_prices.hide {
	background-color:#fff;
}
#pr_sp_grid {
	float:left;
	width:466px;
}
#pr_sp_grid .pr_retailer {
	float:right;
	margin-right:3px;
	width:88px;
	text-align:center;
}
#pr_sp_grid .pr_retailer:first-child {
	margin-right:0px;
}
#pr_sp_grid .pr_retailer .pr_retailer_image {
	display:block;
	margin-bottom:4px;
	width:88px;
	height:51px;
	background-color:#fff;
}
#pr_sp_grid .pr_retailer .pr_retailer_image img {
	display:block;
	width:100%;
}
#pr_sp_grid .pr_retailer .pr_retailer_checkbox {
	display:block;
    margin:0 auto;
    position:relative;
    z-index:10;
}
#product_show_prices #pr_sp_actions {
	float:right;
	width:129px;
}
#product_show_prices .pr_sp_btn {
	margin-top:1px;
	width:129px;
	height:36px;
	text-indent:-9999em;
	background-image:url('/images/site/product/pr_sp_btn.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}
#product_show_prices .pr_sp_btn:hover {
	background-position:0px -36px;
}

/*
 # ----------------- PRODUCT : Change the country dropdown
*/
#language-selector {
	position: absolute;
   	right: -1px;
	top: 15px;
    width: 125px;
    background: #FFF;
    -moz-box-shadow:2px 1px 4px 2px rgba(100, 68, 68, 0.35);
	-webkit-box-shadow:2px 1px 4px 2px rgba(100, 68, 68, 0.35);
	box-shadow:2px 1px 4px 2px rgba(100, 68, 68, 0.35);
	z-index: 20;
}
#language-selector ul {
	padding: 2px 8px;
}
#language-selector img {
	display: inline;
}
#language-selector ul li {
	background: #FFF;
    float: left;
    width: 100%;
   	list-style: none;
   	margin-bottom: 4px;

}
#language-selector ul li a {
	font-size: 10px;
	color: #999999;
	cursor: pointer;
}
#language-selector ul li a.selected,
#language-selector ul li a:hover {
	font-weight: bold;
	font-family:"HelveticaNeue-bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color: #454545;
}
#language-selector-default {
	float: right;
	position: relative;
	margin-top: 0px;
	padding-right:4px;
	text-align:center;
	width:125px;
}
#language-selector-default span {
	display:inline-block;
	width: 129px;
	font-size: 10px;
	color: #999999;
	float: none;
}
#language-selector-default span.country {
    color: #454545;
    cursor: pointer;
    font-weight: bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
    padding-left: 9px;
    padding-right: 7px;
    width: 97px;
}
#language-selector-default span.country img {
	display: inline;
}

/*
	# ----------------- GENERAL : User Content Tile
*/
.usrbl_tile,
.usrvd_tile {
	position:relative;
	width:182px;
}
.usrbl_tile .usrbl_image,
.usrvd_tile .usrvd_image {
	position:relative;
	margin-bottom:4px;
	width:182px;
	height:121px;
	overflow:hidden;
	background:#f8f8f8;
}
.usrbl_tile .usrbl_image a,
.usrvd_tile .usrvd_image a {
	display:block;
}
.usrvd_tile .usrvd_image a {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
}
.usrvd_tile .usrvd_image a .icon {
	display:block;
	margin:46px auto 0;
	width:27px;
	height:28px;
	background-image:url("/images/site/video/vd_play_icon_s.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.usrvd_tile .usrvd_image a:hover .icon {
	background-position:0px bottom;
}
.usrbl_tile .usrbl_image img,
.usrvd_tile .usrvd_image img {
	display:block;
	width:100%;
	height:auto;
}
.usrvd_tile .usrvd_image img {
	margin-top:-22px;
	width:225px;
}
.usrbl_tile .usr_prf_ph,
.usrvd_tile .usr_prf_ph {
	position:absolute;
	top:95px;
	left:0px;
	height:48px;
	width:47px;
}
.usrbl_tile .usr_prf_ph .p40_40,
.usrvd_tile .usr_prf_ph .p40_40 {
	width:51px;
	height:53px;
	background-position:-28px -106px;
}
.usrbl_tile .usr_prf_ph .p40_40 a,
.usrvd_tile .usr_prf_ph .p40_40 a {
	width:44px;
	height:44px;
	border-top:5px solid #fff;
	border-left:4px solid #fff;
	background-position:-1px -2px;
}
.usrbl_tile .usrbl_usr_metas,
.usrvd_tile .usrvd_usr_metas {
	float:right;
	width:126px;
}
.usrbl_tile .usrbl_usr_metas .usrbl_title,
.usrvd_tile .usrvd_usr_metas .usrvd_title {
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	font-family:"HelveticaNeue", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
}
.usrbl_tile .usrbl_usr_metas .usrbl_title a,
.usrvd_tile .usrvd_usr_metas .usrvd_title a {
	color:#000;
}
.usrbl_tile .usrbl_usr_metas .usrbl_title a:hover,
.usrvd_tile .usrvd_usr_metas .usrvd_title a:hover {
	color:#c444c1;
}
.usrbl_tile .usrbl_usr_metas .usrbl_author,
.usrvd_tile .usrvd_usr_metas .usrvd_author {
	margin:3px 0px 0px;
}
.usrbl_tile .usrbl_usr_metas .usrbl_author,
.usrbl_tile .usrbl_usr_metas .usrbl_author em,
.usrvd_tile .usrvd_usr_metas .usrvd_author,
.usrvd_tile .usrvd_usr_metas .usrvd_author em   {
	padding:0px;
	font-size:10px;
	line-height:15px;
	letter-spacing:0px;
}
.usrbl_tile .usrbl_usr_metas .usrbl_author em,
.usrvd_tile .usrvd_usr_metas .usrvd_author em {
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	color:#999;
}
.usrbl_tile .usrbl_usr_metas .usrbl_author a,
.usrvd_tile .usrvd_usr_metas .usrvd_author a {
	font-size:10px;
	line-height:15px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.usrbl_tile .usrbl_usr_metas .usrbl_author a:hover,
.usrvd_tile .usrvd_usr_metas .usrvd_author a:hover {
	color:#c444c1;
}

/*
	# ----------------- GENERAL : User Content Grid Tile
*/
.usrbl_cat_grid_tile,
.usrvd_cat_grid_tile {
	position:relative;
	width:243px;
	height:340px;
}
.usrbl_cat_grid_tile .hover_screen,
.usrvd_cat_grid_tile .hover_screen {
	position:absolute;
	top:0px;
	left:0px;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	width:243px;
	height:340px;
	background-color:#fff;
	z-index:5;
}
.usrbl_cat_grid_tile:hover .hover_screen,
.usrvd_cat_grid_tile:hover .hover_screen {
	top:-9px;
	left:-11px;
	width:265px;
	height:358px;
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}
.usrbl_cat_grid_tile .usrbl_cat_content,
.usrvd_cat_grid_tile .usrvd_cat_content {
	position:relative;
	padding:11px 9px;
	z-index:20;
}
.usrbl_cat_grid_tile .usrbl_image,
.usrvd_cat_grid_tile .usrvd_image {
	position:relative;
	width:225px;
	height:150px;
	overflow:hidden;
	background-color:#ccc;
}
.usrbl_cat_grid_tile .usrbl_image a,
.usrvd_cat_grid_tile .usrvd_image a {
	display:block;
}
.usrvd_cat_grid_tile .usrvd_image a {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
}
.usrvd_cat_grid_tile .usrvd_image a .icon {
	display:block;
	margin:54px auto 0;
	width:46px;
	height:46px;
	background-image:url("/images/site/video/vd_play_icon_m.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.usrvd_cat_grid_tile .usrvd_image a:hover .icon {
	background-position:0px bottom;
}
.usrbl_cat_grid_tile .usrbl_image img,
.usrvd_cat_grid_tile .usrvd_image img {
	display:block;
	width:100%;
}
.usrvd_cat_grid_tile .usrvd_image img {
	margin-top:-28px;
	width:280px;
	height:auto;
}
.usrbl_cat_grid_tile .usr_prf_ph,
.usrvd_cat_grid_tile .usr_prf_ph {
	position:absolute;
	top:126px;
	left:8px;
	height:48px;
	width:48px;
	z-index:5;
}
.usrvd_cat_grid_tile .usr_prf_ph {
	top:132px;
}
.usrbl_cat_grid_tile .usr_prf_ph .p40_40,
.usrvd_cat_grid_tile .usr_prf_ph .p40_40 {
	width:51px;
	height:53px;
	background-position:-27px -106px;
}
.usrbl_cat_grid_tile .usr_prf_ph .p40_40 a,
.usrvd_cat_grid_tile .usr_prf_ph .p40_40 a {
	width:44px;
	height:44px;
	border-top:5px solid #fff;
	border-left:5px solid #fff;
	background-position:-1px -2px;
}
.usrbl_cat_grid_tile .usrbl_usr_metas,
.usrvd_cat_grid_tile .usrvd_usr_metas {
	float:right;
	width:160px;
}
.usrbl_cat_grid_tile .usrbl_usr_metas .usrbl_author,
.usrvd_cat_grid_tile .usrvd_usr_metas .usrvd_author {
	margin:3px 0px 0px;
}
.usrbl_cat_grid_tile .usrbl_usr_metas .usrbl_author,
.usrbl_cat_grid_tile .usrbl_usr_metas .usrbl_author em,
.usrvd_cat_grid_tile .usrvd_usr_metas .usrvd_author,
.usrvd_cat_grid_tile .usrvd_usr_metas .usrvd_author em  {
	padding:0px;
	font-size:10px;
	line-height:15px;
	letter-spacing:0px;
}
.usrbl_cat_grid_tile .usrbl_usr_metas .usrbl_author em,
.usrvd_cat_grid_tile .usrvd_usr_metas .usrvd_author em {
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	color:#999;
}
.usrbl_cat_grid_tile .usrbl_usr_metas .usrbl_author a,
.usrvd_cat_grid_tile .usrvd_usr_metas .usrvd_author a {
	font-size:10px;
	line-height:15px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.usrbl_cat_grid_tile .usrbl_usr_metas .usrbl_author a:hover,
.usrvd_cat_grid_tile .usrvd_usr_metas .usrvd_author a:hover {
	color:#c444c1;
}
.usrbl_cat_grid_tile .usrbl_metas,
.usrvd_cat_grid_tile .usrvd_metas {
	padding:0px 8px;
	letter-spacing:0px;
}
.usrbl_cat_grid_tile .usrbl_metas h3,
.usrvd_cat_grid_tile .usrvd_metas h3 {
	margin:20px 0px 7px;
	padding:0px;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
}
.usrbl_cat_grid_tile .usrbl_metas h3 a,
.usrvd_cat_grid_tile .usrvd_metas h3 a {
	color:#000;
}
.usrbl_cat_grid_tile .usrbl_metas h3 a:hover,
.usrvd_cat_grid_tile .usrvd_metas h3 a:hover {
	color:#c444c1;
}
.usrbl_cat_grid_tile .usrbl_metas p,
.usrvd_cat_grid_tile .usrvd_metas p {
	font-size:12px;
	line-height:18px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
}
.usrbl_cat_grid_tile .usrbl_cat,
.usrvd_cat_grid_tile .usrvd_cat {
	position:absolute;
	top:35px;
	left:0px;
	display:block;
	padding:0px 14px 0px 32px;
	height:26px;
	font-size:14px;
	line-height:24px;
	background-image:url('/images/site/beautyblogs/usrbl_cat-arr0.png');
	background-repeat:no-repeat;
	background-position:21px 7px;
	background-color:#c444c1;
	background-color:rgba(196, 68, 193, 0.9);
	color:#fff;
	-moz-transition: left 0.1s;
	-webkit-transition: left 0.1s;
	-o-transition: left 0.1s;
	transition: left 0.1s;
	z-index:21;
}
.usrbl_cat_grid_tile .usrbl_cat:hover,
.usrvd_cat_grid_tile .usrvd_cat:hover {
	background-color:#c444c1;
}
.usrbl_cat_grid_tile:hover .usrbl_cat,
.usrvd_cat_grid_tile:hover .usrvd_cat {
	left:-11px;
}

/*
	# ----------------- GENERAL : Product Tile
*/
.pr_tile {
	position:relative;
	width:135px;
	height:135px;
}
.pr_tile .love_button_wrap,
.pr_tile .want_button_wrap,
.pr_tile .own_button_wrap {
	position:absolute;
	left:25px;
	display:none;
	z-index:15;
}
.pr_tile .love_button_wrap {
	top:1px;
}
.pr_tile .want_button_wrap {
	top:31px;
}
.pr_tile .own_button_wrap {
	top:61px;
}
.pr_quick_view_button {
	position:absolute;
	bottom:0px;
	left:50%;
	display:none;
	margin-left:-60px;
	width:120px;
	height:16px;
	background-image:url('/images/site/product/pr_qv.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#000;
	cursor:pointer;
	z-index:15;
}
.pr_quick_view_button:hover {
	background-color:#c444c1;
}
/*
#product_product_suggestions .pr_tile:hover .pr_tile_metas {
	display:block;
}
*/
.pr_tile:hover .love_button_wrap,
.pr_tile:hover .want_button_wrap,
.pr_tile:hover .own_button_wrap,
.pr_tile:hover .pr_quick_view_button {
	display:block;
}
.pr_tile .pr_image {
	position:relative;
	width:135px;
	height:135px;
	overflow:hidden;
	z-index:10;
}
.pr_tile .pr_image img {
	display:block;
	width:100%;
	height:100%;
	background:#f1f1f1;
}
.pr_tile .pr_name {
	position:absolute;
	bottom:18px;
	left:50%;
	margin-left:-150px;
	width:300px;
	font-size:12px;
	line-height:12px;
	letter-spacing:0px;
	text-align:center;
	opacity:0.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	z-index:15;
}
.pr_tile .pr_name a {
	color:#000;
}
.pr_tile .pr_name a:hover {
	color:#c444c1;
}
.pr_tile:hover .pr_name {
	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
}

/*
	# ----------------- GENERAL : User Photo Tile
*/
.usrph_tile {
	width:230px;
}
.usrph_tile .top_shadow {
	height:4px;
	background:url('/images/site/photos/usrph_top_shadow.png') no-repeat 0px 0px;
}
.usrph_tile .usrph_tile_middle {
	padding:0px 3px 0px 4px;
	background:url('/images/site/photos/usrph_middle_shadow.png') repeat-y 0px 0px;
}
.usrph_tile .bottom_shadow {
	height:7px;
	background:url('/images/site/photos/usrph_bottom_shadow.png') no-repeat 0px 0px;
}
.usrph_tile .usrph_tile_content {
	position:relative;
	padding:13px 16px 15px;
}
.usrph_tile .usrph_tile_content .tile_actions {
	position:relative;
	display:none;
	z-index:30;
}
.usrph_tile .usrph_tile_content:hover .tile_actions {
	display:block;
}
.usrph_tile .usrph_tile_content .like_button_wrap {
	position:absolute;
	top:30px;
	left:49px;
	z-index:44;
}
.usrph_tile .usrph_image img {
	width:100%;
	height:100%;
	background:#f8f8f8;
}
.usrph_tile .usrph_usermetas {
	position:relative;
	margin-bottom:12px;
	min-height:29px;
}
.usrph_tile .usrph_usermetas .p40_40 {
	position:absolute;
	top:-24px;
	left:0px;
    height: 53px;
    width: 51px;
    background-position: -28px -106px;
    z-index:40;
}
.usrph_tile .usrph_usermetas .p40_40 a {
	border-left: 4px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	height: 44px;
    width: 44px;
	background-position:-1px -2px;
}
.usrph_tile .usrph_usermetas h5 {
	float:right;
	margin-top:7px;
	width:135px;
	font-size:12px;
	line-height:15px;
	font-family:'Times','Palatino Linotype','Times New Roman',serif;
	font-weight:normal;
	font-style:italic;
	color:#999;
}
.usrph_tile .usrph_usermetas h5 a {
	font-size:10px;
	line-height:15px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	font-style:normal;
	text-decoration:none;
	letter-spacing:0px;
	color:#000;
}
.usrph_tile .usrph_usermetas h5 a:hover {
	color:#c444c1;
}
.usrph_tile .usrph_content .usrph_title {
	margin-bottom:5px;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	font-family:"HelveticaNeue", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-transform:uppercase;
	color:#484848;
}
.usrph_tile .usrph_content .usrph_title a {
	color:#000;
}
.usrph_tile .usrph_content .usrph_title a:hover,
.usrph_tile .usrph_content.hovered .usrph_title a {
	color:#c444c1;
}
.usrph_tile .usrph_content .usrph_description {
	margin-bottom:12px;
	font-size:11px;
	line-height:15px;
	word-wrap:break-word;
	color:#484848;
}
.usrph_tile .usrph_image {
	position:relative;
}
.usrph_tile .feedback {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index:20;
	background:#1e1e1e;
}
.usrph_tile .feedback_hidden {
	opacity:0.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
}

/*
	# ----------------- GENERAL : User Profile Image
*/
.usr_prf_ph .p40_40 {
    height:48px;
    width:47px;
	background-image:url("/images/user-profile/profile-image-frame.png");
	background-repeat:no-repeat;
	background-position:-32px -110px;
}
.usr_prf_ph .p40_40 a,
.usr_prf_ph .p62_62 a {
    display:block;
    height:100%;
    width:100%;
    background-repeat:no-repeat;
	background-position:0 0;
}
.usr_prf_ph .p62_62 {
    height:71px;
    width:70px;
	background-image:url("/images/user-profile/profile-image-frame.png");
	background-repeat:no-repeat;
	background-position:-9px -87px;
}

/*
	# ----------------- GENERAL : User w/content List Tile
*/
.usr_wco_list_tile {
	margin:0px 0px 15px;
	width:768px;
}
.usr_wco_list_tile .usr_wco_wrp {
	padding:15px 0px 32px;
	border-bottom:1px dotted #000;
}
.usr_wco_list_tile .usr_profileimage {
	float:left;
	width:134px;
}
.usr_wco_list_tile .usr_profileimage img {
	display:block;
	width:134px;
	height:134px;
}
.usr_wco_list_tile .usr_profileimage .bdg_beautyblogger {
	display:block;
	width:100%;
	height:17px;
	text-indent:-9999em;
	background:url('/images/site/reviews/pr/rv_user_bb.gif') no-repeat 0px 0px;
}
.usr_wco_list_tile .usr_dtl {
	float:left;
	margin-left:12px;
	width:376px;
}
.usr_wco_list_tile .usr_dtl .usr_prname a {
	font-style:14px;
	line-height:15px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
	color:#000;
}
.usr_wco_list_tile .usr_dtl .usr_prname a:hover {
	color:#C444C1;
}
.usr_wco_list_tile .usr_dtl .usr_loc {
	font-size:10px;
	line-height:16px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
	text-transform:uppercase;
	color:#000;
}
.usr_wco_list_tile .usr_dtl .person_cat_tile_counts {
	margin-top:12px;
}
.usr_wco_list_tile .usr_dtl .person_cat_tile_counts li {
	float:left;
	margin-right:5px;
	color:#666;
}
.usr_wco_list_tile .usr_dtl .person_cat_tile_counts li .icon {
	padding-right:5px;
}
.usr_wco_list_tile .usr_dtl .usr_prf_dtl {
	margin-bottom:12px;
	padding:5px 0px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.usr_wco_list_tile .usr_dtl .usr_prf_dtl li {
	float:left;
	margin-right:5px;
	width:92px;
}
.usr_wco_list_tile .usr_dtl .usr_prf_bio {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	letter-spacing:0px;
	color:#000;
}
.usr_wco_list_tile .usr_dtl .ssb_action_button {
	float:left;
}
.usr_wco_list_tile .usr_dtl .usr_prf_link {
	display:block;
	float:left;
	margin-top:4px;
	margin-left:12px;
	padding-left:9px;
	letter-spacing:0px;
	background:url("/images/site/blogger_faq/faq_link_arr_00.png") no-repeat 0 4px;
}
.usr_wco_list_tile .usr_co_m {
	float:right;
	width:203px;
}
.usr_wco_list_tile .usr_co_m header {
	padding-left:20px;
}
.usr_wco_list_tile .usr_co_m .usrbl_co,
.usr_wco_list_tile .usr_co_m .usrph_co,
.usr_wco_list_tile .usr_co_m .usrvd_co,
.usr_wco_list_tile .usr_co_m .usrrv_co {
	padding-left:20px;
	border-left:1px dotted #000;
}
.usr_wco_list_tile .usr_co_m  header {
	margin:0px 0px 4px;
}
.usr_wco_list_tile .usr_co_m  header h4 {
	font-size:10px;
	line-height:22px;
	font-weight:500;
	font-family:"HelveticaNeue-Medium", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-align:center;
	text-transform:uppercase;
	color:#999;
}
.usr_wco_list_tile .usr_co_m  header h4 em {
	font-size:12px;
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	text-transform:none;
}
.usr_wco_list_tile .usr_co_m .usrco_metas .usrco_title {
	margin:6px 0px 4px;
	padding:0px;
	font-size:11px;
	line-height:15px;
	letter-spacing:0px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-align:center;
}
.usr_wco_list_tile .usr_co_m .usrco_metas .usrco_title a {
	color:#000;
}
.usr_wco_list_tile .usr_co_m .usrco_metas .usrco_title a:hover {
	color:#C444C1;
}
.usr_wco_list_tile .usr_co_m .usrco_metas .usrco_text {
	margin:0;
	font-size:11px;
	line-height:18px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
	text-align:center;
	color:#000;
}
.usr_wco_list_tile .usr_co_m .usrbl .usrbl_image {
	position:relative;
	margin:0 auto;
	width:182px;
	height:135px;
	overflow:hidden;
}
.usr_wco_list_tile .usr_co_m .usrph .usrph_image,
.usr_wco_list_tile .usr_co_m .usrrv .usrrv_image {
	margin:0 auto;
	width:135px;
	height:135px;
}
.usr_wco_list_tile .usr_co_m .usrvd .usrvd_image {
	position:relative;
	margin:0 auto;
	width:183px;
	height:111px;
	overflow:hidden;
}
.usr_wco_list_tile .usr_co_m .usrbl .usrbl_image img,
.usr_wco_list_tile .usr_co_m .usrph .usrph_image img,
.usr_wco_list_tile .usr_co_m .usrrv .usrrv_image img {
	display:block;
	margin:0 auto;
	width:auto;
	height:100%;
}
.usr_wco_list_tile .usr_co_m .usrvd .usrvd_image img {
    margin-top:-36px;
	margin-left:-45px;
	height:200px;
}
.usr_wco_list_tile .usr_co_m .usrvd .usrvd_image a {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:20;
}
.usr_wco_list_tile .usr_co_m .usrvd .usrvd_image a .icon {
	display:block;
	margin:36px auto 0;
	width:46px;
	height:46px;
	background-image:url("/images/site/video/vd_play_icon_m.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.usr_wco_list_tile .usr_co_m .usrvd .usrvd_image a:hover .icon {
	background-position:0px bottom;
}
.usr_wco_list_tile .usr_co_m .usrrv .product_rating {
	margin:3px auto 0px;
}
.usr_wco_list_tile .usr_wco_sh {
	padding:0px 16px 9px;
	width:736px;
	background:url('/images/site/people/usr_wco_shd.png') no-repeat center bottom;
}
.usr_wco_list_tile .usr_wco_sh .usr_wco_wrp {
	padding-left:20px;
	padding-right:20px;
	border:none;
}
.usr_wco_list_tile .usr_wco_sh .usr_dtl {
	width:306px;
}

/*
	# ----------------- GENERAL : Forms
*/
/* // -- File Buttons */
.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
}
.file-wrapper .button {
  cursor:pointer;
  display:block;
	width:153px;
	height:21px;
  font-size:11px;
  line-height:21px;
  font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
  margin-right:5px;
  text-indent:-9999em;
  text-transform: uppercase;
  background: #000 url('/images/site/signin_signup/bg_upload_photo_setup.png') no-repeat 0px 0px;
  color:#fff;
}

/*
	# ----------------- PRODUCT : Product Grid Tile
*/
.pr_grid_tile {
	width:135px;
}
.pr_grid_tile .pr_tile_view {
	position:relative;
	margin-bottom:1px;
}
.pr_grid_tile .pr_tile_view .product_badge {
    position: absolute;
	background-position:0px 0px;
    background-repeat: no-repeat;
    z-index:12;
}
.pr_grid_tile .pr_tile_view .product_badge_trending,
.pr_grid_tile .pr_tile_view .product_badge_featured {
	top:-9px;
	left:-9px;
	width:73px;
	height:74px;
	background-image:url('/images/site/product/pr_badge_sm_trending.png');
}
.pr_grid_tile .pr_tile_view .product_badge_featured {
	background-image:url('/images/site/product/pr_badge_sm_featured.png');
}
.pr_grid_tile .pr_tile_view .product_badge_mostowned,
.pr_grid_tile .pr_tile_view .product_badge_mostwanted {
	top:4px;
	left:5px;
	width:51px;
	height:51px;
	background-image:url('/images/site/product/pr_badge_sm_mostowned.png');
}
.pr_grid_tile .pr_tile_view .product_badge_mostwanted {
	background-image:url('/images/site/product/pr_badge_sm_mostwanted.png');
}
.pr_grid_tile .pr_tile_view .product_badge_mostloved {
	top:4px;
	left:5px;
	width:57px;
	height:43px;
	background-image:url('/images/site/product/pr_badge_sm_mostloved.png');
}
.pr_grid_tile .love_button_wrap,
.pr_grid_tile .want_button_wrap,
.pr_grid_tile .own_button_wrap,
.pr_list_tile .love_button_wrap,
.pr_list_tile .want_button_wrap,
.pr_list_tile .own_button_wrap {
	position:absolute;
	left:25px;
	display:none;
	z-index:15;
}
.pr_list_tile .love_button_wrap,
.pr_list_tile .want_button_wrap,
.pr_list_tile .own_button_wrap {
	left:40px;
}
.pr_grid_tile .love_button_wrap,
.pr_list_tile .love_button_wrap {
	top:1px;
}
.pr_grid_tile .want_button_wrap,
.pr_list_tile .want_button_wrap {
	top:31px;
}
.pr_grid_tile .own_button_wrap,
.pr_list_tile .own_button_wrap {
	top:61px;
}
.pr_quick_view_button {
	position:absolute;
	bottom:0px;
	left:50%;
	display:none;
	margin-left:-60px;
	width:120px;
	height:16px;
	background-image:url('/images/site/product/pr_qv.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#000;
	cursor:pointer;
	z-index:15;
}
.pr_quick_view_button:hover {
	background-color:#c444c1;
}
.pr_grid_tile:hover .love_button_wrap,
.pr_grid_tile:hover .want_button_wrap,
.pr_grid_tile:hover .own_button_wrap,
.pr_grid_tile:hover .pr_quick_view_button,
.pr_list_tile:hover .love_button_wrap,
.pr_list_tile:hover .want_button_wrap,
.pr_list_tile:hover .own_button_wrap,
.pr_list_tile:hover .pr_quick_view_button {
	display:block;
}
.pr_grid_tile .pr_image {
	position:relative;
	width:135px;
	height:135px;
	overflow:hidden;
	z-index:10;
}
.pr_grid_tile .pr_image img {
	display:block;
	width:100%;
	height:100%;
	background:#f1f1f1;
}
.pr_grid_tile .pr_grid_variants {
	position:relative;
	margin-bottom:9px;
	height:9px;
	text-align:center;
	overflow:hidden;
}
.pr_grid_tile .pr_grid_variants .variant_image {
	float:left;
	margin-right:1px;
	width:9px;
	height:9px;
}
.pr_grid_tile .pr_grid_variants .variant_image img,
.pr_grid_tile .pr_grid_variants .variant_image a {
	display:block;
	width:100%;
	height:100%;
}
.pr_grid_tile .pr_grid_variants a.pr_more_vr {
	display:block;
	float:left;
	margin-left:5px;
	font-size:9px;
	line-height:9px;
	color:#666;
}
.pr_grid_tile .pr_brand_name {
	margin-bottom:2px;
	font-size:9px;
	line-height:15px;
	text-align:center;
	text-transform:uppercase;
}
.pr_grid_tile .pr_name {
	margin-bottom:5px;
	font-size:12px;
	line-height:15px;
	text-align:center;
}
.pr_grid_tile .pr_brand_name a,
.pr_grid_tile .pr_name a {
	color:#000;
}
.pr_grid_tile .pr_brand_name a:hover,
.pr_grid_tile .pr_name a:hover {
	color:#c444c1;
}
.pr_grid_tile .pr_grid_rating {
	margin-bottom:6px;
	text-align:center;
}
.pr_grid_tile .pr_grid_rating .product_rating {
	display:inline-block;
	margin-bottom:0px;
	background-image:url('/images/site/feed/spr_feed_ratings_gr.png');
}
.pr_grid_tile .pr_grid_rating .count {
	position:relative;
	display:inline-block;
	top:-3px;
	font-size:10px;
	line-height:13px;
	color:#484848;
}
.pr_grid_tile .general_counts {
	display:block;
	text-align:center;
}
.pr_grid_tile .general_counts li {
	float:none;
	display:inline-block;
}
.product_grid_sp .pr_sp_btn,
.pr_list_tile .pr_sp_btn,
.pr_sp_btn_mini {
	margin:0 auto;
	width:114px;
	height:25px;
	text-indent:-9999em;
	background:url('/images/site/product/pr_sp_sm_btn.png') no-repeat 0px 0px;
	cursor:pointer;
}
.pr_sp_btn_mini  {
	margin:0px;
}
.pr_list_tile .product_grid_sp {
	margin-bottom:24px;
}
.product_grid_sp .pr_sp_btn:hover,
.pr_list_tile .pr_sp_btn:hover,
.pr_sp_btn_mini:hover {
	background-position:0px -25px;
}
.product_grid_sp span {
	display:block;
	font-size:10px;
	line-height:15px;
	text-align:center;
	color:#999;
}

/*
	# ----------------- BRAND : Brand Tile
*/
.pr_brand_tile {
	float:left;
	margin-left:20px;
	width:94px;
	height:55px;
}
.pr_brand_tile:first-child {
	margin-left:0px;
}
.pr_brand_tile img {
	display:block;
	width:100%;
	height:100%;
	opacity:0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity = 40);
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	text-align:center;
	color:#000;
}
.pr_brand_tile:hover img {
	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
}

/*
	# ----------------- BRAND : Brand Image Tile
*/
.pr_br_image_tile {
	width:140px;
	height:82px;
}
.pr_br_image_tile img {
	display:block;
	width:100%;
	height:100%;
	background-color:#f8f8f8;
}


/*
	# ----------------- PRODUCT : Spotlight Collection
*/
.pr_spotlight_tile {
	float:left;
	margin-left:25px;
	width:239px;
}
.pr_spotlight_tile:first-child {
	margin-left:0px;
}
.pr_spotlight_tile .pr_sl_image {
	position:relative;
	margin-bottom:8px;
	height:192px;
	overflow:hidden;
}
.pr_spotlight_tile .pr_sl_image img {
	display:block;
	width:100%;
	height:100%;
}
.pr_spotlight_tile .pr_sl_desc {
	position:absolute;
	bottom:-116px;
	left:0px;
	display:block;
	padding:15px 15px 0px;
	width:209px;
	height:101px;
	text-align:center;
	-moz-transition: bottom 0.2s;
	-webkit-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
	transition: bottom 0.2s;
	letter-spacing:0px;
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.8);
	color:#fff;
}
.pr_spotlight_tile .pr_sl_desc p {
	display:inline;
	font-size:13px;
	line-height:18px;
	color:#fff;
}
.pr_spotlight_tile .pr_sl_image:hover .pr_sl_desc {
	bottom:0px;
}
.pr_spotlight_tile h4 {
	border-top:2px solid #000;
	padding-top:11px;
	font-size:12px;
	line-height:15px;
	text-align:center;
}
.pr_spotlight_tile h4 a {
	color:#000;
}
.pr_spotlight_tile h4 a:hover {
	color:#c444c1;
}

/*
	# ----------------- GENERAL : General Counts
*/
.general_counts {
	display:inline;
	margin-bottom:7px;
	list-style:none;
}
.general_counts .icon {
	display:block;
	float:left;
	padding-right:2px;
	width:17px;
	height:15px;
	text-indent:-9999em;
	background-repeat:no-repeat;
	background-image:url('/images/site/feed/spr_feed_icons.gif');
}
.general_counts .count {
	display:block;
	float:left;
	margin-right:4px;
	font-size:9px;
	line-height:15px;
	text-transform:uppercase;
	color:#999;
}
.general_counts .likes .icon {
	background-position:0px -117px;
}
.general_counts .comments .icon {
	background-position:2px -139px;
}
.general_counts .wants .icon {
	width:13px;
	background-position:0px -178px;
}
.general_counts .owns .icon {
	width:15px;
	background-position:0px -198px;
}

/*
	# ----------------- CELEBRITY : Celebrity Photo Tile
*/
.lb_celeb {
	float:left;
	width:109px;
	padding-right:20px;
}
.lb_celeb .lb_celeb_top a,
.lb_celeb .lb_celeb_top .lb_celeb_ph_wrap,
.lb_celeb .lb_celeb_top .lb_celeb_title {
	display:block;
}
.lb_celeb .lb_celeb_top .lb_celeb_ph_wrap {
	margin-bottom:6px;
	padding:8px 0px 0px 8px;
	width:101px;
	height:159px;
	background:url('/images/site/lookbook/lb_celebs_img_fr.png') no-repeat 0px 0px;
}
.lb_celeb .lb_celeb_top .lb_celeb_ph_wrap img {
	display:block;
	width:100%;
	height:100%;
}
.lb_celeb .lb_celeb_top .lb_celeb_title {
	padding-left:8px;
	font-size:10px;
	line-height:15px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-align:center;
	color:#808080;
}

/*
	# ----------------- Beauty News Tile
*/
.beautynews_tile {
	width:306px;
}
.beautynews_tile .beautynews_image {
	position:relative;
	margin-bottom:8px;
	width:100%;
	height:121px;
	overflow:hidden;
}
.beautynews_tile .beautynews_image img {
	display:block;
	width:100%;
	height:100%;
}
.beautynews_tile .beautynews_metas h5 {
	font-size:10px;
	line-height:18px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-transform:uppercase;
	color:#000;
}
.beautynews_tile .beautynews_metas h3 {
	font-size:18px;
	line-height:18px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.beautynews_tile .beautynews_metas h3 a {
	color:#000;
}
.beautynews_tile .beautynews_metas h3 a:hover {
	color:#c444c1;
}

/*
	# ----------------- PHOTO : Photos Tile - 144
*/
.ph_tile_144 a,
.ph_tile_80 a {
	display:block;
	width:144px;
	height:144px;
	border:4px solid #f3f3f3;
	overflow:hidden;
}
.ph_tile_144 a:hover,
.ph_tile_80 a:hover {
	border-color:#000;
}
.ph_tile_144 img,
.ph_tile_80 img {
	width:100%;
	height:100%;
}
.ph_tile_80 a {
	width:80px;
	height:80px;
}

/*
	# ----------------- VIDEO : Videos Tile - 239
*/
.vd_tile_239 {
	width:239px;
}
.vd_tile_239 .vd_tile_link {
	position:relative;
	display:block;
	margin-bottom:8px;
	width:100%;
	height:145px;
	overflow:hidden;
}
.vd_tile_239 .vd_tile_link img {
	display:block;
	width:100%;
	height:100%;
	background:#f8f8f8;
}
.vd_tile_239 .vd_tile_link .vd_play_btn {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	z-index:10;
}
.vd_tile_239 .vd_tile_link .vd_play_icon {
	display:block;
	margin:40px auto 0px;
	width:56px;
	height:56px;
	text-indent:-9999em;
	background-image:url('/images/site/video/vd_play_icon_239.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.vd_tile_239 .vd_tile_link:hover .vd_play_icon {
	background-position:0px -56px;
}
.vd_tile_239 .vd_tile_text {
	padding-top:10px;
	border-top:2px solid #000;
	font-size:12px;
	line-height:15px;
	word-wrap:break-word;
	text-align:center;
	letter-spacing:0px;
}
.vd_tile_239 .vd_tile_text a.vd_title {
	font-weight:500;
	font-family:"HelveticaNeue-Medium", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	word-wrap:break-word;
	color:#000;
}
.vd_tile_239 .vd_tile_text em {
	font-size:14px;
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
}
.vd_tile_239 .vd_tile_text a.vd_user {
	font-size:11px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.vd_tile_239 .vd_tile_text a:hover {
	color:#c444c1;
}
.vd_tile_239 .general_counts {
	display:block;
	margin-top:6px;
	text-align:center;
}
.vd_tile_239 .general_counts li {
	display:inline-block;
	float:none;
}

/*
	# ----------------- PRODUCT : Product Rating Stars
*/
.product_rating {
	margin-bottom:4px;
	width:70px;
	height:13px;
	background-repeat:no-repeat;
	background-image:url('/images/site/feed/spr_feed_ratings.png');
}
.product_rating.rating_1 {
	background-position:0px -13px;
}
.product_rating.rating_1_5 {
	background-position:0px -26px;
}
.product_rating.rating_2 {
	background-position:0px -39px;
}
.product_rating.rating_2_5 {
	background-position:0px -52px;
}
.product_rating.rating_3 {
	background-position:0px -65px;
}
.product_rating.rating_3_5 {
	background-position:0px -78px;
}
.product_rating.rating_4 {
	background-position:0px -91px;
}
.product_rating.rating_4_5 {
	background-position:0px -104px;
}
.product_rating.rating_5 {
	background-position:0px -117px;
}

/*
	# ----------------- PRODUCT : Product Review Grid Tile
*/
.pr_review_grid_tile {
	width:220px;
}
.pr_review_grid_tile .pr_image {
	margin:0 auto;
	width:143px;
	height:143px;
}
.pr_review_grid_tile .pr_image img {
	display:block;
	width:100%;
	height:100%;
}
.pr_review_grid_tile .pr_rv_metas h4 {
	float:left;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
}
.pr_review_grid_tile .pr_rv_metas h4 a {
	color:#000;
}
.pr_review_grid_tile .pr_rv_metas h4 a:hover {
	color:#c444c1;
}
.pr_review_grid_tile .pr_rv_metas .product_rating {
	float:left;
	margin-left:8px;
}
.pr_review_grid_tile .pr_rv_title {
	font-size:11px;
	line-height:18px;
	font-weight:normal;
	font-family:"HelveticaNeue", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-transform:uppercase;
	word-wrap:break-word;
	letter-spacing:0px;
	color:#484848;
}
.pr_review_grid_tile .pr_rv_title a {
	color:#484848;
}
.pr_review_grid_tile .pr_rv_title a:hover {
	color:#c444c1;
}
.pr_review_grid_tile .pr_rv_text {
	font-size:11px;
	line-height:18px;
	letter-spacing:0px;
	word-wrap:break-word;
	color:#484848;
}
.pr_review_grid_tile .pr_rv_text .read_more {
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	font-style:italic;
	color:#c444c1;
}

/*
	# ----------------- NAV : Breadcrumb trails
*/
#breadcrumb_trail {
	float:left;
	height:15px;
}
#breadcrumb_trail li {
	float:left;
	margin-left:6px;
	padding-left:8px;
	font-size:10px;
	line-height:15px;
	list-style:none;
	background-image:url('/images/site/product/pr_arr_00.gif');
	background-repeat:no-repeat;
	background-position:0px 5px;
}
#breadcrumb_trail li:first-child {
	margin-left:0px;
	padding-left:0px;
	background-image:none;
}
#breadcrumb_trail li a {
	color:#999;
}
#breadcrumb_trail li a:hover {
	color:#c444c1;
}

/*
	# ----------------- BLOG : User Blog Articles
*/
#user_blog {
	padding-top:20px;
}
#user_blog #breadcrumb_trail {
	float:none;
}
#user_blog #user_blog_content {
	float:left;
	width:610px;
}
#user_blog_content #user_content_cover {
	position:relative;
	margin-top:10px;
	width:610px;
	height:110px;
	overflow:hidden;
	z-index:5;
}
#user_blog_content #user_content_cover #blogger_badge {
	position:absolute;
	top:0px;
	left:0px;
	padding:0px 46px;
	height:32px;
	font-size:18px;
	line-height:32px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-transform:uppercase;
	background-color:#8bcdce;
	background-color:rgba(139, 205, 206, 0.8);
	color:#fff;
}
#user_blog_content #user_content_cover #blogger_badge em {
	font-size:27px;
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	font-style:italic;
	font-weight:normal;
	text-transform:lowercase;
	letter-spacing:-1px;
}
#user_blog_content #user_content_cover img {
	margin-top:-121px;
	width:610px;
}
#user_blog_article {
	position:relative;
	float:right;
	margin-top:-10px;
	padding-top:10px;
	padding-left:18px;
	width:549px;
	background-color:#fff;
	z-index:10;
}
#user_blog_article header {
	position:relative;
}
#user_blog_article h1 {
	margin:0px;
	padding:0px;
	font-size:40px;
	line-height:42px;
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	text-transform:none;
	letter-spacing:-1px;
	background:0px;
}
#user_blog_article h1.user_content_owner {
	width:380px;
}
#user_blog_article #delete_user_blog_wrap {
	position:absolute;
	top:6px;
	right:0px;
}
#user_blog_article #delete_user_blog {
	font-size:11px;
	line-height:15px;
	cursor:pointer;
	color:#c444c1;
	z-index:5;
}
#user_blog_article #delete_user_blog:hover {
	border-bottom:1px dotted #c444c1;
}
#user_blog_source {
	float:left;
}
#user_blog_source a {
	padding-left:9px;
	font-size:12px;
	line-height:20px;
	background:url("/images/site/blogger_faq/faq_link_arr_00.png") no-repeat 0 4px;
}
#user_blog_source a:hover .source_link {
	border-bottom:1px dotted #c444c1;
}
#user_blog_source a .external_link_icon {
	padding-left:15px;
	background:url('/images/site/user_content/uc_ico_extlink.gif') no-repeat right 3px;
}
#user_blog_pubdate {
	font-size:14px;
	line-height:24px;
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	font-style:italic;
	text-align:right;
	letter-spacing:-0.5px;
	color:#000;
}
.user_blog_metas {
	margin:10px 0px;
	padding:9px 0px;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
.user_blog_metas .ssb_action_button {
	float:left;
}
.user_blog_comment_count {
	float:left;
	margin-top:6px;
	margin-left:9px;
}
.user_blog_comment_count .comment_icon {
	float:left;
	width:12px;
	height:12px;
	background:url('/images/site/user_content/uc_ico_comment_count.gif') no-repeat 0px 0px;
}
.user_blog_comment_count .comment_count {
	float:left;
	margin-left:5px;
	font-size:10px;
	line-height:12px;
	color:#000;
}
.user_blog_social {
	float:right;
}
.user_blog_social .post_social_button {
	float:right;
	margin-top:1px;
	margin-left:4px;
}
#user_blog_article_content h2 {
	margin:0px 0px 20px;
	padding:0px;
	font-style:normal;
	background:none;
}
#user_blog_article_content p,
#user_blog_article_content em,
#user_blog_article_content a {
	font-size:12px;
}
#user_blog_article_content p,
#user_blog_article_content em,
#user_blog_article_content h2,
#user_blog_article_content h2 span,
#user_blog_article_content li {
    font-family:"Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
#user_blog_article_content ul {
	margin:10px 0;
	padding-left:20px;
}
#user_blog_article_content h2 span {
	font-style:normal;
}
#user_blog_article_content img {
	margin:0px auto 15px;
	max-width:549px;
}
#user_blog_aside {
	position:relative;
	float:right;
	margin-top:25px;
	padding-top:21px;
	padding-left:21px;
	border-left:1px dotted #000;
	width:306px;
}
#user_blog_aside .follow_button_wrap,
#user_blog_aside .like_button_wrap {
	margin:0 auto;
}
#user_blog_aside .like_button_wrap {
	float:left;
	margin-left:80px;
	width:auto;
	height:24px;
}
#user_blog_aside .like_button_wrap > div {
	float:left;
}
#user_blog_aside .ssb_action_button .like_count_wrap {
	margin-left:10px;
}
#user_blog_aside .user_blogger_link {
	clear:both;
	margin-top:12px;
	text-align:center;
}
#user_blog_aside .user_blogger_link a {
	display:inline-block;
	margin:0 auto;
	padding-left:9px;
	background:url("/images/site/blogger_faq/faq_link_arr_00.png") no-repeat 0 4px;
}
#user_blog_aside .user_blogger_link a:hover span {
	border-bottom:1px dotted #c444c1;
}
#user_blog_writtenby {
	position:absolute;
	top:-45px;
	left:77px;
	z-index:10;
}

#next_blog.siblings {
	width: 250px;
	display: block;
	height: 80px;
	position: fixed;
	bottom: 0px;
	right: -275px;
	z-index: 10000;
	-webkit-box-shadow: -4px 3px 27px 0px rgba(50, 50, 50, 0.66);
	-moz-box-shadow:    -4px 3px 27px 0px rgba(50, 50, 50, 0.66);
	box-shadow:         -4px 3px 27px 0px rgba(50, 50, 50, 0.66);
}
#next_blog.siblings.siblings .clear-fix {
	display:block;
}
#next_blog.siblings.siblings a {
	display:block;
	padding: 8px;
	float: left;
	background: #c444c1;
}
#next_blog.siblings .user_blog_article_image {
	position:relative;
	display:block;
	width:80px;
	height:65px;
	overflow:hidden;
	float: left;
}
#next_blog.siblings .user_blog_article_image img {
	display:block;
	width:auto;
	height:100%;
	background-color:#f8f8f8;
}
#next_blog.siblings.siblings .user_blog_article_title {
	display:table-cell;
	width:144px;
	height:65px;
	font-size:12px;
	line-height:14px;
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	word-wrap:break-word;
	text-transform:uppercase;
	vertical-align:middle;
	color:#FFF;
	float: left;
	margin-left: 10px;
}

#user_blog_article_siblings {
	margin:48px 0px 25px;
}
#user_blog_article_siblings .siblings {
	width:270px;
}
#user_blog_article_siblings .siblings .clear-fix {
	display:block;
}
#user_blog_article_siblings .siblings a {
	display:block;
}
#user_blog_article_siblings .siblings .user_blog_article_image {
	position:relative;
	display:block;
	width:80px;
	height:65px;
	overflow:hidden;
}
#user_blog_article_siblings .siblings .user_blog_article_image img {
	display:block;
	width:auto;
	height:100%;
	background-color:#f8f8f8;
}
#user_blog_article_siblings .siblings .user_blog_article_title {
	display:table-cell;
	width:142px;
	height:65px;
	font-size:12px;
	line-height:14px;
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	word-wrap:break-word;
	text-transform:uppercase;
	vertical-align:middle;
	color:#000;
}
#user_blog_article_siblings #younger_sibling,
#user_blog_article_siblings #older_sibling .user_blog_article_image,
#user_blog_article_siblings #older_sibling .user_blog_article_title {
	float:left;
}
#user_blog_article_siblings #older_sibling,
#user_blog_article_siblings #younger_sibling .user_blog_article_image,
#user_blog_article_siblings #younger_sibling .user_blog_article_title {
	float:right;
}
#user_blog_article_siblings #older_sibling .user_blog_article_image {
	margin-right:5px;
}
#user_blog_article_siblings #younger_sibling .user_blog_article_image {
	margin-left:5px;
}
#user_blog_article_siblings #younger_sibling .user_blog_article_title {
	text-align:right;
	padding-left:40px;
	background:url('/images/site/user_content/uc_sibling_younger.png') no-repeat left top;
}
#user_blog_article_siblings #younger_sibling a:hover .user_blog_article_title {
	background-image:url('/images/site/user_content/uc_sibling_younger_h.png');
	color:#c444c1;
}
#user_blog_article_siblings #older_sibling .user_blog_article_title {
	padding-right:40px;
	background:url('/images/site/user_content/uc_sibling_older.png') no-repeat right top;
}
#user_blog_article_siblings #older_sibling a:hover .user_blog_article_title {
	background-image:url('/images/site/user_content/uc_sibling_older_h.png');
	color:#c444c1;
}
.sibling_blog {
	display:none;
	position:fixed;
	top:278px;
	width:90px;
	height:127px;
	background:url('/images/site/user_content/uc_sibling_content_arr_00.png');
	background-repeat:no-repeat;
	cursor:pointer;
}
.sibling_blog a {
	display:block;
	width:100%;
	height:100%;
}
#younger_sibling_blog.sibling_blog {
	background-position:0px 0px;
}
#younger_sibling_blog.sibling_blog:hover {
	background-position:0px -127px;
	background-color:#000;
}
#older_sibling_blog.sibling_blog {
	background-position:-90px 0px;
}
#older_sibling_blog.sibling_blog:hover {
	background-position:-90px -127px;
	background-color:#000;
}
.sibling_blog.show {
	display:block;
}
.delete-blog-overlay {
	min-height:180px;
}
.btn_standard_black_00 {
	width:143px;
	height:21px;
	font-size:12px;
	line-height:21px;
	font-weight:500;
	font-family:"HelveticaNeue-Medium", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-align:center;
	text-transform:uppercase;
	background-color:#000;
	color:#fff;
	cursor:pointer;
}
.btn_standard_black_00:hover {
	background-color:#c444c1;
}
.delete-blog-overlay .button-group .btn_standard_black_00 {
	float:left;
}
.delete-blog-overlay .button-group {
	width:100%;
}
.delete-blog-overlay .button-group #delete-blog-close-overlay {
	float:left;
	margin-left:10px;
	font-size:12px;
	line-height:21px;
	color:#000;
	cursor:pointer;
}
.delete-blog-overlay .button-group #delete-blog-close-overlay:hover {
	color:#c444c1;
}
.delete-blog-overlay .button-group .redirect {
	clear:both;
	padding-top:20px;
	width:100%;
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-align:center;
	color:#000;
}

/*
	# ----------------- USER CONTENT : Page Comments
*/
#user_content_page_comments {
	margin-top:42px;
	padding-top:22px;
	float:right;
	width:549px;
	border-top:4px solid #000;
}
#user_content_page_comments .usr_loadmore {
	margin:0 auto;
}
#user_content_page_comments h2 {
	margin:0px;
	padding:0px 0px 20px;
	font-size:27px;
	line-height:30px;
	font-weight:100;
	font-family:"HelveticaNeue-UltraLight", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
	text-align:center;
	background:none;
}
#user_content_page_comments h2 span {
	font-size:27px;
	line-height:30px;
    font-family:"Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
    font-style:normal;
	letter-spacing:0px;
}
#user_content_write_comment {
	padding-bottom:14px;
	border-bottom:1px dotted #000;
}
#user_content_write_comment .current_user {
	float:left;
	width:54px;
}
#user_content_write_comment .current_user .userimage_holder {
    float:left;
    margin-left:5px;
    height:48px;
    width:47px;
    background:url("/images/user-profile/profile-image-frame.png") no-repeat scroll -32px -110px transparent;
}
#user_content_write_comment .current_user .userimage_holder a {
    display:block;
    height:100%;
    width:100%;
    background-repeat:no-repeat;
    background-position:0 0;
}
#user_content_comment_form,
#user_content_reply_form {
	position:relative;
	float:right;
	margin:0px;
	width:485px;
}
#user_content_reply_form {
	padding-top:17px;
	width:404px;
}
#user_content_comment_form #comment_form_loader,
#user_content_reply_form #reply_form_loader {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:100%;
    height:100%;
    background-image: url("/images/site/product/pr_loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#fff;
	background-color: rgba(255, 255, 255, 0.8);
    overflow:hidden;
    z-index:10;
}
#user_content_comment_form.form_commenting #comment_form_loader,
#user_content_reply_form.form_replying #reply_form_loader {
	display:block;
}
#user_content_comment_form .unselectable,
#user_content_reply_form .unselectable {
	display:none !important;
}
#user_content_comment_form #comment_input,
#user_content_reply_form #reply_input {
	padding:3px 12px;
	width:459px;
	height:66px;
	border-radius:0px;
	border:1px solid #dedede;
	font-size:12px;
	line-height:22px;
	box-shadow:none;
	background-color:#fff;
	color:#666;
}
#user_content_reply_form #reply_input {
	width:364px;
}
#user_content_comment_form #comment_input.entered,
#user_content_reply_form #reply_input.entered {
	color:#000;
}
#user_content_comment_form #user_content_commentsubmit,
#user_content_reply_form #user_content_replysubmit {
	margin-bottom:0px;
	padding-top:12px;
}
#user_content_comment_form #uc_postcomment,
#user_content_reply_form #uc_postreply {
	display:block;
	float:left;
	margin-right:10px;
	width:143px;
	height:21px;
	font-size:0px;
	border:none;
	text-indent:-9999em;
	color:#fff;
	background:url('/images/site/actions/act_comment_terms.png') no-repeat 0px 0px;
	background-color:#000;
	cursor:pointer;
}
#user_content_reply_form #uc_postreply {
	background-image:url('/images/site/actions/act_reply_terms.png');
}
#user_content_comment_form #syndicate_comments {
	float:left;
	margin-top:2px;
	font-size:11px;
	letter-spacing:0px;
	color:#999;
}
#user_content_comment_form #post-to-facebook strong {
	color:#3a589a;
}
#user_content_comment_form #post-to-facebook label {
	float:left;
}
#user_content_reply_form_holder {
	display:none;
}
#user_content_read_comments {
	padding-bottom:20px;
}
#user_content_read_comments .uc_comment {
	padding:20px 0px;
	border-bottom:1px solid #dedede;
}
#user_content_read_comments .uc_reply {
	padding:20px 0px 0px;
	margin:20px 0px 0px 70px;
	width:420;
	border-top:1px solid #dedede;
}
#user_content_read_comments .uc_comment .comment_reply_form_holder {
	position:relative;
	clear:right;
	min-height:0px;
    background-repeat: no-repeat;
    background-position: center 0px;
	background-color: rgba(255, 255, 255, 0.8);
	overflow:hidden;
}
#user_content_read_comments .uc_comment.reply_form_loading .comment_reply_form_holder {
    background-image: url("/images/site/product/pr_loader.gif");
    min-height:40px;
}
#user_content_read_comments .uc_comment .mt_user_stack,
#user_content_read_comments .uc_reply .mt_user_stack {
	float:left;
	width:140px;
}
#user_content_read_comments .uc_reply .mt_user_stack {
	width:110px;
}
#user_content_read_comments .uc_comment .uc_comment_comment,
#user_content_read_comments .uc_reply .uc_comment_reply {
	float:right;
	width:404px;
}
#user_content_read_comments .uc_reply .uc_comment_reply {
	width:369px;
}
#user_content_read_comments .uc_comment .uc_comment_comment .comment_text,
#user_content_read_comments .uc_reply .uc_comment_reply .reply_text {
	margin-bottom:14px;
	font-size:12px;
	line-height:18px;
	color:#000;
}
#user_content_read_comments .uc_comment .uc_comment_comment .mt_user_metas,
#user_content_read_comments .uc_reply .uc_comment_reply .mt_user_metas {
	margin-bottom:10px;
	letter-spacing:0px;
}
#user_content_read_comments .uc_comment_comment .comment_metas_date,
#user_content_read_comments .uc_comment_reply .reply_metas_date {
    float:left;
    margin-right:7px;
    padding-right:7px;
	border-right:1px solid #999999;
    font-size:10px;
    line-height:11px;
    letter-spacing:0px;
    color:#999999;
}
#user_content_read_comments .uc_comment_reply .reply_metas_date {
	border-right:none;
}
#user_content_read_comments .uc_comment_comment .comment_metas_reply {
	font-size:11px;
    line-height:11px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
}

/*
	# ----------------- PRODUCT : Image Tile
*/
.pr_image_tile {
	position:relative;
	width:102px;
	height:102px;
}
.pr_image_tile .pr_image,
.pr_image_tile .pr_image img {
	display:block;
	width:100%;
	height:100%;
}
.pr_image_tile .pr_image img {
	background-color:#f8f8f8;
}
.pr_image_tile a {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999em;
	z-index:12;
}
.pr_image_tile .product_badge {
    position: absolute;
    background-repeat: no-repeat;
	background-position: 0 0;
    z-index: 10;
}
.pr_image_tile .product_badge_loved {
	top:4px;
    left:5px;
    width:57px;
    height:43px;
	background-image:url("/images/site/product/pr_badge_sm_loved.png");
}
.pr_image_tile .product_badge_owned,
.pr_image_tile .product_badge_wanted {
    top:4px;
    left:5px;
    width:51px;
    height:51px;
    background-image: url("/images/site/product/pr_badge_sm_owned.png");
}
.pr_image_tile .product_badge_wanted {
    background-image: url("/images/site/product/pr_badge_sm_wanted.png");
}

/*
	# ----------------- User Content
*/
.user_content_sidesection .pr_count_1,
.user_content_sidesection .pr_count_2 {
	text-align:center;
}
.user_content_sidesection .pr_count_1 .pr_image_tile,
.user_content_sidesection .pr_count_2 .pr_image_tile {
	display:inline-block;
}
.user_content_sidesection .pr_count_3 .pr_image_tile {
	position:relative;
	float:left;
	width:102px;
	height:102px;
}
.user_blogger_blogs .user_blogger_blogs_content {
	margin-bottom:15px;
}
#user_content_products_content .products_carousel_page,
#user_content_brands_content .brands_carousel_page {
	float:left;
	width:306px;
	text-align:center;
}
#user_content_products_content .products_carousel_page .pr_grid_tile,
#user_content_brands_content .brands_carousel_page .pr_br_image_tile {
	display:inline-block;
}
#user_content_products_content .ribbon_container,
#user_content_brands_content .ribbon_container {
	position:relative;
	overflow:hidden;
}
#user_content_products_content .ribbon_slider,
#user_content_brands_content .ribbon_slider {
	position:relative;
}
#user_content_products_content .ribbon_nav {
	margin-top:-86px;
}
#user_content_products_content .ribbon_nav.ribbon_next,
#user_content_brands_content .ribbon_nav.ribbon_next {
	right:0px;
}
#user_content_products_content .ribbon_nav.ribbon_prev,
#user_content_brands_content .ribbon_nav.ribbon_prev {
	left:0px;
}

/*
	# ----------------- BLOG : Beauty Blogger CTA,
						PROFILER : CTA
*/
#beautyblogger_cta,
#profiler_cta {
	margin:20px 0px;
	padding:3px;
	border:1px solid #d9d9d9;
}
#beautyblogger_cta_content,
#profiler_cta_content {
	padding:10px 12px;
	background-color:#f7f7f7;
}
#beautyshelf_cta {
	height:201px;
	background:url('/images/site/product/pr_beautyshelf_cta.jpg') no-repeat 0px 0px;
}
#beautyblogger_cta_content h3,
#profiler_cta_content h3,
#beautyshelf_cta_content h3 {
	margin-bottom:4px;
	font-size:20px;
	line-height:20px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-align:center;
	letter-spacing:0px;
	text-transform:uppercase;
	color:#000;
}
#beautyshelf_cta_content h3 {
	padding-top:45px;
	padding-bottom:8px;
}
#beautyblogger_cta_content h3 em,
#profiler_cta_content h3 em,
#beautyshelf_cta_content h3 em {
	font-size:28px;
	font-style:italic;
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	font-weight:normal;
	text-transform:lowercase;
	letter-spacing:-0.5px;
}
#beautyblogger_cta_content p,
#profiler_cta_content p,
#beautyshelf_cta_content p {
	margin:0px 0px 10px;
	font-size:13px;
	line-height:16px;
	letter-spacing:0px;
	text-align:center;
	color:#666;
}
#beautyblogger_cta_content .beautyblogger_links,
#profiler_cta_content .profiler_links,
#beautyshelf_cta_content .beautyshelf_links {
	padding-bottom:6px;
}
#beautyblogger_cta_content .beautyblogger_links,
#beautyblogger_cta_content .beautyblogger_cta_close,
#profiler_cta_content .profiler_links,
#beautyshelf_cta_content .beautyshelf_links {
	text-align:center;
}
#beautyblogger_cta_content .beautyblogger_links a,
#profiler_cta_content .profiler_links a,
#beautyshelf_cta_content .beautyshelf_links a {
	margin-left:20px;
	padding-left:9px;
	font-size:12px;
	line-height:18px;
	background:transparent url("/images/site/blogger_faq/faq_link_arr_00.png") no-repeat 0 3px;
}
#beautyblogger_cta_content .beautyblogger_links a:hover span,
#profiler_cta_content .profiler_links a:hover span,
#beautyshelf_cta_content .beautyshelf_links a:hover span {
	border-bottom:1px dotted #c444c1;
}
#beautyblogger_cta_content .beautyblogger_links a:first-child,
#profiler_cta_content .profiler_links a:first-child,
#beautyshelf_cta_content .beautyshelf_links a:first-child {
	margin-left:0px;
}
#beautyblogger_cta_content .beautyblogger_cta_close a {
	padding-left:16px;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	font-family:"HelveticaNeue", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
	background:transparent url('/images/site/blogger_faq/bl_close.png') no-repeat 0px 3px;
	color:#999;
}
#beautyblogger_cta_content .beautyblogger_cta_close a:hover {
	background-position:0px -97px;
	color:#000;
}

/*
	# ----------------- BLOG : Blog List
*/
.usr_blog_list {
	margin-bottom:9px;
}
.usr_blog_list .bl_image {
	position:relative;
	float:left;
	width:80px;
	height:52px;
	overflow:hidden;
}
.usr_blog_list .bl_image img {
	display:block;
	width:100%;
	height:auto;
}
.usr_blog_list .bl_metas {
	float:left;
	margin-left:12px;
	width:210px;
	letter-spacing:0px;
}
.usr_blog_list .bl_metas .bl_title {
	font-size:13px;
	line-height:15px;
}
.usr_blog_list .bl_metas a {
	color:#000;
}
.usr_blog_list .bl_metas a:hover {
	color:#c444c1;
	border-bottom:none;
}
.usr_blog_list .bl_metas p,
.usr_blog_list .bl_metas em {
	font-size:10px;
	line-height:15px;
	color:#000;
}
.usr_blog_list .bl_metas em {
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
}

/*
	# ----------------- User Content Side Section
*/
.user_content_sidesection {
	margin:15px 0px;
}
.user_content_sidesection .user_content_appender,
#user_content_page_comments .user_content_appender {
	display:none;
}
.user_content_sidesection.data_appending .user_content_appender,
.user_content_contextualsection.data_appending .user_content_appender,
#user_content_page_comments.data_appending .user_content_appender {
    display:block;
    height:80px;
    background-image: url("/images/site/product/pr_loader.gif");
    background-repeat: no-repeat;
    background-position: center 10px;
	background-color: rgba(255, 255, 255, 0.8);
    overflow:hidden;
}
.user_content_sidesection .usr_side_loadmore,
.user_content_contextualsection .usr_side_loadmore {
	margin:0px auto 15px;
}
.user_content_sidesection h3 {
	font-size:9px;
	line-height:25px;
	font-weight:normal;
	font-family:"HelveticaNeue", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	background:url('/images/site/user_content/uc_ss_h3.gif') repeat-x 0px center;
	color:#999;
}
.user_content_sidesection h3 span {
	padding:0px 11px;
	background-color:#fff;
}

/*
	# ----------------- User Content Conextual
*/
.user_content_contextualsection {
	margin:20px 0px;
	border-bottom:1px solid #000;
}
.user_content_contextualsection h3 {
	font-size:12px;
	line-height:26px;
	font-weight:normal;
	font-family:"HelveticaNeue", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#000;
}
.user_content_contextualsection h3 .uc_count {
	color:#999;
}

/*
	# ----------------- Load More
*/
.usr_side_loadmore,
.usr_loadmore {
    height: 21px;
    width: 120px;
    background-image: url("/images/site/buttons/btn_loadmore.png");
    background-repeat: no-repeat;
	background-color: #dedede;
	background-position:-10px 0px;
    cursor: pointer;
}
.usr_side_loadmore:hover,
.usr_loadmore:hover {
	background-color:#000;
}
.usr_side_loadmore.disable,
.usr_loadmore.disable {
	display:none;
}

/*
	# ----------------- MPU : MPU Holder
*/
.mpu-holder {
    background:#f3f3f3;
    margin-bottom:30px;
    padding:0 3px 3px;
}

.mpu-holder header {
    font-size:10px;
    line-height:26px;
    text-align:center;
    text-transform:uppercase;
    color:#cfcfcf;
}
.mpu-holder .ad {
    overflow:hidden;
}

/*
	# ----------------- Beauty boxes
*/
#beautybox_birchbox {
	height:610px;
	background:url('/images/site/beautyboxes/beautybox_birchbox_2.jpg?v=2') no-repeat 0px 10px;
}
#beautybox_birchbox_content {
	width:484px;
}
#beautybox_birchbox_content h1 {
	margin:0px;
	padding:0px;
	width:100%;
	height:146px;
	font-size:0px;
	text-indent:-9999px;
	background:url('/images/site/beautyboxes/bb_h1.png') no-repeat 0px -40px;
}
#beautybox_birchbox_content p {

	margin-bottom:25px;
	font-size:16px;
	line-height:22px;
	text-align:center;
	letter-spacing:0px;
	color:#000;
}
#join_birchbox_btn {
	display:block;
	margin:0 auto;
	width:190px;
	height:38px;
	text-align:center;
	text-indent:-999em;
	background:url('/images/site/beautyboxes/bb_join_now.png') no-repeat 0px 0px;
	color:#fff;
}

/*
	# ----------------- BLOG : Blogger Faqs
*/
#blogger_faqs h1 {
	margin:0px 0px 8px;
	padding:0px;
	font-size:32px;
	line-height:36px;
	background:none;
	color:#000;
}
#blogger_faqs_list {
	position:relative;
	float:left;
	width:0px;
	min-height:20px;
}
#blogger_faqs_list.show {
	width:289px;
}
#blogger_faqs_list .faq_list_item {
	position:relative;
	padding:0px 0px 0px 15px;
	height:43px;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	color:#000;
	cursor:pointer;
	letter-spacing:0px;
	z-index:20;
}
#blogger_faqs_list .faq_list_item:hover {
	color:#c444c1;
}
#blogger_faqs_list .faq_list_item.selected {
	color:#fff;
}
#blogger_faqs_list .faq_list_item span {
	display:table-cell;
	height:43px;
	vertical-align:middle;
}
#blogger_faqs_list .faq_list_item_selector {
	position:absolute;
	top:0px;
	left:0px;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	opacity:0.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	width:306px;
	height:43px;
	background:#000 url('/images/site/blogger_faq/faq_selector_arr_00.png') no-repeat right top;
}
#blogger_faqs_list .faq_list_item_selector.show {
	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
}
#blogger_faqs_content {
	float:left;
	border-left:1px dotted #000;
	padding:0px 0px 0px 36px;
	width:634px;
}
#blogger_faqs_content .arrow {
	background: url("/images/site/links/arr_0.png") no-repeat scroll left 4px transparent;
    color: #C444C1;
    float: left;
    font-size: 11px;
    font-weight: bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
    line-height: 18px;
    padding-left: 10px;
    text-decoration: none;
    cursor:pointer;
}
#blogger_faqs_content .faq {
	position:relative;
	top:-11px;
	width:634px;
	letter-spacing:0px;
}
#blogger_faqs_content .faq .faq_content {
	padding:0px 20px;
}
#blogger_faqs_content .faq p {
	color:#000;
}
#blogger_faqs_content .faq.hide {
	display:none;
}
#blogger_faqs_content .faq.show {
	display:block;
}
#blogger_faqs_content .faq h2 {
	margin:0px 0px 20px;
	padding:0px 0px 13px;
	border-bottom:4px solid #000;
	font-size:26px;
	line-height:30px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-transform:none;
	letter-spacing:0px;
	background:none;
	color:#000;
}
#blogger_faqs_content .faq h2 strong {
	font-weight:normal;
	font-family:"HelveticaNeue", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
}
#blogger_faqs_content .faq img {
	display:block;
	margin-bottom:10px;
	width:100%;
	height:250px;
	background:#f8f8f8;
}
#blogger_faqs_content .faq p {
	font-size:13px;
	line-height:18px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
}
#blogger_faqs_content .faq ul {
	margin-bottom:20px;
	padding-left:50px;
	color:#000;
}
#blogger_faqs_content .faq ul li {
	margin-bottom:6px;
}
#blogger_faqs_content .faq em {
	font-size:16px;
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	font-style:italic;
}
#blogger_faqs_content .faq .faq_link {
	padding-left:9px;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	font-family:"HelveticaNeue", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	background:url('/images/site/blogger_faq/faq_link_arr_00.png') no-repeat 0px 4px;
}
#blogger_faqs_content .faq .faq_link:hover span {
	border-bottom:1px dotted #c444c1;
}

/*
	# ----------------- PRODUCT BRAND :  Brand
*/
/* ----- Videos */
#brand_product_videos_content .ribbon_container,
#brand_product_videos_content .ribbon_slider,
#brand_product_photos_content .ribbon_container,
#brand_product_photos_content .ribbon_slider {
	position:relative;
	overflow:hidden;
}
#brand_product_videos_content .ribbon_nav {
	margin-top:-75px;
}
#brand_product_videos_content .ribbon_next,
#brand_product_photos_content .ribbon_next {
	right:-37px;
}
#brand_product_videos_content .ribbon_prev,
#brand_product_photos_content .ribbon_prev {
	left:-37px;
}
#brand_product_videos_content .br_pr_video_page {
	float:left;
	padding:0px 33px 0px 34px;
}
/* ----- Videos */
#brand_product_photos_content .br_pr_photo_page {
	float:left;
	padding:0px 14px;
}
#brand_product_photos_content .ph_tile_80 {
	float:left;
	margin-left:7px;
}
#brand_product_photos_content .ph_tile_80:first-child {
	margin-left:0px;
}
/* ----- Blogs */
#brand_product_blogs .usr_side_loadmore {
	margin:15px auto;
}
#brand_product_blogs .user_content_appender {
	display:none;
}
#brand_product_blogs.data_appending .user_content_appender {
    display:block;
    height:80px;
    background-image: url("/images/site/product/pr_loader.gif");
    background-repeat: no-repeat;
    background-position: center 10px;
	background-color: rgba(255, 255, 255, 0.8);
    overflow:hidden;
}

/**/
#userBlogTrackPageView {
	display:none;
	width:1px;
	height:1px;
}

/*
	# ----------------- PRODUCT : Buttons
*/
.pr_war_btn {
	width:143px;
	height:21px;
	background-image:url('/images/site/product/pr_war.png');
	background-repeat:no-repeat;
	background-position:no-repeat;
	background-color:#000;
	cursor:pointer;
}
.pr_war_btn:hover {
	background-color:#c444c1;
}

/*--------------------------------------------------*/
/* NEWSFEED
/*--------------------------------------------------*/

/*
	# ----------------- NEWSFEED : Main
*/
#newsfeed {
	padding-top:20px;
}
#newsfeed_column {
	float:right;
	padding-left:20px;
	width:614px;
	border-left:1px dotted #000;
}

/*
	# ----------------- NEWSFEED : Side
*/
#newsfeed_aside {
	float:left;
	width:308px;
}
#newsfeed_aside .user_content_sidesection,
#newsfeed_aside #beautyblogger_cta, #newsfeed_aside #profiler_cta {
	margin:15px 0 0;
}
#newsfeed_aside section {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #000;
}
#newsfeed_aside .mt_user_stack {
	border-bottom:1px solid #000;
}
.user_beautyshelf_widget header h3,
.user_productsnotreviewed_widget header h3 {
	font-size:12px;
	line-height:18px;
	background:none;
	color:#000;
}
.user_beautyshelf_widget header h4 {
	font-size:10px;
	line-height:14px;
	text-align:center;
	color:#666;
}
.user_productsnotreviewed_widget header h4 {
	font-size:16px;
	line-height:18px;
	font-family: 'Times', 'Palatino Linotype', 'Times New Roman', serif;
	font-style:italic;
	text-transform:lowercase;
	letter-spacing:0px;
	color:#000;
}
.user_beautyshelf_widget .user_beautyshelf_link {
	text-align:center;
}
.user_beautyshelf_widget .user_beautyshelf_link a {
	display:inline-block;
	margin:0 auto;
	padding-left: 9px;
	background:transparent url("/images/site/blogger_faq/faq_link_arr_00.png") no-repeat 0 4px;
}
.user_beautyshelf_widget .user_beautyshelf_link a:hover span {
	border-bottom:1px dotted #C444C1;
}
.user_productsnotreviewed_widget {
	text-align:center;
}
.user_productsnotreviewed_widget .ribbon_container {
	display:inline-block;
}
.user_productsnotreviewed_widget .ribbon_container,
.user_productsnotreviewed_widget .ribbon_slider {
	position:relative;
	overflow:hidden;
	width:102px;
}
.user_productsnotreviewed_widget .products_carousel_page {
	float:left;
	width:102px;
}
.user_productsnotreviewed_widget #user_productsnotreviewed_content {
	width:102px;
	margin:0 auto;
}
.user_productsnotreviewed_widget .pr_war_btn {
	margin:0 auto;
}

/*
	# ----------------- NEWSFEED : User Blog Stats
*/
#beautyblogger_stats {
    margin:15px 0 0;
    padding:3px;
	border:1px solid #D9D9D9;
}
#beautyblogger_stats_content {
	padding:4px 9px;
	background-color:#F7F7F7;
}
#beautyblogger_stats_content header {
	margin-bottom:8px;
}
#beautyblogger_stats_content header h2 {
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:15px;
	font-weight:400;
	font-family:"HelveticaNeue", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	background:none;
	color:#000;
}
.beautyblogs_stats_filters {
	margin-bottom:16px;
	text-align:center;
}
.beautyblogs_stats_filters .beautyblogs_stats_filter {
	display:inline-block;
	margin-left:5px;
	width:95px;
	height:22px;
	font-size:9px;
	line-height:22px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	border:1px solid #dedede;
	background-color:#f3f3f3;
	color:#999;
	cursor:pointer;
}
.beautyblogs_stats_filters .beautyblogs_stats_filter:first-child {
	margin-left:0px;
}
.beautyblogs_stats_filters .beautyblogs_stats_filter.filter_active {
	-moz-box-shadow:    1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:         1px 1px 2px rgba(0, 0, 0, 0.1);
	color:#000;
	background-color:#fff;
	cursor:default;
}
.beautyblogs_stats_box h3 {
	margin-bottom:10px;
	font-size:11px;
	line-height:18px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	border-bottom:1px solid #dedede;
	text-align:center;
	color:#999;
}
.beautyblogs_stats_num {
	display:none;
	margin-bottom:20px;
	font-size:30px;
	line-height:22px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-align:center;
	color:#484848;
}
.beautyblogs_stats_num.show {
	display:block;
}
.beautyblogs_stats_pp_list.show {
	display:block;
}
.beautyblogs_stats_pp_list {
	display:none;
}
#beautyblogger_stats .usr_blog_list .bl_metas {
	width:190px;
}
#dashboard_quicklinks header h3 {
	margin:0px 0px 14px;
	padding:0px;
	font-size:12px;
	line-height:18px;
	font-weight:400;
	font-family:"HelveticaNeue", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-transform:uppercase;
	text-align:center;
	color:#000;
}
#dashboard_quicklinks ul {
	float:left;
	width:153px;
	line-height:18px;
	list-style:none;
}
#dashboard_quicklinks ul.profile_links li {
	padding-left:9px;
	background:url("/images/site/blogger_faq/faq_link_arr_00.png") no-repeat 0 5px;
}
#dashboard_quicklinks ul a:hover span {
	border-bottom: 1px dotted #C444C1;
}

/*
	# ----------------- NEWSFEED : Advertise with SSB
*/
#social-links a.advertise_ssb,
#advertise_with_ssb a {
	width:180px;
    height:15px;
    background-repeat:no-repeat;
    background-position:no-repeat;
    cursor:pointer;
    background:#c444c1;
    color: #FFF;
    display: block;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
}
#social-links a.advertise_ssb {

	position: absolute;
	top: 80px;
	text-indent: 0px;
	left: 62px;
	height: 19px;
}
#social-links a.advertise_ssb:hover {
	text-indent: 0px;
	color: #FFF;
}

/*
	# ----------------- NEWSFEED : User Following
*/
#newsfeed_user_following {
	position:relative;
	font-size:10px;
	line-height:15px;
	text-align:right;
	letter-spacing:0px;
	word-spacing:1px;
	z-index:5;
}
#newsfeed_user_following #find_friends {
	padding-right:9px;
	background:url("/images/beauty-profiler/bp_next_previous.gif") no-repeat right -100px;
}
#newsfeed_user_following a {
	color:#999999;
}
#newsfeed_user_following a:hover {
	color:#000;
}

/*
	# ----------------- NEWSFEED : Welcome Message
*/
#newsfeed_welcome_flash {
	padding-top:25px;
	padding-bottom:20px;
	border-bottom:4px solid #000;
	text-align:center;
}
#newsfeed_welcome_flash h2 {
	margin:0px 0px 10px;
	padding:0px;
	font-size:40px;
	line-height:44px;
	font-weight:100;
	font-family:"HelveticaNeue-UltraLight", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
	text-transform:none;
	word-spacing:1px;
	background:none;
	color:#000;
}
#newsfeed_welcome_flash p {
	font-size:14px;
	line-height:18px;
	font-family:'Times', 'Palatino Linotype', 'Times New Roman', serif;
	letter-spacing:0px;
	color:#999;
}
#newsfeed_welcome_flash #newsfeed_welcome_flash_close {
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#999;
}
#newsfeed_welcome_flash #newsfeed_welcome_flash_close span {
	padding-left:16px;
	background:url("/images/site/blogger_faq/bl_close.png") no-repeat scroll 0 3px transparent;
	cursor:pointer;
}
#newsfeed_welcome_flash #newsfeed_welcome_flash_close span:hover {
	background-position:0 -97px;
	color:#000;
}
#newsfeed_welcome_flash .beautyexperts_widget {
	padding-bottom:18px;
}
#newsfeed_welcome_flash .beautyexperts_widget h3 {
	margin:0px;
	padding:0px;
	font-size:10px;
	line-height:26px;
	font-weight:500;
	text-transform:uppercase;
}
#newsfeed_welcome_flash .beautyexperts_widget .ribbon_nav.ribbon_next {
	right:-10px;
}
#newsfeed_welcome_flash .beautyexperts_widget .ribbon_nav.ribbon_prev {
	left:-10px;
}
#newsfeed_welcome_flash .beautyexperts_widget .poweruser_wrap {
	float:left;
	padding:0 32px;
}
#newsfeed_welcome_flash .beautyexperts_widget .ribbon_container {
	position:relative;
	overflow:hidden;
}
#newsfeed_welcome_flash .beautyexperts_widget .ribbon_slider {
	position:relative;
}
#newsfeed_welcome_flash .beautyexperts_widget .usr_prf_ph {
	float:left;
	margin-left:10px;
}
#newsfeed_welcome_flash .beautyexperts_widget .usr_prf_ph:first-child {
	margin-left:0px;
}

/*
	# ----------------- NEWSFEED : Feed Items
	# --- nf_drop 		: Newfeed item
	# --- nf_drop_c 	: Newfeed item content
	# --- nf_drop_a 	: Newfeed item action
	# --- nf_drop_ab 	: Newfeed item action bar
	# --- nf_usr 		: User
	# --- nf_usrph 		: User Photo
	# --- nf_usrbl 		: User Blog
	# --- nf_usrvd 		: User Video
	# --- nf_usrfl 		: User Follow
	# --- nf_pr 		: Product
	# --- nf_prbr 		: Product Brand
	# --- nf_bk_mrk		: Newsfeed, Bookmark
	# --- nf_puddle		: Newsfeed items, grouped
*/
#nf {
	position:relative;
	padding-top:8px;
}

#nf #nf_loader {
	display:none;
}
#nf.refreshing_feed #nf_loader {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	background-image:url('/images/site/product/pr_loader.gif');
	background-repeat:no-repeat;
	background-position:center 80px;
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8);
	z-index:10;
}
#nf.scroll_feed #nf_loader {
	display:block;
	width:100%;
	height:130px;
	background-image:url('/images/site/product/pr_loader.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8);
	z-index:10;
}

#nf_fall_holder {
	position:relative;
	min-height:200px;
	/* overflow:hidden; */
}
#nf_fall_holder.nf_sliding {
	overflow:hidden;
}
#nf_fall {
	position:relative;
	padding-top:6px;
	width:100%;
	/* overflow:hidden; */
}
.nf_prep {
	position:fixed;
	top:0px;
	right:-650px;
	width:614px;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.nf_ready {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.nf_prep.nf_ready {
	position:static;
	top:auto;
	right:auto;
}
.nf_prep.nf_sliding,
.nf_ready.seen {
	opacity:1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.nf_bk_mrk {
	margin:30px 0px;
	height:38px;
	background:url('/images/site/nf/nf_bk_mark.gif') no-repeat 0px 0px;
}
.nf_drop {
	position:relative;
	margin:0px 0px 2px;
	padding:25px 0px;
	border-bottom:1px solid #ccc;
}
.nf_drop_dummy {
	margin:0px 0px 2px;
	padding:25px 0px;
	border-bottom:1px solid #ccc;
	min-height:160px;
	background-color:#999;
}
.nf_drop_c {
	float:right;
	width:546px;
}/*
.nf_droplets > div {
	display:none;
}
.nf_droplets div:first-child {
	display:block;
}*/
.nf_drop_a {
	margin-bottom:10px;
	min-height:15px;
	font-size:11px;
	line-height:15px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#999;
}
.nf_drop_a a {
	text-decoration:none;
}
.nf_drop_a a strong {
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.nf_drop_a a:hover,
.nf_drop_a a:hover strong {
	color:#c444c1;
}
.nf_drop_ab {
	position:relative;
	margin-top:8px;
	padding:10px 9px;
	background-color:#f7f7f7;
}
.nf_drop_ab .nf_drop_ab_arr {
	position:absolute;
	top:-5px;
	left:45px;
	width:14px;
	height:5px;
	background:url('/images/site/reviews/pr/rv_arr_00.gif') no-repeat 0px 0px;
}
.nf_drop_ab .nf_drop_ab_c .nf_drop_a_item {
	clear:both;
}
.nf_drop_ab .nf_drop_ab_c .a_icon {
	float:left;
	margin-right:7px;
	background-image:url('/images/site/nf/nf_a_icons.png');
	background-repeat:no-repeat;
	background-color:transparent;
}
.nf_drop_ab .nf_drop_ab_c .a_text {
	float:left;
	font-size:11px;
	line-height:12px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:000;
}
.nf_drop_ab .nf_drop_ab_c .a_text strong a {
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.nf_drop_ab .nf_drop_ab_c .a_text strong a:hover {
	color:#c444c1;
}
.nf_drop_ab .nf_drop_ab_c .nf_drop_like .a_icon {
	display:block;
	width:15px;
	height:12px;
	background-position:0px 0px;
}
.nf_drop_ab .nf_drop_ab_c .nf_drop_comment .c_usr_prf_ph {
	float:left;
	margin-right:10px;
	width:40px;
	height:40px;
}
.nf_drop_ab .nf_drop_ab_c .nf_drop_comment .c_usr_prf_ph img {
	display:block;
	width:40px;
	height:40px;
	background-color:#ccc;
}
.nf_drop_ab .nf_drop_ab_c .nf_drop_comment .c_usr_comment {
	float:left;
	padding:3px 0px;
	width:460px;
	font-size:11px;
	line-height:15px;
	letter-spacing:0px;
	color:#484848;
}
.nf_drop_ab .nf_drop_ab_c .nf_drop_comment .c_usr_comment a {
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.nf_drop_ab .nf_drop_ab_c .nf_drop_comment .c_usr_comment a:hover {
	color:#C444C1;
}
.nf_drop .usr_prf_ph .p40_40 {
	float:left;
	margin:0px 0px 0px 5px;
}
.nf_drop footer {
	clear:both;
	padding-top:12px;
	font-size:11px;
	line-height:20px;
	letter-spacing:0px;
	word-spacing:2px;
	color:#999;
}
.nf_drop footer .ssb_action_button {
	display:inline;
}
.nf_drop footer strong {
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.nf_drop footer strong a {
	color:#c444c1;
}
.nf_drop footer strong a:hover {
	border-bottom:1px dotted #c444c1;
}
.nf_drop footer .general_counts {
	padding-left:6px;
}
.nf_drop footer .general_counts li {
	display:inline;
}
.nf_drop footer .general_counts .icon {
	display:inline;
	float:none;
	margin-left:2px;
	padding-left:17px;
	width:auto;
}
.nf_drop footer .general_counts .count {
	display:inline;
	float:none;
}

/*
	# ----------------- NEWSFEED : Alert
*/
#nf_alert_holder {
	height:0px;
	transition: height 0.2s;
	-moz-transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s;
}
#nf_alert {
	position:relative;
	height:0px;
	width:614px;
	transition: height 0.2s;
	-moz-transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s;
	z-index:1;
}
#nf_alert_holder.fixed #nf_alert {
	position:fixed;
	top:8px;
	right:0px;
	z-index:20;
}
#nf_alert_holder.show,
#nf_alert_holder.show #nf_alert {
	height:40px;
}
#nf_alert_bar {
	top:-40px;
	left:0px;
	display:none;
	width:100%;
	height:40px;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	border-radius:4px;
	transition: top 0.2s, opacity 0.4s;
	-moz-transition: top 0.2s, opacity 0.4s;
	-webkit-transition: top 0.2s, opacity 0.4s;
	-o-transition: top 0.2s, opacity 0.4s;
	background-color:#f9ecf9;
	background-color:rgba(196, 68, 193, 0.2);
	color:#c444c1;
	cursor:pointer;
}
#nf_alert_holder.show #nf_alert_bar {
	top:0px;
	display:block;
	opacity:1.0;
	transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-webkit-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#nf_alert_holder.show #nf_alert_bar:hover {
	color:#fff;
	background-color:#c444c1;
	background-color:rgba(196, 68, 193, 1.0);
}
#nf_alert_arr {
	position:absolute;
	top:8px;
	left:50%;
	margin-left:-4.5px;
	width:9px;
	height:5px;
	background:url('/images/site/nf/nf_alert_arr.png') no-repeat left top;
}
#nf_alert_holder.show #nf_alert_bar:hover #nf_alert_arr {
	background-position:left bottom;
}
#nf_alert_message {
	position:absolute;
	left:0px;
	right:0px;
	bottom:8px;
	width:100%;
	font-size:9px;
	line-height:9px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-align:center;
	letter-spacing:1px;
	word-spacing:1px;
	text-transform:uppercase;
}

/*
	# ----------------- NEWSFEED : Product
*/
.nf_pr .pr_img_135_135 {
	position:relative;
	float:left;
	width:135px;
	height:135px;
	z-index:1;
}
.nf_pr.nf_droplets .pr_img_135_135 {
	margin-left:2px;
}
.nf_pr.nf_droplets .pr_img_135_135:first-child {
	margin-left:0px;
}
.nf_pr .pr_img_135_135 .pr_image_tile,
.nf_pr .pr_img_135_135 .pr_image_tile img {
	width:100%;
	height:100%;
	background-color:#f8f8f8;
}
.nf_pr .pr_img_135_135 .pr_image_tile a {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999em;
	z-index:12;
}
.nf_pr .pr_img_135_135 .pr_image_tile .product_badge {
    position: absolute;
    background-repeat: no-repeat;
	background-position: 0 0;
    z-index: 10;
}
.nf_pr .pr_img_135_135 .pr_image_tile .product_badge_loved,
.nf_pr .pr_img_135_135 .pr_image_tile .product_badge_loves_product,
.nf_pr .pr_img_135_135 .pr_image_tile .product_badge_likes_product {
	top:4px;
    left:5px;
    width:57px;
    height:43px;
	background-image:url("/images/site/product/pr_badge_sm_loved.png");
}
.nf_pr .pr_img_135_135 .pr_image_tile .product_badge_owned,
.nf_pr .pr_img_135_135 .pr_image_tile .product_badge_owns_product,
.nf_pr .pr_img_135_135 .pr_image_tile .product_badge_wanted,
.nf_pr .pr_img_135_135 .pr_image_tile .product_badge_wants_product {
    top:4px;
    left:5px;
    width:51px;
    height:51px;
    background-image: url("/images/site/product/pr_badge_sm_owned.png");
}
.nf_pr .pr_img_135_135 .pr_image_tile .product_badge_wanted,
.nf_pr .pr_img_135_135 .pr_image_tile .product_badge_wants_product {
    background-image: url("/images/site/product/pr_badge_sm_wanted.png");
}
.nf_pr .ssb_action_button {
	display:none;
}
.nf_pr .pr_img_135_135:hover .ssb_action_button {
	display:block;
}
.nf_pr .pr_img_135_135:hover .pr_quick_view_button {
	display:block;
}
.nf_pr .ssb_action_button > div {
	position:absolute;
	left:26px;
	z-index:12;
}
.nf_pr .ssb_action_button .love_button_wrap {
	top:5px;
}
.nf_pr .ssb_action_button .want_button_wrap {
	top:32px;
}
.nf_pr .ssb_action_button .own_button_wrap {
	top:59px;
}

.nf_pr .pr_c {
	float:right;
	width:390px;
}
.nf_pr .pr_c header {
	position:relative;
	margin-bottom:4px;
}
.nf_pr .pr_c header hgroup {
	margin:0 0 8px;
	width:270px;
	border:none;
	background:none;
}
.nf_pr .pr_c header h4 {
    font-size:11px;
    line-height:15px;
    font-weight:500;
	font-family:"HelveticaNeue-Medium", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
    text-transform:uppercase;
    letter-spacing:0;
    color:#000;
}
.nf_pr .pr_c header h2 {
    margin:0;
    padding:0;
    font-size:22px;
    line-height:26px;
    font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
    letter-spacing:0;
    text-transform:none;
	background:none;
    color: #000000;
}
.nf_pr .pr_c header a {
	color:#000;
}
.nf_pr .pr_c header a:hover {
	color:#c444c1;
}
.nf_pr .pr_c header .product_rating {
	float:left;
	margin-right:6px;
}
.nf_pr .pr_c header .pr_rv_count {
    float:left;
    height:13px;
    font-size:10px;
    line-height:13px;
    color:#484848;
}
.nf_pr .pr_c header .pr_counts .general_counts .icon {
	margin-left:10px;
}
.nf_pr .pr_c header .pr_sp_c {
	position:absolute;
	top:0px;
	right:0px;
	width:114px;
	font-size:10px;
	text-align:center;
	color:#999;
}
.nf_pr .pr_c .pr_dsc {
    font-size:12px;
    line-height:18px;
    letter-spacing:0;
	color:#000000;
}
.nf_pr .pr_c .pr_rv {
	position:relative;
	margin-top:12px;
	padding:16px 14px 10px 14px;
	background-color:#f7f7f7;
}
.nf_pr .pr_c .pr_rv .product_rating {
	margin-bottom:8px;
}
.nf_pr .pr_c .pr_rv h4 {
	font-size:10px;
	line-height:18px;
	font-weight:500;
	font-family:"HelveticaNeue-Medium", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	text-transform:uppercase;
	color:#000;
}
.nf_pr .pr_c .pr_rv p {
	margin:0;
	font-size:12px;
	line-height:18px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.nf_pr .pr_c .pr_rv_tags {
	margin-top:15px;
}
.nf_pr .pr_c .pr_rv_tags .tag {
	float:left;
	margin-left:26px;
	padding-left:18px;
	font-size:11px;
	line-height:11px;
	height:20px;
	letter-spacing:0px;
	background:url('/images/site/reviews/pr/rv_pr_tag.png') no-repeat 0px 0px;
	color:#000;
}
.nf_pr .pr_c .pr_rv_tags .tag:first-child {
	margin-left:0px;
}
.nf_pr .pr_c .pr_rv .pr_rv_arr {
	position:absolute;
	top:-5px;
	left:45px;
	width:14px;
	height:5px;
	background:url('/images/site/reviews/pr/rv_arr_00.gif') no-repeat 0px 0px;
}
.nf_rv_h_btn {
	cursor:pointer;
	color:#c444c1;
}
.nf_rv_h_btn:hover {
	border-bottom:1px dotted #c444c1;
}
.nf_rv_h_btn.hide {
	display:none;
}

/*
	# ----------------- NEWSFEED : User Blog
*/
.nf_usrbl .usrbl_img_135_135 {
	position:relative;
	float:left;
	width:135px;
	height:135px;
	overflow:hidden;
}
.nf_usrbl .usrbl_img_135_135 a {
	display:block;
}
.nf_usrbl .usrbl_img_135_135 img {
	width:auto;
	height:135px;
}
.nf_usrbl .usrbl_c {
	float:right;
	width:390px;
}
.nf_usrbl .usrbl_c header {
	margin-bottom:8px;
}
.nf_usrbl .usrbl_c header h3 a {
	font-size:18px;
	line-height:22px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.nf_usrbl .usrbl_c header h3 a:hover {
	color:#c444c1;
}
.nf_usrbl .usrbl_c .usrbl_snip {
	font-size:12px;
	line-height:18px;
	letter-spacing:0px;
	color:#000;
}
.nf_usrbl .usrbl_c .usrbl_snip .nf_readmore {
	font-size:12px;
	line-height:18px;
    font-family: 'Times','Palatino Linotype','Times New Roman',serif;
    font-style:italic;
	color:#c444c1;
}
.nf_usrbl .usrbl_c .usrbl_snip .nf_readmore:hover {
	border-bottom:1px dotted #c444c1;
}

/*
	# ----------------- NEWSFEED : Photo
*/
.nf_usrph .usrph_img_233_auto {
	position:relative;
	float:left;
	width:233px;
	height:auto;
	min-height:200px;
	background:#f8f8f8;
	overflow:hidden;
}
.nf_usrph .usrph_img_233_auto a {
	display:block;
}
.nf_usrph .usrph_img_233_auto img {
	display:block;
	width:233px;
	height:auto;
}
.nf_usrph .usrph_c {
	float:right;
	padding-top:40px;
	width:290px;
}
.nf_usrph .usrph_c header {
	margin-bottom:8px;
}
.nf_usrph .usrph_c header h3 a {
	font-size:18px;
	line-height:22px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.nf_usrph .usrph_c header h3 a:hover {
	color:#c444c1;
}
.nf_usrph .usrph_c .usrph_snip {
	font-size:12px;
	line-height:18px;
	letter-spacing:0px;
	color:#000;
}
.nf_usrph .usrph_c .usrph_snip .nf_readmore {
	font-size:12px;
	line-height:18px;
    font-family: 'Times','Palatino Linotype','Times New Roman',serif;
    font-style:italic;
	color:#c444c1;
}
.nf_usrph .usrph_c .usrph_snip .nf_readmore:hover {
	border-bottom:1px dotted #c444c1;
}

/*
	# ----------------- NEWSFEED : User video
*/
.nf_usrvd .usrvd_img_233_142 {
	position:relative;
	float:left;
	width:233px;
	height:142px;
	background:#f8f8f8;
	overflow:hidden;
}
.nf_usrvd .usrvd_img_233_142 a {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	z-index:2;
}
.nf_usrvd .usrvd_img_233_142 a .icon {
	display:block;
	margin:40px auto 0;
	width:56px;
	height:56px;
	background-image:url("/images/site/video/vd_play_icon_239.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.nf_usrvd .usrvd_img_233_142 a:hover .icon {
	background-position:0px bottom;
}
.nf_usrvd .usrvd_img_233_142 img {
	display:block;
	margin-top:-26px;
	margin-left:-18px;
	width:270px;
	height:auto;
}
.nf_usrvd .usrvd_c {
	float:right;
	width:290px;
}
.nf_usrvd .usrvd_c header {
	margin-bottom:8px;
}
.nf_usrvd .usrvd_c header h3 a {
	font-size:18px;
	line-height:22px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.nf_usrvd .usrvd_c header h3 a:hover {
	color:#c444c1;
}
.nf_usrvd .usrvd_c .usrvd_snip {
	font-size:12px;
	line-height:18px;
	letter-spacing:0px;
	color:#000;
}
.nf_usrvd .usrvd_c .usrvd_snip .nf_readmore {
	font-size:12px;
	line-height:18px;
    font-family: 'Times','Palatino Linotype','Times New Roman',serif;
    font-style:italic;
	color:#c444c1;
}
.nf_usrvd .usrvd_c .usrvd_snip .nf_readmore:hover {
	border-bottom:1px dotted #c444c1;
}

/*
	# ----------------- NEWSFEED : User Follow
*/
.nf_usrfl.nf_droplets .usrfl_multi_tile {
	float:left;
	margin-left:2px;
	width:135px;
}
.nf_usrfl.nf_droplets .usrfl_multi_tile:first-child {
	margin-left:0px;
}
.nf_usrfl.nf_droplets .usrfl_multi_tile .user_name {
	padding:5px 4px 0;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
}
.nf_usrfl.nf_droplets .usrfl_multi_tile .user_name a {
	color:#000;
}
.nf_usrfl.nf_droplets .usrfl_multi_tile .user_name a:hover {
	color:#c444c1;
}
.nf_usrfl.nf_droplets .usrfl_multi_tile .user_location {
	padding:0px 4px;
	font-size:11px;
	line-height:15px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
}
.nf_usrfl .usrfl_img_135_135 {
	position:relative;
	float:left;
	width:135px;
	height:135px;
	background:#f8f8f8;
	overflow:hidden;
}
.nf_usrfl .usrfl_img_135_135 a {
	display:block;
}
.nf_usrfl .usrfl_img_135_135 img {
	display:block;
	width:100%;
	height:100%;
}
.nf_usrfl.nf_droplets .usrfl_img_135_135 {
	margin-left:2px;
}
.nf_usrfl .usrfl_img_135_135 .follow_button_wrap {
	position:absolute;
	top:50%;
	left:16px;
	margin-top:-12px;
	z-index:5;
}
.nf_usrfl.nf_droplets .usrfl_img_135_135:first-child {
	margin-left:0px;
}
.nf_usrfl .usrfl_img_135_135 .ssb_action_button {
	display:none;
}
.nf_usrfl .usrfl_img_135_135:hover .ssb_action_button {
	display:block;
}
.nf_usrfl .usrfl_c {
	float:right;
	width:387px;
}
.nf_usrfl .usrfl_c header {
	margin-bottom:8px;
}
.nf_usrfl .usrfl_c header h3 a {
	font-size:18px;
	line-height:22px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.nf_usrfl .usrfl_c header h4 {
	font-size:10px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:0px;
	color:#000;
}
.nf_usrfl .usrfl_c header h3 a:hover {
	color:#c444c1;
}
.nf_usrfl .usrfl_c .person_cat_tile_counts .icon {
	padding-right:2px;
}
.nf_usrfl .usrfl_c .person_cat_tile_counts li {
	float:left;
	margin-right:7px;
}
.nf_usrfl .usrfl_c .usrfl_snip {
	clear:both;
	font-size:12px;
	line-height:18px;
	letter-spacing:0px;
	color:#000;
}

/*
	# ----------------- NEWSFEED : Product Brand
*/
.nf_prbr .prbr_img_135_79 {
	position:relative;
	float:left;
	width:135px;
	height:79px;
	background:#f8f8f8;
	overflow:hidden;
}
.nf_prbr.nf_droplets .prbr_img_135_79 {
	margin-left:2px;
}
.nf_prbr.nf_droplets .prbr_img_135_79:first-child {
	margin-left:0px;
}
.nf_prbr .prbr_img_135_79 .ssb_action_button {
	display:none;
}
.nf_prbr .prbr_img_135_79 .ssb_action_button .like_button_wrap {
	position:absolute;
	top:27px;
	left:26px;
}
.nf_prbr .prbr_img_135_79:hover .ssb_action_button {
	display:block;
}
.nf_prbr .prbr_img_135_79 a {
	display:block;
}
.nf_prbr .prbr_img_135_79 img {
	display:block;
	width:135px;
	height:79px;
}
.nf_prbr .prbr_c {
	float:right;
	width:386px;
}
.nf_prbr .prbr_c header {
	margin-bottom:5px;
}
.nf_prbr .prbr_c header h3 a {
	font-size:18px;
	line-height:22px;
	font-weight:200;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
}
.nf_prbr .prbr_c header h3 a:hover {
	color:#c444c1;
}
.nf_prbr .prbr_c .prbr_snip {
	font-size:12px;
	line-height:18px;
	letter-spacing:0px;
	color:#000;
}

/*
	# ----------------- NEWSFEED : Ribbon Controls
*/
#nf_fall .ribbon_nav.ribbon_next {
	right:-37px;
}
#nf_fall .ribbon_nav.ribbon_prev {
	left:-37px;
}


.general_box_content_00 {
	margin-bottom:36px;
	padding-bottom:25px;
	border-bottom:1px solid #000;
}
.general_box_content_00 header {
	position:relative;
	margin-bottom:24px;
	padding-bottom:3px;
	text-align:center;
	background:url("/images/general/h-border.gif") repeat-x left bottom;
}
.general_box_content_00 header h2 {
	display:inline;
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	letter-spacing:2px;
	background:none;
}
.general_box_content_00 header h2 em {
	font-size:18px;
	line-height:26px;
	font-family:"Times","Palatino Linotype","Times New Roman","Baskerville", serif;
	font-weight:lighter;
	font-style:italic;
	text-transform:lowercase;
	letter-spacing:-0.5px;
}
.general_box_content_00 header .box_see_all {
    margin-left: 7px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Times','Palatino Linotype','Times New Roman',serif;
    font-style: italic;
    letter-spacing: -0.5px;
    background: url("/images/site/catalogue/pr_cat_sa_arr_00.jpg") no-repeat scroll 0 3px transparent;
    color: #C444C1;
}
/*
.general_box_content_00 header .box_see_all:hover span {
	border-bottom:1px dotted #C444C1;
} */
.general_box_content_00 header .general_box_filters {
	position:absolute;
	top:0px;
	right:0px;
	height:26px;
	font-size:11px;
	line-height:26px;
	color:#999;
}
.general_box_content_00 header .general_box_filters li {
	display:block;
	float:left;
	list-style:none;
	cursor:pointer;
}
.general_box_content_00 header .general_box_filters li {
	margin-left:7px;
	padding-left:10px;
	background:url("/images/your-account/ya_nav-li-divider.gif") no-repeat 0px 12px;
}
.general_box_content_00 header .general_box_filters li:first-child {
	margin-left:0px;
	padding-left:0px;
	background:none;
}
.general_box_content_00 header .general_box_filters li.selected {
	font-weight:bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
	color:#000;
	cursor:default;
}

/*
	# ----------------- BEAUTY BOXES : Birchbox channel link
*/
.birchbox_channel_link {
	padding:10px 0px 0px;
    font-size:16px;
    line-height:22px;
    text-align:center;
    letter-spacing:0;
}
.birchbox_channel_link a:hover {
	border-bottom:1px dotted #C444C1;
}

/*
	SCROLL TO TOP
*/
#scroll-to-top {
	position:fixed;
	right:10px;
	bottom:-65px;
	display:block;
	width:81px;
	height:62px;
	-moz-transition: bottom 0.1s;
	-webkit-transition: bottom 0.1s;
	-o-transition: bottom 0.1s;
	transition: bottom 0.1s;
	text-indent:-9999em;
	background:url('/images/general/scroll-to-top.png') no-repeat left top;
	z-index:100;
}
#scroll-to-top.show {
	bottom:0px;
}
#scroll-to-top:hover {
	background-position:left bottom;
}

/*
	# ----------------- BEAUTY BOXES : Birchbox channel link
*/
.userimage_tip {
	display:none;
    position: absolute;
    padding: 8px 10px;
    border-radius: 4px 4px 4px 4px;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
	background: url("/images/general/pr_swatch-title.png") repeat scroll left top transparent;
    color: #FFFFFF;
    z-index: 100;
}
.userimage_tip.show {
	display:block;
}
.userimage_tip .userimage_tip_inner {
	position:relative;
}
.userimage_tip .user_name_text {
	color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
	font-family:"HelveticaNeue-Bold", "Helvetica Neue", "Century Gothic", "Helvetica", "Arial", sans-serif;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
}
.userimage_tip .user_name_arrow {
    position:absolute;
    bottom:-12px;
    left:50%;
    display:block;
    margin-left:-6px;
    width:12px;
    height:4px;
	background: url("/images/general/pr_swatch-title-arrow.png") no-repeat left top;
}
