body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #242426;
    font-size: small;
}

ul, h2, h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    list-style: none;
}

.title {
    margin-bottom: 0;
}

.subtitle {
    margin-top: 0;
    color: #00b4ff
}
/********************************** */ /* Search box
 /********************************** */
/* set the image to use and establish the lower-right position */
.bluebox, .bluebox_bottom, .bluebox_head, .bluebox_head .bluebox_main {
    background: transparent url('/images/skin1/searchbox/bluebox_1024x200_short.gif') no-repeat bottom right
}

.bluebox { /* intended total box width - padding-right(next) */
    width: 100% !important; /* IE Win = width - padding */
    width: 100%;
    /* the gap on the right edge of the image (not content padding) */
    /*padding-right:15px;*/ /* use to position the box */
    /*margin:20px auto;*/
    margin-bottom: 0;
}
/* set the top-right image */
.bluebox_head {
    background-position: top right;
    /* pull the right image over on top of border */
    /* margin-right:-15px;*/ /* right-image-gap + right-inside padding */
    padding-right: 40px
}
/* set the top-left image */
.bluebox_head .bluebox_main {
    background-position: top left;
    margin: 0; /* reset main site styles*/
    border: 0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
    padding: 5px 0 0px 20px;
    height: auto !important;
    height: 1%
} /* IE Holly Hack */ /* set the lower-left corner image */
.bluebox_bottom {
    background-position: bottom left;
    margin-right: 25px; /* interior-padding right */
    padding: 5px 0 5px 5px
} /* mirror .bluebox_head right/left */
#searchbox h2 {
    color: white;
    font-size: xx-large;
    margin: 0;
    padding-bottom: 10px;
}

#searchbox ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
}

#searchbox li {
    display: inline;
    color: white;
    font-weight: bold;
    font-size: small;
    font-size-adjust: 0.57;
}

#searchbox .greencheckbox {
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 15px;
    background-image: url('/images/skin1/searchbox/green_checkboxes.png') !important;
    background-image: url('/images/skin1/searchbox/green_checkboxes.gif');
    background-repeat: no-repeat;
    background-position: 0 -30px;
}

#searchbox .greencheckbox-hover {
    background-position: 0 -60px;
    color: gray;
    cursor: pointer;
}

#searchbox .greencheckbox-selected {
    padding-left: 20px;
    background-position: 0 0;
}

#searchbox #showadvanced {
    background-image: url('/images/skin1/searchbox/showadvanced_bg.png') !important;
    background-image: url('/images/skin1/searchbox/showadvanced_bg.gif');
    background-repeat: no-repeat;
    height: 28px;
    line-height: 28px;
    padding-left: 32px;
    margin-left: -3px;
    font-weight: bold;
    color: white;
    margin-top: 3px;
    cursor: pointer;
}

#searchbox #showadvanced:hover {
    color: gray;
    background-position: 0 -40px;
}

#searchbox #showadvanced.expanded {
    background-position: 0 -80px;
}

#searchbox #showadvanced.expanded:hover {
    background-position: 0 -120px;
}

#searchbox #q {
    width: 500px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #01a2e5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: #383737;
    padding-left: 10px;
    vertical-align: top;
}

#searchbox #searchnow {
    width: 112px;
    height: 40px;
    border: 1px solid #01a2e5;
    background: #333 url('/images/skin1/searchbox/submit.gif') no-repeat;
    vertical-align: top;
    margin-left: 10px;
}

#searchbox #searchnow:hover {
    background: #333 url('/images/skin1/searchbox/submit.gif') no-repeat 0 -41px;
}
/*adjustements for minimal searchbox */
#searchbox.minimal h2 {
    display: none;
}

#searchbox.minimal .bluebox_main {
    padding-top: 15px;
    padding-bottom: 5px;
    position: relative;
}

#searchbox.minimal #showadvanced {
    position: absolute;
    right: 10px;
    bottom: 0px;
}
/*********************************/ /* Search Box - Advanced Options */
/*********************************/
/* set the image to use and establish the lower-right position */
.graybox, .graybox_bottom, .graybox_head, .graybox_head .graybox_main {
    background: transparent url('/images/skin1/searchbox/graybox_1024x200.gif') no-repeat bottom right
}

