/* Telemundo CSS */


/***************************
GLOBAL ELEMENT STYLES
***************************/
html, body {
	height: 100%;
	}
body{
	/* Fonts are sized using a percentage in the body style and em's instead of pixels. The base font size for telemundo is 12 pixels. The body style is set at 75% (base font size in browsers is 16 px) making the style 'font-size: 1em;' equal to 12px. TO CALCULATE A SIZE: divide the number by 12 - as in 18/12=1.5

    * .75em = 9px
    * .84em = 10px
    * .92em = 11px
    * 1em = 12px
    * 1.08em = 13px
    * 1.17em = 14px
    * 1.25em = 15px
	*/
	font-size: 75%; /* 12px */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background: #002834 url(../_images/telemundo_bg.jpg) repeat-x left top;
	text-align: center;
	}
*{
	/* sets all page elements to 0 padding/margin */
	margin: 0px;
	padding: 0px;
	}
	
.clear {
	font-size:.01em;
	line-height:0px;
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	display: block;
}
:focus{
	-moz-outline-style: none;
}
button, fieldset, img{
	border: 0px none;
	background: none;
	}
legend{
	display: none;
	}
caption,th {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6{
	font-size:1em;
	/*font-family: Helvetica Neue, Helvetica, Arial, Sans Serif;*/
	}
ul, ol{
	list-style-type: none;
	}
input, select, textarea{
	font-size: 1em;
	}
input, select, button{
	vertical-align: middle;
	}
a{
	text-decoration: none;
	color: #FFF;
	}
	
	
#ad_120x90 {
float:left;
height:30px;
margin-left:3px;
width:120px;
}

#ad_300x250 {
float:left;
height:250px;
margin-left:0px;
width:300px;
}

#ad_728x90 {
float:left;
height:90px;
margin-left:230px;
width:728px;
}
	
	
/***************************
PAGE STRUCTURE
***************************/
#wrapper{
	/* entire content container */
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 0px 9px;
	background: url(../_images/wrap_dropshadow_bg.png) repeat-y top left;
	}

/***************************
HEADER 
***************************/
#header {
	position: relative;
	}
	#header h1 a{
		position: absolute;
		background: url(../_images/telemundo_logo.png) no-repeat left top;
		width: 175px;
		height: 177px;
		display: block;
		text-indent: -9999px;
		top: 17px;
		left: 64px;
		}
	/***************************
	HEADER TOP SECTION
	*/
	#header_top{
		background: url(../_images/header_top_repeat.jpg) repeat-x left top;
		height: 25px;
		}
		#header_top ul {
			float: right;
			width: 263px;
			padding-right: 13px;
			font-family: Helvetica Light Condensed, Helvetica, Arial, Sans Serif;
			font-size: .84em;
			line-height: .84em;
			}
		#header_top ul li{
			float: left;
			padding: 8px 10px 9px;
			}
			#header_top ul li#login_link{
				background: url(../_images/divider_white.gif) no-repeat right;
				}
			#header_top ul li#list_all_link{
				background: url(../_images/header_list_all_bg.jpg) repeat-x left top;
				}
			#header_top ul li a{
			color: #FFF;
			text-transform: uppercase;
			}
			#header_top ul li dl{
				display: none;
				}
	#bookmark{
		color: #ddd;
		float: left;
		font-size: 0.67em;
		letter-spacing: 0.1em;
		margin: 7px 0 0 241px;
		text-transform: uppercase;
		}
	/***************************
	HEADER MAIN SECTION
	*/
	#header_main{
		background: url(../_images/header_main_bg.jpg) no-repeat left top;
		height: 154px;
		padding: 2px 11px 0px 0px;
		}
		/* 728 x 90 ad */
		#ad_728{
			padding: 10px 0px 0px 0px;
			height: 90px;
			text-align: right; 
		
			}
		/* search form */
	#buscar{
		clear: both;
		padding: 7px 0px 0px 246px;
		float: left;
		width: 340px;
		position: relative;
	}
		#buscar label{
			text-transform: uppercase;
			font-size: .84em;
			position: relative;
			margin: 5px 0 0;
			float: left;
		}
		#buscar_input_bg{
			background: url(../_images/buscar_input.gif) no-repeat left top;
			width: 199px;
			height: 23px;
			float: left;
			margin: 0 0 0 5px;
		}
		#buscar_input{
			border: none;
			width: 170px;
			height: 14px;
			margin: 5px 0px 0px 5px;
			background: #fff;
		}
		#buscar button{
			background: url(../_images/buscar_btn.gif) no-repeat left top;
			width: 19px;
			height: 19px;
			text-indent: -9999px;

			position: absolute;
			margin: 2px 0 0 -21px;
		}
		/* media links */
		#media_links{
			float: right;
			padding: 7px 0px 0px;
			width: 299px;
			}
			#media_links li {
				display: inline;
				}
			#media_links li a{
				display: block;
				background: url(../_images/buttons/btn_tu_mundo.gif) no-repeat left top;
				width: 106px;
				height: 22px;
				text-indent: -9999px;
				float: left;
				}
				#media_links li#ml_fotos a{
					background-image: url(../_images/buttons/btn_fotos.gif);
					width: 97px;
					}
				#media_links li#ml_videos a{
					background-image: url(../_images/buttons/btn_videos.gif);
					width: 96px;
					}

				
