#atca-cart {
    float: right;
}

#atca-popup-container {
	color: #000;
	border: 1px solid #c0c0c0;
	padding: 25px 20px;
	position: absolute;
	z-index: 200;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -127px;
	background: #fff;
	box-shadow: 3px 3px 4px #808080;
	text-align: center;
}

#atca-message-container {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

#atca-message-container #atca-message-text-related {
	padding: 20px 0 0 0;
	background-position: center left;
	display: inline-block;
	background-repeat: no-repeat;
	*background-position: top left; /* notice the * before the property - shows in IE7 and below */
}
#atca-popup-container #atca-message-image-related,
#atca-popup-container #atca-please-wait-image-related {
	width: 41px;
	height: 42px;
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
}

#atca-popup-container #atca-please-wait-image-related {
	background-image: url(http://www.country-dreams.se/skin/frontend/vaimo/imitate_clean/images/addtocartajax/ajax-loader.gif);
}

#atca-popup-container #atca-message-container #atca-please-wait,
#atca-popup-container #atca-message-container #atca-please-wait-remove{
	background-image: url(http://www.country-dreams.se/skin/frontend/vaimo/imitate_clean/images/addtocartajax/ajax-loader.gif);
	background-position: center left;
	display: inline-block;
	background-repeat: no-repeat;
	padding: 0 0 0 22px;
}

#atca-popup-container #atca-message-text.atca-success {
	background-image: url(http://www.country-dreams.se/skin/frontend/vaimo/imitate_clean/images/addtocartajax/success-msg-icon.gif);
}

#atca-popup-container #atca-message-text.atca-error {
	background-image: url(http://www.country-dreams.se/skin/frontend/vaimo/imitate_clean/images/addtocartajax/error-msg-icon.gif);
}

#atca-popup-container #atca-message-text.atca-notice {
	background-image: url(http://www.country-dreams.se/skin/frontend/vaimo/imitate_clean/images/addtocartajax/notice-msg-icon.gif);
}

#atca-popup-container #atca-message-text {
	background-position: center left;
	display: inline-block;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

#atca-popup-container #atca-message-text.atca-notice {
	background-image: url(http://www.country-dreams.se/skin/frontend/vaimo/imitate_clean/images/addtocartajax/notice-msg-icon.gif);
}

/* Buttons */
#atca-button-container {
	margin: 20px 0 0 0;
}

#atca-continue-btn {
	float:left;
}

#atca-redirect-btn {
	float:right;
}

#atca-yes-btn {
	float:right;
	margin-right: 40px;
}

#atca-no-btn {
	float:left;
	margin-left: 40px;
}

#atca-checkoutbutton{
	display:none;
}