/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_connect
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */

/*
 * ****************************************************
 * Page: Home
 * ****************************************************
 */

/* Slider: global */

#home-slider {
    position: absolute;
    top: -1000px;
}
#home-slider.active {
    position: relative;
    margin-bottom: 65px;
    background: #ebe9e2;
    top: 0;
}
.home-slider-wrapper {
    height: 316px;
    border: 1px solid #ddddd5;
    background-color: #fff;
    overflow: hidden;
}
.home-slider-item {
    height: 315px;
    background-color: #fff;
    width: 100%;
    font-size: 14px;
}
.home-slider-nav-next,
.home-slider-nav-prev {
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: -21px;
    width: 20px;
    height: 45px;
    background: url(../images/basicSprite.png?v=5) no-repeat 0 0;
    cursor: pointer;
    display: none;
}
.home-slider-nav-next.active,
.home-slider-nav-prev.active {
    display: block;
}
.home-slider-nav-next {
    right: -1px;
    background-position: -82px -139px;
}
.home-slider-nav-prev {
    left: -1px;
    background-position: -52px -139px;
}
#home-slider h1,
#home-slider h2,
.home-slider-welcome-slide,
.home-slider-item .featured-extension h3 a,
.home-slider-item .featured-extension h3 {
    font-family: CallunaSansSemiBold;
}
#home-slider h1 {
    margin-bottom: 10px;
    color: #555;
    font-size: 34px;
    line-height: 1em;
}
#home-slider h2 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 4px;
}
.home-slider-item p {
    line-height: 1.5em;
}
.home-slider-image {
    float: left;
    width: 660px;
    text-align: left;
}
.home-slider-description {
    float: left;
    width: 275px;
    position: relative;
    margin-left: 15px;
    top: 95px;
}
.home-slider-item .ui-button-grey {
    margin-top: 15px;
}

/* Slider: "Groups" slide */

.home-slider-groups-slide .ui-button-blue {
    float: right;
    margin: 0 0 20px 40px;
}
.home-slider-groups-slide > div {
    padding: 30px 40px 0;
}
.home-slider-groups-slide-heading {
    color: #f47b20;
    font-family: 'CallunaSansBold', arial, sans-serif;;
}
.home-slider-groups-slide-description {
    height: 45px;
}
.home-slider-groups-slide-list {
    width: 940px;
    overflow: hidden;
    margin: -10px 0 0 -10px;
}
.home-slider-groups-slide-list .item {
    float: left;
    width: 155px;
    margin-left: 25px;
    padding: 10px 0 10px 10px;
}
.home-slider-groups-slide-list .item:hover {
    border: none;
    background: #f0efe9;
}
.home-slider-groups-slide-list .item-icon {
    width: 82px;
    height: 82px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px 1px #aaa;
    margin-bottom: 10px;
}
.home-slider-groups-slide-list .item:first-child {
    margin-left: 0;
}
.home-slider-groups-slide-list .item figcaption {
    margin-bottom: 10px;
    height: 36px;
    overflow: hidden;
}
.home-slider-groups-slide-list .item-title {
    font-size: 13px;
    color: #2483c7;
}
.home-slider-groups-slide-list .item-rating {
    margin-bottom: 5px;
    min-height: 18px;
}
.home-slider-groups-slide-list .item-rating img {
    width: 70px;
}
.home-slider-groups-slide-list .item-price {
    font-size: 17px;
    color: #555;
    font-family: 'CallunaSansBold', arial, sans-serif;
}
.home-slider-groups-slide-list .item-price-free {
    font-family: Helvetica, Arial, sans-serif;
    color: #f47b20;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 2px;
}

/* Slider: "Welcome to Magento Connect" slide */

.home-slider-welcome-slide {
    text-align: center;
}
.home-slider-welcome-slide .home-slider-image {
    width: 600px;
}
.home-slider-welcome-slide .home-slider-description {
    width: 300px;
    margin-left: 40px;
    padding-bottom: 5px;
    top: 40px;
}
.home-slider-welcome-slide strong {
    display: block;

}
.home-slider-welcome-slide p {
    font-size: 18px;
}
.home-slider-welcome-slide p + strong {
    padding: 49px 0 13px 0;
    font-size: 21px;
}
.home-slider-welcome-slide .ui-button-green-middle {
    padding: 0 23px;
}
.home-slider-welcome-slide .ui-button-blue-middle {
    padding: 0 31px;
    margin-right: 12px;
}


/* Content Units */
.cu-item-homepage:nth-child(1) .cu-content {
    padding-top: 60px;
}
.cu-item-homepage:nth-of-type(odd) {
    background-color: #f8f5ee;
}
.cu-item-homepage:nth-of-type(even) {
    background-color: #fff;
}
.cu-item-homepage .cu-content,
.cu-item-homepage-aside .cu-content {
    padding: 60px 0;
}
.cu-item-homepage-aside {
    background-color: #a84b27;
    color: #fff;
}
.cu-item-homepage-aside h2 {
    font: 27px 'OpenSansBold', arial, sans-serif;
}
.cu-item-homepage-aside h3 {
    font: 24px 'OpenSansRegular', arial, sans-serif;
}

/* Categories */

.home-cat-groups-heading {
    color: #31302b;
    font: 27px 'OpenSansBold', arial, sans-serif;
    text-transform: uppercase;
}
.home-cat-groups-list img {
    border: #7b756b 1px solid;
}
.home-cat-groups-heading {
    padding-bottom: 25px;
}
.home-cat-groups-list .title {
    color: #bc6538;
    text-transform: uppercase;
    font: 14px 'OpenSansBold', arial, sans-serif;
}
.home-cat-groups-list .title:after {
    content: " >";
}
.home-cat-groups-list .description {
font: 13px 'OpenSansRegular', arial, sans-serif;
}
.cat-wide .view-all:after,
.cat-2-lines .view-all:after {
    content: " >";
}
.cat-wide .view-all,
.cat-2-lines .view-all {
    font: 14px 'OpenSansBold', arial, sans-serif;
    color: #bc6538;
    float: right;
    text-transform: uppercase;
}

/* Wide Categories */

.cat-wide .home-cat-item {
    overflow: hidden;
    max-width: 982px;
}
.cat-wide .view-all {
    margin-top: 10px;
}
.cat-wide .home-cat-groups-list .item:nth-child(1) {
    padding-left: 0;
}
.cat-wide .home-cat-groups-list .item {
    float: left;
    padding: 0 14px;
    width: 224px;
}
.cat-wide .home-cat-groups-list .item:nth-child(4) {
    padding-right: 0;
}
.cat-wide .home-cat-item .item-icon {
    width: 222px;
    height: 222px;
}
.cat-wide .home-cat-groups-list figure {
    padding-bottom: 25px;
}
.cat-wide .home-cat-groups-list .title,
.cat-wide .home-cat-groups-list .description {
    display: inline-block;
    max-width: 222px;
    height: 38px;
    text-overflow: ellipsis;
}

/* Bot Categories */
.cat-2-lines,
.cat-2-lines .home-cat-item,
.cat-2-lines .home-cat-groups-list .item {
    overflow: hidden;
}
.cat-2-lines .home-cat-item {
    width: 50%;
    float: left;
}
.cat-2-lines .home-cat-item:nth-child(odd) > * {
    margin-right: 13px;
}
.cat-2-lines .home-cat-item:nth-child(even) > * {
    margin-left: 13px;
}
.cat-2-lines .home-cat-groups-list > * {
    display: table;
}
.cat-2-lines .home-cat-groups-list > * > * {
    float: left;
}
.cat-2-lines .home-cat-groups-list.numeric-bracket > *:before {
    display: table-cell;
    width: 30px;
    text-align: right;
    font: 13px 'OpenSansBold', arial, sans-serif;
}
.cat-2-lines .home-cat-groups-list .title {
    font-size: 13px;
}
.cat-2-lines .home-cat-item .item-icon {
    width: 56px;
    height: 56px;
}
.cat-2-lines .home-cat-groups-list .item:nth-child(odd) {
    background-color: #f2ebde;
}
.cat-2-lines .home-cat-groups-list .item {
    width: 100%;
    float: right;
}
.cat-2-lines .home-cat-groups-list .item > *,
.cat-2-lines .home-cat-groups-list .item:before {
    padding: 30px 0;
}
.cat-2-lines .home-cat-groups-list .item figure {
    padding-left: 20px;
    padding-right: 28px;
}
.cat-2-lines .home-cat-groups-list .item .ext-text {
    width: 300px;
}
.cat-2-lines .view-all {
    margin-top: 30px;
}

