

/****** All Category Pages - Start  **********************************/

/* Enlarge Image - Start */
.vl-link {
    font-size: 12px;
    line-height: 40px;
    color: #4b63a0;
    text-decoration: underline;
    background: url('image/enlarge-green.png') no-repeat;
    width: 28px;
    height: 23px;
}

.prodEnlarge {
    vertical-align: top;
    margin: 6px 6px 0px 6px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    _height: auto;
}

#fancybox-title {
    font-size: 16px;
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
}

#fancybox-text-wrap {
    text-align: center;
    width: 100%;
}

#fancybox-title-over {
    color: #666;
    font-weight: bold;
}

.fancybox-add-button {
    float: right;
}

#fancybox-wrap {
    height: 630px;
    padding: 20px;
    border: 8px solid #D0E888;
    background-color: #fff;
}

.fancybox-bg {
    display: none;
}

.prodAttr {
    display: inline-block;
    *display: inline;
    zoom: 1;
    _height: auto;
}

.thumbnail .prodEnlarge .vl-link {
    display: inline-block;
}
/* Enlarge Image - End */

/***  Quick View Modal - Begin  ***/

/*
.quickview{ border:4px solid #D0E888; top: 0px; left: 0px; display:none;position:absolute;width:95%;height:210px;z-index:100;background-image:url('image/overlay.png');background-repeat:repeat;}
	.display.quickview{display:block;}
	.quickview .qv-wrap{text-align:center;	margin:auto;position:relative; top:88px; width:125px;height:33px;}
		.qv-link{line-height:40px;margin:auto;background-image:url('image/quickview.png');width:125px;height:33px;display:block;cursor:pointer;}
*/
.quickview {
    top: 88px;
    left: 58px;
    position: absolute;
    width: 125px;
    height: 33px;
    margin: auto;
    display: none;
}

.display.quickview {
    display: block;
}

.quickview .qv-wrap {
    text-align: center;
    margin: auto;
    position: relative;
    width: 125px;
    height: 33px;
}

.qv-link {
    line-height: 40px;
    margin: auto;
    display: block;
    cursor: pointer;
}

.ui-dialog {
    *position: absolute;
    *overflow: hidden;
}

.ui-widget-overlay {
    background: url('image/overlay.png') repeat;
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#qv-modal {
    position: relative;
    width: 750px;
    border: 8px solid #D0E888 !important;
    padding: 30px;
    background: #fff;
    float: left;
    *float: none;
    font-family: Arial, Verdana, Helvetica;
}

.modal .qv-wrap {
    background: #fff;
    position: relative;
    float: left;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: transparent url('fancybox.png') -40px 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 10005;
    top: 10px;
    right: -6px;
    overflow: visible !important;
}

.ui-icon.ui-icon-closethick {
    display: none;
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header {
    width: 826px;
    position: relative;
    z-index: 10004;
}

.qv-left {
    width: 375px;
    float: left;
}

.qv-image {
    width: 350px;
    height: 300px;
    text-align: center;
    float: left;
}

.qv-attr {
    float: left;
    clear: left;
    margin: 10px 0px 0px 120px;
}

.qv-enlarge {
    float: left;
    display: none;
}

.qv-cart {
    float: left;
    clear: left;
    margin: 20px 0px 0px 100px;
    cursor: pointer;
}

.qv-cart-button {
    width: 140px;
    height: 36px;
    float: left;
}

.qv-right {
    float: right;
    width: 375px;
    font-size: 13px;
}

.qv-name {
    float: right;
    width: 375px;
    color: #9191FF;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.qv-name-text {
    text-align: left;
}

.qv-tabs {
}

#qv-tab-1 {
    width: 127px;
    height: 24px;
    cursor: pointer;
    float: left;
}

.closed#qv-tab-1 {
    background: url('image/quick-view-desc_01.gif');
}

.open#qv-tab-1 {
    background: url('image/quick-view-selection_01.gif');
}

