﻿#quotegraphic
{
    margin-top: 30px;
    height:451px;    
    
        
    
}
.catHeader
{
    text-align: center;
    text-transform: capitalize;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 18px;
    padding: 4px;
}

.graphicbox
{
    border-right: solid 1px #ccc;
    border-bottom:solid 1px #ccc;
}

.graphicboxnoborder
{
    border:none;
}
.graphicbox:first-child
{
    border-left:  solid 1px #ccc;
}

.catDesc
{
    background-color: #1a1a1a;
    background-image: url('/Content/Images/widget/layer3.png');
    min-height: 90px;
    color: #CEF6F5;
}


.catDescActive
{
    background-color: #1a1a1a;
    background-image: url('/Content/Images/widget/layer2.png');
    min-height: 90px;
    color: #fff;
}

.spcatdesc
{
    vertical-align: middle;
    font-size: 19px;
    text-align: center;
    padding: 2px 7px 2px 7px;
    margin-top: 20px;
}

.catOption
{
    background-color: #eeeeee;
    border-bottom: solid 1px #bebebe;
    height: 40px;
    padding: 7px;
    font-size: 12px;
    color: #333;
}
.catMoreInfo
{
    background-color: #eeeeee;
    height: 39px;
    padding: 7px;
    font-size: 12px;
    color: #333;
    position:absolute;
    bottom:5px;
    border-top: solid 1px #cccccc;
}
}
.moreinfo
{
    margin-top: 3px;
    cursor: pointer;
}
#quotegraphic .graphicheader
{
    padding: 5px;
/*    height: 58px;*/
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
}
#quotegraphic .goptionlabel
{
    font-size: 11px;
    padding-top: 3px;
    float: none;
}
#quotegraphic .childoption
{
    padding-left: 5px;
}
#quotegraphic .graphicbox
{
    background-color: #eeeeee;
    height: 420px;
    cursor:pointer;
}

#quotegraphic .graphicboxactive
{
    background-color: #eeeeee;
    height: 420px;
    -webkit-box-shadow: 1px 0px 16px 5px #888;
    /*box-shadow: -2px 0px 47px 0px #888*/
    box-shadow:0px 0px 25px 6px #888;
    border:none;
}

.summarytitle{font-size:13px; line-height:20px; font-style:italic;}
.summaryoption{font-size:11px; line-height:15px; padding-left:5px;}
.summarycategory{border-bottom:solid 1px #ccc; padding-left:5px; padding-bottom:7px; margin:3px;}
.summarycategory:last-child{border-bottom:none;}

/* mobile (portrait and landscape) ----------- */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
 #grpahicParent
 {
    width:100%; 
    display:none;
  }   
  
  
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px)  and (max-device-width : 1024px) 
{
  #grpahicParent
  {
    width:100%; 
  }   
}

#grpahicParent
{
    background-image: url('/Content/Images/widget/_0006_MainBG.png');
    background-repeat:no-repeat;
    background-color:#fff;
    background-size : 100%;
}