/**
 * Based on a design by gurnk.com. You should contact me if you know who that is.
 *
 * NOSPAMphobostube@hotmailNOSPAM.com
 **/
/** sprite: spr-norepeat; sprite-image: url('sprite/spr-norepeat.png'); sprite-layout: vertical */
/** sprite: spr-vertical; sprite-image: url('sprite/spr-vertical.png'); sprite-layout: horizontal */
* {
    margin:0;
    padding:0;
    border: 0;
}
body {
    margin: 0;
    padding: 0;
    background-color: #505960;
    background-position: top center;
    background-repeat: repeat-y;
    background-image: url(images/background.gif); 
    font: 12px "Trebuchet MS", Verdana, Tahoma;
    color: #97999a;
}

/* ********************************************************************** */
/* **** All the dd stuff ************************************************ */
/* ********************************************************************** */
.dd {
    background-color: #ccc;
    border: 1px solid #212528;
    text-align: left;
    float: left;
    color: #000;
    font-weight: bold;
    margin-left: 5px;
}

.dd .ddTitle {
    text-indent: 0;
    cursor: default;
    overflow: hidden;
    height:19px;
    padding-left: 6px;
    padding-top: 6px;
}

.dd .ddTitle span.arrow {
    background-repeat: no-repeat;
    background-image: url(images/search/dd_arrow.gif); 
    float: right;
    display: inline-block;
    width:16px;
    height:16px;
    cursor:pointer;
    margin-right: 6px;
}

.dd .ddTitle span.textTitle {
    overflow: hidden;
    line-height: 16px;
    padding-left: 5px;
}
.dd .ddTitle span.textTitle img {
    text-align: left;
    padding:0 2px 0 0
}
.dd .ddTitle img.selected {
    padding:0 3px 0 0;
    vertical-align:top;
}
.dd .ddChild {
    position: absolute;
    border: 1px solid #212528;
    border-top: none;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #ccc;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
    padding-left:10px
}
.dd .ddChild a {
    display:block;
    padding:3px 0 3px 3px;
    text-decoration:none;
    color: #000;
    overflow:hidden;
    white-space: nowrap;
    cursor:pointer;
}
.dd .ddChild a:hover {
    background:#66CCFF;
}
.dd .ddChild a img {
    border:0;
    padding:0 2px 0 0;
    vertical-align:middle;
}
.dd .ddChild a.selected {
    background:#00aaf0;
	
}
.hidden {
    display:none;
}


/* ********************************************************************** */
/* **** Header ********************************************************** */
/* ********************************************************************** */
.header {
    background-repeat: repeat-x;
    background-image: url(images/header/header.gif); 
    width: 1003px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
}

.header #logo {
    position: relative;
    margin-left: 20px;
    margin-top: 14px;
    float: left;
}

.header #moon {
    float: right;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
}

.header #banner_container {
    margin-top: 24px;
    margin-left: -15px;
    float: left;
    display: block;
}
.header a {
    text-decoration: none;
}

/* ********************************************************************** */
/* **** Navigation ****************************************************** */
/* ********************************************************************** */
.navigation {
    width: 1003px;
    height: 27px;
    background: url(images/navigation/back.gif) repeat-x;
}
.navigation ul {
    list-style-type:none;
}
.navigation ul li {
    float: left;
    height: 27px;
    width: 102px;
    background-image: url(images/navigation/ul_li.gif); /** sprite-ref: spr-norepeat; */
    background-repeat:  no-repeat;
}

.navigation ul li:hover, .navigation ul li.active {
    background-image: url(images/navigation/ul_li_hover.gif); /** sprite-ref: spr-norepeat; */
    background-repeat:  no-repeat;
}

.navigation a {
    padding-top: 12px;
    padding-left: 6px;
    display: block;
    font: 10px Verdana, Tahoma;
    color: #aaaaaa;
    text-decoration: none;
}

.navigation a:hover, .navigation li.active a {
    color: #fff;
}

.navigation li.active a.blue {
    color: #c0faff;
}

.navigation a.blue {
    color: #90cae7;
}
.navigation a.blue:hover {
    color: #6acafa;
}