/********************
SUB NAVIGATION
********************/					
/* Navigation */
.nav, .nav ul {
	list-style: none; margin-left:240px;
	padding: 0; width:600px; 
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
 

}
.nav li { 
  float: left; margin-left:1px;  
  padding: 0;
  position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font: 10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #415b96;
	display: block;
	text-decoration: none;
	background-image:url(img/hdr_btn_bkg.gif);
	height:14px;
	width:89px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 9px;
}

 #navarrow {
	background-image:url(img/hdr_btn_bkg2.gif)!important;
	}
			
				
				
/***************************
MAIN BODY CONTENT
***************************/
#content{
	background: #275E6F url(../_images/wrap_bg.jpg) repeat-x left top;
	padding: 10px 0px 1px 0px;
	}
	#content_main{
		width: 652px;
		float: left;
		padding: 10px 10px 0px 9px;
		}
		#content_main_top_img{
			margin-bottom: 10px;
			}
		.content_main_col1{
			width: 321px;
			margin-right: 10px;
			float: left;
			}
		.content_main_col2{
			width: 321px;
			float: left;
			}
		.content_main_alt1{
			width: 395px;
			margin-right: 10px;
			float: left;
			}
		.content_main_alt2{
			width: 247px;
			float: left;
			}
	#content_sidebar{
		width: 300px;
		float: left;
		padding: 10px 0px 0px 0px;
		}
		
	
	
