/*#content { background: url(../_img/bg-content-top-border.jpg) 0 0 no-repeat; padding-top: 50px; }*/
#content { border-top: solid 1px #ccc; padding-top: 20px; }

#content p { margin: 1em 0; }

.col-left { float: left; width: 200px; }
.col-right { float:right; width: 730px; }

.col-left h3 { margin: 1em 0; }
.col-left h3:first-child { margin-top: 0; }

.col-right h4 { color: #333; font-size: 1.2em; border-bottom: none; margin: 1em 0; }
.col-right li { margin-left: 1em; }

.list-module { border: solid 1px #BAD507; }
.list-module li { padding: 2px 5px; font-weight: bold; text-transform:uppercase; }
.list-module li a { display: block; padding: 2px 5px; border-bottom: solid 1px #BAD507 !important; }
.list-module li a:hover { color: #BAD507 !important; }
.list-module li:last-child a { border-bottom: none !important; }

.list-module ul { margin-bottom: 1.5em; font-size: 0.86em; padding: 1em 10px 0 10px; list-style: none; /*border-top: dotted 1px #BAD507;*/ }
.list-module li:last-child ul { border-top: solid 1px #BAD507 !important; }
.list-module li ul li { border-bottom: solid 1px #ccc; padding: 0; font-weight: normal; text-transform:none; }
.list-module li ul li a { display: block; padding: 2px 5px; border-bottom: none !important; }
.list-module li ul li a:hover { background: #F1F7CD; color: #555 !important; }
