
/**************************************************
	WELCOME FLASH
**************************************************/

#welcome {
	height:220px;
	background-color:#000000;
}

/**************************************************
	LEFT COLUMN
**************************************************/

#left_column {
	float:left;
	width:140px;
	/*background-color:#cc0000;*/
	padding-right:10px;
	border-right:1px solid #cccccc;
}
#left_column a img {
	border:0px;
}
#categories {
	/* 11/04 hide elemnts */
	display:none;
	margin-bottom:10px;
	padding-bottom:30px;
	border-bottom:1px solid #cccccc;
	font-size:12px;
	font-weight:bold;
}
#categories a {
	display:block;
	padding:3px 0px 0px 0px;
	color:#7d7d7d;
	text-decoration:none;
}
#categories a:hover {
	color:#ff1f64;
}

#page_select, #search, #watch, #content_supplier {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
}
#left_column form {
	margin-top:0px;
}
#left_column form select {
	width:120px;
}/*
#select {
	position:absolute;
	width:125px;
	height:188px;
	z-index:1;
	overflow: auto;
}
#select a {
	display:block;
}*/

#left_column form input {
	width:118px;
	height:23px;
	padding:3px 2px 0px 2px;
	border:0px;
	background:url('/images/left_column_input.jpg') repeat-x;

}
#left_column .button, #left_column .button_over {
	display:inline;
	background:url('/images/buttons.jpg');
	border:0px;
	margin-top:5px;
	padding:0px;
	width:78px;
	height:23px;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
	color:#ff1f64;
}
#left_column .button_over {
	background:url('/images/buttons_over.jpg');
}

/**************************************************
	RIGHT COLUMN
**************************************************/

#right_column {
	float:left;
	width:719px;
	min-height:400px;
	/*margin-left:10px;*/
	padding:0px 10px 0px 10px;
	/*border-left:1px solid #cccccc;*/
}

.pagetitle {
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
	color:#ff1f64;
}

/**************************************************
	VIDEOS
**************************************************/

.video {
	margin-bottom: 10px;
}

/*******************************************
	VIDEO LAYOUT STUFF
*******************************************/

.video_info {
	margin:0px auto 10px auto;
	text-align:left;
}
.video_info .title, .video_info .scenes_title {
	font-weight:bold;
	color:#ff1f64;
	margin-bottom:10px;
}
.video_info .scenes_title {
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
}

.video_info .description {
	min-height:120px;
}

.video_info .video_cover_large {
	width: 320px;
	height: 240px;
	float:left;
	margin-right:10px;
}
.video_info .info_text {

}

.video_info .watch_now {
	float: left;
	display: block;
	width: 170px;
	height: 49px;
	background: url('images/buttons/watch_now.jpg') no-repeat top left;
}

.video_info .watch_now:hover {
	background-position: bottom left;
}

.video_info .info_text {
	margin:0px 10px 10px 0px;
	padding:10px;
	color: #333333;
	line-height:125%;
}
.info_text .length, .info_text .owner, .scenes .length, .scenes .owner {
	font-size:12px;
}

.scenes {
	/*width: 715px;
	margin: 0 auto;*/
	padding: 0 88px 8px 88px;
	border-bottom: 1px solid #cccccc;
}

.scenes .length, .scenes .owner {
	margin-top:10px;
}
.info_text .ownwer, .scenes .owner {
	margin-bottom:10px;
}
#video_review1, #video_review2 {
	margin:5px 0px 5px 0px;
	font-size:14px;
}


#video_review_block, #scenes_review_block {
	display:none;
}

#video_review_block table, #scenes_review_block table {
	float:right;
	width:350px;
	margin:10px 5px 2px 5px;
	border-top:1px solid #666666;
	font-size:12px;
}

#scenes_review_block table {
	float:none;
	margin:10px 5px 2px 20px;
}

#video_review_block table tr td , #scenes_review_block table tr td {
	padding-left:10px;
	border:1px solid #666666;
	border-top:0px;
}

#video_review_block table tr .title, #scenes_review_block table tr .title {
	background-color:#cccccc;
	font-weight:bold;
	color:#666666;
}

#video_review1 a, #video_review2 a {
	color:#7d7d7d;
	text-decoration:none;
}

#video_review1 a:hover, #video_review2 a:hover {
	text-decoration:underline;
}

