/*
  Machemer Contracting Styleshee
  
*/
.bodyText { font-family: Helvetica, Arial, sans-serif; font-size: .75em; margin-left: 1.2em; margin-right: 1.2em; line-height: 1.5em; margin-top: .15em;}
.boxText { font-family: Helvetica, Arial, sans-serif; font-size: 10px; margin-left: 2.5em; margin-right: 2em; }
.boxTextnote { font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 9px; color: #000000; margin-right: .2em; }
.boxTextnoteI { font-family: Helvetica, Arial, sans-serif; font-style: Italic, font-weight: bold; font-size: 10px; color: #000000; margin-left: 2.5em; margin-right: 2.5em; }

.groomBox { font-family : Helvetica, Arial, sans-serif; color:#000000; font-size : 10px; font-weight: bold; }
.stockWarning { font-family : Helvetica, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.photocap { font-family : Helvetica, Arial, sans-serif; font-size : 10px; color: #000000; top-margin: 0px; }
.pageheading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-top: 1.25em;
  margin-left: 1.2em; 
}
.pageheadingc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

.pageheadingsm {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #CF0F0F;
  font-weight: bold;
}
.boardbullet {list-style-image: url(images/bullet.gif);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-left: .75em;
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 12px;
  font-weight:bold;
}

A:link {color:#fffff; font-family:Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold}
A:visited {color: #ffffff; font-family:Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold}
A:hover {text-decoration: underline; color: #CF0F0F; font-family:Helvetica, Arial, sans-serif; font-size:12px
font-weight:bold;}
A:active {color: #CF0F0F; font-family:Helvetica, Arial, sans-serif; font-size:12px text-decoration: underline; font-weight:bold
}

p.popup a:link {
color: #CF0F0F; font-family:Helvetica, Arial, sans-serif; font-size:10px; 
text-decoration: underline;
A:visited {color: #000000; font-family:Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold}
A:visited {color: #000000; font-family:Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold}
}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}