@charset "utf-8";
/* CSS Document */

.wait-mask {
	background:				#000000;
	position:				absolute;
	top:					0;
	left:					0;
	width:					100%;
	height:					5000px;
	z-index:				5;
	opacity:				.65;
	filter: 				Alpha(opacity=65);
}

.popup {
	width:					900px;
	height:					600px;
	border:					none;
	background-color:		#ffffff;
	position:				absolute;
	z-index:				15;
}

.popup-message {
	
}

.popup-title {
	background-image:		url(/_images/generic/popuptitlebg.gif);
	background-repeat:		repeat-y;
	height:					30px;
	margin-bottom:			10px;
}

.popup-title p {
	margin:					0px;
	padding-top:			7px;
	padding-left:			17px;
	color:					#ffffff;
	font-size:				1.2em;
}

.popup-image {
	background-image:		url(/_images/generic/cartlogo.jpg);
	background-repeat:		no-repeat;
	width:					96px;
	height:					120px;
	float:					left;
}

.popup-item {
	width:					255px;
	height:					120px;
	float:					left;
}

.popup-item p {
	margin:					0px;
	padding-top:			10px;
	padding-left:			10px;
	line-height:			1.8em;
}

.popup-item p i {
	color:					#666666;
	font-style:				normal;
}

.popup-controls {
	clear:					both;
	background-color:		#e0e0e0;
	height:					44px;
	text-align:				right;
	padding-right:			10px;
}

.popup-controls a {
	margin-top:				8px;
	display:				inline-block;
	padding-top:			4px;
	padding-bottom:			4px;
	padding-right:			20px;
	padding-left:			20px;
	background-color:		#838383;
	color:					#ffffff;
	font-size:				1.2em;
}

.popup-controls a:hover {
	background-color:		#76115c;
	text-decoration:		none;
}

.popup-breakdown {
	float:					left;
	width:					170px;
}

.popup-breakdown input {
	width:					64px;	
	border:					none;
	background-color:		#e5e5e5;
	margin-left:			25px;
	padding-top:			4px;
	padding-bottom:			4px;
	padding-right:			4px;
	margin-top:				1px;
	margin-right:			1px;
	text-align:				right;
}

.popup-breakdown input.qty {
	margin-top:				1px;
	margin-left:			1px;
	margin-right:			1px;
	background-color:		#e6cde0;
	float:					left;
}

.popup-breakdown label {
	clear:					both;
	display:				inline-block;
	width:					36px;
	text-align:				right;
	padding-right:			14px;
	padding-top:			8px;
	font-weight:			bold;
	color:					#666666;
	float:					left;
}

.popup-breakdown img {
	display:				block;
	float:					left;
	border:					none;
	vertical-align:			middle;
	padding-top:			4px;
	
}