.productPage .productImageWrap
{
    float: left;
    padding-right: 10px;
    /* Randy Link Add: */
    width:230px;
}

.productInfo
{
    float: left;
    width: 447px;
    /* Randy Link Add: */
    padding-left:10px;
}

/* Randy Link Add */
/* AlsoBought and Upsell Widgets */
.side_widgets {float:right;width:245px;font-size:.9em;margin-left:10px;}
.side_widgets img {width:80px;}
.side_widgets h1 {background-color:#DEDEDE;color:#666666;font-weight:bold;font-size:1em;padding:5px;height:25px;line-height:25px;text-align:center;}
.side_widgets table.container {border-style: solid; border-width: 1px; border-color:#DEDEDE;margin-bottom:10px;}
.side_widgets table.container a.productImage {display:block;float:left;width:85px;margin:3px;}
.side_widgets table.container a.productTitle {display:block;float:left;margin-top:3px;width:132px;}




.productSummary
, .addToCartWrap
, .productShareWrap
, .paypalWrap
, .inventoryTable
, .stockIndicator
, .productSKU
{
    margin-bottom: 10px;
}
.productPrice
{
    font-size: 18px;
}
.productOptions
{
    margin-top: 10px;
}
.productPage .AddToCartButton
, .productPage .AddToWishButton
, .productPage .installButton
{
    background: url(CustomImages/buttonSprite.png) repeat-x left top;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border: none;
    margin: 0px 3px;
    cursor: pointer;
}
.productPage .AddToWishButton:hover
, .productPage .installButton:hover
{
    background: url(CustomImages/buttonSprite.png) repeat-x 0px -29px;
}
.productPage .AddToCartButton
{
    background: url(CustomImages/buttonSprite.png) repeat-x 0px -62px;
    color: #fff;
}
.productPage .AddToCartButton:hover
{
    background: url(CustomImages/buttonSprite.png) repeat-x 0px -90px;
}
.variantOptionsLabel
{
    font-weight: bold;
}
.addToCartWrap input, .addToCartWrap select
{
    vertical-align: middle;
}

/*tab setup*/
ul.tabbitTabs, .tabbitTabs li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.tabbitTabs
{
    border-bottom: solid 1px #ccc;
}
.tabbitTabs li
{
    display: inline;
    line-height: 24px;
    font-size: 14px;
}
.tabbitTabs li a
{
    text-decoration: none;
    display: inline-block;
    padding: 0px 10px;
    background: #ddd;
    border: solid 1px #ccc;
    border-bottom: none;
    margin-bottom: -1px;
    color: #666;
    font-weight: bold;
    outline: none;
    
}
.tabbitTabs li a:hover
{
    background: #fff;
}
.tabbitTabs a.state-active
{
    background: #fff;
    cursor: default;
}
.tabbitTabWrap
{
    padding: 10px;
    border: solid 1px #ccc;
    border-top: none;
}
.tabbitTabWrap .state-default
{
    display: none;
}
.tabbitTabWrap .state-active
{
    display: block;
}