body {
    margin: 5px 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
    background: #000000;
}

a { color: #DF374A; outline: 0; }

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	color: #CCCCCC;
}

h1.news-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h1.title {
	display: block;
	width: 645px;
	overflow: none;
	padding: 7px 0 7px 5px;
	margin: 0;
	border-top: 1px solid #131313;
	border-left: 1px solid #131313;
	border-right: 1px solid #131313;
	background: #000000 url('../images/bg-box.jpg') repeat-x;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

h2.description {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 970px;
}

#header a.logo {
	margin: 2px 0 5px 0;
	padding: 0;
	float: left;
	width: 150px;
	display: block;
}

#header a.logo img {
	border: 0;
}

#header .top-links {
	float: right;
	width: 510px;
	height: 20px;
	padding: 3px 0;
	text-align: right;
}

#header .top-links a {
	color: #DF374A;
	text-decoration: none;
}

#menu {
	width: 968px;
	clear: both;
	border: 1px solid #131313;
	background: #000000 url('../images/bg.jpg') repeat-x;
	height: 33px;
	overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
}

#menu ul {
    list-style: none;
    display: block;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    float: left;
    width: 950px;
}

#menu ul li {
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
}

#menu ul li.upload {
	float: right;
}

#menu ul li a, #menu ul li.upload a {
	padding: 7px 18px 8px 18px;
    text-decoration: none;
    border-right: 1px solid #131313;
    color: #CCCCCC;
    display: block;
    font-size: 14px;
}

#menu ul li.upload a {
	margin-top: 5px;
	padding: 3px 10px 3px 10px;
	background: #000000 url('../images/bg-menu.jpg') repeat-x;
	border-right: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;	
}

#menu ul li a:hover,
#menu ul li a.active {
	background: #000000 url('../images/bg-menu.jpg') repeat-x;
	color: #FFFFFF;
}

#submenu {
	width: 958px;
	border-left: 1px solid #131313;
	border-right: 1px solid #131313;
	border-bottom: 1px solid #131313;
	background: #000000 url('../images/bg-box.jpg') repeat-x;
	height: 20px;
	overflow: hidden;
    margin: 0 5px 0 5px;
    padding: 3px 0;
    text-align: center;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;  
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;  
}

#submenu a {
	width: 70px;
	display: inline;
	margin: 0 3px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	padding: 2px 5px;
	border: 1px solid #2F2F2F;
	background: #000000 url('../images/bg-box.jpg') repeat-x;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;	
}

#submenu a:hover, #submenu a.active {
	background: #000000 url('../images/bg-menu.jpg') repeat-x;
	color: #FFFFFF;
}

#search {
	width: 380px;
	float: right;
	text-align: right;
	padding-bottom: 5px;
}

#search form {
	width: 380px;
	padding-bottom: 3px;
	margin: 0;
	padding: 0;
}

#search form input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
}

#search form input.query {
	font-size: 12px;
	color: #CCCCCC;
	width: 300px;
	background: #424242;
	border: 1px solid #131313;
	padding: 4px 2px;
}

#search form input.go {
	cursor: pointer;
	width: 60px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #3F3F3F;
	background: #000000 url('../images/bg-submit.jpg') repeat-x;
}

#search ul {
	width: 370px;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#search ul li {
	float: left;
	font-size: 10px;
	margin-right: 2px;
}

#search ul li span {
	padding: 1px 3px;
	cursor: pointer;
	border: 1px solid #131313;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#search ul li span.active {
	border: 1px solid #131313;
	font-weight: bold;
	background: #3F3F3F url('../images/bg-submit.jpg') repeat-x;
}

#page {
	width: 970px;
	margin: 5px 0;
}

#footer {
	padding: 5px 0;
	text-align: center;
	color: #9F9F9F;
}

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

#footer a:hover {
	text-decoration: underline;
}
#left, .left { float: left; }
#right, .right { float: right; }

