/* XML styles */
sitemap {
display:block;
width:700px;

}
/****************/

/* main styles */
body {
	margin:0;
	padding:0;
  	color:#000;
	font-family: arial, tahoma, sans-serif;
	background:#fff;
	}
form {
	margin:0;
	padding:0;
	}
img {border:none;display:block;}
a {
	text-decoration:none;
	color:#069;
	}
a:hover {
	text-decoration:underline;
	}
input {vertical-align:middle}
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}
input.text,
input,
select,
textarea {
	color:#666;
	font-family:arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	}
/* main container */
#main {
	width:1020px;
	margin:0 auto;	
	}
/* header */
#header {
	width:100%;
	position:relative;
	height:220px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme2.png'); 
	background-position:509.5px -10px;
	margin-bottom:10px;
	}
/* header ad */
#header .ad 
{
	position:absolute;
	top:14px;
	left:10px;
	} 

/* logo */
#header h1 {margin:0;}
a.logo {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:414px;
	height:79px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/logo.png);
	position:absolute;
	top:10px;
	left:9px;
	}
	
/* date */
#header .date {
	position:absolute;
	left:10px; 
	top:142px;
	font-size:15px;
	font-weight:bold;
	}
/* header scroll text */
#header .scroll-text {
	position:absolute;
	left:458px;
	top:149px;
	width:333px;
	height:18px;
	font-size:70%;
	line-height:17px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
#header .scroll-text a {
	color:#000;
	}

#TopSubscriptions {
	position:absolute;
	left:450px;
	top:10px;
} 

#TopSubscriptions2 {
	position:absolute;
	left:725px;
	top:10px;
} 

/* New navigation --Rico 01/19/2009 */
/* Modified by Mihoko 3/10/09 for IE6  */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
}
#nav li { /* all list items */
	/* dark grey background*/
	background-color:#58585A;
	margin-top:193px;
	float:left;
	width:73px;
}
#nav li a {
	/* white letter */
	color:#FFFFFF;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	font:bold 12px Arial, sans-serif; 
	text-decoration:none;
	line-height:26px;
	text-align:center;
}
#nav li a:hover {
	/* redish */
	background-color:#E51B24; 
	color:#FFFFFF; 
	text-decoration:none;
	}
#nav .select { 
	background-color:#E51B24;
	}

/* DROP DOWN SUB NAV */
#nav li ul { /* second-level lists */
	position: absolute;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav ul li a {
	/* light grey background and black letter*/
	background-color:#EBEBEB;
	color:#000000; 
	width:120px;
	font-size:68%;
	padding: 0px 4px 0px 4px;
	text-align:left;
	}
#nav ul li a:hover {
	/* dark grey */
	background-color:#959595;
	color:#000000;
	text-decoration:none;
	}
#nav li ul li {
	margin-top: 0px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
    z-index: 2; /*DPF 12/19/2011 - Added to force the menus to appear over the LinkedIn script, rather than under it.*/
}
	
#nav li:hover>ul {
	display:block;
	}
/* New navigation END */


/* events main navigation */
#events-main-navigation {
	padding:10px 0 0 13px;
	margin:0;
	}
#events-main-navigation li {
	float:left;
	list-style:none;
	font-size:13px;
	font-weight:bold;
	}
#events-main-navigation li a {
	float:left;
	display:block;
	color:#494949;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #B90027;
	height:26px;
	line-height:26px;
	padding:0 9px;
	}
#events-main-navigation li.active a {
	margin-right:-1px;
	position:relative;
	background:#86BE3D;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #B90027;
	height:26px;
	color:#fff;
	}
	
/* auto navigation */
#auto-navigation {
	padding:0 0 0 0px;
	margin:0;
	}
#auto-navigation li {
	float:left;
	list-style:none;
	font-size:13px;
	font-weight:bold;
	}
#auto-navigation li a {
	float:left;
	display:block;
	color:#494949;
	border-top:1px solid #bbb;
	border-bottom:1px solid #D33B27;
	border-left:1px solid #bbb;
	height:26px;
	line-height:26px;
	padding:0 8px;
	}
#auto-navigation li.active {
	border-bottom:1px solid #86BE3D;
	}
