/* Helper */

.textreplace {
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
}

body {
	font-family: Helvetica, Arial, sans-serif;
}

#bd {
    margin: 0 auto;
    width: 940px;
}

#store {
}

#store {
    font: normal 13px/1.5 Helvetica, Arial, Geneva, sans-serif;
    margin: 20px 16px;
}

#bd #store .left-column {
    width: 688px;
}



#complete {
    background: url(/assets/images/store/complete.png) no-repeat 434px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 36px;
    overflow: auto;
    padding-bottom: 36px;
}

#store.index h1 {
    color: #000;
    font: bold 40px/1 HelveticaNeue, Helvetica, Arial, Geneva, sans-serif;
    margin-bottom: 8px;
}

#store.index .intro {
    color: #333;
    font: normal 14px/20px HelveticaNeue, Helvetica, Arial, Geneva, sans-serif;
    margin-bottom: 36px;
    width: 410px;
}

#store.index #below h2 {
    color: #000;
    font: bold 18px/1 HelveticaNeue, Helvetica, Arial, Geneva, sans-serif;
    margin: 0 0 6px;
}

#store.index #below #services {
    background: url(/assets/images/store/questions.png) no-repeat 100% 0;
    float: left;
    padding-right: 180px;
    width: 350px;
}

#store.index #below #contact {
    margin-left: 568px;
}

#store.index li.pack {
    float: left;
    margin-right: 30px;
    width: 219px;
}

#store.index li.pack.last {
    margin-right: 0;
    width: 159px;
}

#store.index li.pack a {
    text-decoration: none;
}

#store.index li.pack strong {
    color: #252525;
    font-size: 16px;
}

#store.index li.pack.last strong {
    color: #757575;
    display: block;
    font-size: 14px;
    margin: 0 0 3px;
}

#store.index li.pack .button {
    color: white;
    display: block;
    margin-top: 12px;
}

#store.index li.pack .price {
    color: #000;
    display: block;
    font-size: 18px;
    position: relative;
    top: 15px;
    left: 10px;
}

#store.index li.pack span {
    color: #999;
}

#store.index li.pack ol li {
    font-weight: bold;
}




/* Buttons */

#store.index .primary,
#store.index .secondary {
    background: #8ebf00 url(/assets/images/bg-buttons.gif) repeat-x 0 -24px;
    border: 1px solid #729042;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    border-radius:         4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.133), 0 1px 0 rgba(255,255,255,0.255);
    -moz-box-shadow:    inset 0 1px 0 rgba(255,255,255,0.133), 0 1px 0 rgba(255,255,255,0.255);
    box-shadow:         inset 0 1px 0 rgba(255,255,255,0.133), 0 1px 0 rgba(255,255,255,0.255);
    color: white;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 5px 0 0;
    padding: 8px 14px;
    text-decoration: none;
    -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.5555);
    -moz-text-shadow:    0 1px 0 rgba(0,0,0,0.5555);
    text-shadow:         0 1px 0 rgba(0,0,0,0.5555);
    width: auto;
}
#store.index #feature .primary,
#store.index #feature .secondary {
    padding: 8px 16px;
}
#store.index .secondary {
    background-color: #83cde6;
    background-position: 0 -184px;
    border: 1px solid #3281bd;
}
#store.index .primary:hover,
#store.index .primary:focus,
#store.index .primary:active {
    border-color: #576F33;
    background-position: 0 -106px;
}
#store.index .secondary:hover,
#store.index .secondary:focus,
#store.index .secondary:active {
    border-color: #286B9F;
    background-position: 0 -266px;
}
#store.index .primary:active,
#store.index .secondary:active {
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.5555);
    -moz-text-shadow:    0 -1px 0 rgba(0,0,0,0.5555);
    text-shadow:         0 -1px 0 rgba(0,0,0,0.5555);
}



/* General */

div#store h2 {
    color: #121212;
    font: bold 24px/1 "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0.67em 0;
}

div#store h3 {
    font: 600 24px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

div#store > p {
    color: #555;
}

hr {
    border: none;
    border-top: 1px solid #CCC;
    color: #CCC;
    display: none;
    height: 0;
    margin: 12px 0 12px;
}

