@charset "utf-8";
/* CSS Document */

.LB-black-overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.50;
    filter: alpha(opacity=80);
}

.LB-white-content {
    display: none;
    position: fixed;
    border: 10px solid #fff;
    background-color: #fff;
    z-index:1002;
	overflow: auto;
	background:url(../images/bg.jpg) top center no-repeat;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px;
	margin:15px;
}

.LB-addToCart-white-content {
    display: none;
    position: fixed;
    border: 10px solid #fff;
    z-index:1002;
	overflow: auto;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px;
	margin:15px;
}

#cartviews {width:220px; border:#8e2c1d 1px solid; background-color:#e3e3e3; margin-bottom:5px;}
#carttitle {width:220px; height:22px; font-size:10px; line-height:22px; color:#FFF; background-color:#8e2c1d; text-indent:10px; text-transform:uppercase;}
#carttitle a {width:220px; height:22px; font-size:10px; line-height:22px; color:#FFF; background-color:#8e2c1d; text-indent:10px; text-transform:uppercase;}
#cartviews ul {margin:10px 0 20px 0; padding:0;}
#cartviews li {list-style:none; font-size:11px; line-height:19px; padding:0; margin-left:20px;}
#cartviews a {color:#333; font-weight:normal; text-decoration:underline;}
#cartviews a:hover {color:#8e2c1d;}