#auto-navigation li.active a:hover {
	border-color:#B90027;
	margin-right:-1px;
	border-right:1px solid #B90027;
	position:relative;
	background:#86BE3D;
	border-bottom:1px solid #86BE3D;
	height:26px;
	color:#fff;
	}

/* search */
.search {
	float:left;
	padding:0px 12px 0 0;
	}
.search .text {
	float:left;
	border:1px solid #BCBCBC;
	width:330px;
	height:25px;
	padding:1px 0 0 0;
	margin:2px 6px 0 0;
	}
.search .btn {float:left;}

/*-- Ticker -- Ricardo Peinado -- 012809 --*/
.ticker {
	position:absolute;
	top:160px;
	left:400px;
}

/*-- new search box -- Ricardo Peinado -- 012809 --*/
.searchbox {
	display: block;
	width:385px;
	height:32px;
	position:absolute;
	left:9px;
	top:160px;
	background-color:#000000;
	padding-left:5px;
	}
.searchbox input.text{font-size:18px;}

#header .top-bar .slogan {
	float:left;
	line-height:23px;
	font-size:70%;
	font-weight:bold;
	font-family:verdana,sans-serif;
	color:#fff;
	}
	
/* middle container */
#middle {
	padding:0 5px 0 2px;
	}
/* main layout columns */
#content {
	float:left;
	width:814px;
	}
#right-ad {
	float:right;
	width:131px;
	}
.left-column {
	float:left;
	width:171px;
	}
.research-blue-box {
	float:left;
	width:272px;
	}
.right-column {
	float:right;
	width:636px;
	}
.left-col {
	float:left;
	width:321px;
	_width:310px; /* For IE6 */
	}
.right-col {
	float:right;
	width:301px;
	}
	
.noticias-cols {
	float:right;
	width:295px;
	}
	
/* top big box */
.big-box {
	float:left;
	width:814px;
	height:100%;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme3.png'); 
	background-position:-10px 100%;
	background-repeat:y-repeat;
	margin:5px 0 11px 0; /* Top Right Bottom Left */
	}
.big-box .top {
	float:left;
	width:814px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position:-10px -10px;
	background-repeat:no-repeat;
	margin-bottom:-12px;
	}
.big-box .bottom {
	float:left; 
	width:814px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position:-844px 100%;
	background-repeat:no-repeat;
	padding:9px 10px 20px 10px;
	}
.big-box .text {
	float:left;
	width:490px;
	}
	
/* text-box-headers */
.headlines {
	font-size:78%;
	color:#E51B24;
	display:block;
	background:#fff;
	padding:0px 4px;
	float:left;
	margin:-16px 0 0 50px;
	_margin:-12px 0 0 50px; /* For IE6 */
	z-index:-5;
	}

.headlines a
{	color: #E51B24;
	text-decoration: underline;
}

.headlines a:hover
{	text-decoration: underline;
}

.advertisement {
	font-size:64%;
	color: #E51B24;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-weight:bold;
	text-align:center;
	position:relative; 
	margin:-15px 0 2px 0;
	display:block;
	}
.advertisement strong {
	background:#fff;
	padding:0 4px;	
	}

/* main text styles */
p,h1,h2,h3,
.center-box ul.news {
	font-family:Georgia, Times New Roman,serif;
	}
h2 {
	font-size:34px;
	margin:0;
	}
h3 {
	font-size:82%;
	margin:0 0 6px 0;
	}
h2 a {color:#30668F;}
p {
	margin:0 0 8px 0;
	font-size:78%;
	}
h4 {font-size:70%;margin:0 0 6px 0;}
div.more {font-size:70%;}
div.more a {
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme1.png'); 
	background-position: -5px -9px; 
	background-repeat:no-repeat;
	padding:0 0 0 18px; /* Top Right Bottom Left */
	}
	
#middle a {text-decoration:underline;}
#middle h1 a,	
#middle h2 a,
#middle h3 a,
#middle h4 a {text-decoration:none;}
#middle h1 a:hover,
#middle h2 a:hover,
#middle h3 a:hover,
#middle h4 a:hover {text-decoration:underline;}

ul.bulleted {
	margin:0 0 10px 0;
	padding:0;
	font-size:70%;
	line-height:140%;
	}
ul.bulleted li {
	list-style:none;
	padding:0 0 0 6px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/bullet.gif) no-repeat 0 6px;
	}
	