.image_wrap {
	float:left;
	width:230px;
	height:172px;
	margin:0px 0px 5px 5px;
	border:1px solid #cccccc;
}

.panal {
	position:absolute;
	z-index:100;
	display:none;
	width:230px;
	height:172px;
	background:url('images/black_50.png');
	text-align:center;
}

.panal a {
	display: block;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
	background: url('images/panal_a.png') no-repeat top center;
	font-weight: bold;
	color: #ff1f64;
	text-decoration: none;
}

.panal a:hover {
	background-position: bottom center;
	color:#ffffff;
}

.video_info a img {
	border:0px;
}

.video_payment {
	width:300px;
	margin-top:5px;
	padding:10px;
	background-color:#000000;
	border:1px solid #722572;
	line-height:100%;
}

.video_payment_header {
	padding: 3px;
	border-bottom: 2px solid #ff1f64;
	margin-bottom: 15px;
	color: #ff1f64;
}

.video_payment_options {
	color: #ccccff;
}

.video_payment_options a{
	color: #ccccff;
}

.video_payment_options a:hover{
	color: #ffffff;
}

.featured_scenes {
	float:left;
	width:209px;
	height:30px;
	margin:0px 0px 10px 10px;
	background:url('images/featured_scenes.jpg') no-repeat top left;
}

.small_thumb {
	float:left;
}

.small_thumb a img {
	width:209px;
	height:157px;
	margin:0px 0px 10px 10px;
	cursor:hand;
	cursor:pointer;
	border-bottom:5px solid #000000;
}

.small_thumb a img:hover {
	border-bottom:5px solid #ff1f64;
}

/**************************************************
	VIDEO ADMIN EDIT PAGE
**************************************************/

.video_container {
	border-top:1px dotted #7d7d7d;
	border-bottom:1px dotted #7d7d7d;
	margin-bottom:10px;
	padding:10px;
}
.video_container .video_info_text .video_info_title {
	font-weight:bold;
	color:#ff1f64;
}

.admin_vet_fake_link {
	cursor: pointer;
	border: 1px solid #ffffff;
	background-color: #c2c1c3;
	padding: 5px;
	width: 150px;
	text-align:center;
	margin-bottom: 5px;
	margin-left: 13px;
}

.admin_vet_accepted {
	border: 2px solid #ffffff;
	background-color: #c2c1c3;
	padding: 5px;
	width: 150px;
	text-align:center;
	margin-bottom: 5px;
	margin-left: 13px;
	font-weight:bold;
	font-size: 1.1em;
}

.admin_vet_denied {
	border: 2px solid #ffffff;
	background-color: #F2D9D0;
	padding: 5px;
	width: 150px;
	text-align:center;
	margin-bottom: 5px;
	margin-left: 13px;
	font-weight:bold;
	font-size: 1.1em;
}

.video_edit_header {
	background-color: #c1c1c1;
	padding: 3px;
	border-bottom: 2px solid #eae2ea;
	margin-bottom: 10px;
	color: #0d0d0d;
}

.video_edit_info {
	text-align: left;
}

.video_edit_option {
	border: 2px solid #ffffff;
	background-color: #c2c1c3;
	padding: 5px;
	width: 150px;
	text-align:center;
	margin-bottom: 5px;
	margin-left: 13px;
	font-weight:bold;
	color: #000000 !important;
}

.video_edit_option a {
	color: #000000 !important;
}

.video_edit_fake_link {
	cursor: pointer;
	border: 2px solid #ffffff;
	background-color: #c2c1c3;
	padding: 5px;
	width: 150px;
	text-align:center;
	margin-bottom: 5px;
	margin-left: 13px;
	color: #000000 !important;
	font-weight: bold;
	text-decoration: underline;
}

.white {
	color: #ffffff !important;
}

.home_description {
	color: #E6FFF1;
	font-size: 0.9em;
	text-align: left;
	padding-left: 13px !important;
}

.home_length {
	color: #E6FFF1;
	font-size: 0.9em;
	text-align: left;
	padding-left: 13px !important;
}

.home_watch_button {
	text-align:left;
	color: #E6FFF1;
	font-size: 0.9em;
}

/**************************************************
	SEARCH RESULTS
**************************************************/