.graybox { /* intended total box width - padding-right(next) */
    width: 95% !important; /* IE Win = width - padding */
    width: 95%;
    /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto
}
/* set the top-right image */
.graybox_head {
    background-position: top right;
    /* pull the right image over on top of border */
    margin-right: 0px;
    /* right-image-gap + right-inside padding */
    padding-right: 0px
}
/* set the top-left image */
.graybox_head .graybox_main {
    background-position: top left;
    margin: 0; /* reset main site styles*/
    border: 0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
    padding: 5px 0 20px 5px;
    height: auto !important;
    height: 1%
} /* IE Holly Hack */ /* set the lower-left corner image */
.graybox_bottom {
    clear: both; /* we make sure we clear any floating elements */
    background-position: bottom left;
    margin-right: 25px; /* interior-padding right */
    padding: 5px 0 5px 5px
} /* mirror .graybox_head right/left */ /* float columns to the left */
#advanced ul {
    float: left;
    margin: 0px;
    padding: 10px;
    width: 45%;
    white-space: nowrap;
    list-style: none;
}

#advanced li {
    position: relative;
    padding: 4px;
    font-size: small;
    color: white;
}
/*we position the select box at a fixed distance*/
#advanced .fixedelem {
    top: 0px;
    left: 125px;
    position: absolute;
}
/* we left column poosition is different*/
#advanced #advcol2 .fixedelem {
    left: 150px;
}
/*********************************/ /* Header and Footer */
/*********************************/
#header-holder, #footer-holder {
    width: 100%;
}

#header-holder {
    background-image: url('/images/skin1/header/header_repeat.gif');
    height: 92px;
}

#header, #footer, #content-holder {
    margin: 0 auto;
    text-align: left;
    width: 993px;
}

#header {
    background-image: url('/images/skin1/header/header_logo.gif');
    background-repeat: no-repeat;
    height: 92px;
    position: relative;
}

#header.small { /*for jumpbar*/
    background-image: url('/images/skin1/header/header_logo_small.gif');
}

#header #addthis {
    display: inline;
    position: absolute;
    right: 0;
    padding-top: 5px;
}

#header #settings_link {
    display: inline;
    position: absolute;
    right: 0;
    padding-top: 40px;
}

#header #settings_link a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
}

#header #settings_link a:link, #header #settings_link a:visited {
    color: #00d4f6
}
/* elem so that we can click on header*/
#header #home {
    float: left;
    width: 220px;
    height: 80px;
}

#navbar {
    margin-top: 61px;
    float: right;
}

#navbar ul {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    list-style: none;
}

#navbar li {
    float: left;
}

#navbar a {
    display: block;
    float: left;
    background: #4f4f4f url('/images/skin1/header/navbar_button.gif') no-repeat 0 -30px;
    line-height: 29px;
    height: 29px;
    border-left: 1px solid #5f5f5f;
    border-top: 1px solid #5f5f5f;
    border-right: 1px solid #5f5f5f;
    padding: 0px 10px 0px 20px;
    margin-right: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
}

#navbar a:link, #navbar a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#navbar a:hover {
    background-position: 0 -60px;
}
/* Selectors to hightight the current page */
#navbar ul#nav-home #nav-home a, #navbar ul#nav-movies #nav-movies a, #navbar ul#nav-pictures #nav-pictures a, #navbar ul#nav-tubes #nav-tubes a, #navbar ul#nav-directory #nav-directory a, #navbar ul#nav-cams #nav-cams a {
    background-position: 0 0;
}

#footer-holder {
    clear: both;
    background-image: url('/images/skin1/footer/footer_repeat.gif');
    height: 130px;
}

#footer {
    line-height: 35px;
    font-size: small;
    color: #808080;
}

#footer a:link, #footer a:visited {
    color: #00b2d9;
    text-decoration: underline;
}

copyright {
    text-align: right;
    padding-right: 150px;
}
/* this is for the index number of galleries at the top */
#topcontent #toptext {
    color: #242426;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    margin: 15px;
}

