/* ==========================================================================
   memoryFinder sections styles
   ========================================================================== */

#memoryFinder .show-on-mobile {
    display:none;
}

#memoryFinder .text-center {
    text-align: center;
}

#memoryFinder .title {
    font-size:1em;
    font-weight:600;
    color:#333;
    letter-spacing:0.05em;
    padding:0;
}

#memoryFinder select {

    border: 1px solid #eee;
    border-radius: 0px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 1em 3.5em 1em 1em;
    font-weight:400;
    color:#333;
    letter-spacing:0.05em;
    margin: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url('/Images/www/memory-finder/icon-arrow-down.png');
    background-position: calc(100% - 12px) 13px;
    background-repeat: no-repeat;
    outline:none;
}

    #memoryFinder select.gray,
    #memoryFinder input.gray {
        background-color: #f7f8f9;
    }
#memoryFinder #memorysearch {
    border: 1px solid #eee;
    border-radius: 0px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    font-size: 13px;
    padding: 1em;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.05em;
    margin: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

#memoryFinder #search {
    /* styling */
    border: 1px solid #eee;
    border-radius: 0px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 1em;
    font-weight:400;
    color:#333;
    letter-spacing:0.05em;
    font-size: 13px;
    /* reset */
    margin: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

#memoryFinder input.search {
    background-image: url('/Images/www/memory-finder/icon-search.png');
    background-position: calc(100% - 12px) 13px;
    background-repeat: no-repeat;
    outline:none;
}

/**/
/* HERO */
/**/

#memoryFinder .hero {
    position:relative;
    width:100%;
    height:100vw;
    background-image: url('/Images/www/memory-finder/bg_memory_v2.jpg');
    background-size:cover;
    background-position: center;
    display:table;
    max-height:100vh;
    overflow:hidden;
    margin-top:50px;
    color:#000;
    transition: height 1s ease-out;
    -webkit-transition: height 1s ease-out;
}

    #memoryFinder .hero.small {
        height:35vw;
    }

    #memoryFinder .hero #hero-img {
        position:absolute;
        left: 0;
        top: 0;
        z-index:-1;
        opacity:0;
        width:100%;
    }

    #memoryFinder .hero .wrapper {
        display:table-cell;
        vertical-align:middle;
        text-align:center;
        height:100%;
        color:#000;
        position: relative;
        width: 100%;
        padding-bottom:80px;
        z-index:1;
    }

    #memoryFinder .hero h1 {
        margin:0;
        letter-spacing:0.1em;
        text-transform:uppercase;
        font-weight:500;
        font-size:4em;
        z-index:1;
        position:relative;
    }

    #memoryFinder .hero p {
        font-size:1.3em;
        letter-spacing:0.08em;
        color:#333;
    }

    #memoryFinder .hero h1,
    #memoryFinder .hero p,
    #memoryFinder .hero .cta,
    #memoryFinder .hero .search-type{
        display:none;
    }

#memoryFinder .search-type {
    padding-top:3em;
}

    #memoryFinder .search-type span {
        padding:1.3em;
        font-size:1.1em;
    }

#memoryFinder .hero .cta {
    background:#333;
    color:#fff;
    border:0;
}

#memoryFinder .cta {
    padding: 1.3em 1.5em;
    text-decoration: none;
    min-width: 10em;
    color: #000;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 0px;
    outline:none;
    background:#fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.2s linear;
}

    #memoryFinder .cta:hover,
    #memoryFinder .cta.active,
    #memoryFinder .cta.yellow {
        background:#fbcc2d;
        transition: all 0.3s linear;
        -webkit-transition: all 0.2s linear;
        color:#333;
    }

    #memoryFinder .cta.gray{
        background: #343536;
        color:#fff;
    }

        #memoryFinder .cta.gray:hover,
        #memoryFinder .cta.yellow:hover{
            background:#666;
            color:#fff;
        }

/****
    PANEL 1
****/

#panel1 {
    padding:4em 0;
    display:none;
}

    #panel1 input,
    #panel1 select {
        min-width:25%;
    }

#memoryFinder .chosen-container {
    text-align: left;
}

#memoryFinder .chosen-container-single {
    margin:0.5em;
}

    #memoryFinder .chosen-container-single .chosen-single {
        position: relative;
        display: block;
        overflow: hidden;
        outline: none;
        padding: 1em 3.5em 1em 1em;
        height: auto;
        border: 1px solid #eee;
        border-radius: 0;
        font-weight: 400;
        background-clip: none;
        box-shadow: none;
        color: #333;
        text-decoration: none;
        white-space: nowrap;
        line-height: normal;
        letter-spacing: 0.05em;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #f7f8f9;
        background-image: url('/Images/www/memory-finder/icon-arrow-down.png');
        background-position: calc(100% - 12px) 13px;
        background-repeat: no-repeat;
        outline: none;
    }

