/* general styles *************************************************************/
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #fbd16c url(/images/html-bg.png) repeat-x;
}

body {
    color: #000;
    min-width: 982px;
    min-height: 100%;
    font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
    background: url(/images/footer-bg.jpg) no-repeat 50% 100%;
}

* html body {
    height: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #d10b00;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

a * {
    cursor: pointer;
}

img {
    border: none;
    vertical-align: bottom;
}

ul {
    list-style: none;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

.page {
    width: 100%;
    overflow: hidden;
    background: url(/images/page-bg.jpg) no-repeat 50% 0;
}

.container {
    width: 982px;
    overflow: hidden;
    margin: 0 auto;
}

/* header ****************************************************************/
.header {
    width: 100%;
    overflow: hidden;
}

.header .logo {
    float: left;
}

.header .logo a {
    display: block;
    width: 393px;
    height: 156px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/logo.png) no-repeat;
}

.header .links {
    float: right;
    margin: 19px 0 0;
}

.header .links ul {
    float: left;
    padding-right: 20px;
    width: 140px;
    overflow: hidden;
}

.header .links ul li {
    height: 20px;
    width: 135px;
    overflow: hidden;
}

.header .links li a {
    font-weight: bold;
    padding: 0 0 0 16px;
    background: url(/images/dot-1.gif) no-repeat 0 3px;
}

.header .links li a:hover {
    background: url(/images/dot-2.gif) no-repeat 0 3px;
}

/* navigation ****************************************************************/
.navigation {
    height: 32px;
    overflow: hidden;
    background: url(/images/bg-navigation.png) no-repeat;
}

.navigation ul {
    float: left;
    display: !important;
    margin: 7px 0 0 10px;
}

.navigation li {
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 13px;
}

.navigation li a {
    color: #fff;
}

.navigation li.active a,
.navigation li a:hover {
    color: #000;
    text-decoration: none;
}

.navigation select {
    float: right;
    width: 184px;
    display: inline;
    margin: 6px 80px 0 0;
    padding: 1px;
    font: 12px Arial, Helvetica, sans-serif;
}

.box-search {
    height: 33px;
    background: url(/images/form-search.png) no-repeat;
    margin: 9px 0 0;
}

/* pager ****************************************************************/
.pager {
    float: left;
    width: 590px;
    overflow: hidden;
}

.pager .prev {
    float: left;
    display: inline;
    margin: 9px 4px 0 19px;
    width: 15px;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/arrow-prev.png) no-repeat;
}

.pager .next {
    float: left;
    width: 15px;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/arrow-next.png) no-repeat;
    margin-top: 9px;
}

.pager ul {
    float: left;
    display: inline;
    margin: 5px 0 0 3px;
}

.pager ul li {
    float: left;
    margin-right: 7px;
    font: bold 14px/18px Arial, Helvetica, sans-serif;
}

.pager ul li a {
    float: left;
    width: 19px;
    height: 18px;
    padding-top: 2px;
    background: url(/images/pager-bg.png) no-repeat;
    text-align: center;
    color: #7a0014;
}

.pager ul li.p-current {
    float: left;
    width: 19px;
    height: 18px;
    padding-top: 2px;
    background: url(/images/pager-bg.png) no-repeat;
    text-align: center;
    color: #fbd636;
    background-position: -19px 0;
    text-decoration: none;
}

.pager ul li a:hover {
    color: #fbd636;
    background-position: -19px 0;
    text-decoration: none;
}

.pager ul li.p-prevnext {
    width: 1px; height: 1px;
    overflow: hidden;
}

.form-search {
    float: right;
    width: 263px;
    padding: 3px 0 0 121px;
    background: url(/images/pornbaytube.png) no-repeat 0 11px;
}

.form-search span {
    float: left;
    width: 185px;
    height: 23px;
    overflow: hidden;
    background: url(/images/search-bg.png) no-repeat;
    margin: 1px 6px 0 0;
}

