@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Sansita+One);

div.box a.url {
    float: right;
    font-size: 20px;
    padding: 1px 14px;
    border: 1px dashed #ddd;
    background-color: #fafafa;
}
table.price_table td {
    padding: 0 0 15px;
    position: relative;
    vertical-align: top;
}
.price_table .price_td { width: 400px; }
.price_table .dj.price_td { width: 780px; }
.sansita { font-family: 'Sansita One', cursive; }
.price_td .pack {
    background-color: rgba(255, 255, 0, 0.1);
    height: 85px;
    width: 375px;
    position: relative;
}
.dj.price_td .pack { width: 100%; background-color: #35312E; }
.compare .duo, .duo.price_td .pack { background-color: #9BEA81; }
.compare .trio, .trio.price_td .pack { background-color: #6EBFDB; }
.compare .full, .full.price_td .pack { background-color: #F48EB8; }
.compare .premium, .premium.price_td .pack {
    background: url("../../i/Premium-BG.jpg") no-repeat scroll right #dbb107;
}
.pack > h1,
.pack > h2 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    left: 13px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    top: 10px;
}
.audio .pack > h1,
.audio .pack > h2 { font-size: 60px; }
.full .pack > h2 {
    top: 37px;
    left: 23px;
}
.premium .pack > h2 { font-weight: normal;  text-transform: none; }
.pack > img.ribbon {
    position: absolute;
    z-index: 20;
    left: -8px;
    top: -15px;
}
.pack span.pos {
    color: #000;
    position: absolute;
    left: 40px;
    font-size: 26px;
    top: 50px;
}
.full .pack span.pos { left: 74px; top: 16px; }
.dj .pack div.price { color: #999999; }
.dj .pack div.price s { color: #FF5555; }
.pack div.price {
    float: right;
    font-size: 26px;
    line-height: 32px;
    padding: 10px 10px 0 0;
}
.pack div.price s { font-size: 30px; color: #AA0000; }
.pack div.price h3 {
    display: inline;
    font-size: inherit;
}
.dPrice {
    background-color: #e53341;
    border-bottom: 2px solid #a3192a;
    color: #fff;
    font-size: 36px;
    padding: 5px 15px 12px;
    position: absolute;
    right: -7px;
    text-align: right;
    text-shadow: 1px 1px 0 rgba(163,25,42,0.8);
}
.dj .dPrice,
.duo .dPrice { padding: 10px 15px 5px; }
.dPrice em {
    font-size: 22px;
    font-style: normal;
}
.dPrice b, .dPrice u {
    font-size: 21px;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 5px;
}
.dPrice b {
    color: #e6e6e6;
    font-size: 21px;
    padding: 0 0 0 7px;
    text-shadow: none;
    letter-spacing: -0.4px;
}
.price_td > ul {
    border: 1px dashed #736357;
    display: block;
    width: 373px;
    padding-top: 12px;
}
div.box.article .price_td ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 13px 13px 13px 0;
    width: 160px;
}
div.box.article .full.price_td ul li {
    padding: 13px 8px 13px 0;
    width: 170px;
}
div.box.article .price_td ul li:nth-child(2n+1) {
    border-right: 1px solid #e6e6e6;
    margin: 13px 13px 13px 0 !important;
    padding: 0 13px;
}
div.box.article .full.price_td ul li:nth-child(2n+1) {
    border-right: 1px solid #e6e6e6;
    margin: 13px 8px 13px 0 !important;
    padding: 0 8px;
}
div.box.article .price_td ul li:last-child {
    clear: both;
    float: none;
    height: 0;
    margin: 0 !important;
    padding: 0;
}
div.box.article .price_table .dj ul {
    float: left;
    height: 106px;
    width: 250px;
}
div.box.article .price_table .dj ul li {
    border: medium none;
    margin: 0 auto !important;
    padding: 13px !important;
    width: 220px;
}
.price_td > div { width: 375px; }
.price_td .note, .price_td .desc {
    background-color: #736357;
    color: white;
    font-size: 20px;
    padding: 5px 15px;
    width: 345px;
    text-align: justify;
}
.dj.price_td .desc {
    float: left;
    height: 70px;
    padding: 25px 15px;
    width: 498px;
}
.price_td .desc a {
    float: right;
    margin: 10px 0 0 25px;
}
.dj.price_td .note {
    clear: both;
    float: none;
    width: calc(100% - 30px);
}
.price_td .note { background-color: #F48EB8; }
.price_td ul li h4 { font-size: 20px; }
.full.price_td ul li h4 { padding: 0 5px; }

.price_td div.icon {
    display: table;
    margin: 5px auto;
}
.premium.price_td div.icon {
    border-collapse: separate;
    border-spacing: 20px 2px;
    margin: 65px auto 64px;
}
.price_td .icon i {
    background: url("../../i/music-instrument.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 40px;
    cursor: default;
    display: table-cell;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 40px;
}
.price_td .icon i em {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 1px 1px 0 #f48eb8;
    color: inherit !important;
    display: block;
    font-size: 18px;
    font-style: normal;
    left: 50%;
    line-height: 20px;
    margin: 0 -35px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50px;
    width: 50px;
    z-index: 99;
}
.price_td .icon i:hover { overflow: visible; }
.price_td .icon i.sax em,
.price_td .icon i.drum em {
    text-transform: none;
    width: 70px;
    margin: 0 -45px;
}
.premium.price_td .icon i em {
    width: 90px;
    margin: 0 -55px;
    text-transform: uppercase;
}
.full.price_td .icon { display: block; }
.icon i.piano 	{ background-position: 40px 0px; }
.icon i.guitar 	{ background-position: -40px 0px; }
.icon i.bass 	{ background-position: 80px 0px; }
.icon i.drum 	{ background-position: 0 40px; }
.icon i.sax 	{ background-position: -40px 40px; }
.icon i.dbbass 	{ background-position: 80px 40px; }
.icon i.dj 		{ background-position: 40px 40px; }

.premium.price_td .icon i {}
.premium.price_td .icon i:nth-child(1) {}

.price_td ul li p { font-size: 19px; }
.premium.price_td ul li p { text-align: center; }
.price_td.full ul li p { padding: 0 5px; }

div.box.article .premium.price_td ul li.premium {
    border: medium none;
    padding: 0 0 0 13px;
    width: auto;
    height: auto;
}
table.compare {
    border: 5px solid #fff;
    border-collapse: collapse;
    margin: 0 auto;
    width: auto;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
table.compare * { font-size: 18px; }
table.compare tr:nth-child(2n+1) { background-color: #f3f3f3; }
table.compare tr:nth-child(1) {
    background-color: #f48eb8;
    color: #fff;
    font-weight: bold;
}
table.compare tr.head td { padding-bottom: 2px; }
table.compare td {
    padding: 0 5px;
    vertical-align: top;
}
table.compare td:nth-child(2),
table.compare td:nth-child(7) { text-align: center; }
table.compare td:nth-child(8),
table.compare td:nth-child(9) { text-align: right; }
table.compare .sansita {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    padding: 3px 8px;
}