/* Taxonomy */

#taxonomy > .col {
    float: left;
    width: 295px;
    margin: 0 0 0 41px;
}
#taxonomy > .col:first-child {
    margin-left: 20px;
}
#taxonomy .taxonomy-category {
    min-height: 250px;
}
#taxonomy .taxonomy-category ~ .taxonomy-category {
    margin: 65px 0 0 0;
}
#taxonomy .taxonomy-category > h2 {
    padding-bottom: 11px;
}
#taxonomy .taxonomy-category > h2 a {
    font: bold 18px/26px CallunaSansSemiBold;
}

/* Taxonomy: "featured-extension" snippet */

#taxonomy .featured-extension {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 15px 0;
}
#taxonomy .featured-extension .col + .col {
    width: 200px;
}
#taxonomy .featured-extension-title {
    margin-bottom: 5px;
}
#taxonomy .featured-extension-title a {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    border: none;
}
#taxonomy .featured-extension-title span {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
#taxonomy .featured-extension-title span:first-child {
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
}
#taxonomy .featured-extension-title span:first-child + span {
    width: 5px;
    background: url(../images/pages/title-arrow.png) no-repeat 100% 50%;
    padding-left: 5px;
}
#taxonomy .featured-extension-description {
    height: 55px;
    overflow: hidden;
}
#taxonomy .featured-extension-author,
#taxonomy .downloads-reviews,
#taxonomy .featured-extension-price {
    display: none;
}
#taxonomy .featured-extension-icon {
    width: 77px;
    height: 77px;
    margin-right: 12px;
}

/* Taxonomy: subcategories */

#taxonomy .taxonomy-subcategories {
    width: 298px;
    padding: 0 6px 0 1px;
}
#taxonomy .active .taxonomy-subcategories {
    background: url(../images/pages/bg-subcats-rounding.png) no-repeat 0 100%;
    position: relative;
    padding-bottom: 35px;
}
#taxonomy .active .taxonomy-subcategories > div {
    background: url(../images/pages/bg-subcats.png) repeat-x 0 0;
}
.taxonomy-subcategories h3 {
    padding-left: 10px;
    background: url(../images/pages/subcat-bullet.gif) no-repeat 0 8px;
}
.taxonomy-subcategories h3 a {
    font-size: 12px;
    line-height: 20px;
}
.taxonomy-subcategories ul {
    padding-left: 22px;
}
.taxonomy-subcategories-extra {
    display: none;
}
.taxonomy-subcategories button {
    position: relative;
    top: 10px;
}
#taxonomy .taxonomy-subcategories-extra-close {
    display: none;
    position: absolute;
    right: 11px;
    bottom: 12px;
    font-size: 12px;
    text-transform: lowercase;
    color: #727272;
    height: 22px;
    line-height: 22px;
    padding-right: 32px;
    background: url(../images/basicSprite.png?v=5) no-repeat -285px -15px;
}




/*
 * ****************************************************
 * Page (CMS): New merchant
 * ****************************************************
 */

/* Banner */

#new-merchant-banner {
    border: 1px solid #ebe9e2;
    margin-bottom: 40px;
    padding: 15px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddddd5;
    -moz-box-shadow: 0 0 1px rgba(186, 183, 165, .50);
    -webkit-box-shadow: 0 0 1px rgba(186, 183, 165, .50);
    box-shadow: 0 0 1px rgba(186, 183, 165, .50);
}
#new-merchant-banner-video {
    float: left;
    width: 373px;
}
#new-merchant-banner-text {
    padding-top: 22px;
    float: right;
    width: 510px;
}
#new-merchant-banner-text h1 {
    color: #f47b20;
    font: normal 36px/normal CallunaSansSemiBold;
    margin-bottom: 15px;
}
#new-merchant-banner-text h1 + p {
    width: 425px;
    font: normal 15px/21px Verdana,Tahoma,sans-serif;
    margin-bottom: 33px;
}
#new-merchant-banner-text .ui-button-green-huge {
    margin-right: 15px;
    position: relative;
    padding-left: 65px;
}
#new-merchant-banner-text .ui-button-green-huge span {
    position: absolute;
    bottom: 12px;
    left: 17px;
    width: 40px;
    height: 40px;
    background: url(../images/pages/ico.mime.pdf.png) no-repeat 0 0;
}

/* Content */

#new-merchant h2 {
    background: url(../images/pages/trusted-extension-big.png) no-repeat 0 0;
    float: left;
    height: 64px;
    color: #f47b20;
    font: normal 30px/62px CallunaSansSemiBold;
    margin: 0 0 45px 22px;
    padding: 0 0 0 91px;
}
#new-merchant h2 strong {
    color: #555;
    font-weight: normal;
}
#new-merchant .ui-button-grey {
    float: right;
    position: relative;
    top: 16px;
    right: 1px;
    padding: 0 30px;
}
#new-merchant-features {
    clear: both;
    padding: 0 0 5px 20px;
    margin: 0 0 30px 0;
}

/* Content: "featured-extension" snippet */

#new-merchant-features .featured-extension {
    float: left;
    width: 295px;
    font-size: 12px;
    margin: 0 0 0 35px;
}
#new-merchant-features .featured-extension:first-child {
    margin: 0;
}
#new-merchant-features .featured-extension .col + .col {
    width: 195px;
}
#new-merchant-features .featured-extension-icon {
    width: 82px;
    height: 82px;
    margin: 0 12px 0 0;
}
#new-merchant-features .featured-extension-title {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}
#new-merchant-features .featured-extension-title a {
    color: #555;
}
#new-merchant-features .featured-extension-title a span {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
#new-merchant-features .featured-extension-title a span:first-child {
    max-width: 185px;
    overflow: hidden;
    white-space: nowrap;
}
#new-merchant-features .featured-extension-title a span:first-child + span {
    width: 5px;
    background: url(../images/pages/title-arrow.png) no-repeat 100% 50%;
    padding-left: 5px;
}
#new-merchant-features .featured-extension-title > span {
    display: none;
}




/*
 * ****************************************************
 * Page (CMS): 404, 503
 * ****************************************************
 */

.cms-connect-404 {
    background: #f37a1f;
    min-height: 100%;
}
/*.cms-connect-404 #header,
.cms-connect-404 #footer-links {
    display: none;
}*/
.cms-connect-404 #footer,
.cms-connect-404 #footer-links + #footer {
    margin-top: 65px;
    border-top: 1px solid #CF681D;
}
.cms-connect-404 .footer-wrapper,
.cms-connect-404 #footer-links + #footer .footer-wrapper {
    border-top: 1px solid #F5954B;
    color: #FFD6B1;
}
.cms-connect-404 .footer-wrapper a {
    color: #FFD6B1;
}
.cms-connect-404 .footer-wrapper strong,
.cms-connect-404 .footer-wrapper a:hover {
    color: #FFAE72;
}
.page-error {
    color: #fff;
    margin: 171px 0 0 0;
    padding: 25px 198px 50px 366px;
    background: url(../images/pages/404-text-bg.gif) no-repeat 50% 0;
    overflow: hidden;
}
.page-error .ui-button-back {
    margin-top: 85px;
    position: relative;
    right: -27px;
}
.page-error .page-error-title {
    font-size: 23px;
    color: #fff;
    margin-bottom: 22px;
}
.page-error-title i {
    font-size: 21px;
    font-family: CallunaSansRegular, Arial, sans-serif;
    padding-right: 3px;
}
.page-error-code {
    font: 100px/30px CallunaSansRegular, Arial, sans-serif;
}
.page-error-text {
    float: right;
}
.page-error-description {
    font-size: 14px;
    line-height: 18px;
}




