﻿.shirt-button {
    background: #5A5A5A none repeat scroll 0 0;
    border: 3px double #FFFFFF;
    color: #ECF1F5;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 0 0;
    padding: 2px 0 0 0;
    width: 100px;
}

/* shirt-button used instead
 
 .cart-button {
 background:#5A5A5A none repeat scroll 0 0;
 border:0 none;
 color:#ECF1F5;
 cursor:pointer;
 font-size:14px;
 font-weight:bold;
 margin:0;
 padding:5px 0;
 width:140px;
 }
 */

.non-style {
    background-color: #CDD7DF;
}

#product-holder {
    background: #FFFFFF none repeat scroll 0 0;
    border-left: 1px solid #778A98;
    border-right: 1px solid #778A98;
    float: left;
    padding: 1px 0 0 12px;
    position: relative;
    width: 876px;
}

#product-model {
    border: 1px solid #000000;
    float: left;
    height: 390px;
    margin: 0 12px 0 0;
    position: relative;
    width: 290px;
}

.bad-colors {
    font-weight: bold;
    color: Red;
    font-size: .8em;
    line-height: normal;
}