.navigation-bottom {
    background: url(images/navigation/bottom.gif) repeat-x;
    height: 2px;
    width: 1003px;
}

.navigation, .navigation-bottom {
    margin-left: auto;
    margin-right: auto;
}

.small-search {
    float: right;
    margin-right: 10px;
}

/* ********************************************************************** */
/* **** Search controls ************************************************* */
/* ********************************************************************** */
.content-main {
    margin-left: 170px;
    margin-right: 10px;
    padding-left: 4px;
}
.search-controls {
    margin-bottom: 10px;
}

.search-controls input {
    float: left;
    margin-left: 5px;
}

.search-controls .s {
    width: 330px;
}

.search-controls .search-tip {
    /* Works in all browsers? */
    margin-top: -15px;
    text-align: center;
}

.search-controls .search-filters {
    height: 30px;
}

.search-tip a {
    
    text-decoration: none;
    color: #aaaaaa;
}

.search-tip a:visited {
    color: #a3a;
}

.search-tip a:hover {
    color: #fff;
}

select {
    width: 183px;
}

/* ********************************************************************** */
/* **** Filter widgets ************************************************** */
/* ********************************************************************** */
.filter-bar {
    background-image: url(images/sidebar/ul_li_ul_li.gif);
    background-repeat: repeat-x;
    background-color: #333;

    font-family: Verdana, Tahoma;
    font-size: 14px;
    
    margin-right: 26px;
    margin-top: 8px;
    line-height: 28px;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #212528;
    border-left: 1px solid #212528;
    border-right: 1px solid #212528;
    height: 28px;
    overflow: hidden;
}

.filter-bar .ordering {
    display: block;
    float: left;
}

.filter-bar .right {
    text-align: right;
}

.filter-bar a {
    text-decoration: none;
    color: #aaa;
}

.filter-bar a:hover, .filter-bar .active {
    color: #fff;
}

.filter-bar .active {
    font-weight: bold;
}

/* ********************************************************************** */
/* **** Focused Text inputs ********************************************* */
/* ********************************************************************** */
.s {
    height: 22px;
    text-indent: 3px;
    padding-top: 3px;
}
.s:focus, .go:focus {
    border: 1px solid #ff6655;
}

.go {
    border: 1px solid #212528;
    color: #bbb;
    background-color: #555;
    vertical-align: middle;
    height: 26px;
    width: 60px;
    cursor: pointer;
    margin-right: 5px;
}

.s, select {
    background-color: #ccc;
    border: 1px solid #212528;
    color: #000;
}

.go:hover {
    background-color: #888;
    color: #fff;
}

/* ********************************************************************** */
/* **** Content ********************************************************* */
/* ********************************************************************** */
.content {
    width: 1003px;
    margin-left: auto;
    margin-right: auto;
}

.content-top {
    width: 1003px;
    height: 22px;
    background-image: url(images/content/top.gif); /** sprite-ref: spr-norepeat; */
    background-repeat: no-repeat;
}

.content-middle {
    width: 1003px;
    min-height: 400px;
    background-repeat: repeat-y;
    background-image: url(images/content/middle.gif); /** sprite-ref: spr-vertical; sprite-alignment: repeat; */
}

.content-bottom {
    width: 1003px;
    height: 18px;
    background-image: url(images/content/bottom.gif); /** sprite-ref: spr-norepeat; */
    background-repeat: no-repeat;
}

/* ********************************************************************** */
/* **** Sidebar ********************************************************* */
/* ********************************************************************** */
.sidebar {
    width: 153px;
    float: left;
    display: inline;
    margin-left: 13px;
}
.sidebar ul {
    list-style: none;
}
.sidebar ul li {
    background-image: url(images/sidebar/ul_li.gif);
    background-repeat: repeat-x;
    font: 10px Verdana, Tahoma;
    font-weight: bold;
    border-top: 1px solid #212528;
}

.sidebar ul li h3 {
    padding-top: 8px;
    padding-bottom: 6px;
    font:11px Verdana, Tahoma;
    color:#5d6469;
    text-transform:uppercase;
    font-weight:bold;
}

.sidebar ul li ul li {
    background-image: url(images/sidebar/ul_li_ul_li.gif);
    background-repeat: repeat-x;
    border: 0;
    line-height: normal;
    overflow-y: hidden;
    overflow-x: hidden;
}

