  /* Box */
.lt-box,
.lt-note{padding: 10px;width:auto;position: relative;font-family: 'NewsGothic-Regular', Arial, Helvetica, sans-serif !important; font-weight: normal !important;margin: 0 0 1.5em 0; font-size: 16px;max-width: 750px;}
.lt-note a{font-weight: normal !important;}
.lt-note strong{/*font-family: 'NewsGothicBdCnBT-Reg', Arial, Helvetica, sans-serif !important;font-weight: normal !important;*/}


.lt-box-title { display: block; padding: 10px 15px; margin: 0; color: #fff; font-size: 1.1em; font-weight: bold; background: left bottom url(../../images/box-title.png) repeat-x; }
.lt-box-content { background: #fff; padding: 15px; }
.lt-box-content > br:first-child{display: none;line-height: 0;}
.lt-box-content > p:first-child{padding: 0;}

.lt-note-shell { padding: 10px; }

.lt-note.note-darkgrey{background-color: #404040;color: white;box-shadow: 0px 0px 3px #cfcfcf;}
.lt-note.note-darkgrey h1,
.lt-note.note-darkgrey h2,
.lt-note.note-darkgrey h3,
.lt-note.note-darkgrey h4,
.lt-note.note-darkgrey h5,
.lt-note.note-darkgrey h6{color: white;}
.lt-note.note-darkgrey a:hover{color: white !important;}
.lt-note.note-lightgrey{background-color: #f4f4f4;color: #595959;box-shadow: 0px 0px 3px #cfcfcf;}
.lt-note.note-gold{background-color: #a78e3d;color: white;box-shadow: 0px 0px 3px #cfcfcf;}
.lt-note.note-white{background-color: white;color: black;box-shadow: 0px 0px 3px #cfcfcf;}
