div#container
{
   width: 1200px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #000000;
   color: #DCDCDC;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
   overflow-x: auto;
   overflow-y: auto;
}
@-webkit-keyframes tin-up-in
{
   0% { -webkit-transform: translate(0px,-900%) rotate(0deg) ; opacity: 0;  }
   50% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@-moz-keyframes tin-up-in
{
   0% { -moz-transform: translate(0px,-900%) rotate(0deg) ; opacity: 0;  }
   50% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@-o-keyframes tin-up-in
{
   0% { -o-transform: translate(0px,-900%) rotate(0deg) ; opacity: 0;  }
   50% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@-ms-keyframes tin-up-in
{
   0% { -ms-transform: translate(0px,-900%) rotate(0deg) ; opacity: 0;  }
   50% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@keyframes tin-up-in
{
   0% { transform: translate(0px,-900%) rotate(0deg) ; opacity: 0;  }
   50% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@-webkit-keyframes fall
{
   0% { -webkit-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -webkit-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-moz-keyframes fall
{
   0% { -moz-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -moz-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-o-keyframes fall
{
   0% { -o-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -o-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-ms-keyframes fall
{
   0% { -ms-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -ms-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@keyframes fall
{
   0% { transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-webkit-keyframes hole-in
{
   0% { -webkit-transform: rotate(180deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes hole-in
{
   0% { -moz-transform: rotate(180deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes hole-in
{
   0% { -o-transform: rotate(180deg) scale(0,0) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes hole-in
{
   0% { -ms-transform: rotate(180deg) scale(0,0) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes hole-in
{
   0% { transform: rotate(180deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes puff-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes puff-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes puff-in
{
   0% { -o-transform: rotate(0deg) scale(2,2) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes puff-in
{
   0% { -ms-transform: rotate(0deg) scale(2,2) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes puff-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes swash-in
{
   0% { -webkit-transform: rotate(0deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   90% { -webkit-transform: rotate(0deg) scale(0.9,0.9) ; -webkit-transform-origin: 50% 50%; opacity: 1;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes swash-in
{
   0% { -moz-transform: rotate(0deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   90% { -moz-transform: rotate(0deg) scale(0.9,0.9) ; -moz-transform-origin: 50% 50%; opacity: 1;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes swash-in
{
   0% { -o-transform: rotate(0deg) scale(0,0) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   90% { -o-transform: rotate(0deg) scale(0.9,0.9) ; -o-transform-origin: 50% 50%; opacity: 1;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes swash-in
{
   0% { -ms-transform: rotate(0deg) scale(0,0) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   90% { -ms-transform: rotate(0deg) scale(0.9,0.9) ; -ms-transform-origin: 50% 50%; opacity: 1;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; -ms-transform-origin: 50% 50%;  }
}
@keyframes swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
#PageHeader
{
   background-color: #080D26;
   background: -moz-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -webkit-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -o-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -ms-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-animation: fall 500ms linear 0ms 1 normal both;
   -moz-animation: fall 500ms linear 0ms 1 normal both;
   animation: fall 500ms linear 0ms 1 normal both;
}
#MainMediaPlayer1
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-animation: puff-in 500ms linear 0ms 1 normal both;
   -moz-animation: puff-in 500ms linear 0ms 1 normal both;
   animation: puff-in 500ms linear 0ms 1 normal both;
}
#wb_MainMediaPlayer1
{
   overflow: hidden !important;
   position: fixed !important;
   left: 0 !important;
   top: 0 !important;
   width: 100% !important;
   height: 100% !important;
}
#MainBanner1
{
   background-color: transparent;
   background-image: none;
   border: 0px transparent solid;
   color: #D3D3D3;
   font-family: "Yu Gothic Light";
   font-weight: normal;
   font-size: 29px;
   text-align: center;
}
#MainBanner1 span
{
   display: block;
   height: 29px;
   margin: 1px 0px 1px 0px;
}
#MainBanner1 span:before, #MainBanner1 span:after 
{
   display: block;
   position: absolute;
   top: 45px;
   left: 0;
   right: 0;
}
#MainBanner1 span:before 
{
   content: "NewDownrigger.com";
   opacity: .3;
   -webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
   -o-transform: scaleY(-1);
   transform: scaleY(-1);
}
#MainBanner1
{
   -webkit-animation: puff-in 500ms linear 0ms 1 normal both;
   -moz-animation: puff-in 500ms linear 0ms 1 normal both;
   animation: puff-in 500ms linear 0ms 1 normal both;
}
#MainSiteSearch1
{
   border: 1px #6E8FCC solid;
   border-radius: 2px;
   background-color: #2E455F;
   background-image: none;
   color :#F5F5F5;
   font-family: SimSun;
   font-weight: normal;
   font-size: 19px;
   padding: 4px 4px 4px 4px;
   text-align: left;
   vertical-align: middle;
}
.autocomplete
{
   position: absolute;
   background: #2E455F;
   border: 1px solid #6E8FCC;
   font-family: SimSun;
   font-weight: normal;
   font-size: 19px;
   list-style-type: none;
   z-index: 999;
   padding: 0;
   width: 125px;
   margin: 0;
}
.autocomplete li
{
   padding: 0;
   margin: 0;
}
.autocomplete li.selected
{
   background: #008;
   color: #FFFFFF;
}
.ui-dialog
{
   padding: 4px 4px 4px 4px;
}
.ui-dialog .ui-dialog-title
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   color: #2779AA;
}
.ui-dialog .ui-dialog-titlebar
{
   padding: 4px 4px 4px 4px;
}
.ui-dialog .ui-dialog-content
{
   padding: 5px 1px 1px 1px;
}
.ui-dialog .ui-dialog-titlebar-close
{
   right: 12px;
}
.ui-dialog .ui-dialog-buttonpane button
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
.ui-dialog .highlight
{
   background-color: #FFDAB9;
   color: #2E4133;
}
#MainButton1
{
   border: 1px #6E8FCC solid;
   border-radius: 2px;
   background-color: #2E455F;
   background-image: none;
   color: #C0C0C0;
   font-family: Sylfaen;
   font-weight: normal;
   font-size: 19px;
   -webkit-animation: swash-in 500ms linear 0ms 1 normal both;
   -moz-animation: swash-in 500ms linear 0ms 1 normal both;
   animation: swash-in 500ms linear 0ms 1 normal both;
}
#MainLine1
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#MainLine2
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#MainLine3
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#master_frameBreadcrumb1
{
   padding: 12px 15px 12px 15px;
   list-style: none;
   background-color: #2E455F;
   background-image: none;
   border: 1px #C0C0C0 solid;
   border-radius: 2px;
   font-family: "HP Simplified";
   font-weight: normal;
   font-size: 0;
   text-align: center;
}
#master_frameBreadcrumb1 > li
{
   display: inline-block;
   font-size: 13px;
}
#master_frameBreadcrumb1 a
{
   color: #C0C0C0;
   text-decoration: none;
}
#master_frameBreadcrumb1 a:hover
{
   color: #23527C;
   text-decoration: underline;
}
#master_frameBreadcrumb1 > .active
{
   color: #A9A9A9;
}
#master_frameBreadcrumb1 > li + li:before
{
   content: "/";
   padding: 0 5px;
   color: #696969;
}
#wb_Text1hkj 
{
   background-color: #2E455F;
   background-image: none;
   border: 1px #546776 solid;
   border-radius: 2px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1hkj
{
   font-family: HelvLight;
   font-weight: normal;
   font-size: 11px;
   line-height: 14px;
}
#wb_Text1hkj div
{
   text-align: center;
   white-space: nowrap;
}
#wb_masterClipArt7 a canvas
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt7 span
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt7 a .hover
{
   visibility: hidden;
}
#wb_masterClipArt7 a:hover .hover
{
   visibility: visible;
}
#wb_masterClipArt7 a:hover span
{
   visibility: hidden;
}
#masterClipArt7
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#masterClipArt7:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_MainClipArt3 a canvas
{
   position: absolute;
   left: 0;
}
#wb_MainClipArt3 span
{
   position: absolute;
   left: 0;
}
#wb_MainClipArt3 a .hover
{
   visibility: hidden;
}
#wb_MainClipArt3 a:hover .hover
{
   visibility: visible;
}
#wb_MainClipArt3 a:hover span
{
   visibility: hidden;
}
#MainClipArt3
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#MainClipArt3:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_masterClipArt2 a canvas
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt2 span
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt2 a .hover
{
   visibility: hidden;
}
#wb_masterClipArt2 a:hover .hover
{
   visibility: visible;
}
#wb_masterClipArt2 a:hover span
{
   visibility: hidden;
}
#masterClipArt2
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#masterClipArt2:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_master_frameCssMenu1
{
   border: 0px #C0C0C0 solid;
   background-color: transparent;
}
#wb_master_frameCssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_master_frameCssMenu1 li
{
   float: left;
   margin: 0;
   padding: 23px 15px 23px 0px;
}
#wb_master_frameCssMenu1 a
{
   display: block;
   float: left;
   color: #333333;
   border: 1px #F5FFFA inset;
   border-radius: 2px;
   background-color: #F5F5F5;
   background-image: none;
   font-family: "Alegreya Sans SC";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   text-align: center;
   -moz-box-shadow: 5px 5px 30px #000000;
   -webkit-box-shadow: 5px 5px 30px #000000;
   box-shadow: 5px 5px 30px #000000;
}
#wb_master_frameCssMenu1 li:hover a, #wb_master_frameCssMenu1 a:hover, #wb_master_frameCssMenu1 .active
{
   color: #FFFFFF;
   background-color: #34495E;
   background-image: none;
   border: 1px #2E6DA4 inset;
}
#wb_master_frameCssMenu1 li.firstmain
{
   padding-left: 23px;
}
#wb_master_frameCssMenu1 li.lastmain
{
   padding-right: 23px;
}
#wb_master_frameCssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_master_frameCssMenu1.affix
{
   top: 0 !important;
   position: fixed !important;
   left: 50% !important;
   margin-left: -270px;
}
#SocialYouTube1
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#master_frameLine1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 80px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#infoLine1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 100px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#testExtension1 .button
{
   background: #3370B7;
   border: 1px solid #2E6DA4;
   border-radius: 3px;
   color: #FFFFFF;
   cursor: pointer;
   display: inline-block;
   font-weight: bold;
   font-size: 13px;
   padding: 5px 10px;
   text-decoration: none;
}
#testExtension1
{ 
   background-color: transparent;
   box-sizing: border-box;
   font-family: Arial;
   font-size: 13px;
   padding: 8px;
   color: #DCDCDC;
   width: 100%; 
}
#testExtension1 input 
{ 
   display: none; 
}
#testExtension1 .upload-drop-target 
{ 
   height: 100px; 
   border: 2px dashed #2F4F4F;
   border-radius: 5px; 
   margin-bottom: 8px; 
   text-align: center; 
}
#testExtension1 .upload-drop-target h2 
{ 
   font-weight: bold;
   font-size: 16px;
   margin-bottom: 0.75em;
   margin-top: -.5em; 
   position: relative; 
   top: 50%; 
}
.#testExtension1 upload-selected 
{ 
   margin: 1em 0; 
   border-bottom: 1px solid #2F4F4F;
}
#testExtension1 .upload-selected table 
{ 
   width: 100%; 
   border-spacing: 0; 
}
#testExtension1 .upload-selected td 
{ 
   padding: 8px; 
   border-bottom: 1px dashed #2F4F4F;
   font-size: 13px;
}
#testExtension1 .upload-selected td.type 
{ 
   width:5%; 
}
#testExtension1 .upload-selected td.name 
{ 
   width: 45%; 
}
#testExtension1 .upload-selected td.size 
{ 
   width: 25%; 
}
#testExtension1 .upload-selected td.remove_all_x 
{ 
   width: 20%; 
}
#testExtension1 .upload-selected tr:last-child td 
{ 
   border-bottom: none; 
}
#testExtension1 .upload-selected a 
{ 
   font-weight: bold; 
   text-decoration: none; 
}
#testExtension1 .upload-table-head 
{ 
   font-weight: bold; 
}
#testExtension1 .upload-remove-all 
{ 
   color: #FF0000; 
}
#testExtension1 .upload-remove 
{ 
   background-color: #FF0000; 
   border-radius: 50%;
   color: #FFFFFF; 
   display: block; 
   height: 1.2em;
   text-align: center;
   width: 1.2em;
}
#testExtension1 .progress 
{
   position: relative; 
   top: 0px; 
   height: 17px;
   width: 100px; 
   overflow: hidden;
   background-color: #f5f5f5;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
   box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
}
#testExtension1 .progress-bar 
{
   float: left;
   width: 0px;
   height: 100%;
   font-size: 13px;
   line-height: 17px;
   color: #FFFFFF;
   text-align: center;
   background-color: #337AB7;
   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
   box-shadow: inset 0px -1px 0px rgba(0,0,0,0.15);
   -webkit-transition: width .6s ease;
   transition: width .6s ease;
}
#wb_testExtension3
{
   background-color: transparent;
   border: 1px #000000 solid;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   height: 755px;
}
#wb_testExtension3 img 
{
   border: 1px #000000 solid;
   -moz-box-shadow: 0px 0px 50px #DDF2FF;
   -webkit-box-shadow: 0px 0px 50px #DDF2FF;
   box-shadow: 0px 0px 50px #DDF2FF;
}
#wb_testExtension3 td, #wb_testExtension3 a, #wb_testExtension3 a:visited, #wb_testExtension3 a:active
{
   font-size: 11px;
   font-family: Verdana;
   font-weight: normal;
   color: #FFFFFF;
}
#wb_testText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px transparent solid;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: center;
   -webkit-animation: tin-up-in 500ms linear 0ms 1 normal both;
   -moz-animation: tin-up-in 500ms linear 0ms 1 normal both;
   animation: tin-up-in 500ms linear 0ms 1 normal both;
}
#wb_testText1
{
   font-family: "Footlight MT Light";
   font-weight: normal;
   font-size: 53px;
}
#wb_testText1 div
{
   text-align: center;
}
#testExtension2
{
   width: 100%;
   height: 535px;
   border: 1px #6B6B6B solid;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#PageFooter
{
   background-color: #6B7E8A;
   background-image: none;
   border: 1px #414A54 solid;
   border-radius: 2px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-animation: fall 500ms linear 0ms 1 normal both;
   -moz-animation: fall 500ms linear 0ms 1 normal both;
   animation: fall 500ms linear 0ms 1 normal both;
}
#wb_uid1
{
   color: #C0C0C0;
}
#wb_testExtension3
{
   position: absolute;
   left: 380px;
   top: 145px;
   width: 820px;
   height: 755px;
   z-index: 19;
}
#wb_SocialYouTube1
{
   position: absolute;
   left: 0px;
   top: 145px;
   width: 1200px;
   height: 675px;
   z-index: 15;
}
#wb_master_frameExtension4
{
   position: absolute;
   left: 350px;
   top: 80px;
   width: 135px;
   height: 56px;
   z-index: 23;
}
#wb_MainMediaPlayer1
{
   position: absolute;
   left: 0px;
   top: 80px;
   width: 100px;
   height: 56px;
   z-index: 13;
}
#MainButton1
{
   position: absolute;
   left: 1079px;
   top: 14px;
   width: 110px;
   height: 40px;
   z-index: 6;
}
#PageFooter
{
   position: fixed;
   text-align: center;
   left: 0;
   right: 0;
   bottom: 0;
   height: 100px;
   z-index: 24;
}
#wb_masterClipArt7
{
   position: absolute;
   left: 109px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 5;
}
#wb_testText1
{
   position: absolute;
   left: 0px;
   top: 80px;
   width: 1192px;
   height: 57px;
   text-align: center;
   z-index: 20;
}
#wb_MainClipArt3
{
   position: absolute;
   left: 59px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 11;
}
#PageHeader
{
   position: fixed;
   text-align: center;
   left: 0;
   top: 0;
   right: 0;
   height: 80px;
   z-index: 7777;
}
#infoLine1
{
   position: absolute;
   left: 0px;
   top: 900px;
   width: 1200px;
   z-index: 17;
}
#PageHeader_Container
{
   width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#master_frameLine1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 1200px;
   z-index: 16;
}
#MainLine1
{
   position: absolute;
   left: 330px;
   top: 70px;
   width: 870px;
   z-index: 1;
}
#MainBanner1
{
   position: absolute;
   left: 0px;
   top: 1px;
   width: 330px;
   height: 40px;
   z-index: 0;
}
#MainLine2
{
   position: absolute;
   left: 330px;
   top: 10px;
   width: 870px;
   z-index: 3;
}
#MainLine3
{
   position: absolute;
   left: 0px;
   top: 40px;
   width: 330px;
   z-index: 2;
}
#wb_Text1hkj
{
   position: absolute;
   left: 9px;
   top: 64px;
   width: 1178px;
   height: 28px;
   text-align: center;
   z-index: 9;
}
#wb_master_frameBreadcrumb1
{
   position: absolute;
   left: 374px;
   top: 14px;
   width: 558px;
   height: 38px;
   text-align: center;
   z-index: 8;
   vertical-align: top;
}
#PageFooter_Container
{
   width: 1198px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_testExtension1
{
   position: absolute;
   left: 0px;
   top: 145px;
   width: 380px;
   height: 220px;
   z-index: 18;
}
#wb_masterClipArt2
{
   position: absolute;
   left: 9px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 12;
}
#wb_master_frameExtension1
{
   position: absolute;
   left: 159px;
   top: 14px;
   width: 205px;
   height: 50px;
   z-index: 10;
}
#MainSiteSearch1
{
   position: absolute;
   left: 944px;
   top: 14px;
   width: 115px;
   height: 30px;
   line-height: 30px;
   z-index: 7;
}
#wb_master_frameCssMenu1
{
   position: absolute;
   left: 330px;
   top: 0px;
   width: 870px;
   height: 76px;
   text-align: center;
   z-index: 4;
}
#wb_testExtension2
{
   position: absolute;
   left: 0px;
   top: 365px;
   width: 380px;
   height: 535px;
   z-index: 21;
}
#wb_uid0
{
   color: #858A8B;
}