#memoryFinder #sortby_chosen .chosen-single {
    background-color:#fff;
}


#memoryFinder .chosen-container-single .chosen-single div b{
    display:none;
}

#memoryFinder .chosen-container .chosen-drop {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.05em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    margin: 0;
    outline: none;
}

#memoryFinder .chosen-container .chosen-results li.active-result {
    padding: 10px 8px;
}

#memoryFinder .chosen-container .chosen-results li.highlighted {
    background-color:#999 !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#memoryFinder .chosen-container-single .chosen-search input[type="text"] {
    padding: 1em !important;
    border: 1px solid #ddd !important;
    background-image: url('/Images/www/memory-finder/icon-search.png') !important;
    background-position: calc(100% - 12px) 13px !important;
    background-repeat: no-repeat !important;
}

/****
    PANEL 2
****/

#panel2 {
    padding:4em 0;
    background:#f7f8f9;
    position:relative;
    overflow:hidden;
    clear:both;
    display:none;
}


    #panel2 #resultWrapper {
        padding:4em 0 3em;
    }


        #panel2 #resultWrapper ul {
            list-style-type: none;
            padding-left:0;
        }

            #panel2 #resultWrapper ul li {
                display:inline-block;
                width:19.2%;
                text-align:center;
                color:#999;
                border-right:1px solid #ccc;
            }

                #panel2 #resultWrapper ul li:last-child {
                    border:none;
                }

                #panel2 #resultWrapper ul li .label {
                    display:none;
                }

            #panel2 #resultWrapper ul.labelTop {
                padding-left: calc( 22% + 128px) !important;
                padding-right: 20%;
            }

                #panel2 #resultWrapper ul.labelTop li {
                    border:none;
                    font-weight:400;
                    letter-spacing: 0.05em;
                }

    #panel2 .result {
        background:#fff;
        text-align:left;
        margin:.5em auto;
        width:90%;
        display:none;
        border:1px #ededed solid;
    }

        #panel2 .result div {
            display:inline-block;
            vertical-align: middle;
            position:relative;
        }

    #panel2 .product-image {
        background:#ccc url('/Images/www/memory-finder/result_product_bg.jpg');
        background-size:cover;
        width:120px;
        height:120px;
        padding:0 !important;
        text-align:center;
    }

        #panel2 .product-image .shadow {
            position:absolute;
            bottom: 0%;
            left: 0px;
            right: 0;
            margin: 0 auto;
            width:100%;
        }

        #panel2 .product-image .product {
            margin:0 auto;
            height: 60px;
            padding-top: 30px;
        }

    #panel2 .product-info {
        width:72%;
        padding-left:1em;
    }

        #panel2 .product-info .name {
            width:25%;
            letter-spacing:0.05em;
        }

        #panel2 .product-info .details {
            width:73%;
        }

    #panel2 .product-url {
        text-align:right;
        width: 11%;
        padding-right: 2%;
    }

    #panel2 .cta {
        background:#fbcc2d;
        padding:1em 2em;
    }

        #panel2 .cta:hover {
            background:#343536;
            color:#fff;
        }

    #panel2 .loadMoreContainer {
        text-align:center;
        padding-top:4em;
    }

/* 

SideBar

*/