ul.bulleted li a
{
	text-decoration:underline;
}
	
ul.news {
	font-size:70%;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	line-height:130%;
	}
ul.news li 
{
	list-style:none;
	padding:0 0 0 6px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/bullet.gif) no-repeat 0 6px;
	}
ul.news li a {text-decoration:none !important;}
ul.news li a:hover {text-decoration:underline !important;}
	
ol {
	color:#069;
	font-size:70%;
	margin:0 0 10px 18px;
	padding:0;
	}
* html ol {margin:0 0 10px 23px;}

p.small {font-size:70%;}

.big-box div.more {float:right;margin:-25px 0 0 0;}
.big-box .image {float:right;}

p a {color:#000;}
p a.colour {color:#960;}

.box .by {
	font-size:70%;
	color:#960;
	padding:10px 0 0 0;
	}
.box .by img {float:right;margin-top:-13px;}

/* boxes */
.left-column .box {
	float:left;
	width:171px;
	height:100%;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme3.png');
	background-position:-1816px 100%;
	background-repeat:y-repeat;
	margin:0 0 11px 0; /* Top Right Bottom Left */
	}
.left-column .box .top {
	float:left;
	width:171px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position:-1678px -10px;
	background-repeat:no-repeat;
	margin-bottom:-15px;
	}
.left-column .box .bottom {
	float:left;
	width:171px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position:-1869px 100%;
	background-repeat:no-repeat;
	padding:9px 0 20px 0;
	}
.left-column .box .links {
	padding:10px 20px 0 23px;
	}
.left-column .box .links a {
	font-size:70%;
	line-height:120%;
	display:block;
	}
.left-column .box .top_no_image {
	float:left;
	width:171px;
	margin-bottom:-15px;
	}
	
/* Research */
.research-blue-box .box {
	float:left;
	width:272px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/research-box.gif) repeat-y left;
	margin:0 0 11px 0;
	}
.research-blue-box .box .top {
	float:left;
	width:272px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/research-box-top.gif) no-repeat left top;
	}
.research-blue-box .box .bottom {
	float:left;
	width:272px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/research-box-bottom.gif) no-repeat left bottom;
	padding:9px 0 7px 0;
	}
/* left ico-links */
.left-column .box .newsletters {
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme1.png'); 
	background-position: -10px -39.5px; 
	background-repeat:no-repeat;
	padding:3px 0 3px 37px;
	margin:0 0 4px 0;
	}
.left-column .box .rss {
	padding:7px 0 7px 37px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme1.png'); 
	background-position: -10px -88.5px; 
	background-repeat:no-repeat;
	}
/* left banner */
.left-column .box .ad img {
	margin:0 auto;
	display:block;
	z-index:-5;
	}
/* CSS FOR NEWS START*/
/* left center big box */
.center-box {
	float:left;
	width:635px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/bg-center-box.gif) repeat-y left;
	margin:6px 0 11px 0;
	}
.center-box .top {
	float:left;
	width:635px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/bg-center-box-top.gif) no-repeat left top;
	}
.center-box .bottom {
	float:left;
	width:615px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/bg-center-box-bottom.gif) no-repeat left bottom;
	padding:10px 8px 7px 12px;
	_padding:10px 4px 7px 6px; /* For IE6 */
	}