#topcontent #toptext span {
    color: #00b4ff;
}
/* the welcome box */
#welcomebox {
    font-size: small;
    background-color: #e1fb8e;
    padding: 10px;
    margin-bottom: 15px;
}

#welcomebox #newstitle {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: small;
    font-weight: bold;
    text-decoration: underline;
}

#welcomebox address {
    padding-top: 5px;
}

#content-holder {
    min-height: 400px;
    padding: 10px;
}

#primarycontent {
    float: left;
    width: 763px;
    max-width: 763px;
}

#secondarycontent {
    float: right;
    width: 220px;
    min-height: 450px;
    padding-left: 10px;
}
/* this is for the top keywords */
#popularsearches h3 {
    margin: 0;
    width: 205px;
    padding-top: 2px;
    padding-left: 15px;
    height: 34px;
    line-height: 34px;
    font-size: medium;
    background: #FFF url('/images/skin1/popularsearches/title_bg.gif') no-repeat 0 0;
    color: #595959;
    border-bottom: 1px solid #dfdfdf;
}

#popularsearches ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#popularsearches li {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #dfdfdf;
    font-size: small;
    background-color: #f9f9f9;
    padding-left: 8px;
}

#popularsearches a {
    display: block;
    padding-left: 37px;
    width: 175px;
    background: #f9f9f9 url('/images/skin1/popularsearches/green-bullet.gif') no-repeat 0 0;
    text-decoration: none;
    color: black;
}

#popularsearches a:hover {
    text-decoration: underline;
    background-position: 0 -40px;
}

#popularsearches a:visited {
    color: gray;
}
/* *********************** */ /* defining search results */
/* *********************** */ /* the top category list */
#searchcategories {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-image: url('/images/skin1/searchresults/searchcategories_bg.gif');
    background-repeat: repeat-x;
    height: 40px;
    font-size: small;
    font-weight: bold;
}

#searchcategories li {
    float: left;
    padding: 0 20px 0px 20px;
    height: 40px;
    line-height: 35px;
}

#searchcategories .selected {
    background: transparent url('/images/skin1/searchresults/searchcategories_selected.gif') no-repeat top center;
    height: 100%;
    color: white;
}

#searchcategories a {
    text-decoration: none;
    color: black;
}

#searchcategories .selected a {
    color: white;
}
/* the row describing number of results */
#viewselectorbar {
    clear: both;
    background: transparent url('/images/skin1/searchresults/textresults_bg.gif') repeat-x top left;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #c9c9c9;
    padding-left: 10px;
    padding-right: 10px;
}

#viewselectorbar span {
    float: left;
}

#viewselector {
    float: right;
    margin-top: 3px;
}

#viewselector #viewselecttitle {
    float: left;
    line-height: 22px;
    font-size: x-small;
    padding-right: 10px;
}

#viewselector ul {
    float: left;
    background: transparent url('/images/skin1/searchresults/viewselector.gif') no-repeat top left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#viewselector li {
    float: left;
}

#viewselector a {
    display: block;
    width: 27px;
    height: 22px;
    line-height: 22px;
}
/* for mouseovers and selected*/
#listview:hover, #thumbview:hover, #fullview:hover, #flowview:hover, #listview.selected, #thumbview.selected, #fullview.selected, #flowview.selected {
    background-image: url('/images/skin1/searchresults/viewselector.gif');
}

#thumbview:hover {
    background-position: 0px -46px;
}

#listview:hover {
    background-position: -28px -46px;
}

#fullview:hover {
    background-position: -54px -46px;
}

#flowview:hover {
    background-position: -81px -46px;
}

#thumbview.selected {
    background-position: 0px -23px;
}

#listview.selected {
    background-position: -28px -23px;
}

#fullview.selected {
    background-position: -54px -23px;
}

#flowview.selected {
    background-position: -81px -23px;
}

.featured {
    background-color: #e1fb8e;
    clear: both;
    float: none;
    height: 160px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
}

.galleries {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.galleries li.oneresult {
    float: left;
    padding: 4px;
}

.galleries #image_wrapper {
    display: block;
    float: left;
    text-decoration: none;
    width: 130px;
    height: 150px;
    text-align: center;
    /* border: 1px solid red;*/
}

