/*---------- Boxes and HTML Modules -----------*/
#contentbox { float:left; width:100%; }
#cbheadline { padding-bottom:7px; padding-top:2px; border-bottom: 1px solid #999999; }
#cbcontent { padding-top:4px; }
#cbcontent .Normal { }
#cbfooter { padding-bottom:20px; }
#contentbox .icon { width:150px; float:right; }

#framebox { float:left; border: 1px solid #999999; margin-bottom:20px; }
#fbheadline { padding-bottom:7px; padding:6px; }
#fbheadline .TitleHead { font-size:12px; font-weight:bold; }
#fbcontent { padding:6px; padding-top:4px; }
#fbcontent .Normal { font-size:11px; line-height:16px; color:#666666; }
#fbfooter { }
#content #framebox .icon { width:151px; float:right; text-align:left; }
#context #framebox .icon { width:178px; float:left; text-align:left; padding-bottom:6px; }

#cbcontent a { color:#f37d00; }

/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px;}