.content-box {
	background: #000000 url('../images/bg-box.jpg') repeat-x;
	border: 1px solid #131313;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.content-box-title, .content-box-title-left,
.content-box-title-user {
	margin: 0;
	padding: 7px 0 7px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;	
	display: block;	
}

.content-box-title-left {
	width: 600px;
	float: left;
}

.content-box-menu {
	margin: 0;
	padding: 7px 0 7px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;	
	display: block;
	float: left;
	padding: 4px 20px;
	margin: 3px 0 0 5px;
}

.menu-active {
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	background: #000000;
	padding-bottom: 8px;
}

.content-box-menu a {
	color: #CCCCCC;
	text-decoration: none;
}

.content-box-title-user a {
    display: block;
    width: 180px;
	color: #CCCCCC;	
	text-decoration: none;    
    background: url('../images/bullet_arrow_up.png') no-repeat 100% 50%;
}

.content-box-title-user a.slide {
	background: url('../images/bullet_arrow_down.png') no-repeat 100% 50%;
}

.content-box a.rss, .content-box a.content-box-refresh,
.content-box a.all, .content-box span.all {
	display: block;
	float: right;
	margin: 4px 3px 0 0;
}

.content-box a.all {
	font-weight: bold;
}

.content-box a.content-box-refresh {
    border: 1px solid #999999;
    padding: 1px 2px 1px 22px;
    color: #1169A5;
    font-weight: bold;
    text-decoration: none;
    background-color: #FFF;
    background: #FFF url('../images/arrow_refresh.png') no-repeat 3% 50%;
}

.content {
}

.content-menu {
	margin: 3px 12px;
}

.content-menu a {
	color: #DF374A;
	text-decoration: none;
}

.content-menu a.active {
	font-weight: bold;
}

.content-menu a:hover, .content-menu a.active {
	text-decoration: underline;
}

.content-info {
	width: 700px;
	margin: 3px 12px;
}

.content-info span {
	color: #5F5F5F;
	font-weight: bold;
}

.category {
	width: 177px;
	height: 240px;
	float: left;
	margin: 5px 5px 10px 6px;
	position: relative;
	text-align: center;
	color: #CCCCCC;
}

.category a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #DF374A;
}

.category span {
	font-size: 12px;
}

.video {
	width: 164px;
    height: 185px;
    margin: 8px 10px 1px 10px;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 2px;
}

.related {
    margin: 8px 5px 1px 7px;
}
    
.related-bar {
    width: 20px;
    height: 350px;
	float: left;
}
                
.related-bar a {
    width: 20px;
    height: 350px;
    display: block;
	margin-top: 25px;
}
                                
.related-bar img {
	border: 0;
}
                                    
.video img, .category img {
	padding: 1px;
	border: 1px solid #4F4F4F;
}

.video img:hover, .category img:hover {
	border: 1px solid #6F6F6F;
}

.video img.watermark {
	position: absolute;
	top: 1px;
	left: 130px;
	bottom: 0;
	right: 0;
	width: 32px;
	height: 32px;
	border: 0;
}

.video img.watermark:hover {
	border: 0;
}

.video span.watermark {
	position: absolute;
	width: 160px;
    height: 16px;
    padding: 2px 0;
    display: block;
    top: 104px;
    left: 4px;
    bottom: 0;
    right: 0;
    background: #DF374A;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.transparent {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.video h5 {
    margin: 0;
    padding: 0;
    display: block;
    letter-spacing: 0;
    line-height: 14px;
    overflow: hidden;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #DF374A;
}

.video a, .video a:visited {
	color: #DF374A;
	text-decoration: none;
}

.video span.duration,
.video span.timeline,
.video span.views {
	width: 77px;
	height: 14px;
	font-size: 10px;
	display: block;
}

.video span.duration,
.video span.timeline {
	float: left;
}

.video span.views {
	float: right;
	text-align: right;
}

.video a.edit, .video a.delete,
.album a.edit, .album a.delete,
.photo a.edit, .photo a.delete,
.user a.edit, .user a.delete {
	width: 100px;
	height: 12px;
	display: block;
	text-align: center;
	padding: 3px 0;
	line-height: 12px;
	margin: 3px auto;
	border: 1px solid #3F3F3F;
	background: #000000 url('../images/bg-submit.jpg') repeat-x;
	color: #CCCCCC;
	font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
}