#sidebar {
    position:absolute;
    left:0px;
    top:0;
    width:400px;
    background:#eaebec;
    bottom:0;
    clear:both;
    transition: left 0.3s linear, box-shadow 0.3s linear;
    -webkit-transition: left 0.3s linear, -webkit-box-shadow 0.3s linear;

}

    #sidebar.locked {
        position:fixed;
    }

    #sidebar .pullButton {
        display:none;
    }

    #sidebar #filterWrapper {
        position:absolute;
        text-align:center;
        width:100%;
        overflow:auto;
    }

    #sidebar #refine {
        padding: 10% 5% 10%;
        width: 90%;
    }

    #sidebar .filter {
        margin: 2em 5%;
        width: 90%;
    }

        #sidebar .filter .name {
            padding: 1.3em 5%;
            background: #fff;
            letter-spacing: 0.05em;
            font-weight: 400;
            color: #999;
            text-align: left;
            margin: 0 auto;
            width: 90%;
        }

        #sidebar .filter.range .name {
            display: inline-block;
            width: 68%;
        }

        #sidebar .filter.range .value {
            display: inline-block;
            width: 20%;
            text-align: center;
            padding: 1em 0;
            background: #fff;
            color: #fecb00;
            font-size: 1.2em;
            font-weight: 400;
            letter-spacing: 0.05em;
        }

        #sidebar .filter.range .sliderWrapper {
            padding: 1.3em 5%;
            background: #343536;
            margin: 0.3em 0;
            color:#aaa;
            letter-spacing:0.05em;
        }

            #sidebar .filter.range .sliderWrapper div {
                display:inline-block;
                text-align:center;
                vertical-align: middle;
            }

            #sidebar .filter.range .sliderWrapper .minValue,
            #sidebar .filter.range .sliderWrapper .maxValue {
                width:20%;
            }

            #sidebar .filter.range .sliderWrapper div input {
                width:100%;
            }

            #sidebar .filter.range .sliderWrapper .slider {
                width:55%;
            }

        #sidebar .filter.checklist {
            margin: .5em 5%;
        }

        #sidebar .filter.tab .usage {
            display: inline-block;
            width: 32.3%;
            padding: 1.3em 0;
            margin: 0.4em 0;
            background: #ccc;
            color: #333;
            cursor: pointer;
            transition: all 0.3s linear;
            -webkit-transition: all 0.2s linear;
            font-size: 0.9em;
        }

            #sidebar .filter.tab .usage:hover,
            #sidebar .filter.tab .usage.active {
                background: #333;
                color: #ccc;
                transition: all 0.3s linear;
                -webkit-transition: all 0.2s linear;
            }

    #sidebar .dropdown {
        display: block;
        padding: 1em;
        text-align: left;
        background: #fff;
        display:none;
        border-top: 1px solid #eee;
    }

        #sidebar .dropdown ul {
            margin:0;
            padding:0;
        }

        #sidebar .dropdown li {
            display:block;
            border:none;
            padding:.5em;
        }

    #sidebar .dropdown-toggle {
        color: #222 !important;
        font-weight: 600 !important;
    }

    #sidebar .resetWrapper {
        text-align: left;
        padding: 2.5em 6%;
    }

    #sidebar #resetFilters {
        font-weight:600;
        color:#666;
        letter-spacing:0.08em;
    }

    #sidebar .hiddenValues {
        display:none;
    }

/* Panel3 */

#panel3 {
    padding-top:6em;
    border-top:1px #ededed solid;
    display:none;
}

    #panel3 h1 {
        padding-bottom:2.5em;
    }

    #panel3 .item {
        position:relative;
        height:25vw;
        background:url('/Images/www/memory-finder/related_product_bg.jpg');
        background-size:cover;
        outline:none;
    }

        #panel3 .item .product {
            height: 40%;
            margin: 0 auto;
            padding: 30% 0;
            outline: none;
        }


        #panel3 .item .gradient {
            position:absolute;
            z-index:1;
            top:0;
            left:0;
            width:100%;
            height:100%;
            outline:none;
            opacity: 0;
            background: rgba(0,0,0,0.1);
            transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
        }

            #panel3 .item .gradient:hover {
                opacity:1;
                transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
            }

        #panel3 .item a {
            outline: none;
        }

        #panel3 .item .gradient img {
            position: absolute;
            top: 38%;
            left: 0;
            right: 0;
            width: 5.5vw;
            max-width: 64px;
            /* width: auto; */
            opacity: 0.8;
            outline: none;
            margin: 0 auto;
            outline:none;
        }

        #panel3 .item .product-name {
            position: absolute;
            bottom: 1em;
            z-index: 1;
            text-align: Center;
            padding: 0% 20%;
            width: 60%;
            font-size:1.5em;
            letter-spacing:0.05em;
            color:#444;
        }

/* Panel4 */

#panel4 {
    padding:8em 0 10.5em;
    border-top:1px #ededed solid;
}

    #panel4 p {
        font-size:1.3em;
        letter-spacing:0.05em;
    }

    #panel4 .icon-psuf {
        width:5.5em;
        padding-top:2em;
    }

    #panel4 .big_title {
        font-size: 2.2em;
        margin: 0;
        padding-bottom: 1.5em;
        font-weight:300;
    }

    #panel4 .cta {
        padding:1.3em 4em;
    }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1920px) {
    
    /* Panel 2 */
     #panel2 #ProductsList .result {
        width: 90%;
        text-align: left;
    }

    #panel2 #sidebar {
        width:25%;
    }

    #panel2 .wrapper {
        width:75%;
        margin-left:25%;
    }

    /* Panel 3 */
    #panel3 .item .product-name {
        font-size: 1.2em;
    }
     #panel2 .product-image .product {
        width:91px;
    }
}