/***************************
MODULES
***************************/
.module{
	clear: both;
	margin-bottom: 10px;
	}
	.module_dark, .module_dark{
		color: #fff;
		}
	/* MODULE HEAD */
	.module_head{
		background: url(../_images/modules/module_header_blue.gif) repeat-x left top;
		height: 24px;
		padding: 7px 11px 0px;
		}
		.module_orange .module_head{
			background-image: url(../_images/modules/module_header_orange.gif);
			}
		.module_dark .module_head{
			background-image: url(../_images/modules/module_head_blue.jpg);
			}
		.module_head h3{
			float: left;
			color: #FFF;
			font-size: 1.17em;
			line-height: 1.17em;
			text-transform: uppercase;
			font-weight: normal;
			}
		.module_dark .module_head h3{
			color: #00bff3;
			}
		.module_head .more_btn{
			background: url(../_images/modules/module_btn_blue.gif) no-repeat right;
			width: 19px;
			height: 19px;
			display: block;
			text-indent: -9999px;
			float: right;
			}
			.module_orange .module_head .more_btn{
				background-image: url(../_images/modules/module_btn_orange.gif);
	
			}

	/* ZEBRA MODULE */
	.module_zebra{
		
		}
		.module_zebra .module_head{
			height: 24px;
			background: transparent url(../_images/header_zebra.png) no-repeat left bottom;
			}
		.module_zebra .module_content{
			background: #6e868d url(../_images/bg_zebra.jpg) no-repeat left top!important;
			padding: 0;
			}
			.module_zebra .module_content ul{
			
				}
			.module_zebra .module_content ul li{
				display: block;
				clear: both;
				height: 67px;
				padding: 5px 10px;
				}
			.module_zebra .module_content ul li.uxd_pattern{
				/*background: transparent url(../_images/bg_pattern_zebra.png) repeat-y right top;*/
				}
			.module_zebra .module_content ul li dt{
				width: 185px;
				float: right;
				}
				.module_zebra .module_content ul li dt a{
					font-size: 1em;
					color: #363636;
					font-weight: bold;
					}
			.module_zebra .module_content ul li dd{
				color: #363636;
				font-size: 0.84em;
				width: 185px;
				float: right;
				}
				.module_zebra .module_content ul li dd a{
					color: #363636;
					}
				.module_zebra .module_content ul li dd.uxd_T{
					float: left;
					width: 87px;
					}
					.module_zebra .module_content ul li dd.uxd_T img{
						border: 1px solid #fff;
						}
		.module_zebra .module_foot{
			background: transparent url(../_images/footer_zebra.png) no-repeat left top;
			height: 11px;
			clear: both;
			}

				
	/* MODULE CONTENT */
	
	.module_content{
		background: #FFF url(../_images/modules/module_bg_fade_down_blue.gif) repeat-x left bottom;
		padding: 10px;
		}
		.module_orange .module_content{
			background: #EBEFF0 url(../_images/modules/module_bg_fade_down_blue.gif) repeat-x left bottom;
			}
		.module_dark .module_content{
			background-image: url(../_images/modules/module_bg_blue.jpg);
			}
		.module_content h3, .module_content h4{
			color: #FFF;
			padding-bottom: 10px;
			font-weight: bold;
			}
			.module_content .call_out{
				color: #FD771D;
				font-size: .84em;
				display: block;
				padding-bottom: 5px;
				}
			.module_content .module_foot_link{
				border-top: 1px dotted #252F3C;
				text-align: right;
				margin-top: 7px;
				padding: 7px 0px 0px;
				clear: both;
				}
			.module_content .module_foot_link button{
				float: right;
				}

			
	/***************************
	VIDEOS ONLINE
	*/
	#videos_online ul{
		position: relative;
		height: 162px;
		}
		#videos_online ul li{
			float: left;
			clear: left;
			}
		#videos_online ul li{
			margin: 3px 4px;
			}
		#videos_online ul li.first{
			margin-top: 0;
			}
		#videos_online ul li.last{
			margin-bottom: 0;
			}
		#videos_online ul li dt a{
			width: 110px;
			height: 14px;
			color: #666;
			font-size: 0.84em;
			padding: 4px;
			background: #c3c7c9;
			white-space: nowrap;
			overflow: hidden;
			display: block;
			}
		#videos_online ul li dt.uxd_selected a{
			color: #fff;
			padding: 3px;
			background: #6296e2;
			border: 1px solid #2f81aa;
			}
		#videos_online ul li dd.uxd_T{
			display: none;
			}
		#videos_online ul li dd.uxd_T_selected{
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			}
			
	/***************************
	VIDEOS DESTACADOS DEL DIA
	*/
	#videos_destacados_del_dia ul{
		position: relative;
		height: 162px;
		text-align: center;
		}
		#videos_destacados_del_dia ul li.first{
			position: absolute;
			bottom: 0;
			left: 0;
			}
		#videos_destacados_del_dia ul li.last{
			position: absolute;
			bottom: 0;
			right: 0;
			}
		#videos_destacados_del_dia ul li dt{
			display: none;
			}
		#videos_destacados_del_dia ul li dt.uxd_selected{
			display: block;
			font-weight: bold;
			margin-bottom: 8px;
			text-align: left;
			}
		#videos_destacados_del_dia ul li dd.uxd_T_selected{
			margin: 0 auto;
			position: relative;
			z-index: 1;
			}
			
			
	/***************************
	COMENTARIO DEL DIA
	*/
	
	#commentary_of_day .module_content{
		height: 161px;
		overflow: hidden;
		}
		
	#commentary_of_day .image_item{
		position: relative;
		padding-top: 20px;
		}
		
	#commentary_of_day .image_desc{
			font-size: .84em;
			color: #6DD0F7;
			}
			
	#commentary_of_day .image_desc a{
				color: #6DD0F7;
				}
				
	#commentary_of_day dt{
		position: absolute;
		top: 0px;
		left: 0px;
		}
			
	/***************************
	ENCUESTA DEL DIA
	*/
	
	#encuesta_del_dia .module_content{
		height: 164px;
		overflow: hidden;
		}	
	#encuesta_del_dia .form_radio_div{
		padding-bottom: 6px;
		font-weight: bold;
		}
	#encuesta_del_dia .form_radio_div input, #encuesta_del_dia .form_radio_div img{
		vertical-align: middle;
		margin-right: 13px;
			}					
	#encuesta_del_dia .form_radio_div {
		color: #000;
		}
	#encuesta_del_dia .module_content {
		height: auto;
		zoom: 1;
		}
	#encuesta_del_dia h3 {
		color: #fff;
		}
		
	/***************************
	ENCUESTA DEL DIA
	*/



				
	/***************************
	LO MEJOR DE LA SEMANA
	*/
	#lo_mejor_de_la_semana .module_content{
		padding: 10px 0px 0px 9px;
		}
		
	#wallpaper .module_content{
		padding: 10px 0px 0px 9px;
		}

	/***************************
	FOTO WIDGET
	*/
	#foto_widget .module_content{
		padding: 5px 0px;
		text-align: center;
		}
	/***************************
	MICROSITE PROMOS
	*/

				
	/***************************
	SECONDARY PROMOS
	*/
	.secondary_promo .image_item{
		position: relative;
		}
		.secondary_promo .image_item,
		.secondary_promo .image_item a{
			color: #fff;
			}
		.secondary_promo .image_item .image{
			float: none;
			padding-right: 0px;
			}
		.secondary_promo .content{
			position: absolute;
			bottom: 2px;
			left: 0px;
			}
		.secondary_promo .image_item dl{
			background: url(../_images/coverup_dark.png) repeat left top;
			padding: 12px 0px 0px 16px;
			width: 284px;
			height: 36px;
			line-height: 1em;
			overflow: visible;
			}
			#foot_promos.image_items dt a{
				position: relative;
				color: #FF9933;
				display: block;
				font-weight: bold;
				padding-bottom: 4px;
				}
			#foot_promos.image_items dd a{
				font-weight: bold;
				color: #fff;
				position: relative;
				}
	/***************************
	ARTISTAS DESTACADOS
	*/
	#artistas_destacados{
		
		}
		#artistas_destacados .module_content ul li dd.more_link{
			text-align: right;
			font-size: 1em;
			}
			#artistas_destacados .module_content ul li dd.more_link a{
				color: #004c80;
				}
	/***************************
	CONTACT US
	*/
	#mod_contact_us .module_head{
		height:32px;
		background:url(garrett/contact_us_header.jpg) repeat;
		}
	#mod_contact_us .module_content{
		height:60px;
		padding: 21px 0 0 68px;
		color:#fff;
		background:url(garrett/contact_us_content.jpg) repeat;
		}
	#mod_contact_us .site_btn{
		position:relative;
		bottom:18px;
		left:70px;
		}
	/***************************
	PUBLICIDAD
	*/
	#mod_publicidad .module_head{
		height:29px;
		font-size:10px;
		}
	#mod_publicidad .module_head h3{
		color:#ffffff;
		}
	/***************************
	PIONERA
	*/	
	
	#mod_pionera b{
		color:#006699;
		}
	dotted_line{
		width:631px;
		height:1px;
		background:url(garrett/dotted_line.jpg);}
		