.video a.edit:hover, .video a.delete:hover,
.album a.edit:hover, .album a.delete:hover,
.photo a.edit:hover, .photo a.delete:hover {
	border: 1px solid #9F9F9F;
}

ul.links {
	width: 194px;
	padding: 0 2px;
	margin: 5px 0;
	list-style-type: none;
}

ul.links li {
	width: 184px;
	padding-left: 10px;
}

ul.links li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

ul.links li a.parent {
	width: 160px;
	float: left;
}

ul.links li a.expand {
	width: 15px;
	float: right;
	display: block;
	color: #DF374A;
}

ul.links li a:hover, ul.links li a.active {
	color: #DF374A;
}

ul.sublinks {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.video-share {
	width: 200px;
	float: left;
}

.video-share a {
	color: #DF374A;
}

.video-container a.download {
	display: block;
	width: 100%;
	padding: 3px 3px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.video-container a.download:hover {
	text-decoration: underline;
}

.video-container a.action {
	color: #DF374A;
	padding-left: 20px;
	margin-left: 20px;
	display: block;
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: right;
}

.video-container a.action:hover {
	text-decoration: underline;
}

a#video-favorite { background: url('../images/heart.png') no-repeat; }
a#video-favorite:hover { background: url('../images/heart_add.png') no-repeat; }
a#video-playlist { background: url('../images/playlist.png') no-repeat; }
a#video-playlist:hover { background: url('../images/playlist_add.png') no-repeat; }
a#video-embed { background: url('../images/film.png') no-repeat; }
a#video-embed:hover { background: url('../images/film_add.png') no-repeat; }
a#video-flag { background: url('../images/error.png') no-repeat; }
a#video-flag:hover { background: url('../images/error_add.png') no-repeat; }

#player, #player-embed {
	width: 650px;
	height: 490px;
	border: 1px solid #000;
	background: #000000;
}

#player span {
	display: block;
	width: 648px;
	height: 288px;
	padding-top: 200px;
	border-top: 0;
	border-left: 1px solid #131313;
	border-right: 1px solid #131313;
	border-bottom: 1px solid #131313;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

textarea#embed {
	font-size: 11px;
}

#video {
	width: 640px;
	margin: 5px 0;
	padding: 3px 5px;
	border: 1px solid #222222;
}

.video-container {
	padding: 2px 0;
	border-bottom: 1px dotted #222222;
}

.video-action-container {
	padding: 5px 2px;
	border: 1px dotted #131313;
	text-align: center;
	margin: 3px 0;
}

.video-flag, .video-playlist {
	width: 270px;
	padding: 5px 20px;
	text-align: left;
}

.video-playlist p {
	font-size: 14px;
	font-weight: bold;
}

.video-playlist div {
	width: 100%;
	padding: 3px 0;
}

.video-playlist div label {
	width: 50px;
	display: block;
	float: left;
	font-weight: bold;
}

.video-playlist div input,
.video-playlist div select {
	float: left;
}

.video-playlist input {
	width: 200px;
}

.video-flag textarea {
	width: 260px;
}

.video-flag input.submit,
.video-playlist button {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

.video-info-left, .video-info-right {
	width: 315px;
}

.video-info-left {
	float: left;
}

.video-info-right {
	float: right;
	text-align: right;
}

.video-info-left span, .video-info-right span {
	font-size: 13px;
	font-weight: bold;
}

.video-info-left a, .video-info-right a {
	color: #DF374A;
	font-weight: bold;
	text-decoration: none;
}

.video-info-left a:hover, .video-info-right a:hover {
	text-decoration: underline;
}

#video-rating-container {
	width: 350px;
	float: left;	
}

#video-rating {
	width: 140px;
	float: left;
}

#video-rating-text, #video-views {
	line-height: 22px;
    height: 26px;
    font-size: 16px;
    font-weight: bold;
}

#video-rating-text {
	width: 200px;
    float: left;
    text-align: left;
}

#video-views {
	width: 250px;
	float: right;
	text-align: right;
}

#related, #comments {
	min-height: 370px;
	margin-left: 10px;
}

#comments .post-comment {
	width: 550px;
	margin: 10px auto;
}

#comments .post-comment textarea {
	width: 550px;
}