@media only screen and (max-width: 1600px) {

    /* Panel 2 */

    #panel2 .product-info {
        width: 70%;
    }

        #panel2 .product-info .name {
            width: 24%;
        }

        #panel2 .product-info .details {
            font-size: .9em;
        }
         #panel2 .product-image .product {
        width:91px;
    }
}

@media only screen and (max-width: 1320px) {


    #memoryFinder h1 {
        font-size: 2.5em !important;
    }

    /* Panel 2 */

    #panel2 #ProductsList .result {
        width: 100%;
    }

    #panel2 .product-info {
        width: 70%;
    }

    #panel2 #resultWrapper ul li {
        width:18%;
        font-size:11px;
    }

    #panel2 #resultWrapper ul.labelTop {
        padding-left: 15% !important;
        margin-left: 147px;
    }

    #panel2 .wrapper {
        width: 90%;
        margin: 0 5%;
    }

    #sidebar {
        left:-400px;
        width:400px !important;
    }

        #sidebar.active {
            box-shadow: 20px 0 100px 2px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 20px 0 100px 2px rgba(0, 0, 0, 0.15);
            left: 0;
            transition: left 0.3s linear, box-shadow 0.3s linear;
            -webkit-transition: left 0.3s linear, -webkit-box-shadow 0.3s linear;
        }

        #sidebar.fixed {
            position: fixed;
            top: 70px;
            z-index: 3;
        }

            #sidebar.fixed #filterWrapper {
                height: 100%;
            }

        #sidebar .pullButton {
            display:block;
            position:absolute;
            right:-50px;
            width:50px;
            top:0;
            background:#fbcc2d;
            color:#000;
            padding:15px 0;
            text-align:center;
            font-size:2em;
            font-weight:bold;
            cursor:pointer;
            transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
        }

            #sidebar .pullButton.hover_effect {
                background: #333;
                -webkit-user-select: none;
                -webkit-touch-callout: none;
                transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
            }

            #sidebar .pullButton img {
                transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
            }

            #sidebar .pullButton.hover_effect img {
                filter:invert(100%);
                -webkit-filter:invert(100%);
                -webkit-user-select: none;
                -webkit-touch-callout: none;
                transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
            }

    /* Panel3 */
    #panel3 .item .product-name {
        font-size: 1em;
        padding: 5% 10%;
        width: 80%;
    }
    #panel2 .product-image .product {
        width:91px;
    }
}

@media only screen and (max-width: 992px) {

    #memoryFinder h1 {
        font-size: 2.2em !important;
    }

    /* Panel 1 */

    #panel1 input {
        min-width:82%;
    }

    #panel1 select,
    #panel1 #manufacturer_chosen,
    #panel1 #model_chosen,#panel1 #series_chosen {
        min-width: 40%;
        margin:0.5em 0.5em;
    }

    /*Panel2 */
    #panel2 #ProductsList .result {
         padding:0px;
         display:inline-block;
    }
    #panel2 #ProductsList .product-image {
        width: 35%;
        height: 28vw;
        min-height:250px;
    }

        #panel2 .product-image .product {
            height: 50%;
            padding-top: 23%;
        }

    #panel2 .product-info {
        width: 40%;
        vertical-align: top !important;
        padding: 2em;
    }

        #panel2 .product-info .name,
        #panel2 .product-info .details {
            width:100%;
            display:block;
        }

    #panel2 #resultWrapper ul {
        padding-top:1em;
    }

        #panel2 #resultWrapper ul li {
            display:block;
            text-align:left;
            border:none;
            padding:.5em 0;
            width:100%;
            font-size:12px;
        }

            #panel2 #resultWrapper ul li .label {
                display:inline-block;
                padding-right:1em;
                width:70px;
            }

        #panel2 #resultWrapper ul.labelTop {
            display:none;
        }

    #sidebar.fixed {
        top: 60px;
    }

    /* Panel 3 */

    #panel3 .item {
        height: 33vw;
    }
    #panel2 #ProductsList .product-image .product { 
        width:191px;
    }
}

