/* Minification failed. Returning unminified contents.
(511,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'overflow-x'
(1388,13): run-time error CSS1019: Unexpected token, found '}'
 */
html {
    background-color:#fff;
    margin: 0;
    padding: 0;
}

body {
	font: 100% / 1.5 Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
	color: #646563;
	background: #fff;

}

.spacer_gif { display:block; width:100%; height:1px; margin:0; padding:0; border:none; background: transparent;}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/****************************  Deprecated stuff ******************/
/*@font-face
{
font-family: myFirstFont;
src: url('Sansation_Light.ttf'),
     url('Sansation_Light.eot'); /* IE9+ 
}
*/

/*
@font-face
{
font-family: GothamRnd;
    src: url('/Content/fonts/GothamRnd-Book.otf');
    font-weight: normal;
}
@font-face
{
font-family: GothamRnd;
    src: url('/Content/fonts/GothamRnd-Bold.otf');
    font-weight: bold;
}
@font-face
{
    font-family: GothamRnd;
    src: url('/Content/fonts/GothamRnd-Medium.otf');
    font-weight: 500;
}*/
/***********************************************************************/

/**********************New fonts from designer ******************************/
@font-face {
    font-family: 'ProximaNovaRgRegular';
    src: url('/Content/fonts/ProximaNova-Reg-webfont.eot');
    src: url('/Content/fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/ProximaNova-Reg-webfont.woff') format('woff'),
         url('/Content/fonts/ProximaNova-Reg-webfont.ttf') format('truetype'),
         url('../fonts/ProximaNova-Reg-webfont.svg#ProximaNovaRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}


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

}

/****************************************************************************/


/* login
----------------------------------------------------------*/
#login_section {
    /*display: block;*/
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login_section a {
        /*background-color: #d3dce0;*/
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login_section a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login_section ul {
        margin: 0;
    }

    #login_section li {
        display: inline;
        list-style: none;
    }




/* login page */
#loginForm {
    /*border-right: solid 2px #c8c8c8;*/
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

select {
	-webkit-appearance: none;
    width: 200px;
    overflow: hidden;
    background: transparent url('/Images/layout/down_arrow.png') 97.2% center no-repeat;
    border: 1px solid #aaa;
    padding: 10px;
    color: #737474;
    border-radius: 1px;
}

select#sellerSelector {
    margin-bottom: 10px !important;
}

select::-ms-expand {
	display: none;
}
/* ---------------------------*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*font-size: 13px;*/
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 10010;
        width: 200px;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

    .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: visible;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
        color: #999999;
    }

        .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top;
        }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: visible;
    padding: 0 0 0 8px;
    height: 25px;
    /*border: 1px solid #aaa;*/
    border-radius: 5px;
    /*background-color: #fff;*/
    /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;*/
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    /*Scott*/
    border: 1px solid #202020;
    background: #9bc718;
    /*background: #202020 url("../JQuery/images/ui-bg_highlight-hard_75_202020_1x100.png") 50% 50% repeat-x;*/
    font-weight: normal;
    color: #202020;
    font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    /*end Scott*/
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../Images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('../Images/chosen-sprite.png') no-repeat 0px 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type="text"] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: white url('../Images/chosen-sprite.png') no-repeat 100% -20px;
        background: url('../Images/chosen-sprite.png') no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    /*overflow-x: hidden;*/
    /*z-index: 999999 !important*/
    z-index: 999999 !important overflow-x: auto overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
            background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
            background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
            background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
            background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 3px;
            background-color: #eeeeee;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-size: 100% 19px;
            background-repeat: repeat-x;
            background-clip: padding-box;
            box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            color: #333;
            line-height: 13px;
            cursor: default;
        }

            .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word;
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url('../Images/chosen-sprite.png') -42px 1px no-repeat;
                font-size: 1px;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px;
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
            background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            color: #666;
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px;
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    /*border: 1px solid #5897fb;*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}

.chosen-container-active.chosen-with-drop .chosen-single {
    /*border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;*/
    /*Scott*/
    border: 1px solid #202020;
    background: #9bc718;
    /*background: #202020 url("../JQuery/images/ui-bg_highlight-hard_75_202020_1x100.png") 50% 50% repeat-x;*/
    font-weight: normal;
    color: #202020;
    /*color: #ece328;*/
    font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    /*end Scott*/
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #222 !important;
    }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: white url('../Images/chosen-sprite.png') no-repeat -30px -20px;
        background: url('../Images/chosen-sprite.png') no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
