#mbd_dynitems_wrapper {
	font-size:12px;
	z-index:1000;
	position:fixed;
	right:0;
	top:-600px;
	width:325px;
	height:600px;
	background:transparent url(images/MLlistBG.png) no-repeat left top;
	z-index:10000
}
#mbd_dynitems_footer {
	font-size:10px;
	padding:2px;
	text-align:right;
	color:#999
}
#mbd_dynitems_footer a {
	color:#999;
	font-weight:bold
}
#mbd_dynitems_footer a:hover {
	color:#666
}
#mbd_dynitems_container {
	float:right;
	width:306px
}
#mbd_dynlist_title {
	padding:4px 0 0 0;
	font-size:14px;
	font-weight:bold;
	float:left
}
/*#mbd_dynlist_print_button {
	background:transparent url(images/MLprintbutton.png) no-repeat left top;
	width:70px;
	height:43px;
	overflow:hidden;
	margin:0;
	text-indent:100000px;
	float:right
}
#mbd_dynlist_print_button:hover {
	cursor:pointer;
	background:transparent url(images/MLprintbuttonHOVER.png) no-repeat left top
}
*/

#mbd_dynlist_print_button {
	background: #eeeeee url(images/printer.png) center center no-repeat;
}
#mbd_dynlist_email_button {
	background: #eeeeee url(images/email.png) center center no-repeat;
}
#mbd_dynlist_clear_button {
	background: #eeeeee url(images/cross.png) center center no-repeat;
}

.mbd_dynlist_dock_button {
	width: 17px;
	height: 17px;
	padding: 4px 5px;
	background-color: white;
	border: 1px #cccccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 0 2px;
	font-weight: bold;
	float: right;
}
.mbd_dynlist_dock_button:hover {
	cursor: pointer;
	font-size: 12px;
	background-color: #ffffff !important;
	border: 1px #999999 solid;
}


#mbd_dynitems_header {
	padding:10px 10px 0 10px;
	height:52px
}
#mbd_dynitems_handle {
	text-align:right;
	padding:12px 3px 0 0;
	font-size:12px;
	color:#000;
	font-family:lucida sans;
	position:absolute;
	right:0;
	bottom:-30px;
	height:26px;
	width:80px;
	cursor:pointer;
	background:transparent url(images/MLlisttab.png) no-repeat left top
}
#mbd_dynitems_handle:hover {
	cursor:pointer;
	bottom:-30px
}
#mbd_dynitems {
	width:304px;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	margin:0;
	height:478px;
	overflow:auto
}
#mbd_dynitems li {
	padding:5px;
	font-size:13px;
	height:44px;
	display:block;
	cursor:pointer;
	overflow:hidden;
	font-family:lucida sans
}
.mbd_dynitem .mbd_x {
	padding:0;
	background:transparent url(images/MLlist.X.png) no-repeat left top;
	display:block;
	float:left;
	margin-right:5px;
	font-weight:bold;
	width:23px;
	height:23px;
	text-indent:100000px;
	overflow:hidden;
	font-size:0;
	cursor:pointer
}
.mbd_dynitem .mbd_x:hover {
	background:transparent url(images/MLlist.X.hover.png) no-repeat left top
}
#mbd_dynitems li:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.mbd_coupons {
	margin:0;
	padding:0;
	clear:both;
	width:500px;
	position:relative
}
.mbd_coupons_expired {
	color:#900;
	border:3px #900 solid;
	font-weight:bold;
	padding:5px;
	width:100px;
	text-transform:uppercase;
	text-align:center;
	position:absolute;
	font-size:13px;
	background-color:#fff;
	z-index:9999999;
	right:0;
	top:-15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-transform:rotate(-10deg);
	-moz-transform:rotate(-10deg)
}
.mbd_divider {
	padding:0;
	margin:0;
	position:relative
}
.mbd_divider_title {
	position:absolute;
	background-color:white;
	padding:0 10px;
	color:#666;
	left:10px;
	top:-10px
}
.mbd_divider_bar {
	border-bottom:3px #ccc solid
}
.mbd_coupons_item {
	margin:0;
	padding:10px 0;
	clear:both
}
.mbd_coupons_item_cb {
	padding:0 10px;
	float:left;
	width:40px
}
.mbd_coupons_item_content {
	float:left;
	width:440px
}
.mbd_coupons_item_content .mbd_coupons_item_header {
	margin:0 0 5px 0;
	padding:0
}
.mbd_coupons_item_content .mbd_coupons_item_header label {
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:16px
}
.mbd_coupons_item_content .mbd_coupons_item_desc {
	margin:0;
	padding:0
}
.mbd_coupons_item_content .mbd_coupons_item_desc div {
	margin:0;
	padding:0
}
.mbd_coupons_item_content .mbd_coupons_item_desc p {
	margin:0;
	padding:0
}
#mbd_printer_close_button {
	padding:4px 5px;
	background-color:white;
	border:1px #ccc solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right:10px;
	font-size:12px;
	margin:0 0 5px 0;
	font-weight:bold;
	float:right;
	clear:both
}
#mbd_printer_close_button:hover {
	cursor:pointer;
	font-size:12px;
	background-color:#900;
	border-color:#fff;
	color:#fff
}
#mbd_printer_wrapper {
	left:50%;
	top:100px;
	margin-left:-375px;
	width:750px;
	position:absolute;
	padding:20px;
	z-index:999999999999;
	background-color:#fff;
	border:1px #ccc solid
}
.mbd_window {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 3px 35px #ccc;
	-webkit-box-shadow:0 3px 35px #ccc;
	box-shadow:0 3px 35px #ccc;
	background-color:#eee;
	border:1px #ccc solid;
	padding:10px
}
#mbd_printer_container {
	width:100%
}
#mbd_printer_content .mbd_coupons_item {
	font-size:12px
}
#mbd_printer_content .mbd_coupons_item label {
	font-size:12px
}
#mbd_printer_header h1 {
	font-size:18px;
	font-weight:bold
}
#mbd_printer_footer {
	font-size:12px
}
#mbd_printer_content {
	_margin-bottom:10px;
	* margin-bottom:10px;
	clear:both;
	display:inline-block
}
#mbd_printer_content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix {
	display:inline-block
}

/*\*/* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
	/**/
