.csc-frame-theme {
    width: 340px;
    height: 330px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #C6D1D3;
}
.csc-frame-theme .imageHead img {
    margin: 0;
    border-radius: 13px 13px 0 0;
}

.csc-frame-theme .themePill {
    text-align: center;
    height: 38px;
    position: relative;
    z-index: 300;
    margin-top: -26px;

}
.csc-frame-theme .themePill h2{
    display: inline-block;
    border: none;
    margin:0;
    font-size: 15px;
}
.csc-frame-theme .themePill a{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 8px 0 8px;
    line-height: 30px;
    height: 32px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: none;
    -webkit-box-shadow: 2px 2px 4px black;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.csc-frame-theme .themePill a .left {
    padding: 0 9px;
    background: url('../img3/no-repeat.png') 0px -25px no-repeat;
}
.csc-frame-theme .themePill a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.csc-frame-theme h3 {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid white;
    padding-top: 8px;
    height: 32px;
    margin: 19px 0 0 0;
}
.csc-frame-theme div.middleFrame {
    background: #e6eaea; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e6eaea 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6eaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e6eaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e6eaea 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e6eaea 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e6eaea 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    float: left;
    height: 225px;
    overflow: hidden;
    position: relative;
    z-index: 200;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    margin-top:-16px;
    width: 100%

}
.csc-frame-theme a {
    color: #000;
    text-decoration: none;
}
.csc-frame-theme .bodyWrap a:hover {
    text-decoration: underline;
}
.csc-frame-theme ul,
.csc-frame-theme ul li {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.csc-frame-theme ul li p {
    margin-bottom: 4px;
}

.csc-frame-theme ul li {
    background: url('../img/repeat-x.png') 0 -967px no-repeat;
    list-style-type: none;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
}
.csc-frame-theme2 ul li {
    background-position: 0 -1002px;
}
.csc-frame-theme3 ul li {
    background-position: 0 -1035px;
}

.csc-frame-theme .bodyWrap .bodytextWrap {
    padding: 15px;
}