.center-box img {float:left;margin:3px 25px 0 0;}
.center-box h2 {font-size:113%;margin:0;}
.center-box p {color:#004B85;font-size:78%;}
.center-box .date {font-size:78%;font-weight:bold;margin:4px 0;}
.center-box ul.news {font-size:95%;}	
/* CSS FOR NEWS END*/
	
/* left center box */
.left-col .box {
	float:left;
	width:321px;
	height:100%;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme3.png'); 
	background-position: -2007px 100%; 
	background-repeat:y-repeat;
	margin:0 0 11px 0; /* Top Right Bottom Left */
	}
.left-col .box .top {
	float:left;
	width:321px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position: -2060px -10px; 
	background-repeat:no-repeat;
	margin-bottom:-15px;
	}
.left-col .box .bottom {
	float:left;
	width:321px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position: -2401px 100%; 
	background-repeat:no-repeat;
	padding:10px 8px 20px 12px;
	_padding:10px 0px 12px 1px; /* For IE6 */
	}
.left-col .box .text {
	float:left;
	width:190px;
	}
.left-col .box .image {
	float:right;
	width:100px;
	overflow:hidden;
	}
.left-col .box .image img {margin:0 auto;}

/* right center box */
.right-col .box {
	float:left;
	width:301px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme3.png'); 
	background-position: -844px 100%; 
	background-repeat:y-repeat;
	margin:0 0 12px 0; /* Top Right Bottom Left */
	}
.right-col .box .top {
	float:left;
	width:301px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position: -2752px -10px; 
	background-repeat:no-repeat;
	margin-bottom:-15px;
	}
.right-col .box .bottom {
	float:left;
	width:301px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position: -3073px 100%; 
	background-repeat:no-repeat;
	padding:10px 0px 15px 5px;
	_padding:9px 0px 15px 0px; /* For IE6 */
	}
/* Green Tech box */
.right-col .box_green {
	float:left;
	width:301px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme3.png'); 
	background-position:-1495px 100%;
	background-repeat:y-repeat;
	margin:0 0 10px 0; /* Top Right Bottom Left */
	}
.right-col .box_green .top_green {
	float:left;
	width:301px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position:-4054px -10px;
	background-repeat:no-repeat;
	margin-bottom:-10px;
	}
.right-col .box_green .bottom_green {
	float:left;
	width:301px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position:-4375px 100%;
	background-repeat:no-repeat;
	padding:10px 0px 9px 5px;
	_padding:9px 0px 8px 0px; /* For IE6 */
	}
	
/* noticias box */
.noticias-cols .box {
	float:left;
	width:295px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/noticias-bg-medium-box.gif) repeat-y left;
	margin:5px 0 11px 0;
	}
.noticias-cols .box .top {
	float:left;
	width:295px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/noticias-bg-medium-box-top.gif) no-repeat left top;
	}
.noticias-cols .box .bottom {
	float:left;
	width:295px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/noticias-bg-medium-box-bottom.gif) no-repeat left bottom;
	padding:9px 0px 7px 5px;
	_padding:9px 0px 7px 0px;
	}
	
/* * html .right-col .box .bottom {overflow:hidden;} */

.right-col .box .text {
	float:left; 
	width:expression(document.body.clientWidth > 200 ? "200px": "auto" );
	}
.right-col .box .image {
	float:right;
	}
	
/* CSS FOR NEWS START*/
.left-column .box .content {padding:0 10px;}
.left-column h3.blue {
	font-size:78%;
	color:#fff;
	margin:6px 0 0 0;
	font-family: arial, tahoma, sans-serif;
	text-align:center;
	padding:3px 0;
	background:#004B85 url(http://www.hispanicbusiness.com/_client_common/images/main/bg-h3-blue.gif) no-repeat left top;
	}
.research-blue-box h3.blue {
	font-size:78%;
	color:#fff;
	margin:6px 0 0 0;
	font-family: arial, tahoma, sans-serif;
	text-align:center;
	padding:3px 0;
	background:#004B85 url(http://www.hispanicbusiness.com/_client_common/images/main/research-h3-blue.gif) no-repeat left top;
	}
/* CSS FOR NEWS END*/

/* quotation table */
.quotation {
	border-collapse:collapse;
	width:100%;
	font-size:78%;
	margin:10px 0 0 0;
	}
.quotation th {
	padding:2px 6px;
	text-align:left;
	background:#069;
	color:#fff;
	}
.quotation th.up,
.quotation th.down {text-align:center !important;}
.quotation td {
	padding:2px 6px;
	}
.quotation td.up {
	padding-left:20px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/arrow-up.gif) no-repeat left;
	color:#090;
	}
.quotation .bg td {background-color:#F2F2EA;}


/* right-col ad */
.right-col .ad {
	clear:both;
	margin:0 0 10px 0;
	}
	
/* right column ad */
#right-ad .box {
	float:left;
	width:171px;
	height:100%;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme3.png'); 
	background-position:-2348px 100%;
	background-repeat:y-repeat;
	margin:5px 0 11px -55px;
	}
#right-ad .box .top {
	float:left;
	width:171px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position:-4696px -10px;
	background-repeat:no-repeat;
	margin-bottom:-15px;
	}