div#alacarte.expanded hr {
    margin: 24px 0;
}



/*
 * Support Table
 ************************/

table#support-table,
table#support-table * {
    margin: 0;
    padding: 0;
}

table#support-table {
    background: white;
    color: #777;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 2em;
    padding: 0;
    width: /* 670px */ 652px;
}

table#support-table th,
table#support-table td {
    padding: 7px 12px;
    border-right: 1px solid #f6f6f6;
    background: #fcfcfc;
}

table#support-table td[headers=premium] {
    border-right: 0;
}

table#support-table th:target {
    background: #d3e8fb !important;
}

table#support-table th,
table#support-table tbody tr.even td {
    background: #f6f6f6;
    border-right: 1px solid #fcfcfc;
}

table#support-table th {
    background: none;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #DDD;
    color: #333;
    font: bold 16px/30px "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding: 0 !important;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

table#support-table th h3 {
    color: #555;
    font: bold 16px/30px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

table#support-table tr:hover td *,
table#support-table tr:hover td,
table#support-table td:hover {
    background-color: #fff !important;
    border-color: transparent !important;
}

table#support-table tr.prices td {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    padding: 12px;
}

table#support-table tr.prices.bottom td {
    border-bottom: 1px solid #DDD !important;
}

table#support-table tr#buy td {
    background: white !important;
    border-color: white !important;
}

table#support-table td {
    text-align: center;
}

table#support-table td.first {
    text-align: left;
}

table#support-table tr#buy a.buy,
table#support-table tr#buy a.contact {
    background: white url(/assets/images/ext_store_button1.png) no-repeat 0 0;
    display: block;
    height: 24px;
    margin: 0 0 10px 8px;
    text-align: center;
    width: 68px;

    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
}

table#support-table tr#buy a.contact {
    background: transparent url(/assets/images/ext_store_buttoncontact.png) no-repeat 0 0;
    right: 11px;
    width: 92px;
}

#faq {
    margin-top: 52px;
    padding-right: 36px;
}




/*
 * A la carte menu
 ************************/

div#store div.header-container,
div#store div#preferred {
    position: relative;
}

div#store form.separate {
    color: #777;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    letter-spacing: normal;
    margin: 12px 256px 0 0;
    padding: 2px 5px;

    position: absolute;
    right: -6px;
    bottom: -1px;

    text-decoration: none;
    z-index: 1;
}

div#store div#alacarte.collapsed div {
    margin: 0 24px 24px 0;
}

div#store div#alacarte div:last-child {
    margin-bottom: 0;
}

div#store div#alacarte.expanded div {
    margin: 0 24px 32px 0;
}

div#store div#alacarte li.preferred a.info {
    background: white url(/assets/images/ext_store_sprite1.png) no-repeat 50% 0;
    cursor: help;
    display: inline-block;
    height: 12px;
    margin: 0 0 0 2px;
    position: relative;
    text-decoration: none !important;
    width: 12px;
    z-index: 9999;
}

div#store div#alacarte li.preferred a.info span {
    background-color: #FFF;
    border: 1px solid #F3F3F3;
    border-radius:         10px;
    -moz-border-radius:    10px;
    -webkit-border-radius: 10px;

    color: #555;
    display: none;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0;
    padding: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: left;
    width: 300px;
    z-index: 99999;

    transition:         all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

div#store div#alacarte li.preferred a.info:hover span,
div#store div#alacarte li.preferred a.info span:hover {
    background-color: #FFF4BF;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.133);
    color: #555;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0;
    padding: 10px;
    position: absolute;
    top: 12px;
    left: 12px;
    text-align: left;
    width: 400px;
    z-index: 99999;
}

div#store div#alacarte ul li,
div#store div#alacarte ul li.sep ul,
div#store div#alacarte ul li.sep ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#store div#alacarte ul li {
    color: #777;
    clear: both;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 0 0;
    text-align: left;
}

div#store div#alacarte.collapsed ul li.sep ul li {
    display: none;
    -webkit-transition: all 0.1s linear;
}

div#store div#alacarte.expanded ul li.sep ul li {
    display: list-item;
    position: relative;
}