/* @end */

/* GmB  Custom for JqueryUI Dialog*/
.chosen-container .chosen-results {
    max-height: 200px !important;
    overflow-y: auto;
    /*padding-top: 2px;*/
}

em.chosen-em {
    font-weight: bolder;
    font-style: normal;
    color: goldenrod;
    padding: 0 2px 0 2px;
    margin: 0;
    font-size: 1.1em;
}




            /*ToDo: Integrate this css with site.css*/
		.menu {
			z-index: 1000000 !important;
			position: relative !important;
		} 

		#selection_menu_category_container {
            /*float:left;*/
            position:absolute;
            z-index:500;
            top:125px;  /*reset by script*/
            left:650px; /*reset by script*/
            width:200px;
            /*display:none;*/
            margin:0;
            padding:0;
            background: transparent;
            border: 1px solid #287d87;
	        -moz-box-shadow:        1px 1px 3px 0 #929497;
  	        -webkit-box-shadow:     1px 1px 3px 0 #929497;
  	        box-shadow:             1px 1px 3px 0 #929497;

        }

        #selection_menu_category_container h2 {
	        margin:10px 0 0 0;
            padding-top: 25px;
	        /*background: #287d87 url('/Images/Layout/dd_menu_pointer.png') center 3px no-repeat;*/
        }

        #selection_menu_category_container h2 span {
            font-size: 24px;
            font-weight: normal;
            color: #9bc718;
            display: block;
            padding-left: 12px;
            background: white;	
        }

        #select_category_list
        {
            margin:0;
            padding:0 0 0 5px;
            list-style:none;
            background:#fff;
            border:solid 0px #c00;
        }

        .category_selection_links
        {
            /*font-size: 12px;*/
            /*display: block;*/
            margin: 0;
            /*padding: 5px 0 5px 12px;*/
            border-bottom: 2px solid #fff;
            
            /*text-transform: uppercase;*/
            -webkit-transition: border .2s linear;
            -moz-transition: border .2s linear;
            -o-transition: border .2s linear;
            transition: border .2s linear;
             /*color: #737474;*/
            cursor:pointer;

            padding: 8px 15px 8px 10px;
            height: auto;
            background-color: #f1f1f1;
            font-size: 1em;
            font-family: 'ProximaNovaLtLight',sans-serif;
            text-transform: uppercase;

            display: block;
            text-decoration: none;
            color: #287D87;
           

        }

        .select_category_list_selected, .category_selection_links:hover
        {
	        border-bottom: 2px solid #287d87;
	        background: url('/Images/layout/menu_subchild_pointer.png') right 1px no-repeat;
            background-color:  #287D87;
            color: #fff;
        }


        #selection_menu_form_container
        {
            position: absolute;
            z-index: 500;
            top: 200px;  /*reset by script*/
            left: 200px; /*reset by script*/
            width: 200px;
            display: none;
            margin: 0;
            padding: 2px 0 0 0;
            background: #fff;
            border: 1px solid #287d87;
	        -moz-box-shadow: 1px 1px 3px 0 #929497;
  	        -webkit-box-shadow: 1px 1px 3px 0 #929497;
  	        box-shadow: 1px 1px 3px 0 #929497;
        }

        #selection_menu_form_container h3
        {
            margin:5px 0 0 0;
            padding:5px 0 5px 20px;
            font-size: 24px;
            color: #9bc718;
            font-weight: normal;
        }

        #selection_menu_form_container ul
        {
            margin:0;
            padding:0 0 0 0;
            list-style:none;
            background:#fff;
            border:solid 0px #c00;
        }

        .form_selection_links {
            /*color: #737474;
            font-size: 12px;*/
            /*display: block;*/
            margin: 0 0 0 0px;
            /*padding: 5px 0 5px 20px;*/
            border-bottom: 2px solid #fff;
            /*text-transform:uppercase;*/
	        border-bottom: none;

            -webkit-transition: border .2s linear;
            -moz-transition: border .2s linear;
            -o-transition: border .2s linear;
            transition: border .2s linear;
            cursor:pointer;

            padding: 8px 15px 8px 10px;
            height: auto;
            background-color: #f1f1f1;
            font-size: 1em;
            font-family: 'ProximaNovaLtLight',sans-serif;
            text-transform: uppercase;

            display: block;
            text-decoration: none;
            color: #287D87;

        }



        .form_selection_links:hover
        {
	        /*color: #287d87;*/
	        /*background: url(/Images/layout/menu_subchild_pointer.png) left 1px no-repeat;*/
            background-color:  #287D87;
            color: #fff;
        }

        .form_selection_links_unavailable
        {
            display:none;
            color: #c0c0c0;
            cursor:default;
        }


            #page_container {
                min-width: 900px;
                max-width: 1280px;
                margin: 0 auto 0 auto;
                padding: 0px;
                background-color: #fff;
            }

            #header {
                position:relative;
                margin:0;
                padding:15px 0 0 0;
                border:0px solid #0f0;
            }
            #header_row_1 {
                /*height:23px;*/
                margin:0;
                padding:0px 0 6px 0;
                background:#fff;
                text-align: center;
           }

            #header_row_1 a {
                text-decoration: none;
            }
            #header_row_1 a:hover {
                text-decoration: underline;
            }