/***************************
INTERNAL ELEMENTS
***************************/

	/***************************
	IMAGE ITEM
	photo + descriptive text
	*/
	
	.image_item .image{
		float: left;
		padding-right: 8px;
		}
		.image_item .image_desc{
			display: block;
			}
	.image_item dl{
		overflow: auto;
		}
			
			
	/***************************
	IMAGE ITEM OVERLAY
	*/
			
	.image_overlay .image_item{
		position: relative;
		}
	.image_overlay .image_item .image{
		float: none;
		padding-right: 0;
		}
		.image_overlay .image_item .content{
			position: absolute;
			top: 0px;
			left: 0px;
			}
		.image_overlay .image_item dl{
			background: url(../_images/coverup_dark.png) repeat left top;
			padding: 8px 0px 0px 7px;
			width: 178px;
			height: 155px;
			}
		.image_overlay .image_item dt a{
			padding-bottom: 15px;
			position: relative;
			color: #FF9933;
			display: block;
			font-weight: bold;
			}
		.image_overlay .image_item dd a{
			font-weight: bold;
			color: #fff;
			position: relative;
			}
	/***************************
	IMAGE ITEM LIST
	****************************/
	.image_item_list li{
		width: 120px;
		float: left;
		padding-right: 9px;
		}
		.image_item_list li.last{
			padding-right: 0px;
			}
		.image_item_list li a{
			color: #000;
			}
		.image_item_list li dt{
			font-weight: bold;
			}
		.image_item_list li .call_out{
			color: #006699;
			}
		.image_item_list li dd{
			font-size: .84em;
			}
		.image_item_list .image img{
			padding: 5px 0;
			}
	/***************************
	STANDARD SITE BUTTONS
	****************************/
	
	
