﻿@charset "utf-8";
/* CSS Document */
.RL_MiniCart {
    text-align: left;
    background-color: #444444;
    height: auto;
    width: 300px;
    color: #cdcccc;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #7a7a7a;
    top: 38px;
    left: -175px;
    position: absolute;
    z-index: 800;
    display: none;
}

    #RL_MiniCart h2 {
        font-size: initial;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #363636;
        line-height: 2;
        text-align: center;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
    }

.RL_MiniCartItem {
    margin: 10px 15px;
    border-bottom: 1px dashed #7a7a7a;
    padding-bottom: 10px;
}

    .RL_MiniCartItem h4 {
        font-size: 12px;
        margin: 0;
        padding: 0;
        line-height: normal;
        color: #ffffff;
        width: 210px;
        height: auto;
    }

    .RL_MiniCartItem p {
        margin:0px;
        padding: 0;
        line-height: 20px;
        font-family:Arial,Helvetica,sans-serif;
    }
.RL_MiniCartItemTitle {
    height: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    overflow: hidden;
}
.RL_MiniCartPrice {
    float: right;
    text-align: right;
}

.RL_MiniCartCouponColor {
    color: #f7ab00;
}

#RL_MiniCartItemErea {
    max-height: 250px;
    overflow-y: auto;
    border-bottom: 1px solid #363636;
}

#RL_MiniCartTotal {
    margin: 10px 30px 20px 15px;
}

.RL_MiniCartTotal p {
    margin: 0px 0px;
    padding: 0;
    line-height: 1.5;
}

#RL_MiniCartTotalprice {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    margin:0px 0px;
}

/*箭頭上*/
.RL_MiniCart .arrow_t_int {
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #555555 transparent;
    position: absolute;
    top: -20px;
    right: 65px;
}
/*箭頭上-邊框*/
.RL_MiniCart .arrow_t_out {
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #444444 transparent;
    position: absolute;
    top: -19px;
    right: 65px;
}

#RL_MiniCartTotal a {
    color: #000000;
}

    #RL_MiniCartTotal a:link {
        display: block;
        width: 200px;
        line-height: 30px;
        text-align: center;
        margin: 10px auto;
        text-decoration: none;
        color: #000000;
        font-weight: bold;
        border-radius: 3px;
        background: #eeeeee; /* Old browsers */
        background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
        background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    }

    #RL_MiniCartTotal a:hover {
        background: #ffffff;
        color: #000000;
        background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0));
        background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
    }

#minicartempty {
    border-bottom: none;
}

#RL_MiniCartButton a {
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
}