#comments .post-comment input {
	margin: 0 auto;
	padding: 3px 5px;
	border: 0;
}

.comment,
.ucomment {
	width: 930px;
	margin: 2px 3px 5px 3px;
	padding: 4px;
	border: 1px dotted #3F3F3F;
}

.ucomment {
	width: 740px;
}

.comment-left, .comment-right,
.ucomnent-left, .ucomment-right {
	min-height: 100px;
}

.comment-left,
.ucomment-left {
	width: 90px;
	float: left;
	border-right: 1px solid #3F3F3F;
	text-align: center;
}

.comment-left img,
.ucomment-left {
	padding: 1px;
	border: 1px solid #3F3F3F;
}

.comment-right,
.ucomment-right {
	width: 830px;
	float: right;
}

.ucomment-right {
	width: 630px;
}

.comment-right div,
.ucomment-right div {
	display: block;
	margin: 2px 0;
	padding: 3px 10px;
	width: 805px;
	border: 1px solid #3F3F3F;
	color: #CCCCCC;
	font-size: 10px;
}

.ucomment-right div {
	width: 605px;
}

.comment-right div a,
.ucomment-right div a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #DF374A;
}

.comment-right div a.bottom,
.ucomment-right div a.bottom {
	font-size: 10px;
	font-weight: normal;
}

.comment-right p,
.ucomment-right p {
	margin: 0;
	padding: 3px 10px;
	font-size: 11px;
	min-height: 35px;
}

.user, .user-popular {
	width: 110px;
	height: 150px;
	float: left;
	position: relative;
	text-align: center;
}

.user {
	margin: 5px 5px 5px 12px;
}

.user-popular {
	margin: 5px 5px 5px 20px;
}

.user a, .user-popular a {
	text-decoration: none;
	font-weight: bold;
	color: #DF374A;
}

.user img, .user-popular img {
	padding: 1px;
	border: 1px solid #3F3F3F;
}

.user img:hover, .user-popular img:hover {
    border: 1px solid #6F6F6F;
}

.user img.gender, .user-popular img.gender,
.user img.gender:hover, .user-popular img.gender:hover {
	border: 0;
}

a.male { padding-left: 20px; background: url('../images/male.png') no-repeat; }
a.female { padding-left: 20px; background: url('../images/female.png') no-repeat; }

ul.user-links {
	list-style-type: none;
	padding: 3px 0;
	margin: 0;
}

ul.user-links li {
	margin: 3px 10px;
}