.sidebar ul li ul li a {
    padding-top: 5px;
    height: 16px;
    display: block;
    font: 11px Tahoma, Verdana;
    color: #999999; 
    text-decoration:none;
    white-space: nowrap;
}

.sidebar ul li ul li a:hover {
    color:#6acafa;
}

.sidebar ul li ul li a.sidebar-icon-link {
    background-repeat: no-repeat;
    background-position: 2px center;
    padding-left: 20px;
}

.sidebar ul li h3, .sidebar ul li ul li a {
    padding-left: 2px;
    padding-right: 2px;
}

/**********************************************************************/
/**** Favorites header ************************************************/
/**********************************************************************/
.favorites-header {
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-image: url(images/star2.png); /** sprite-ref: spr-norepeat; sprite-margin-left: 1px; sprite-margin-top: 2px; sprite-margin-bottom: 5px; */
    text-indent: 24px;
}

/**********************************************************************/
/**** Preview Image ***************************************************/
/**********************************************************************/
#preview {
    position:absolute;
    border:1px solid #444;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
    z-index: 9999;
}

/* ********************************************************************** */
/* **** Toplist ********************************************************* */
/* ********************************************************************** */
.toplist {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 1020px;
}

.toplist table {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.toplist table td {
    width: 200px;
}

.toplist table a {
    text-decoration: none;
    color: #aaaaaa;
    font-size: 14px;
}

.toplist table a:visited {
    color: #a3a;
}

.toplist table a:hover {
    color: #fff;
}

.toplist img {
    width: 16px;
    height: 16px;
}

/* ********************************************************************** */
/* **** Footer ********************************************************** */
/* ********************************************************************** */
.footer {
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    height: 32px;
    background-image: url(images/footer/footer.gif);
    background-repeat: repeat-x;
    font: 10px Verdana, Tahoma;
    color: #777;
    padding-top: 12px;
    padding-left: 12px;
}

.footer a {
    color: #777;
    text-decoration: none;
}

.footer a:hover {
    color: #aaa;
}

/* ********************************************************************** */
/* **** Boxes *********************************************************** */
/* ********************************************************************** */
.box {
    float: left;
    width: 189px;
    height: 215px;
    margin-left: 6px;
    margin-top: 1px;
    margin-bottom: 6px;
}

.box .top {
    height: 21px;
    text-align: center;
    background-image: url(images/box/top.gif); /** sprite-ref: spr-norepeat; */
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
    overflow-y: hidden;
}

.box .middle {
    background-repeat: repeat-y;
    background-image: url(images/box/middle.gif); 
    text-align: center;
    height: 179px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.box .middle .title {
    background: url(images/box/title.gif) repeat-x;
    width: 183px;
    height: 38px;
    margin-left: 3px;
    margin-top: 3px;
    text-align: center;
    font-weight: bold;
}

.box .middle .title a {
    padding-top: 2px;
    color: #6acafa;
    text-decoration: none;
    overflow-y: hidden;
    display: block;
    height: 34px;
}

.box .middle .title a:visited {
    color: #fa6aca;
}

.box .middle .title a:hover {
    color: #b3e5fe;
}

.box .bottom {
    background-image: url(images/box/bottom.gif); /** sprite-ref: spr-norepeat; */
    background-repeat: no-repeat;
    height: 10px;
}

.box .actors a {
    color: #b3e5fe;
    text-decoration: none;
}

.box .actors a:hover {
    color: #fff;
}

.box-list {
    margin-left: 10px;
    overflow: auto;
}

.box-list .noresults {
    font-size: 130%;
}

/* ********************************************************************** */
/* **** Temp stuff ****************************************************** */
/* ********************************************************************** */
.collection-box-list {
    overflow: auto;
    margin-left: 4px;
}
.all-videos {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    font-size: 14px;
}


.collection {
    background-image: url("/static/images/footer/footer.gif");
    background-repeat: repeat-x;
    margin-right: 10px;
    margin-top: 10px;
}
.collection-title {
    text-align: center;
    display: block;
    font-size: 24px;
    text-decoration: none;
    color: #6acafa;
}
.collection-title:hover {
    color: #b3e5fe;
}
.collection-title:visited {
    color: #fa6aca;
}

/* ********************************************************************** */
/* **** Actor box ******************************************************* */
/* ********************************************************************** */
.actor-box {
    width: 378px;
    height: 443px;
    float: right;
    margin-top: 1px;
    margin-left: 6px;
    margin-right: 31px;
    overflow-y: hidden;
}

.actor-box a {
    color: #6acafa;
    text-decoration: none;
}
.actor-box a:visited {
    color: #fa6aca;
}
.actor-box a:hover {
    color: #b3e5fe;
}

.actor-box .top {
    padding-top: 5px;
    background-repeat: no-repeat;
    background-image: url(images/actorbox/top.gif);
    height: 21px;
    text-align: center;
    font-size: 120%;
    color: #b3e5fe;
    font-weight: bold;
}

.actor-box .middle {
    background-image: url(images/actorbox/middle.gif);
    height: 400px;
    overflow-y: hidden;
}

.actor-box .middle .actor-text {
    height: 180px;
    overflow-y: hidden;
}

.actor-box .middle .read-more {
    padding-right: 8px;
    padding-left: 8px;
}

.actor-box .actor-tags {
    padding-left: 8px;
    padding-right: 10px;
}

.actor-box .actor-tags img {
    min-width: 100px;
    max-width: 170px;
    max-height: 180px;
    float: left;
    margin-right: 8px;
}

.actor-box .actor-tags .image-replacement {
    width: 160px;
    height: 175px;
    float: left;
    border: 1px solid #777;
    margin-right: 8px;
}

.actor-box .actor-tags dt {
    font-weight: bold;
    float: left;
    width: 88px;
}

.actor-box .actor-tags dl dd {
    max-height: 35px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.actor-box .middle p {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 5px;
}

.actor-box .bottom {
    background-repeat: no-repeat;
    background-image: url(images/actorbox/bottom.gif);
    height: 26px;
}

.actor-box-small {
    height: 223px;
}

.actor-box-small .middle {
    height: 180px;
}

.actor-box-small .middle .actor-text {
    display: none;
}

.actor-box-small .middle .read-more {
    display: none;
}

/* ********************************************************************** */
/* **** Display of the video thumbnail ********************************** */
/* ********************************************************************** */
.box .middle .thumbnail-box {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.thumbnail-box div {
    background-repeat: no-repeat;
}

.thumbnail-box .star {
    background-repeat: no-repeat;
    background-image: url(images/star2.png); 
    width: 24px;
    height: 24px;
    position: relative;
    left: 132px;
    bottom: 28px;
}

.thumbnail-box, .roll-img {
    width: 160px;
    height: 120px;
    display: block;
}

/* ********************************************************************** */
/* **** Pagination ****************************************************** */
/* ********************************************************************** */
.pagination-container {
    overflow: hidden;
}

.pagination {
    margin: 0 auto;
    float: left;
    position: relative;
    left: 50%;
    list-style-type: none;
}

.pagination li {
    float: left;
    position: relative;
    right: 50%;
    margin-right: 4px;
}

.pagination li a {
    background-image: url(images/sidebar/ul_li_ul_li.gif);
    background-repeat: repeat-x;
    background-color: #333;

    font-family: Verdana, Tahoma;
    font-size: 14px;
    
    border-bottom: 1px solid #212528;
    border-left: 1px solid #212528;
    border-right: 1px solid #212528;
    
    line-height: 28px;

    display: block;
    padding-right: 10px;
    padding-left: 10px;

    text-decoration: none;
    color: #aaa;
}

.pagination li a.active, .pagination li a.active:hover {
    border: 0px;
    background: none;
    font-weight: bold;
}

.pagination li a:hover {
    color: #fff;
}

/* ********************************************************************** */
/* **** Posts *********************************************************** */
/* ********************************************************************** */
.post-top {
    margin: 0;
    padding: 0; 
    width: 801px;
    height: 26px;
    background-image: url(images/post/top.gif); /** sprite-ref: spr-norepeat; */
    background-repeat: no-repeat;
    overflow-y: hidden;
}
		
.post-top p {
    margin:0 13px 0 0;

    padding-left: 8px;
    padding-right: 4px;
    padding-top: 2px;

    font:10px Verdana, Tahoma; color:#b5b5b5;
    text-align:center;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;

    line-height: 26px;
    height: 26px;
}

.post-top a:link, .post-top a:active, .post-top a:visited {
    color:#FFF;
    text-decoration:none;
}


.post-top a:hover {
    color:#98c807;
}

.post-top .add-bookmark:hover, .post-top .del-bookmark:hover {
    color: #ff6655;
}
			
			
.post-title-back {
    text-align: center;
    margin:0 auto;
    width:795px;
    height:30px;
    background-image: url(images/post/title_back.gif);
    background-repeat: repeat-x;
    border-top: 1px solid #292d31;
    border-bottom:1px solid #292d31;
    line-height:32px;
}

.post-keywords {
    margin:0 auto;
    width:790px;
    background: url(images/post/title_back.gif) repeat-x;
    border-top: 1px solid #292d31;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.post-keywords p {
    margin-left: 5px;
}

.post-keywords a, .post-middle a {
    color: #6acafa;
    text-decoration: none;
}

.post-keywords a:visited {
    color: #fa6aca;
}

.post-keywords a:hover {
    color: #b3e5fe;
}
			
.post-middle h1 {
    padding: 0 0 0 5px;
    font: 14px Verdana, Tahoma;
    color: #6acafa; font-weight:bold; line-height:32px;
}
			
.post-middle-back {
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 795px;
    height: auto;
    background: url(images/post/middle_p.gif) repeat-x;
}

.post-middle-back-pad {
    margin: 5px;
}

.post-middle-back p {
    padding: 0;
    margin: 0;
}
			
.post-middle {
    width: 801px;
    height: auto;
    background-repeat: repeat-y;
    background-image: url(images/post/middle.gif);  /** sprite-ref: spr-vertical; sprite-alignment: repeat; */
}
		
.post-bottom {
    width: 801px;
    height: 12px;
    background-image: url(images/post/bottom.gif); /** sprite-ref: spr-norepeat; */
    background-repeat: no-repeat;
}

.post-title {
    font-size: 120%;
    color: #fff;
}

/* ********************************************************************** */
/* **** Fieldset for blog posts ***************************************** */
/* ********************************************************************** */
fieldset {
    border: 1px solid #292d31;
    background-image: url(images/post/comment_bg.gif);
    background-repeat: repeat-x;
    padding: 6px;
    margin-bottom: 8px;
}
legend {
    padding: 4px;
    background: #3e4448;
    border: 1px solid #292d31;
}


/* ********************************************************************** */
/* **** Video replacement *********************************************** */
/* ********************************************************************** */
.video-replacement img {
    width: 320px;
    height: 240px;
    
}

/* ********************************************************************** */
/* **** Screenshot list ************************************************* */
/* ********************************************************************** */
.screenshots {
    margin-top: 10px;
    margin-left: 60px;
    list-style-type: none;
    width: 720px;
}

.screenshots li {
    float: left;
    width: 160px;
    height: 120px;
}

.screenshots li img {
    width: 160px;
    height: 120px;
}

/* ********************************************************************** */
/* **** Actor List ****************************************************** */
/* ********************************************************************** */
.actor-list {
    list-style-type: none;
    height: 120px;
    margin-right: 5px;
}
.post-middle-back .actor-list li {
    float: left;
    margin-top: 5px;
    margin-left: 8px;
    text-align: center;
}

.post-middle-back .actor-list li img,
.post-middle-back .actor-list li .replacement-image {
    display: block;
    width: 85px;
    height: 100px;
    border: 1px solid #777;
}



.post-middle-back .actor-list li a {
    color: #6acafa;
    text-decoration: none;
}
.post-middle-back .actor-list li a:visited {
    color: #fa6aca;
}
.post-middle-back .actor-list li a:hover {
    color: #b3e5fe;
}

.actor-list-large {
    height: 250px;
}


/* ********************************************************************** */
/* **** Misc ************************************************************ */
/* ********************************************************************** */
.twitter-link {
    background: url(favicons/twitter.ico) no-repeat;
    padding-left: 16px;
    display: inline-block;
    height: 18px;
}

.blue-bar {
    width: 1003px;
    height: 8px;
    background: url(images/blue_bar.gif) repeat-x;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

.signature {
    text-align: right;
}

/* ********************************************************************** */
/* **** News Images ***************************************************** */
/* ********************************************************************** */
.news-image-right, .news-image-left {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}

.news-image-left {
    float: left;
}

/* ********************************************************************** */
/* **** Share icons ***************************************************** */
/* ********************************************************************** */
/* Custom Icons */
.share-cta {
    text-align: center;
    width: 100px;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 49px;
    display: block;
    float: left;
}
.share-cta .first {
    height: 16px;
    line-height: 16px;
    color: #ddd;
}
.share-cta .second {
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.addthis_toolbox {
    margin-top: 8px;
    display: block;
}
.addthis_toolbox .custom_images {
    width: 484px;
    height: 64px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.addthis_toolbox .custom_images a {
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}
/* Prevent AddThis script clearing. */
.atclear {
    display: none !important; 
}

/* ********************************************************************** */
/* **** Video description *********************************************** */
/* ********************************************************************** */
.video-description {
    text-align: center;
}

/* ********************************************************************** */
/* **** For links with icons ******************************************** */
/* ********************************************************************** */
.icon-link {
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 18px;
    display: inline-block;
}

/* ********************************************************************** */
/* **** Comment input table ********************************************* */
/* ********************************************************************** */
.comment-input {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.comment-input textarea {
    width: 496px;
    height: 56px;
}
.comment-input label {
    width: 100px;
    display: block;
    font-weight: bold;
}
.comment-input .go {
    width: 100px;
}

.comment {
    margin-top: 2px;
    margin-left: 3px;
    margin-right: 3px;
}

.comment-input .error {
    border: 1px solid #f00;
    background-color: #ffc;
}

/* ********************************************************************** */
/* **** Premium HDV ***************************************************** */
/* ********************************************************************** */
#hdembed_flowplayer {
    display: block;
    width: 768px;
    height: 432px;
}
#hdwatchfullhdvideo {
    background-color: #3E4448;
    height: 95px;
    overflow: hidden;
    padding: 5px 0px 0px 12px;
    width: 598px;
}

#hdwatchfullhdvideo a {
	cursor: pointer;
	.cursor: hand;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#hdwatchfullhdvideo #hdwatchfullhdvideologo {
	background: transparent url('/static/images/affil/hdv/logotrans_nob.png') 0px 0px no-repeat;
	height: 59px;
	width: 586px;
}

#hdwatchfullhdvideo ul {
	background: transparent url('/static/images/affil/hdv/formats.png') 12px 10px no-repeat;
	height: 35px;
	list-style-type: none;
	margin-top: 1px;
	overflow: hidden;
	padding-left: 190px;
	_zoom: 1;
}

#hdwatchfullhdvideo ul li {
	display: block;
	float: left;
	margin-right: 8px;
}

#hdwatchfullhdvideo ul li a {
    background: transparent url('/static/images/affil/hdv/formats.png') 0px 0px no-repeat;
    height: 35px;
    overflow: hidden;
    width: 96px;
}

#hdwatchfullhdvideo ul li #hdwatchfullhdvideo1080 {
	background-position: 0px -30px;
}

#hdwatchfullhdvideo ul li #hdwatchfullhdvideo1080:hover {
	background-position: -96px -30px;
}

#hdwatchfullhdvideo ul li #hdwatchfullhdvideo720 {
	background-position: 0px -65px;
}

#hdwatchfullhdvideo ul li #hdwatchfullhdvideo720:hover {
	background-position: -96px -65px;
}

#hdwatchfullhdvideo ul li #hdwatchfullhdvideo540 {
	background-position: 0px -100px;
}

#hdwatchfullhdvideo ul li #hdwatchfullhdvideo540:hover {
	background-position: -96px -100px;
}

#hdwatchfullhdvideo ul li #hdwatchfullhdvideomore {
	background-position: 0px -135px;
	width: 79px;
}

#hdwatchfullhdvideo ul li #hdwatchfullhdvideomore:hover {
	background-position: -79px -135px;
}

