.section {
    /*border-top: 1px solid #BBB;*/
    margin-top: 10px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px;
	padding-bottom: 0px;
    /*background-color: white;*/
}

.section ul {
    list-style: none;
    margin-top: 5px;
}

.section ul li {
	display: block;
	margin-bottom: 15px;
	height: 85px;
}

.section ul a {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 5px 5px 5px 5px;
    display: block;
	float:left;
    margin: 2px;
}

.section ul a:hover {
    background-color: #333333;
    border: 1px solid #333333;
}

.section ul a img {
    border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
    border: 0px dotted #999999;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 5px;
    padding-left: 5px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 5px;
    margin-left: 5px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 12px;
}

.clear {
    clear: left;
}


