
/* buttons box */
.buttons_box {
    position: relative;
    float: right;
    margin: 10px 0 10px 0;
    text-align: center;
    width: 521px;
    height: 140px;
    background-color: #f0ecbc;
    z-index: 10;
    clear: right;
}

.inner_button_box {
    position: relative;
    float: left;
    text-align: center;
    width: 152px;
    height: 120px;
    margin: 5px;
    padding: 5px;
    background-color: #c5bc9a;
}
.box_text {
    position: relative;
    display: block;
    margin: auto;
    padding: 2px;
    background-color: #f0ecbc;
    color: black;
    font-weight: bold;
    font-size: 11px;
}
.prod_col {
    position: relative;
    width: 75px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
.product_columnl {
    float: left;
    border-right: 1px solid gray;
}
.product_columnr {
    float: right;
}
.prod_col img {
    margin-top: 5px;
}
/*.sp_underline {
    background-color: #eeeeee;
}*/
.button_link {
    padding-top: 2px;
    width: 75px;
    height: 18px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.button_link:link, .button_link:visited {
    color: white;
    font-size: 9px;
    font-weight: bold;
    font-family: verdana, helvetica;
    background-position: top left;
}
.button_link:hover, .button_link:active {
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    font-family: verdana, helvetica;
    background-position: top right;
}
.green_button_link {
    background: url(./images/greenbutton_2color.gif) top left no-repeat;
}
.red_button_link {
    background: url(./images/redbutton_2color.gif) top left no-repeat;    
}
.big_button_link {
    width: 98px;
    background: url(./images/bigbutton_2color.gif) top left no-repeat;
}
.link {
    text-align: center;
    width: 97px;
    font-weight: bold;
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 10.5px;
    float: left;    
}
.link:hover {
    color: #327267;
}
.link_left {
    font-size: 11px;
    float: left;
    margin-top: 6px;
}
.link_right {
    font-size: 11px;
    float: right;
    margin-top: 6px;
}
.box_price_left {
    position: relative;
    float: left;
    width: 84%;
    margin: 4px 0;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    color: navy;
}
.box_price_right {
    position: relative;
    float: left;
    background-color: #cccccc;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    margin: 4px 0;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: black;
    
}
.button {
    position: relative;
    float: left;
    width: 100%;
    margin: auto;
    padding: 0;
}