div#productlistheading
{
    border-right: DarkOliveGreen 1px solid;
    border-top: DarkOliveGreen 1px solid;
    border-left: DarkOliveGreen 1px solid;
    border-bottom: DarkOliveGreen 1px solid;
}
div#productlist
{
    width: 425px;
    min-height: 300px;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-y;
    border-right: DarkOliveGreen 1px solid;
    border-top: DarkOliveGreen 0px solid;
    border-left: DarkOliveGreen 1px solid;
    border-bottom: DarkOliveGreen 1px solid;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}
div#productlistbottom
{
    width: 428px;
    height: 28px;
    background-image: url(images/knowcode.jpg);
    background-repeat: no-repeat;
    border-right: DarkOliveGreen 1px solid;
    border-top: DarkOliveGreen 0px solid;
    border-left: DarkOliveGreen 1px solid;
    border-bottom: DarkOliveGreen 1px solid;
}
div#productlist a.threadfamily
{
    margin-left: 0px;
    text-decoration: none;
    color: #000000;
}
div#productlist a.threadfamily:hover
{text-decoration: underline;}

div#productlist a.thread
{
    margin-left: 15px;
    text-decoration: none;
    color: black;
}
div#productlist a.thread:hover
{text-decoration: underline;}

div#productlist a.style
{
    margin-left: 30px;
    text-decoration: none;
    color: black;
}
div#productlist a.style:hover
{text-decoration: underline;}

div#productlist a.material
{
    margin-left: 45px;
    text-decoration: none;
    color: black;
}
div#productlist a.material:hover
{text-decoration: underline;}

div#productlist a.inserttype
{
    margin-left: 60px;
    text-decoration: none;
    color: black;
}
div#productlist a.inserttype:hover
{text-decoration: underline;}

div#productlist a.product
{
    margin-left: 75px;
    text-decoration: none;
    color: black;
}
div#productlist a.product:hover
{text-decoration: underline;}
div#productlist a.product_high
{
    margin-left: 75px;
		background-color: green; 
    color: white;
}
div#productlist a.product_high:hover
{text-decoration: underline;}

