﻿body {
}
div.showwl { width:28%; text-align:right; float:right; display:inline;}

div.showwl a {float:right; height:18px; }

table#tabTier1Right div.showwl {/*Product compare*/
    float: none;
}

table#tabTier1Right div.showwl a {/*Product compare*/
    float: none;
}


#wishlistContainerOuter .dashboard_tab_content, #recentContainerOuter .dashboard_tab_content {
    position: relative;
    width: 960px;
    margin: 0px auto;
    text-align:center;
}

/*** STYLING FOR WISHLIST ***/

.pp-wishlist .showwl {
    width: 100% !important;
}

div#addtowishlist {width:132px; height:30px; }

a.addtowl,span.addtowl, a.addtowlqw {
cursor: pointer !important;
display: block !important;
background: transparent url("/images/icon-heart.jpg") no-repeat 0 0 !important;
min-width: 105px !important;
max-width: 122px !important;
vertical-align: middle !important;
height: 15px !important;
}

  a.addtowl:after,span.addtowl:after, a.addtowlqw:after {
        content: "Add to wishlist";
        float: left; margin-left: 20px;
    }

a.alreadyinwl,span.alreadyinwl, a.alreadyinwlqw {
cursor: pointer !important;
display: block !important;
background: transparent url("/images/icon-heart-in.jpg") no-repeat 0 0 !important;
min-width: 105px !important;
max-width: 122px !important;
vertical-align: middle !important;
height: 15px !important;
}

    a.alreadyinwl:after, span.alreadyinwl:after, a.alreadyinwlqw:after {
        content: "in your wishlist";
        color: #bd274d;
         float: left; margin-left: 20px;
    }

a.addtowl span,span.addtowl span, a.alreadyinwl span, span.alreadyinwl span, a.addtowlqw span, a.alreadyinwlqw span {display:none; }

/*New carousel*/
#otheritemscarousel {
    width: 700px;
    height: 207px;
}
#swatchCarousel {
    display:none;
    /*display:block;*/
    width: 408px;
    height:90px;
	float: right;
}
/*.jcarousel {
    overflow: hidden;
    position: relative;
	margin: 0px auto;
    border:1px solid #ccc;
	background-color:transparent;
}*/
#otheritemscarousel .jcarousel {
    height: 205px;
    width:  640px;
}
#swatchCarousel .jcarousel {
    width:  348px;
	height: 90px;

}

/*.jcarousel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}
.jcarousel li {
    float: left;
    padding:5px 2px;
    border-right:1px dotted silver;
    text-align:center !important;
}*/
#otheritemscarousel li
{
    width: 155px;
    /*height: 205px;*/
}
#swatchCarousel li
{
    width: 82px;/*77px;
	margin: 0 2px;
    height: 205px;*/
}
/*.jcarousel a {
	font-size: 8px;
    text-decoration: none;
    color: black;
}*/
.jcarousel a span.versionoffertitle {
	display: block;
	height: 45px;
	overflow: hidden;
	font-size: 135%;
}

.jcarousel a span.versionofferprice {
	color:#ca3d67;
	font-weight:700;
	font-size: 150%;
}

/*.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    top: 2px;
    width: 29px;
	cursor: pointer;
    border:1px solid silver;
}*/
#otheritemscarousel .jcarousel-control-prev, #otheritemscarousel .jcarousel-control-next
{
	height: 205px;
}
#swatchCarousel .jcarousel-control-prev, #swatchCarousel .jcarousel-control-next
{
	height: 90px;
}
/*.jcarousel-control-prev {
    left: 0px;
    background: transparent url(/images/left-arrow.gif) no-repeat 50% 50%;
    border-right-width: 0;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
}
.jcarousel-control-next {
    right: 0px;
    background: transparent url('/images/right-arrow.gif') no-repeat 50% 50%;
    border-left-width: 0;
    border-radius:0 4px 4px 0;
    -webkit-border-radius:0 4px 4px 0;
    -moz-border-radius:0 4px 4px 0;
}
.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span {
    display: block;
}
.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
    cursor: default;
    opacity: 0.5;
}*/
/*End new carousel*/




/*** Wishlist carousel ***/


