        div.generic-container
        {
            -webkit-box-shadow: 3px 5px 3px rgba(0,0,0, .5);
            -moz-box-shadow: 3px 3px 3px rgba(0,0,0, 0.5);
            box-shadow: 3px 5px 5px rgba(0,0,0, .5);

            /* Thanks to: http://www.colorzilla.com/gradient-editor/ */
            background: #E6E9EB;
            background: -moz-linear-gradient(top, #fafafa 0%, #e6e9eb 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e6e9eb));
            background: -webkit-linear-gradient(top, #fafafa 0%,#e6e9eb 100%);
            background: -o-linear-gradient(top, #fafafa 0%,#e6e9eb 100%);
            background: -ms-linear-gradient(top, #fafafa 0%,#e6e9eb 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e9eb',GradientType=0 );
            background: linear-gradient(top, #fafafa 0%,#e6e9eb 100%);
            
            border-top:1px solid #696968;
            border-left:1px solid #E6E9EB;

            width:200px;
        }

        div#quickselect
        {
            height: 290px;
            min-height: 290px;
            max-height: 290px;
            margin-left:7px;
            padding-bottom:3px;
        }

        div#quickselect .right
        {
            text-align:right;
            padding-right:5px;
        }

        div#quickselect td
        {
            color:black;
            padding-bottom: 5px;
        }

        div.header
        {
            margin-top:-3px;
            margin-left:-1px;

            -webkit-box-shadow: 0 0 3px rgba(0,0,0, .5);
            -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.5);
            box-shadow: 0 0 3px rgba(0,0,0, .5);
        }

        .darkGradient
        {
            /* Thanks to: http://www.colorzilla.com/gradient-editor/ */
            background: #696969;
            background: -moz-linear-gradient(top, #696969 0%, #595959 42%, #535353 62%, #454545 93%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696969), color-stop(42%,#595959), color-stop(62%,#535353), color-stop(93%,#454545));
            background: -webkit-linear-gradient(top, #696969 0%,#595959 42%,#535353 62%,#454545 93%);
            background: -o-linear-gradient(top, #696969 0%,#595959 42%,#535353 62%,#454545 93%);
            background: -ms-linear-gradient(top, #696969 0%,#595959 42%,#535353 62%,#454545 93%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#454545',GradientType=0 );
            background: linear-gradient(top, #696969 0%,#595959 42%,#535353 62%,#454545 93%);
        }

        .header h2
        {
            border:0;
            margin:0;
            margin-top:3px;
            margin-left:7px;
            text-decoration:none;
            color:white;
            font-family:Arial, Tahoma;
            font-size:1.4em;
            line-height: 1.6em;
            font-weight:bold;

        }

        .header h3
        {
            margin-top:4px;
            margin-left:7px;
            margin-bottom:3px;
            padding-bottom:3px;
            color:white;
            font-family:Arial, Tahoma;
            font-size:1.1em;
            font-weight:bold;

        }

        .colorGreen
        {
            color:#008975;
        }

        h3#qsproduct
        {

        }

        h3#qscolor
        {
        }

        h3#qssize
        {
            white-space: nowrap;
        }

        input.qsdisplay
        {
            border:0;
            background-color:#FFFFFF;
            font-family:Arial, Tahoma;
            color:#000000;
            height:22px;
        }

        span.qsdisplay
        {
            border:0;
            background-color:#FFFFFF;
            font-family:Arial, Tahoma;
            color:#000000;
            height:28px;
            line-height: 24px;
            padding-top: 5px;
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 5px;
        }

        button.qsadd
        {
            border:0;
            background-color:#535353;
            margin-top:-1px;
            cursor: pointer;
        }

        button.qsadd span
        {
            border:0;
            color:#FFFFFF;
            font-family:Arial, Tahoma;
            font-size:1.2em;
            font-weight:bold;
            margin-left:1px;
            margin-right:1px;
        }

        div.qsproduct
        {
            padding-top:3px;
            padding-bottom:10px;
            margin-left:3px;
        }

        div.qscolor
        {
            margin-left:3px;
            padding-bottom:10px;
        }

        div.qssize
        {
            padding-bottom:5px;
        }

        div.qscenter
        {
            text-align: center;
            width:98%;
            margin-bottom: 5px;
        }

        div#qsnotice span
        {
            font-size: 0.9em;
            font-family: Tahoma, Arial;
        }

        div#quickselect_wrapper
        {
            position:absolute;
            z-index: 99;
            min-width:350px;
            max-width:550px;
            min-height:330px;
            max-height:330px;
            right:235px;
            top:-1px;
            background-color: #E6E9EB;
            float:right;

            border:1px solid #01A88E;
            border-left:2px solid #01A88E;
        }

        div#quickselect_header
        {
            height:25px;
            max-height: 25px;
        }
        
        div#quickselect_close
        {
            float:right;
            height:20px;
            max-height:20px;
            text-align:right;
        }

        div#quickselect_close button
        {
            border:0;
            background-color:gray;
            font-weight: bold;
            font-size: 12px;
            font-family: Arial, sans-serif;
            color:white;
            cursor: pointer;

        }

        div#quickselect_error
        {
            float:left;
            height:20px;
            max-height:20px;
            color:red;
            font-weight:bold;
            margin-top:5px;
            margin-left:25px;

            overflow:hidden;
        }

        div#quickselect_message
        {
            float:left;
            height:20px;
            max-height:20px;
            color:red;
            font-weight:bold;
            margin-top:5px;
            margin-left:25px;

            overflow:hidden;
        }

        div#quickselect_content
        {
            clear:both;
            width:94%;
            height:90%;
            max-height:300px;
            color:black;
            margin-top: 5px;
            margin-left:15px;
            margin-right:20px;
            margin-bottom: 10px;

            overflow:auto;
            overflow-y: auto !important;
            overflow-x: hidden !important;
        }
        
        div#quickselect_content div
        {
            float:left;
            overflow:hidden;
            width:120px;
            height:100px;
            margin-right:10px;
            margin-left:10px;
            margin-bottom: 10px;
        }

        div#quickselect_content table
        {
            width:90%;
            background-color:white;
            border:1px solid silver;    
        }

        div#quickselect_content tr,
        div#quickselect_content input,
        div#quickselect_content label,
        #qssizeoverview tr,
        #qssizeoverview input,
        #qssizeoverview label,
        #qssubmit button
        {
            cursor: pointer;
        }
     
        img.qscolor
        {
            width:251px;
            height:77px;
        }
        
        div.qsArrow
        {
            position: absolute;
            float:left;
            right:223px;
            z-index: 101;
            padding:0;
            margin:0;
        }
        
        div.qsActive
        {
            border:2px magenta solid;
            cursor: pointer;
        }

        div.qsInactive
        {
            border:2px transparent solid;
        }

        div#qssubmit 
        {
            width:180px;
            overflow: hidden;
        }
        
        #qssubmit button
        {
            width:175px;
            height:26px;
            
            border:0;
            
            margin-bottom: 5px;
            background: url('img/toBasketSprite.jpg') no-repeat;
        }
        
        #qssubmit button.inactive
        {
            background: transparent url('img/toBasketSprite.jpg') 0 -27px no-repeat;
        }
        