@charset "UTF-8"; /* CSS Document */


.clear {clear:both; height: 0px; font-size: 0px; }
.basement{clear:both;}
/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    /*clear: both;*/
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}


/* ===========================================
         MAIN LAYOUT
==============================================*/

div#MAINFRAME {
	width:1230px;
	/*padding: 3px 14px 89px 0;
	padding:0px 0px 36px;
	background: url(../images/bg-mainframe.jpg) 0 0 repeat;*/
	}
	

#content {
	float:left;
	margin:0 0 0 135px;
	width:652px;
}

#contentLeft {
	float: left;
	margin-right:10px;
	width:150px;
}

#contentRight {
	float:left;
	width:652px;
}

#sidebar {
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	width:304px;
	}
#clear{clear:both;}
.clear{clear:both;}

/* ===========================================
         TOP BANNER AD
==============================================*/

#MAINFRAME #topBanner {
	/*margin-bottom: 20px;
	margin-left: 227px;*/
	text-align: center;
	margin:9px 0px 45px;
	}


/* ===========================================
         MAIN LOGO
==============================================*/

#MAINFRAME #mainLogo {
	float: left;
	width: 299px;
	height:59px;
	margin: 0px 0 0 135px;
	/*_display: inline; Win/IE6 */
	}
.rb3_logo{
width:299px;
height:59px;
}

/* ===========================================
         NOT A MEMBER, SIGN IN, LOGGED IN
==============================================*/

#loginBox {
	float: right;
	}
/* old logo padding
#loginBox.homeLogo {
	margin-top: 24px;
	}
*/
#loginBox.homeLogo {
	background-attachment:scroll;
	background-color:#EFEFEF;
	background-image:url('../images/bg_signIn_vert.gif');
	background-repeat:repeat-x;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	border-top:1px solid #EFEFEF;
	padding:0 0 4px;
	}
#loginBox #ad_login {
	background-color:#FFF8F0;
	border:1px solid #996633;
	margin:7px 5px 0;
	padding:11px;
	position:relative;
	text-align:center;
}
#ad_login a {
	font-size:1.em;
	color:#996633;
}

/* ---- NOT A MEMBER ---- */

#MAINFRAME #join {
	background:#EFEFEF url(../images/bg_signIn_vert.gif) repeat-x scroll 0 0;
	float:right;
	height:56px;
	text-align:center;
	width:120px;
	}

#join h3 {
	text-align: center;
	margin-bottom: 8px;
	}

#bu-join {
	}

#join_container{
	background:transparent url('../images/btn_notMember.gif') repeat-x scroll 0 0;
	border:1px solid #A9672B;
	cursor:pointer;
	height:45px;
	margin:7px 5px 0;
	width:107px;
}
/* ---- LOGGED IN ---- */

#loggedin {
	float: right;
	margin-top: 28px;
	padding: 9px 32px 4px;
	_padding-bottom: 9px; /* Win/IE6 */
	background: url(../images/bg-notAMember.gif) 0 0 repeat-x;
	}
	*+html #loggedin { padding-bottom: 9px; /* Win/IE7 */ }

#loggedin h3 {
	float: left;
	margin-right: 10px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	}

#bu-addItem {
	float: right;
	margin-top: 34px;
	margin-left: 9px;
	}

/* ---- SIGN IN ---- */

#signin {
	background:#EFEFEF url('../images/bg_signIn_vert.gif') repeat-x scroll 0 0;
	float:left;
	height:56px;
	width:272px;
	}
	
#signin form{margin:7px 5px 0;}

#signin h3 {
	float: left;
	width: 53px;
	margin-top: 5px;
	margin-right: 9px;
	}

.signinInput {
	width: 82px;
	height: 10px;
	margin-right: 6px;
	padding: 3px 5px;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #AB662B;
	border: 1px solid #AB662B;
	background: transparent;
	}

#signin-user {
	background: transparent;
	float:left;
	}

#signin-pass {
	background: transparent;
	float:right;
	}

#signin-forget{
	float:left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF8D04;
	border:1px solid #F9CC55;
	padding:1px;
	}
#signin-forget a,#signin-forget a:visited{
	text-decoration:none;
	color: #FF8D04;
	}
#rememberme-label {
	float:right;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF8D04;
        border:1px solid #F9CC55;
 	padding:1px;
	}

#signin-forget {
	float: left;
	margin-top: 8px;
	margin-right: 15px;
	color: #FF8D04;
	text-decoration: none;
	}

#signin-forget:hover {
	text-decoration: underline;
	}

#rememberme {
	float: left;
	border: none;
	margin-top: 7px;
	_margin-top: 4px; /* Win/IE6 */
	_margin-right: -2px; /* Win/IE6 */
	}
	*+html #rememberme { margin-top: 4px; margin-right: -2px; /* Win/IE7 */ }


#rememberme-label {
	float: left;
	margin-top: 8px;
	margin-left: 5px;
	_width: 8.6em; /* Win/IE6 */
	_position: relative; /* Win/IE6 */
	}
	*+html #rememberme-label {	width: 8.6em; /* Win/IE7 */ }

#signin-submit {
	float: right;
	margin-top: 8px;
	margin-right: 31px;
	_margin-right: 27px; /* Win/IE6 */
	border: 0;
	dispaly:none;
	}


/* ===========================================
         TOP NAV
==============================================*/

#topNav {
	background:transparent url(../images/bg-nav.gif) repeat-x scroll 0 0;
	border-bottom:1px dotted #696967;
	border-top:1px dotted #696967;
	height:25px;	   
	/*margin-top: 3px;*/
	position:relative;
	z-index:1010; /* Must be higher than 1000 - #ITEMS-TOOLS is 1000 */
	}

#topNav ul {
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:135px;
	z-index:999;
	}

#topNav .dropNav {
	list-style: none;
	float: left;
	z-index:999;
	}

#topNav .buLevel1 {
	display: block;
	height: 25px;
	background-position: 0% 90%;
	background-repeat: no-repeat;
	border-right: 1px solid #9d9a90;
	z-index:999;
	}

#topNav .buLevel1:hover  {
	background-position: 0% 14%;
	z-index:999;
	}
	
