.ext-cat
{
    width: 140px;
    height: 160px;
    background-color: #FAFAFA;
    padding: 20px 20px 0px 20px;
    border: 1px solid gainsboro;
}

.ext-ad-left
{    
    width: 140px;
    height: 600px;
    margin-top: 20px;
    padding-left: 10px;
    
}

.ext-left
{
    float: left;
    width: 140px; 
}

.ext-body
{
    float:right;
    width: 728px;
    height: 100%;
    margin-left: 30px;
    display: inline;
}

.ext-content
{
    float: left;
    width: 696px;
    padding: 20px 0px 10px 30px;
    border: 1px solid gainsboro;
}

.ext-download
{
    float: left;
    width: 696px;
    font-size:10px;
    padding: 4px 0px 6px 30px;
    margin-bottom: 20px;
    border: 1px solid gainsboro; 
    display: inline;
}

.ext-ad
{
    float:left;
    margin-bottom: 20px;
    width: 728px;
    height: 90px;
}

.ext-detail
{
    float:left;
    width:430px;
}

.ext-detail-title
{
    float:left;
    height: 90px;
    width:100%;
    border-bottom:  1px dotted gainsboro;
}

.ext-detail-content
{
    float:left;
    margin-top: 10px;
    width:100%;
    padding-bottom: 20px;
    border-bottom:  1px dotted gainsboro;
    display: inline;
}

.ext-detail-section
{
    font-weight:bold;
    font-size:16px;
}

.ext-info
{
    font-size:10px;
    color: gray;
}

.ext-about
{
    float:left;
    width:218px;
    margin-left: 20px;
    display: inline;
}

.ext-review
{
    float:left;
    margin-top: 10px;
    width:100%;
    font-size: 12px;
    display: inline;
}


.ext-about-ad
{
    float:left; 
    height: 60px;
    border-top:  1px dotted gainsboro;
    margin-top: 80px;
    padding-top: 30px;
}

.ext-about-top
{
    float:left;
    height: 70px;
    border-bottom:  1px dotted gainsboro;
    padding-top: 20px;
}

.ext-about-bottom
{
    float:left;
    margin-top: 10px;
    padding-bottom: 20px;
    font-size:12px;
    display: inline;
}

.cat
{
    font-weight: bold;
    font-size: 14px;
    color: dimgray;
    padding-bottom: 15px;
    border-bottom: 1px dotted gainsboro;

}

.cat-sub
{
    height:30px;
    border-bottom: 1px dotted gainsboro;
    padding-top: 15px;

}

.cat-link
{
    font-size: 12px;
    text-decoration: none;
    color: #4D6DF3;
}
.cat-link-bold 
{
    font-weight: bold;
}

.ext-item
{
    float: left;
    margin: 0px 30px 20px 0px;
    padding: 10px;
    width: 180px;
    height: 210px;
    text-align: left;
    font-size: 12px;
    border: 1px solid #DCDCDC;
    /*background-color: #FAFAFA;*/
    display: inline;
}

.ext-item-sound
{
    float: left;
    margin: 0px 30px 20px 0px;
    padding: 10px;
    width: 296px;
    height: auto;
    text-align: left;
    font-size: 12px;
    border: 1px solid #DCDCDC;
    /*background-color: #FAFAFA;*/
    display: inline;
}


.ext-title
{
    font-weight: bold;
    margin-top: 15px;
    display: inline;
}

 .ext-0-star { background-position: -65px 0; } 
 .ext-1-star { background-position: -52px 0; } 
 .ext-2-star { background-position: -39px 0; } 
 .ext-3-star { background-position: -26px 0; } 
 .ext-4-star { background-position: -13px 0; } 
 .ext-5-star { background-position: 0 0; }


.ext-star 
{
    float: left;
    background-image: url(https://www.simplestickynotes.com/resources/images/stars.png);
    background-repeat: no-repeat;
    height: 12px;
    width: 65px;
    text-indent: -9999px;
    overflow: hidden;
}

.ext-link a
{
    text-decoration: none;
}


.ext-link a:hover
{
    text-decoration: none;
}

.page-link
{
    text-decoration: none;
    color: #4D6DF3;
}

.page-link-bold 
{
    font-weight: bold;
}

.ext-image
{
    height: 180px;
    width: 180px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1),0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1),0 1px 3px rgba(0, 0, 0, 0.5);
}

.ext-image-detail
{
    margin-right: 30px;
    height: 180px;
    width: 180px;    
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1),0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1),0 1px 3px rgba(0, 0, 0, 0.5);
    display: inline;
}