/***************************
	MEDIA BROWSER
	*/
	.media_browser .module_content { 
		background: #4b5b5d url(img/cdn_bg_browser_body.jpg) repeat-x left top;
		padding: 7px 5px;
	
		}
	.browser_nav {
	text-transform: capitalize;
	width:194px;
	margin:0px;
	padding:0px;
	
		}

	.browser_nav li dl dt a{
		display: block;
		padding: 7px 10px;
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #a4abba;
		background: #eff2f3 url(img/cdn_bg_browser_nav.jpg) repeat-y right top;
		font-weight: bold;
		
		}
	.browser_nav a{
		color: #252525;
		
		}
	.browser_nav .browser_subnav {
		padding: 0px 5px;
		background: #f6fafd url(img/cdn_bg_browser_nav_inner.jpg) repeat-y right top;
		height: 115px;
		overflow: auto;
		display: none; 
		}
	.browser_nav .browser_subnav dl{
		padding-bottom: 0px; 
		}
	.browser_nav li dl.browser_nav_selected dd,
	.browser_nav li dl.browser_nav_selected li	{
		display: block;
		}
	.browser_nav .browser_subnav dl.browser_nav_primary  dt{
		display: none;
		}
	.browser_nav .browser_subnav dl.browser_nav_primary  dd,
	.browser_nav .browser_subnav ul.browser_nav_primary  li{
		border-top: 1px solid #d2dae0;
		border-bottom: 1px solid #b993b5;
		}
		.browser_nav .browser_subnav dl dt, 
		.browser_nav .browser_subnav dl dd,
		.browser_nav .browser_subnav li{
			padding: 0px;
			}
		.browser_nav .browser_subnav dl dt{
			font-size: 0.84em;
			text-transform: uppercase;
			color: #445d9d; 
			}
		.browser_nav .browser_subnav dl dd,
		.browser_nav .browser_subnav li{
			font-size: 0.92em; 
			}
		.browser_nav .browser_subnav dl dd.browser_nav_selected {
			background: #e591b7; 
			}
		.browser_nav .browser_subnav dl dd.browser_nav_selected a{
			font-weight: bold; 
			}
			
	/* VIDEO BROWSER */	
	#mod_video_browser .content_col1{
		width: 150px;
		float: left; 
		}
	#mod_video_browser .content_col2{
		width: 400px;
		float: right;
		margin-left: 0px;
		}
	#mod_video_browser .image_item{
		width: 305px;
		float: left;
		padding: 5px 0 5px  5px;
		}
		#mod_video_browser .image_item .image_desc, #mod_video_browser .image_item dt{
			width: 175px;
			float: right;
			}
		#mod_video_browser .image_item dt{
			font-size: 0.92em;
			font-weight: bold;
			margin-bottom: 10px;
			}
		#mod_video_browser .image_item dt span{
			color: #fd771e;
			font-size: 0.92em;
			display: block;
			}
		#mod_video_browser .image_item .image_desc{
			font-size: 0.84em;
			}	

	