/************** Header Row 1  Right Display ************************************/
            #header_row_1_right {
                float: right;
                width: 500px;
                background-color: transparent;
                margin: 0;
                padding: 0;
                text-align: right;
                border: solid 0px #0f0;
            }
            #phone_display {
                height:25px;
                margin:0;
                padding:5px 0 0 0;
                text-align: right;
                font-family: 'ProximaNovaRgRegular', sans-serif;
                /*font-weight: 700;*/
                font-size: 25px;
                background: transparent;
                color: #9bc718;
                letter-spacing: .08em;
            }
            #top_navigation_display {
                height: 20px;
                margin: 0;
                margin: 15px 0 0 0;
                padding: 0;
                text-align: right;
                font-family: Arial;
                font-weight: normal;
                font-size: 12px;
                background: transparent;
                /*color: #287d87;*/
                color: #9bc718;
                letter-spacing: .08em;
                border: solid 0px #0f0;

            }
            #top_navigation_display a {
                margin: 0 2px 0 2px;
                font-family: 'Helvetica';
                padding: 2px;
                font-size: 12px;
                color: #287d87;
                text-decoration: underline;
            }
            #top_navigation_display a:hover {
                text-decoration: none;
            }
            #top_navigation_display a.username, #top_navigation_display a#logoutForm , #top_navigation_display a#loginLink {
                background: none;
                font-family: 'Helvetica';
                margin: 0;
                padding: 0;
                text-decoration: underline;
            }
            #top_navigation_display a.username:hover, #top_navigation_display a#logoutForm:hover , #top_navigation_display a#loginLink:hover {
                text-decoration: none;
            }

/************** Header Row 1  Left Display ************************************/
            #header_row_1_left {
                float: left;
                margin: 0;
                padding: 0;
                text-align: left;
            }
            #header_row_1_left a {
                /*background-color: #d3dce0;*/
                margin: 0 4px 0 4px;
                padding: 2px;
            }