#nav-entertainment	{ width: 122px; background-image: url(../images/nav-entertainment.gif); }
#nav-gossip 		{ width: 68px; background-image: url(../images/nav-gossip.gif); }
#nav-news 			{ width: 57px; background-image: url(../images/nav-news.gif); }
#nav-style 			{ width: 56px; background-image: url(../images/nav-style.gif); }
#nav-lifestyle 		{ width: 102px; background-image: url(../images/nav-lifestyle.gif); }
#nav-sports 		{ width: 68px; background-image: url(../images/nav-sports.gif); }
#nav-finance 		{ width: 74px; background-image: url(../images/nav-finance.gif); }
#nav-signup 		{ width: 73px; background-image: url(../images/nav-signup.gif); }
#nav-community 		{ width: 96px; background-image: url(../images/nav-community.gif); }


#topNav li span {
	display: none;
	}


/* ---- Sub nav ---- */

#topNav .dropNav ul {
	float: none;
	margin-left: 0;
	display: none;
	position: absolute;
	z-index: 80;
	top: -6px; /* For Safari */
	width: 122px;
	list-style: none;
	margin-top: 31px;
	padding: 12px 0 16px;
	background-color: #000;
	opacity: .85;
	filter: alpha(opacity=85); /* Win/IE6 */
	-moz-opacity: .85; /* Pre-Mozilla 1.7 */
	_behavior:url('css/csshover.htc'); /* Allows hover in IE6. URL should be relative to HTML file, not this CSS file */
	z-index:999;
	}

#topNav .dropNav:hover ul{display:block;z-index:999;}

#topNav #subnavEnt {width:140px;z-index:999;}

#topNav .dropNav li {
	margin-top: 0;
	_zoom: 1; /* Win/IE6 */
	z-index:999;
	display:block;
	}

#topNav .dropNav ul a {
	float: none;
	display: block;
	_width: 100%; /* Win/IE6 */ 
	padding: 0.4em 22px 0.4em 10px;
	_padding-left: 12px; /* Win/IE6 */ 
	font-size: 11px;
	font-weight: bold;
	/*color: #0fa20f;*/
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.2em;
	background-color: transparent;
	filter: alpha(opacity=100); /* Win/IE6 - offsets opacity in .dropNav ul which causes link text to become totally transparent */
	z-index:999;
	}

#topNav .dropNav ul a:hover {
	color: #fff;
	z-index:999;
	display:block;}
	
#flashContent,#flashContentSplash{
	height:300px;
	margin-bottom:-21px;
	width:652px;
	z-index:800;
}

#flashContent object,#flashContentSplash object{
z-index:800;
}

/* ADDITIONAL COLOR CODING FOR TOP NAV */
/*entertainment- blue*/
#nav-entertainment a, #subNaventertainment a { color:#418ED3; }
#nav-entertainment .subNav831 a, #subNaventertainment .subNav831 a{color:#418ED3;} /* movies */
#nav-entertainment .subNav832 a, #subNaventertainment .subNav832 a{color:#8EB0CF;} /* music */
#FDFF00
f3ff9f

/*finance - green*/
#nav-finance a, #subNavfinance, #subNavfinance a, #subNavfinance li a, #topNav .dropNav ul #subNavfinance a { color:#79DC74; }
.subNav831,.subNav852 a{color:#79DC74;}

/*gossip - purple*/
#nav-gossip a, #subNavgossip, #subNavgossip a, #subNavgossip li a, #topNav .dropNav ul #subNavgossip a { color:#AF36AC; }
.subNav831,.subNav852 a{color:#AF36AC;}

/*life and style - magenta*/
/*#nav-lifestyle a, #subNavlifestyle, #subNavlifestyle a, #subNavlifestyle li a, #topNav .dropNav ul #subNavlifestyle a { color:#FF0090; }*/
#nav-lifestyle a, #subNavlifestyle a { color:#FF0090; }
#nav-lifestyle .subNav855 a, #subNavlifestyle .subNav855 a{color:#CF0078;} /* beauty */
#nav-lifestyle .subNav854 a, #subNavlifestyle .subNav854 a{color:#FF4FB5;} /* fashion */
#nav-lifestyle .subNav846 a, #subNavlifestyle .subNav846 a{color:#FF7FC9;} /* health */
#nav-lifestyle .subNav856 a, #subNavlifestyle .subNav856 a{color:#FFBFE4;} /* relationships */
#nav-lifestyle .subNav860 a, #subNavlifestyle .subNav860 a{color:#FFEFF8;} /* travel */

/*news-yellow*/
#nav-news a, #subNavnews a { color:#FDFF00; }
#nav-news .subNav857 a, #subNavnews .subNav857 a{color:#FDFF00;} /* news */
#nav-news .subNav858 a, #subNavnews .subNav858 a{color:#f3ff9f;} /* politics */

/*sports-yellow*/
#nav-sports a, #subNavsports a { color:#FF0000; }
#nav-sports .subNav859 a, #subNavsports .subNav859 a{color:#FF0000;} /* sports */



/*
#nav-gossip 		{ width: 68px; background-image: url(../images/nav-gossip.gif); }
#nav-news 			{ width: 57px; background-image: url(../images/nav-news.gif); }
#nav-style 			{ width: 56px; background-image: url(../images/nav-style.gif); }
#nav-lifestyle 		{ width: 102px; background-image: url(../images/nav-lifestyle.gif); }
#nav-sports 		{ width: 68px; background-image: url(../images/nav-sports.gif); }
#nav-finance 		{ width: 74px; background-image: url(../images/nav-finance.gif); }
#nav-signup 		{ width: 73px; background-image: url(../images/nav-signup.gif); }
#nav-community 		{ width: 96px; background-image: url(../images/nav-community.gif); }
*/



/* ===========================================
         SEARCH FORM
==============================================*/

#searchForm {
	float: right;
	margin-right: 145px;
	padding-top: 3px;
	_display: inline; /* Win/IE6 */
	}

#searchForm input {
	float: left;
	}

#keywords {
	width: 174px;
	border: 2px solid #666;
	background-color: #fff;
	padding: 1px 6px 2px;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #C4C2C3;
	}

