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

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

body {
	background: #00FF00;
}

a {
	color: #33cc00;
}

a:hover {
	color: #000000;
}

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

.big {
	font-size: 16px;
}

.red {
	color: #FF0000;
}

.green {
	color: #00FF00;
}

.comment {
	color: #666666;
}

.sitered {
	color: #33cc00;
}

.graybg {
	background: #d2d2d2;
}

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

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

.white {
	color: #000000;
}

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

.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: #00ff00;
	padding: 5px;
	border: 1px solid #33cc00;
	clear: both;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}

#tooltip a {
	color: #000000;
}

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

#container {
	background: #ffffff;
	padding: 10px;
	clear: both;
	border: 1px solid #d2d2d2;
}

#container.cart {
	background: #f1f1f1;
}

#alignleft {
	float: left;
}

#alignright {
	float: right;
}

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

#clearboth {
	clear: both;
}

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

#columnheader td {
	background: #d2d2d2;
	color: #000000;
}

#firstcolumn {
	float: left;
}


/*
 * 
 * Website related elements 
 * 
 */

#website_outer {
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	width: 928px;
}

#website {
	width: 928px;
	background: url(../images/dd09.jpg) repeat-x 0px 253px #0f0f0f;
	text-align: left;
}

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

#search {
	position: absolute;
	top: 203px;
	color: #616161;
	width: 410px;
	margin-left: 20px;
}

#search select {
	width: 120px;
}

#search input {
	width: 150px;
}

#search #button {
	float: right;
}

#sidebar_outer {
	width: 250px;
	float: left;
	overflow: hidden;
}

#content_outer {
	margin: 0px 30px 30px 0px;
	width: 641px;
	overflow: hidden;
	background: url(../images/dd01.gif) no-repeat;
	float: right;
	padding-top: 15px;
}

#content_inner {
	padding-bottom: 15px;
	background: url(../images/dd03.gif) no-repeat 0px 100%;
}

#content {
	padding: 10px 25px 10px 25px;
	background: url(../images/dd02.gif) repeat-y;
}

#bottom_outer {
	background: url(../images/dd08.gif) repeat-x;
	height: 69px;
	width: 928px;
	overflow: hidden;
}

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

#copyright {
	padding-top: 5px;
	color: #adadad;
}

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

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

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

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


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

#mainmenu_outer {
	margin: 0px 0px 10px 30px; 
	background: url(../images/dd05.gif) no-repeat;
	width: 200px;
	padding-top: 15px;
	overflow: hidden;
}

#mainmenu_inner {
	padding-bottom: 15px;
	background: url(../images/dd07.gif) no-repeat 0px 100%;
}

#mainmenu {
	padding: 10px 20px 10px 20px;
	background: url(../images/dd06.gif) repeat-y;
	
}

#mainmenu #menuitem {
	border-bottom: 1px solid #272727;
	padding: 7px 0px 5px 5px;
}

#mainmenu #menuitem.last {
	border-bottom: 0;
}

#mainmenu #menuitem a {
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: url(../images/dd10.jpg) no-repeat;
	padding-left: 20px;
}

#mainmenu #menuitem a.open {
	background: url(../images/dd11.jpg) no-repeat;
}

#mainmenu #menuitem a.sub {
	background: url(../images/dd12.jpg) no-repeat 20px 4px;
	font-weight: normal;
	margin-top: 5px;
	padding-left: 33px;
}

#mainmenu #menuitem a:hover {
	color: #00ff00;
}


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

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

#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 {
	margin: 0;
	font-size: 250%;
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

#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 {
	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: 310px;
	margin-top: 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: #162b4f;
	padding: 4px 4px 7px 4px;
	margin-bottom: 1px;
	-moz-border-radius: 5px 5px 5px 5px;
}

#votings #answer #details {
	float: left;
	background: #284474;
	padding: 5px;
	margin-bottom: 1px;
	-moz-border-radius: 5px 5px 5px 5px;
	width: 250px;
}

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

#votings #answer #details #statusbar {
	background: #6884a4;
	-moz-border-radius: 3px 3px 3px 3px;
	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: 5px;
	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: #505050;
	border: 1px solid #606060;
	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: #33cc00 url(../images/dd04.gif) -10px 100%;
	border: 1px solid #33cc00;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	color: #ffffff;
	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!!!
 * 
 */

#banners_outer {
	margin-left: 30px;
}

#banners {
	width: 200px;
	overflow: hidden;
	margin-bottom: 30px;
}

#banners img {
	width: 200px;
	border: 0;
	margin: 10px 0px 0px 0px;
}

#banners #bannercategory {
	background: url(../images/dd04.gif) no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 13px 0px 13px 15px;
	margin-top: 20px; 
}

#areaheader {
	background: url(../images/dd13.gif) no-repeat;
	width: 589px;
	height: 37px;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	margin: 10px 0px 10px 0px;
}

#areaheader span {
	display: block;
	padding: 10px 10px 10px 20px;
}

#areaheader #button {
	float: right;
	margin: 7px 10px 0px 0px;
}

#video {
	width: 145px;
	overflow: hidden;
	background: url(../images/dd14.gif) no-repeat 50% 0px;
	float: left;
}

#video #videoimg {
	width: 120px;
	height: 90px;
	border: 0;
	margin: 10px 0px 0px 13px;
	background: no-repeat 50% 50%;
	cursor: pointer;
}

#video #videotitle {
	margin: 20px 5px 5px 5px;
}

#video #videodescription {
	margin: 0px 5px 5px 5px;
	color: #616161;
}


/*
 * 
 * IE Fixes if needed
 * 
 */

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