/***************Header Row 2 *******************************************/
            #header_row_2  {
                clear: both;
                height: 64px;
                margin: 0;
                padding:0 0 0 0 ;
                /*background: #fff url('/Images/header_bgd.png') repeat-x 0 0;*/

                background: #fff url('/Images/layout/ePlantSource-catalogue.png') repeat-x 0 -5px;

                /*text-align:center;*/
                -moz-box-shadow: 0 0 5px 0 #333;
                -webkit-box-shadow: 0 0 5px 0 #333;
                box-shadow: 0 0 5px 0 #333;
                /*-moz-box-shadow: 0 0 5px 2px #ccc;
                -webkit-box-shadow: 0 0 5px 2px #ccc;
                box-shadow: 0 0 5px 2px #ccc;*/
            }

            #header_row_2_center {
                min-width:625px;
                /*margin:0 auto 0 auto;*/
            }

            #main_navigation {
                height: 40px;
                margin: 0;
                padding: 0;
                font-family: 'ProximaNovaLtLight', sans-serif;
                /*font-weight: 400;*/
                font-size: 18px;
                background: transparent;
                border: solid 0px #fff;
            }

            #main_navigation_links_display {
                margin-top: 0px;
                padding-top: 10px;
				margin-left: 200px;
            }

            .main_navigation_links_available, .main_navigation_links_selected  {
                margin-right: 15px;
                margin-left: 15px;
               
                font-family: 'ProximaNovaLtLight', sans-serif;
                /*font-weight: 400;*/
                font-size: 18px;
                background: transparent;
                text-decoration: none;
                letter-spacing: .08em;
                color: #9ab347;
                cursor:pointer;
                 /*padding: 0;*/
                padding: 20px 10px;
                text-transform: uppercase;

            }
            .main_navigation_links_selected {
                color: #a2d7de;
            }

            .main_navigation_links_available:hover {
                /*text-decoration: underline;*/
                color:#a2d7de;
            }


            #sub_navigation {
                height: 20px;
                margin: 0;
                padding: 0;
                font-family: 'ProximaNovaLtSemibold', sans-serif;
                font-weight: 400;
                font-size: 18px;
                background: transparent;
                border: solid 0px #fff;
            }

            #sub_navigation_links_display {
                margin: 0 0 0 200px;
                padding: 0 0 0 0;
            }

            .sub_menu_links {
                margin: 0;
                padding: 5px 15px 2px 15px;
                font-family: 'ProximaNovaLtSemibold', sans-serif;
                /*font-weight: 700;*/
                font-size: 12px;
                background: transparent;
                text-decoration: none;
                color: #115c70;
                letter-spacing: .08em;
                cursor:pointer;
            }

            .sub_menu_links:hover {
                /*text-decoration: underline;*/
                background: white;
                padding: 5px 15px 2px 15px;
            }

            #current_week_container
            {
                float: left;
                width: 165px;
                height: 64px;
                margin: 0;
                text-align: left;
                /*background: transparent url('/Images/layout/navbar_80sgraphic.png') no-repeat -1px 0;*/
                background: transparent no-repeat -1px 0;
                border:solid 0px #f00;
            }

            #current_week_display {
	            /*updated to Design, note use of 40px/30px which works but is combo of past and design*/
                
                /*background: transparent url('/Images/Week_Full.png') no-repeat 0 0;*/
                height: 64px;
                margin:0;
                padding: 6px 0 0 80px;
                font: normal normal normal 40px/30px 'ProximaNovaLtSemibold', sans-serif;
                background: transparent url('/Images/icon_cal.png') no-repeat 35px 6px;
                
                color:#fff;
            }
            
            /*#arrow_right_display {
                float: right;
                margin: 0;
                padding: 3px;
                padding: 8px 40px 0 0;
            }
            #arrow_right_display img {
                float: right;
                cursor: pointer

            }*/

            #shopping_cart_display {
                float: right;
                margin: 0;
                padding: 4px 20px 0 0;
            } 
            #shopping_cart_display img {
                margin: 0 0 0 5px;
                padding: 0;
                cursor: pointer;
            }
            #shopping_cart_display a {
                font-family: 'ProximaNovaLtSemibold', sans-serif;
                font-weight: normal;
                font-size: 12px;
                text-decoration: underline;
                color: #115c70;
                letter-spacing: .08em;
                cursor:pointer;


            }

            #shopping_cart_display a:hover {
                text-decoration: none;

            }

/************************Header Row Three **********************************/
    #header_row_3 {
        clear: both;
        width: auto;
        height: 40px;
        margin: 0;
        padding: 0;
        background: transparent;
    }

        #bread_crumbs_display {
            float:left;           
            width:99.5%;
            margin: 20px 0 0 0;
            padding: 0;
            font: normal normal normal 10px/15px arial, tahoma, sans-serif;
            border: solid 0px #ccc;
        }
            #bread_crumbs_display span {
	            font-size: 11px;	
	            color: #656563;
            }
            #bread_crumbs_display span a {
	            color: #656563;
                text-decoration:none;
            }
            #bread_crumbs_display span a:hover {
	            color: #656563;
            }
            #bread_crumbs_display span a:hover {
	            color: #287d87;
            }

       /*#eps_tools_search_input_display
        {
            float: right;
            height: 50px;
            display:block;
            /*ommented by Scott on new header
                width: 285px;*/
           /*margin: 10px 0 0 0;
            padding: 0;
            font: normal normal normal 10px/15px arial, tahoma, sans-serif;
            text-align: right;
            border: solid 0px #ccc; 
        }*/

            /* Commented by Scott on new header
                #eps_tools_search_input_display label {
	            font-family: 'ProximaNovaLtSemibold';
	            font-size: 12px;
	            text-transform: uppercase;
	            width: auto;
	            display: inline;
	            color: #9bc718;	
            }*/

            /*#eps_tools_search_input_display input[type=text] {
	            width: 185px;
	            border: 1px solid #9bc718;
	            padding: 4px;
	            height: 23px;
	            background: white;
	            -moz-box-shadow:    inset 0 0 3px #aaa;
                -webkit-box-shadow: inset 0 0 3px #aaa;
                box-shadow:         inset 0 0 3px #aaa;
	            outline: none;
	            -webkit-box-sizing: border-box; 
	            -moz-box-sizing: border-box; 
	            box-sizing: border-box;
            }

            #eps_tools_search_input_display img {
	            padding:0 0 6px 0;
                position: relative;
	            left: -1px;
	            cursor: pointer;
	            vertical-align: bottom;*/
            }





