/* @override http://www.surplusclothing.ca/style/JDEC/StoreApp/sidebar-right.css */

/*******************
 *
 * JDEC Sidebar Right Styles
 * 
 * Colours:
 * 
 *    
 *******************/
 
#sidebar_right {
    padding: 10px 10px 10px 0;
    text-align: center;
}

#sidebar_right .content_box {
    width: 120px;
    margin-bottom: 10px;
}

#sidebar_right .content_box .title img {
    display: block;
}

#sidebar_right .content_box .info {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 4px;
    background-image: url(./images/bg-grad-short-white_to_gray.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #EBEBEB;   
}

#sidebar_right .content_box .info p {
    margin: 1em 0;   
}

#sidebar_right .content_box .info a {
    text-decoration: none;
}

#sidebar_right .content_box .info em {
    font-weight: bold;
    font-style: normal;
}

#sidebar_right .content_box .info h4 {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
}