@media only screen and (max-width: 768px) {
    
    #memoryFinder .show-on-mobile {
        display:block;
    }

    #memoryFinder .hide-on-mobile {
        display:none;
    }


    #memoryFinder .hero h1 {
        font-size:5em;
    }

    #memoryFinder .pad {
        height:50px;
    }

    #memoryFinder .hero .wrapper {
        padding-bottom:20px;
        text-align:center;
        vertical-align: top;
        padding-top: 100px;
    }

    #memoryFinder .hero {
        min-height:400px;
        background-image: url('/Images/www/memory-finder/bg_memory_v2_mobile.jpg');
        background-size:cover;
        margin-top:0;
        height:100vh;
    }

    /* Panel1 */

    #panel1 input,
    #panel1 select,
    #panel1 #manufacturer_chosen,
    #panel1 #model_chosen,#panel1 #series_chosen {
        min-width:90% !important;
    }

    /* Panel2 */

    #panel2 #resultWrapper {
        margin: 0 -4%;
    }

    #panel2 #ProductsList .result {
        width: 47%;
        margin: 1%;
        display:inline-block;
        text-align:left;
    }

    #panel2 #ProductsList .product-image {
        width: 100%;
        height: 40vw;
    }

    #panel2 .product-info {
        padding: 8%;
        width: 84%;
    }

    #panel2 #resultWrapper ul li .label {
        width:30%;
    }

    #panel2 #resultWrapper .product-url {
        width: 100%;
        text-align:left;
        padding: 0 0 3em 2em;
    }
    #panel2 #resultWrapper .result div {
        display:block;
    }

    #sidebar .pullButton {
        right: -40px;
        width: 40px;
        padding: 10px 0;
    }

        #sidebar .pullButton img {
            width:15px;
        }

    /* Panel 3 */

    #panel3 .item {
        height: 50vw;
    }

        #panel3 .item .gradient img {
            width: 20%;
        }
        #panel2 #ProductsList .product-image .product { 
        width:191px;
    }
}

@media only screen and (max-width: 479px) {

    /*Hero */
    #memoryFinder .hero h1 {
        font-size:9vw;
    }

    #memoryFinder .hero .down-arrow {
        display:block;
    }


    #memoryFinder .hero .wrapper {
        padding-bottom:40px;
    }

    #memoryFinder .hero p {
        font-size: 1.2em;
    }

    /* Panel1 */

    #panel1 input,
    #panel1 select,
    #panel1 #manufacturer_chosen,
    #panel1 #model_chosen,#panel1 #series_chosen {
        min-width:100%;
        margin: 0.5em 0 !important;
    }

    /*Panel2 */

    #panel2 #ProductsList .result {
        width: 96%;
        margin: 2%;
    }

    #panel2 #ProductsList .product-image {
        height:60vw;
    }

        #panel2 .product-image .product {
            padding-top: 15%;
        }

    #sidebar {
        max-width: 80%;
        left: -80%;
    }

        #sidebar #refine {
            padding: 10% 0% 10%;
            width: 100%;
        }

        #sidebar .filter.tab .usage {
            font-size: 0.8em;
        }

    /*Panel3 */

    #panel3 .item {
        height: 100vw;
    }

        #panel3 .item .product-name {
            font-size: 1.2em;
        }
        #panel2 .product-image .product {
        width:191px;
    }
}

.ui-autocomplete {
    cursor: pointer;
    height: 400px;
    overflow-y: scroll;
    font-weight: 400;
    color: #333;
    font-size: 13px;
    letter-spacing: 0.05em;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    margin: 0;
    outline: none;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 4px .5em;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal;
}

 .ui-menu .ui-menu-item a:hover {
        display: block;
        padding: 3px 3px 3px 3px;
        text-decoration: none;
        color: White;
        cursor: pointer;
        /*background-color:#3875d7 ;*/
    }

.ui-widget-content {
    /*border: 1px solid #aaaaaa*;/ /*{borderColorContent}*/
    background: #ffffff /*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png) /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
    color: #222222 /*{fcContent}*/;
    letter-spacing: 0.05em;
}

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        /*border: 1px solid #999999*;//*{borderColorHover}*/
        background: #908E8E /*{bgColorHover}*/;
        font-weight: normal /*{fwDefault}*/;
        color: #212121 /*{fcHover}*/;
    }

    .ui-widget-content a {
    color: #222222/*{fcContent}*/;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px /*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 0px /*{cornerRadius}*/;
    -khtml-border-bottom-right-radius: 0px /*{cornerRadius}*/;
    border-bottom-right-radius: 0px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px /*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 0px /*{cornerRadius}*/;
    -khtml-border-bottom-left-radius: 0px /*{cornerRadius}*/;
    border-bottom-left-radius: 0px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px /*{cornerRadius}*/;
    -webkit-border-top-right-radius: 0px /*{cornerRadius}*/;
    -khtml-border-top-right-radius: 0px /*{cornerRadius}*/;
    border-top-right-radius: 0px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 0px /*{cornerRadius}*/;
    -khtml-border-top-left-radius: 0px /*{cornerRadius}*/;
    border-top-left-radius: 0px /*{cornerRadius}*/;
}


