
#nvp-shop-detail {
    z-index: 15000;
    display: none;
    position: absolute;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 500px;
    padding-bottom: 15px;
    padding-right: 2px;
    left: 120px;
    background: url('$imgsuserhome/box-background.png') transparent bottom right repeat-y;
}

#nvp-shop-detail h2 {
    font-size: 130%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 20px;
    text-align: center;
    background-color: #eee;
}

#nvp-shop-detail img.left {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 2em;
}

#nvp-shop-detail li {
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 20px;
}

#nvp-shop-detail li ul li {
    list-style-type: circle;
    margin-left: 40px;
    padding-left: 0;
}

#nvp-shop-detail li ul li {
    border: 0;
}

.nvp-shop-detail-content {
    padding: 15px;
}

.nvp-shop {
    border-collapse: collapse;
    border: 0;
    width: 55%;
    float: left;
}

.nvp-shop tr {
    border-bottom: 1px solid #CCCCCC;
}

.nvp-shop td {
    padding: 10px;
    vertical-align: middle;
}

.nvp-shop td.title {
    width: 100%;
}

.nvp-shop img {
    cursor: pointer;
}

.nvp-shop .cost {
    text-align: right;
}


.nvp-shop-caddie {
    float: right;
    margin-right: -20px;
    width: 40%;
    border-top: 1px solid #CCCCCC;
    background: url('$imgsuserhome/box-background-right.png') transparent bottom left repeat-y;
}

.nvp-shop-caddie h2 {
    font-size: 100%;
    color: #FFCC00;
    padding: 7px 20px 12px 20px;
    background: url('$imgsuserhome/title-background-right.png') transparent bottom left no-repeat;
}

.nvp-shop-caddie table, .nvp-shop-caddie form {
    margin: 0;
    padding: 10px;
    width: 100%;
    border-collapse: collapse;
}

.nvp-shop-caddie table td {
    padding: 5px 10px;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: middle;
}

.nvp-shop-caddie table td.title {
    width: 100%;
}

.nvp-shop-caddie .article-remove, .nvp-shop-caddie .article-check-currency {
    cursor: pointer;
}

.nvp-shop-caddie input {
    width: 30px;
    padding: 3px;
    border: 1px solid #CCCCCC;
}

.nvp-shop-caddie tfoot td {
    font-weight: bold;
}

.nvp-shop-caddie .cost-unity {
    display: none;
}

.nvp-shop-caddie .cost, .nvp-shop-caddie .total {
    text-align: right;
}

.nvp-shop-caddie .title span {
    font-size: 80%;
    color: #777;
}


.nvp-shop-caddie form {
    text-align: center;
}

.nvp-shop-caddie form input {
    width: 60%;
    font-weight: bold;
}

.nvp-shop-caddie form p {
    margin: 5px 0;
}

.nvp-shop-caddie form .sellcond {
    width: 30px;
    height: 30px;
}

.nvp-shop-caddie .baseCountry input {
    width: 30px;
    border: 0;
}

.nvp-shop-caddie .error {
    color: #900 !important;
    font-weight: bold !important;
}

.shop-info-title {
    display: block;
    color: #900;
    margin-top: 10px;
}