#mbd_dynitems_wrapper {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-box-shadow: 0px 3px 35px #ccc;
	-webkit-box-shadow: 0px 3px 35px #ccc;
	box-shadow: 0px 3px 35px #ccc;
	font-size: 12px;
	z-index: 1000;
	border-left: 1px #cccccc solid;
	border-top: 1px #dddddd solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	position: fixed;
	right:10px;
	bottom:-282px;
	width:320px;
	height:280px;
	background: #d51d37;
	z-index: 10000;
}

#mbd_dynitems_footer {
	font-size: 10px;
	padding: 2px;
	text-align: right;
	color: #999999;
}

#mbd_dynitems_footer a{
	color: #999999;
	font-weight: bold;
}
#mbd_dynitems_footer a:hover {
	color: #666666;
}

#mbd_dynitems_container{
	padding: 10px;
}

#mbd_dynlist_title {
	padding: 4px 0 0 0; 
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: white;
}

#mbd_dynlist_print_button {
	padding: 4px 5px;
	background-color: white;
	border: 1px #cccccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	margin: 0;
	font-weight: bold;
	float: right;
}
#mbd_dynlist_print_button:hover {
	cursor: pointer;
	font-size: 12px;
	background-color: #fad24a;
	border-color: #ffffff;
	color: #ffffff;
}

#mbd_dynitems_header {
	padding: 10px 10px 0 10px; 
}

#mbd_dynitems_handle {
	text-align: center;
	padding-top: 3px;
	color: #666666;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	background-color: #fad24a;
	position: absolute;
	right: 5px;
	top: -22px;
	height: 20px;
	width: 100px;
}

#mbd_dynitems_handle:hover {
	background-color: #eeeeee;
	cursor:pointer;
	color: black;
	top: -24px;
}

#mbd_dynitems {
	width: 300px;
	list-style-position: outside;
	list-style-type: none;
	padding:0;
	margin:0;
	height:220px;
	overflow: auto;
}
#mbd_dynitems li {
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 10px;
	font-size: 12px;
	background: #f8ecd4;
	display:block;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mbd_dynitem .mbd_x {
	padding: 4px 5px;
	background-color: white;
	border: 1px #cccccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;

}
.mbd_dynitem .mbd_x:hover {
	background-color: #fad24a;
	border-color: #ffffff;
	color: #ffffff;
}

.mbd_coupons{
	margin: 0;
	padding: 0;
	clear: both;
	width: 500px;
	position: relative;
}

.mbd_coupons_expired {
	color: #990000;
	border: 3px #990000 solid;
	font-weight: bold;
	padding: 5px;
	width: 100px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	font-size: 13px;
	background-color: #ffffff;
	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: #666666;
	left: 10px;
	top: -10px;
}

.mbd_divider_bar {
	border-bottom: 3px #cccccc 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 #cccccc 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: #fad24a;
	border-color: #ffffff;
	color: #ffffff;
}

#mbd_printer_wrapper {
	left: 50%;
	top: 100px; 
	margin-left: -375px;
	width: 750px;
	position: absolute;
	padding: 20px;
	z-index: 999999999999;
	background-color: #ffffff;
	border: 1px #cccccc solid;
}

.mbd_window {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 3px 35px #ccc;
	-webkit-box-shadow: 0px 3px 35px #ccc;
	box-shadow: 0px 3px 35px #ccc;
	background-color: #eeeeee;
	border: 1px #cccccc 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;
}

.mbd_teaserBox {
	margin: 0 0 10px 60px;
	}

.mbd_teaserBox a {
	text-decoration: none !important;	
	text-align: center;
	display: block;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #efefef;
	border: 1px #cccccc solid;
	width: 150px;

}

.mbd_teaserBox a:hover {
	background-color: #cccccc;
	color: white;
}

/*----- Content Float Fix -----*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */