/*
 * 
 * Some real elements and classes
 * 
 */

body, td {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #c8c8c8;
}

body {
	background: #000000;
}

a {
	color: #ff6700;
}

.hilight {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.big {
	font-size: 16px;
}

.red {
	color: #FF0000;
}

.green {
	color: #00FF00;
}

.comment {
	color: #525252;
}

.sitered {
	color: #ff6700;
}

.graybg {
	background: #333333;
}

.title {
	text-transform: uppercase;
	font-size: 150%;
	font-weight: bold;
}

.titlelink {
	font-size: 120%;
	font-weight: bold;
}

.white {
	color: #ffffff;
}

.whitebg,
.graybg2
{
	background: #000000;
}

.colapsed {
	background-image: url(../images/dicolapsed.gif);
	background-repeat: no-repeat;
	background-position: -4px -4px;
	padding-left: 15px;
}

.expanded {
	background-image: url(../images/diexpanded.gif);
	background-repeat: no-repeat;
	background-position: -4px -4px;
	padding-left: 15px;
}

form {
	padding: 0px;
	margin: 0px;
}


/*
 * 
 * Globally used elements
 * 
 */

#tooltip {
	background: #a73a00;
	padding: 5px;
	border: 1px solid #ff6700;
	clear: both;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}

#tooltip a {
	color: #ffffff;
}

#popuptooltip {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	width: 500px;
}

#separator, hr {
	background: #a73a00;
	height: 1px;
	overflow: hidden;
}

#container {
	background: #000000;
	padding: 10px;
	clear: both;
	border: 1px solid #1b1b1b;
}

#container.cart {
	background: #000000;
}

#alignleft {
	float: left;
}

#alignright {
	float: right;
}

#spacer {
	clear: both;
	height: 7px;
}

#clearboth {
	clear: both;
}

#column {
	float: left;
	margin-left: 10px;
}

#columnheader td {
	background: #333333;
	color: #ffffff;
}

#firstcolumn {
	float: left;
}


/*
 * 
 * Website related elements 
 * 
 */

#website {
	width: 766px;
}

#logo_outer {
	background: url(../images/dd03.jpg) 0px 0px no-repeat;
	padding-left: 63px;
}

#logo_inner {
	background: url(../images/dd04.jpg) 100% 0px no-repeat;
	padding-right: 63px;
}

#logo {
	display: block;
	background: url(../images/dd05.jpg) 0px 0px no-repeat;
	width: 640px;
	height: 95px;
	overflow: hidden;
}

#header {
	width: 766px;
	height: 253px;
	overflow: hidden;
}

#content_outer {
	width: 766px;
	text-align: left;
	background: url(../images/dd07.jpg) repeat-y 0px 0px;
}

#content_inner {
	background: url(../images/dd06.jpg) no-repeat 0px 0px;
}

#content {
	padding: 40px 100px 25px 100px;
	background: url(../images/dd08.jpg) no-repeat 0px 100%;
}

#content .multiplememberships,
#content .multipledownloadstores,
#content .multipleselectform
{
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}

#bottom_outer {
	padding: 20px 0px 40px 0px;
}

#bottom {
	padding-top: 20px;
	color: #525252;
	text-decoration: none;
}

#copyright {
	padding-top: 10px;
}

#bottommenu #menuitem {
	display: inline;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	border-left: dotted 1px #ffffff;
}

#bottommenu #firstmenuitem {
	display: inline;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}

#bottommenu #menuitem a,
#bottommenu #firstmenuitem a
{
	color: #a73a00;
	width: auto;
	text-decoration: none;
}

#bottommenu #menuitem a:hover,
#bottommenu #firstmenuitem a:hover
{
	color: #ffffff;
}


/*
 * 
 * Main menu usually on the top
 * 
 */

#mainmenu_outer {
	background: url(../images/dd01.jpg) no-repeat;
	overflow: hidden;
	padding-left: 63px;
	height: 51px;
}

#mainmenu {
	background: url(../images/dd02.jpg) 100% 0px no-repeat;
	padding-right: 63px;
	height: 51px;
}

#mainmenu #menuitem {
	float: left;
}

#mainmenu #menuitem a {
	display: block;
	height: 51px;
	width: 100px;
}

#mainmenu #menuitem a.m1 {
	width: 129px;
	background: url(../images/dm01.jpg) 50% 50% no-repeat;
}

#mainmenu #menuitem a.m2 {
	width: 127px;
	background: url(../images/dm02.jpg) 50% 50% no-repeat;
}

#mainmenu #menuitem a.m3 {
	width: 128px;
	background: url(../images/dm03.jpg) 50% 50% no-repeat;
}

#mainmenu #menuitem a.m4 {
	width: 127px;
	background: url(../images/dm04.jpg) 50% 50% no-repeat;
}

#mainmenu #menuitem a.m5 {
	width: 129px;
	background: url(../images/dm05.jpg) 50% 50% no-repeat;
}