.vod_search_result {
	float:left;
	width:170px;
	height:294px;
	margin:0px 5px 15px 0px;
	background:url('images/video.jpg') no-repeat;
	text-align:left;
	font-size:12px;
	cursor:pointer;
	cursor:hand;
}
.vod_search_result .title {
	min-height:40px;
	margin:10px 15px 0px 10px;
	color:#ff1f64;
	font-weight:bold;
}
.vod_search_result img {
	border:1px solid #cccccc;
	width:165px;
	height:124px;
}
.vod_search_result .description  {
	margin:5px 10px 5px 10px;
	height:40px;
	font-size:11px;
}
.vod_search_result .description a {
	background:none;
	display:inline;
	color:#666666;
}
.vod_search_result .description a:hover {
	color:#ff1f64;
}
.vod_search_result .length  {
	margin:5px 0px 5px 10px;
	font-size:11px;
}
.vod_search_result .options img {
	border:0px;
	margin:5px 0px 0px 15px;
	width:auto;
	height:auto;
	/* 11/04 hide elemnts */
	margin-top:25px;
}

/**************************************************
	ERROR & SUCCESS NOTICES
**************************************************/

.vod_search_form  {
	float: right;
	width: 262px;
	height: 25px;
	padding: 0 0 0 25px;
	background: url('images/search.png') no-repeat top left;
}

.vod_search_form form {
	margin:0;
	padding:0;
	
}

.vod_search_form input {
	display: inline-block;
	width: 190px;
	height: 20px;
	margin: 0;
	background: none;
	border: 0;
	text-align: left;
}

/*
.vod_search_form .button, .vod_search_form .button_over {
	display: inline;
	background:url('/images/buttons.jpg');
	border:0px;
	margin-top:5px;
	padding:0px;
	width:78px;
	height:23px;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
	color:#ff1f64;
}
*/

.vod_search_form .button {
	display: inline-block;
	width: 60px;
	height: 23px;
	margin: 0 0 0 5px;
	background: url('images/search_button.jpg') no-repeat top left;
	border: 0;
	color: #ff1f64;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.vod_search_form  .button:hover {
	color: #ffffff;
	background-position: bottom left;
}

.failure_notice, .success_notice {
	position:relative;
	z-index:100;
	width:550px;
	margin:15px 10px 15px 15px;
	padding:25px;
	border: 2px solid #191919;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	color: #000000;
	background: url('images/warning.png') no-repeat top left;
	background-color: #F2D9D0;
}
.success_notice {
	background: url('images/success.png') no-repeat top left;
	background-color: #b8ff8f;
	
}
.failure_notice a {
	color: #000000;
}
.success_notice a {
	color: #aeb2ba;
}

/**************************************************
	FORMS
**************************************************/

input, label {
	display:block;
}
label {
	font-weight:bold;
	color:#ff1f64;
}
#agree_tos {
	display:inline;
}
.button, .button_over {
	display:inline;
	background:url('images/buttons.jpg');
	border:0px;
	margin-top:5px;
	padding:0px;
	width:78px;
	height:23px;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
	color:#ff1f64;
}
.button_over {
	background:url('images/buttons_over.jpg');
}

/**************************************************
	REGISTER PAGE & LOG IN PAGE
**************************************************/
#page_register {
	min-height:1000px;
	padding:0px 320px 0px 0px;
	background:url('images/page_register.jpg') no-repeat top right;
}
#page_signin {
	min-height:1000px;
	padding:0px 320px 0px 0px;
	background:url('images/page_signin.jpg') no-repeat top right;
}
#page_register .form, #page_signin .form  {
	margin:10px 0px 10px 0px;
	padding:0px 10px 0px 10px;

	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}
#page_register .form .label, #page_signin .form .label {
	width:150px;
}
#page_register .form input, #page_signin .form input {
	width:200px;
	margin-left:30px;
	position:relative;
	left:110px;
	top:-18px;
}
#page_register .form select {
	width:auto;
	position:relative;
	left:175px;
	top:-15px;
}
#page_register .verification {
	margin:10px 0px 10px 0px;
	padding:10px;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}
