body {
    color: #252525;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
	/*background-color:*/
}

#wrapper {
    width: 100%;
	max-width:315px;
}

#wrapper h1 {
    margin: 8px 0 0 0;
	color: #252525;
}
#wrapper h1 a {
	color: #252525;
	text-decoration: none;
}
#wrapper h1 a:hover {
	color: #252525;
	text-decoration: underline;
}

#wrapper table {
    width: 100%;
	max-width:315px;
}

#wrapper table th, #wrapper table td {
    padding: 8px 0 8px 0;
    text-align: left;
    font-size: 14px;
}

#wrapper table #row1 .col1 { padding-right:8px; border-bottom:1px solid #DFDFDF; }
#wrapper table #row1 .col2 { text-align:right; padding-left:8px; border-bottom:1px solid #DFDFDF; color:#757575 }

#wrapper table #row2 .col { float:left; border-left:1px solid #DFDFDF; padding:4px 8px; }
#wrapper table #row2 .col span { font-size:16px; }

#wrapper table #row2 .last-price { padding-left:0; border-left:0; padding-right:18px; margin-right:8px; padding-top:2px; }
#wrapper table #row2 .up .last-price { background:url(./images/up_t.gif) right center no-repeat; }
#wrapper table #row2 .down .last-price { background:url(./images/down_t.gif) right center no-repeat; }

#chart-info, #info-footer { display:none; }