.mbd_selected_item {
	background-color: #46AADD;
	color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 1px 0;
}

.mbd_selected_item a{
	color: white;
}
.mbd_mobileButtonBox {
	margin: 10px 0;
	cursor: pointer;
}

.mbd_mobileButtonBox a {
	cursor: pointer;
	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: 200px;

}

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

.mbd_mobileButtonBox .mobileButton{
	float: left;
	cursor: pointer;
	text-decoration: none !important;	
	text-align: center;
	display: block;
	padding: 5px 3px 5px 21px;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #efefef;
	border: 1px #cccccc solid;
	width: 200px;
	cursor: pointer;
}

.mbd_mobileButtonBox .mbd_inlinePrint {
	background: #efefef url(images/printer.png) 5px 8px no-repeat;
}
.mbd_mobileButtonBox .mbd_inlineEmail {
	background: #efefef url(images/email.png) 5px 8px no-repeat;
}

.mbd_mobileButtonBox .mobileButton:hover {
	background-color: #cccccc;
	color: white;
	cursor: pointer;
}