.form-search span input {
    width: 175px;
    padding: 4px 5px;
    border: none;
    background: none;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}

.form-search .btn {
    float: left;
    width: 64px;
    height: 24px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/btn-search.png) no-repeat;
}

.form-search .btn:hover {
    background-position: 0 -24px;
}

/* content ****************************************************************/
.headline {
    width: 100%;
    overflow: hidden;
}

.headline h2 {
    float: left;
    display: inline;
    margin: 5px 0 0 12px;
    font-size: 18px;
    text-transform: uppercase;
    color: #070403;
}

.headline .bookmark {
    float: right;
    width: 168px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/bookmark.png) no-repeat;
}

.headline .bookmark:hover {
    background-position: 0 -30px;
}

.box-content {
    width: 100%;
    overflow: hidden;
    background: url(/images/box-bg.gif) repeat-y;
}

.box-content .top {
    width: 100%;
    overflow: hidden;
    background: url(/images/box-top.gif) no-repeat;
}

.box-content .btm {
    width: 980px;
    overflow: hidden;
    background: url(/images/box-btm.gif) no-repeat 0 100%;
    padding-bottom: 2px;
}

.thumb {
    float: left;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: bottom;
    width: 242px;
    height: 236px;
    margin: 3px 1px 0 2px;
    color: #000;
}

.thumb.index {
    height: 210px;
}

.thumb.toplist {
    height: 225px;
}

.thumb:hover {
    text-decoration: none;
}

.thumb .title {
    display: block;
    height: 18px;
    overflow: hidden;
    width: 244px;
}

.thumb .title strong {
    float: left;
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    margin: -1px 0 0 2px;
}

.thumb.index .title strong {
    font-size: 15px;
}

.thumb:hover .title strong {
    color: #fff;
}

.thumb .title .ico-plus {
    float: right;
    display: inline;
    margin: 2px 2px 0 0;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/ico-plus.gif) no-repeat;
}

.thumb:hover .title .ico-plus {
    background-position: 0 -14px;
}

.thumb .img {
    display: block;
    width: 242px;
    overflow: hidden;
}

.thumb .img img {
    width: 240px;
    height: 180px;
    display: block;
    border: 1px #d69c38 solid;
}

.thumb:hover .img img {
    border: 1px #f31501 solid;
}

.thumb .descr {
    display: block;
    width: 242px;
    overflow: hidden;
    color: #fffefe;
    font-weight: bold;
    line-height: 14px;
}

.thumb .descr strong {
    float: left;
    display: inline;
    margin: 0 0 0 3px;
}

.thumb .descr span {
    float: right;
}

.thumb .vote {
    display: block;
    width: 242px;
    overflow: hidden;
    padding: 0;
}

.thumb .vote strong {
    float: left;
    display: inline;
    margin: 2px 0 0 2px;
    font-weight: normal;
}

.thumb:hover .vote strong {
    color: #000;
}

.thumb .vote span {
    float: right;
}

.thumb .vote span img {
    float: left;
    margin: 1px 0 0;
}

.box-2 {
    height: 100%;
    overflow: hidden;
    text-align: center;
    border: 1px #ccaa58 solid;
    background: #fff;
    margin: 6px 0 0;
    padding: 1px;
}

.logotype {
    position: absolute;
    right: 0px;
    top: 83px;
    width: 280px;
    height: 110px;
    overflow: hidden;
    text-indent: -9999px;
}

.box-sites {
    width: 100%;
    overflow: hidden;
    background: url(/images/box-bg.gif) repeat-y;
}

.box-sites .top {
    width: 100%;
    overflow: hidden;
    background: url(/images/box-sites-top.png) no-repeat;
}

.box-sites .btm {
    width: 980px;
    overflow: hidden;
    background: url(/images/box-btm.gif) no-repeat 0 100%;
    padding-bottom: 12px;
}

.box-site {
    float: left;
    display: inline;
    margin: 8px 0 0 17px;
    width: 227px;
    overflow: hidden;
}

