/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #FFF; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	left: 50%;
	overflow:hidden;
	top:0;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:12px;/* set the Milkbox padding */
	padding-bottom:72px;
}

#mbCenter #mbTop
{
padding:0 0 2px 2px;
border-left:1px solid #cae4fe;
border-bottom:1px solid #cae4fe;
}

#mbCenter #mbTop_inbox
{
position:relative;
height:40px;
background:#0061af;
overflow:hidden;
}

#mbCenter #mbTop_inbox p {position:relative;width:80%;float:left;text-align:left;color:#FFF;font-size:0.85em;padding:0 0 0 5px;font-weight:bold;}

#mbCenter #mbTop_inbox_close
{
position:relative;
display:block;
float:right;
margin:8px 0 0 0;
right:8px;
width:22px;
height:22px;
background:url(mbTop_inbox_close.gif) no-repeat;
cursor:hand;
cursor:pointer;
}

.mbLoading{ background: #fff url(loading.gif) no-repeat center; }/* IMAGE: loading gif */


#mbImageBox 
{
margin-top:30px;
padding:0 0 2px 2px;
border-left:1px solid #cae4fe;
border-bottom:1px solid #cae4fe;
overflow:hidden;
}

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0;}

#paybackLabel 
{
position:absolute;
right:10px;
bottom:54px;
width:40px;
height:40px;
padding:4px 31px 0 0;
font-family:arial;
font-size:11px;
font-weight:bold;
color:#0B6CB5;
background:url(payback_points_label.png) no-repeat;
visibility:hidden;
}
#paybackLabel span {position:absolute;display:block;right:31px;top:5px;text-align:right;}



.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:17px; }
#mbPrevLink{ background: transparent url(prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(next.gif) no-repeat; }/* IMAGE: next */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; }

#mbCloseLink {
	width:20px;
	background: transparent url(close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