.galleries a.imglink {
    border: 1px solid #414141;
    display: block;
    padding: 0px;
    width: 128px;
    height: 128px;
}

.galleries img {
    border: 5px solid #272727;
}

.galleries #result_media {
    line-height: 18px;
    padding-left: 16px;
    color: black;
    font-size: x-small;
    margin-bottom: 10px;
    background: transparent url('/images/skin1/searchresults/gallerytypes.gif') no-repeat 40px -5px;
}

#result_media.type_wmv, #result_media.type_avi, #result_media.type_mpg, #result_media.type_mov {
    background: transparent url('/images/skin1/searchresults/gallerytypes.gif') no-repeat 40px -5px;
}

#result_media.type_jpg {
    background: transparent url('/images/skin1/searchresults/gallerytypes.gif') no-repeat 40px -30px;
}

.galleries #galleryage {
    font-size: x-small;
    color: #009ce9;
}

.galleries #result_new {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    height: 59px;
    background-image: url('/images/skin1/searchresults/box_new.png');
}
/*********************************/ /* Settings for the Thumb Display */
/* we hide from display */
.displaythumbs #extended {
    display: none;
}
/*********************************/ /* Settings for the List Display */
.displaylist #result_media {
    display: none;
}

.displaylist #galleryage {
    display: none;
}

.displaylist li.oneresult {
    float: none;
    clear: both;
    height: 140px;
    padding: 10px;
    position: relative;
}

.displaylist #extended {
    margin-left: 130px;
    padding-left: 10px;
}

.displaylist .even, .displayfull .even {
    background-color: #edf3ff;
}

.displaylist .odd, .displayfull .odd {
    border-bottom: 1px solid #F1F1F1;
}

.displaylist #result_title {
    color: #029fee;
    font-size: medium;
    font-weight: bold;
    text-transform: uppercase;
}
/*
 #search_items  .highlight{
 border-bottom: 3px solid;
 }
 */
#extended #result_added {
    color: #009ce9;
    font-size: small;
}

#extended #result_sitedomain {
    font-size: small;
    font-style: italic;
}

#result_sitedomain a:link, #result_sitedomain a:visited {
    color: #000000;
}

#result_sitedomain a:hover {
    font-weight: bold;
}

#result_site a {
    font-size: x-small;
    color: #009ce9;
}

.displaylist #result_description {
    color: #424242;
    font-size: small;
}

#details {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 450px;
    height: 44px;
}

#details li {
    float: left;
    display: block;
    border: 0px;
    width: 180px;
    padding-left: 30px;
    background-image: url('/images/skin1/searchresults/detailsicons_small.png') !important;
    background-image: url('/images/skin1/searchresults/detailsicons_small.gif');
    background-repeat: no-repeat;
    font-size: small;
    color: #424242;
    line-height: 20px;
    margin-bottom: 1px;
}

#details_num {
    background-position: 0px 0px;
}

#details_resolution {
    background-position: 0px -30px;
}

#details_format {
    background-position: 0px -90px;
}

#details_length {
    background-position: 0px -60px;
}
/* settings for the full display */
.displayfull #extended, .displayfull #galleryage, .displayfull #result_media, .displayfull .fullextended #result_description, .displayfull .fullextended #details {
    display: none;
}

.displayfull li.oneresult {
    float: none;
    clear: both;
    padding: 9px;
    width: 681px;
    position: relative;
}

.displayfull #image_wrapper {
    margin: 3px;
    height: 130px;
}

.displayfull .fullextended {
    display: block;
    clear: both;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.displayfull .fullextended #result_title {
    clear: both;
    text-align: center;
    display: inline;
}

.displayfull .fullextended #result_added {
    display: none;
}

.displayfull .fullextended #details {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.displayfull .fullextended #details li {
    margin-right: 10px;
}
/* settings for the actions in the list display */
#actionselector {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#actionselector ul {
    float: left;
    background: transparent url('/images/skin1/searchresults/listview_actionicons.png') no-repeat top left !important;
    background: transparent url('/images/skin1/searchresults/listview_actionicons.gif') no-repeat top left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#actionselector li {
    float: left;
    padding: 0;
}