#bu-search {
	border: none;
	}
/* ===========================================
		 HEADING
==============================================*/
#heading {
	background:url(../images/cutups/dates/background.gif) 0 0 no-repeat;
	width:639px;
	margin-top:20px;
}

#heading img {
	margin-right:1em;
}
/* ===========================================
         STAR RATINGS
==============================================*/

.star-rating, .star-rating a:hover, .star-rating a:active, 
.star-rating a:focus, .star-rating .current-rating {
	background: url(../images/rating-stars.gif) left -1000px repeat-x;
	}

.star-rating {
	position: relative;
	width: 66px;
	height: 16px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
	}

.star-rating li {
	display: inline;
	}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 16px;
	line-height: 16px;
	outline: none;
	overflow: hidden;
	border: none;
	}

.star-rating a:hover,.star-rating a:active,.star-rating a:focus, .star-rating .current-rating {
	background-position: left bottom;
	}

.star-rating a.one-star		{ width:20%;	z-index:6;}
.star-rating a.two-stars	{ width:40%;	z-index:5;}
.star-rating a.three-stars  { width:60%;	z-index:4;}
.star-rating a.four-stars	{ width:80%;	z-index:3;}
.star-rating a.five-stars	{ width:100%;	z-index:2;}

.star-rating .current-rating {
	z-index: 1;
	background-position: left bottom;
	margin: 0;
	}

/* for an inline rater */
.inline-rating {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	}


/* ===========================================
         EDITORS' PICK
==============================================*/

#editorsPick {
	position: relative;
	width: 639px;
	height: 288px;
	padding: 0px;
	background: url(../images/cutups/top_content/main_backdrop.gif) 0 0 no-repeat;
	}

.pickBox {
	position: absolute;
	z-index: 5;
	height: 288px;
	border-collapse:collapse;
	}

#MAINFRAME .pickBox td {
	text-align: left;
	vertical-align: middle;
	}
#MAINFRAME .pickBox td.pickText {
	text-align:right;
	vertical-align:top;
}	
.pickBox .pickPhoto {
	width:351px;
}
.pickBox .pickPhoto div {
   width:320px; overflow:hidden;
}
.pickBox .pickPhoto img {
	height:288px;
	width:auto;
}
#nav-pick-bg {
	background-color:#1A344E;
	bottom:19px;
	height:39px;
	position:absolute;
	right:0;
	width:200px;
	z-index:40;
display:none;
}
	
/*---- Pick Text ---- */

.pickText {
	padding: 10px 10px 75px;
}

#MAINFRAME .pickText * {
	text-align: right;
	color: #fff;
	}

.pickText a:hover {
	text-decoration: none;
	}

.pickText h2 {
	font-size: 28px;
	font-weight: normal;
	}

.pickText p {
	margin-bottom: 0.4em;
	font-size: 18px;
	}


/*---- Control Bar ---- */

#nav-pick {
	position: absolute;
	z-index: 50;
	bottom: 20px;
	right: 5px;
	padding: 6px 18px;
display:none;
	}

#nav-pick div {
	float: left;
	}

.pickNum {
	margin-right: 3px;
	}

#MAINFRAME .pickNum a {
	display: block;
	width: 25px;
	padding: 6px 0 4px;
	text-align: center;
	border: 1px solid #000000;
	}

#pickPrev, #pickPause, #pickNext {
	margin-top: 5px;
	}

#pickPrev {
	margin-left: 25px;
	}

#pickPause {
	margin-right: 8px;
	margin-left: 8px;
	}


/* ===========================================
         SPOTLIGHT
==============================================*/

#spotlight {
	width: 639px;
}

.spotlightItem {	
	float: left;
	width: 159px;
	border-right:1px solid white;
	border-top:1px solid white;
	}

#spotlight .last {
	border-right:none
	}

#MAINFRAME .spotlightItem h3 {	
	width:159px;
	height:53px;
	background-repeat:no-repeat;
	background-position:top left;
	}

#hd-spotlight1 { background-image: url(../images/cutups/top_content/spotlight1.gif); }
#hd-spotlight2 { background-image: url(../images/cutups/top_content/spotlight2.gif); }
#hd-spotlight3 { background-image: url(../images/cutups/top_content/spotlight3.gif); }
#hd-spotlight4 { background-image: url(../images/cutups/top_content/spotlight4.gif); }
	
#hd-entertainmentSpotlight { background-image: url(../images/cutups/top_content/spotlight_entertainment.gif); }
#hd-gossipSpotlight { background-image: url(../images/cutups/top_content/spotlight_gossip.gif); }
#hd-newsSpotlight { background-image: url(../images/cutups/top_content/spotlight_news.gif); }
#hd-lifestyleSpotlight { background-image: url(../images/cutups/top_content/spotlight_lifestyle.gif); }

a.spotlightPhoto {
	border-top:1px solid white;
	width: 159px;
	height: 159px;
	display:block;
	overflow:hidden;
}

a.spotlightPhoto img {

}

#MAINFRAME .spotlightPhoto td {
	text-align: center;
	vertical-align: middle;
	}
.spotlightReadmore {
	color:black;
	font-size:13px;
	display:block;
	padding:3px;
	width:153px;
}
.spotlightAge {
	margin-left: 20px;
	}

.spotlightAge {
	margin-top: 3px;
	margin-bottom: 5px;
	color: #333;
	}

#spotlight .star-rating {
	margin-top: 2px;
	margin-left: 18px;
	}
	
#container_main{background:#FFFFFF url('../images/realblack-background.jpg') repeat-x scroll 0 0;}

#container_main_inner{

}

/* ===========================================
         TODAY'S NEWS
==============================================*/
#today {
	width:640px;
	position:relative;
}

#todaysheadline_image {
	position:absolute;
	margin-right:10px;
	width:150px;
	z-index: 10;
	height:210px;
	top:-10px;
}

#todaysheadline_image div {
	overflow:hidden;
	height:200px;
	width:150px;
}

#todaysheadline {
	position:relative;
	top:0px;
	margin-top:10px;
	height:200px;
}

