﻿/**************************
Small Cart Design
**************************/
div#smallCartContainer {
    float:right;
    width:205px;    
    height:20px;
    margin:2px 3px;
    position:relative;
    }

div#smallCart{
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    position:absolute;
    left:0;
    top:0;
    z-index: 99 !important;
    color:#30617F !important;
    padding: 2px;  
    width:200px;
    background-color:#30617F;
    border: solid 1px #30617F;
}

div#smallCart.isActive{
    background-color:#B43131 !important;
    border: solid 1px #525252;
}

div#smallCart.isProcessing{
    background: url(images/roll_bar.gif) center repeat-y !important;
    border: solid 1px #30617F;
}

div#smallCartContent{
	display:none;
    padding: 2px 2px 5px 2px;
}

.smallCartList {
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    padding: 5px;
    background-color:#fff;
}

.smallCartList .title{
    padding: 1px 0px !important;
    font-size:1.3em;
}


.smallCartList .attributes{
    border-bottom: dotted 1px #30617F;
    padding-bottom: 1px;
    margin-bottom:5px;
    font-size:1em;
    color:#666666;
}

.smallCartList a.lnkProduct {
    font-weight:bold;
    color:#30617F !important;
}

.smallCartList a.lnkProduct:hover {    
    color:#649CBF !important;
}

div#smallCartFooter {
	color:#fff;
}

div#smallCartFooter .cartItems{
    font-size: 1.3em;
}

div#smallCartTipContainer{
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	font-family: Georgia, Verdana, Arial;	
    }

.smallCartIcon{
background: url(images/cart_icon_white.gif) center no-repeat;
display:block;
width:15px;
height:15px;
float: left; 
}

.smallCartDelete{
    cursor:pointer !important;
    width: 15px; 
    height: 15px;
    background: url(images/IconSet.gif) -10px -8px;
    display:block;
}
.smallCartDelete:hover{
    background:url(images/IconSet.gif) -39px -8px;
}


div#smallCartHeader a {
text-transform: uppercase;
font-weight:bold;
text-decoration:none;
display:block;
color:#fff !important;
padding:3px;
font-family:Arial,sans-serif;
font-style:normal;
}

div#smallCartHeader a:hover {
text-decoration:underline;
}
