/*
Extra styles for the news sheet page: http://dundmeth.websapce.fish.co.uk/news/
rjbg 21/09/02
*/

p strong {
color: #330;
font-weight: normal;
}

#content h3 {
margin: 0;
font-size: 1.5em;
padding-top: 0.4em;
}

#menu h3 {
padding: 0;
}

/*
h4 {
margin: 0.9em 0 0 0;
font-weight: bold;
font-size: 115%;
line-height: 1em;

}
*/


#sidebar div#contents ul {
list-style-type: square;
}

#sidebar div#contents ul {
margin: 0;
padding: 0;
}

#content dd {
list-style-type: square;
list-style-position: outside;
display: list-item;
}

#content dl.single dd {
list-style-type: none;
}

#content dl.single dt {
float: left;
font-weight: bold;
margin-right: 0.6em;
}

#content dl.single dt:after {
content: ":";
}

/* standard news sheet table styling */
table.stock, table.stock th, table.stock td {
text-align: left;
vertical-align: top;
}

table.stock td {
padding: 0.15em;
}

table.stock thead th {
border-bottom: 1px solid #ccc;
}

table.stock thead th {
vertical-align: bottom;
}

table.stock tbody td {
border-bottom: 1px solid #ccc;
}

table.stock {
margin: 1em 0;
}