ul.user-links a {
	width: 160px;
	display: block;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

ul.user-links a:hover, ul.user-links a.active {
	color: #DF374A;
}

a#user-account { background: url('../images/cog_edit.png') no-repeat; }
a#user-profile { background: url('../images/wrench.png') no-repeat; }
a#user-notifications { background: url('../images/application_edit.png') no-repeat; }
a#user-preferences { background: url('../images/wand.png') no-repeat; }
a#user-videos { background: url('../images/film.png') no-repeat; }
a#user-history { background: url('../images/film_add.png') no-repeat; }
a#user-favorites { background: url('../images/heart.png') no-repeat; }
a#user-playlists { background: url('../images/cog_edit.png') no-repeat; }
a#user-friends { background: url('../images/group.png') no-repeat; }
a#user-subscriptions { background: url('../images/group_link.png') no-repeat; }
a#user-subscribers { background: url('../images/group_go.png') no-repeat; }
a#user-comments { background: url('../images/comments.png') no-repeat; }
a#user-inbox { background: url('../images/email.png') no-repeat; }
a#user-outbox { background: url('../images/email_open.png') no-repeat; }
a#user-spam { background: url('../images/email_delete.png') no-repeat; }
a#user-send { background: url('../images/email_go.png') no-repeat; }
a#user-banner { background: url('../images/coins.png') no-repeat; }
a#user-albums { background: url('../images/pictures.png') no-repeat; }
a#user-photos { background: url('../images/images.png') no-repeat; }

img.profile-picture {
	padding: 1px;
	border: 1px solid #3F3F3F;
	margin: 10px 0;
}
    
img.profile-picture:hover {
    border: 1px solid #6F6F6F;
}

.request {
	width: 130px;
	height: 200px;
	margin: 3px 5px;
	float: left;
	text-align: center;
}

.request a, .user a {
	font-weight: bold;
	text-decoration: none;
}

.request a.action, .user a.action {
	width: 80px;
	display: block;
	text-align: center;
	border: 1px solid #CCC;
	margin: 5px auto;
}

.request img {
	padding: 1px;
    border: 1px solid #d5d5d5;
}

.request img:hover {
	border: 1px solid #6F6F6F;
}

p.dashboard {
	width: 740px;
	margin: 5px 10px;
	padding: 0;
	font-size: 12px;
}

table.msg {
	width: 750px;
	margin: 5px auto;
}

table.msg tr.row {
	background: #000000;
}

table.msg td {
	text-align: center;
	color: #CCCCCC;
}

table.msg td a {
	color: #DF374A;
}

table.msg td.unread {
	font-weight: bold;
}

table.msg td.legend {
	font-weight: bold;
	border: 1px solid #3F3F3F;
	background: #000000;
}

.msg-left, .msg-right {
	margin: 10px 0;
}

.msg-left {
	width: 120px;
	text-align: center;
	float: left;
	border-right: 1px dotted #3F3F3F;
}

.msg-left img {
	padding: 1px;
    border: 1px solid #d5d5d5;
}

.msg-left img:hover {
	border: 1px solid #6F6F6F;
}

.msg-left a {
	color: #DF374A;
	font-weight: bold;
	text-decoration: none;
}

.msg-right {
	width: 630px;
	float: right;
}

.msg-right span {
	font-weight: bold;
}

.msg-right a {
	display: block;
	padding: 2px 3px;
	
}

p.help {
	width: 740px;
	margin: 5px 5px;
	padding: 0;
	font-size: 12px;
}

.none {
	width: 100%;
	text-align: center;
	padding: 50px 0;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 14px;
}

.not-found {
	text-align: center;
	padding: 100px 0;
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.padding-right-30 {
	padding-right: 30px;
}

.padding-vert-20 {
	padding: 10px 0;
}

.padding-left-5 {
	padding-left: 5px;
}

.padding-right-5 {
	padding-right: 5px;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }

.width-130 { width: 130px; }
.width-200 { width: 200px; }
.width-290 { width: 290px; }
.width-300 { width: 300px; }
.width-310 { width: 310px; }
.width-320 { width: 320px; }
.width-340 { width: 340px; }
.width-350 { width: 350px; }
.width-360 { width: 360px; }
.width-440 { width: 450px; }
.width-600 { width: 600px; }
.width-620 { width: 620px; }
.width-650 { width: 650px; }
.width-750 { width: 750px; }
.width-760 { width: 760px; }
.width-900 { width: 900px; }
.width-960 { width: 960px; }
.width-970 { width: 970px; }

.height-50 { height: 50px; }
.height-190 { height: 190px; }
.height-210 { height: 210px; }
.height-220 { height: 220px; }
.height-235 { height: 235px; }
.height-270 { height: 300px; }
.height-600 { height: 600px; }

.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

.rating_bar { margin-top: 3px; float: right; width: 60px; background: url(../images/stars.png) 0 0 repeat-x; }
.rating_bar div { float: left; height: 12px; background: url(../images/stars.png) 0 -24px repeat-x;}

.pagination { 
	width: 96%;
	margin: 15px 2% 15px 2%;
	padding: 10px 0 10px 0;
	text-align: center; 
}
.pagination ul {
	margin: 0; padding: 0;
	font-size: 2em;
}

.pagination li {
	display: inline;
	padding-bottom: 1px;
	margin-left: 5px;
	font-weight: bold;
}

.pagination a, .pagination a:visited, .pagination span {
	padding: 0 5px;
	border: 1px solid #3F3F3F;
	text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #CCCCCC;
    min-width: 30px;
}

.pagination a:hover, .pagination a:active {
	cursor: pointer;
	border: 1px solid #3F3F3F;
	background: #BA5F19 url('../images/bg-submit.jpg') repeat-x;
}

.pagination span {border: 0;}

.pagination span.currentpage {
	background: #BA5F19 url('../images/bg-submit.jpg') repeat-x;
	color: #CCCCCC !important;
	border: 1px solid #373737;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{ background-color: white; cursor: default; color: #929292; border-color: #929292; font-weight: normal !important; }

.pagination a.prevnext{ font-weight: bold; }

.pagination-small {
	width: 100%;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 10px 0;
}

.pagination-comments {
	width: 98%;
}

.pagination-small a, .pagination-small span {
	display: inline;
	margin-left: 2px;
	padding: 3px 2px;
	border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-width: 20px;       	
}

.pagination-small a {
	color: #CCCCCC;
	text-decoration: none;
	background: #000000;
}

.pagination-small span {
	border: none;
}

.pagination-small a:hover, .pagination-small a:active {
	border: 1px solid #3F3F3F;
    background: #BA5F19 url('../images/bg-submit.jpg') repeat-x;
}
        
.pagination-small span.currentpage {
    border: 1px solid #3F3F3F;
	background: #BA5F19 url('../images/bg-submit.jpg') repeat-x;
}
                
div.star-rating{float:left;width:25px;height:22px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden;}
div.star-rating,div.star-rating a{background:url(../images/stars_big.png) no-repeat 0 0px}
div.star-rating a {display:block;width:24px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a {background-position:0 -22px!important}
div.star-rating-hover a {background-position:0 -44px}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}

form {
    margin: 0;
    width: 100%;
}

form.kb {
	padding: 10px;
}

form fieldset {
    border: 1px dotted #3F3F3F;
    padding: 5px 2px;
    margin: 2px 5px 10px 5px;
}
        
form fieldset legend {
    margin: 0 0 0 3px;
    font-size: 15px;
    font-weight: bold;
}

form div.required, form div.optional {
	width: 98%;
	margin: 0 auto;
	padding: 3px 0;
	display: block;
	position: relative;
    text-align: left;
}

form div.required a, form div.optional a {
	color: #DF374A;
}

form div.categories {
	width: 520px;
	float: left;
	margin: 0;
	padding: 0;
}

form div.categ {
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
}

form label {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    padding: 3px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #CCCCCC;
    border: 0;
    width: 150px;
}

form label.login, form label.upload {
    width: 100px;
}

form label.edit {
	width: 110px;
}

form label.prefs {
	width: 250px;
}

form label.search {
	width: 60px;
}

form label.optional {
	font-weight: normal;
}

form input, form textarea, form select {
    border: 1px solid #AABDE6;
    padding: 2px;
    font-size: 14px;
}

form input.checkbox, form input.radio {
	border: 0;
	width: auto;
}

form input.tiny {
    width: 50px;
}

form input.small, form textarea.small {
    width: 100px;
}

form input.medium, form textarea.medium {
    width: 200px;
}

form input.large, form textarea.large {
    width: 350px;
}

form input.mega, form textarea.mega {
    width: 450px;
}

form input.extra, form textarea.extra {
	width: 600px;
}

form div.submit {
    padding: 10px 0;
    margin-left: 170px;
}

form div.submit_login {
    padding: 10px 0;
    margin-left: 110px;
}

form input.submit {
    padding: 3px 10px;
    background: #A2410A url('../images/bg-submit.jpg') repeat-x;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #3F3F3F;
    color: #CCCCCC;
}

form div.thumbs {
	width: 520px;
	float: right;
	display: block;
}

form div.thumbs img {
	padding: 1px;
	border: 2px solid #D5D5D5;
	margin: 2px;
}

form div.thumbs img:hover,
form div.thumbs img.active {
	border: 2px solid #6F6F6F;
}

form span.error {
	color: #8F0000;
	font-weight: bold;
	display: block;
}

.captcha { margin-left: 160px; }

.errors { width: 98%; margin: 5px auto; padding: 3px 0; border: 1px solid #8F0000; background: #CF9B9B; color: #8F0000; font-weight: bold; text-align: center; }
.messages { width: 98%; margin: 5px auto; padding: 3px 0; border: 1px solid #008F13; background: #9BCF9D; color: #007F13; font-weight: bold; text-align: center; }

.ads {
	width: 100%;
	text-align: center;
	padding: 5px 0 0 0;
}

.ads-square {
	width: 320px;
	height: 356px;
	float: right;
	margin: 20px 20px;
	text-align: center;
}

.ads-footer {
	width: 300px;
	height: 250px;
	float: left;
	margin: 3px 5px 3px 15px;
	text-align: center;
}

.ads-player {
	width: 650px;
	margin: 3px 0;
	text-align: center;
}

.ads a, .ads-square a, .ads-player a { text-decoration: none; }
.ads img, .ads-square img, .ads-player img { border: 0; }

p.description {
	padding: 5px 0;
	margin: 0 12px;
	overflow: none;
}

#upload-progress {
	width: 600px;
	margin: 10px 20px 5px 20px;
	border: 1px solid #000;
}

#upload-progress .bar {
	background: red;
}

.upload-info {
	width: 600px;
	margin: 0 20px 10px 20px;
	font-size: 10px;
}

#upload-time {
	width: 290px;
	float: left;
}

#upload-size {
	width: 290px;
	float: right;
	text-align: right;
}

.upload-indicator {
	width: 600px;
	margin: 0 20px 0 25px;
	padding: 10px 0;
}

ul.link-exchange {
	list-style-type: none;
	padding: 5px 0 0 10px;
}

ul.link-exchange li {
	display: block;
	background: url('../images/bullet_black.png') no-repeat;
	padding-left: 15px;
	width: 150px;
}

ul.link-exchange li a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

ul.link-exchange li a:hover {
	text-decoration: underline;
}

ul.link-exchange li.footer {
	float: left;
	width: 140px;
}

ul.kb {
	list-style-type: none;
	padding: 0 0 5px 10px;
}

ul.kb li {
	display: block;
	background: url('../images/bullet_black.png') no-repeat;
	padding-left: 15px;
	width: 500px;
}

ul.kb li a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

ul.kb li a:hover {
	text-decoration: underline;
}

.kb_content {
	width: 740px;
	padding: 0 0 5px 10px;
	overflow: auto;
	color: #CCCCCC;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
	margin: 0;
    padding: 0;
}

ul.dropdown {
	position: relative;
    z-index: 597;
    float: right;
    padding-bottom: 1px;
    font: bold 13px/normal Arial, Helvetica, sans-serif;
}

ul.dropdown li {
	float: right;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
    padding: 0 6px;
    color: #0063dc;
}

ul.dropdown li.divider {
    border-top: solid 1px #e5e5e5;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    color: #0063dc;
}

ul.dropdown a:link,
ul.dropdown a:visited   { color: #0063dc; text-decoration: none; }
ul.dropdown a:hover     { color: #0063dc; text-decoration: underline; }
ul.dropdown a:active    { color: #ff0084; }

ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 598;
    width: 200px;
    padding: 3px 6px;
    border: 1px solid #131313;
    background-color: #000000;
    font-weight: normal;
    font-size: 11px;
}

ul.dropdown ul li {
    float: none;
    font-weight: bold;
    text-align: left;
}

ul.dropdown ul li img {
    border: 0;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

ul.dropdown li.divider {
    border-top: solid 1px #e5e5e5;
}

ul.dropdown *.dir {
    padding-right: 25px;
    background-image: url(../images/nav-arrow-down.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

ul.dropdown a,
ul.dropdown span {
    display: block;
    padding: 2px 4px;
}

ul.dropdown ul a {
    padding: 1px 0;
}

ul.dropdown li a,
ul.dropdown *.dir {
	border-style: solid;
	border-width: 1px 1px 0;
	border-color: #131313;
}

ul.dropdown ul li a {
    border: none;
}

ul.dropdown li.hover *.open {
    position: relative;
    z-index: 600;
    margin: -1px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #f0f0f0;
    background-color: #fff;
    background-image: url(../images/nav-arrow-down-open.png);
    color: #0063dc;
    zoom: none;
    flot: left;
}

ul.dropdown li:hover > *.dir {
    position: relative;
    z-index: 600;
    margin: -1px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #131313;
    background-color: #000000;
    background-image: url(../images/nav-arrow-down-open.png);
    color: #0063dc;
    float: left;
    cursor: pointer;
}

#upload-box {
	width: 958px;
	padding: 5px 5px;
    border: 1px solid #131313;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #CCCCCC;
}

#upload-box img {
	margin-top: 1px;
	border: none;
}

#upload-box span {
	font-size: 15px;
	font-weight: bold;
	display: block;
	width: 350px;
	float: left;
}

a.upload-button {
	display: block;
	float: left;
	width: 150px;
	height: 34px;
    background: url('../images/bg.jpg') repeat-x;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #131313;
    letter-spacing: 0;
    color: #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 3px;
}

a.upload-button:hover, a.upload-button.active {
	background: url('../images/bg-box.jpg') repeat-x;
}

#offline {
	width: 600px;
	height: 30px;
	padding: 100px 10px;
	margin: 100px 175px 0 175px;
	border: 1px solid #131313;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

form div.pornstars {
	width: 520px;
	margin: 0;
	padding: 3px 0;
}

form div.pornstars ul.letters {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form div.pornstars ul.letters li {
	width: 16px;
	border: 1px solid #131313;
	text-align: center;
	float: left;
	margin-right: 2px;
}

form div.pornstars ul.letters li a {
	text-decoration: none;
}

form div.pornstars ul.letters li a.active {
	text-decoration: underline;
}

form div.pornstars-list {
	width: 510px;
	height: 200px;
	padding: 3px 3px;
	overflow: auto;
	border: 1px solid #131313;
}

form div.pornstars-list ul,
form div.pornstars-selected ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form div.pornstars-list ul li,
form div.pornstars-selected ul li {
	width: 125px;
	float: left;
	padding: 2px 0;
}

form div.pornstars-list ul li a,
form div.pornstars-selected ul li a {
	text-decoration: none;
	font-weight: bold;
}

form div.pornstars-list span.none {
	width: 100%;
	display: block;
	text-align: center;
	font-weight: normal;
}

img.pornstar-loader {
	margin: 50px 0 0 200px;
	border: none;
}

form #pornstars-select-container {
	width: 520px;
	height: 230px;
	margin-left: 108px;
	display: block;
}

form div.pornstars-selected {
	width: 510px;
	float: left; 
	padding: 2px 2px;
	border: 1px solid #131313;
}

ul.categories {
    width: 520px;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.categories li {
	width: 520px;
}

form div.subcategory {
	width: 518px;
	display: block;
	position: relative;
	background: #2F2F2F;
	border-left: 1px solid #131313;
	border-right: 1px solid #131313;
	border-bottom: 1px solid #131313;
}

form div.subcategory-title {
	width: 510px;
	padding: 2px 4px;
	display: block;
	font-weight: bold;
}

#cloud { padding: 2px; line-height: 3em; text-align: center; }
#cloud a { padding: 0px; text-decoration: none; }
#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
#cloud { margin: 0; }
#cloud li { display: inline; }

.news, .news-header {
	width: 98%;
	padding: 3px 1%;
	font-size: 14px;
}

.news {
	font-size: 13px;
}

.news a, .news-header a {
	font-weight: bold;
	text-decoration: none;
}

.news-header span {
	color: #CCCCCC;
}

.news p {
	margin: 0;
	padding: 0;
}

#player-advertising,
#video-embed-ads {
	display: none;
	position: absolute;
	text-align: center;
	width: 310px;
	height: 300px;
	padding: 5px 0;
	background: #FFFFFF;
	border: 1px solid #333333;
}

#player-advertising p,
#video-embed-ads p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #131313;
}

#player-advertising a.close-ads,
#video-embed-ads a.close-ads {
	padding: 3px 0;
	margin: 3px 0 0 90px;
	display: block;
	width: 140px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: url('../images/bg.jpg') repeat-x;
	border: 1px solid #131313;
}

.playlist {
	width: 720px;
	padding: 10px;
	margin: 0 10px;
	border-bottom: 1px solid #CCCCCC;
}

#recommended {
	height: 100px;
	padding: 80px 0 100px 0;
}

#recommended a {
	display: block;
	float: left;
	width: 200px;
	margin: 20px 0 20px 260px;
	padding: 5px 10px;
	font-size: 24px;
	font-weight: bold;
}