/* TAGS */
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e0e0e0;
	background-image: url(/images/redesign/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
}
img {
	border: none;
}
hr {
	border: 0;
	color: #a1a4a8;
	background-color: #a1a4a8;
	width: 100%;
	height: 1px;
}
a, a:link, a:visited, a:active {
	color: #c20606;
	text-decoration: none;
}
a:hover {
	color: #c20606;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
/* TAGS & CLASSES */
a.login_box, a:link.login_box, a:visited.login_box, a:active.login_box {
	font-size: 11px;
	color: #c00b0b;
	text-decoration: none;
}
a:hover.login_box {
	text-decoration: underline;
}
a.blog_list, a:link.blog_list, a:visited.blog_list, a:active.blog_list {
	font-size: 16px;
	color: #474745;
	text-decoration: none;
}
a:hover.blog_list {
	text-decoration: underline;
}
a.footer, a:link.footer, a:visited.footer, a:active.footer {
	color: #000000;
	text-decoration: none;
}
a:hover.footer {
	text-decoration: underline;
}
a.schedule_link, a:link.schedule_link, a:visited.schedule_link, a:active.schedule_link {
	color: #000000;
	text-decoration: none;
}
a:hover.schedule_link {
	text-decoration: underline;
}
a.feedback, a:link.feedback, a:visited.feedback, a:active.feedback {
	color: #000000;
	text-decoration: none;
}
a:hover.feedback {
	text-decoration: underline;
}
a.more_playboy, a:link.more_playboy, a:visited.more_playboy, a:active.more_playboy {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.more_playboy {
	text-decoration: none;
}
a.site_position, a:link.site_position, a:visited.site_position, a:active.site_position {
	color: #999999;
	text-decoration: none;
}
a:hover.site_position {
	text-decoration: underline;
}
a.blog_categories, a:link.blog_categories, a:visited.blog_categories, a:active.blog_categories {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover.blog_categories {
	text-decoration: underline;
}
a.schedule_calendar, a.schedule_calendar:link, a.schedule_calendar:visited, a.schedule_calendar:active {
	color: #000000;
	text-decoration: underline;
}
a.social_button {
	background-image: url(/images/redesign/button_bg.png);
	width: 94px;
	height: 20px;
	text-align: center;
	display: block;
	color: #ffffff;
	font-size: 10px;
	padding-top: 4px;
	font-weight: bold;
	float: left;
	padding-right: 2px;
}
a.social_button:hover {
	background-image: url(/images/redesign/button_hover_bg.png);
	text-decoration: none;
}
a.no_hover:hover {
	text-decoration: none;
}
div.main_box, div.last_main_box {
	float: left;
	width: 185px;
	margin-right: 5px;
}
div.main_box .image, div.last_main_box .image {
	width: 184px;
	height: 170px;
	background-image: url(/images/redesign/touts_bg.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 1px;
	text-align: center;
	color: #474745;
	font-weight: bold;
}
div.main_box .image .title, div.last_main_box .image .title {
	margin: auto;
	width: 165px;
}

div.main_box .text, div.last_main_box .text {
	position: relative;
	margin-left: 4px;
	width: 180px;
	height: 130px;
	margin-top: 5px;
	text-align: justify;
}
div.main_box .text .tright, div.last_main_box .text .tright {
	position: absolute;
	right: 0;
	bottom: 0;
}

div.main_box .text2, div.last_main_box .text2 {
	position: relative;
	margin-left: 4px;
	width: 180px;
	height: 105px;
	margin-top: 5px;
	text-align: justify;
}
div.main_box .text2 .tright, div.last_main_box .text2 .tright {
	position: absolute;
	right: 0;
	bottom: 0;
}

div.last_main_box {
	margin-right: 0px;
}
div.blog_container {
	
}
div.blog_container .item {
	background-image: url(/images/redesign/blog_bg.png);
	background-repeat: repeat-y;
	width: 740px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-top: -3px;
}
div.blog_container .item img {
	float: left;
}
div.blog_container .item .text {
	float: left;
	margin-left: 20px;
	width: 560px;
	color: #474745;
}
div.blog_container .item .text h1 {
	font-size: 16px;
	color: #474745;
	padding: 0;
	margin: 0; 
}
div.blog_container .item .text .hr {
	border-top: 1px #b5b5b5 dotted;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.box_input {
	width: 127px;
	height: 22px;
	background: url(/images/redesign/box_input_bg.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 1px;
}
input.box_input {
	width: 120px;
	height: 18px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 3px;
	margin-left: 3px;
	font-size: 11px;
}
h1.site_position {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	margin-left: -1px;
}
h1.site_position .black {
	color: #333333;
}
div.pagination {
	text-align: right;
}
div.pagination img {
	vertical-align: middle;
}
/* CLASSES */
.clear, .pure_clear {
	clear: both;
}
.cleft {
	clear: left;
}
.cright {
	clear: right;
}
.gap1 {
	height: 1px;
	font-size: 1px; /* IE fix */
	line-height: 0;
}
.gap3 {
	height: 3px;
	font-size: 3px; /* IE fix */
	line-height: 0;
}
.gap5 {
	height: 5px;
	font-size: 5px; /* IE fix */
	line-height: 0;
}
.gap10 {
	height: 10px;
	font-size: 10px; /* IE fix */
	line-height: 0;
}
.gap15 {
	height: 15px;
	font-size: 1px; /* IE fix */
	line-height: 0;
}
.gap20 {
	height: 20px;
	font-size: 20px; /* IE fix */
	line-height: 0;
}
.gap11 {
	height: 11px;
	font-size: 11px; /* IE fix */
	line-height: 0;
}
.gap13 {
	height: 13px;
	font-size: 13px; /* IE fix */
	line-height: 0;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
.red {
	color: #FF0000;
}
.err_message {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.s2f_form_valid {
	width: 95%;
	height: 23px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;	
}
.s2f_form_invalid {
	width: 100%;
	height: 23px;
	border: thin solid #d4d4d4;
	color: #FF5052;
}
.s2f_textarea_valid {
	width: 100%;
	height: 170px;
	border: thin solid #d4d4d4;
}
.s2f_textarea_invalid {
	width: 100%;
	height: 170px;
	border: thin solid #d4d4d4;
	color: #FF5052;
}
/* IDs */
#home {
	background-image: url(/images/redesign/home_bg.jpg);	
}
#take_offs {
	background-image: url(/images/redesign/take_offs_bg.jpg);	
	background-color: #ffffff;
}
#body {
	width: 992px;
	margin: auto;
	position: relative;
	text-align: left;
}
#header {
	width: 765px;
}
#menu {
	width: 992px;
	height: 83px;
	background-image: url(/images/redesign/menu.png);
	background-repeat: no-repeat;
	margin: auto;
	padding: 0;
	position: relative;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#menu li, #menu a {
	height: 82px;
	display: block;
}
#menu1 {
	left: 8px;
	width: 72px;
}
#menu2 {
	left: 80px;
	width: 167px;
}
#menu2_selected {
	left: 80px;
	position: absolute;
	width: 167px;
	background-image: url(/images/redesign/menu_tv_roll.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#menu3 {
	left: 247px;
	width: 169px;
}
#menu3_selected {
	left: 247px;
	position: absolute;
	width: 169px;
	background-image: url(/images/redesign/menu_blog_roll.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#menu4 {
	left: 416px;
	width: 169px;
}
#menu4_selected {
	left: 416px;
	position: absolute;
	width: 169px;
	background-image: url(/images/redesign/menu_video_roll.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#menu5 {
	left: 585px;
	width: 169px;
}
#menu5_selected {
	left: 585px;
	position: absolute;
	width: 169px;
	background-image: url(/images/redesign/menu_schedule_roll.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#menu6 {
	left: 754px;
	width: 230px;
}
#menu6_selected {
	left: 754px;
	position: absolute;
	width: 230px;
	background-image: url(/images/redesign/menu_order_roll.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#menu1 a:hover {
}
#menu2 a:hover {
	position: absolute;
	width: 167px;
	background-image: url(/images/redesign/menu_tv_roll.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#menu3 a:hover {
	position: absolute;
	width: 169px;
	background-image: url(/images/redesign/menu_blog_roll.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#menu4 a:hover {
	position: absolute;
	width: 169px;
	background-image: url(/images/redesign/menu_video_roll.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#menu5 a:hover {
	position: absolute;
	width: 169px;
	background-image: url(/images/redesign/menu_schedule_roll.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#menu6 a:hover {
	position: absolute;
	width: 230px;
	background-image: url(/images/redesign/menu_order_roll.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#main_boxed {
	width: 755px;
	float: left;
	margin-top: 8px;
	margin-left: 4px;
}
#main {

}
#slideholder {
	width: 749px;
	height: 419px;
	background-image: url(/images/redesign/slideshow_bg.png);
	padding-top: 4px;
	padding-left: 6px;
}
#main_boxes {
	margin-top: 14px;
}
#main_boxes div.main_box .image, #main_boxes div.last_main_box .image {
	font-size: 14px;
}
#main_blog {
	margin-top: 10px;
}
#boxes {
	margin-top: 5px;
	width: 226px;
	float: left;
	margin-left: 5px;
}
#search_box {
	width: 226px;
}
#search_box .holder {
	width: 220px;
	margin-top: -3px;
	background-image: url(/images/redesign/box_bg.png);
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-top: 10px; 
}
#search_box form {
	padding-left: 9px; 
	background-image: url(/images/redesign/search_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 62px;
}
#search_box form .button {
	float: left;
	margin-left: 9px;
}
#login_box, #passwd_box {
	width: 226px;
	margin-bottom: 9px;
}
#login_box .login_image, #passwd_box .login_image {
	float: left;
}
#login_box .register, #passwd_box .register {
	float: right;
	display: block;
	width: 50px;
	text-align: right;
	margin-right: 4px;
}
#login_box .holder, #passwd_box .holder {
	width: 220px;
	height: 119px;
	background-image: url(/images/redesign/box_bg.png);
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-top: 15px;
	font-size: 11px; 
}
#login_box form, #passwd_box form {
	padding-left: 9px; 
	background-image: url(/images/redesign/search_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 11px;
}
#login_box form label {
	width: 70px;
	float: left;
	margin-top: 2px;
}
#login_box form .links {
	float: left;
	width: 130px;
}
#login_box form .button {
	float: left;
	margin-left: 5px;
}
#login_box form .logout_button {
	margin-right: 3px;
	margin-top: 2px;
}
#passwd_box .button {
	margin-left: 8px;
}
#schedule_box {
	width: 226px;
}
#schedule_box .holder {
	width: 220px;
	margin-top: -3px;
	background-image: url(/images/redesign/box_bg.png);
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-top: 7px; 
}
#schedule_box .schedule {
	height: 132px;
	background-image: url(/images/redesign/search_box_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 9px;
	padding-right: 16px;
	background-position: left bottom;
	font-size: 11px;
}
#schedule_box .schedule ul {
	padding: 0;
	margin: 0;
	margin-top: 6px;
	padding-left: 15px;
}
#schedule_box .schedule li {
	list-style-image: url(/images/redesign/red_circle.png);
	height: 25px;
}
#schedule_box .schedule .hr {
	border-top: 1px #b5b5b5 dotted;
	margin-top: 10px;
	margin-bottom: 15px;
}
#schedule_box .timezones {
	padding: 0;
	margin: 0;
	background-image: url(/images/redesign/timezones_bg.png);
	background-repeat: no-repeat;
	width: 226px;
	height: 33px;
	position: relative;
}
#schedule_box .timezones li {
	list-style-type: none;
	float: left;
}
#schedule_box .timezones .est a {
	position: absolute;
	left: 4px;
	width: 53px;
	height: 27px;
	display: block;
}
#schedule_box .timezones .est a:hover, #schedule_box .timezones .est_active a {
	position: absolute;
	left: 4px;
	width: 53px;
	height: 27px;
	display: block;
	background-image: url(/images/redesign/timezone_est_hover.png);
	background-repeat: no-repeat;
}
#schedule_box .timezones .cst a {
	position: absolute;
	left: 59px;
	width: 54px;
	height: 27px;
	display: block;
}
#schedule_box .timezones .cst a:hover, #schedule_box .timezones .cst_active a {
	position: absolute;
	left: 59px;
	width: 54px;
	height: 27px;
	display: block;
	background-image: url(/images/redesign/timezone_cst_hover.png);
	background-repeat: no-repeat;
}
#schedule_box .timezones .mst a {
	position: absolute;
	left: 115px;
	width: 54px;
	height: 27px;
	display: block;
}
#schedule_box .timezones .mst a:hover, #schedule_box .timezones .mst_active a {
	position: absolute;
	left: 115px;
	width: 54px;
	height: 27px;
	display: block;
	background-image: url(/images/redesign/timezone_mst_hover.png);
	background-repeat: no-repeat;
}
#schedule_box .timezones .pst a {
	position: absolute;
	left: 171px;
	width: 54px;
	height: 27px;
	display: block;
}
#schedule_box .timezones .pst a:hover, #schedule_box .timezones .pst_active a {
	position: absolute;
	left: 171px;
	width: 54px;
	height: 27px;
	display: block;
	background-image: url(/images/redesign/timezone_pst_hover.png);
	background-repeat: no-repeat;
}
#feedback_box {
	width: 226px;
}
#feedback_box .holder {
	width: 213px;
	margin-top: -3px;
	background-image: url(/images/redesign/box_bg.png);
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-top: 5px; 
}
#feedback_box .holder ul {
	padding: 0;
	margin: 0;
	margin-top: 6px;
	padding-left: 17px;
}
#feedback_box .holder li {
	list-style-image: url(/images/redesign/red_circle.jpg);
	line-height: 20px;
}
#socialconnect_box
{
	width: 226px;
}
#socialconnect_box .holder {
	width: 213px;
	margin-top: -3px;
	background-image: url(/images/redesign/box_bg.png);
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-top: 5px; 
}
#socialconnect_box .holder .item{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
}
#poll_box {
	width: 226px;
}
#poll_box .holder {
	width: 213px;
	margin-top: -3px;
	background-image: url(/images/redesign/box_bg.png);
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-top: 5px; 
}
#ad_box {
	width: 226px;
}
#ad_box .holder {
	height: 714px;
	background-image: url(/images/redesign/ad_box_bg.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-top: 8px;
}
#more_playboy_box .more_box, #more_playboy_box .last_more_box {
	float: left;
	width: 136px; 
	margin-right: 34px;
}
#more_playboy_box .last_more_box {
	margin-right: 0px;
}
#more_playboy_box .more_box .title, #more_playboy_box .last_more_box .title  {
	float: left;
	width: 136px;
	height: 24px; 
	background-image: url(/images/redesign/more_playboy_bg.png);
	padding-top: 6px;
	text-align: center;
	cursor: pointer;
}
#more_playboy_box .more_box .text, #more_playboy_box .last_more_box .text {
	padding: 5px;
}
#footer {
	margin-top: 20px;
	padding-bottom: 40px;
}
#footer .hr {
	border-top: 1px #b5b5b5 dotted;
	margin-bottom: 20px;
}
#footer .text {
	text-align: center;
	line-height: 20px;
}
#blog {
	margin-top: -3px;
}
#blog .holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_boxed_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 6px; 
	padding-right: 16px;
}
#blog .hr {
	border-top: 1px #b5b5b5 dotted;
	margin-bottom: 15px;	
}
#blog #blog_boxes {
	width: 190px;
	float: left;
	margin-left: -2px;
}
#blog #blog_boxes .blog_box {
	margin-bottom: 15px;
}
#blog #blog_boxes .blog_box div.blog_categories {
	padding-left: 7px;
	margin-top: 8px;
}
#blog #blogs {
	width: 521px;
	float: left;
	margin-left: 10px;
}
#blog .blog_items {
	font-size: 11px;
}
#blog .blog_detail {
	font-size: 12px;
}
#blog .blog_items h1, #blog .blog_detail h1 {
	margin: 0;
}
#blog .blog_items .grey, #blog .blog_detail .grey {
	color: #7c7c7c;
}
#blog .blog_items img.blog_item, #blog .blog_detail img.blog_item {
	float: left;
	margin-right: 14px;
}
#blog .right {
	float: right;
}
#blog .left {
	float: left;
}
#blog #blog_tags .tags {
	float: left;
	width: 390px;
}
#blog #blog_tags .hotmeter {
	float: right;
	width: 176px;
}
#c .hr {
	margin-bottom: 3px;
}
#comments .comment {
	padding: 10px;
	background-image: url(/images/redesign/gray_strip.jpg);
	background-repeat: repeat-x;
	margin-bottom: 1px;
}
#comments .comment .grey {
	color: #707070;
}
#comments .grey_bg {
	background-color: #efefef;
	background-image: none !important;
}
#comments .user {
	color: #b80e0e;
}
#tv_shows {
	margin-top: -3px;
}
#tv_shows .holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_boxed_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 7px; 
	padding-right: 17px;
	padding-bottom: 6px;
}
#tv_shows .hr, #tv_shows .hr_clear {
	border-top: 1px #b5b5b5 dotted;
	margin-bottom: 14px;	
}
#tv_shows .hr_clear {
	margin-bottom: 0;	
}
#tv_shows .right {
	float: right;
}
#tv_shows .left {
	float: left;
}
#tv_shows #FullWidthHeader {
	color: #FFFFFF;
	background-color: #817F80;
	height: 20px;
	padding-top: 7px;
	text-align: center;
	margin: auto;
}
#tv_shows #shows_starslist, #tv_shows #shows_modelslist, #tv_shows #shows_photographerslist {
	overflow: auto;
	height: 139px;
	width: 720px;
}
#tv_shows #shows_starslist h1, #tv_shows #shows_modelslist h1, #tv_shows #shows_photographerslist h1 {
	width: 520px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