/*
 * ****************************************************
 * Page (CMS): New developer
 * ****************************************************
 */

/* Slider */
#new-developer-slider {
    font-family: CallunaSansSemiBold;
    -moz-box-shadow: 0 0 3px rgba(186, 183, 165, .75);
    -webkit-box-shadow: 0 0 3px rgba(186, 183, 165, .75);
    box-shadow: 0 0 3px rgba(186, 183, 165, .75);
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    color: #898989;
    line-height: normal;
    background: #fff;
    max-height: 400px;
}
#new-developer-slider-list section {
    width: 470px;
    padding: 102px 80px 30px 440px;
    height: 183px;
    position: relative;
    font-size: 22px;
    background: url(../images/pages/NewDeveloperSprite.png) no-repeat 0 0;
}
#new-developer-slider-list h2 {
    font-size: 30px;
    color: #f47b20;
    margin-bottom: 5px;
}
#new-developer-slider-list .videoLink {
    position: absolute;
    top: 17px;
    left: 17px;
    border: 0;
}
#new-developer-slider-list .videoLink img {
    max-width: 350px;
}
#new-developer-slider-nav {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 10px 14px;
}
#new-developer-slider-nav li {
    height: 46px;
    float: left;
    width: 150px;
    padding: 8px 13px 8px 66px;
    background: #f0efe9 url(../images/pages/NewDeveloperSprite.png) no-repeat 0 0;
    margin-right: 15px;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
}
#new-developer-slider-arrow {
    z-index: 100;
    position: absolute;
    bottom: 80px;
    left: -1012px;
    background: url(../images/pages/NewDeveloperSprite.png) no-repeat 0 -322px;
    height: 41px;
    width: 2005px;
}
#new-developer-slider-list .new-developer-slider-merchants-slide {
    background-position: -997px 0;
}
#new-developer-slider-list .new-developer-slider-innovation-slide {
    background-position: -1994px 0;
}
#new-developer-slider-list .new-developer-slider-business-slide {
    background-position: -2991px 0;
}
#new-developer-slider-nav .new-developer-slider-nav-welcome {
    background-position: -2313px -338px;
}
#new-developer-slider-nav .new-developer-slider-nav-merchants {
    background-position: -2536px -338px;
}
#new-developer-slider-nav .new-developer-slider-nav-innovation {
    background-position: -2768px -337px;
}
#new-developer-slider-nav .new-developer-slider-nav-business {
    background-position: -2986px -338px;
}

/* Content */

#new-developer-content h2,
#new-developer-content h3,
#new-developer-content h1 {
    margin-bottom: 0;
    font-weight: normal;
    font-family: CallunaSansSemiBold;
}
#new-developer-content h1 {
    font-size: 22px;
    color: #727272;
    margin-bottom: 30px;
}
#new-developer-content {
    overflow: hidden;
    padding: 0 8px 43px 0;
}
#new-developer-content section {
    overflow: hidden;
    margin-right: 27px;
    display: block;
    padding-bottom: 20px;
    width: 321px;
    overflow: hidden;
    float: left;
}
#new-developer-content section h2 a {
    font: 15px/20px Helvetica,Arial,sans-serif;
    color: #2483c7;
}
#new-developer-content p {
    margin-bottom: 0;
}
#new-developer-content section p {
    font-size: 13px;
    line-height: 18px;
}

/* new developer banner */
#new-developer-banner {
    width: 285px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
}
#new-developer-banner header {
    height: 58px;
    border-radius: 8px 8px 0 0;
    text-indent: -100%;
    overflow: hidden;
    background: #ef672f url(../images/pages/new-developer-banner-magento-u.png) no-repeat 30px 21px;
}
#new-developer-banner article {
    background: #f0e7de;
    border-radius: 0 0 8px 8px;
    padding: 20px 30px 30px 30px;
}
#new-developer-banner h3 {
    color: #63554f;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #f5b589;
    margin-bottom: 13px;
}
#new-developer-banner p {
    color: #63554f;
    font-size: 15px;
    margin-bottom: 20px;
}
#new-developer-banner a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 14px 0;
    background: #31302b;
    border-bottom: 0;
    display: block;
    text-align: center;
}
#new-developer-banner a:hover {
    color: #31302b;
    background: #fff;
}

/* new developer button */
#new-developer-button-block {
    font-family: CallunaSansSemiBold;
}
#new-developer-button-block > strong {
    font-size: 30px;
    line-height: 44px;
    padding-right: 15px;
}
#new-developer-button-block .ui-button {
    font-family: CallunaSansSemiBold;
    font-size: 23px;
    padding: 0 40px;
}




/*
 * ****************************************************
 * Page: Create an Account
 * ****************************************************
 */

body.customer-account-create h1 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    font-family: CallunaSansRegular;
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}
#account-create-form {
    width: 605px;
    display: block;
}
#account-create-form input[type="text"],
#account-create-form input[type="password"] {
    width: 355px;
}
#account-create-form textarea {
    width: 352px;
}
#account-create-form select {
    float: none;
    width: 366px;
}
#account-create-form .input-box label {
    font-family: CallunaSansSemiBold;
    font-size: 14px;
    width: 205px;
    color: #555;
    padding-top: 4px;
    text-align: right;
    display: inline-block;
    margin-right: 12px;
}
#account-create-form .validation-advice {
    margin-left: 220px;
}
#account-create-form .input-box {
    padding: 0 0 9px 0;
}
#account-create-form legend {
    padding-top: 68px;
    padding-bottom: 20px;
    display: block;
    font: bold 17px/18px CallunaSansSemiBold;
    color: #555;
}
#account-create-form legend.first {
    padding-top: 0;
}
#account-create-form .ui-tooltip-question {
    top: 2px;
}

#account-create-form-subscribe {
    margin: 16px 0 25px 220px;
}
#account-create-form-subscribe label {
    padding: 0 3px;
}
#account-create-form-subscribe .ui-checkbox {
    vertical-align: top;
}

#account-create-form-submit {
    float: right;
}
#account-create-form-submit-block {
    padding: 0 20px 3px 0;
}
.account-create-form-submit-block-back {
    margin-left: 165px;
}
#account-create-form-submit-block .required-note {
    width: auto;
    clear: both;
}

/* Pop-up: Subscribe to our Newsletter */

.customer-account-create div.light_rounded .pp_content {
    padding: 20px 0 20px 40px;
}
.register-page-popup-content {
    font: normal 14px/21px Helvetica,Arial,sans-serif;
    color: #555;
    padding-top: 30px;
}
.register-page-popup-content h3 {
    margin: 0 0 10px;
    font: bold 24px/31px Helvetica,Arial,sans-serif;
    color: #555;
}
.register-page-popup-img {
    float: right;
    padding-right: 20px;
}
.register-page-popup-content li {
    margin: 0 0 5px;
    padding: 0 0 0 25px;
    font-weight: bold;
    background: url(../images/pages/list-check-bullet.png) no-repeat 0 5px;
}
.customer-account-create .pp_pic_holder {
    top: 25% !important;
}




/*
 * ****************************************************
 * Page (CMS): Market Your Extension
 * ****************************************************
 */