.site_btn{
	overflow: hidden;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 1000;
	border: 0px;
	background: none;
	white-space: nowrap;
	height: 20px;
	}
.site_btn_left, .site_btn_mid, .site_btn_right{
	float: left;
	display: block;
	height: 19px;
	}
button.site_btn .site_btn_left, button.site_btn .site_btn_mid, button.site_btn .site_btn_right{
	*float: none;
	*display: inline-block;
	}
.site_btn_left{
	background: url(../_images/buttons/button_left.gif) no-repeat left top;
	width: 4px;
	}
.site_btn_mid{
	background: url(../_images/buttons/button_mid.gif) repeat-x top;
	font-family: Helvetica Nueu, Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: .81em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 4px 0px 4px;
	height: 16px;
	}
button .site_btn_mid{
	padding-top: 3px;
	height: 16px;
	}
.site_btn:hover .site_btn_mid{
	
	}
.site_btn_right{
	background: url(../_images/buttons/button_right.gif) no-repeat left top;
	width: 4px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
span.site_btn_mid {
padding-top: 12px !important;
}}
/***************************
FOOTER
***************************/
#footer{
	background: url(../_images/footer_bg.png) no-repeat left top;
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 9px 9px 20px;
	}
#footer .clear{
	padding-bottom: 45px;
	}
	
	/***************************
	FOOT PROMOS
	*/
	#foot_promos{
		clear: both;
		padding-left: 9px;
		}
		#foot_promos.image_items li{
			position: relative;
			float: left;
			margin-right: 8px;
			}
			#foot_promos.image_items li.last{
				margin-right: 0px;
				}
			#foot_promos.image_items li .content{
				position: absolute;
				top: 0px;
				left: 0px;
				}
			#foot_promos.image_items li dl{
				background: #14252b;
				padding: 0px 0px 0px 8px;
				width: 220px;
				height: 90px;
				border-top: 4px solid #14252b;
				border-bottom: 4px solid #14252b;
				border-left: 3px solid #14252b;
				border-right: 3px solid #14252b;
				}
				#foot_promos.image_items li dt{
					width: 94px;
					float: left;
					}
				#foot_promos.image_items li dt a{
					padding-bottom: 8px;
					position: relative;
					color: #000000;
					font-size:10px;
					display: block;
					font-weight: bold;
					}
				#foot_promos.image_items li dd{
					width: 94px;
					float: left;
					}
				#foot_promos.image_items li dd.uxd_T{
					width: 121px;
					float: right;
					}
				#foot_promos.image_items li dd a{
					font-weight: bold;
					color: #fff;
					position: relative;
					}
	
	#footer_popular_links{
		background: url(../_images/footer_top_repeat.gif) repeat-x left top;
		padding: 15px 0px 0px 0px;
		font-size: 1.08em;
		}
		#footer_popular_links dt{
			float: left;
			padding: 15px 10px 0px 16px;
			color: #EB9336;
			font-weight: bold;
			}
		#footer_popular_links dd{
			background: url(../_images/divider_white.gif) no-repeat right 20px;
			float: left;
			padding: 15px 10px 0px;

			}
		#footer_popular_links dd.last{
			background: none;
			}
	#footer_copyright{
		width: 500px;
		float: left;
		font-size: 0.71em;
		color: #00aeef;
		}
	#footer_more_info{
		width: 480px;
		float: right;
		font-size: 0.71em;
		text-align: right;
		}
		#footer_more_info a{
			color: #c2c2c2;
			}
		#footer_more_info li{
			display: inline;
			padding: 7px 11px 7px 6px;
			background: url(../_images/divider_gray.gif) no-repeat right 9px;
			}
		#footer_more_info li.first{
			padding-left: 0;
			}
		#footer_more_info li.last{
			background-image: none;
			padding-right: 0;
			}
			
