/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #fff;
cursor: pointer;
z-index:10;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;
z-index:11;
}

div#mb_center {
	background-image:url(/assets/images/moodalbox/bg.png);
	background-position:top;
	background-repeat:no-repeat;
	
}

div#mb_contents {
	visibility: hidden;
	width:390px !important;
	height:290px !important;
	padding:30px !important;
}

.mb_loading {
background: #fff url(/assets/images/moodalbox/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
}

img#basket-confirmation {
	position:relative;
	margin:-27px 0 10px -29px;
	
}

a#close-link {
width: 149px;
height: 40px;
background: transparent url(/assets/images/moodalbox/cancel.png) no-repeat top left;
margin:230px 0 0 241px;
display:block;
position:absolute;

}

a#buy-link {
width: 139px;
height: 70px;
display:block;
position:absolute;
margin:220px 0 0 0;
z-index:20;
background: transparent url(/assets/images/moodalbox/add-to-basket.png) no-repeat top left;
}

div#mb_caption {
margin-right: 71px;
}