#market-your-extension {
    font-size: 15px;
    line-height: 22px;
}
#market-your-extension p {
    padding: 0;
    margin-bottom: 23px;
}
#market-your-extension h1 + p {
    width: 465px;
}
#market-your-extension .columns {
    clear: both;
    padding: 0;
}
#market-your-extension .columns .col {
    float: left;
    width: 475px;
    list-style: none;
    margin-bottom: 30px;
}
#market-your-extension .columns .col:first-child {
    margin-right: 40px;
}
#market-your-extension .columns h2 {
    font-size: 19px;
    margin-bottom: 5px;
}
#market-your-extension .columns img {
    margin-left: -8px;
}
#market-your-extension h2 + ol {
    margin-top: 30px;
}
#market-your-extension ol {
    padding: 0;
}
#market-your-extension ol li {
    position: relative;
    padding: 0 0 0 40px;
    list-style: none;
}
#market-your-extension ol li > span {
    background: url(../images/basicSprite.png?v=5) no-repeat -564px -85px;
    height: 36px;
    width: 36px;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    line-height: 36px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    overflow: hidden;
}
#market-your-extension ol dt {
    color: #727272;
    font-weight: bold;
    margin: 0;
}
#market-your-extension ol dd {
    margin-bottom: 23px;
    background: none;
    padding: 0;
}




/*
 * ****************************************************
 * Page (CMS): Trusted Extensions
 * ****************************************************
 */

#trusted-extensions li {
    background: url(../images/pages/brown-list-bullet.png) no-repeat 0 6px;
    padding-left: 15px;
}
#trusted-extensions > .left {
    float: left;
    width: 540px;
    margin-right: 75px;
}
#trusted-extensions > .left ul {
    padding-left: 0;
}
#trusted-extensions > .left ul li {
    list-style: none;
    padding-bottom: 30px;
}
#trusted-extensions > .right {
    float: left;
    width: 375px;
}
#trusted-extensions > .right img {
    margin-bottom: 30px;
}

/* Pop-up: "Trusted Extension" Registration */

#trusted-extensions-registration {
    position: absolute;
    top: -9999px;
    left: 50%;
    margin-left: -381px;
    z-index: 400;
    padding: 21px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
    width: 745px;
}
#trusted-extensions-registration.active {
    top: 120px;
}




/*
 * ****************************************************
 * Page: Forgot Your Password?
 * ****************************************************
 */

body.customer-account-forgotpassword h1 {
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
    font-family: CallunaSansRegular;
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}
#forgot-password-form {
    width: 605px;
    display: block;
}
#forgot-password-form fieldset {
    margin-bottom: 10px;
}
#forgot-password-form fieldset p {
    margin: 0 0 1.5em 0;
}
#forgot-password-form .input-box {
    padding: 0 0 9px 0;
}
#forgot-password-form label {
    font-family: CallunaSansSemiBold;
    font-size: 14px;
    width: 205px;
    color: #555;
    padding-top: 4px;
    text-align: right;
    display: inline-block;
    margin-right: 12px;
}
#forgot-password-form input[type="text"],
#forgot-password-form input[type="password"] {
    width: 355px;
}
#forgot-password-form .validation-advice {
    margin-left: 220px;
}
#forgot-password-form-submit-block {
    padding: 0 20px 0 0;
}
#forgot-password-form-submit-block button {
    float: right;
}
#forgot-password-form-submit-block a {
    margin-left: 165px;
}
#forgot-password-form-submit-block .required-note {
    width: auto;
    clear: both;
}




/*
 * ****************************************************
 * Page: Login or Create an Account
 * ****************************************************
 */

body.customer-account-login h1 {
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
    font-family: CallunaSansRegular;
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}
#login-page {
    padding: 30px 0 50px;
}
#login-page.login-form-only #login-page-new-customers {
    display: none;
}
#login-page.login-form-only #login-form {
    float: none;
    margin: 0 auto;
}

/* Block: Registered Customers */

#login-form {
    width: 430px;
    display: block;
    float: left;
    margin-left: 40px;
}
#login-form h2,
#login-page-new-customers h2 {
    margin: 0 0 10px;
    font: bold 15px/18px Helvetica,Arial,sans-serif;
    color: #444;
}
#login-form fieldset p,
#login-page-new-customers p {
    margin: 0 0 1.5em 0;
}
#login-form .input-box {
    padding-bottom: 9px;
    margin-right: 25px;
}
#login-form label {
    font-family: CallunaSansSemiBold;
    font-size: 14px;
    width: 135px;
    color: #555;
    padding-top: 4px;
    text-align: right;
    display: inline-block;
    margin-right: 12px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
    width: 224px;
}
#login-form .validation-advice {
    margin-left: 150px;
}

#login-form-submit-block {
    padding: 0 45px 0 0;
}
#login-form-submit-block button {
    float: right;
}
#login-form-submit-block a {
    margin-left: 150px;
}
#login-form-submit-block .required-note {
    width: auto;
    clear: both;
}

/* Block: New Customers */

#login-page-new-customers {
    width: 360px;
    float: right;
    margin-right: 50px;
}
#login-page-new-customers a {
    float: right;
}




/*
 * ****************************************************
 * Page (CMS): Create Your Extension
 * ****************************************************
 */

#create-your-extension {
    font-size: 15px;
    line-height: 22px;
    width: 520px;
    margin-right: 70px;
    float: left;
}
#create-your-extension h2 {
    font-size: 19px;
}
#create-your-extension p,
#create-your-extension ul,
#create-your-extension dl,
#create-your-extension h2,
#create-your-extension li {
    margin-bottom: 13px;
}
#create-your-extension dt {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    color: #727272;
}
#create-your-extension dd {
    margin-bottom: 25px;
    background: none;
    padding-left: 0;
}

/* Block: Guidelines */

#create-your-extension-guidelines {
    width: 400px;
    float: left;
    padding: 0;
}
#create-your-extension-guidelines li {
    float: left;
    text-align: center;
    width: 180px;
    list-style: none;
    margin-bottom: 50px;
}
#create-your-extension-guidelines li:nth-of-type(odd) {
    margin-right: 40px;
}
#create-your-extension-guidelines li figcaption {
    margin: 10px 0;
    font-size: 15px;
    line-height: 20px;
}
#create-your-extension-guidelines li figcaption strong {
    color: #555;
    display: block;
}




/*
 * ****************************************************
 * Page: Categories
 * ****************************************************
 */

/* Title */

.category-title {
    margin: 15px 0 23px 0;
    overflow: hidden;
}
.category-title h1 {
    width: 500px;
    padding-right: 20px;
    float: left;
    font: 18px/28px CallunaSansRegular;
}

/* Block: Filter by cost */

#category-type-filter {
    float: right;
}

/* Slider */

#category-slider {
    margin-bottom: 70px;
    position: absolute;
    top: -30000px;
}
#category-slider.active,
#category-slider-expander.active {
    top: 0;
    position: relative;
}
#category-slider-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21px;
    text-align: center;
}
#category-slider-nav a {
    display: inline-block;
    background: url(../images/basicSprite.png?v=5) no-repeat -347px -24px;
    width: 30px;
    height: 21px;
    border: none;
    font-size: 0;
    color: #ccc;
}
#category-slider-nav a:hover {
    background-position: -347px -54px;
}
#category-slider-nav a.activeSlide,
#category-slider-nav a.activeSlide:hover {
    background-position: -346px 0;
}
#category-slider-list {
    background: #fff;
    height: 278px;
    width: 707px;
    -moz-box-shadow: 0 0 3px rgba(186, 183, 165, .75);
    -webkit-box-shadow: 0 0 3px rgba(186, 183, 165, .75);
    box-shadow: 0 0 3px rgba(186, 183, 165, .75);
}
#category-slider-collapser {
    background: url(../images/basicSprite.png?v=5) no-repeat -290px 9px;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #e1dfd6;
    border-width: 1px 1px 0 0;
    z-index: 100;
    cursor: pointer;
}
#category-slider-collapser:hover {
    background-position: -289px -29px;
}
#category-slider-expander {
    position: absolute;
    top: -30000px;
    margin-bottom: 40px;
    cursor: pointer;
    height: 35px;
    width: 450px;
    background: #fff url(../images/basicSprite.png?v=5) no-repeat 100% -238px;
    -moz-box-shadow: 0 0 2px #c9c7be;
    -webkit-box-shadow: 0 0 2px #c9c7be;
    box-shadow: 0 0 2px #c9c7be;
}
#category-slider-expander:hover {
    background-position: 100% -280px;
}
#category-slider-expander p {
    background: url(../images/basicSprite.png?v=5) no-repeat 100% -191px;
    position: relative;
    top: -11px;
    font-weight: bold;
    font-size: 14px;
    color: #86857c;
    padding: 21px 110px 0 40px;
    height: 25px;
}

