/*---------- Where to order ----------*/
p.side_bar_header.where_to_order {
	color: black !important;
}
div.where_to_order {
	padding: 0 0 0 10px;
}
div.where_to_order a,
div.where_to_order a:link,
div.where_to_order a:visited {
	display: block;
	width: 48%;
	float: left;
	margin: 0 2% 5px 0;
	padding: 0;
	font-size: 0.75em;
	color: black;
	text-decoration: none;
}
div.where_to_order a.left {
	clear: left;
}
div.where_to_order a:hover {
	color: red;

}
table.where_to_order {
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	border-collapse: collapse;
}
table.where_to_order tr td {
	width: 50%;
	font-size: 0.75em;
}
table.where_to_order tr td  a,
table.where_to_order tr td a:link,
table.where_to_order tr td a:visited {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
	color: black;
	text-decoration: none;
}
table.where_to_order tr td a:hover {
	color: red;


}

table.where_to_order tr td.left {
	padding-right: 3px !important;
}
table.where_to_order tr td.right {
	padding-left: 3px !important;
}
