+
+fieldset > a[type="ad"] {
+}
+
+fieldset > a[type="ad"] > div:nth-child(2) {
+ position: relative;
+ vertical-align: top;
+}
+
+fieldset > a[type="ad"] > div > label:first-child {
+ color: #2d2d50;
+ font-size: 13px;
+ font-weight: bold;
+ line-height: 15px;
+}
+
+fieldset > a[type="ad"] > div > label + label {
+ position: absolute;
+ top: 17px;
+ left: 156px;
+ font-size: 9.5px;
+ font-weight: normal;
+}
+
+panel > fieldset > a.middle,
+panel > fieldset > a.right {
+ border-left: 1px solid #999999;
+}
+
+panel > fieldset > a.half {
+ display: inline-block;
+ width: 150px;
+}
+
+panel > fieldset > a.third {
+ display: inline-block;
+ width: 100px;
+}
+
+panel > fieldset > a.sixth {
+ display: inline-block;
+ width: 50px;
+}
+
+fieldset.half > a {
+ background: none;
+ background-position: 120px center;
+}
+
+fieldset.half > a > img.icon + div {
+ width: 65px;
+}
+
+fieldset.right {
+ float: right;
+ margin-left: 10px;
+}
+
+block + fieldset.right,
+fieldset + fieldset.right {
+ margin-top: 0;
+}
+
+fieldset.half {
+ width: 146px;
+}
+
+panel > fieldset.dashed > a,
+panel > fieldset.dashed > div,
+panel > fieldset.dashed > textarea,
+list > fieldset.dashed > a,
+list > fieldset.dashed > div,
+list > fieldset.dashed > textarea {
+ border-style: dashed;
+}
+
+fieldset > a[type="thumb"]:first-child > back {
+ -moz-border-radius-topright: 9px;
+ -webkit-border-top-right-radius: 9px;
+}
+
+fieldset > a[type="thumb"]:last-child > back {
+ -moz-border-radius-bottomright: 9px;
+ -webkit-border-bottom-right-radius: 9px;
+}
+
+fieldset > a[type="thumb"] > back {
+ background-repeat: no-repeat;
+ border: 1px solid #999999;
+ display: block;
+ height: 64px;
+ left: 62px;
+ position: absolute;
+ opacity: 0.2;
+ top: -1px;
+ width: 237px;
+}
+
+.mm {
+ border: 1px solid #999999;
+ -moz-border-radius: 9px;
+ -webkit-border-radius: 9px;
+}
+
+a.mm {
+ display: block;
+ margin: 9px;
+}
+
+div.mm img {
+ height: auto;
+ width: 300px;
+}
+
+fieldset > a.small {
+ font-size: 12px;
+ padding-top: 9px;
+}
+
+fieldset > a.small label {
+ display: inline-block;
+ position: relative;
+ top: 1px;
+}
+
+fieldset > a.small > img.icon {
+ max-height: 22px;
+ min-width: 22px;
+ width: 22px;
+}
+
+fieldset > a.small.half > img.icon + div {
+ width: 79px;
+}
+
+fieldset > a.small.third > img.icon + div {
+ width: 50px;
+}
+
+fieldset > a.small.sixth > img.icon + div {
+ width: 0px;
+}
+
+panel.centered > label {
+ margin-left: 0px;
+ margin-right: 0px;
+ text-align: center;
+}
+
+panel > iframe {
+ margin: -9px 0;
+}
+
+panel > iframe:first-child,
+panel > iframe + iframe {
+ margin-top: 0;
+}
+
+/* Rating Stars {{{ */
+.ratings {
+ margin: -2px 0;
+ text-align: center;
+}
+
+.rated {
+ display: inline-block;
+}
+
+.rated.left {
+ margin-right: 9px;
+}
+
+.rated label {
+ font-weight: bold;
+ margin-right: 3px;
+ position: relative;
+ top: -3px;
+}
+
+.rating {
+ display: inline-block;
+ width: 80px;
+}
+
+.rating .back,
+.rating .fore,
+.rating .star {
+ background: url(http://cache.saurik.com/crystal/16x16/actions/knewstuff.png);
+ height: 16px;
+}
+
+.rating .back,
+.rating .fore {
+ width: 80px;
+}
+
+.rating .star {
+ display: inline-block;
+ width: 16px;
+}
+
+.rating .back {
+ opacity: 0.2;
+}
+
+.rating .fore {
+ /*border-right: 1px solid #999999;*/
+ position: absolute;
+}