#todaysheadline a#headline {
	display:block;
	width:310px;
	padding-left: 10px;
	border-left:320px solid #edf2f7;
	font-family: Helvetica, Arial, sans-serif;
	font-size:22pt;
	font-weight:bold;
	color: #326497;
	text-transform: uppercase;
}


#todaysheadline a#headline:hover {
	text-decoration:none;
	color:#6699CC;
}
	

#today #nextphoto {
	margin-left:180px;
	position:relative;
	top:10px;
}

#today #headlines {
	width:310px;
	margin-left:320px;
	padding-left:10px;
	position:relative;
	top:-20px;
	
}

#today #headlines a{
	color: #930030;
	font: Helvetica, Arial, sans-serif;
	display:block;
	margin-bottom:4px;
	font-size:10pt;
	font-weight:bold;
	line-height:1.4;
}

#today #headlines a span {
	padding:2px;
	position:relative;
	left:-2px;
}

#todaysheadline #headlines a img {
	display:none;
}

#today #headlines a:hover {
	color:white;
	font-weight:bold;
}
#today #headlines a:hover span {
	background-color: #930030;
}
/* ===========================================
         HIGHEST RATED, MOST RATED
==============================================*/
.rated {
	margin-bottom: 10px;
}

.rated h3 {
	background:url(../images/cutups/heading_toprated.gif);
	height:68px;
	width:150px;
}
.rated .container {
	width:150px;
}
.rated .first {
	background:url(../images/cutups/toprated_bg1.gif) 0 0 repeat-y;
}
.rated .divider {
	background:url(../images/cutups/toprated_divider.gif) 0 0 no-repeat;
	height:8px;
	font-size:0px;
	width:150px;
}
.rated .secondary {
	background:url(../images/cutups/toprated_bg2.gif) 0 0 repeat-y;
	padding-top:5px;
}
.rated .bottom {
	background:url(../images/cutups/toprated_bottom.gif) 0 0 no-repeat;
	height:4px;
	font-size:0px;
}
.rated a.ratedItem {
	padding:5px 10px 10px 0px;
	color:#336699;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.rated .ratedPhoto {
	width:90px;
	height:92px;
	padding:2px 6px 6px 2px;
	background:url(../images/cutups/toprated_picframe.gif) 0 0 no-repeat;
	margin-bottom:5px;
}
.rated .ratedPhoto div {
	overflow:hidden;
	width:90px;
	height:92px;
}

.rated .ratedItem .number {
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
	width:23px;
	height:40px;
}
.rated .ratedItem .description {
	float:right;
	text-transform:uppercase;
	width:105px;
}
.rated .ratedItem .number.one {
	background-image:url(../images/cutups/toprated_1.gif);
}
.rated .ratedItem .number.two {
	background-image:url(../images/cutups/toprated_2.gif);
}
.rated .ratedItem .number.three {
	background-image:url(../images/cutups/toprated_3.gif);
}
.rated .ratedItem .number.four {
	background-image:url(../images/cutups/toprated_4.gif);
}
.rated a.more {
	color:#336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	border:none;
	display:block;
	padding:10px;
	text-align:right !important;
}
/* ===========================================
         JUST IN
==============================================*/
.just_in h3 {
	background:url(../images/cutups/heading_justin.gif) 0 0 no-repeat;
	height:70px;
	width:150px;
}
.just_in a {
	color:#9E0019;
	display:block;
	font-size:11px;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.just_in .freshest {
	background:url(../images/cutups/justin_bg1.gif) 0 0 repeat-y;
	padding:5px 10px;
	width:130px;
}
.just_in .divider {
	background:url(../images/cutups/justin_divider.gif) 0 0 no-repeat;
	height:7px;
	font-size:0px;
	width:150px;
}
.just_in .fresh {
	background:url(../images/cutups/justin_bg2.gif) 0 0 repeat-y;
	padding:0px 10px;
	width:130px;
}
.just_in .bottom {
	background:url(../images/cutups/justin_bottom.gif) 0 0 no-repeat;
	height:4px;
	font-size:0px;
}
.just_in .freshest a {
	font-weight:bold;
}
.just_in .freshest .just_in_photo {
	border:3px solid #9E0019;
	width:124px;
	height:124px;
	margin-bottom:5px;
	overflow:hidden;
}

.just_in .fresh a {
	border-bottom:1px solid #9E0019;
	padding:10px 0px;
}
.just_in .fresh a.last {
	border-bottom:none;
}

.just_in .fresh a.more {
	border:none;
	display:block;
	text-align:right !important;
}



/* ===========================================
         TOP PUBLISHERS (left column version)
==============================================*/

#contentLeft #topPublishers {
	padding: 8px 0 4px;
	border: 1px solid #000;
	background-color: #b7b7ad;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#contentLeft #topPublishers h3 {
	margin-left: 9px;
	}

#MAINFRAME #contentLeft #topPublishers * {
	text-align: center;
	}

#contentLeft #topPublishers .publisher {
	padding: 15px 0;
	color: #717168;
	border-bottom: 1px dotted #92928e;
	}
	
#MAINFRAME #contentLeft #topPublishers .last {
	border-bottom: none;
	}	

#contentLeft #topPublishers .publisherPhoto img {
	margin: auto;
	padding: 3px;
	background-color: #fff;
	border: 2px solid #8a8d82;
	}

#contentLeft #topPublishers .publisherUsername {
	margin-top: 2px;
	}

#contentLeft #topPublishers .publisherUsername a {
	color: #424242;
	}

#contentLeft #topPublishers .publisherPicks {
	margin-top: 2px;
	}

#contentLeft #topPublishers .publisherPicks a {
	font-size: 20px;
	color: #424242;
	}

#contentLeft #topPublishers .publisherCategories {
	margin-top: 2px;
	padding: 0 8px;
	color: #fff;
	}

#contentLeft #topPublishers .publisherCategories a {
	font-weight: bold;
	color: #fff;
	}