/**********************************************************/

            #logo_display {
                width:300px;
                margin:0 0 0 15px;
                padding:0 ;
                border:dotted 0px #b0b0b0;
                text-align:left;
                cursor:pointer;
            }

/****************************************************************/

            #navigation_display {
                width:auto;
                z-index:-10;
                height:30px;
                margin:0;
                padding: 0px;
                font:normal normal normal 16px/20px tahoma, arial, sans-serif;
                text-align: center;
                background: #b0b0b0;
}
            #navigation_display a {
                margin:0;
                padding:0;
                color: #333;
                outline: none;
                padding-left: 3px;
                padding-right: 3px;
                text-decoration: none;
            }
           a:link, a:visited, a:active, a:hover { color:#9bc718; }
            #navigation_display a:hover {
                text-decoration: underline;
            }




.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

footer {
	clear: both;
	min-height: 140px;
	max-width: 100%;
	margin: 0 auto;
	line-height: 1.2;
	position: relative;
	font-size: 13px;
	overflow: hidden;
	padding: 10px 0 0 0;
	color: #fff;
	background-color: #93BEC3;
    display:block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    
}
	footer a:hover {
		color: #E3F3F5;
		text-decoration: underline;
	}

footer #footer_content {
	position: relative;
	margin: 0 auto;
	width: 75%;
}

    footer #footer_content p {
        margin:0;
        padding:0;
    }

footer div {
	position:relative;
}

footer ul {
	margin: 0;
	list-style: none;
    padding:0;

}

	footer li {
		margin: 5px 0;
	}
	
	footer li a {
		color: #fff !important;
		text-decoration: none;
	}

footer #social {
	float: left;
	padding-left: 55px;
}
	footer #social ul li {
		display: inline-block;
		margin-right: 3px;
	}
	footer #social ul li.block {
		display: block;
		margin-right: 3px;
	}

footer #links {
	float: left;
	width: 20%;
	overflow: hidden;
	padding: 4px 10%;
	margin: 0 10%;
	float: left;
	border-left: 1px solid #E3F3F5;
	border-right: 1px solid #E3F3F5;
}

@media only screen and (max-width: 1200px) { 

 footer #links {
  padding: 4px 5%;
 }

 footer #footer_content p {
  text-align: center;
 }

}


footer #menu {
	float: left;
	width: 18%;
	margin-top: 5px;
	font-size: 15px;
}
	footer #menu a {
		padding-right: 18px;
		background: url(/Images/layout/footer_link_pointer.png) right center no-repeat;
	}

