/* AJAX Add to Cart Confirm by Harryo*/
/*.success, .warning, .attention, .information, .rev-success {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #555;
}
.success a, .warning a, .attention a, .information a {
	color: #333;
}*/
#cart-success{
	position: fixed;
	z-index:9998;
}
.success {
	width:180px;/*width of your box*/
	height:180px;/*height of your box*/
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-70px;/*Half of your width*/
	margin-top:-70px;/*Half of your height*/
	z-index:9999;
	background:#FDF2C4 url('/catalog/view/theme/default/image/success3.png') bottom no-repeat;/*Background colour & green Tick image*/
	border:1px solid #E39837;-webkit-border-radius:15px 15px 15px 15px;-moz-border-radius:15px 15px 15px 15px;-khtml-border-radius:15px 15px 15px 15px;border-radius:15px 15px 15px 15px;/*border thickness & colour with rounded corners*/
	font-size:16px;/*Size of your text that shows in the box*/
	text-shadow:none;
	color:#2E0A07;
	
}


.success a,.success  a:visited,.success  a b {
 color:#2E0A07; text-shadow:none;
}
/*.rev-success {
	background: #EAF7D9 url('/catalog/view/theme/default/image/success.png') left no-repeat;
	border: 1px solid #BBDF8D;
	padding-left:20px;
}*/
.rev-success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.rev-success {
	background: #EAF7D9 url('/catalog/view/theme/default/image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/* END */
/*
     */
/*
*/