/* =============
 CAROUSEL
======================*/
#realblack_carousel{background:#FFFFFF url('../images/bg-carousel.gif') repeat-x scroll 0 0;padding-bottom:9px;}
#carousellogo{width:214px;height:26px;background:url('../images/logo_moreeditorselects.gif') 0 0 no-repeat;/*z-index:999;*/}
	
			.wrapper { width: 530px; margin: 20px; position: relative; }
			
			#slider { position: absolute; left: 0px; top: 169px; width: 530px; }
		
			#carousel { list-style: none; margin: 0; padding: 0; padding-left: 86px; padding-top: 20px; }
			#carousel li { float: left; margin-left: -46px; height: 114px; width: 82px; background-image: url(shadow.gif); background-position: bottom left; }
			#carousel a { position: relative; border: 0; zoom: 1; text-decoration: none; }
			#carousel li img { position: relative; height: 92px; width: 80px; border: 2px solid #fff; }
			#carousel li.current { height: 142px; width: 124px; margin-right: 22px; margin-left: -26px; }
			#carousel li.current img { height: 142px; width: 122px; top: -25px; }
			#carousel div.timestamp { position: absolute; bottom: 5px; left: 17px; background: #fff; color: #000; font-family: Arial; font-size: 9px; }
			#carousel li.current div.timestamp { bottom: 25px; left: 39px; }
			
/* =============
  SIDE BANNER
======================*/

#sidebanner_one{
width:303px;
height:266px;
background: url(../images/cutups/sony_ad.gif) 0 0 no-repeat;
}


/* ===========================================
         TOP PUBLISHERS (center column version)
==============================================*/

#contentRight #topPublishers {
	margin-top: 10px;
	padding: 10px 0 9px 14px;
	border: 2px solid #000;
	background-color: #c7c7bd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#MAINFRAME #contentRight #topPublishers * {
	text-align: center;
	}

#MAINFRAME #contentRight #topPublishers h3 {
	margin-bottom: 6px;
	text-align: left;
	}	

#contentRight #topPublishers .publisher {
	float: left;
	width: 135px;
	margin-right: 10px;
	_margin-right: 4px; /* Win/IE6 */
	padding-bottom: 15px;
	}

#contentRight #topPublishers .last {
	margin-right: 0;
	}

#contentRight #topPublishers .publisherPhoto {
	width: 100px;
	height: 100px;
	_height: 100px; /* Win/IE6 */
	margin: auto;
	background-color: #fff;
	}
	*+html #contentRight #topPublishers .publisherPhoto { height: 100px; /* Win/IE7 */ }

#MAINFRAME #contentRight #topPublishers .galleryPhoto td {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	_padding-bottom: 0; /* Win/IE6 */
	}
	*+html #MAINFRAME #contentRight #topPublishers .galleryPhoto td { padding-bottom: 0; /* Win/IE7 */ }

#contentRight #topPublishers .publisherUsername {
	margin-top: 2px;
	}

#contentRight #topPublishers .publisherUsername a {
	color: #424242;
	}

#contentRight #topPublishers .publisherPicks {
	margin-top: 2px;
	}

#contentRight #topPublishers .publisherPicks a {
	font-size: 20px;
	color: #424242;
	}

#contentRight #topPublishers .publisherCategories {
	margin-top: 2px;
	padding: 0 8px;
	color: #fff;
	}/

#contentRight #topPublishers .publisherCategories a {
	font-weight: bold;
	color: #fff;
	}


/* ===========================================
         RECENT POSTS
==============================================*/

#recentPosts {
	background:#FFFFFF none repeat scroll 0 0;
	padding:0 11px;
	width:630px;
}

#recentPosts h3 {
/*
	background:url(../images/cutups/heading_latest.gif) 0 0 no-repeat;
	height:44px;
	width:695px;
	*/
}

.leftbox_movies,.leftbox_108831{
	background:#b1b2d0 url(../images/6_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;	
}

.leftbox_music,.leftbox_108832{
	background:#d0d7ef url(../images/6b_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;	
}

.leftbox_110852, .leftbox_110864, .leftbox_finance{
	background:#D3CEB0 url(../images/5_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;	
}

.leftbox_celebs,.leftbox_112861{
	background:#c8bac9 url(../images/2_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;	
}

.leftbox_fashion,.leftbox_106854{
	background:#C9BBC8 url(../images/4_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;	
}

.leftbox_beauty,.leftbox_106855{
	background:#d8a8d8 url(../images/4_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;	
}

.leftbox_food,.leftbox_106863{
	background:#d8a8d8 url(../images/4_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;	
}

.leftbox_hair,.leftbox_106853{
	background:#d8a8d8 url(../images/4_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;	
}
/*  no more grades of color */
.leftbox_news, .leftbox_politics, .leftbox_109857, .leftbox_109858{
	background:#f2ef8f url(../images/7_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;	
}

.leftbox_106846, .leftbox_health {
	background:#d8a8d8 url(../images/4_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;
}
.leftbox_travel, .leftbox_106860{
	background:#d8a8d8 url(../images/4_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;
}
.leftbox_relationships,.leftbox_106856{
	background:#d8a8d8 url(../images/4_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;
	
}
.leftbox_sports, .leftbox_111859{
	background:#efaea8 url(../images/3_left.gif) 0 0 no-repeat;
	width:9px;
	height:200px;
	float:left;
	margin-top:-19px;
	
}
#extruder_txtbox{background:#fff;}

#extruderbottom_music, #extruderbottom_movies,#extruderbottom_108832,#extruderbottom_108831{
background:url(../images/6_bot.gif) 0 0 no-repeat;
height:12px;
width:204px;
}
#extruderbottom_celebs,  #extruderbottom_relationships, #extruderbottom_112861, #extruderbottom_106856{
background:url(../images/1_bot.gif) 0 0 no-repeat;
height:12px;
width:204px;
}
#extruderbottom_fashion, #extruderbottom_beauty, #extruderbottom_106854, #extruderbottom_106855, #extruderbottom_food, #extruderbottom_106863, #extruderbottom_hair, #extruderbottom_106853{
background:url(../images/4_bot.gif) 0 0 no-repeat;
height:12px;
width:204px;
}

#extruderbottom_sports,#extruderbottom_111859{
background:url(../images/3_bot.gif) 0 0 no-repeat;
height:12px;
width:204px;
}