footer #address {
	clear: both;
	padding-top: 2%;
}



            /*#footer {
                clear:both;
                min-width:1000px;
                margin:0 35px 0 35px;
                padding: 0px;
                text-align:center;
                font: normal normal normal 14px/18px arial, tahoma, sans-serif;
            }

                #footer_bg_container {
                    clear:both;
                    height:110px;
                    background: #287D87 url(/images/layout/footer_shadow.png) 0 0 repeat-x;	
                    border: solid 0px #f00;
                    position:relative;
               }
                    img#footer_bg_left_img {
                        float:left;
                    }
                    img#footer_bg_right_img {
                        float:right;
                    }
                        #footer_content {
                            margin:0;
                            padding:5px 0 0 0;
                            font-family: 'ProximaNovaRgRegular';
                        }
                        #footer_table {
                            width:auto;
                            margin: 0;
                            padding:0;
                            vertical-align: top;
                            color:#fff;
                            border:dotted 0px #0f0;
                        }

                        #footer_left {
                            float: left;
                            height:auto;
                            margin: 0;
                            text-align:left;
                            border:dotted 0px red;
                        }
                            #footer_left p { margin-bottom: 5px; font-size:11px; color:#fff;}
                            #footer_left ul { margin:0; padding:0; list-style:none;}
                            #footer_left li { margin: 0 0 0 3px; }
                            #footer_left ul li a { border: none; color:#fff; font-size:11px; float:left; }  
                            #footer_left ul li a img { border: none;  }    

                            #footer_middle { margin:0; padding:0; text-align:left;}
                            #footer_middle_left { float:left; margin:0; padding:0 0 0 30px; }
                            #footer_middle_right { float:right; margin:0; padding:0 30px 0 0;}
                            #footer_middle ul { float: left; margin: 0; padding: 0; list-style: none;}
                                #footer_middle li { margin: 0; padding: 0; }
                                #footer_middle ul li a { text-decoration: none; color:#fff; font-size: 11px; }    
                                #footer_middle ul li a:hover { text-decoration: none; color: #7bccc8; color: #A2D7DE;}    

                        #footer_right { clear: both; margin: 0; padding: 0 15px 0 45px;  text-align:left; border:dotted 0px #fff;}
                            #footer_right ul { margin: 0; padding:0; list-style: none;}
                                #footer_right li { margin: 0; padding: 0 0 4px 0; }
                                #footer_right ul li a { text-decoration: none; color:#fff; font-size: 15px;	padding-right: 18px; background: url(/Images/layout/footer_link_pointer.png) right center no-repeat; }
                                #footer_right ul li a:hover { text-decoration: none; color: #7bccc8; color: #A2D7DE; }    

                        #footer_address_span {color:#fff;	font-size: 10px;	overflow: hidden; position: absolute; left:270px; }*/



    /*ui-dialog
        Main container of whole thing
    ui-dialog-title
        This is where the title actually appears
    ui-dialog-titlebar
        Area where title of fialog would be if exist
    ui-dialog-content
        Area where your div is actually loaded
    ui-resizable-handle
        These divs are used to resize the dialog but are usually invisble according to your setup
    ui-dialog-buttonpane
        Here is where buttons would go if exist
    ui-dialog-buttonset
        This is where the buttons actually appear*/

        .loginDialogClass
        {
            padding:8px;
            background: transparent url('/images/layout/window_outer_bg.png');
            cursor:pointer;

	        -moz-box-shadow: 1px 1px 3px 0 #929497;
  	        -webkit-box-shadow: 1px 1px 3px 0 #929497;
  	        box-shadow: 1px 1px 3px 0 #929497;

            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;

        }
         .loginDialogClass .ui-dialog-content
        {
            padding:0 30px 0 30px;
            background: transparent url('/images/layout/window_inner_bg.png');

            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;

        }
         .loginDialogClass #login_container {
            margin:0;
            padding:0;

            font-family: Helvetica;
            /*font-weight: 400;*/
            font-size: 16px;
            color: #9bc718;
            /*letter-spacing: .08em;*/

            background: transparent;
            /*border:2px solid #444;

            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;*/

        }
         .loginDialogClass #login_container label {
            display: inline;
            color: #fff;
            font-weight: 400;
        }
         .loginDialogClass #login_container span.classWhite {
            display: inline;
            color: #fff;
            font-weight: 400;
            font-size:14px;
        }
        .loginDialogClass #login_container span.classWhite a {
            color:#fff;
            text-decoration: underline;
            border:none;
        }
        .loginDialogClass #login_container span.classWhite a:hover {
            text-decoration: none;
        }
        .loginDialogClass #login_container span.classGreen a {
            color:#9bc718;
            text-decoration: underline;
            border:none;
        }
        .loginDialogClass #login_container span.classGreen a:hover {
            text-decoration: none;
        }

         .loginDialogClass #login_container span.classGreen {
            display: inline;
            color: #9bc718;
            font-weight: 400;
        }
         .loginDialogClass #login_container input[type=text], #login_container input[type=password] {
            width:225px;
            border:none;
            color:#fff;
            /*dd*/
            font-family: Helvetica;
            background:transparent;
            border-bottom: 1px solid #9bc718;
        }

        .loginDialogClass #login_container input[type=submit] {
            width:120px;
            height:35px;
            padding: 0;
            color: #fff;
    
            font-size: 16px;
            font-weight: normal;
            border:none;
            background: #9bc718 url('/images/layout/green_pointer.png') no-repeat 90% 50%;
        }

        .loginDialogClass #login_container input[type=submit]:hover { background-color: #287d87; }


        .loginDialogClass #popup_submit_button {
            font-family: 'ProximaNovaLtLight', sans-serif;
            position: absolute;
            bottom: -6px;
        }
        .loginDialogClass #popup_submit_button:hover {
            background:#287d87 url('/images/layout/green_pointer.png') no-repeat 90% 50%;
        }

        