div#store div#alacarte ul li.preferred {
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: left;
    z-index: 4;
}

div#store div#alacarte.expanded div#enterprise ul li.preferred,
div#store div#alacarte div ul li.preferred {
    border-bottom: 1px solid transparent;
}

div#store div#alacarte.expanded div ul li.preferred {
    border-bottom: 1px solid #ddd;
    margin-bottom:  5px;
    padding-bottom: 5px;
}

div#store div#alacarte ul li.preferred span.packsize {
    color: #777;
    font-size: 80%;
    padding-bottom: 0px;
}

div#store div#alacarte ul li.preferred span.desc {
    color: #777;
    display: block;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
}

div#store div#alacarte ul li span.desc span.discount {
    color: #be0000;
    display: block;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 1;
}

div#store div#alacarte ul li span.price {
    background: white;
    color: #333;
    position: absolute;
    top: 0;
    right: 116px;
    text-align: right;
    width: 70px;
    z-index: 1;
}

div#store div#alacarte ul li a.buy {
    background: transparent;
    margin: 0 0 0 0;
    text-align: center;
    width: 88px;
}

div#store div#alacarte ul li.sep li a.buy {
    float: none;
    line-height: 18px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
}

div#store div#alacarte ul li.preferred span.price,
div#store div#alacarte ul li.preferred a.buy {
    position: absolute;
    top: 16px;
    z-index: 1;
}

div#store div#alacarte ul li.preferred span.price {
    height: 24px;
    line-height: 24px;
    margin: 0;
    position: absolute;
    right: 116px;
    z-index: 1;
}

div#store div#alacarte ul li.preferred a.buy,
div#store div#alacarte ul li.preferred a.contact {
    background: transparent url(/assets/images/ext_store_button1.png) no-repeat 0 0;
    display: block;
    height: 24px;
    margin: 0 0 20px 0px;
    position: absolute;
    top: 16px;
    right: -1px;
    text-align: center;
    width: 80px;

    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    z-index: 1;
}

div#store div#alacarte ul li.preferred a.contact {
    background: transparent url(/assets/images/ext_store_buttoncontact.png) no-repeat 0 0;
    right: 11px;
    width: 92px;
}

a.buy:link,
a.buy:visited {
    background-position: 0 0 !important;
}

a.buy:hover,
a.buy:focus {
    background-position: 0 -24px !important;
}

a.buy:active {
    margin-top: 1px;
    background-position: 0 -48px !important;
}

div#store div#alacarte ul li.preferred a.buy:active,
table#support-table tr#buy a.buy:active {
    margin-top: 1px;
}

table#support-table tr#buy a.buy:active {
    margin: 1px 0 9px 8px;
}



/*
 * FAQ
 ************************/

div#store dl {
/*     width: 670px; */
}

div#store dl dt {
    font-weight: bold;
}

div#store dl dt strong {
    font-weight: bold;
}

div#store dl dd {
    margin: 0 0 18px 12px;
}

div#store p.contact {
    background: #f3f3f3;
    border: 1px solid #ddd;
    margin: 2em 0 1em;
    padding: 12px;
}


/*
 * Bundle or A la Carte
 ************************/

div.ext_designer_promo {
    background: url(/assets/images/store/promo.png) no-repeat 0 bottom;
    height: 177px;

    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}


/*
 * Ext Designer
 ************************/
 
div#store.designer div.header-container {
    margin-bottom: 12px;
    position: relative;
    width: 665px;
}

 
div#store.designer a#viewlicense {
    -webkit-border-radius: 10px;
    -moz-border-radius:    10px;
    border-radius:         10px;
    color: #777;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 2px 5px;
    position: absolute;
    right: 11px;
    bottom: -2px;
    text-decoration: none;
    z-index: 1;
    
    -webkit-transition: all 0.25s ease-in-out;
}

div#store.designer a#viewlicense:hover,
div#store.designer a#viewlicense:focus,
div#store.designer a#viewlicense:active {
    background: #0464BB;
    color: #fff;
}





/* Salesforce Form */

