﻿/*** Start FollowMeBasket Styles ***/

/* Holds entire FollowMe */
#FollowMe_container
{
    background-color: #ffffff;
    padding: 13px;
    border:1px solid #323232;
}

#FollowMe_content
{
    background-color: #ffffff;
    border:31px solid #EFE7D6; 
    padding: 15px;   
}

.FollowMe_Title
{
    color: #990000;
    font-weight: bold;
    padding-bottom: 6px;
    font-size: 14px;
}
/* FollowMe Items */
.FollowMe_item
{
    font-size:10px; color:#9a918c;
}

.FollowMe_item_col
{
    vertical-align:top;
}

.FollowMe_item_col a {font-weight: bold;}
.FollowMe_item_col a:link,
.FollowMe_item_col a:visited {text-decoration:none;}
.FollowMe_item_col a:hover,
.FollowMe_item_col a:active {}

#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_Summary {background-color: #cccccc; padding: 12px 20px; color: #9a918c;}
.FollowMe_Summary_Title {color:#426173; font-weight: bold; font-size: 13px;}
.FollowMe_total {font-weight:bold;}

/*** 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;
}
/*** End Slide Basket ***/

/*** Start Float Basket ***/
#FloatBasketWrapper
{
    position: relative;
    top:0px;
    left:0px;
    z-index:998;
}
#FloatBasketWrapper #FloatBasketDiv
{
    position: absolute;
    z-index:999;
    display:none;
    width: 645px;
    left:0;
}
/*** End Float Basket ***/