#extruderbottom_news, #extruderbottom_politics, #extruderbottom_109857,#extruderbottom_109858{
background:url(../images/5_bot.gif) 0 0 no-repeat;
height:12px;
width:204px;
}

#extruderbottom_110852, #extruderbottom_110864, #extruderbottom_finance {
background:url(../images/1_bot.gif) 0 0 no-repeat;
height:12px;
width:204px;
}

#extruderbottom_106846, #extruder_health {
background:url(../images/1_bot.gif) 0 0 no-repeat;
height:12px;
width:204px;
}

#extruderbottom_106860, #extruderbottom_travel{
background:url(../images/5_bot.gif) 0 0 no-repeat;
height:12px;
width:204px;
}

.recentPostsItem {
	background:#FFFFFF none repeat scroll 0 0;
	border-right:0 solid #E3E3E3;
	float:left;
	/*height:311px*/
	margin-bottom:21px;
	margin-right:9px;
	width:204px;
}
.recentPostsItem.last {
	margin-right:0px;
}

.recentPostsCategory{border-right:1px solid #E3E3E3;}

.recentPostsCategory a {
	border-top:1px solid  #e3e3e3;
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height: 18px;
	/*margin-top:4px;*/
}
.recentPostsCategory a.celebs, .recentPostsCategory a.extrudertab_112861  {
	background-image:url(../images/cutups/latest_celebs.gif);
}
.recentPostsCategory a.celebrities,  .recentPostsCategory a.extrudertab_112861  {
	background-image:url(../images/cutups/latest_celebs.gif);
}
.recentPostsCategory a.fashion, .recentPostsCategory a.extrudertab_106854 {
	background-image:url(../images/cutups/latest_fashion.gif);
}
.recentPostsCategory a.news, .recentPostsCategory a.extrudertab_109857 {
	background-image:url(../images/cutups/latest_news.gif);
}
.recentPostsCategory a.music, .recentPostsCategory a.extrudertab_108832 {
	background-image:url(../images/cutups/latest_music.gif);
	margin-left:10px;
}
.recentPostsCategory a.beauty, .recentPostsCategory a.extrudertab_106855 {
	background-image:url(../images/cutups/latest_beauty.gif);
}
.recentPostsCategory a.movies, .recentPostsCategory a.extrudertab_108831{
	background-image:url(../images/cutups/latest_movies.gif);
}
.recentPostsCategory a.relationships, .recentPostsCategory a.extrudertab_106856{
	background-image:url(../images/cutups/latest_relationships.gif);
}
.recentPostsCategory a.sports, .recentPostsCategory a.extrudertab_111859 {
	background-image:url(../images/cutups/latest_sports.gif);
}
.recentPostsCategory a.politics, .recentPostsCategory a.extrudertab_109858{
	background-image:url(../images/cutups/latest_politics.gif);
}
.recentPostsCategory a.health, .recentPostsCategory a.extrudertab_106846 {
	background-image:url(../images/cutups/latest_health.gif);
}
.recentPostsCategory a.travel, .recentPostsCategory a.extrudertab_106860 {
	background-image:url(../images/cutups/latest_travel.gif);
}
.recentPostsCategory a.finance, .recentPostsCategory a.extrudertab_110852, .recentPostsCategory a.extrudertab_110864 {
	background-image:url(../images/cutups/latest_finance.gif);
}
.recentPostsCategory a.food, .recentPostsCategory a.extrudertab_106863 {
	background-image:url(../images/cutups/latest_food.gif);
}
.recentPostsCategory a.health, .recentPostsCategory a.extrudertab_106846{
	background-image:url(../images/cutups/latest_health.gif);
}

.recentPostsPhoto {
	background:#FFFFFF none repeat scroll 0 0;
	border-collapse:collapse;
	border-color:#E3E3E3;
	border-style:none solid none none;
	border-width:1px;
	height:180px;
	margin-left:0;
	width:195px;
}
.recentPostsPhoto td a {
	display:block;
	height:177px;
	overflow:hidden;
	text-align:center !important;
}

.recentPostsPhoto img {
	width: 160px;
	height: 173px;
	margin:0 0 0 0px;
}

#MAINFRAME .recentPostsPhoto td {
	text-align: center;
	vertical-align: middle;
	border: none;
}
.recentPostsReadmore {
	float:left;
	color:#707070;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	height:64px;
	overflow:hidden;
	width:200px;
	padding-bottom:3px;
}

.recentPostsReadmoreSiteTitle{
float:left;
color:#4381B2;
font-size:12px;
font-weight:bold;
font-family:Arial,Helvetica,sans-serif;
clear:right;
}
.recentPostsAge {
	color:red;
	font-size:10px;
	float:left;
}

/* ===========================================
         INTERNATIONAL PUBLISHER SPOTLIGHT
==============================================*/

#intlPublisher,
#adSpotlight {
	margin-bottom:10px;
}

#intlPublisher h3 {
	background:url(../images/cutups/heading_international.gif) 0 0 no-repeat;
	height:66px;
	width:479px;
}

#intlPublisher .publisherPhoto,
#adSpotlight .adSpotlightPhoto {
	float: left;
	margin-right: 10px;
	width:160px;
	margin-top:1px;
	display:block;
	overflow:hidden;
}

#intlPublisher a.description,
#adSpotlight a.description {
	color:black;
	font: 12px/1.2em Verdana, Arial, Helvetica, sans-serif;
	padding:5px 5px 5px 0px;
	display:block;
}

/* ===========================================
         ADVERTISING SPOTLIGHT AND PROGRAMS
==============================================*/

#adSpotlight h3 {
	background:url(../images/cutups/heading_advertisers.gif) 0 0 no-repeat;
	height:66px;
	width:479px;
}

/* ===========================================
         POLL OF THE DAY
==============================================*/

#poll {
	margin-bottom: 10px;
}
#poll h3 {
	background:url(../images/cutups/heading_poll.gif) 0 0 no-repeat;
	height:66px;
	width:479px;
}
#pollPhoto {
	float:left;
	margin-right:10px;
	margin-top:1px;
	width:240px;
}
#poll form {
	float: left;
	width: 220px;
	padding: 5px 5px 5px 0px;
}
#pollQuestion {
	margin-bottom: 8px;
	padding: 6px 0 8px;
	font: 11px/1.2em Verdana, Arial, Helvetica, sans-serif;
}

