﻿body {
}

#RecentlyViewed {
    position: relative;
    width: 960px;
    margin: 0px auto;
}


.expandRV {
    cursor:pointer;
    display:block;
    margin:0 auto;
    bottom:270px;
    background-color: #4d71b3;
    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: #4d71b3 url(/Images/WishListUpDown.png) no-repeat 50% 0%;*/
    margin-left:300px;
}

.collapseRV {
    cursor:pointer;
    display:block;
    margin:0 auto;
    bottom:270px;
    background-color: #4d71b3;
    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: #4d71b3 url(/Images/WishListUpDown.png) no-repeat 50% 100%;
    margin-left:300px;
}



/* RecentlyViewed carousel */


.RVwrapper {
    bottom:0;
    z-index:6004;
    position:fixed;
    right:0%;
    left:0%;
    text-align:center !important;
    width: 870px;
    height:275px;
    margin:auto;
    display:none;
}

.jcarouselRV-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 #5e86d0;
    /*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;

}
.jcarouselRV {
    position: relative;
    overflow: hidden;
    height:270px;
    width:810px;
    margin:0 auto;

}

.jcarouselRV ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarouselRV li {
    float: left;
    width: 200px;
    height: 265px;
    margin-right: 1px;
    padding-top:20px
}


.jcarouselRV .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/

.jcarouselRV-control-prev,
.jcarouselRV-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;
 
}

.jcarouselRV-control-prev {
    left: 30px;
    cursor:pointer;
}

.jcarouselRV-control-next {
    right: 30px;
    cursor:pointer;
}

.jcarouselRV-control-prev:hover span,
.jcarouselRV-control-next:hover span {
    display: block;
}

.jcarouselRV-control-prev.inactive,
.jcarouselRV-control-next.inactive {
    opacity: .4;

    cursor: default;
}

.RVtitle {
    width:150px;
    font-size:11px;
    color:#000;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
    margin: 0 auto;
}

.RVtitle a {
    color:#000;
    text-decoration:none;
}
.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;
}
.RVclose {
    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;
}
.RVimage, .RVimage a, .RVimage a img {
    width:100%;
  float:left;
}


.RVprice {
    font-size:15px;
    color:#000;
    margin-top:10px;
    font-weight:bold
}
#RVslider {
    position:fixed;
    bottom:0;
    width:200px;
    margin: 0 auto;
    text-align:center;
    z-index:6005;
    display:none;
}
#dashboardwrapper {
    height: 35px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 199;
    bottom: 0;
    height: 14px;
}

    #dashboardwrapper #dashboard {
    line-height: 35px;
    width: 100%;
    background-color: #888f94;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#8d9399),color-stop(1,#81878c));
    background-image: -webkit-linear-gradient(bottom,#8d9399 0,#81878c 100%);
    background-image: -webkit-linear-gradient(top,#8d9399 0,#81878c 100%);
    background-image: linear-gradient(to bottom,#8d9399 0,#81878c 100%);
    bottom: 0;
    left: 0;
    position: fixed;
    height: 35px;
    padding: 0;
    border: 0 none;
    z-index: 100;
}