#actionselector a {
    display: block;
    width: 26px;
    height: 22px;
}
/* for mouseovers and selected*/
#sendfriend:hover, #reportlink:hover, #addfavorite:hover, #moregalleries:hover, #sendfriend.selected, #reportlink.selected, #addfavorite.selected, #moregalleries.selected {
    background-image: url('/images/skin1/searchresults/listview_actionicons.png') !important;
    background-image: url('/images/skin1/searchresults/listview_actionicons.gif');
}

#sendfriend:hover {
    background-position: 0px -26px;
}

#reportlink:hover {
    background-position: -26px -26px;
}

#addfavorite:hover {
    background-position: -52px -26px;
}

#moregalleries:hover {
    background-position: -78px -26px;
}

#sendfriend.selected {
    background-position: 0px -52px;
}

#reportlink.selected {
    background-position: -26px -52px;
}

#addfavorite.selected {
    background-position: -52px -52px;
}

#moregalleries.selected {
    background-position: -78px -52px;
}
/* View more links on the index */
.more-right {
    text-align: right;
    font-size: smaller;
    padding-right: 10px;
}
/******************************/ /* we format the pagination */
#pagination {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 20px;
}

#pagination span, #pagination a {
    color: #989898;
    font-size: small;
    background: #FCFCFC none repeat scroll 0%;
    border: 1px solid #F1F1F1;
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
    text-decoration: none;
}

#pagination span.current {
    color: white;
    background: #7a7a7a none repeat scroll 0%;
    border: 1px solid #525252;
}

#pagination span.disable {
    color: #E8E8E8;
}

#pagination a:hover {
    color: white;
    background-color: #009ce9;
    border: 1px solid #0081c1;
}
/*********************/ /* Latest Galleries  */
#latestgalleries {
    clear: both;
}

#sectionheader {
    background: transparent url('/images/skin1/index/sectiontitle_bg.gif') no-repeat 0 0;
    height: 50px;
}

#sectionheader_main {
    float: left;
}

#sectionheader_main div {
    color: #757575;
    font-weight: normal;
    background-image: url('/images/skin1/index/sectiontitle_icons.png') !important;
    background-image: url('/images/skin1/index/sectiontitle_icons.gif');
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 50px;
    height: 30px;
    margin: 0;
}

/* Used in SiteSummary*/
#sectionheader_main h3 {
    color: #242426;
    font-size: large;

    padding-top: 20px;
    padding-left: 2px;
    height: 30px;
    margin: 0;
}
.movie #sectionheader_main > div {
    background-position: 0 0;
}

.photo #sectionheader_main > div {
    background-position: 0 -70px;
}

#sectionheader_rightholder {
    float: right;
    width: 100px;
    height: 50px;
}

#sectionheader_right {
    float: right;
    padding-right: 10px;
    height: 50px;
    line-height: 50px;
    background: transparent url('/images/skin1/index/sectiontitle_bg.gif') no-repeat top right;
}

#sectionheader_right img {
    padding-top: 21px;
}
/* ********************** */ /* Styles for the jumpbar */
#closebar {
    width: 100%;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    background-color: #009ef1;
}

#jumpbar #buttons {
    float: right;
    background-image: url('/images/skin1/jumpbar/buttons.gif');
    width: 64px;
    height: 33px;
}

#jumpbar #buttons li {
    float: left;
}

#jumpbar #buttons a {
    background-image: url('/images/skin1/jumpbar/buttons.gif');
    float: left;
    width: 32px;
    height: 33px;
}

#jumpbar #buttons #close {
    background-position: top right
}

#jumpbar.minimized #buttons #resize {
    background-position: 0 -66px
}

#jumpbar #buttons #close:hover {
    background-position: -32px -33px
}

#jumpbar #buttons #resize:hover {
    background-position: 0 -33px
}

#jumpbar.minimized #buttons #resize:hover {
    background-position: 0 -99px
}

