﻿

.dottedLine 
{
	font-size:0px;
	background: url( Images/dots.gif ) repeat-x;
	height:1px;
}

.blDash 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
	font-family:Arial, Sans-Serif;
    color:#58595b;
    line-height:1.4;
    list-style-type:none;
}

.blDash li 
{
    padding-left:10px;
    background:transparent url(Images/bullet.gif) no-repeat;
    background-position:0 7px;
    border-bottom:solid 1px #d5d5d6;
    padding-bottom:1px;
    margin-bottom:2px;
}

.blDot
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
	font-family:Arial, Sans-Serif;
    color:#58595b;
    line-height:1.4;
    list-style-type:none;
}

.blDot li 
{
    padding-left:14px;
    background:transparent url(Images/bulletDot.gif) no-repeat;
    background-position:0 6px;
    padding-bottom:1px;
    margin-bottom:2px;
}


