
/* Bubble pop-up */

.hide { display: none;
visibility:collapse;}

.popup {
	z-index:10;
	border-collapse: collapse;
	visibility: hidden;
	right:0px;
	background: transparent url('../_images/popup_bg.png') no-repeat;
	width:273px;
	height:263px;
	margin-top:180px;
	margin-left:20px; padding:0px;
	position:relative;
}

.popup-content {
	padding:27px 14px 19px 20px;
}

.popup-content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	color:#666;
	line-height:12px;
	margin:0px; padding:0px;
	text-transform:uppercase;
}

.popup-content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	color:#666;
	line-height:12px;
	margin:0px; padding:0px;
	text-transform:uppercase;
	float:right;
}

a.popup-content {
	color:#666;	
	text-decoration:none;
}

a.popup-content:hover {
	color:#5C3C64;
	text-decoration:none;
}

.popup-content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	color:#666;
	line-height:12px;
	margin:0px; padding:0px;
	text-transform:uppercase;
}

.popup-content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	color:#666;
	line-height:12px;
	margin:0px; padding:0px;
	text-transform:uppercase;
	float:right;
}

a.popup-content {
	color:#666;	
	text-decoration:none;
}

a.popup-content:hover {
	color:#5C3C64;
	text-decoration:none;
}

.cart-preview {
	background:#eae9e4;
	width:240px;
	height:186px;
	margin:5px auto 5px auto;
	overflow:auto;
}

.cart-preview table {
	border-bottom: 1px solid #a8a7a6;
	margin:5px 10px 5px 10px;
}

.cart-preview td {
	padding:0px 5px 10px 0px;
	margin:0px;
	text-transform:none;
}

.cart-preview .remove {
	display:block;
	font-size:9px;
	margin-top:4px;
}

#cart_preview {
	position:relative;
	height:20px;
}

li span#cartcontentslength {
	margin:1px 0 0 0; padding:0px;
	position:absolute;
}

.jpopup {
	z-index:100;
	border-collapse: collapse;
	visibility: hidden;
	right:0px;
	background-color:#FFF;
	width:312px;
	height:63px;
	border:1px solid #adadad;
	margin-top:-17px;
	margin-left:27px; padding:0px;
	position:relative;
}

.jpopup-content {
	padding:34px 8px 8px 8px;
}