#mainmenu #menuitem a.m1:hover {
	background: url(../images/dm01s.jpg) 50% 50% no-repeat;
}

#mainmenu #menuitem a.m2:hover {
	background: url(../images/dm02s.jpg) 50% 50% no-repeat;
}

#mainmenu #menuitem a.m3:hover {
	background: url(../images/dm03s.jpg) 50% 50% no-repeat;
}

#mainmenu #menuitem a.m4:hover {
	background: url(../images/dm04s.jpg) 50% 50% no-repeat;
}

#mainmenu #menuitem a.m5:hover {
	background: url(../images/dm05s.jpg) 50% 50% no-repeat;
}


/*
 * 
 * Admin menu in the administration section
 * 
 */

#adminmenu {
	background: #a73a00;
	padding: 5px;
	margin-bottom: 1px;
	-moz-border-radius: 5px 5px 5px 5px;
	text-align: center;
}

#adminmenu.sub {
	background: #771a00;
}

#adminmenu a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 15px 0px 15px;
	color: #FFFFFF;
	font-weight: bold;
}

#adminmenu a:hover {
	text-decoration: underline;
}


/*
 * 
 * Page content and titles
 * 
 */

#pagestitle {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: bold;
	color: #ffffff;
}

#pagestitle img {
	padding: 0 0 20px 0;
	position: relative;
	left: -2px;
}

#pagestitle a {
	color: #c6e300;
	text-decoration: none;
}

#pagescontent {
}


/*
 * 
 * The pictures associated with the pages and with the Models
 * 
 */
 
#pagespictures {
	float: right;
}

#pagespictures #pagepicture_outer {
	float: none;
}

#pagepicturesgallery {
	margin-top: 10px;
	margin-bottom: 20px;
}

#pagepicturesgallery #pagepicture_outer {
	float: none;
	margin: 0;
}

#pagepicture_outer {
	float: right;
	margin: 0px 0px 10px 10px;
}

#pagepicture {
	border: 1px solid #000000;
	text-align: center;
}

#pagepicture img {
	border: 0;
	width: 150px;
}

#pagepicturetitle {
	font-size: 90%;
	margin-top: 3px;
	text-align: center;
}

#pagepicture .comment {
	font-size: 90%;
	margin-top: 3px;
	display: block;
}


/*
 * 
 * The rating part of the videos
 * 
 */

#rating_outer {
	padding: 5px 5px 10px 5px;
	background: #660000;
}

#rating {
	width: 230px;
	margin-left: 210px;
}

#rating img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/*
 * 
 * The Models paga aka Girls
 * 
 */

#models #model {
	margin-bottom: 10px;
}

#models #modelsname {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
}

#models #modelsname a {
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
	background-color: #000000;
}

#models #modelsname .colapsed, 
#models #modelsname .expanded 
{
	background-position: 0px 3px;
}

#models #modelsdescription {
	margin-bottom: 10px;
	padding-left: 20px;
}


/*
 * 
 * Audio video gallery aka Trailers
 * 
 */

#avgallery_outer {
	background: #284474;
	margin-bottom: 10px;
	margin-top: 10px;
}

#avgallery {
	padding: 10px;
}

#avgallery #avgallerytitle {
	text-align: left;
	margin: 5px 10px 5px 10px;
	color: #ffffff;
	width: 150px;
	overflow: hidden;
}

#avgallery #avgallerypic {
	border: 1px solid #000000;
}

#avgallery #avgalleryfunctions {
	background: #162b4f;
	margin-bottom: 10px;
	width: 150px;
	overflow: hidden;
}


/*
 * 
 * Votings in both admin and client side
 * 
 */

#votings {
	float: left;
	width: 260px;
	margin-top: 20px;
	margin-right: 20px;
}

#votings #givevote {
	clear: both;
	padding: 10px 0px 0px 5px;
}

#votings #question {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 7px;
}

#votings #answer {
	clear: both;
	height: 10px;
}

#votings #answer #select {
	float: left;
	background: #000000;
	padding: 4px 4px 7px 4px;
	margin-bottom: 1px;
}

#votings #answer #details {
	float: left;
	background: #222222;
	padding: 5px;
	margin-bottom: 1px;
	width: 200px;
}

#votings #answer #details #votes {
	color: #525252;
	font-size: 80%;
	display: inline;
}

#votings #answer #details #statusbar {
	background: #a73a00;
	height: 7px;
	font-size: 10%;
}


/*
 * 
 * User popup login form/window
 * 
 */

#loginform {
	position: absolute;
	visibility: hidden;
	width: 250px;
	border-top: 5px solid #284474;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
	z-index: 100;
}

#loginform #container {
	-moz-border-radius: 0;
}


/*
 * 
 * Custom Buttons if defined
 * 
 */

#button {
	background: url(../images/b02.gif) no-repeat 100% 0px;
	height: 24px;
	float: left;
	padding-right: 10px;
	border: 0;
	overflow: hidden;
}