.box-site strong {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #870000;
}

.box-site img {
    width: 214px;
    height: 145px;
    border: 1px #ef4124 solid;
    margin: 14px 0 0;
}

.box-site span {
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #f00000;
    display: block;
    margin: 20px 0 0;
}

.box-site:hover {
    text-decoration: none;
}

.box-site:hover img {
    border: 1px #000 solid;
}

.box-site:hover span {
    color: #fff;
}

.box-categories {
    width: 100%;
    overflow: hidden;
    background: url(/images/categories-bg.gif) repeat-y;
}

.box-categories .top {
    width: 100%;
    overflow: hidden;
    background: url(/images/categories-top.gif) no-repeat;
}

.box-categories .btm {
    width: 1000px;
    overflow: hidden;
    background: url(/images/categories-btm.gif) no-repeat 0 100%;
}

.box-categories ul {
    width: 185px;
    float: left;
    display: inline;
    margin: 10px 0 0 12px;
    font-weight: bold;
}

.box-categories ul a:hover {
    color: #fff;
}

/* footer ****************************************************************/
.footer {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.footer .block {
    width: 570px;
    margin: 63px 0 0;
}

.footer .block .t {
    background: url(/images/bg-foot-box-t.png) no-repeat;
    overflow: hidden;
    height: 13px;
}

.footer .block .b {
    background: url(/images/bg-foot-box-b.png) no-repeat;
    width: 570px;
    height: 13px;
}

.footer .block .c {
    background: url(/images/bg-foot-box.png) repeat-y;
    width: 570px;
}

.footer .block .c:after {
    content: "";
    display: block;
    clear: both;
}

.footer .block .content {
    float: left;
    width: 520px;
    padding: 0 25px;
    text-align: center;
    position: relative;
    font: 12px/14px Tahoma, Arial, sans-serif;
    margin: -4px 0 0;
}

.footer .block ul li {
    display: inline;
    font-weight: bold;
    line-height: 14px;
    padding: 0 5px 0 7px;
    background: url(/images/separator01.png) no-repeat;
}

.footer .block ul li:first-child { background: none; }

.footer .block ul a { color: #371112; }

.footer .block ul a:hover {
    color: #f00;
}

.footer .block p { margin-bottom: 5px; }

.footer .block p strong {
    display: block;
    line-height: 15px;
}

.index_list { font-size: 13px; }

.index_list td { padding: 3px; }

.global-footer { padding: 20px; }

.global-footer ul li { display: inline; display: inline-block; margin-right: 10px; font-weight: bold; line-height: 18px; }

.global-footer ul { list-style: none; margin: 5px 0 5px 0; }

.box-categories .global-footer ul { width: auto; }

.global-footer-niche { width: 150px; margin: 10px 0 10px 0; font-size: 14px; }

.gallery { margin-top: 10px; margin: 2px; }

.gallery_data { font-size: 14px; font-weight: bold; margin-top: 10px; }

.gallery_data a { color: #222; padding-right: 4px }

.gallery_data a:hover { color: #fff; }

.gallery-right { font-size: 13px; font-weight: bold; }

.gallery-right .good { font-size: 15px; color: #fff; }
.videoWrapper {
    width: 750px;
    height: 422px;
}
#sss {
    min-width: 310px;
    height: 275px;
    position: absolute;
    text-align: center;
    z-index: 100;
    top: 0;
    left: 0;
}

#s-container {
    height: 252px;
}

#s-title {
    height: 17px;
    font-size: 13px;
    line-height: 17px;
    background: #333;
    color: #ccc;
}

#close-link {
    font-size: 16px;
    padding: 4px;
    display: block;
    color: white;
    background: #333;
}

#s1, #s2, #s3 {
    width: 300px;
    height: 250px;
    background: #555555;
    float: left;
    margin-left: 2px;
}

#embed-holder {
    position: relative;
}