/* Slider: "featured-extension" snippet */

#category-slider-list .featured-extension {
    height: 228px;
    padding: 30px 30px 20px 30px;
}
#category-slider-list .featured-extension .col + .col {
    width: 405px;
}
#category-slider-list .featured-extension-icon {
    width: 210px;
    height: 210px;
    margin: 0 26px 7px 0;
}
#category-slider-list .featured-extension-author {
    text-align: center;
    width: 210px;
    height: 20px;
    overflow: hidden;
    color: #727272;
    font-size: 12px;
    line-height: 18px;
}
#category-slider-list .featured-extension-title {
    padding-bottom: 15px;
}
#category-slider-list .featured-extension-title a {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
#category-slider-list .featured-extension-description {
    margin-bottom: 18px;
    max-height: 136px;
    overflow: hidden;
}
#category-slider-list .featured-extension-price {
    font-size: 17px;
}
#category-slider-list .featured-extension .downloads-reviews {
    position: absolute;
    bottom: 18px;
    right: 11px;
    font-weight: bold;
}

/* List of extensions */

.category-view {
    position: relative;
}
#category_products_list .pager-pages {
    padding: 0;
}

/* List of extensions: Your search did not return any results. Suggestions: */

.category-suggestions-list li {
    list-style: square inside;
    padding-left: 2px;
}

/* List of extensions: "featured-extension" snippet */

#category-extension-list .featured-extension {
    float: left;
    width: 323px;
    font-size: 12px;
    margin-bottom: 60px;
    padding: 0 0 65px 0;
    position: relative;
}
#category-extension-list .featured-extension.odd {
    margin-right: 60px;
}
#category-extension-list .featured-extension .col + .col {
    width: 170px;
    height: 125px;
    overflow: hidden;
}
#category-extension-list .featured-extension-icon {
    width: 125px;
    height: 125px;
    margin: 0 16px 0 0;
}
#category-extension-list .featured-extension-title {
    padding-bottom: 13px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}
#category-extension-list .featured-extension-price strong {
    background: white;
    display: inline-block;
    padding: 0 14px;
    height: 33px;
    line-height: 35px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
#category-extension-list .featured-extension .downloads-reviews-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #fff;
}
#category-extension-list .featured-extension .downloads-reviews {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d8d8d8;
    padding: 11px 0 11px 5px;
    font-size: 1.2em;
    font-weight: bold;
}

/* Block: Refine Results */

#refine-results {
    padding: 20px;
    color: #86857c;
}
#refine-results h3 {
    font: normal 18px/23px CallunaSansRegular;
    margin: -4px 0 20px;
}
#refine-results label {
    margin: 0 6px 4px 0;
}
#refine-results h4 {
    padding: 30px 0 3px 0;
    font-size: 12px;
    font-weight: normal;
}
#refine-results .nice-select {
    margin: 3px 0 17px;
    width: auto;
    display: block;
}
#refine-results .nice-select.disabled div.select {
    cursor: default;
}
#refine-results .nice-select span {
    color: #86857c;
}
#refine-results .nice-select.disabled span {
    color: #ccc;
}

/* Block: Refine Results -> Keywords AND Search */

#refine-results-search-switch {
    margin: 0 -2px 7px;
}
#refine-results-keywords .ui-textured-darkgrey-block {
    text-align: right;
}
#refine-results-keywords-clear {
    display: inline-block;
    line-height: 1em;
    margin: 8px 2px 0 0;
}
.refine-results-keyword {
    border: 1px solid #c9c7be;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 25px;
    line-height: 25px;
    padding: 0 20px 0 8px;
    margin-bottom: 3px;
    position: relative;
    cursor: pointer;
    text-align: left;
}
.refine-results-keyword span:after,
.refine-results-keyword span .after {
    content: "";
    background: url(../images/basicSprite.png?v=5) no-repeat 100% -152px;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.refine-results-keyword span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#refine-results-search {
    position: relative;
}
#refine-results-search-input {
    color: #8c8c8c;
    width: 152px;
    padding: 7px 9px;
    height: 15px;
    border: 1px solid #c9c7be;
}
#refine-results-search-button {
    border: 1px solid #c9c7be;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    padding: 0;
    height: 31px;
    overflow: hidden;
    text-indent: -1000px;
    cursor: pointer;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background: url(../images/basicSprite.png?v=5) no-repeat -145px -1px;
}
#refine-results-search-button:hover,
#refine-results-search-button:active {
    background: url(../images/basicSprite.png?v=5) no-repeat -241px -2px;
}
.refine-results-keyword {
    background: #faf9f5; /* Old browsers */
    background: -moz-linear-gradient(top, #faf9f5 1%, #e7e6e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#faf9f5), color-stop(100%,#e7e6e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #faf9f5 1%,#e7e6e1 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #faf9f5 1%,#e7e6e1 100%); /* IE10+ */
    background: linear-gradient(top, #faf9f5 1%,#e7e6e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f5', endColorstr='#e7e6e1',GradientType=0 ); /* IE6-8 */
}
.refine-results-keyword:hover {
    background: #e7e6e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e7e6e0 1%, #dcdbd3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e7e6e0), color-stop(100%,#dcdbd3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e7e6e0 1%,#dcdbd3 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #e7e6e0 1%,#dcdbd3 100%); /* IE10+ */
    background: linear-gradient(top, #e7e6e0 1%,#dcdbd3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e6e0', endColorstr='#dcdbd3',GradientType=0 ); /* IE6-8 */
}

/* Block: Refine Results -> Price Range */

#refine-results .ui-textured-darkgrey-block {
    padding: 9px;
}
#refine-results-price .ui-textured-darkgrey-block {
    text-align: center;
}
.refine-results-price-slider {
    background: url(../images/basicSprite.png?v=5) no-repeat -143px -87px;
    position: relative;
    padding: 0 6px;
    height: 22px;
}
#refine-results .ui-slider {
    position: relative;
    text-align: left;
    width: 100%;
    height: 24px;
    margin-bottom: -7px;
    cursor: pointer;
}
#refine-results .ui-slider .ui-slider-handle {
    position: absolute;
    top: -2px;
    margin-left: -8px;
    z-index: 2;
    width: 16px;
    height: 25px;
    cursor: pointer;
    background: url(../images/basicSprite.png?v=5) no-repeat -144px -122px;
}
#refine-results .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    display: block;
    background: url(../images/basicSprite.png?v=5) no-repeat -144px -55px;
    height: 100%;
}
#refine-results-price-values {
    position: relative;
    height: 25px;
    margin: 5px 0 11px;
    text-align: center;
    background: url(../images/basicSprite.png?v=5) no-repeat -145px -155px;
    font-size: 13px;
    line-height: 25px;
}
#refine-results-price-values strong {
    max-width: 70px;
    overflow: hidden;
    position: absolute;
    background: url(../images/ui/textured-darkgrey-block-bg.jpg) repeat-x 0 0;
    top: 1px;
    height: 25px;
}
#refine-results-price-values em {
    font-weight: bold;
}
#refine-results-price-min-value {
    left: 2px;
    padding-right: 5px;
}
#refine-results-price-max-value {
    right: 2px;
    padding-left: 5px;
}

