         .h2 { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
﻿
        .btn:active,
        .btn.active {
            -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);            
        }

        .btn {
            /*padding: 14px 24px;*/
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            border: 0 none;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

            .btn:focus, .btn:active:focus, .btn.active:focus {
                outline: 0 none;
                border: 0px solid yellow;
                color: yellow;
            }

        .btn-primary {
            background: #black;
            color: #ffffff;
        }

            .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
                background: darkblue;
                
            }

            .btn-primary:active, .btn-primary.active {
                box-shadow: none;
            }

        .ic_title {
            font-size: 0.9em;
            font-weight: 200;
            text-transform: lowercase;
            letter-spacing: 0.05em;
            color: #A0A0A2;
            padding-bottom: 5px;
            text-align: center;
            display: inline-block;
            width: 60px;
            margin: 10px;
        }

        .ic_swatch {
            margin: 5px;
        }

        .ic_baseImg {
            width: 400px;
            border: 0;
            margin: 10px;
            position: absolute;
            top: 10px;
            left: 90px;
        }

        .ic_overlayImg {
            width: 400px;
            border: 0;
            margin: 10px;
            position: absolute;
            top: 10px;
            left: 90px;
        }

        .ic_summaryText {
            font-weight: bold;
            font-size: 12px;
            background-color: yellow;
            width: 100px;
            display: none;
        }
  