#pollQuestion p {
	font-weight:bold;
	margin-bottom:10px;
}

#pollQuestion ul {
	list-style: none;
	margin-left:0px;
	margin-bottom:10px;
}

#pollQuestion li {
	list-style: none;
	margin-bottom: 0.4em;
}

#pollQuestion input {
	border: none;
	padding:0;
}

/* ===========================================
         PHOTO GALLERY
==============================================*/

#gallery {
	margin-bottom: 10px;
}
#gallery h3 {
	background:url(../images/cutups/heading_photogallery.gif) 0 0 no-repeat;
	height:66px;
	width:479px;
}	
#gallery div.galleryItem {
	width:159px;
	margin-right:1px;
	height:159px;
	float:left;
	margin-top:1px;
}
#gallery div.last {
	margin-right: 0;
}
#gallery .first {
	background-color:#FFB935;
}
#gallery .second {
	background-color:#FFFA34;
}
#gallery .third {
	background-color:#79FF3B;
}
#gallery .fourth {
	background-color:#FF3636;
}
#gallery .fith {
	background-color:#FF33A5;
}
#gallery .sixth {
	background-color:#BE35FF;
}
/* ===========================================
         VIDEO
==============================================*/

#video {
	margin-top: 7px;
	background:url(../images/cutups/backdrop_video.gif) 0 0 no-repeat;
	width:270px;
	height:208px;
	padding:15px;
	padding-top:70px;
	margin-bottom:10px;
}
/* ===========================================
         PUBLISHER
==============================================*/
#topPublishers {
	background:url(../images/cutups/backdrop_toppublishers.gif) 0 0 no-repeat;
	width:300px;
	height:293px;
	margin-bottom:10px;
	position:relative;
}
#topPublishers #publisher1 {
	position:absolute;
	left:20px;
	top:80px;
	width:260px;
	height:80px;
}
#topPublishers #publisher2 {
	position:absolute;
	top:193px;
	left:20px;
	width:260px;
	height:80px;
}
#topPublishers .avatar {
	overflow:hidden;
	width:75px;
	height:75px;
	float:left;
}

#topPublishers .content {
	margin-left:85px;
}

#topPublishers .name {
	color:black;
	font-weight:bold;
	font-size:10pt;
}
#topPublishers .picks {
	color:red;
	padding-left:10px;
	font-size:10pt;
}

#topPublishers .categories {
	padding-top:1em;
	font-size:10pt;
}

#topPublishers .categories a {
	color:#666666;
}


/* ===========================================
         YOUR COMMENTS
==============================================*/
#whatIs {
	background:url(../images/cutups/backdrop_whatis.gif) 0 0 no-repeat;
	width:300px;
	height:343px;
	margin-bottom:10px;
	position:relative;
}

#whatIs #description {
	position:absolute;
	left:10px;
	bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:8pt;
	font-weight:bold;
	width:180px;
	color:white;
}

#whatIs a#more {
	position:absolute;
	bottom:10px;
	right:10px;
	font-family: Helvetica, Arial, sans-serif;
	color:#1a344e;
	font-weight:bold;
	font-size:8pt;
	background-color:white;
	padding:3px;

}
	
/* ===========================================
         YOUR COMMENTS
==============================================*/
#yourComments {
	
	width:300px;
	height:334px;
	margin-bottom:10px;
	position:relative;
	border: 1px solid #CFCFCF;
}
#yourComments .txt_yourComments{
background:url(../images/your_comments.gif) 0 0 no-repeat;
width:298px;
height:31px;
padding-bottom:8px;
margin-bottom:2px;
border-bottom: 1px solid #CFCFCF;
}
#yourComments .icon_commentBubble{
background:url(../images/icon_commentBubble.gif) 0 0 no-repeat;
width:24px;
height:22px;
margin-left:26px;
float:left;
}
#yourComments .commentsResponseNo{
float:left;
color:#000000;
font-weight:bold;
}
#yourComments .commentsResponseNo a{
float:left;
color:#000000;
font-weight:bold;
}
#yourComments .commentsResponse{
float:left;
text-indent:15px;
color:#A0A0A0;
font-size:9pt;
}
#yourComments .commentsResponse a{
float:left;
text-indent:15px;
color:#A0A0A0;
font-size:9pt;
}
#yourComments .commentTime {
margin-left:26px;
color:#7F6B60
}
#yourComments .commentTime a{
color:#7F6B60
}
#yourComments .iconReply{
float:right;
background:url(../images/icon_commentReply.gif) 0 0 no-repeat;
width:40px;
height:18px;
margin-right:17px;
margin-top:-15px;
}
#yourComments .replyDots{
margin-left:25px;
}
#yourComments .iconReply a{
float:right;
background:url(../images/icon_commentReply.gif) 0 0 no-repeat;
width:40px;
height:18px;
margin-right:17px;
margin-top:-15px;
}
}

#yourComments #comment1 {
	position:absolute;
	left:20px;
	top:80px;
	width:260px;
	height:80px;
}

#yourComments #comment2 {
	position:absolute;
	top:210px;
	left:20px;
	width:260px;
	height:80px;
}
#yourComments .avatar {
   overflow:hidden;
   width:75px;
   height:75px;
   float:left;
}

#yourComments .content {
   margin-left:20px;
}

#yourComments .name {
   color:#A0A0A0;
   font-style:italic;
   font-size:8pt;
   display:block;
}

#yourComments .title {
   color:#2F76B6;
   font-weight:bold;
   font-size:9pt;
   display:block;
   float:left;
}

#yourComments .comment {
   padding-top:0em;
   font-size:9pt;
   color:#A0A0A0;
   float:left;
}


/* ===========================================
         SITES WE LOVE
==============================================*/

#sitesWeLove {
	margin-top: 7px;
	padding: 14px 11px 14px 18px;
	background-color: #fff;
	}

#sitesWeLove h3 {
	margin-bottom: 8px;
	}