/* Block: Refine Results -> Trusted Extensions */

#refine-results-trusted-extension {
    margin: 7px 0 30px 0;
}
#refine-results-trusted-extension .nice-checkbox {
    margin: -2px 0 0 -2px;
}
#refine-results #refine-results-trusted-extension-label {
    display: inline-block;
    width: 110px;
    line-height: 16px;
    margin: 0 0 0 4px;
}
.refine-results-trusted-extension-img {
    display: inline-block;
    width: 29px;
    height: 23px;
    background: url(../images/basicSprite.png?v=5) -61px -69px;
    position: relative;
    left: -3px;
    top: 9px;
}
#refine-results-trusted-extension.disabled {
    color: #ccc;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#refine-results-trusted-extension.disabled span,
#refine-results-trusted-extension.disabled label {
    cursor: default;
}
#refine-results-trusted-extension.disabled .refine-results-trusted-extension-img {
    background-position: -91px -69px;
}

/* Block: Refine Results -> Partner Extensions */

#refine-results-partner-extension {
    margin: 7px 0 30px 0;
}
#refine-results-partner-extension .nice-checkbox {
    margin: -2px 0 0 -2px;
}
#refine-results #refine-results-partner-extension-label {
    display: inline-block;
    width: 140px;
    line-height: 16px;
    margin: 0 0 0 4px;
}

#refine-results-ebay-extension .nice-checkbox {
    margin: -2px 0 0 -2px;
}
#refine-results #refine-results-ebay-extension-label {
    display: inline-block;
    width: 150px;
    line-height: 16px;
    margin: 0 0 0 4px;
}

#refine-results-partner-extension.disabled, #refine-results-ebay-extension.disabled {
    color: #ccc;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#refine-results-partner-extension.disabled span, #refine-results-ebay-extension.disabled span,
#refine-results-partner-extension.disabled label, #refine-results-ebay-extension.disabled label, {
    cursor: default;
}
#refine-results-partner-extension.disabled .refine-results-trusted-extension-img {
    background-position: -91px -69px;
}

/* Pop-up: Applying Filter */

#category-ajax-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 300;
    margin: -85px 0 0 -109px;
    padding: 20px;
    color: #449e8e;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border-color: #c9c7be;
    -moz-box-shadow: 2px 0 9px rgba(155, 154, 146, .75);
    -webkit-box-shadow: 2px 0 9px rgba(155, 154, 146, .75);
    box-shadow: 2px 0 9px rgba(155, 154, 146, .75);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
#category-ajax-loader-text {
    display: block;
    width: 177px;
    height: 122px;
    background: #fff url(../images/pages/ajax-loader.gif) no-repeat 50% 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-indent: -1000px;
    overflow: hidden;
}
#category-ajax-loader-text.active {
    padding-top: 11px;
    background-position: 50% 17px;
    text-indent: 0;
}




/*
 * ****************************************************
 * Page: Developer Info
 * ****************************************************
 */

/* Block: Description */

#developer-view-description {
    width: 720px;
    float: right;
    margin-bottom: 48px;
    min-height: 100px;
}
#developer-view-description > img {
    float: right;
    margin-left: 40px;
    margin-bottom: 21px;
    max-width: 100px;
    max-height: 100px;
    min-width: 25px;
    min-height: 25px;
    -moz-box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, .3);
}
#developer-view-description > h1 {
    color: #f47b20;
    font: 30px/normal CallunaSansSemiBold;
    margin-bottom: 5px;
}
#developer-view-description > div,
#developer-view-description > div p {
    color: #727272;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}

/* Block: Info */

#developer-view-info {
    width: 198px;
    padding: 22px;
    margin-bottom: 63px;
    float: left;
    background: #fff;
    border: 1px solid #ddddd5;
    -moz-box-shadow: 0 0 1px rgba(186, 183, 165, .50);
    -webkit-box-shadow: 0 0 1px rgba(186, 183, 165, .50);
    box-shadow: 0 0 1px rgba(186, 183, 165, .50);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#developer-view-info h2 {
    color: #555;
    font: normal 18px/normal CallunaSansRegular;
    padding-bottom: 15px;
}
#developer-view-info h2 strong {
    font-family: CallunaSansSemiBold;
    font-weight: normal;
    padding-top: 3px;
    display: block;
}

/* Block: Info -> "developer-info" snippet */

.developer-view .developer-info li {
    padding: 0 15px 0 20px;
}
.developer-view .developer-info li:first-child {
    padding: 15px 0;
    border-top: 1px solid #d8d8d8;
    width: 100%;
    background: none;
}

/* Block: Tabs */

#developer-view-tabs {
    clear: both;
}

/* Block: Extension List */

#developer-extension-list {
    position: relative;
    left: -45px;
    width: 900px;
}

/* Block: Extension List -> "featured-extension" snippet */

#developer-extension-list .featured-extension {
    float: left;
    width: 270px;
    font-size: 12px;
    margin: 0 0 60px 28px;
    padding: 0 0 60px 0;
    position: relative;
}
#developer-extension-list .featured-extension .col + .col {
    width: 160px;
    height: 112px;
    overflow: hidden;
}
#developer-extension-list .featured-extension-icon {
    width: 82px;
    height: 82px;
    margin: 0 22px 0 0;
}
#developer-extension-list .featured-extension-title {
    margin: 0;
    padding-bottom: 5px;
    font: bold 14px/18px Helvetica, Arial, sans-serif;
}
#developer-extension-list .featured-extension-description {
    font-size: 13px;
    line-height: 18px;
}
#developer-extension-list .featured-extension .downloads-reviews {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 11px 0 11px 5px;
    font-size: 1.2em;
    font-weight: bold;
}




/*
 * ****************************************************
 * Page: Product Info
 * ****************************************************
 */

/* Adjust "header" snippet */
body.catalog-product-view #header {
    padding-bottom: 16px;
}

/* Globals: This extension is currently unavailable... */

.product-view .unavailability-message {
    color: #f47b20;
    font-size: 13px;
    font-style: italic;
    line-height: 1.55em;
}

/* Globals: license-agreement-box */

