.popup-poz {
	position: relative;
}

.sc-item-table {
	border-bottom:1px solid #cccccc;
}
.sc-item-table tr td {
	padding: 2px 5px 2px 10px;
}
.sc-button a img {
	border: 0px solid white;
}
div.popup-msg-box {
	padding: 0;
	margin: 0;
}
div.sc-box-text {
	float: right;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #333;
}
div.sc-box-text a {
	height: 21px;
	font-size: 12px;
	color: #333;
}
div.sc-box-text a:hover {
	text-decoration: underline;
}
div.popup-msg-modal {
	position: absolute;
	top: 12px;
	width: 450px;
	padding: 3px 0;
	margin: 10px auto;
	z-index: 99999;
	background: url(images/checkout/cart_tooltip_bottom.gif) bottom left no-repeat;
	text-align: left;
	right: 0;
}
div.popup-msg-modal div.bottom {
	position: relative;
	margin: 0;
	padding: 10px;
	background: url(images/checkout/cart_tooltip_top.gif) top left no-repeat;
}
div.popup-msg-modal div.bottom a{
	font-size: 12px;
}
div.popup-msg-modal div.sc-box-bordering div.bottom a.modal-close{
	position: absolute;
	top: 5px;
	right: 5px;
	margin-top: 2px !important;
	padding-top: 3px !important;
}
p.sc-box-title {
	border-bottom: 1px solid #cac9c9;
	padding-bottom: 3px;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
}

.popup-msg-modal div.popup-msg-modal-text{
	font-size: 12px;
	text-align: left;
	white-space: normal;
}

.popup-msg-modal div.popup-msg-modal-text>a {
	float: none;
	padding: 0 0;
	display: inline;
}