#tv_shows #main_gallery {
	width: 742px;
	height: auto !important;
}
#tv_shows #galleries_content {
	height: 100%;
	width: 720px;
	padding-bottom: 5px;
}
#tv_shows div.gallery_container {
	height: 100%;
	width: 720px;
}
#tv_shows div.gallery_container h1 {
	color: #5e5e5e; 
	font-size: 16px;
	font-weight: bold;	
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tv_shows div.gallery_episode_header {
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#tv_shows div.gallery_episode_header h1 {
	color: #5e5e5e; 
	font-size: 16px;
	font-weight: bold;
	margin: 0pt 0pt 7px -1px;
	padding: 0pt;
}
#tv_shows div.gallery_album_details, #tv_shows div.gallery_album_details_last {
	float: left;
	width: 350px;
	padding-top: 5px;
	margin-right: 20px;
}
#tv_shows div.gallery_album_details_last {
	margin-right: 0;
}
#tv_shows div.gallery_album_image {
	width: 150px;
	float: left;
}
#tv_shows div.gallery_album_image_tag {
	width: 145px;
	height: 145px;
	padding: 5px;
	padding-left: 0;
	text-align: center;
}
#tv_shows div.gallery_album_list {
	height: 145px;
	width: 190px;
	float: left;
	padding-left: 10px;
}
#tv_shows div.gallery_album_name {
	float: left;
	text-align: left;
	width: 100%;
	padding-top: 3px;
	font-weight: bold;
	color: #474745;
}
#tv_shows div.gallery_album_origin {
	float: left;
	text-align: left;
	width: 100%;
}
#tv_shows div.gallery_album_desc {
	float: left;
	text-align: left;
	width: 100%;
}
#tv_shows div.gallery_album_link {
	float: left;
	text-align: left;
	color: gray;
}
#tv_shows div.episode_delimiter {
	margin-bottom: 10px;
	clear: both;
	margin-left: 4px;
	margin-right: 4px;
	border-bottom: 1px solid silver;
	width: 710px;
}
#videos {
	margin-top: -3px;
}
#videos .holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_boxed_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 6px; 
	padding-right: 16px;
}
#videos .slide_holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_boxed_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 6px; 
	padding-right: 16px;
}
#videos #slide_show {
	margin-left: -12px;
}
#videos .hr {
	border-top: 1px #b5b5b5 dotted;
	margin-bottom: 3px;	
}
#videos #videos_player {
	float: left;
	width: 538px;
	margin-right: 3px;
}
#videos #videos_player p {
	width: 538px;
}
#videos #videos_featured {
	float: left;
	width: 180px;
}
#videos #videos_featured .text {
	text-align: center;
	margin-top: 10px;
	padding-left: 3px;
}
#videos #video_categories {
  float: left;
  width: 655px;
  line-height: normal;
  overflow: hidden;
  margin-bottom: 1px;
}
#videos #video_categories_left, #videos #video_categories_right {
  cursor: pointer;
  display: none;
  float: right;
  height: 38px;
}
#videos #video_categories_left, #videos #video_categories_right img {
  margin-top: 14px;
  width: 26px;
  height: 25px;
}
#videos #video_categories ul {
	margin: 0;
	padding: 10px 10px 0 0;
	list-style: none;
}
#videos #video_categories li {
	display: inline;
	margin: 0;
	padding: 0;
}
#videos #video_categories a, #videos #video_categories a.video_category_selected {
	float: left;
	background: url(/images/redesign/video_category_left.gif) no-repeat left top;
	margin: 0;
	margin-top: 3px;
	margin-right: 2px;
	padding-left: 5px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
}
#videos #video_categories a span, #videos #video_categories a.video_category_selected span {
	float: left;
	display: block;
	background: url(/images/redesign/video_category_right.gif) no-repeat right top;
	padding-right: 8px;
	cursor: pointer;
}
#videos #video_categories a span span, #videos #video_categories a.video_category_selected span span {
	background: url(/images/redesign/video_category_center.gif) repeat-x;
	padding: 7px 5px 7px 6px;
	cursor: pointer;
}
#videos #video_categories a:hover {
	text-decoration: none;
}
#videos #video_categories a.video_category_selected, #videos #video_categories a:hover {
	background: url(/images/redesign/video_scategory_left.gif) no-repeat left top;
}
#videos #video_categories a.video_category_selected span, #videos #video_categories a:hover span {
	background: url(/images/redesign/video_scategory_right.gif) no-repeat right top;
}
#videos #video_categories a.video_category_selected span span, #videos #video_categories a:hover span span {
	background: url(/images/redesign/video_scategory_center.gif) repeat-x;
}
#videos div.blog_container {
	background-image: url(/images/redesign/gray_strip.jpg);
	background-repeat: repeat-x;
	margin-bottom: 1px;
}
#videos .grey_bg {
	background-color: #efefef;
	background-image: none !important;
}
#videos div.blog_container .item {
	background-image: none;
	width: 700px;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	margin-top: 0;
}
#videos div.blog_container .item .text {
	width: 530px;
}
#videos .right {
	float: right;
}
#videos .left {
	float: left;
}
#videos #blog_tags .tags {
	float: left;
	width: 390px;
}
#videos #blog_tags .hotmeter {
	float: right;
	width: 176px;
}
#takes_off {
	margin-top: -3px;
}
#takes_off .holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_boxed_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 6px; 
	padding-right: 16px;
}
#takes_off .slide_holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_boxed_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 6px; 
	padding-right: 16px;
}
#takes_off #slide_show {
	margin-left: -11px;
}
#takes_off .hr {
	border-top: 1px #b5b5b5 dotted;
	margin-bottom: 3px;	
}
#takes_off #videos_player {
	float: left;
	width: 538px;
	margin-right: 3px;
}
#takes_off #videos_player p {
	width: 538px;
}
#takes_off #videos_featured {
	float: left;
	width: 180px;
}
#takes_off #videos_featured .text {
	text-align: center;
	margin-top: 10px;
	padding-left: 3px;
}
#takes_off #video_categories {
  float: left;
  width: 655px;
  line-height: normal;
  overflow: hidden;
  margin-bottom: 1px;
}
#takes_off #video_categories_left, #takes_off #video_categories_right {
  cursor: pointer;
  display: none;
  float: right;
  height: 38px;
}
#takes_off #video_categories_left, #takes_off #video_categories_right img {
  margin-top: 14px;
  width: 26px;
  height: 25px;
}
#takes_off #video_categories ul {
	margin: 0;
	padding: 10px 10px 0 0;
	list-style: none;
}
#takes_off #video_categories li {
	display: inline;
	margin: 0;
	padding: 0;
}
#takes_off #video_categories a, #takes_off #video_categories a.video_category_selected {
	float: left;
	background: url(/images/redesign/video_category_left.gif) no-repeat left top;
	margin: 0;
	margin-top: 3px;
	margin-right: 2px;
	padding-left: 5px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
}
#takes_off #video_categories a span, #takes_off #video_categories a.video_category_selected span {
	float: left;
	display: block;
	background: url(/images/redesign/video_category_right.gif) no-repeat right top;
	padding-right: 8px;
	cursor: pointer;
}
#takes_off #video_categories a span span, #takes_off #video_categories a.video_category_selected span span {
	background: url(/images/redesign/video_category_center.gif) repeat-x;
	padding: 7px 5px 7px 6px;
	cursor: pointer;
}
#takes_off #video_categories a:hover {
	text-decoration: none;
}
#takes_off #video_categories a.video_category_selected, #takes_off #video_categories a:hover {
	background: url(/images/redesign/video_scategory_left.gif) no-repeat left top;
}
#takes_off #video_categories a.video_category_selected span, #takes_off #video_categories a:hover span {
	background: url(/images/redesign/video_scategory_right.gif) no-repeat right top;
}
#takes_off #video_categories a.video_category_selected span span, #takes_off #video_categories a:hover span span {
	background: url(/images/redesign/video_scategory_center.gif) repeat-x;
}
#takes_off #takes_off_videos div.blog_container {
	background-image: url(/images/redesign/gray_strip.jpg);
	background-repeat: repeat-x;
	margin-bottom: 1px;
}
#takes_off .grey_bg {
	background-color: #efefef;
	background-image: none !important;
}
#takes_off #takes_off_videos div.blog_container .item {
	background-image: none;
	width: 700px;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	margin-top: 0;
}
#takes_off #takes_off_videos div.blog_container .item .text {
	width: 530px;
}
#takes_off .right {
	float: right;
}
#takes_off .left {
	float: left;
}
#takes_off #blog_tags .tags {
	float: left;
	width: 390px;
}
#takes_off #blog_tags .hotmeter {
	float: right;
	width: 176px;
}
#wysiwyg_boxed {
	margin-top: -3px;
}
#wysiwyg_boxed .holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_boxed_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 6px; 
	padding-right: 16px;
}
#wysiwyg_full {
	margin-left: 4px;
	margin-top: 5px;
}
#wysiwyg_full .holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 6px; 
	padding-right: 20px;
	padding-bottom: 6px;
}
#wysiwyg_boxed .hr, #wysiwyg_full .hr {
	border-top: 1px #b5b5b5 dotted;
	margin-bottom: 20px;
}
#order {
	margin-left: 4px;
	margin-top: 5px;
}
#order .holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 6px; 
	padding-right: 20px;
}
#order .hr {
	border-top: 1px #b5b5b5 dotted;
	margin-bottom: 3px;
}
#order table.orders {
	width: 100%;
	font-size: 12px;
}
#order table.orders tr {
	height: 92px;
	background-image: url(/images/redesign/gray_strip.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
}
#order table.orders tr.grey_bg {
	background-image: none;
	background-color: #f5f5f5;
}
#order table.orders td {
	border-bottom: 1px solid #ffffff;
}
#search {
	margin-top: -3px;
}
#search .holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_boxed_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 6px; 
	padding-right: 16px;
}
#search .hr {
	border-top: 1px #b5b5b5 dotted;
	margin-bottom: 10px;	
}
#search .blog_container {
	background-image: url(/images/redesign/gray_strip.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 10px;
	margin-bottom: 2px; 
	padding-bottom: 15px;
}
#search .blog_container img {
	float: left;
	margin-right: 10px;
}
#search .blog_container div.search_listing {
	float: left;
	width: 550px;
}
#search .blog_container div.search_listing h1 {
	margin: 0;
	font-size: 16px;
	color: #474745;
}
#search .blog_container div.search_listing_icon {
	float: right;
	margin-left: 10px;
}
#search .grey_bg {
	background-image: none;
	background-color: #efefef;
}
#search #tabs {
  float: left;
  width: 480px;
  line-height: normal;
  overflow: hidden;
  margin-bottom: 1px;
}
#search #tabs ul {
	margin: 0;
	padding: 10px 10px 0 0;
	list-style: none;
}
#search #tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
#search #tabs a, #search #tabs a.selected {
	float: left;
	background: url(/images/redesign/video_category_left.gif) no-repeat left top;
	margin: 0;
	margin-top: 3px;
	margin-right: 2px;
	padding-left: 5px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
}
#search #tabs a span, #search #tabs a.selected span {
	float: left;
	display: block;
	background: url(/images/redesign/video_category_right.gif) no-repeat right top;
	padding-right: 8px;
	cursor: pointer;
}
#search #tabs a span span, #search #tabs a.selected span span {
	background: url(/images/redesign/video_category_center.gif) repeat-x;
	padding: 7px 30px 7px 33px;
	cursor: pointer;
}
#search #tabs a:hover {
	text-decoration: none;
}
#search #tabs a.selected, #search #tabs a:hover {
	background: url(/images/redesign/video_scategory_left.gif) no-repeat left top;
}
#search #tabs a.selected span, #search #tabs a:hover span {
	background: url(/images/redesign/video_scategory_right.gif) no-repeat right top;
}
#search #tabs a.selected span span, #search #tabs a:hover span span {
	background: url(/images/redesign/video_scategory_center.gif) repeat-x;
}
#search .pagination {
	float: right;
	width: 200px;
	margin-top: 15px;
}
#registration {
	margin-top: -3px;
}
#registration .holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_boxed_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 6px; 
	padding-right: 16px;
}
#registration .hr {
	border-top: 1px #b5b5b5 dotted;
}
#registration .FormItemNameIndent70 {
	margin-left: 40px;
}
#registration span.FormItemName {
	width: 250px;
	float: left;
	margin-left: 40px;
}
#registration #ShowsCheckboxes {
	width: 600px;
}
#registration #RegNote {
  text-align:right;
	color: #817F80;
	font-style: italic;
}
#schedule {
	margin-top: -3px;
}
#schedule .holder {
	margin-top: -3px;
	background-image: url(/images/redesign/main_boxed_bg.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 6px; 
	padding-right: 16px;
}
#schedule .hr {
	border-top: 1px #b5b5b5 dotted;
	margin-bottom: 15px;
}
#schedule #schedule_search {
	float: left;
	width: 186px;
	height: 365px;
	background-image: url(/images/redesign/gray_strip.jpg);
	background-repeat: repeat-x;
	background-position: 0 25px;
	margin-right: 8px;
}
#schedule #schedule_search select {
	width: 186px;
}
#schedule #schedule_search input {
	width: 180px;
}
#schedule #schedule_search .month_navigation {
	text-align: center;
}
#schedule #schedule_search .month_navigation .month {
	float: left;
	margin-left: 7px;
	margin-top: 5px;
	width: 120px;
	color: #817f80;
}
#schedule #schedule_calendar {
	float: left;
	width: 527px;
	font-size: 9px;
}
#schedule #schedule_calendar .container {
	margin-top: -2px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