form#salesforce {
    background: #dcebfa;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    border-radius:         4px;
    border: 1px solid #D7E7F8;
    margin: 0 0 20px;
    padding: 19px 15px 11px;
    position: relative;
}

form#salesforce.focus {
    border: 2px solid #276CBC;
    padding: 18px 14px 10px;
}

form#salesforce #notice {
    font: normal 10px/1 Arial, sans-serif;
    position: absolute;
    bottom: 34px;
    left: 28px;
    white-space: nowrap;
}

div.row {
    margin-bottom: 12px;
    overflow: auto;
}

form#salesforce label {
    color: black;
    display: block;
    float: left;
    line-height: 12px;
    margin: 0 12px;
    padding: 6px 0 0;
    text-align: left;
    width: 80px;
}

form#salesforce .req label {
    font-weight: bold;
}

form#salesforce input.text,
form#salesforce textarea {
    background: white url(/assets/images/bg-form.gif) no-repeat -12px 0;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    border-radius:         2px;
    color: black;
    font: normal 12px/16px Helvetica, Arial, sans-serif;
    height: 16px;
    padding: 6px 6px 2px;
    width: 174px;
}

div.row.textarea {
    overflow: visible;
}

form#salesforce input.text:focus {
    background: white url(/assets/images/bg-form.gif) no-repeat -12px -24px;
    outline: none;
}

form#salesforce .missing input.text,
form#salesforce .missing input.text:focus {
    background: white url(/assets/images/bg-form.gif) no-repeat -12px -48px;
    color: #be0000;
}

form#salesforce textarea {
    background: white;
    border: none;
    border-top: 1px solid #cfcfcf;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    height: auto;
    -webkit-resize: vertical;
    -moz-resize:    vertical;
    resize:         vertical;
}

form#salesforce textarea.text:focus {
    border-color: #b3b3b3;
}

p#error,
p.notice.req {
    color: #be0000;
}

#postform {
    color: #777;
}

form#salesforce input#salesforce-submit,
form#salesforce input#salesforce-submit:focus {
    background: transparent url(/assets/images/send-info-button.gif) no-repeat;
    border: 0;
    float: right;
    height: 33px;
    margin: 10px 18px 0 0;
    outline: none;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    width: 98px;
}

form#salesforce p#success,
form#salesforce.success div,
form#salesforce.success span {
    display: none;
}

form#salesforce.success p#success {
    background: url(/assets/images/checkmark-128.png) no-repeat 50% 20px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 160px 36px 7px;
    text-align: center;
}





/* Ad */

a.sencha-complete-ad {
    background: #0464BB url(/assets/images/store/ad-sencha-complete.jpg) no-repeat 0 0;
    display: block;
    height: 199px;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0,0,0,0.666);
    width: 200px;
    
    -webkit-transition: text-shadow 0.23s ease-in;
}

a.sencha-complete-ad:hover {
    text-shadow: 0 1px 3px rgba(0,0,0,0.999);
}

a.sencha-complete-ad strong {
    color: white;
    display: block;
    font: 600 21px/1 HelveticaNeue, Helvetica, Arial, sans-serif;
    padding: 114px 12px 0;
    white-space: nowrap;
}

a.sencha-complete-ad span {
    color: white;
    display: block;
    font: normal 13px/16px Helvetica, Arial, sans-serif;
    padding: 2px 12px 0;
}

/* Ext Japan */

#store.index li.pack span.price-jpy{
	display: block;
	position: relative;
	top: 15px;
}

#store.index li.pack span.price-without-tax {
	color: #000000;
	font-size: 18px;
}

#store.index li.pack span.price-with-tax {
	font-size: 10px;
}

#store div#alacarte ul li span.price-without-tax {
	position: absolute;
	right: 116px;
	top: 16px;
	color: #000000;
	font-size: 18px;
}

#store div#alacarte ul li span.price-with-tax {
	position: absolute;
	right: 0;
	top: 16px;
	color: #999999;
	font-size: 10px;
}

#store div#alacarte ul li.sep span.price-without-tax {
	position: absolute;
	right: 116px;
	top: 0;
	color: #000000;
	font-size: 13px;
}

#store div#alacarte ul li.sep span.price-with-tax {
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
	font-size: 10px;
}