.wishlistwrapper {
    bottom:0;
    z-index:6004;
    position:fixed;
    right:0%;
    left:0%;
    text-align:center !important;
    width: 870px;
    height:275px;
    margin:auto;
    display:none;
}

#wishslider {
    position:fixed;
    bottom:0;
    width:100%;
    margin: 0 auto;
    text-align:center;
    z-index:6005;
    display:none;
}

.jcarouselwishlist-wrapper {
    position: relative;
    width: 870px;
    height: 275px;
    margin:0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
    border:4px solid #9e003a;
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d47e9f), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #d47e9f 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d47e9f', endColorstr='#ffffff');*/
    background-color:#f2f2f2;

}

/** Carousel **/


/*#getwishlist {
    clear:right;
    float:right;
    padding-top:5px;
    text-align:center; 
    margin:7px 0 0 0;
    cursor:pointer;
    display:block;
    width:140px;
    background-color: #ad4967;
    height: 23px;
    /*line-height: 14px;*/ 
    /*color:#fff;
    font-family: Verdana;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #999;
    -moz-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    text-decoration: none;
}*/

.expandwl {
    cursor:pointer;
    display:block;
    margin:0 auto;
    bottom:270px;
    background-color: #9e003a;
    text-align:center;
    height: 35px;
    line-height: 35px;
    text-decoration: none !important;
    width: 200px;
    color:#fff;
    border: 2px solid white;
    font-family:Arial;
    font-weight:bold;
    font-size:120%;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    background: #9e003a url(/Images/WishListUpDown.png) no-repeat 50% 0%;
}

.collapsewl {
    cursor:pointer;
    display:block;
    margin:0 auto;
    bottom:270px;
    background-color: #9e003a;
    text-align:center;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    width: 200px;
    color:#fff;
    border: 2px solid white;
    font-family:Arial;
    font-weight:bold;
    font-size:120%;
    text-decoration: none !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    background: #9e003a url(/Images/WishListUpDown.png) no-repeat 50% 100%;
}


.remind {
    cursor:pointer;
  	border-radius:6px;
		display:inline-block;
	color:#ffffff;
	height:29px;
	line-height:28px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:none !important;
    background: #74bb53;
    float:left;
    margin-top: 1px;
    margin-left: 10px;
    padding: 2px 0px;
    font-weight: bold;
}

.remind:hover, #retrievewl:hover {
    background-color:#65bb37;
    text-decoration:none;
    text-shadow: none;
}


/*#getwishlist {
    cursor:pointer;
  	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	height:29px;
	line-height:28px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:none !important;
    background: #74bb53;
    margin-top: 1px;
    margin-left: 10px;
    padding: 2px 0px;
    font-weight: bold;
}*/

.retreieveWlDiv {
    text-align:center;
}

a.disabled { 
    color:gray; 
    cursor:auto; 
}

.deletewl {
    cursor:pointer;
    background-color: green;
    color: white;
    display: block;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    width: 100px;
    text-align: center;
    color:white;
    font-family:Verdana;
    text-decoration: none;
    display:inline-block;
}

.wishlistloggedin {
    /*position: absolute; 
      width:810px;
      border-top:1px solid #000;  */
    bottom:0;
    height:50px;
    margin:0 30px;
    text-align:center !important;
    color:#000;
}

