﻿/*** Start FollowMeBasket Styles ***/

/* Holds entire FollowMe */
#FollowMe_container
{
    z-index: 999;
    position: relative;
    /*top: -3px;*/
    height: auto;
    width: 300px;
}
#FollowMe_wrapper
{
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ff6100;
    border-top: 0px none #ffffff;
}

#FollowMe_top
{
    /*
    background-repeat: no-repeat;
    background-image: url(../../App_Themes/default/images/header_cart_bg_3.gif);
    background-position: bottom center;
    */    
    height: 5px;
}

#FollowMe_padding
{
    padding: 5px 5px 5px 5px;
}

/* FollowMe Items */
.FollowMe_item
{
    margin: 3px 6px 3px 6px;
    font-size: 10px;
    color: #4e4b4c;
}

.FollowMe_item_col
{
    vertical-align: top;
}

.FollowMe_item_col a
{
    color: #4e4b4c;
}
.FollowMe_item_col a:link, .FollowMe_item_col a:visited
{
    text-decoration: none;
}
.FollowMe_item_col a:hover, .FollowMe_item_col a:active
{
    color: #aba9a8;
}

#FollowMe_item_div
{
    padding: 0px 3px 3px 3px;
}

.FollowMe_item_name
{
    font-weight: bold;
}

.FollowMe_item_col #FollowMe_item_img
{
    border: 1px solid #cccccc;
}

.FollowMe_total
{
    font-weight: bold;
    font-size: 10px;
    color: #4e4b4c;
    text-align: right;
    margin: 0px 6px;
}

/*** End FollowMeBasket Styles ***/

/*** Start Slide Basket ***/
#SlideBasketWrapper
{
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 998;
}
#SlideBasketWrapper #SlideBasketDiv
{
    position: absolute;
    z-index: 999;
    display: none;
    width: 350px;
    left: 0;
}

.cart-drop-prod-name a
{
    color: #0099ff;
    font-weight: bold;
    font-size: 10px;
}
.cart-drop-prod-header
{
    color: #666666;
    font-weight: bold;
    font-size: 10px;
}
.cart-drop-prod-header input
{
    color: #666666;
    font-size: 10px;
    width: 15px;
}
.cart-drop-prod-bottom
{
    color: #666666;
    border: 0px none #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    font-size: 10px;
}
.cart-drop-prod-bottom input
{
    font-size: 10px;
}

.drop-cart-product
{
    color: #000000;
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}
.dropcart-thumbnail
{
    margin: 0px 0px 0px 0px;
}

.cart-Descr-wrapper
{
    z-index: 9999980;
    position: relative;
    top: -20px;
    left: -143px;
    visibility: hidden;
}
.cart-Descr-inner
{
    position: absolute;
    height: auto;
    width: 125px;
    background-color: #EAE8E4;
    border: 1px solid #000000;
    text-align: right;
    padding: 5px;
}
.cart-Descr-inner a
{
    text-decoration: underline;
    color: #000000;
}
/*** End Slide Basket ***/
