﻿

/************************************/
.productWrapper {
    display: block;
    /* width is set on parent @ 630px */
}
.productWrapper .topSection {
    display: block;
}
.productWrapper .topSection .productImg {
    display: block;
    float: left;
    width: 290px;
}
/************************************/
.productWrapper .topSection .productInfo {
    display: block;
    float: left;
    min-height: 290px;
    padding: 0 0 0 20px;
    width: 320px;
}
.productInfo .productInfoTop {
    min-height: 250px;    
}
.productInfo .productInfoTop h3 {
    font-size: 2.0em;
    line-height: 1.2em;
}
.productInfo .productInfoTop hr {
    border: solid 1px #CCCCCC;
    margin: 10px 0 20px 0;
}
.productInfo .productInfoTop span {
    font-size: 1.6em;
    padding-right: 5px;
}
.productInfo .productInfoTop .pointNum {
    color: #ED0677;
    font-weight: bold;
}
.productInfo .productInfoTop p {
    color: #999999;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    padding: 20px 3px 5px 0;
}
.productInfo .productInfoTop p input[type="text"] {
    margin: 0 0 0 3px;
    text-align: center;
}
.productInfo .productInfoTop .share {
    font-size: 1.4em;
    padding: 40px 0 0 0;
    text-decoration: none;
}
/************************************/
.productInfo .productInfoBtm {
}
.productInfo .backImg {
    float: left;
    position: relative;
    top: 18px;
}
.productInfo .chkoutImg {
    cursor: pointer;
    float: right;
    position: relative;
    top: 10px;
}
/************************************/
.productWrapper .productTxt {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.productWrapper .productTxt h3 {
    font-size: 1.8em;
    line-height: 1.8em;
}
.productWrapper .productTxt p {
    display: block;
    font-size: 1.2em;
    padding-bottom: 10px;
}
/************************************/
.productWrapper .previouslyViewed {
    margin-bottom: 50px;
}
.productWrapper .previouslyViewed h3 {
    border-bottom: solid 1px #CCCCCC;
    font-size: 1.8em;
    line-height: 1.8em;
    margin-bottom: 15px;
    width: 100%;
}
.previouslyViewed .pv1,
.previouslyViewed .pv2 {
    float: left;
    min-height: 10px;
    width: 315px;
}
.previouslyViewed .pv1 img,
.previouslyViewed .pv2 img {
    display: block;
    float: left;
    padding-right: 10px;
}
.previouslyViewed .pv1 div,
.previouslyViewed .pv2 div {
    float: left;
    width: 177px;
}
.previouslyViewed .pv1 a,
.previouslyViewed .pv2 a {
    color: #ED0677;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    text-decoration: none;
}
.previouslyViewed .pv1 .title,
.previouslyViewed .pv2 .title {
    color: #999;
    display: block;
    font-size: 1.3em;
    line-height: 1.2em;
    min-height: 80px;
}
.previouslyViewed .pv1 p,
.previouslyViewed .pv2 p {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4em;
    text-decoration: none;
}
/************************************/





/************************************
    PREVIOUSLY VIEWED - MINI
    HOME PAGE / DEPARTMENT VIEW
************************************/
.miniPreviouslyViewed {
    display: block;
    padding-left: 20px;
    padding-top: 20px;
    width: 130px;
}
.miniPreviouslyViewed h3 {
    border-bottom: solid 1px #666666;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 5px;
    width: 90%;
}
.miniPreviouslyViewed .minipv1 {
    margin-bottom: 20px;
}
.miniPreviouslyViewed .minipv1 a {
    color: #333333;
    display: block;
    margin-bottom: 5px;
}
.miniPreviouslyViewed .minipv1 div a {
    float: left;
    width: 50px;
}
.miniPreviouslyViewed .minipv1 div div {
    float: left;
    padding-left: 10px;
}
.miniPreviouslyViewed .minipv1 div div a,
.miniPreviouslyViewed .minipv1 div div p {
    font-size: 1.0em;
}
.miniPreviouslyViewed .minipv1 div div p {
    position: relative;
    top: 20px;
}
.miniPreviouslyViewed .minipv1 div div a {
    color: #ED0677;
    position: relative;
    top: 20px;
}
/************************************/


