@charset "utf-8";

/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2011, 2013 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 * en_ca
 *-----------------------------------------------------------------
 */

@import url("common1_1.css");
/* CSS Document */
/* -----------------------------------------------------------------------------*/
div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .selectors #language_select {
	font-size: 11px;
}
.thumbOuter {
	margin-left: -53px;
}
/*---------------------------------*/
.fieldModule {
	margin-bottom: 15px;
}
.top-confirm .left .registerForm, .top-confirm .right .registerForm {	
	min-height: 303px;
}
.myaccount_content.egift .column {
	width: 200px;
}
.header-title {
	font-size: 15px;
}
.selectStyle_search select {
	line-height: 1;
}
.form_column .birthdayColumn .selectStyle select {
	width: 65px;
}
.column .shop_all_brands ul li span, .bottom_content .shop_all_brands ul li a {
	background: url('../images/en_CA/common/sprite_shop_all_brands.gif') no-repeat;
}

/* 140624 Hide email button from PDP, QV and wishlist pages. WSC-2268 */
.container_product_details_image_information > .left_column > .widget_product_image_viewer_position > #widget_product_image_viewer > .widget_social_bottom ul li > #SendEmail {display: none !important;}
#quickInfoRefreshArea .social ul li > #SendEmail {display: none !important;}
.container_content_leftsidebar > .right_column > #box > #right_nav {display: none !important;}


/* -----------------------------------------------------------------------------*/
/* ADD SOLD OUT TAG ON PDP BY ELISHA JIRA# WSC-2476 09/24/2014
/* -----------------------------------------------------------------------------*/
div#widget_product_image_viewer div.image_container.active:after {
	content: ' ';         
    position: absolute;
    width: 60px;
    height: 60px;
    top: 5px;
    left: 265px;
    z-index: 100;
    background: url("../images/en/common_new/sold_out_tag.png"); /* Changed path by Elisha 09/22/2014*/

}

/*--------------------------------------------*/
/* ADD LOOKBOOK OOS CODE BY ELISHA 09/25/2014 */
/*--------------------------------------------*/
.popup-textblockwrapper.oos{
	height: 60px;
	padding-bottom: 89px;
}

.popup-product-block.oos .item_image {
	position: relative;
}
.popup-product-block.oos > .item_image > .sold_out_tag {
	position: absolute;
	top: 0px;
	left: 90px;
	width: 60px;
	height: 60px;
	padding:0;
	margin: 0;
	z-index: 20;
	background: url("../images/en/common_new/sold_out_tag.png") no-repeat;
	background-size: 40px 40px;
}

/*----------------------------------------------*/
/* Add Quick View OOS Tag by Elisha 09/24/2014  */
/*----------------------------------------------*/
div#quickInfoRefreshArea div.image_container {
	margin: 0 auto;
	width: 239px;
	float: right;
	position: relative;
	display: inline-block;
}
div#quickInfoRefreshArea div.image_container.active:after {
	content: '';         
    position: absolute;
    width: 60px;
    height: 60px;
    top: 5px;
    left: 175px;
    z-index: 100;
    background: url("../images/en/common_new/sold_out_tag.png");
}