#colorbox, #modalBackgroundOverlay, #modalWrap{position:absolute; top:0; left:0; z-index:9999;}
#modalBackgroundOverlay{position:fixed; width:100%; height:100%;}
#colorbox{overflow:hidden; padding:1px; margin-top:-1px; margin-left:-1px;}/*padding fixes a ghosting issue in IE7, the negative margin compensates */
    #modalWrap{width:9000px; height:9000px;}
        #modalContent, #borderTopLeft, #borderTopCenter, #borderTopRight, #borderBottomLeft, #borderBottomCenter, #borderBottomRight, #borderMiddleLeft, #borderMiddleRight {float:left; height:0; width:0; overflow:hidden;}
        #borderMiddleLeft, #borderBottomLeft{clear:left;}
        #modalContent{position:relative; overflow:visible;}
            #contentTitle{margin:0;}
            #modalClose, #contentPrevious, #contentNext{outline:none; cursor:pointer; border:0; margin:0;}
            #modalLoadedContent{overflow:auto; width:0; height:0;}
            #modalLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
            #modalLoadedContent embed{display:block; border:0;}/* Display:block removes the line-height gap embedded content */
            #modalLoadingOverlay{position:absolute; width:100%; height:100%; top:0; left:0;}


#modalBackgroundOverlay{background:url(/uploads/js/colorbox/images/stripe.png) 0 0 repeat;}

#colorbox{}
    #borderTopLeft{width:21px; height:21px; background:url(/uploads/js/colorbox/images/borderTopLeft.png) 0 0 no-repeat;}
    #borderTopCenter{height:21px; background:url(/uploads/js/colorbox/images/borderTopCenter.png) 0 0 repeat-x;}
    #borderTopRight{width:21px; height:21px; background:url(/uploads/js/colorbox/images/borderTopRight.png) 0 0 no-repeat;}
    #borderBottomLeft{width:21px; height:21px; background:url(/uploads/js/colorbox/images/borderBottomLeft.png) 0 0 no-repeat;}
    #borderBottomCenter{height:21px; background:url(/uploads/js/colorbox/images/borderBottomCenter.png) 0 0 repeat-x;}
    #borderBottomRight{width:21px; height:21px; background:url(/uploads/js/colorbox/images/borderBottomRight.png) 0 0 no-repeat;}
    #borderMiddleLeft{width:21px; background:url(/uploads/js/colorbox/images/borderMiddleLeft.png) 0 0 repeat-y;}
    #borderMiddleRight{width:21px; background:url(/uploads/js/colorbox/images/borderMiddleRight.png) 0 0 repeat-y;}
    #modalContent{background:#fff;}
        #modalLoadedContent{margin-bottom:28px;}
            #contentTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; background:#fff; font-weight:bold; color:#949494;}
            #contentCurrent{position:absolute; bottom:3px; left:58px; font-weight:bold; color:#949494;}
            #contentPrevious{position:absolute; bottom:0; left:0px; background:url(/uploads/js/colorbox/images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
            #contentPrevious:hover, #contentPrevious.hover{background-position:-25px -25px;}
            #contentNext{position:absolute; bottom:0; left:27px; background:url(/uploads/js/colorbox/images/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
            #contentNext:hover, #contentNext.hover{background-position:0px -25px;}
        #modalLoadingOverlay{background:url(/uploads/js/colorbox/images/loading.gif) center center no-repeat #fff;}
        #modalClose{position:absolute; bottom:0; right:0; background:url(/uploads/js/colorbox/images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #modalClose:hover, #modalClose.hover{background-position:-50px -25px;}
/* Stylesheet: jquery.colorbox.css Modified On 2014-06-25 10:05:58 */
.ui-tabs { padding: 0; zoom: 1; margin-top:20px;}

.ui-tabs .ui-tabs-nav {list-style-type: none; position: relative; padding: 0 0; }

.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 2px 0 0; padding: 5px 10px 5px 10px; }

.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 0; }