#right-ad .box .bottom {
	float:left;
	width:171px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position:-4887px 100%;
	background-repeat:no-repeat;
	padding:10px 1px 15px 1px;
	}
#right-ad .ads img {
	margin:0 auto 10px auto;
	display:block;
	z-index:0;
	overflow:hidden
	}
	
#right-ad .ads {
	clear:both;
	width:100%;
	}
#right-ad .small_right_ad {
    display: block;
    margin-bottom: 0px;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 160px;
    height: 60px;
    float:none;
}
	
/* dotted line */
div.line {
	width:100%;
	height:1px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme2.png'); 
	background-position:509.5px -10px2
	overflow:hidden;
	margin:10px 0;
	}
.bottom-ad {
	clear:both;
	width:100%;
	margin:10px 0 0 0;
	text-align:center;
	}
* html .bottom-ad {margin:0;}
.bottom-ad img {margin:0 auto 10px auto;}

/* footer */
.footer_links {
	margin: 0 auto; /* Top Right Bottom Left */
	width:495px;
	height:25px;
	padding:30px 0 0 0; /* Top Right Bottom Left */
	overflow:hidden;
}
.footer {
	float:left;
	width:80px;
	text-align:left;
	text-decoration:underline;
	font-size:78%;
	font-weight:bold;
	}
.footer ul {
	margin:0 0 10px 0;
	padding:0;
	}
.footer ul li {
	display:inline;
	list-style:none;
	}
.footer ul li a {
	padding:0 10px 0 6px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme1.png'); 
	background-position: 63px -128.5px; 
	}
.footer ul li.last a {
	padding-right:0;
	background:none;
	}
.copyright {
	position:relative;
	font:70% verdana,sans-serif;
	width:300px;
	height:30px;
	text-align:center;
	margin: 0 auto; /* Top Right Bottom Left */
	padding-top:20px;
	}
	
/* dark floating line */
.floating-line {
	width:100%;
	position:fixed;
	bottom:20px;
	left:0;
	}
.floating-line .bg {
	width:100%;
	height:32px;
	background:#000;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	}
.floating-line .content {
	margin:0 auto -43px auto;
	height:67px;
	width:900px;
	line-height:67px;
	color:#fff;
	position:relative;
	z-index:99;
	}
* html .floating-line .content {margin-bottom:-48px}
.woy {
	float:left;
	height:67px;
	width:288px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/woy.png) no-repeat left;
	}
.floating-line .text {
	float:left;
	padding:6px 0 0 10px;
	font-size:24px;
	}
	
/* bottom bar */
.bottom-bar {
	clear:both;
	margin:0 0 19px 0;
	width:100%;
	text-align:right;
	font-size:78%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 0 7px 0;
	}
.bottom-bar a {color:#000;}

/* Article ads by Ricardo Peinado */
/* Lower-casing image urls to prevent redirects due to new rewrite rules */
#HB-ad .box {
	float:left;
	width:307px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-bg-medium-box.gif) repeat-y left;
	margin:5px 5px 11px 0;
	}
#HB-ad .box .top {
	float:left;
	width:307px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-bg-medium-box-top.gif) no-repeat left top;
	}
#HB-ad .box .bottom {
	float:left;
	width:307px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-bg-medium-box-bottom.gif) no-repeat left bottom;
	padding:9px 0px 4px 4px;
	}
#HB-ad .ads img {
	margin:0 auto 10px auto
}

/* HomePage Article ads by Ricardo Peinado */
#HB_HomePage-ad .box {
	float:left;
	width:310px;
	height:100%;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme3.png'); 
	background-position: -1165px 100%;
	background-repeat:y-repeat;
	margin:5px 0px 11px 0;
	}
#HB_HomePage-ad .box .top {
	float:left;
	width:310px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position: -3394px -10px;
	background-repeat:no-repeat;
	margin-bottom:-15px; 
	}
#HB_HomePage-ad .box .bottom {
	float:left;
	width:310px;
	background-image:url('http://www.hispanicbusiness.com/_client_common/images/main/sprites/spriteme4.png'); 
	background-position: -3724px 100%; 
	background-repeat:no-repeat;
	padding:9px 0px 15px 4px;
	}
