@charset "utf-8";

/* Over-writting Style
-------------------------------------------------- */
/* Stock Information
---------------------------------------- */
div#stockInfo {
width:758px;
padding:5px 0 3px;
border-top:1px solid #ddd;
}
* html div#stockInfo {padding-bottom:5px;}
*:first-child+html div#stockInfo {padding-bottom:5px;}

div#stockInfo:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
div#stockInfo {display:inline-block;}
/* Hides from IE-mac \*/
* html div#stockInfo {height:1%;}
div#stockInfo {display:block;}
/* End hide from IE-mac */

div#stockInfo #stockImg {
float:left;
width:650px;
margin-right:10px;
line-height:1;
text-align:right;
}
div#stockInfo ul {
float:left;
margin-top:7px;
}
div#stockInfo ul li {
font-size:1px;
line-height:0.1;
}