#qv-tab-2 {
    width: 183px;
    height: 24px;
    cursor: pointer;
    float: left;
}

.open#qv-tab-2 {
    background: url('image/quick-view-desc_02.gif');
}

.closed#qv-tab-2 {
    background: url('image/quick-view-selection_02.gif');
}

.qv-details-wrap {
    float: left;
}

.qv-details {
    width: 375px;
    float: left;
    border: 1px solid #A7A7A7;
    text-align: left;
}

.qv-step {
    width: 100%;
    float: left;
    padding: 5px 0px 10px 0px;
    border-top: 1px dashed #A7A7A7;
}

    .qv-step.qv-step-1 {
        border-top: none;
    }

.qv-step-counter {
    float: left;
    margin: 5px;
    width: 26px;
    height: 26px;
}

.qv-step-1 .qv-step-counter {
    background: url('image/step-1.jpg');
}

.qv-step-2 .qv-step-counter {
    background: url('image/step-2.jpg');
}

.qv-step-3 .qv-step-counter {
    background: url('image/step-3.jpg');
}

.qv-step-4 .qv-step-counter {
    background: url('image/step-4.jpg');
}

.qv-step-title {
    display: none;
}

.qv-step-content {
    float: left;
    width: 325px;
    margin-top: 7px;
}


#qv-step-pricepoint {
}

.qv-step-prices {
    float: left;
    width: 200px;
}

.qv-price {
    float: left;
    width: 100%;
    padding: 7px;
}

    .qv-price .radio {
        float: left;
    }

    .qv-price .label {
        float: left;
        font-weight: bold;
        color: #444;
    }

    .qv-price .price {
        float: right;
    }

.qv-step-sameday {
    float: left;
    margin-left: 20px;
}

    .qv-step-sameday img {
    }


#qv-step-addons {
}

.qv-addon {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.qv-addon-name {
    float: left;
    text-decoration: underline;
    width: 100px;
    margin: 5px;
    color: #444;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
}

    .qv-addon-name a:active, .qv-addon-name a:link, .qv-addon-name a:hover, .qv-addon-name a:visited {
        color: #444;
        font-weight: bold;
        font-family: Arial, Verdana, Helvetica;
        font-size: 11px;
    }

.qv-addon-level {
    width: 65px;
    display: inline-block;
    *display: inline;
    _height: auto;
    zoom: 1;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
}

    .qv-addon-level .label {
        width: 100%;
    }

    .qv-addon-level .price {
        width: 100%;
    }

    .qv-addon-level .checkbox {
        width: 100%;
    }

#qv-step-zip {
}

.qv-zip-input {
    float: left;
}

    .qv-zip-input input {
        width: 97px;
    }

.qv-zip-lookup {
    float: left;
    margin-left: 20px;
    margin-top: 2px;
}

.qv-zip-pickup {
    width: 100%;
    float: left;
    margin-top: 5px;
}

    .qv-zip-pickup .pickup-checkbox {
        float: left;
        margin: 2px 5px 0px 0px;
    }

    .qv-zip-pickup .pickup-text {
        float: left;
        margin-top: 4px;
    }

.qv-details.closed {
    display: none;
}


.qv-desc-text {
    margin: 10px;
}

.loading {
    width: 818px;
    height: 600px;
    background: #fff url('image/ajax-loader.gif') 360px 130px no-repeat;
    border: 8px solid #D0E888;
}
/***  Quick View Modal - End  ***/

/***  Category and Products - Begin  ***/
.prodDiv {
    margin: 0px 4px 0px 4px;
    width: 246px !important;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    _height: auto;
    zoom: 1;
    float: none !important;
    height: auto !important;
    margin-right: 4px !important;
    vertical-align: top;
    position: relative;
}

.prodNumber, .prodText, .blueFont {
    clear: both;
    width: 100%;
    display: block;
}

