/**
 * 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
 */

/*
 * ****************************************************
 * Base: Styling basic HTML elements
 * ****************************************************
 */

/* HTML5 elements */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* document */

html {
    height: 100%;
    background: #31302b;
}
html.jPanelMenu {
    overflow-x:auto;
}
body {
    color: #727272;
    font: 12px/1.55em Helvetica,Arial,sans-serif;
    min-width: 1100px;
    word-wrap: break-word;
    background: #f0efe9;
}

/* links */

a {
    color: #2483c7;
    text-decoration: none;
}
a:hover {
    color: #009ef8;
    border-bottom: 1px dotted #009ef8;
    text-decoration: none;
}
a:active {
    outline: none;
}
a:focus {
    -moz-outline-style: none;
    outline: 0;
}
a.no-border:hover {
    border: none;
}

/* headings */

h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 13px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 11px;
}
h4,
h5,
h6 {
    font-weight: bold;
}

/* inlines */

img {
    vertical-align: top;
}

figure {
    margin: 0;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
q, blockquote {
    quotes: none;
}
small {
    font-size: .95em;
}
big {
    font-size: 1.2em;
}

/* forms */

form {
    display: inline;
}
.fieldset {
    margin: 0 0 16px;
}
legend {
    display: none;
}
input, select, textarea, button {
    vertical-align: middle;
    color: #444;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1em;
}
input:focus,
select:focus,
textarea:focus {
    outline: none;
}
input.input-text, select, textarea {
    background: #fff;
    border: 1px solid #c7c7c7;
}
input.radio,
input.checkbox {
    margin-right: 3px;
    font-size: 11px !important;
    margin-top: 2px;
    vertical-align: top;
}
input.input-text, textarea {
    padding: 3px;
    background: #fff;
}
input[type=text][disabled] {
    opacity: .6;
    cursor: default;
}
select {
    padding: 1px;
}
select option {
    padding-right: 10px;
}
textarea {
    overflow: auto;
    resize: none;
}
label,
select {
    cursor: pointer;
}
button[disabled]:active,
button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
    opacity: .5;
    cursor: default;
}

/* table */

table {
    border: 0;
    empty-cells: show;
    font-size: 100%;
}
caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* fonts */