.home-left .ui-tabs .ui-tabs-nav li.ui-tabs-selected {background-color:#ececec;color:#0093cf;border-bottom-width: 0; background-image:url(/uploads/theme/back-tabs.jpg);background-repeat:repeat-x; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text;color:#0093cf; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel { padding: 0; display: block; border-width: 0; background: none; }

.ui-tabs .ui-tabs-hide { display: none !important; }



.tabs-content{border:1px solid #c5c5c5;font-size:10px; padding:10px;}

ul.head-tabs li {border-top:1px solid #c5c5c5;border-left:1px solid #c5c5c5;border-right:1px solid #c5c5c5;}



#tabs-cold{float:left; border:1px solid #ddd; width:581px; background-color:#dddddd;}

#tabs-cold ul li a.separator { background: url(/uploads/images/coldchain/tabs-separator.jpg) no-repeat; background-position:left center;}

#tabs-cold ul li a.separator img {margin-left:12px;}

#tabs-cold li{float:left; padding:0; margin:0px;} 

#tabs-cold ul li a{ margin:-10px 0 6px 0;}

#tabs-cold img:hover{ filter:alpha(opacity=50);opacity:0.5;-moz-opacity:0.5;}

#tabs-cold img{border:0;}

#tabs-cold ul {margin-left:4px}

#tabs-cold #tabs-1{ }

#tabs-cold .ui-tabs .ui-tabs-nav li.ui-tabs-selected{background-image:none;}

#tabs-cold #tabs-1,#tabs-cold #tabs-2, #tabs-cold #tabs-3, #tabs-cold #tabs-4, #tabs-cold #tabs-5 {background:url(/uploads/theme/back-tabs-2.jpg) repeat-x; clear:both;  padding:10px 5px 5px 5px; border:0px solid #ddd; background-color:#fff;}
/* Stylesheet: theme : tabs.css Modified On 2014-06-25 10:08:17 */
.video-list{padding:0; margin:0;}

.video-list li{overflow:hidden; float:left; width:262px; height:110px; border:1px solid #ddd; padding:10px; margin:0 15px 15px 0;}

    .video-list li a{font-size:0.8em; line-height:13px; position:relative; color:#fff; background-position:center center; background-repeat; no-repeat; width:262px; height:110px; display:block; }

    .video-list li a span{display:block; background:url(/uploads/video-title.png); position:absolute; bottom:0px; padding:5px; width:252px;}

    

    /*

    ColorBox Core Style:

    The following CSS is consistent between example themes and should not be altered.

*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}

#cboxOverlay{position:fixed; width:100%; height:100%;}

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxContent{position:relative;}

#cboxLoadedContent{overflow:auto;}

#cboxTitle{margin:0;}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}

.cboxIframe{width:100%; height:100%; display:block; border:0;}

#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}



/* 

    User Style:

    Change the following styles to modify the appearance of ColorBox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay{background:url(/images/overlay.png) repeat 0 0;}

#colorbox{}

    #cboxTopLeft{width:21px; height:21px; background:url(/images/controls.png) no-repeat -101px 0;}

    #cboxTopRight{width:21px; height:21px; background:url(/images/controls.png) no-repeat -130px 0;}

    #cboxBottomLeft{width:21px; height:21px; background:url(/images/controls.png) no-repeat -101px -29px;}

    #cboxBottomRight{width:21px; height:21px; background:url(/images/controls.png) no-repeat -130px -29px;}

    #cboxMiddleLeft{width:21px; background:url(/images/controls.png) left top repeat-y;}

    #cboxMiddleRight{width:21px; background:url(/images/controls.png) right top repeat-y;}

    #cboxTopCenter{height:21px; background:url(/images/border.png) 0 0 repeat-x;}

    #cboxBottomCenter{height:21px; background:url(/images/border.png) 0 -29px repeat-x;}

    #cboxContent{background:#fff; overflow:hidden;}

        .cboxIframe{background:#fff;}

        #cboxError{padding:50px; border:1px solid #ccc;}

        #cboxLoadedContent{margin-bottom:28px;}

        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}

        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxPrevious:hover{background-position:-75px -25px;}

        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxNext:hover{background-position:-50px -25px;}

        #cboxLoadingOverlay{background:url(/images/loading_background.png) no-repeat center center;}

        #cboxLoadingGraphic{background:url(/images/loading.gif) no-repeat center center;}

        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxClose:hover{background-position:-25px -25px;}



/*

  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill

  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.

  See: http://jacklmoore.com/notes/ie-transparency-problems/

*/

.cboxIE #cboxTopLeft,

.cboxIE #cboxTopCenter,

.cboxIE #cboxTopRight,

.cboxIE #cboxBottomLeft,

.cboxIE #cboxBottomCenter,

.cboxIE #cboxBottomRight,

.cboxIE #cboxMiddleLeft,

.cboxIE #cboxMiddleRight {

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);

}



/*

  The following provides PNG transparency support for IE6

  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.

*/

.cboxIE6 #cboxTopLeft{background:url(/images/ie6/borderTopLeft.png);}

.cboxIE6 #cboxTopCenter{background:url(/images/ie6/borderTopCenter.png);}

.cboxIE6 #cboxTopRight{background:url(/images/ie6/borderTopRight.png);}

.cboxIE6 #cboxBottomLeft{background:url(/images/ie6/borderBottomLeft.png);}

.cboxIE6 #cboxBottomCenter{background:url(/images/ie6/borderBottomCenter.png);}

.cboxIE6 #cboxBottomRight{background:url(/images/ie6/borderBottomRight.png);}

.cboxIE6 #cboxMiddleLeft{background:url(/images/ie6/borderMiddleLeft.png);}

.cboxIE6 #cboxMiddleRight{background:url(/images/ie6/borderMiddleRight.png);}



.cboxIE6 #cboxTopLeft,

.cboxIE6 #cboxTopCenter,

.cboxIE6 #cboxTopRight,

.cboxIE6 #cboxBottomLeft,

.cboxIE6 #cboxBottomCenter,

.cboxIE6 #cboxBottomRight,

.cboxIE6 #cboxMiddleLeft,

.cboxIE6 #cboxMiddleRight {

    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");

}


/* Stylesheet: tmp-videos Modified On 2014-06-26 14:11:22 */