.prodText {
    color: #9F113F;
}

.prodName {
    text-decoration: underline;
}

.prodPriceName a {
    font-size: 12px;
    color: black;
}

.prodPriceName {
    text-align: center !important;
}

.prodPriceName, .prodDetail {
    width: 175px;
    margin: auto;
}

.prodDiv .thumbnail {
    min-height: 248px;
}

.prodimage {
    height: 216px;
    max-width: 238px;
}

#top4products {
    padding-top: 10px !important;
}

.thumbnail a {
    display: block !important;
}

.thumbnail {
    display: block;
    padding: 0px !important;
    margin-bottom: 0px !important;
    background-color: #fff;
    border: 0px solid #fff !important;
    border-radius: 0px !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnail, .img-thumbnail {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.prodwrapper, #top4products {
    text-align: center !important;
}

.cathorizrule {
    margin: 10px auto 25px auto !important;
}

.prodDiv .clear {
    clear: both;
}

.prodDiv .blueFont, .prodDiv .prodText {
    width: 100%;
    display: block;
    text-align: center;
}


.SEOHeaderWS {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

#sameday {
    width: 150px;
    min-height: 100px;
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 10px;
    text-align: left;
    border-right: 1px solid #77a22f;
}

#cathead-wrapper {
    margin-bottom: 15px;
}

#cat-header {
    margin-left: 10px;
    margin-top: 20px;
    float: left;
    width: 555px;
}

#cat-text {
    margin-left: 4px;
    float: left;
    width: 555px;
}

    #cat-text table table {
        width: 100% !important;
    }

    #cat-text .HELVLGL {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #4a4a4a;
    }

    #cat-text a, #cat-text a:active, #cat-text a:visited, #cat-text a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #4a4a4a;
        text-decoration: underline;
    }

#subcategories {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #faf5e2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #bc8160;
}

#subcat-content {
    padding: 8px 8px 8px 10px;
}

a.SubCat, a.SubCat:active, a.SubCat:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #bc8160;
    text-decoration: none;
    font-weight: normal;
}

    a.SubCat:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #bc8160;
        text-decoration: underline;
        font-weight: normal;
    }

#sortmenu {
    width: 775px;
    background-color: #eaf7c2;
    margin: auto;
    margin-bottom: 20px;
}

.sortby {
    width: 65px !important;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #699228;
    margin: 8px 0px 8px 15px;
}

.sortlink {
    float: left;
    margin-left: 40px;
    padding-right: 15px;
    background-image: url(image/sort-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 8px;
}

    .sortlink a, .sortlink a:active, .sortlink a:visited, .sortlink a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #699228;
        text-decoration: none;
    }

        .sortlink a:hover {
            text-decoration: underline;
        }

#top4products {
    width: 775px;
    margin: auto;
    background-image: url(image/top4products-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 8px;
}

#top4products-footer {
    width: 775px;
    height: 14px;
    overflow: hidden;
    margin: auto;
    background-image: url(image/top4products-footer.png);
    background-position: top;
    background-repeat: no-repeat;
}

#top4title {
    padding: 10px 0px 15px 15px;
    text-align: left;
}

.prodwrapper {
    margin: auto;
}

.cathorizrule {
    margin: auto;
    margin-bottom: 15px;
    background-color: #77a22f;
    height: 1px;
    align: center;
    overflow: hidden;
}

.fcsort {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.thumbnail br {
    display: none;
}
/***  Category and Products - End  ***/

/****** All Category Pages - End   **********************************/


/****** Search Results WS - Begin ************************************/

/***  Header - Begin  ***/
#cathead-wrapper {
    margin: 0px 15px 0px 15px !important;
    float: left;
    width: 780px;
    padding-bottom: 20px;
}

.searchtop-header-text .SEOHeaderWS {
    color: #918b8b;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.with-sameday {
    width: 600px;
}