.wishlistloggedout {
    /*position: absolute; 
    bottom:0;
    width:810px;
    border-top:1px solid #000;
    margin:0 250px;*/
 
    text-align:center !important;
    color:#000;
    width: 680px;
    margin: 10px auto 0px;
    padding: 0px 10px ; 

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.jcarouselwishlist {
    position: relative;
    overflow: hidden;
    height:270px;
    width:810px;
    margin:0 auto;

}

.jcarouselwishlist ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarouselwishlist li {
    float: left;
    width: 200px;
    height: 265px;
    margin-right: 1px;
    /*padding-top:20px*/
}


.jcarouselwishlist .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/

.jcarouselwishlist-control-prev,
.jcarouselwishlist-control-next {
    position: absolute;
    top: 80px;
    width: 40px;
    height: 80px;
    text-align: center;
  
    text-decoration: none !important;
    text-shadow: 0 0 1px #000;
    font: 80px Arial, sans-serif;
    font-weight:bold;

}

.jcarouselwishlist-control-prev {
    left: 30px;
    cursor:pointer;
}

.jcarouselwishlist-control-next {
    right: 30px;
    cursor:pointer;
}

.jcarouselwishlist-control-prev:hover span,
.jcarouselwishlist-control-next:hover span {
    display: block;
}

.jcarouselwishlist-control-prev.inactive,
.jcarouselwishlist-control-next.inactive {
    opacity: .4;
    
    cursor: default;
}

/** List Items **/

.boxitem {
position:relative;
    width:150px;
    height:165px;
    background:#fff;
    margin-left:20px;
    padding-top:2px;
    margin-top:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.wishlisttitle {
    width:150px;
    font-size:11px;
    color:#000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
    margin: 0 auto;
}

.wishlisttitle a {
    color:#000;
    text-decoration:none;
}

.wishlistprice {
    font-size:16px;
    color:#000;
    margin-top:10px;
    font-family: gibson_semibold, Lato, Arial, sans-serif;
}

.wishlistprice img {
    vertical-align: bottom;
}

.wishlistimage, .wishlistimage a, .wishlistimage a img {
    float: left;
    width: 100%;
}

.wishlistclose {
display: block;
    cursor: pointer;
    height: 18px;
    width: 18px;
    color: transparent;
    background: transparent url('/Images/box-close2.png') no-repeat 0 0;
    margin: 5px auto 0px;
}

.wltooltip {
    display:none;
    cursor:default;
    background:white;
    color:grey;
    border-style:dashed;
    border-width:1px;
    width:180px;
    min-height:65px;
    font-size:9px;
    position: absolute;    
    top:40px;
    left:-15px;
}

.wltooltip p { width:86%; line-height:120%; margin:5px auto; text-align:center;}

.wltooltip p b {white-space:nowrap;}

input#wlsavelater {
    border: 1px solid silver;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    float:left; 
    margin-top: 10px;
    height: 21px;
}

.wllogger {
    font-family:Arial; 
    font-size:16px; 
    color:#5c5c5c;
    font-weight: bold;
    float: left;
}


/*** Wishlist carousel ends ***/


#retrievewl {
    cursor:pointer;
    font-family:Arial;
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background: #1b8d04;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b8d04;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:26px;
	width:140px;
	text-decoration:none;
	text-align:center;
	text-shadow:0 !important;
}

#content-div {    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:3px solid silver;
	background-color:#fff;
    padding-bottom:12px;
    font-weight:bold;
}

#confirm {    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:3px solid #8e284f;
	background-color:#fff;
    padding-bottom:12px;
    font-weight:bold;
    background-position: top right; 
    background-repeat: no-repeat; 
    padding-top: 10px;
}

#Message {    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:3px solid #8e284f;
	background-color:#fff;
    font-weight:bold;
    /*height:auto;*/
    margin:10px;
}

#MessagePara {
    text-align:center;
    margin:25px 30px;
    overflow:hidden;
}

#content-div input#wlEmailID {
    border:1px solid silver; 
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:5px;
    -moz-box-shadow:inset 3px 3px 3px 0 #A1A1A1;
    -webkit-box-shadow:inset 3px 3px 3px 0 #A1A1A1;
    box-shadow:inset 3px 3px 3px 0 #A1A1A1;
}


#confirm .yes, #confirm .no {
    cursor:pointer;
    font-family:Arial;
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e9b05), color-stop(1, #1b8d04) );
	background:-moz-linear-gradient( center top, #1e9b05 5%, #1b8d04 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e9b05', endColorstr='#1b8d04');
	background-color:#1e9b05;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b8d04;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:26px;
	width:80px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}


.wlRemove a{
    font-size: 100% !important;
    float:left;
}

.wlRemove {
    float: left;
    width: 100%;
    margin: 1em 0;
}



.wlmobremind {
    width: 100%;
    padding:5%;
}

.wlMobileprices {
    float: left;
    width: 100%;
}


.showwlCompare {
    display: none;
}

p.wlmoblogdiv a#savewl {
    cursor: pointer;
    font-family: Arial;
    -moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    background: #1b8d04;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #1b8d04;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    height: 28px;
    line-height: 28px;
    width: 110px;
    text-decoration: none;
    text-align: center;
    text-shadow: none !important;
    padding: 0 !important;
    margin-top: 10px;
}