/**************** General Widget CSS****************/
#right h3{ 
    font-size: 150%;
    font-weight: 400;
    color: #000;
    margin: 0 0 16px 0;
    padding-bottom: 25px;
    background: url("images/floral-end.png") no-repeat right bottom transparent;
    border-bottom: none;
}
#right .widget,
#right .featured_prod {
    margin-bottom: 50px;
    
}
/**************** Shopping Cart ****************/
#right .shopping_right {    
    min-height: 45px;
    overflow: visible;
    position: relative;
}
.shopping_right li {
    line-height: 1.5em;
}
#right .item_in_cart, #right .total_in_cart, #right .cart_button,
.shopping_right li a {
    position: absolute;
}
#right .cart_button a{
    padding: 28px 0 0;
    left: 0;
    top: 0;
    display: block;
}
#right .cart_button a,
.shopping_right li a {
    background: url("images/icons/shopping_cart_sandy_brown30.png") no-repeat top center transparent; /*position left top*/
    color: #ab7c3b;
    text-decoration: none;
}
#right .cart_button a:hover,
.shopping_right li a:hover {
    background: url("images/icons/shopping_cart_darkbrown30.png") no-repeat top center transparent; /*position left top*/
    color: #000;
}
.shopping_right li a {
    padding: 25px 0 0;
    right: 0;
    top: 60px;
}
#right .item_in_cart, #right .total_in_cart {
    right: 0;
}
#right .item_in_cart {
    top: 0;
}
#right .total_in_cart {
    bottom: 0;
}
#cart_total_item {
    font-size: 125%;
    color: #c07e23;
    font-weight: 700;
}
.shopping_right li:nth-child(1),
.shopping_right li:nth-child(2){
    width: 65%;
    padding-bottom: 3px;
}
.shopping_right li:nth-child(3){
    width: 30%;
}
.widget.userlog {
    float: left;
    max-width: 493px;
    padding-left: 30px;
}

/**************** Featured Product ****************/
#right .item_column {
    width: 100% !important;
    padding: 0;
}