#page_register .verification img {
	margin:10px 0px 10px 70px;
	display:block;
}
#page_register .verification input {
	width:200px;
	margin:10px 0px 0px 0px;
}
#page_register .label {
	margin-top:10px;
	font-weight:bold;
}
#page_register form a, #page_signin form a {
	color:#535353;
}
#page_register form a:hover, #page_signin form a:hover {
	text-decoration:none;
}
#page_signin .info {
	display:block;
	margin-left:175px;
}
#page_signin .button, #page_signin .button_over {
	margin-top:30px;
	width:78px !important;
}


/**************************************************
	REGiSITER & LOGIN TABLE
**************************************************/

.register_table {
	width: 400px;
}

.register_table, .login_table {
	margin: 10px;
	margin: 10px 0 0 10px;
	font-size: 14px;
}

.login_table {
	width: 200px;
	border-top: 1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	background-color: #eeeeee;
}

.register_table .item td, .register_table .item_open td, .register_table .item_middle td, .register_table .item_close td {
	background-color: #eeeeee;
}

.register_table td, .login_table td {
	padding: 5px;
	border-top:5 px solid transparent;
}
.register_table .item td {
	padding: 10px 0px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
.register_table .item_open td {
	padding: 10px 5px;
	border-top: 1px dotted #cccccc;
	border-bottom: 0;
}
.register_table .item_middle td {
	border: 0;
}
.register_table .item_close td {
	padding: 0 5px 10px 5px;
	border-top: 0;
	border-bottom: 1px dotted #cccccc;
}
.register_table .break td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10px;
}

.register_table input, .login_table input {
	width: 140px;
}

.register_table label, .login_table label {
	clear: both;
	width: 120px;
	margin: 0;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

.register_table select {
	clear:both;
	width:auto;
	margin:0px;
	font-weight:normal;
	font-size:14px;
}

.register_table .terms, .login_table .terms {
	padding: 10px;
	background-color: #666666 !important;
	border: 5px solid #eeeeee !important;
	color: #ffffff;
	font-size: 12px;
}

.register_table .terms a, .login_table .terms a {
	color: #eeeebb;
}

.register_table .button, .login_table .button {
	width: 78px;
}

.register_table .chk {
	margin:0;
	padding:0;
	width:auto;
}

/**************************************************
	STATISTICS
**************************************************/

.Statistics_Cache_Table {
	border-collapse: collapse;
	color: #000000 !important;
}

.Statistics_Cache_Table_Row_Header {
	background-color: #DBDEDB;
}

.Statistics_Cache_Table_Cell_Header {
	padding: 4px;
	font-weight:bold;
	color: #000000 !important;
}

.Statistics_Cache_Table_Row_Value_Odd {
	background-color: #e9ffd1;
	padding: 2px;
}

.Statistics_Cache_Table_Row_Value_Even {
	background-color: #e7efff;
	padding: 2px;
}

.Statistics_Cache_Table_Cell_Value {
	border-bottom: 1px dashed #D1a1b6;
	font-weight: bold;
	border-right: 1px solid #A1AABB;
	padding: 2px;
	color: #7d7d7d !important;
}

.Page_Title {
	font-weight:bold;
	margin: 10px;
	margin-left:30px !important;
	padding: 2px;
}

.show_info {
	cursor:default;
	text-decoration: underline;
	color: #f0f0f0;
}


.unresolved {
	padding: 2px;
	border: 1px solid #0D0D0D;
	background-color: #A50C0C;
	color: #7d7d7d;
	width: 110px;
	font-weight: 0.8em;
}

.resolved {
	padding: 2px;
	border: 1px solid #0D0D0D;
	background-color: #04A51C;
	color: #7d7d7d;
	width: 110px;
	font-weight: 0.8em;
}

/**************************************************
	SITEMAP
**************************************************/

#sitemap ul {
	list-style-type:none;
	text-indent:0px;
	line-height:150%;
}
#sitemap ul .sitemap_cat {
	margin-top:10px;
	list-style-type:none;
	font-weight:bold;
	text-indent:0px;
}
#sitemap ul li {
	
}
#sitemap ul li ul li {
	text-indent:0px;
	list-style-type:square;
}
#sitemap ul li a {
	text-decoration:none;
}
#sitemap ul li a:hover {
	text-decoration:underline;
}

/**************************************************
	FOOTER
**************************************************/

#footer {
	clear:both;
	width:890px;
	padding:20px 0px 20px 0px;
	font-size:12px;
	text-align:right;
}
#footer a {
	color:#7d7d7d;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.copyright {
	float:left;
}