#jumpbar #smallsearch {
    float: left;
    left: 0;
    position: absolute;
    margin-top: 60px;
    margin-left: 5px;
    z-index: 1;
}

#jumpbar #smallsearch #q {
    float: left;
}

#jumpbar #smallsearch #button {
    float: left;
    padding-top: 1px;
    background-image: url('/images/skin1/jumpbar/search_button.gif');
}

#carousel {
    float: left;
    position: absolute;
    left: 280px;
    top: 8px;
}

#jumpbar.minimized #carousel-holder {
    display: none;
}

#jumpbar.minimized #carousel-holder {
    display: none;
}

#jumpbar.minimized #smallsearch {
    margin-top: 5px;
    margin-left: 150px;
}

#header-holder.minimized, #header-holder.minimized holder {
    /*for jumpbar*/
    height: 33px;
}

#header-holder.minimized #header { /*for jumpbar*/
    background-image: url('/images/skin1/header/header_logo_minimal.gif');
}

#jumpbar #details {
    float: left;
    left: 0;
    position: absolute;
    margin: 0;
    margin-top: 2px;
    margin-left: 5px;
    border: solid 1px #414342;
    width: 256px;
    height: 86px;
    display: none;
    z-index: 2;
}

#jumpbar #detailsholder {
    border: solid 3px #272727;
    background-color: white;
    background-image: url('/images/skin1/jumpbar/details_bg.gif');
    height: 80px;
    width: 250px;
}

#jumpbar #details #title {
    margin: 1px;
    font-size: x-small;
    font-weight: normal;
    color: #009ce9;
    height: 30px;
}

#jumpbar #details li {
    float: left;
    width: 80px;
    padding-left: 25px;
    background-image: url('/images/skin1/searchresults/detailsicons_small.png') !important;
    background-image: url('/images/skin1/searchresults/detailsicons_small.gif');
    background-repeat: no-repeat;
    font-size: x-small;
    color: #424242;
    line-height: 20px;
}

#sitesummary h2 {
    margin: 0;
    font-size: xx-large;
    color: #11b9ff;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#sitesummary #content {
    padding: 5px;
    background-color: #edf3ff;
    border-top: double #d0d3d9;
    border-bottom: solid #d0d3d9;
    height: 138px;
}

#sitesummary #domain {
    padding-left: 10px;
    font-size: small;
    text-decoration: none;
}

#sitesummary #sitepreview {
    float: left;
    margin: 2px;
    border: 5px solid #272727;
}

#sitesummary #reviewbox li {
	float: left;
	width: 250px;
	padding: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}


#sitesummary #reviewbox #description {
    font-size: small;
    height: 85px;
}

#sitesummary #review {
    font-size: x-small;
}

#sitesummary #review_score {
    font-size: x-small;
}

#sitesummary #morereviews li{
    padding: 10px;
}
#sitesummary #morereviews #description{
    font-size: small;
    padding-bottom: 15px;
    color: #4b4b4b;
}


#sitesummary #numgalleries {
    clear: both;
    font-size: medium;
    font-weight: bold;
    color: #029fee;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

#jumpbar #details_num {
    background-position: 0px 0px;
}

#jumpbar #details_resolution {
    background-position: 0px -30px;
}

#jumpbar #details_format {
    background-position: 0px -90px;
}

#jumpbar #details_length {
    background-position: 0px -60px;
}

#settings li {
    position: relative;
    padding-bottom: 15px;
    width: 400px;
}

#settings .fixedelem {
    top: 0px;
    left: 350px;
    position: absolute;
}
/* Thumbnail on Site Summary*/
#screenshot {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}
/* this is for friendly links */
#rightlinks {
    margin: 0;
    padding: 0;
    list-style: decimal;
    list-style-position: inside;
    background-color: #c6c6c6;
    border: 1px solid black;
    margin-bottom: 20px;
    padding: 5px;
}

#rightlinks h4 {
    margin: 0;
    width: 205px;
    padding-top: 2px;
    padding-left: 15px;
    /*height: 34px;*/
    /*line-height: 34px;*/
    font-size: medium;
    /*background: #FFF url('/images/skin1/popularsearches/title_bg.gif') no-repeat 0 0;*/
    color: #595959;
    /*border-bottom: 1px solid #dfdfdf;*/
}