.no-sameday {
    width: 780px;
}

    .no-sameday #searchtop-param-wrapper-1param {
        width: 780px;
    }

.with-sameday #searchtop-param-wrapper-1param {
    width: 600px;
}

.with-param {
    margin-top: 40px;
}

.searchtop-header-text {
    text-align: center;
}

#searchtop-text {
    float: right;
}

    #searchtop-text .SEOHeaderWS {
        color: #699228;
    }

.searchtop-text-withsameday {
    width: 600px;
}

    .searchtop-text-withsameday .SEOHeaderWS {
        margin: 42px auto 0px auto !important;
    }

#MostCommonSearchTermImage {
    margin-top: 15px;
}

    #MostCommonSearchTermImage img {
        width: 775px;
    }

#sameday-small {
    margin: 10px auto 20px auto;
    text-align: center;
}

.searchtop-text-nosameday {
    width: 780px;
}

.prodPriceName a .red9 {
    float: left;
}
/***  Header - End  ***/

/***  No Search Results & Request Page - Begin  ***/
.searchtop-text-requestpage {
    float: none !important;
    margin: 30px auto 45px auto;
}

.searchtop-header-text-requestpage {
    width: 100%;
    margin: auto;
    text-align: center;
}

    .searchtop-header-text-requestpage h1 {
        color: #918B8B;
        font-size: 20px;
    }

.cathead-advancedsearch {
    width: 780px;
    margin: auto;
}

.cathead-advancedsearch-group-wrapper {
    width: 250px;
    display: inline-block;
    *display: inline;
    _height: auto;
    zoom: 1;
}

.cathead-advancedsearch-group-wrapper-separator {
    display: inline-block;
    *display: inline;
    _height: auto;
    zoom: 1;
    margin-bottom: -134px;
    vertical-align: middle;
    color: #918b8b;
    font-weight: bold;
}

.cathead-advancedsearch-group {
    width: 250px;
    height: 109px;
    background-image: url('image/noresults-formbox.jpg');
}

.cathead-advancedsearch-group-header {
    color: #699228;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
}

.cathead-advancedsearch-row {
    float: left;
    width: 250px;
    font-size: 15px;
    margin-top: 22px;
}

.cathead-advancedsearch-row-left {
    float: left;
    padding-left: 13px;
    color: #918b8b;
    font-weight: bold;
}

.cathead-advancedsearch-row-right {
    float: right;
    margin-right: 13px;
}

    .cathead-advancedsearch-row-right select {
        padding: 2px;
        width: 140px;
        color: #918b8b;
    }

    .cathead-advancedsearch-row-right input {
        padding: 2px;
    }

.searchtop-header-noresults-text .SEOHeaderWS {
    color: #918b8b;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    margin: 15px auto 0px auto;
}

.cathead-advancedsearch-submitbutton {
    margin: 30px auto 40px auto;
    text-align: center;
}

.cathead-search-noresults-bottomtext {
    color: #699228;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 10px auto;
    letter-spacing: 1px;
}

.cathead-wrapper-search-noresults {
    padding-top: 15px;
}

/***  No Search Results & Request Page - End    ***/

