select {
    border-style: ridge;
    background-color: White;
	color:#000;
}

select option {
    font-family: Arial;
    background-color: White;
	color:#000;
}

.producttable {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    width: 100%;
}

.producttable td {
    padding: 5px;
}

img {
    border: none;
}

#down_banner1 td img {
    max-width: 120px;
}

a {
    text-decoration: none;
}

.DownloadLink {
    color: #006699;
    cursor: pointer;
}

strong {
    color: #000066;
}

.AD {
    position: relative;
    top: -1px;
}

.ProductList {	
    /*max-width: 570px;*/
	width:100%;
    text-align: left;
    padding: 2px;
    display: table;
}

.ProductList div {
    float: left;
    display: table-cell;
    border-collapse: separate;
    border-width: 1px;
    border-style: dotted;
    border-color: White;
    margin: 2px;
    padding: 2px;
    text-align: center;
    font-style: normal;
    font-size: smaller;
    width: 103px;
    height: 133px;
    overflow: hidden;
}

.ProductList div img {
    max-height: 63px;
}