/* 
craigslist by the Design Eye crew
-------------------------------------------------------------------------------------------
*/


/*****************************************************
* Sparklines
*****************************************************/

.chart {
position: relative;
top: 0px;
left: 0px;
width: 89px;
height: 24px;
border: none;
background: #FFF url('../images/bgd_chart_lines.png') no-repeat 2px 2px;
}

.dotMinor {
position: absolute;
}

.dotMajor {
position: absolute;
}

div.sparkline {
margin: 20px 0 0 0;
padding: 0;
}

div.sparkline em  {
font-style: normal;
font-weight: normal;
color: #900;
}