@font-face {
    font-family: 'CallunaSansBlack';
    src: url('fonts/CallunaSansR-webfont.eot');
    src: url('fonts/CallunaSansBlack-webfont.eot?iefix') format('eot'),
        url('fonts/CallunaSansBlack-webfont.woff') format('woff'),
        url('fonts/CallunaSansBlack-webfont.svg#webfont85gDAx2H') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'CallunaSansSemiBold';
    src: url('fonts/CallunaSansSemiBold-webfont.eot');
    src: url('fonts/CallunaSansSemiBold-webfont.eot?iefix') format('eot'),
        url('fonts/CallunaSansSemiBold-webfont.woff') format('woff'),
        url('fonts/CallunaSansSemiBold-webfont.svg#webfontHPO6NoNQ') format('svg');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'CallunaSansBold';
    src: url('fonts/CallunaSansBold-webfont.eot');
    src: url('fonts/CallunaSansBold-webfont.eot?iefix') format('eot'),
        url('fonts/CallunaSansBold-webfont.woff') format('woff'),
        url('fonts/CallunaSansBold-webfont.svg#webfontHPO6NoNQ') format('svg');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'CallunaSansRegular';
    src: url('fonts/CallunaSansRegular-webfont.eot');
    src: url('fonts/CallunaSansRegular-webfont.eot?iefix') format('eot'),
        url('fonts/CallunaSansRegular-webfont.woff') format('woff'),
        url('fonts/CallunaSansRegular-webfont.svg#webfonty8j6eXvh') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CallunaSansLight';
    src: url('fonts/CallunaSansLight-webfont.eot');
    src: url('fonts/CallunaSansLight-webfont.eot?iefix') format('eot'),
    url('fonts/CallunaSansLight-webfont.woff') format('woff'),
    url('fonts/CallunaSansLight-webfont.svg#webfonty8j6eXvh') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Font-Face Open Sans */

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSansBold-webfont.eot');
    src: url('fonts/OpenSansBold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansBold-webfont.woff') format('woff'),
    url('fonts/OpenSansBold-webfont.ttf') format('truetype'),
    url('fonts/OpenSansBold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('fonts/OpenSansBoldItalic-webfont.eot');
    src: url('fonts/OpenSansBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansBoldItalic-webfont.woff') format('woff'),
    url('fonts/OpenSansBoldItalic-webfont.ttf') format('truetype'),
    url('fonts/OpenSansBoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('fonts/OpenSansExtraBold-webfont.eot');
    src: url('fonts/OpenSansExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansExtraBold-webfont.woff') format('woff'),
    url('fonts/OpenSansExtraBold-webfont.ttf') format('truetype'),
    url('fonts/OpenSansExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansExtraBoldItalic';
    src: url('fonts/OpenSansExtraBoldItalic-webfont.eot');
    src: url('fonts/OpenSansExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansExtraBoldItalic-webfont.woff') format('woff'),
    url('fonts/OpenSansExtraBoldItalic-webfont.ttf') format('truetype'),
    url('fonts/OpenSansExtraBoldItalic-webfont.svg#open_sansextrabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/OpenSansItalic-webfont.eot');
    src: url('fonts/OpenSansItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansItalic-webfont.woff') format('woff'),
    url('fonts/OpenSansItalic-webfont.ttf') format('truetype'),
    url('fonts/OpenSansItalic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSansLight-webfont.eot');
    src: url('fonts/OpenSansLight-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansLight-webfont.woff') format('woff'),
    url('fonts/OpenSansLight-webfont.ttf') format('truetype'),
    url('fonts/OpenSansLight-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('fonts/OpenSansLightItalic-webfont.eot');
    src: url('fonts/OpenSansLightItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansLightItalic-webfont.woff') format('woff'),
    url('fonts/OpenSansLightItalic-webfont.ttf') format('truetype'),
    url('fonts/OpenSansLightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSansRegular-webfont.eot');
    src: url('fonts/OpenSansRegular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansRegular-webfont.woff') format('woff'),
    url('fonts/OpenSansRegular-webfont.ttf') format('truetype'),
    url('fonts/OpenSansRegular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('fonts/OpenSansSemiBold-webfont.eot');
    src: url('fonts/OpenSansSemiBold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansSemiBold-webfont.woff') format('woff'),
    url('fonts/OpenSansSemiBold-webfont.ttf') format('truetype'),
    url('fonts/OpenSansSemiBold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiBoldItalic';
    src: url('fonts/OpenSansSemiBoldItalic-webfont.eot');
    src: url('fonts/OpenSansSemiBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansSemiBoldItalic-webfont.woff') format('woff'),
    url('fonts/OpenSansSemiBoldItalic-webfont.ttf') format('truetype'),
    url('fonts/OpenSansSemiBoldItalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
 * ****************************************************
 * Base: Styling basic HTML elements for CMS pages
 * ****************************************************
 */

.std h1 { font-size: 28px; }
.std h2 { font-size: 23px; }
.std h3 { font-size: 19px; }
.std h4 { font-size: 21px; }
.std h5 { font-size: 19px; }
.std h6 { font-size: 17px; }
.std h1,
.std h2,
.std h3,
.std h4,
.std h5,
.std h6 {
    color: #f47b20;
    font-family: CallunaSansSemiBold;
    margin-bottom: 15px;
}

.std ul,
.std ol,
.std dl,
.std dt,
.std dd,
.std p,
.std address,
.std blockquote,
.std table {
    margin-bottom: 10px;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 30px;
}

.std hr {
    margin: 15px 0;
}

/* List */

.std dt {
    color: #f47b20;
}
.std dd {
    padding-left: 20px;
    background: url(../images/dd-bg.gif) no-repeat 5px 7px;
}

.std ul,
.std ol {
    font-size: 14px;
    padding-left: 1.5em;
}
.std ul li {
    list-style: disc outside;
}
.std ul ul li {
    list-style-type: circle;
}
.std ol li {
    list-style: decimal outside;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: 10px 0;
}

/* CUSTOM LISTS */
ol.numeric-bracket, ol.alpha-bracket {
    list-style-type: none;
}

ol.numeric-bracket li:before {
    content: counter(section, decimal) ") ";
    vertical-align: top;
}

ol.alpha-bracket li:before {
    content: counter(subsection, lower-alpha) ") ";
}

ol.alpha-bracket li:after, ol.numeric-bracket li:after {
    top: 0px;
    width: 100%;
    margin: auto;
}

ol.numeric-bracket li span, ol.alpha-bracket li span {
    display: inline-block;
    width: 90%;
}

ol.main-section li {
    counter-increment: section;
}

ol.sub-section li {
    counter-increment: subsection;
}

/* Table */

.std table {
    width: 100%;
}
.std table thead {
    background-color: #f9f9f9;
}
.std table th {
    background-color: #f9f9f9;
    font-weight: bold;
}
.std table th,
.std table td {
    padding: 5px 10px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    line-height: 20px;
}

/* TODO: Legacy? */
.std ul.disc li {
    padding-left: 0;
    background: none;
}
.std .no-style,
.std .no-style li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.std .messages {
    margin-top: 0;
}
.std .messages {
    width: auto;
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.std .messages ul {
    list-style: none !important;
    padding-left: 17px !important;
    margin: 0 0 -11px !important;
}




/*
 * ****************************************************
 * Base: Global classes
 * ****************************************************
 */

.g-hidden {
    display: none;
}
.g-nowrap {
    white-space: nowrap !important;
}
.g-text-left {
    text-align: left !important;
}
.g-text-center {
    text-align: center !important;
}
.g-text-right {
    text-align: right !important;
}
.g-vertical-middle {
    vertical-align: middle;
}
.g-float-left {
    float: left !important;
}
.g-float-right {
    float: right !important;
}
.required-note {
    margin: 0;
    padding: 5px 0 7px;
    text-align: right;
    font-size: 11px;
    color: #f02800;
    clear: both;
}
.required em {
    color: #f15c22;
    margin-right: 4px;
}
.clearfix:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