/***  Pagination - Begin  ***/
.cat-pagination {
    float: right;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cat-pagination-view {
    display: inline-block;
    *display: inline;
    _height: auto;
    zoom: 1;
}

    .cat-pagination-view a, .search-pagination-pagenumber font {
        font-family: Arial,Verdana,helvetica;
        color: #699228;
        font-weight: bold;
        font-size: 13px;
    }

        .cat-pagination-view a:hover {
            color: #F95F15;
        }

.search-pagination-pagenumber {
    padding: 10px 11px 10px 0px;
    text-align: right;
    clear: both;
}

.cat-pagination-pagenumber {
    border: 1px solid #d4d4d4;
    height: 25px;
    width: 25px;
    display: inline-block;
    *display: inline;
    _height: auto;
    zoom: 1;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}

.cat-pagination-currentpage {
    background-color: #fbeedb;
    border: 1px solid #ffa514 !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.cat-pagination-currentpage, .cat-pagination-pagenumber a, .cat-pagination-pagenumber a:link, .cat-pagination-pagenumber a:active,
.cat-pagination-pagenumber a:visited, .cat-pagination-pagenumber a:hover {
    color: #f95f15;
    display: inline-block;
    *display: inline;
    _height: auto;
    zoom: 1;
    margin: auto;
    line-height: 25px;
    height: 25px;
    width: 25px;
    font-size: 13px;
}

    .cat-pagination-pagenumber a:hover {
        color: #4c33d9;
    }

.cat-pagination-nextprev, .cat-pagination-nextprev a, .cat-pagination-nextprev a:link, .cat-pagination-nextprev a:active,
.cat-pagination-nextprev a:visited, .cat-pagination-nextprev a:hover {
    color: #699228;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    *display: inline;
    _height: auto;
    zoom: 1;
    margin: 0px 5px 0px 5px;
    font-size: 13px;
}

    .cat-pagination-nextprev a:hover {
        text-decoration: underline;
    }

.cat-pagination-numbers {
    display: inline-block;
    *display: inline;
    _height: auto;
    zoom: 1;
}
/***  Pagination - End  ***/

/***  Parameters - Begin  ***/
#cat-search-param-wrapper {
    text-align: center;
    width: 803px;
    margin: auto;
}

.searchtop-param-wrapper {
    text-align: center;
    float: left;
}

#searchtop-param-wrapper-1param {
    width: 555px;
}

.cat-search-param {
    color: #918b8b;
    font-size: 20px;
    margin: 10px 10px 0px 10px;
    display: inline-block;
    *display: inline;
    _height: auto;
    zoom: 1;
}

    .cat-search-param div {
        display: inline-block;
        *display: inline;
        _height: auto;
        zoom: 1;
    }

.cat-search-param-data {
    max-width: 175px;
    text-align: left;
    color: #4F6F19;
    vertical-align: top;
}

.cat-search-param-checkbox {
    width: 22px;
    height: 23px;
    background-image: url('image/checkbox.jpg');
    vertical-align: middle;
}

    .cat-search-param-checkbox input {
        display: none;
    }
/***  Parameters - End  ***/

#basketwrapper #cat-header .SEOHeaderWS {
    color: #699228;
}

#basketwrapper .cat-header-nosameday {
    width: 755px !important;
    max-width: 755px !important;
    margin-left: 0px !important;
}

.cat-header-withsameday {
    width: 555px;
    margin-left: 0px !important;
    margin-top: 9px !important;
}

/****** Search Results WS - End   ************************************/

/***  Legacy Styles - Begin  ***/
h2 {
    display: inline;
}

h1 {
    TEXT-ALIGN: LEFT;
}
/***  Legacy Styles - End  ***/


/*! jQuery UI - v1.9.2 - 2012-12-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.dialog.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    zoom: 1
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none
    }

        .ui-button .ui-button-text {
            display: block;
        }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em
    }

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    width: 300px;
    overflow: hidden
}

    .ui-dialog .ui-dialog-titlebar {
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        background: none;
        overflow: visible;
        zoom: 1
    }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

    #fancybox-loading div {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 480px;
        background-image: url('fancybox.png');
    }

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

    #fancybox-left:hover span {
        left: 20px;
    }

    #fancybox-right:hover span {
        left: auto;
        right: 20px;
    }

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('fancybox-y.png');
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -182px;
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('fancybox.png');
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('fancy_title_over.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

    #fancybox-title-float-wrap td {
        border: none;
        white-space: nowrap;
    }

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('fancybox.png') -40px -90px no-repeat;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 0px solid #eee !important;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
    zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

    #fancybox-loading.fancybox-ie6 div {
        background: transparent;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
    }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
    background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
