/*************************************************************/
/* MINI CART STYLES*/
/*************************************************************/
.minicartwrap
{
    /*width:195px;*/
    z-index:2000;
    margin-left: 327px;
}
.minicartboxwrap
{
    background: #eeeeee;
}
.minicartwrap img
{
    border:0;
}
.minicartheader
{
    text-align:left;
    height:21px;
    padding-left:3px;
    line-height:21px;
    color:#333;
    font-weight:bold;
    padding-bottom: 4px;
}
.minicartwrap a:link, .minicartwrap a:active, .minicartwrap a:visited, .minicartwrap a:hover
{
    font-weight:bold;
}
#miniCartArrow
{
    background: #666;
    float:right;
    margin-left: -3px;
    width: 125px;
    
}
.miniCartCollapsed, .miniCartExpanded
{
    width: 16px;
    height: 16px; 
    overflow: hidden;
    text-decoration:none; 
    cursor: pointer;
}
.miniCartCollapsed
{
    background: url(CustomImages/miniCartArrow.png) no-repeat 156px 2px;
}
.miniCartExpanded
{
    background: url(CustomImages/miniCartArrow.png) no-repeat 156px -14px;
}
.miniCartDelete
{
    width: 16px;
    height: 16px; 
    text-decoration:none; 
    background: url(CustomImages/miniCartDelete.png) no-repeat left top;
    cursor: pointer;
    display: block;
    float: right;
}
.miniCartDelete:hover
{
    background: url(CustomImages/miniCartDelete.png) no-repeat left bottom;
}
.minicartitemsrow, .minicartcontents
{
    zoom:1; /*ie6 and 7*/
}
.miniCartItemsTable
{
    width: 100%;
}
#miniCartItemsTable td
{
    padding:4px 2px;
    border-bottom:1px solid #333;
}
.miniCartProductName
{
    font-weight:bold;
}
.MiniCartImageCell
{
    text-align:center;
    width:30%;
}
.MiniCartAttributesCell
{
    vertical-align:top;
}
.lineItemTotal
{
    padding-top:5px;
    text-align:right;
}
#miniCartTotalRow td
{
}
td#miniCartTotalCell
{
}
td#miniCartCheckoutCell
{
    text-align: center;
}
#miniCartItemCount
{
    display:block;
}
.minicarttotal
{
   font-weight:bold;
}
.minicartcheckoutnow
{
    font-weight: bold;
}
.miniCartLoading
{
    background: #ffffff url(CustomImages/ajax-loader.gif) no-repeat center center;
    border: solid 1px #333;
    /*ajax loading icons can be created here: http://ajaxload.info/ */
}
.miniCartLoading *
{
    visibility:hidden;
}
.checkoutNotice
{
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

#miniCartArrowLink { width: 100%; height: 25px;     color: #FFFFFF;
    display: block;
    font-family: Arial,Tahoma,Verdana,Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center; }
/*********************************************************/
/*	END MINICART STYLES */
/*********************************************************/

/*********************************************************/
/*	Styles For DropDown MiniCart (wrapped by #miniCartWrap.withdropdown) */
/*********************************************************/
#miniCartWrap.withdropdown
{
    height:14px;
    position:relative;
    display: inline-block;
    float: right;
}
#miniCartWrap.withdropdown #miniAbsWrap
{
    position: relative;
    float: right;
    top: -24px;
}
#miniCartWrap.withdropdown #miniAbsWrap.hideitems #miniCartItemsRow
{
    display:none;
}

/*********************************************************/
/*	END Styles For DropDown MiniCart */
/*********************************************************/