/*  Quick Contact Sidebox Stylesheet  $Id: stylesheet_quick_contact.css, 2006-06-16, Copyright (c) 2006 2P (zencart@palek.net)*/
#quickcontactContent {
	font-size: 11px;
	font-family: tahoma;
	white-space: nowrap;
	color:#000000;
}
#quickcontactContent a {
 color: #000000;
 text-decoration: underline;
}
#quickcontactContent a:hover {
 color: #274E8E;
}
#quickcontactContent img {
	vertical-align: middle;
}
#quickcontactContent hr {
	margin: 0;
}
html>body #quickcontactContent hr {
	margin: 7px 0;
}
#quickcontactContent address {
	margin: 0, 1;
	padding: 0 1em;
	font-style: normal;
}
#quickcontactContent .qc_title {
	margin: .25em 0;
	padding: .25em;
	background: #eee;
}
#quickcontactContent #qc_hours {
}
#quickcontactContent #qc_more {
}
