/*-----------------------Special CSS Light Box---------------------*/

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index:1002;
	overflow: auto;
	margin-top: -300px;
	margin-left: -500px;
	width: 1020px;
	color: #75777a;
}

#lightBox {
	float: left;
	width: 820px;
	height: 630px;
	padding: 0px;
	background: url(/zagg/images/layout/cartLightview_header.png) no-repeat top left;
	font-family: Helvetica, Arial, sans-serif;
}

.closeLightBox {
	display: block;
	width: 90px;
	height: 600px;
	float: left;
	cursor: default;
}

#topClose {
	text-align: right;
	height:49px;
}
/* #topClose a { display: block; } potential fix for browsers*/

.cartLightView_left {
	float: left;
	width: 360px;
	background: #fff;
	padding: 30px 25px 0px 25px;
	margin: -3px 0px 0px 0px;
	border-top: 3px solid #ddd;
	height: 530px;
}

.cartLightView_right {
	float: left;
	width: 360px;
	background: #e6e7e8;
	padding: 30px 25px 0px 25px;
	margin: -3px 0px 0px 0px;
	border-top: 3px solid #ddd;
	color: #75777a;
	height: 530px;
}

#clv_cartIcon {
	margin: 0px 20px 30px 0px;
}

#clv_added {
	font-size: 13px;
	font-weight: bold;
 }

#clv_added h2 {
	font-size: 20px;
	color: #309883;
	font-weight: normal;
}

#clv_currentCart {
	width: 355px;
	margin-top: 20px;
}

#clv_currentCart caption {
	background: #309883;
	padding: 15px 15px;
	text-align: left;
	color: #fff;
}

#clv_currentCart caption h5, #clv_currentCart caption h6, #clv_currentCart caption img {
	display: inline; float: left;
}

#clv_currentCart caption h5 { font-weight: bold; margin: 5px 0 0 5px; }
#clv_currentCart caption h6 a { font-size: 12px; float: right; width: 150px; margin-top: 5px; text-align: right; color: #fff; }

#clv_currentCart thead th {
	background: #808285;
	color: #fff;
	font-size: 14px;
	padding: 5px;
	text-align: left;
	border: 2px solid rgb(255,255,255);
	border-left: 0 none; /* Border is to replace the cellspacing the table had. */
}

#clv_quantity {width: 25px;}
#clv_orderDescription {width: 260px;}
thead th#clv_price {width: 75px ;border-right: 0 none;} /* Border right is to line up thead with the caption */

.clv_qty {width: 22px;}
.clv_productName {width: 231px;}
.clv_price {width: 75px;}

#clv_productsWrapper {
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

#clv_currentCart tbody tr { background: #e6e7e8; }
#clv_currentCart tbody tr.odd { background: #d1d3d4; }

#clv_products { width: 100%; }
#clv_products tbody td { padding: 10px 5px; font-size: 14px; color: #343433; }

.textCenter { text-align: center; }
#clv_products tbody td.greenPrice { color: #309883; font-weight: bold; }

#clvCartBtns {
	width: 171px;
	float: left;
	margin: 10px 0px 0px 0px;
}

#clvCartBtns form { margin: 5px 0px; }

#clv_subtotal {
	width: 150px;
	float: right;
	text-align: right;
	margin: 15px 5px 0px 0px;
}

#clv_subtotal h3, #clv_subtotal h4 { color: #309883; font-size: 20px; }
#clv_subtotal h3 { margin: 0px 0px 5px 0px; padding: 0px 0px 5px 0px; border-bottom: 1px dashed #808285; }
#clv_subtotal h4 { margin: 5px 0px 5px 0px; padding: 0px;}
#clv_subtotal p { margin: 0px; padding: 0px; font-size: 14px; }

#cartLightView_right h2 {
	font-size: 20px;
	text-align: center;
}

.clv_suggested {
	background: #fff;
	margin: 5px 0px;
	padding: 10px;
	height: 124px;
	position: relative;
}

.clv_suggested.doubleBadge {
	height: 250px;
	padding: 0px 0px 25px;
	* padding: 0px 0px 35px;
}

.suggestedProductImg {
	float: left;
	margin: 0px 20px 10px 0px;
}

.doubleBadge .suggestedProductImg {
	margin: 0px 0px 10px 0px;
}

.clv_suggested ul {
	margin: 0px;
	padding: 0px 0px 0px 45px;
	font-size: 11px;
}

.clv_suggested p {
	padding: 0px 0px 10px 45px;
}

.clv_goBtn {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

#clv_roundBtm {
	clear: both;
	background: url(/zagg/images/layout/cartLightview_roundBtm.png) no-repeat center top;
	height: 21px;
}

/*----------------------- end Special CSS Light Box---------------------*/

#splv_container {
	background: #fff;
	width: 640px;
	height: 415px;
	padding: 30px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	margin: auto;
}

#splv_title { text-align: center; margin: 0px 0px 15px 0px; }
#splv_prodImg { margin: 0px 35px 20px 0px; *margin: 0px 35px 40px 0px; }
#splv_container p { line-height: 17px; }

#splv_container ul {
	margin: 15px 0px 0px 60px;
	padding: 0px;
	width: 545px;
	list-style-type: disc;
}

#splv_container li {
	margin: 0px 0px 10px 0px;
}