#sitesWeLove ul {
	margin-left: 18px;
	color: #369;
	}

#sitesWeLove li {
	margin-bottom: 0.6em;
	}
	
#sitesWeLove a {
	font: bold 11px/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #369;
	}

#MAINFRAME .networkMore {
	padding: 5px 0 0 6px;
	}
	
/* ==========================
	SPONSORED LINKS
============================= */
#sponsored_links_container{
display:none;
border: solid 1px #CFCFCF;
height: 90px;
}
#sponsored_links{
	margin-top:16px;
	padding-left:4px;
	width:300px;
}
.txt_sponsoredlinks, txt_sponsoredlinks a{width:90px;margin:0 auto;margin-bottom:-7px;background:#fff;font-size:9pt;color:#000;}


/* =================
	DAILY ARCHIVE
============================= */

#dailly_archive{
	background:#FFFFFF none repeat scroll 0 0;
	border-color:transparent transparent #DFDDDE #EDEDED;
	border-style:none none solid solid;
	border-width:0 0 13px 11px;
	float:left;
	margin:27px 0 0 146px;
	padding:0 0 7px 7px;
}

#daily_archive_inner{
	background:#CECECE none repeat scroll 0 0;
	height:173px;
	width:927px;
}

.txt_dailyarchive{
background:url('../images/daily_archive.gif');
width:153px;
height:22px;
}

.archive_image img{
width:80px;
height:80px;
border:4px solid #fff;
}

#archive_item1, #archive_item2, #archive_item3, #archive_item4, #archive_item5,  #archive_item6, #archive_item7{
float:left;
width:104px;
margin-left:14px;
}

#archive_row{
width:840px;
margin:8px auto;
}

.archive_date{
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-weight:bold;
	left:58px;
	padding:3px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	top:-31px;
	width:24px;
	z-index:999;
}

#archive_row .archive_date{
text-align:center;
}

.archive_descript,.archive_descript a{
color:#5A91C7;
font-size:9.5px;
font-weight:bold;
text-decoration:none;
margin-top:-12px;
height:10px;
line-height:1;
overflow:hidden;
}

.archive_views, .archive_views a{
margin-top:4px;
color:#686868;
text-decoration:none;
font-size:10px;
}

/* ===========================================
         PAGE LINKS
==============================================*/

#pager {
	position:relative;
	text-align:right;
}
#pager div { 
	text-align:center;
	font-size:12px;
}
#pager a {
	background-color:black;
	padding:5px;
	color:white;
	margin-left:5px;
}
#pager a.current {
	border:1px solid black;
	background-color:white;
	color:black;
}
#pager a.current:hover {
	text-decoration:none;
}


	
/* ===========================================
         GOOGLE ADSENSE
==============================================*/

#adsense {
	margin-top: 7px;
	padding: 14px 11px 250px 18px;
	background-color: #fff;
	}


/* ===========================================
         ESSENCE SUBSCRIPTIONS
==============================================*/

#subscriptions {
	margin-top: 7px;
	}

/* ===========================================
      DYNAMIC LEADS / BLADES
==============================================*/
#flashContent{float:left;}
#flashContentSplash{float:left;background:url(../images/bg-mobilealerts.gif) repeat scroll 0 0;}

/* ===========================================
       SIDEBAR
==============================================*/

#mobilealerts{
	background:transparent url('../images/bg-mobilealerts.gif') repeat scroll 0 0;
	height:300px;
	width:304px;
}
#mobilealerts .container{
width:260px;
margin:0 auto;

}

#mobilealerts .logoad{
background:url(../images/logo-subscribemobile.gif) 0 0 repeat-x;
height:22px;
width:229px;
float:right;
}

#mobilealerts .logo{
background:url('../images/logo_mobilealerts.gif') 0 0 repeat-x;
height:31px;
width:202px;
float:left;
margin-top:40px;
}

#mostread_box {
	margin-left:6px;
	visibility:hidden;
}

#sidebanner_two{
	padding-left:4px;
	/*background:url('../images/bg-carousel.gif') repeat-x 0 0;*/
	margin-top:-1px;
}

#sidebanner_two iframe{width:300px !important;}

#rb3_adbox{
height:260px;
width:310px;
margin: 20px 0px 8px 0px;
background:url('../images/bg-mobilealerts.gif') 0 0 repeat-x;
}

/* ===========================================
        FOOTER
==============================================*/

#footer {
	background:transparent url(../images/bg-nav.gif) repeat-x scroll 0 0;
	border-top:1px dotted #696967;
	color:#FFFFFF;
	height:25px;
	margin:27px 0 9px;
	padding:0 0 0 135px;
	}

#footer ul {
	list-style: none;
	margin-left: 0;
	}

#footer li {
	list-style: none;
	float: left;
	padding: 0 1em 0 0;
	margin-right: 1em;
	border-right: 1px solid #fff;
	}

#footer .last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
	}

#footer a {
	font: 12px/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	}

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

#footerAbout {
	margin-top:5px;
	}
	
#footerAbout a {
	font-size: 11px;
	}

/* ===========================================
        FROM THE NETWORK / FROM THE READERS EXTRUDER
==============================================*/
.ui-tabs-hide {
		display: none;
		}
#extruderFromReaders{background:#fff;}
#extruderFromNetwork{background:#fff;}
#extruderFromReaders,#extruderFromReaders .ui-tabs-panel,#extruderFromReaders .ui-widget-content,#extruderFromReaders .ui-tabs-panel .ui-widget-content .ui-corner-bottom{border:none;background:#fff;}
#extruderFromNetwork,#extruderFromNetwork .ui-tabs-panel,#extruderFromNetwork .ui-widget-content,#extruderFromNetwork .ui-tabs-panel .ui-widget-content .ui-corner-bottom{border:none;background:#ffffff;}
#extruders,#extruders .ui-tabs-panel,#extruders .ui-widget-content,#extruders .ui-tabs-panel .ui-widget-content .ui-corner-bottom{border:none;;}

/* ===========================================
        OFIE FROM TIME INC
==============================================*/
#ofie_time{margin-top:10px;}
#ofie_time input{float:right;border:none;}


