@CHARSET "ISO-8859-1";
#associated_product_holder {
    width: 203px;
    height: 170px;
}

#associated_product_title {
    color: #FFFFFF;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
}

#associated_product_image {
    height: 86px;
    width: 194px;
    background-color: #B3B7BD;
    cursor: pointer;
    cursor: hand;
	background: url(../images/associated_product_box.png) no-repeat;
}

#associated_product_price {
    color: #000000;
    text-align: left;
    font-size: 10px;
    font-weight: bold;
}

#associated_product_link {
    color: #000000;
    text-align: left;
    font-size: 10px;
    cursor: pointer;
    cursor: hand;
}

#associated_product_horizontal_spacer_1 {
    height: 10px;
}

#associated_product_horizontal_spacer_2 {
    height: 5px;
}

