/* Article formatting CSS */
.dummy {} /* XStandard seems to have a problem if something you actually want to use is the first thing in the CSS file */

p, #middle_col ul, #middle_col ol, caption
{
    font-size: 11px; line-height: 1.3em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

caption {font-weight: bold; margin-bottom: 5px;}

#articlebody td ul li p { font-size: 11px; }
#articlebody td p {padding: 0px; margin: 0px;}
#articlebody td {font-size: 11px; }

#articlebody ul li ul
{
  list-style-type: circle;
  font-size: 1em;
}

span.leftimagepadding
	{
	padding: 0px 10px 10px 0px;
	float: left;
	}

span.rightimagepadding
	{
	padding: 0px, 0px, 10px, 10px;
	float: right;
	}

.textunderline
{
    text-decoration: underline;
}

table.specifications {width: 627px; margin: 0px 10px 10px 10px;}
table.specifications th {background-color: #C5C5C5; font-weight: bold; font-size: 14px; padding: 3px; text-align:left;}
table.specifications td {width: 50%; padding: 3px; font-size: 11px;}
table.specifications td.lefthighlight { background-color : #EDEEE9;	color : #000000; }


