#body {
	margin-top: 90px;
}

#banner {
	background: #70b370;
}

div.product-list-container {margin-bottom:10px;float:left;clear:both;}

dl.profile{
	margin-bottom:80px;
	
}
    dl.product dt, dl.product dd {
        left: 190px;
        width: 390px;
        margin-left: -70px;
    }
    
    dl.product dd.product-image {
    	width: 90px;
    }

    dl.product dd.product-type {
    	position: absolute;
    	margin: 0;
        padding: 0;
        top: -4px;
        left: 400px;
        width: 110px;
        height: 20px;
    }

    dl.product dd.product-type p {
        padding: 2px 4px;
        margin: 0;
        text-align: right;
        color: #759421;
    }

.product-line dt {
        border-bottom: 1px solid;
        color: #000;
        font-size: 18px;
        padding-bottom: 5px;
}

.product-line dt a {
	color: #000;
        text-decoration: none;
}

.product-line dt em {
        font-size: 14px;
        color: #000;
}

.tech-spec {
    border-top: 1px dashed grey;
}

.tech-spec dt {
    font-size: 20px;
    color: #fff;
    padding: 5px;
    background: #70b370;
}

#tech-specs-list {
    margin-bottom: 25px;
}

#tech-specs-list a{
    font-size: 12px;
}

#tech-specs-list a:visited{
    color: grey;
}