#button a {
	background: url(../images/b01.gif) no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 5px;
	display: block;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#button.big a {
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
}

.button {
	background: url(../images/b01.gif) -5px 0px no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px 1px 0px 1px;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border: 0;
	position: relative;
	top: -5px;
}


/*
 * 
 * Page numbering on the bottom of the pages
 * 
 */

#pagenumbers_outer {
	height: 24px;
	overflow: hidden;
	margin-top: 15px;
	clear: both;
}

#pagenumbers {
	height: 17px;
	clear: both;
}

#pagenumbers .comment {
}

#pagenumbers #pagenumber a, 
#pagenumbers #pagenumber_selected a:hover 
{
	color: #c8c8c8;
	background: #000000;
	border: 1px solid #1b1b1b;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	text-decoration: none;
}

#pagenumbers #pagenumber a:hover, 
#pagenumbers #pagenumber_selected a 
{
	border: 0px;
	float: left;
	background: #ff6700;
	border: 1px solid #ff6700;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#pagenumbers #pagenumber_text {
	float: left;
	font-size: 90%;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 7px;
}


/*
 * 
 * If there is a TV aka Flash trailer use these
 * 
 */

#tv_outer {
	float: right;
	width: 270px;
	height: 200px;
	margin-left: 10px;
}

#tv {
	position: absolute;
	z-index: 100;
	width: 270px;
	height: 200px;
}

#tvcontainer {
}

#tvenlarge {
	display: block;
	width: 70px;
	height: 14px;
	background: url(../images/enlarge.gif) no-repeat 5px 0px #242424;
	float: right;
	-moz-border-radius: 0px 0px 4px 4px;
	margin: 0 20px 0 0;
	padding: 0;
}


/*
 * 
 * Ajax please wait screen
 * 
 */

#ajaxloader {
	display: block; 
	background: url(../images/ajax-loader.gif) 50% 50% no-repeat;
	color: #000000;
	height: 100px; 
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	-moz-border-radius: 5px;
}


/*
 * 
 * Custom addons used ONLY by this site!!!
 * 
 */


/* Javascript calendar */

#jscalendarholder {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	background: #ffffff;
	padding: 0px 5px 0px 5px;
	border: 1px solid #999999;
}

#jscalendar {
	margin-bottom: 10px;
	width: 190px;
	color: #000000;
}

#jscalendar td {
	font-size: 12px;
	color: #000000;
}

#jscalendar #jscalendarheader {
}

#jscalendar #jscalendarheader a {
	text-decoration: none;
	color: #003399;
}

#jscalendar #jscalendarheader a:hover {
	text-decoration: underline;
	color: #993300;
}

#jscalendar #jscalendarweekdays {
	background: #003399;
	color: #ffffff;
}

#jscalendar #jscalendartoday {
	border: 2px solid #993300;
	padding: 0px;
	text-align: center;
}

#jscalendar #jscalendartoday a {
	color: #993300;
	font-weight: bold;
}

#jscalendar #jscalendarweekend {
	border: 1px solid #CCCCCC;
	background: #DDDDDD;
}

#jscalendar #jscalendarday {
	border: 1px solid #CCCCCC;
}

#jscalendar #jscalendardayothermonth {
	color: #999999;
}

#jscalendar #jscalendarhide {
	visibility: hidden;
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}


/* Sales in the admin */

#saleslimitform {
	margin-top: 20px;
}

#sales .salesmonth {
	margin-top: 20px;
	font-weight: bold;
	font-size: 130%;
	padding: 5px 10px 5px 25px;
	cursor: pointer;
	background-position: 4px 4px;
}

#sales .salesmonthtotalcosts {
	float: right;
}

#sales .salestypetotalcosts {
	float: right;
}

#sales .salesmonthtotalentries {
	display: inline;
}

#sales .salestypetotalentries {
	display: inline;
}

#sales .monthsales {
	display: none;
}

#sales #salestype {
	padding: 5px 10px 5px 42px;
	margin: 1px 0px 1px 0px;
	font-weight: bold;
	cursor: pointer;
	background-position: 20px 1px;
}

#sales #itemsales {
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 1px 35px;
	font-weight: bold;
}

* html #sales #itemsales {
	height: 10px;
}

#sales #itemsalescost {
	float: right;
}

#sales .saleentry {
	padding: 0px 10px 5px 45px;
}

#sales #salecartid {
	float: left;
	margin-right: 20px;
	font-weight: bold;
	width: 230px;
}

#sales #saleorderid {
	font-style: italic;
	font-weight: normal;
}

#sales #saletimestamp {
	float: left;
	margin-right: 20px;
}

#sales #saleemail {
	float: left;
	margin-right: 20px;
}

#sales #saletotalcosts {
	float: right;
}


/*
 * 
 * IE Fixes if needed
 * 
 */

* html #spacer {
	font-size: 10%;
}
