@media print 
{
	.Toolbar, .Header, .BreadCrumb, .MasterLeft { visibility: hidden; }
	.main { left: 0px; width: 100%; top: 0px; height:100%;}
	.content { left: 5px;  width: 100%; top: 0px; height: 100%;}
}

html {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Open Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 10.5pt;
	background-color: #EDEDED;
}

/* Dealer Tools Menu */

ul.menu {
	list-style-type: none;
	margin: auto;
	padding: 0;
	width: 250px;
	background-color: #f1f1f1;
	border: 1px solid #555;
}


li.menu a {
	display: block;
	color: #000;
	font-size: 11pt;
	font-weight: bold;
	padding: 8px 16px;
	text-decoration: none;
}

li.menu {
	text-align: center;
	border-bottom: 1px solid #555;
}

	li.menu:last-child {
		border-bottom: none;
	}

	li.menu a.active {
		background-color: #7a9cd3;
		color: white;
	}

	li.menu a:hover:not(.active) {
		background-color: #7a9cd3;
		color: white;
	}

/*  Where to Buy Results Table */

.WhereToBuyAlternateRow
{
	background-color: #F9F9F9;
	border-bottom: dotted 1px gray;
}

.WhereToBuyRow
{
	background-color: White;
	border-bottom: dotted 1px gray;
}

.WhereToBuyHeader {
	background-color: #1E73BE;
	color: White;
	font-weight: bold;
}

.button_blue {
	background-color: #1E73BE;
	border-radius: 8px;
	border: none;
	color: white;
	cursor: pointer;
	padding: 10px;
	font-size: 12pt;
}