/* landing page with box  template */
div.landingBox { width: 151px; margin: 1em 0 1em 1em; float: right; }
.landingBoxTitle { width:151px;height:18px;font-weight:bold;background: url(../template/landing-box.gif) no-repeat; padding:2px 5px 0; font-size:.9em; margin:0; }
.landingBoxTitle span {color:#fff; background-color: #036;}
div.landingBoxContent { background: #ddddca url(../template/landing-box-border.gif) repeat-y 100% 0; }
div.landingBoxContent div { background: url(../template/landing-box-border.gif) repeat-x 0 100%; }
div.landingBoxContent div div { background: url(../template/landing-box-br.gif) no-repeat 100% 100%; }
div.landingBoxContent div div div { background: url(../template/landing-box-bl.gif) no-repeat 0 100%; padding: .3em; }
div.landingBoxContent div div div div { background: none; }

div.landingBoxContent ul { margin: -1em 0 0; padding: 0; }
div.landingBoxContent ul li { margin: 1em 0 0 1.2em; padding: 0; list-style-image: url(../template/bullet-related.gif);}

