.CartPopup{
width:380px;
/*margin-top: -25px;*/
margin-left:90px;
left:50%;
position: fixed;
z-index:9999;
display:none;
}

.CartPopup_Container{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #4f5153;
background-color:#FFFFFF; /* F0F0FF */
border:1px solid #B2B2B2;
margin:0;
padding:10px;
/* box-shadow:2px 2px 3px #aaaaaa; */
}

.CartPopup_header{
width:358px;
height: 24px;
line-height: 24px;
font-size: 16px;
}

.CartPopup_header_header_left{
display: inline-block;
float: left;
text-align: left;
width: 179px;
}

.CartPopup_header_header_right{
display: inline-block;
float: right;
text-align: right;
width: 179px;
}

.CartPopup_header_close_button{
float:right;
height:16px;
width:17px;
background:url(../images/close_button.png) no-repeat;
}

.CartPopup_header_close_button:hover{
background:url(../images/close_button_hover.png) no-repeat !important;
}

.CartPopup_items{
font-size: 13px;
}

.CartPopup_footer1{
width:358px;
height: 32px;
line-height: 32px;
font-size: 14px;
border-top: 1px solid #B2B2B2;
border-bottom: 1px solid #B2B2B2;
}

.CartPopup_footer1_footer1_left{
display: inline-block;
float: left;
text-align: left;
width: 179px;
}

.CartPopup_footer1_footer1_right{
display: inline-block;
float: right;
text-align: right;
width: 179px;
}

.CartPopup_footer2{
height: 32px;
padding-top: 20px;
font-size: 12px;
}

.CartPopup_footer2_continue_shopping a{
display: inline-block;
line-height: 22px;
float: left;
text-align: left;
width: 179px;
color: #00B6A1;
font-weight: bold;
text-decoration: none;
}

.CartPopup_footer2_continue_shopping a:hover{
color: #E16518;
text-decoration: underline;
}

.CartPopup_footer2_checkout_button{
display: inline-block;
line-height: 22px;
float: right;
text-align: right;
width: 179px;
}