#rightlinks li {
    /*height: 32px;*/
    /*line-height: 26px;*/
    /*border-bottom: 1px solid #dfdfdf;*/
    font-size: small;
    background-color: #c6c6c6;
    padding-left: 20px;
}

#rightlinks a {
    text-decoration: none;
    color: black;
}

#rightlinks a:hover {
    text-decoration: underline;
    background-position: 0 -40px;
}

#rightlinks address, #rightlinks address a {
  color: blue;
}
#footerlinks {
    margin: 0;
    padding: 0;
}

#footerlinks li {
    float: left;
	padding: 10px;
}

#pornstarfilter {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-image: url('/images/skin1/searchresults/searchcategories_bg.gif');
    background-repeat: repeat-x;
    height: 40px;
    font-size: small;
    font-weight: bold;
}

#pornstarfilter li {
    float: left;
    padding: 0 5px 0px 5px;
    height: 40px;
    line-height: 35px;
}
#pornstarfilter .sexfilter {
    padding: 0 10px 0px 10px;
}


#pornstarfilter .filterspacer {
    padding: 0 20px 0px 10px;
}

#pornstarfilter .selected {
    background: transparent url('/images/skin1/searchresults/searchcategories_selected.gif') no-repeat top center;
    height: 100%;
    color: white;
}

#pornstarfilter a {
    text-decoration: none;
    color: black;
}

#pornstarfilter .selected a {
    color: white;
}

#pornstarlist{
	padding-top: 15px;
}

#pornstarlist li{
	float: left;
	width: 170px;
	padding: 2px;
	text-align: center;
	padding-bottom: 20px;
}

#pornstarlist #image_wrapper {
    width: 130px;
    height: 130px;
    margin-left: 20px;
    margin-right: 20px;
}

#pornstarlist a.imglink {
    border: 1px solid #414141;
    display: block;
}

#pornstarlist img {
    border: 5px solid #272727;
    text-align:center;
}

#movie_holder{ position: relative; }
#movie_holder h2{ width: 600px; }
#movie_holder .ui-rater {left: 605px; top: -5px; position: absolute;}

div.scrollable, div.scrollable ul.items {
	width:720px;
	height:316px;
}

div.scrollable ul.items {
	float:left;
    border-left:0px;
	border-right:0px;
}
div.scrollable div.item {
	height:308px;
	width:138px;
	float:left;
}
div.scrollable #navigation{
    float:right;
    width:15px;
}
div.scrollable a.prev, div.scrollable a.next {
	background:url(/images/skin1/scrollable/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;
	cursor:pointer;
}
div.scrollable a.next {background-image:url(/images/skin1/scrollable/right.png)}
div.scrollable a.prev:hover {background-position:0 -18px;}
div.scrollable a.next:hover {background-position:0 -18px;}
div.scrollable div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/skin1/scrollable/dots.png) 0 0 no-repeat;
	cursor:pointer;
}
div.scrollable div.navi span:hover {background-position:0 -8px;}
div.scrollable div.navi span.active {background-position:0 -16px; }

/* RATER PLUGIN */
.ui-rater { bottom: 30px; position: relative; float: right; }
.ui-rater>span {vertical-align:top;}
.ui-rater-rating {margin-left:.8em}
.ui-rater-starsOff, .ui-rater-starsOn {display:inline-block; height:32px; background:url(/images/skin1/starrating/stars.png) repeat-x 0 0px;}
.ui-rater-starsOn {display:block; max-width:160px; top:0; background-position: 0 -64px;}
.ui-rater-starsHover {background-position: 0 -32px!important;}

#sortbar{ height: 14px; position: relative; background: #C9C9C9; }
#sortbar li{ float: left; padding: 0 10px 0 10px; font-size: smaller; }
#sortbar span.active {text-decoration: underline;}
#sortbar a:hover{ text-decoration: none; color: #00b4ff; background: #009ce9}
#sortbar a:link, #sortbar a:visited { color: #000000; text-decoration: none;}