.product-view .license-agreement-box {
    padding: 20px 15px 5px 25px;
    width: 205px;
    height: 95px;
    font-size: 12px;
    line-height: 19px;
    margin-left: 7px;
}
.product-view .license-agreement-box .license-agreement-box-agreement-version-title {
    text-align: center;
}
.product-view .license-agreement-box .nice-select {
    width: 167px;
    float: left;
}
.product-view .license-agreement-box .nice-select strong {
    font-weight: normal;
}
.product-view .license-agreement-box .icon-help {
    background: url(../images/basicSprite.png?v=5) no-repeat 0 -166px;
    width: 17px;
    height: 17px;
    position: relative;
    left: 5px;
    top: 6px;
    cursor: help;
    float: left;
}
.product-view .license-agreement-box .icon-help .ui-tooltip {
    width: 156px;
    white-space: normal;
    text-align: left;
    top: 20px;
    right: -30px;
    cursor: default;
    padding-bottom: 15px;
}
.product-view .license-agreement-box .icon-help .ui-tooltip:before,
.product-view .license-agreement-box .icon-help .ui-tooltip .before {
    left: auto;
    right: 30px;
}
.product-view .license-agreement-box .icon-help .ui-tooltip a {
    position: relative;
    top: 5px;
}
.product-view .license-agreement-box .icon-help:hover .ui-tooltip {
    visibility: visible;
}
.product-view .license-agreement-box button {
    margin: 4px 0 6px;
    width: 190px;
    padding: 0;
}
.product-view .license-agreement-box .license-agreement-box-agreement {
    font-size: 11px;
    line-height: 15px;
    padding: 0 0 0 20px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-view .license-agreement-box .ui-checkbox {
    float: left;
    margin: -1px 0 0 -20px;
}

/* Globals: extension-key-box */
.product-view .extension-key-box {
    padding: 15px 10px 10px 10px;
    width: 225px;
    height: 95px;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
}
.product-view .extension-key-box input {
    width: 205px;
    margin: 6px 0 12px 0;
}
.product-view .extension-key-box button {
    width: 120px;
    padding: 0;
}

/* Globals: the rest */

.product-view .get-extension-button {
    position: relative;
}
.product-view .ui-textured-block {
    display: none;
}

/* Block: Info */

#product-view-info {
    float: right;
    width: 460px;
    color: #727272;
    margin-bottom: 30px;
}
#product-view-info h1 {
    color: #f47b20;
    font: 24px/1.4em CallunaSansSemiBold;
    margin: 0 88px 25px 0;
}
#product-view-info .product-view-info-publisher-avatar {
    float: right;
    margin: 0 0 25px 10px;
}
#product-view-info .product-view-info-publisher-avatar img {
    border: 1px solid #e0ded4;
    padding: 3px;
    background: #fff;
    -moz-box-shadow: 0 0 1px #e0ded4;
    -webkit-box-shadow: 0 0 1px #e0ded4;
    box-shadow: 0 0 1px #e0ded4;
}
#product-view-info .product-view-info-description {
    font-size: 1.3em;
    line-height: 1.4em;
    min-height: 3em;
    margin-bottom: 1.8em;
}

/* Block: Info -> "developer-info" snippet */

#product-view-info .developer-info {
    padding-top: 10px;
    border-top: 1px solid #fff;
    clear: both;
}
#product-view-info .developer-info li:first-child {
    padding: 0 20px 0 0;
    background: none;
}
#product-view-info .developer-info li.developer-info-extensions {
    padding-right: 0;
}

/* Block: Info -> "downloads-reviews" snippet */

#product-view-info .downloads-reviews {
    clear: both;
    padding-bottom: 1.3em;
    font-size: 1.2em;
}
#product-view-info .downloads-reviews .downloads {
    z-index: 100;
    cursor: help;
}
#product-view-info .downloads-reviews .reviews a > span {
    color: #2483C7;
}
#product-view-info .downloads-reviews .reviews a > span:hover {
    color: #009ef8;
    border-bottom: 1px dotted #009ef8;
}
#product-view-info .downloads-reviews .reviews-bazaarvoice {
    width: 210px;
    min-height: 40px;
}

/* Block: Info -> Popularity Score Box */

#downloads-reviews-popularity-score-box {
    left: -150px;
    width: 315px;
    height: 106px;
    padding: 17px 7px 9px 3px;
    font-size: 13px;
    text-align: center;
    cursor: default;
}
#downloads-reviews-popularity-score-box .first {
    line-height: 18px;
    margin-bottom: 5px;
}
#downloads-reviews-popularity-score-box .first strong {
    display: block;
}
#downloads-reviews-popularity-score-box .last {
    line-height: 23px;
}
#downloads-reviews-popularity-score-box .last span {
    display: inline-block;
    width: 55px;
    height: 48px;
    border: 1px solid #fff;
    padding: 9px 0 0 0;
    font-weight: bold;
}
#downloads-reviews-popularity-score-box .last .active {
    border-color: #ceccbf;
}
#downloads-reviews-popularity-score-box .last img {
    display: block;
    margin: 0 auto 2px;
}

/* Block: Info -> Product Offers */

#product-view-offers {
    min-height: 150px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

/* Block: Info -> Product Offers -> Product Editions */

.product-view-offers-editions {
    padding-bottom: 6px;
    min-height: 45px;
}
.product-view-offers-editions > div {
    float: right;
}
.product-view-offers-editions-compatibility {
    line-height: 20px;
    padding: 6px 20px 0 0;
    max-width: 189px;
}
.product-view-offers-editions .nice-select {
    width: 247px;
}
.product-view-offers-editions .nice-select .options {
    min-width: 180px;
}

/* Block: Info -> Product Offers -> Product Purchasing -> Extension Price */

#extension-price-wrap {
    position: relative;
    float: right;
    width: 185px;
    overflow: hidden;
    min-height: 44px;
    margin-right: 17px;
}
#extension-price-wrap strong {
    font: 34px/38px CallunaSansSemiBold;
    color: #555;
    float: right;
    text-align: right;
}
#extension-price-wrap #trusted-extension {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/pages/trusted.png) no-repeat 0 0;
    width: 51px;
    height: 44px;
}

/* Block: Info -> Product Offers -> Product Purchasing -> About button and pop-ups */

#button-purchase-input {
    width: 250px;
    padding: 0;
    margin-left: 4px;
}
#button-purchase-input + .ui-tooltip {
    top: 38px;
    left: 90px;
    width: 113px;
    white-space: normal;
    text-align: left;
}
#button-purchase-input + .ui-tooltip:before,
#button-purchase-input + .ui-tooltip .before {
    left: 35px;
}
#button-purchase-input:hover + .ui-tooltip,
#button-purchase-input + .ui-tooltip:hover {
    visibility: visible;
}
#product-view-offers-purchasing .ui-textured-block {
    float: right;
    margin-top: -10px;
}
#product-view-offers-purchasing .get-extension-button {
    float: right;
    width: 254px;
}
#product-view-offers-purchasing .unavailability-message {
    float: right;
    width: 200px;
    padding: 0 25px;
    margin-left: 5px;
}
#product-view-offers-purchasing #visit-dev-website-msg {
    display: none;
    font-size: 11px;
    padding: 10px 10px 0 10px;
    text-align: center;
}

/* Block: Tabs */

#product-view-tabs {
    clear: both;
    position: relative;
}
#product-view-tabs-notification {
    color: #CC0033;
    position: absolute;
    top: -27px;
    right: 25px;
    text-align: right;
    font-size: 11px;
    line-height: 16px;
}
#product-view-tabs .ui-tabs h2 {
    color: black;
    font: normal 10px CallunaSansSemiBold;
}

/* Block: Tabs: Release Notes */

