/*****************
	HOME PAGE
*******************/

/* the 3 search results portlets */
div.home-page-results {
	float: left;
	width: 300px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-top: 20px;
	background-image: url(../../../other_files/Spice/backgrounds/pink-fade-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	
}

/* the first one */
div.home-page-results.first {
	padding-left: 22px;
	width: 299px;
	margin-left: 1px;
}

/* the last one */
div.home-page-results.last {
	padding-right: 22px;
	margin-right: 1px;
	width: 299px;
}

/* the search tag cloud */

div.homesearchtagcloud {
	float: left;
	width:940px;
	padding:20px 22px 30px 22px;
	background-color: #fe84d7;
	color: #906;
	border-bottom: solid 1px #ae037b;
}


/***********************
	VIEW ALL HOME PAGES
************************/

div.view-all-page {
	clear: both;
	float:left;
	width:982px;
	margin: 0 1px;
	padding-bottom:60px;
	background-image: url(../../../other_files/Spice/backgrounds/pink-fade-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #a90750;
}



/***********************
	GENRE PAGES
************************/


div.genre-top {
	float:left;
	width: 982px;
	background-color: #fe84d7;
	color: #906;
	border: solid 1px #ae037b;
	border-top: none;	
}

div.genre-breadcrumb {

}

div.genre-breadcrumb > div {
	padding:10px 22px;
	color:#906;
}

div.genre-breadcrumb > div > h1 {
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

div.genre-page-side-menu {
	width:233px;
	margin-left: 1px;
}

.side-menu-arrows {
	font-size: 14px;
}


div#genresSearch {
	width:749px;
	padding-bottom:60px;
	margin-right: 1px;
}



/*******************
	FILM AND SCENE PAGE
*******************/

/* the item detail portlet */
div.scene-detail {
	float:left;
	width: 230px;
	min-height: 227px;
	background-image: url(../../../other_files/Spice/backgrounds/pink-fade-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 30px 0 0 22px;
	
}

div.scene-detail > div.item-display  {
	float:left;
	width: 230px;
	min-height: 227px;
}

/* the next in series portlet */
div.scene-detail-series {
	float:left;
	width: 732px;
	height: 227px;
	padding: 30px 0 0 0;
	background-image: url(../../../other_files/Spice/backgrounds/pink-fade-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div.scene-detail-series > div {
	float:left;
	width: 720px;
	height: 227px;
	padding-left: 12px;
}


div.scene-detail-recently-added {
	float:left;
	width: 480px;
	padding: 0 22px;
}


div.reviews {
	width:100%;
	padding-bottom:60px;
}

div.reviews .greytab-active {
	background-image: none;
	background-color: #a90750;
	z-index: 1;
}

div.reviews .greyborder {
	background-color: #a90750;
	min-height: 80px;
}
	




/***********************
	SUB HOME PAGES
************************/


/* side menu portlet */
div.sub-home-side-menu {
	float:left;
	width: 234px;
}


/* item list portlet */
div.sub-home-list {
	float:left;
	width: 750px;
}

/**************************
	SEARCH RESULTS PAGE
***************************/


div.search-results {
	float: left;	
	width:100%;
	padding-bottom:60px;
}	

div.search-results-heading{
	background-color: #fe84d7;
	color: #906;
	border: solid 1px #ae037b;
	border-top: none;	
	float:left;
	width: 982px;
	padding-bottom: 10px;
}

div.search-results-list {
	clear: both;
	float:left;
	background-image: url(../../../other_files/Spice/backgrounds/pink-fade-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: 982px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #a90750;
}


/********************
	REGISTER PAGE
*********************/

div.registerpage {
	padding: 30px 20px 60px 22px;
	width: 940px;
	background-image: url(../../../other_files/Spice/backgrounds/pink-fade-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 1px;
	background-color: #a90750;
}

div.registerpage h1 {
	width: 545px;
	font-size: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

div.registerpage .red {
	color: #fff;
}

div.registerpage div.field p {
	color: #ffa9e3;
}

div.registerpage div.registertop {
	width: 940px;
	overflow: hidden;
}

div.registerpage div.registerleft {
	width: 545px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
}



div.registerpage div.registerright {
	width: 395px;
	overflow: hidden;
	padding-bottom: 10px;
}
	

div.registerpage label, div.user-edit label, fieldset.review label {
	display:block;
	float:left;	
	width: 190px;
	margin-bottom: 5px;
	margin-right: 10px;
}

div.user-edit label {
	width: 90px;
}

fieldset.review label {
	width: 110px;
}

div.registerpage input, div.user-edit input, fieldset.review input, fieldset.review textarea {
	display:block;
	width: 250px;	
}

div.membershipRadioButtons {
	float: left;
}

div.registerpage input.radio {
	float:left;
	margin-right: 10px;
	width: auto;
	clear:both;
}

a.submitMembership {
	display: block;
	float: right;
	margin-right: 30px;
}

div.registerpage input#PASSWORDcopy {
	margin-bottom: 10px;
}

div.user-edit input.save, fieldset.review input.create {
	float:right;
	margin:20px 30px 0 0;
	width: auto;
}

fieldset.review input.create  {
	margin: 10px 0 0 0;
}


div.registerpage div.field, div.user-edit div.field, fieldset.review div.field {
	width: 500px;
	float:left;
	margin: 10px 0;
	padding: 0 0 20px 30px;
}

div.user-edit div.field, fieldset.review div.field {
	width: 400px;
}

div.field p {
	font-size:11px;
	margin-left:200px;
	padding-top:10px;
	width:250px;
	color: #666;
}

div.user-edit div.field p {
	margin-left: 100px;
}

fieldset.review div.field p {
	margin-left: 120px;
}

div.registerpage p.billingtext {
	clear:both;
	font-size: 10px;
}



/**************************
	LOGIN REGISTER PAGE
***************************/

.login-register-page {
	background-image: url(../../../other_files/Spice/general/register-member-image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 576px;
	height: 302px;
	overflow: hidden;
	padding: 18px 4px 0 20px;
	float: left;
}

.login-register-page form {
	width: 250px;
}

.login-register-page #textPlaceholder {
	padding-top: 35px;
}

.login-register-page a#member-link {
	position: absolute;
	top: 22px;
	left: 267px;
	width: 339px;
	height: 305px;
}


/**************************
	EDIT USER PROFILE PICTURE
***************************/


/* the upload picture portlet */
div.upload-profile-picture {
	float:left;
	width: 300px;
}


/********************
	PORN STAR and SERIES PAGE
*********************/


div.porn-star-gallery {
	float:left;
	width: 285px;
	padding-right:30px;
}

div.porn-star-gallery-nav {
	float:left;
	width: 285px;
	text-align: center;
}

img.porn-star-gallery-nav {
	border: 1px solid #fda1df;
}

div.porn-star-gallery-nav a {
	margin: 0 4px;
	position:relative;
	left:0;
}

div.porn-star-details {
	float:left;
	width: 335px;
	font-size: 11px;
}

div.porn-star-details p {
	padding-bottom: 5px;
	width: 245px;
	line-height: 14px;
}

div.porn-star-details strong.red {
	color: #fff;
}

div.porn-star-details p.video-synopsis {
	height: 84px;
	overflow: hidden;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

div.porn-star-details a#video-synopsis-more {
	margin-right: 50px;
	margin-top: -23px;
}

div.porn-star-details div.rating-stars span {
	font-size: 11px;
}

ul.porn-star-list {
	list-style: none;
}

ul.porn-star-list li {
	float:left;
	padding: 0 3px;
	border-right: 1px solid #fda1df;
}

div.porn-star-tags {
	float:left;
	width:260px;
	margin-top: -47px;
}

div.porn-star-tags h3.grey {
	font-size:16px;
	width:260px;
	border-bottom: solid 1px #fda1df;
	padding-bottom: 7px;
}

div#relatedPornStarBox {
	padding:0 0 60px 30px;
	width:200px;
	min-height: 300px;
}



/***********************
	User Profile Page
************************/


div.user-profile-text {
	width: 240px;
	height: 230px;	
	float: left;
	font-size: 11px;
	
}

div.user-profile-text .red {
	color: #fda1df;
}

div.user-image {
	max-height:250px;
	overflow:hidden;
	margin: 1px;
	width:120px
}

div.user-profile-image {
	clear: both;
	float: left;
	margin-right: 20px;
	width:122px;
	border: solid 1px #fda1df;
}

/***********************
	Utility Pages
************************/
.utility-page-side-menu {
	float:left;
	width:984px;
	height: 34px;
}

.rss-feeds .utility-page-side-menu {
	height: 0px;
}

.utility-border-bar {
	width: 900px;
	float: left;
}

.rss-feeds.utility-border-bar {
	margin-top: 34px;
}

.utility-heading {
	float:left;
	width:898px;
	background-color: #fe84d7;
	color: #906;
	border: solid 1px #ae037b;
	border-top: none;
}

.utility-heading h1.red {
	text-transform: uppercase;
}


.utility-content-page {
	width:898px;
	padding-bottom:60px;
	float:left;
	margin: 0 1px;
	background-color: #a90750;
	min-height: 522px;
	background-image: url(../../../other_files/Spice/backgrounds/pink-fade-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.utility-content-page .dottedline {
	border: none;
}

.utilitypagingcontainer {
	float:left;
	width: 700px;
	padding: 7px 20px 7px 30px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.utilitycontent {
	float:left;
	width: 700px;
	font-size: 11px;
	padding-left: 30px;
	padding-bottom: 30px;
}

div.registerpage div.utilitycontent {
	float:none;
	font-size: 11px;
	padding-left: 0;
}

.utilitycontent p, .utilitycontent ul, .utilitycontent ol, .utilitycontent h1,
.utilitycontent h2, .utilitycontent h3 {
	padding-bottom: 10px;
}

.utilitycontent ul, .utilitycontent ol {
	margin-left: 50px;
}

.utilitycontent ul {
	list-style-type: square;
}

.utilitycontent li {
	padding-bottom: 3px;
}


/********************
	Entry Page
*********************/
.entrypage {
	width: 984px;
	overflow: hidden;
	padding-bottom: 60px;
}

.entrypage > img {
	width: 1294px;
	height: 842px;
	position: relative;
	left: -155px;
}

.entrypage .red { color: #fff; }

.entrypage p {font-size: 10px;}

.entrypage a.grey:link { color: #fff; }
.entrypage a.grey:hover { color: #ffa9e3; }
.entrypage a.grey:visited { color: #fff; }
.entrypage a.grey:active { color: #ffa9e3; }


.entrypage > p {
	width: 700px;
	padding-bottom: 15px;
	margin-left: 142px;
	text-align: center;
	position: relative;
}

.entrypage h3 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: -365px;
	text-align: center;
	width: 984px;
	position: relative;
}

.entrypage a {
	display:block;
	position: relative;
	top: -383px;
}

#exitLink {
	text-align: center;
	width: 984px;
	padding-top: 15px;
}

.entrypage div.scrolling-content {

	width: 688px;
	height: 58px;
	margin-left:142px;
	border: 1px solid #868686;	
	overflow:auto;
	text-align: center;
	background-color: #fff;
	color: #333;
	position: relative;
	
}

.entrypage div.scrolling-content p {
	width: 665px;
	padding: 2px 0 13px 0;
	margin-left:4px;
	position: relative;
}

.entrypage a#entryLink {
	width:272px;
	height:95px;
	margin-left: 356px;
}

.entrypage a#entryLink:hover, .entrypage a#entryLink:active {
	background-image: url(../../../other_files/Spice/buttons/enter-hover.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent:-10000px;
}


/********************
	Error Page
*********************/


div.errorpage {
	padding: 60px 40px;
	width: 920px;
	background-color: #a90750;
	float:left;
	background-image: url(../../../other_files/Spice/backgrounds/pink-fade-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div.errorpage img {
	float: left;
}

div.errorpageright {
	float: left;
	width: 633px;
	margin-left: 40px;	
	padding-bottom: 60px;
}

div.errorpageright h2 {
	text-transform: uppercase;
	color: #fff;
	padding: 30px 0 20px;
}

div.errorpageright p {
	color: #fff;
	line-height: 20px;
	padding-bottom: 20px;
	font-size: 11px;
	width: 350px;
}

div.errorpageright p strong {
	color: #fff;
	font-size: 12px;
}


/********************
	video security failure
*********************/

div.videosecurityfailure {
	width: 540px;
	height: 345px;
	padding: 60px 40px;
	background-color: #a90750;
	float:left;
	background-image: url(../../../other_files/Spice/backgrounds/pink-fade-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div.videosecurityfailure img {
	float: left;
}

div.videosecurityfailure div.errorpageright {
	width: 253px;
}

div.videosecurityfailure div.errorpageright p {
	width: 253px;
}


/********************
	Reactivate User Page
*********************/


div.reactivateUser {
	float: left;
	padding: 30px 30px 60px;
	width: 940px;
}

div.reactivateUser h1 {
	padding-bottom: 30px;
}

div.reactivateUser p {
	padding-bottom: 20px;	
}


div.reactivateUser fieldset {
	padding-bottom: 30px;
	clear: both;
	float:left;
	width: 100%;
}

div.reactivateUser a#findUser {
	display:block;
	margin-top: -21px;
	margin-left: 250px;

}



	