/***************************
ICONS
***************************/
.down_arrow{
	background: url(../_images/icons/icon_down_arrow.gif) no-repeat right;
	padding-right: 12px;
	}
.plus_link{
	background: url(../_images/icons/plus_orange.gif) no-repeat right;
	padding-right: 12px;
	}
.plus_link_blue{
	background: url(../_images/icons/plus_blue.gif) no-repeat right;
	padding-right: 12px;
	}
.plus_link_gray{
	background: url(../_images/icons/plus_gray.gif) no-repeat left;
	padding-left: 12px;
	}



/* featured latest chapter */
#mod_featured_latest_chapter .uc_image_item1 {
	float: left;
	width: 458px;
	}
#mod_featured_latest_chapter .uc_image_item1 .image {
	float: left;
	padding-right: 17px;
	}
#mod_featured_latest_chapter .uc_image_item1 dl {
	overflow: hidden;
	padding: 0 32px 0 0;
	}
#mod_featured_latest_chapter .uc_image_item1 dt.uc_title {
	font-size: 1.08em;
	color: #005b7f;
	font-weight: bold;
	}
#mod_featured_latest_chapter .uc_image_item1 dd.uc_desc {
	font-size: .92em;
	margin-top: 6px;
	}
#mod_featured_latest_chapter .uc_image_item1 dd.play_link {
	text-align: right;
	margin-top: 10px;
	}
#mod_featured_latest_chapter .uc_image_item1 .right_arrow_link {
	color: #003663;
	font-size: .83em;
	background: url(../_images/blue_r_arrow.gif) no-repeat right center;
	padding-right: 11px;
	text-transform: uppercase;
	}
/*#mod_featured_latest_chapter .uc_image_item2 {
	background: url(../_images/image_bg.png) repeat-x left top;
	float: left;
	width: 121px;
	padding: 21px;
	margin-top: -31px;
	position: relative;
	}*/

#mod_featured_latest_chapter .uc_image_item2 { 
 background-color:#ab9c8c;
 float: left;
 width: 121px;
 padding: 21px;
 margin-top: -31px;
 position: relative;
 }	
	
#mod_featured_latest_chapter .uc_image_item2 dt.uc_title {
	margin-top: 6px;
	}
	
#mod_featured_latest_chapter .uc_image_item2 dt.uc_title a {
	color: #003663;
	font-weight: bold;
	}
	
#mod_featured_latest_chapter .uc_image_item2 dd.uc_desc {
	font-size: .83em;
	margin-top: 3px;
}


#footer_division {
color:#FF0000;
font-size:.9em;
font-weight:bold;
}

/***************************
BUTTONS
***************************/

.vote_btn{
	background: url(../_images/buttons/btn_vote.gif) no-repeat right;
	width: 79px;
	height: 19px;
	text-indent: -9999px;
	}