#product-view-tabs .tab-content-m2package .extension-version,
#product-view-tabs .tab-content-releasenotes .extension-version {
    font-size: 15px;
    line-height: 22px;
}
#product-view-tabs .tab-content-m2package .extension-version {
    margin-top: 7px;
}
#product-view-tabs .tab-content-m2package .extension-version > h3,
#product-view-tabs .tab-content-releasenotes .extension-version > h3 {
    color: #f47b20;
    font: 24px/30px CallunaSansSemiBold;
}
#product-view-tabs .tab-content-m2package .extension-version > h3 {
    margin-bottom: 0;
}
#product-view-tabs .tab-content-m2package .extension-version > date,
#product-view-tabs .tab-content-releasenotes .extension-version > date {
    font-weight: bold;
    line-height: 30px;
    display: block;
}
#product-view-tabs .tab-content-releasenotes .extension-version-description,
#product-view-tabs .tab-content-releasenotes .extension-version-description p {
    margin-bottom: 50px;
}
#product-view-tabs .tab-content-m2package .package_versions li {
    list-style: none;
}
#product-view-tabs .tab-content-m2package .extension-version .package_version_details {
    margin-top: 10px;
}
#product-view-tabs .tab-content-m2package .package_version_block .details_block {
    float: left;
    margin-bottom: 14px;
    width: 33.3333%;
}
#product-view-tabs .tab-content-m2package .package_version_block .details_block ul {
    margin-left: 2px;
}
#product-view-tabs .tab-content-m2package .package_version_block .details_block_info {
    margin-top: 5px;
    padding-left: 4px;
}
#product-view-tabs .tab-content-m2package .extension-version li {
    padding-right: 6px;
    list-style: inside none disc;
}
#product-view-tabs .tab-content-releasenotes .extension-version-description li {
    background: url(../images/pages/brown-list-bullet.png) no-repeat 0 8px;
    padding-left: 15px;
    list-style: none;
}
#product-view-tabs .tab-content-releasenotes .extension-version-description ol > li {
    background: none;
    padding-left: 0;
    margin-left: 20px;
    list-style: decimal;
}
#product-view-tabs .tab-content-releasenotes .extension-version-meta {
    margin: 11px 0;
    font-size: 19px;
    color: #727272;
    clear: both;
}
#product-view-tabs .tab-content-releasenotes .extension-version-meta .item {
    font-family: CallunaSansRegular, Arial, sans-serif;
    display: inline;
    margin-right: 8px;
}
#product-view-tabs .tab-content-releasenotes .extension-version-meta strong {
    font-family: CallunaSansSemiBold, Arial, sans-serif;
    font-weight: bold;
}
#product-view-tabs .tab-content-releasenotes .ajax-fader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/pages/bkg_ajax_fader.png) 0 0;
    z-index: 200;
}
#product-view-tabs .tab-content-releasenotes .ajax-loading .ajax-fader {
    display: block;
}
#product-view-tabs .tab-content-releasenotes .ui-button-blue-huge {
    width: 245px;
    padding: 0;
    margin: 14px 0 14px;
}
#product-view-tabs .tab-content-releasenotes .ui-textured-block {
    margin: 15px 0;
}
#product-view-tabs .tab-content-releasenotes .unavailability-message {
    padding: 10px 0;
}
#product-view-tabs .tab-content-releasenotes .ui-popup-brown {
    font-size: 12px;
    line-height: 1.55em;
}
.tab-content-releasenotes .pager-pages {
    padding: 0;
}

/* Block: Tabs: Get Help */

#product-view-tabs .tab-content-help h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
#product-view-tabs .tab-content-help p {
    padding-bottom: 30px;
}
#product-view-tabs .tab-content-help ul ~ ul {
    overflow: hidden;
    padding-bottom: 65px;
}
#product-view-tabs .tab-content-help ul ~ ul li {
    float: left;
    margin-right: 45px;
    padding-left: 17px;
    background: url(../images/basicSprite.png?v=5) no-repeat -584px -397px;
    padding-left: 20px;
    font-size: 13px;
}
#product-view-tabs .tab-content-help ul ~ ul li a {
    padding-top: 2px;
    padding-bottom: 1px;
}

/* Block: Tabs: Get Help -> "developer-info" snippet */

.tab-content-help .developer-info {
    font-size: 13px;
    line-height: 1.4em;
    padding-bottom: 65px;
}
.tab-content-help .developer-info li {
    padding: 0 45px 0 20px;
}

/* Block: Tabs: Overview */

#product-view-tabs .tab-content-description {
    position: relative;
}
#product-view-tabs-xcommerce-note {
    padding: 10px;
    font-size: 9px;
    line-height: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #f0efe9;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
#product-view-tabs #product-view-tabs-xcommerce-note img {
    border-width: 0 1px 0 0;
    float: left;
}
#product-view-tabs-xcommerce-note figcaption {
    padding: 7px 0 0 10px;
    float: right;
    width: 180px;
}
#product-view-tabs .tab-content-description .std {
    overflow: hidden;
}
#product-view-tabs .tab-content-description .std h1,
#product-view-tabs .tab-content-description .std h2,
#product-view-tabs .tab-content-description .std h3,
#product-view-tabs .tab-content-description .std h4,
#product-view-tabs .tab-content-description .std h5,
#product-view-tabs .tab-content-description .std h6 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: normal;
}
#product-view-tabs .tab-content-description .std h3 {
    font-size: 23px;
}
#product-view-tabs .tab-content-description .std img {
    max-width: 830px;
    border: 1px solid #d7d7d7;
}
#product-view-tabs .tab-content-description .std img.partner {
    float: right;
    border: none;
}
#product-view-tabs .tab-content-description .std ul,
#product-view-tabs .tab-content-description .std ol,
#product-view-tabs .tab-content-description .std dl,
#product-view-tabs .tab-content-description .std p,
#product-view-tabs .tab-content-description .std address,
#product-view-tabs .tab-content-description .std blockquote,
#product-view-tabs .tab-content-description .std table {
    margin-bottom: 30px;
}
#product-view-tabs .tab-content-description .std ul {
    padding-left: 0;
}
#product-view-tabs .tab-content-description .std ul > li {
    padding-bottom: 30px;
    padding-left: 15px;
    list-style: none;
}
#product-view-tabs .tab-content-description .std dt,
#product-view-tabs .tab-content-description .std dd {
    color: #727272;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
#product-view-tabs .tab-content-description .std dt {
    font-weight: bold;
}
#product-view-tabs .tab-content-description .std dd {
    padding-left: 0;
    padding-bottom: 25px;
    background: none;
}

/* Block: Media */

#product-view-media {
    width: 470px;
    float: left;
    -moz-box-shadow: 0 0 3px rgba(186, 183, 165, .75);
    -webkit-box-shadow: 0 0 3px rgba(186, 183, 165, .75);
    box-shadow: 0 0 3px rgba(186, 183, 165, .75);
    margin-bottom: 30px;
    padding: 10px;
    background-color: #fff;
}
#product-view-media-main-image {
    border: 1px solid #d7d7d7;
    position: relative;
}
#product-view-media-main-image iframe {
    display: block;
}
.product-view-media-slider {
    margin: 10px 0 0;
    padding: 0 19px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#product-view-media-slider-list {
    overflow: hidden;
    height: 76px;
}
#product-view-media-slider-prev,
#product-view-media-slider-next {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 76px;
    width: 14px;
    background: url(../images/basicSprite.png?v=5) no-repeat 0 0;
    text-indent: -9999px;
}
#product-view-media-slider-prev {
    background-position: -62px 17px;
    left: 2px;
}
#product-view-media-slider-next {
    background-position: -95px 17px;
    right: 2px;
}
#product-view-media-slider-list li {
    float: left;
}
#product-view-media-slider-list li:first-child a {
    margin-left: 0;
}
#product-view-media-slider-list a {
    display: block;
    margin-left: 9px;
    border: 1px solid #d7d7d7;
}
#product-view-media-slider-list a img {
    display: block;
}
#product-view-media-slider-list a:hover,
#product-view-media-slider-list .active a {
    border: 1px solid #8c8c8c;
}
#product-view-media-slider-list a:hover {
    opacity: .9;
}
.product-view-media-slider-video {
    position: relative;
}
.product-view-media-slider-video span {
    width: 39px;
    height: 25px;
    position: absolute;
    top: 26px;
    left: 32px;
    background: url(../images/basicSprite.png?v=5) no-repeat -2px -42px;
    cursor: pointer;
}
#product-view-media-zoomtool {
    position: absolute;
    right: 7px;
    bottom: 7px;
    background: url(../images/basicSprite.png?v=5) no-repeat 0 0;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
}

/* Pop-up: Checkout message: No stores */

.product-view-nostores-popup {
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
    font: normal 18px/24px CallunaSansSemiBold;
    text-align: center;
}
#lightwindow-content .product-view-nostores-popup-text {
    padding: 15px 33px 25px 33px;
    color: #86857c;
    text-align: left;
}
.product-view-nostores-popup .ui-button-blue-middle {
    margin-right: 15px;
}
.product-view-nostores-popup .ui-button {
    font: normal 19px/35px CallunaSansSemiBold;
    vertical-align: top;
}

