#thumbBox
{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    background: #313131;
    visibility: hidden;
    cursor: pointer;
    z-index: 100;
    padding: 10px 10px 0;
}
#thumbBox .footerbar
{
    font: bold 16px Tahoma;
    letter-spacing: 5px;
    line-height: 1.1em;
    color: #FFF;
    text-align: right;
    padding: 5px 0;
}
#thumbBox #thumbImage
{
    background-color: #FFF;
}
#thumbLoading
{
    position: absolute;
    visibility: hidden;
    border: 1px solid #000;
    background-color: #EFEFEF;
    z-index: 105;
    padding: 5px;
}
* /* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ #TB_window
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
}
#TB_secondLine
{
    font: 10px Arial, Helvetica, sans-serif;
    color: #666;
}
#TB_window a:hover
{
    color: #000;
}
#TB_overlay
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.TB_overlayBG
{
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
#TB_window
{
    position: fixed;
    background: #fff;
    z-index: 102;
    color: #000;
    display: none;
    border: 4px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
}
#TB_window img#TB_Image
{
    display: block;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    margin: 15px 0 0 15px;
}
#TB_caption
{
    height: 25px;
    float: left;
    padding: 7px 30px 10px 25px;
}
#TB_closeWindow
{
    height: 25px;
    float: right;
    padding: 11px 25px 10px 0;
}
#TB_closeAjaxWindow
{
    margin-bottom: 1px;
    text-align: right;
    float: right;
    padding: 7px 10px 5px 0;
}
#TB_ajaxWindowTitle
{
    float: left;
    margin-bottom: 1px;
    padding: 7px 0 5px 10px;
}
#TB_title
{
    background-color: #e8e8e8;
    height: 27px;
}
#TB_ajaxContent
{
    clear: both;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
    padding: 2px 15px 15px;
}
#TB_ajaxContent.TB_modal
{
    padding: 15px;
}
#TB_ajaxContent p
{
    padding: 5px 0;
}
#TB_load
{
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
}
#TB_HideSelect
{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}
#TB_iframeContent
{
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}
.jcarousel-container
{
    position: relative;
}
.jcarousel-clip
{
    z-index: 2;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.jcarousel-list
{
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li, .jcarousel-item
{
    float: left;
    list-style: none;
    width: 75px;
    height: 75px;
}
.jcarousel-skin-tango .jcarousel-container
{
    background: #F0F6F9;
}
.jcarousel-skin-tango .jcarousel-container-horizontal
{
    width: 80%;
    background: transparent;
    padding: 60px 40px;
}
.jcarousel-skin-tango .jcarousel-container-vertical
{
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal
{
    border: 1px solid blue;
    width: 90%;
    height: 75px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical
{
    width: 75px;
    height: 245px;
}
.jcarousel-skin-tango .jcarousel-item
{
    width: 75px;
    height: 75px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal
{
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-vertical
{
    margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder
{
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal
{
    position: absolute;
    top: 0;
    right: 5px;
    width: 32px;
    height: 193px;
    cursor: pointer;
    background-image: url(../images/next-horizontal.jpg);
    background-position: center right;
    background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal
{
    position: absolute;
    top: 0;
    left: 5px;
    width: 32px;
    height: 193px;
    cursor: pointer;
    background-image: url(../images/prev-horizontal.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-vertical
{
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url(../images/next-vertical.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-vertical
{
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url(../images/prev-vertical.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.frameBody
{
    font-family: sans-serif;
    font-size: 12px;
    width: 100%;
    height: 100%;
    margin: 0;
}
.frameBody p
{
    border: 1px #bbb solid;
    padding: 2px;
}
.rte
{
    width: 350px;
    height: 160px;
    border: 1px #999 solid;
    clear: both;
    margin: 0;
    padding: 0;
}
.rte-toolbar
{
    overflow: hidden;
}
.rte-toolbar a, .rte-toolbar a img
{
    border: 0;
}
.rte-toolbar p
{
    float: left;
    padding-right: 5px;
    margin: 0;
}
.ac_results
{
    border: 1px solid #000;
    background-color: #FFF;
    overflow: hidden;
    z-index: 50;
    padding: 0;
}
.ac_results ul
{
    width: 100%;
    list-style-position: outside;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ac_results li
{
    cursor: default;
    display: block;
    text-align: left;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    margin: 0;
    padding: 2px 5px;
}
.ac_loading
{
    background-color: #FFF;
    background-image: url(../images/loading.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
.ac_odd
{
    background-color: #eee;
}
.ac_over
{
    background-color: #0A246A;
    color: #FFF;
}
#simplemodal-overlay
{
    background-color: #000;
    cursor: wait;
}
#simplemodal-container
{
    width: 700px;
    height: 470px;
    left: 50%;
    top: 15%;
    border: 3px solid #ccc;
    background-color: #fff;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.loading-no
{
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}
a.modalCloseImg
{
    background-image: url(../images/modal-x.png) no-repeat;
    background-repeat: no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -18px;
    cursor: pointer;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/modal-x.png',sizingMethod='scale');
}
#simplemodal-container .modalbody
{
    width: 690px;
    height: 410px;
    overflow: auto;
    padding: 15px 5px;
}
#simplemodal-container .modalbody th
{
    text-align: right;
}
#confirmModalOverlay
{
    background-color: Gray;
    cursor: wait;
}
#confirmModalContainer
{
    height: 140px;
    width: 420px;
    left: 50%;
    top: 15%;
    margin-left: -210px;
    font-family: Calibri, Verdana, Arial;
    font-size: 16px;
    text-align: left;
    background: #fff;
    border: 4px solid #989898;
}
#confirmModalContainer a.modalCloseImg
{
    background-image: url(../images/modal-x.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -18px;
    cursor: pointer;
}
#confirmModalContainer .confirmmessage
{
    color: #333;
    text-align: center;
    font-size: 1em;
    margin: 0;
    padding: 12px 4px;
}
div.rating-cancel, div.star-rating
{
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
}
div.rating-cancel, div.rating-cancel a
{
    background-image: url(../images/delete.gif);
    background-position: 0 -16px;
    background-repeat: no-repeat;
}
div.star-rating, div.star-rating a
{
    background-image: url(../images/star.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}
div.rating-cancel a, div.star-rating a
{
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0;
    border: 0;
}
div.star-rating-on a
{
    background-position: 0 -16px !important;
}
div.star-rating-readonly a
{
    cursor: default !important;
}
div.star-rating
{
    background: transparent !important;
    overflow: hidden !important;
}
div#nyroModalFull
{
    font-size: 12px;
    color: #777;
    font-family: Verdana;
}
div#nyroModalFull div#nyroModalLoading
{
    border: 4px solid #777;
    width: 150px;
    height: 150px;
    text-indent: -9999em;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
div#nyroModalFull div#nyroModalLoading .error
{
    border: 4px solid #f66;
    line-height: 20px;
    width: 300px;
    height: 100px;
    text-indent: 0;
    background: #fff;
    padding: 20px;
}
div#nyroModalFull div#nyroModalWrapper
{
    background: #fff;
    border: 4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut
{
    position: absolute;
    display: block;
    top: -13px;
    right: -13px;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    background-image: url(../images/close_small.gif);
    background-repeat: no-repeat;
    outline: 0;
    z-index: 30;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle
{
    position: absolute;
    top: -22px;
    left: 5px;
    font-size: 12px;
    color: #ddd;
    z-index: 20;
    display: none;
    margin: 0;
    padding: 0;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent
{
    padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent
{
    position: relative;
    overflow: hidden;
    text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img
{
    vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div
{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    border: 1px #FFF dotted;
    overflow: hidden;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 500;
    margin: 10px;
    padding: 10px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover
{
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: help;
    z-index: 500;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext
{
    z-index: 105;
    outline: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 40%;
    cursor: pointer;
    text-indent: -9999em;
    background-image: url(data:image/gif;base64,AAAA);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext
{
    height: 60%;
    width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev
{
    left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover
{
    background-image: url(../images/prev.gif);
    background-position: left 20%;
    background-repeat: no-repeat;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext
{
    right: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover
{
    background-image: url(../images/next.gif);
    background-position: right 20%;
    background-repeat: no-repeat;
}
.QOverlay
{
    background-color: #000;
    z-index: 9999;
}
.QLoader
{
    background-color: #CCC;
    height: 1px;
}
.QAmt
{
    color: #333;
    font-family: "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    width: 100px;
    margin: -60px 0 0 -50px;
}
#TB_window a:link, #TB_window a:visited, #TB_window a:active, #TB_window a:focus
{
    color: #666;
}
* html #TB_overlay, * html #TB_HideSelect
{
    position: absolute;
    height: expression(document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight+'px');
}
* html #TB_window, * html #TB_load
{
    position: absolute;
    margin-top: expression(0-parseInt(this.offsetHeight/2) 0 (TBWindowMargin=document.documentElement&&document.documentElement.scrollTop||document.body.scrollTop) 0 px);
}
.jcarousel-next, .jcarousel-prev
{
    z-index: 3;
    display: none;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:hover
{
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active, .jcarousel-skin-tango .jcarousel-prev-horizontal:active
{
    background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-vertical:hover, div.star-rating-hover a
{
    background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active, .jcarousel-skin-tango .jcarousel-prev-vertical:active
{
    background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active
{
    cursor: default;
    background-position: 0 -96px;
}
#simplemodal-container .modalheader, #confirmModalContainer .confirmheader
{
    height: 30px;
    width: 100%;
    background-image: url(../images/modal-header.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    color: #0192BF;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 30px;
}
#simplemodal-container .modalheader span, #confirmModalContainer .confirmheader span
{
    padding-left: 8px;
}
#simplemodal-container .modalbodysubmitbuttons, #confirmModalContainer .confirmbuttons
{
    text-align: center;
}