#HB_HomePage-ad .ads img {
	margin:0 auto 10px auto
}

/* Entrepreneur innner boxes by Ricardo Peinado */
/* Lower-casing image urls to prevent redirects due to new rewrite rules */
#HB-Entrepreneur .box {
	float:left;
	width:600px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-inner-bg-big-box.gif) repeat-y left;
	margin:5px 5px 11px 0;
	}
#HB-Entrepreneur .box .top {
	float:left;
	width:600px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-inner-bg-big-box-top.gif) no-repeat left top;
	}
#HB-Entrepreneur .box .bottom {
	float:left;
	width:600px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-inner-bg-big-box-bottom.gif) no-repeat left bottom;
	padding:9px 10px 4px 4px;
	_padding:9px 0px 4px 0px;
	}
	
/* Entrepreneur innner boxes by Ricardo Peinado */
#HB-AutoAd .box {
	float:left;
	width:150px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-auto-ad-box.gif) repeat-y left;
	margin:0px 5px 11px 0;
	}
#HB-AutoAd .box .top {
	float:left;
	width:150px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-auto-ad-box-top.gif) no-repeat left top;
	}
#HB-AutoAd .box .bottom {
	float:left;
	width:150px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-auto-ad-box-bottom.gif) no-repeat left bottom;
	padding:9px 5px 4px 4px;
	}

/* Story Tools and Comments box */
.storytool .box {
	float:left;
	width:600px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-inner-bg-big-box.gif) repeat-y left;
	margin:5px 5px 11px 0;
	}
.storytool .box .top {
	float:left;
	width:600px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-inner-bg-big-box-top.gif) no-repeat left top;
	}
.storytool .box .bottom {
	float:left;
	width:600px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-inner-bg-big-box-bottom.gif) no-repeat left bottom;
	padding:9px 10px 4px 4px;
	/* _padding:9px 0px 4px 0px; DPF: commenting out invalid directive */
	}
    
/* Social Media Plugins */
/* Author: Donat P. Fevre */
.social_media
{
}

.social_media .box
{
	float:left;
	width:150px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-social_media_box-mid.gif) repeat-y left;
	margin:5px 5px 11px 0;
}

.social_media .top
{
	float:left;
	width:150px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-social_media_box-top.gif) no-repeat left top;
}

.social_media .bottom
{
	float:left;
	width:150px;
	background:url(http://www.hispanicbusiness.com/_client_common/images/main/hb-social_media_box-bottom.gif) no-repeat left bottom;
	padding:9px 10px 4px 4px;
}

/* Image-Caption boxes by Ricardo Peinado */	
.picture { 
			background-color: #F9F9F9;
			border: 1px solid #CCCCCC; 
			padding: 3px;
			font: 11px/1.4em Arial, sans-serif; 
		}
.picture img { 
			border: 1px solid #CCCCCC;
			vertical-align:middle; 
			margin-bottom: 3px; 
			}
.right { margin: 0.5em 0 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; }


/* Homepage most popular tabs -- Ricardo Peinado 021809 */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 9px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #58585A;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #FFFFFF; }
ul.tabbernav li a:visited { color: #FFFFFF; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #E51B24;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #E51B24;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background: E51B24;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* http://www.hispanicbusiness.com/top100influentials/ page (9/30/09) */
a.influcat:link {color: #E51B24; font-size: 12px; text-decoration: none;}
a.influcat:visited {color: #E51B24; font-size: 12px; } 
a.influcat:hover {color: #666666; text-decoration:underline;}

#sitemap ul 
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#sitemap li
{
	float:left;
}
#sitemap a:link,#sitemap a:visited
{
	display:block;
	width:145px;
	padding:2px;
	line-height:16px;
}
#sitemap a:hover
{
	color:#E51B24;
}
#sitemap a 
{
	color:#960;
	text-decoration:none;
}
#sitemap .bold_navi a
{
	font-weight: bold;
	font-size:0.90em;
}
#sitemap li a
{
	font-size: 0.75em;
	font-family: Georgia, Times New Roman,serif;
	line-height: 200%;
}
#sitemap .bold_grey li
{
	font-weight: bold; 
	font-size: 0.75em;
	font-family: Georgia, Times New Roman,serif;
	color:#58585A;
	line-height:30px;
}
