﻿#ListTable {
	border-collapse: collapse;
	width:100%;
}
#ListTable th {
	background-color: #ababac;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 50px 2px 8px;
}
#ListTable td {
	font-size: 11px;
	padding: 3px 50px 3px 8px;
	border-bottom: 1px solid #000;
	color: #000;
	white-space: nowrap;
}
#ListTable tr.first td {
	padding-top: 8px;
}
#ListTable th.filler {
	width: 100%;
}
#ListTable td.filler {
	width: 100%;
	border-bottom-width: 0;
}
#ListTableHolder {
	position: relative;
	margin:35px 0 20px 0;   
}

#ProductDescription 
{
    height: 68px;
    margin-bottom: 0px;
}
#RightColumn h2.description 
{
    margin-top: 0;
    padding-top: 25px;
}

ol 
{
    font-size:12px;color:#5c5c5c;list-style: decimal outside;margin:0 0 10px 26px;padding:0;   
}