#schedule #schedule_calendar table {
}
#schedule #schedule_calendar th {
	width: 73px;
	font-size: 9px;
	text-align: center;
	color: #ffffff;
	background-color: #818080;
	border: 1px solid #a9a8a8;
	border-top: none;
	border-bottom: none;
	font-weight: normal;
}
#schedule #schedule_calendar td {
	width: 73px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	color: #444444;
	border: 1px solid #a9a8a8;
	background-image: url(/images/calendar_bg.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
}
#schedule #schedule_calendar a.schedule_calendar_inactive {
	font-size: 18px;
	color: #d0d0d0;
}
#schedule #schedule_calendar td.schedule_calendar_inactive {
	width: 73px;
	height: 50px;
	text-align: center;
	border: 1px solid #a9a8a8;
	background-image: none;
}
#schedule .schedule_grey_header {
	background-image: url(/images/grey_rabbit.jpg);
	height: 26px;
}
#schedule .schedule_col_1, .schedule_col_2 {
  height: 52px;
	border-right: 2px solid #ffffff;
	text-align: center;
	vertical-align: middle;
}
#schedule .schedule_col_1 {
	width: 116px;
}
#schedule th.schedule_col_1, #schedule th.schedule_col_2, #schedule th.schedule_col_3 {
	background-image: url(/images/redesign/schedule_title_bg.jpg);
}
#schedule .schedule_col_2 {
	width: 193px;
	height: 13px;
}
#schedule th.schedule_col_2 {
	background-position: -20px 0;
}
#schedule .schedule_col_3 {
  height: 52px;
	width: 410px;
	padding-left: 12px;
	padding-right: 12px;
}
#schedule th.schedule_col_3 {
	background-position: 420px 0;
}
#schedule td.schedule_col_1, td.schedule_col_2, td.schedule_col_3 {
	background-image: url(/images/redesign/gray_strip.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
}
#schedule td.bg_ltgrey, td.bg_ltgrey, td.bg_ltgrey {
	background-color: #efefef;
	background-image: url(none);
}
#schedule .schedule_row, .schedule_row_gray {
	color: #646464;
	height: 52px;
	font-weight: bold;
}
#schedule .schedule_row_gray {
	background-color: #e4e4e4;
}
#schedule .sch_middle {
  _position: absolute; /* IE fix */
  _top: 50%; /* IE fix */
}
#schedule .sch_middle[class] {
  display: table-cell;
  vertical-align: middle;
  position: static;
}
#schedule .sch_inner {
  _position: relative; /* IE fix */
  _top: -50% /* IE fix */
}
#schedule .sch_outer a {
	color: #000000;
	text-decoration: none;
}
#schedule .sch_outer a:hover {
	color: #000000;
	text-decoration: underline;
}
#schedule #schedule_search .timezones {
	padding: 0;
	margin: 0;
	background-image: url(/images/redesign/schedule_timezones_bg.jpg);
	background-repeat: no-repeat;
	width: 186px;
	height: 23px;
	position: relative;
}
#schedule #schedule_search .timezones li {
	list-style-type: none;
	float: left;
}
#schedule #schedule_search .timezones .est a {
	position: absolute;
	width: 43px;
	height: 23px;
	display: block;
}
#schedule #schedule_search .timezones .est a:hover, #schedule #schedule_search .timezones .est_active a {
	position: absolute;
	width: 43px;
	height: 23px;
	display: block;
	background-image: url(/images/redesign/schedule_timezone_est_hover.jpg);
	background-repeat: no-repeat;
}
#schedule #schedule_search .timezones .cst a {
	position: absolute;
	left: 45px;
	width: 47px;
	height: 23px;
	display: block;
}
#schedule #schedule_search .timezones .cst a:hover, #schedule #schedule_search .timezones .cst_active a {
	position: absolute;
	left: 45px;
	width: 47px;
	height: 23px;
	display: block;
	background-image: url(/images/redesign/schedule_timezone_cst_hover.jpg);
	background-repeat: no-repeat;
}
#schedule #schedule_search .timezones .mst a {
	position: absolute;
	left: 94px;
	width: 46px;
	height: 23px;
	display: block;
}
#schedule #schedule_search .timezones .mst a:hover, #schedule #schedule_search .timezones .mst_active a {
	position: absolute;
	left: 94px;
	width: 46px;
	height: 23px;
	display: block;
	background-image: url(/images/redesign/schedule_timezone_mst_hover.jpg);
	background-repeat: no-repeat;
}
#schedule #schedule_search .timezones .pst a {
	position: absolute;
	left: 142px;
	width: 44px;
	height: 23px;
	display: block;
}
#schedule #schedule_search .timezones .pst a:hover, #schedule #schedule_search .timezones .pst_active a {
	position: absolute;
	left: 142px;
	width: 44px;
	height: 23px;
	display: block;
	background-image: url(/images/redesign/schedule_timezone_pst_hover.jpg);
	background-repeat: no-repeat;
}
#walking_girls {
	position: absolute;
	width: 216px;
	height: 172px;
	left: 769px;
	top: 336px;
}
#order_comcast {
	padding-left: 87px; 
}
#order_comcast ul {
	margin: 0;
	padding: 0;
	width: 769px;
	margin-top: 22px;
	margin-left: -7px;
}
#order_comcast li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#order_comcast li .text {
	float: left;
	width: 370px;
	text-align: left;
	margin-top: 37px;
	margin-left: 35px;
	line-height: 23px;
}
#order_comcast li .text img {
	vertical-align: middle;
}
#order_comcast li .text_gray {
	float: left;
	width: 377px;
	height: 73px;
	text-align: left;
	background-image: url(/images/redesign/order_comcast_text_bg.jpg);
	margin-top: 29px;
	margin-left: 20px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 250px;
	line-height: 23px;
}
#order_comcast li .number {
	margin-top: 23px;
}