﻿.feature-border {
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    width: 300px;
}
.feature-cell {        
    color: #FFF;
    font-size: 90%;
    font-family: 'Segoe UI','Lucida sans',Arial,Helvetica,sans-serif;  
    padding: 8px;
}
.no-wrap {             
    white-space: nowrap;
}
.feature-right {
    border-top: 1px solid #666;
}
.right-border {
    border-right: 1px solid #666;
}
.left-border {
    border-left: 1px solid #666;
}
.bottom-border {
    border-bottom: 1px solid #666;
}
.header-cell {
    padding: 8px;
    font-family: 'Segoe UI','Lucida sans',Arial,Helvetica,sans-serif;
}
.package-price {
    font-weight: bold;
    color: #EC0B8D;
    margin: 0;
    text-align: center;
    font-family: 'Segoe UI','Lucida sans',Arial,Helvetica,sans-serif;
    font-size: 120%;
}
.product-image {
    margin-bottom: 6px;
    margin-top: 8px;
}
.buy-buttons {
    margin-top: 4px;
}
a.tabs:link,a.tabs:visited,a.tabs:active {
    font-weight: bold;
    display: block;
    width: 130px;
    height: 49px;
    text-align: center;
    background-repeat: no-repeat;
    float: left;
    color: #EC0B8D;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
}
a.tab-on:link,a.tab-on:visited,a.tab-on:active {
    background-image: url("/content/images/choose-your-shoebox/tab-active.gif");
    color: #FFF;
}
a.tab-off:hover {
    text-decoration: underline;
}
a.tab-off  {
    background-image: url("/content/images/choose-your-shoebox/tab-off.jpg");
    color: #333;
}
a.tabs strong 
{
    font-family: 'Segoe UI','Lucida sans',Arial,Helvetica,sans-serif;
    display: block;
    margin-top: 15px;
}
.product-title {
    color: #FFF;
    font-family: 'Segoe UI','Lucida sans',Arial,Helvetica,sans-serif;
    font-size: 125%;
}
