﻿.upsellArea
{
    position: relative;
    height:auto;
    margin-bottom:10px;
    width:961px;
    table-layout:fixed;
    overflow:hidden;
}

.upsellProduct 
{
    position:relative;
    display: inline-block; /* Have this as fallback */
    display:table-cell;
    
    vertical-align: top;
    text-align: center;
    padding-bottom:40px; /*The height of the buttonbar + regular padding */
    padding-left:5px;
    padding-right:5px;
    width: 180px;
    max-width:180px;
    min-width:180px;
    border:1px solid #EEE;
}

.upsellProductPadding
{
    width:10px;
}

.upsellProduct_name
{
    display:block;
    padding: 5px;
}


.upsellProduct_priceRegular
{

}

.upsellProduct_priceOld
{
    text-decoration:line-through;
    font-size:10px;
    color:Gray;
    margin-left:5px;
}

.upsellProduct_priceDiscounted
{
    color:Red;
}

.upsellProduct_imgHolder
{
    position: relative;
    height:100px;
    min-height:100px;
    overflow: hidden;
    
}

.upsellProduct_imgHolder a
{
    width: 1000px;
    margin-left: -500px;
    position: absolute;
    left: 50%;
    border: none !important;
    text-decoration:none !important;
    height:100%;
}

.upsellProduct_imgHolder img
{
    height: 100%;
    border: none !important;
}

.upsellProduct_selectHolder
{
    
}

.upsellProduct_buttonBar
{
    width:172px;/* Have this in pixels due to Firefox handling of width*/
    height: 35px;
    position:absolute;
    bottom:0px;
    margin-left: -1px;
}

.upsellProduct_buttonBar > div
{
    display:inline-block;
    text-align:center;
    height:23px;
    width:50%;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}

.upsellProduct_buttonBar .upsellProduct_infoButton
{
    background-position: center left;
}

.upsellProduct_buttonBar .upsellProduct_infoButton a
{
    display: inline-block;
    width:65px;
    height:100%;
}

.upsellProduct_buttonBar .upsellProduct_buyButton
{
    background-position:center right;
}

.upsellProduct_selectHolder  select
{
    display:block;
    width:170px;
}

.upsellProduct_selectHolder 
{
    text-align: left;
    margin-top: 5px;
}

.upsellProduct_selectName
{
    margin-top: 2px;
}

.upsellProduct_commentHolder
{
    text-align: left;
    margin-top: 5px;
}
.upsellProduct_commentHolder input
{
    background-color:#FFF;
    width:166px;
}
.upsellProduct_commentHolder span
{
    display: block;
}