#eps_dialog_overlay {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index:1000;
    width:300%;
    height:1000%;       /*ToDo: set this dynamically to cover whole view*/
    background: #fff;
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.eps_hover_message_containers,
.eps_floating_message_containers {
    display: none;
    position: absolute;
    z-index: 1050;
    left: 0;
    top: 0;
    margin: 0;
    padding:3px;
    color: #fff;
	font-size: 14px;
    vertical-align: middle;
    background: #287d87;
    background: transparent url('/images/layout/window_outer_bg.png');
    border: 1px solid #999;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

}

.eps_hover_message_displays,
.eps_floating_message_displays
{
    margin: 0;
    padding: 2px;
    color: #fff;
    vertical-align: middle;
    background: transparent url('/images/layout/window_inner_bg.png');
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

}

.eps_hover_message_contents,
.eps_floating_message_contents
{
    margin: 0;
    padding: 3px 3px 3px 30px;

    font-size: 13px;
    font: 100% / 1.5 Helvitica, Arial, sans-serif;
    color: #9bc718;
    
    background: transparent url('/images/icons/icon_information_circle_green_24.png') no-repeat 3px 50%;
}

#eps_dialog_container {
    display: none;
    position:absolute;
    top: 300px;
    left: 275px;
    z-index: 1100;
    padding:8px;
    background: transparent url('/images/layout/window_outer_bg.png');
    cursor:pointer;

    -moz-box-shadow: 1px 1px 3px 0 #929497;
    -webkit-box-shadow: 1px 1px 3px 0 #929497;
    box-shadow: 1px 1px 3px 0 #929497;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#eps_dialog_display  {
    margin: 0;
    padding: 0;
    background: transparent url('/images/layout/window_inner_bg.png');
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#eps_dialog_title {
    margin: 0;
    padding:3px 0 3px 30px;
    font-family: 'ProximaNovaRgRegular';
    font-size: 25px;
    color: #9bc718;
    text-align: left;
    background: transparent url('/images/icons/icon_information_circle_green_24.png') no-repeat 5px 50%;
}

#eps_dialog_content  {
    font-size: 14px;
    line-height: 1.3;
    font: 100% / 1.5 Helvitica, Arial, sans-serif;
    /*color: #9bc718;*/
    padding: 0 30px 0 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color:#fff;
}

#eps_dialog_action {
    text-align:left;
    background: transparent;
    overflow: hidden;
}

    #eps_dialog_action input[type="button"] {
        display: inline-block;
        /*min-width: 65px;*/
        margin:5px 0 0 40px;
        height: 35px;
        padding: 8px 22px 8px 15px;
        
        color: #fff;
    
        font-family: 'ProximaNovaLtLight', sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        background: #9bc718 url('/images/layout/right_arrow.png') no-repeat 90% 50%;

        border:none;
        /*-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;

        -moz-box-shadow: 1px 1px 3px 0 #929497;
        -webkit-box-shadow: 1px 1px 3px 0 #929497;
        box-shadow: 1px 1px 3px 0 #929497;*/

        -webkit-transition: color .2s linear, background-color .2s linear;
        -moz-transition: color .2s linear, background-color .2s linear;
        -o-transition: color .2s linear, background-color .2s linear;
        transition: color .2s linear, background-color .2s linear;
    }

    #eps_dialog_action input[type="button"]:hover  {
        background:#287d87 url('/images/layout/right_arrow.png') no-repeat 90% 50%;
    }


    #eps_dialog_close {
        display: block;
        position: absolute;
        top: -7px;
        right: -7px;
        width: 24px;
        height: 27px;
        text-indent: -9999px;
        background: url('/images/dialogs/close_black_24.png') 0 0 no-repeat;
    }





    ul.ui-autocomplete {
        list-style: none;
        padding-left: 2px;
    }
    ul.ui-widget-content {
        font-size: .7em;
    }

    li.ui-autocomplete {
    }


