/* 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;
}
h1 {
	margin:0;
 font-size:
}
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:960px;
	margin:0 auto;
}
/* header */
#header {
	width:100%;
	position:relative;
	height:115px;
	margin:0 0 10px 0;
	background:#ccc url(bg-header.gif) repeat-x top;
}
/* header ad */
#header .ad {
	position:absolute;
	top:14px;
	left:10px;
}
/* logo */
#header h1 {
	margin:0;
}
a.logo {
	background:url(logo.gif);
	display:block;
	height:87px;
	left:9px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:405px;
}
/* date */
#header .date {
	font-size:14px;
	font-weight:bold;
	left:783px;
	position:absolute;
	top:7px;
}
/* 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:670px;
	top:10px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#nav {
	float:left;
	width:960px;
	background-color:#58585A;
}
#nav a {
	display: block;
}
#nav li {
	background-color:#58585A;
	margin-top:0px;
	float:left;
}
#nav li a {
	/* white letter */
	color:#FFFFFF;
	border-top:1px solid #bbb;
	border-right:1px solid #bbb;
	font:bold 12px Arial, sans-serif;
	text-decoration:none;
	line-height:26px;
	text-align:center;
	padding:0 10px;
	float:left;
}
#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;
}
#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;
	background-color:#000000;
	padding-left:5px;
	left:543px;
	position:absolute;
	top:32px;
}
.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;
	overflow:hidden;
}
#right-ad {
	float:right;
	width:131px;
	overflow:hidden;
}
.left-column {
	float:left;
	width:171px;
	overflow:hidden;
	padding:4px 0 0;
}
.research-blue-box {
	float:left;
	width:272px;
}
.right-column {
	float:right;
	width:636px;
	overflow:hidden;
	padding:4px 0 0;
}
.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;
	background:url(bg-big-box.gif) repeat-y left;
	margin:5px 0 11px 0;
}
.big-box .top {
	float:left;
	width:814px;
	background:url(bg-big-box-top.gif) no-repeat left top;
}
.big-box .bottom {
	float:left;
	width:794px;
	background:url(bg-big-box-bottom.gif) no-repeat left bottom;
	padding:9px 10px 0 10px;
}
.big-box .text {
	float:left;
	width:490px;
}
/* text-box-headers */
.headlines {
	font-size:78%;
	color:#E51B24;
	display:block;
	background:#fff;
	padding:4px 4px 0;
	float:left;
	margin:-16px 0 0 50px;
	_margin:-12px 0 0 50px; /* For IE6 */
	z-index:-5;
}
.headlines h1, .headlines h1 a {
	font-size:20px;
}
.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:18px;
	margin:0;
}
h3 {
	font-size:82%;
	margin:0 0 6px 0;
}
h2 a {
	color:#30668F;
}
p {
	margin:0 0 8px 0;
	font-size:12px;
	text-align:justify;
}
h4 {
	font-size:70%;
	margin:0 0 6px 0;
}
div.more {
	font-size:70%;
}
div.more a {
	color:#960;
	background:url(bullet-more.gif) no-repeat 0 1px;
	padding:0 0 0 18px;
}
#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:12px;
	line-height:140%;
}
ul.bulleted li {
	list-style:none;
	padding:0 0 0 6px;
	background:url(bullet.gif) no-repeat 0 6px;
	float:left;
	width:195px;
}
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(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:12px;
	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;
	background:url(bg-small-box.gif) repeat-y left;
	margin:0 0 11px 0;
}
.left-column .box .top {
	float:left;
	width:171px;
	background:url(bg-small-box-top.gif) no-repeat left top;
}
.left-column .box .bottom {
	float:left;
	width:171px;
	background:url(bg-small-box-bottom.gif) no-repeat left bottom;
	padding:9px 0 7px 0;
}
.left-column .box .links {
	padding:10px 20px 0 23px;
}
.left-column .box .links a {
	font-size:70%;
	line-height:120%;
	display:block;
}
/* Research */
.research-blue-box .box {
	float:left;
	width:272px;
	background:url(research-box.gif) repeat-y left;
	margin:0 0 11px 0;
}
.research-blue-box .box .top {
	float:left;
	width:272px;
	background:url(research-box-top.gif) no-repeat left top;
}
.research-blue-box .box .bottom {
	float:left;
	width:272px;
	background:url(research-box-bottom.gif) no-repeat left bottom;
	padding:9px 0 7px 0;
}
/* left ico-links */
.left-column .box .newsletters {
	padding:3px 0 3px 37px;
	background:url(ico-newsletters.gif) no-repeat left;
	margin:0 0 4px 0;
}
.left-column .box .rss {
	padding:7px 0 7px 37px;
	background:url(ico-rss.gif) no-repeat left;
}
/* 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(bg-center-box.gif) repeat-y left;
	margin:6px 0 11px 0;
}
.center-box .top {
	float:left;
	width:635px;
	background:url(bg-center-box-top.gif) no-repeat left top;
}
.center-box .bottom {
	float:left;
	width:615px;
	background:url(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;
	background:url(bg-box.gif) repeat-y left;
	margin:0 0 11px 0;
}
.left-col .box .top {
	float:left;
	width:321px;
	background:url(bg-box-top.gif) no-repeat left top;
}
.left-col .box .bottom {
	float:left;
	width:321px;
	background:url(bg-box-bottom.gif) no-repeat left bottom;
	padding:10px 8px 7px 12px;
	_padding:10px 0px 7px 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:url(bg-medium-box.gif) repeat-y left;
	margin:0 0 11px 0px;
}
.right-col .box .top {
	float:left;
	width:301px;
	background:url(bg-medium-box-top.gif) no-repeat left top;
}
.right-col .box .bottom {
	float:left;
	width:301px;
	overflow:hidden;
	background:url(bg-medium-box-bottom.gif) no-repeat left bottom;
	padding:9px 0px 7px 5px;
	_padding:9px 0px 7px 0px; /* For IE6 */
}
/* Green Tech box */
.right-col .box_green {
	float:left;
	width:301px;
	background:url(bg-medium-box-green.gif) repeat-y left;
	margin:0 0 11px 0px;
}
.right-col .box_green .top_green {
	float:left;
	width:301px;
	background:url(bg-medium-box-top-green.gif) no-repeat left top;
}
.right-col .box_green .bottom_green {
	float:left;
	width:301px;
	background:url(bg-medium-box-bottom-green.gif) no-repeat left bottom;
	padding:9px 0px 7px 5px;
	_padding:9px 0px 7px 0px; /* For IE6 */
}
/* noticias box */
.noticias-cols .box {
	float:left;
	width:295px;
	background:url(noticias-bg-medium-box.gif) repeat-y left;
	margin:5px 0 11px 0;
}
.noticias-cols .box .top {
	float:left;
	width:295px;
	background:url(noticias-bg-medium-box-top.gif) no-repeat left top;
}
.noticias-cols .box .bottom {
	float:left;
	width:295px;
	background:url(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(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(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(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:131px;
	background:url(bg-vsmall-box.gif) repeat-y left;
	margin:5px 0 11px 0;
}
#right-ad .box .top {
	float:left;
	width:131px;
	background:url(bg-vsmall-box-top.gif) no-repeat left top;
}
#right-ad .box .bottom {
	float:left;
	width:131px;
	background:url(bg-vsmall-box-bottom.gif) no-repeat left bottom;
	padding:9px 1px 0 1px;
}
#right-ad .ads img {
	margin:0 auto 10px auto;
	display:block;
	z-index:0;
	/* -- */
	overflow:hidden
}
/* CSS FOR NEWS START*/
#right-ad .ads {
	clear:both;
	width:100%;
}
/* CSS FOR NEWS END*/
	
/* dotted line */
div.line {
	width:100%;
	height:1px;
	background:url(bg-dotted.gif) repeat-x top;
	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 {
	float:left;
	width:100%;
	text-align:center;
	padding:40px 0 20px 0;
}
#footer ul {
	font-size:78%;
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
}
#footer ul li {
	display:inline;
	list-style:none;
}
#footer ul li a {
	padding:0 10px 0 6px;
	background:url(bullet1.gif) no-repeat right;
	color:#000;
	text-decoration:underline;
}
#footer ul li.last a {
	padding-right:0;
	background:none;
}
.copyright {
	font:70% verdana, sans-serif;
}
/* 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(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 */
#HB-ad .box {
	float:left;
	width:307px;
	background:url(HB-bg-medium-box.gif) repeat-y left;
	margin:5px 5px 11px 0;
}
#HB-ad .box .top {
	float:left;
	width:307px;
	background:url(HB-bg-medium-box-top.gif) no-repeat left top;
}
#HB-ad .box .bottom {
	float:left;
	width:307px;
	background:url(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;
	background:url(HB-bg-medium-box2.gif) repeat-y left;
	margin:5px 0px 11px 0;
}
#HB_HomePage-ad .box .top {
	float:left;
	width:310px;
	background:url(HB-bg-medium-box-top2.gif) no-repeat left top;
}
#HB_HomePage-ad .box .bottom {
	float:left;
	width:310px;
	background:url(HB-bg-medium-box-bottom2.gif) no-repeat left bottom;
	padding:9px 0px 4px 4px;
}
#HB_HomePage-ad .ads img {
	margin:0 auto 10px auto
}
/* Entrepreneur innner boxes by Ricardo Peinado */
#HB-Entrepreneur .box {
	float:left;
	width:600px;
	background:url(HB-inner-bg-big-box.gif) repeat-y left;
	margin:5px 5px 11px 0;
}
#HB-Entrepreneur .box .top {
	float:left;
	width:600px;
	background:url(HB-inner-bg-big-box-top.gif) no-repeat left top;
}
#HB-Entrepreneur .box .bottom {
	float:left;
	width:600px;
	background:url(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(HB-Auto-Ad-box.gif) repeat-y left;
	margin:0px 5px 11px 0;
}
#HB-AutoAd .box .top {
	float:left;
	width:150px;
	background:url(HB-Auto-Ad-box-top.gif) no-repeat left top;
}
#HB-AutoAd .box .bottom {
	float:left;
	width:150px;
	background:url(HB-Auto-Ad-box-bottom.gif) no-repeat left bottom;
	padding:9px 5px 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;
}
#tab1 .nav li {
	padding:0 0 5px;
}
.reviews_banner img {
	float:right;
	margin:2px 0 2px 5px;
	border:1px solid #666;
	padding:3px;
	background:#f9f9f9;
}
.reviews {
	border-bottom:1px dotted #457C92;
	margin:5px 0;
	padding:0 0 5px;
}
.reviews h3, .reviews h3 a, .bonus h3, .bonus h3 a {
	padding:0;
	margin:0;
	color:#000;
	text-decoration:none;
	font-size:14px;
	margin:0 0 3px 0;
	font-weight:bold;
}
.reviews h3 a:hover, .bonus h3 a:hover {
	color:#808080;
	text-decoration:none;
}
.reviews h4, .reviews h4 a {
	padding:0;
	margin:0;
	text-align:left;
	color:#104867;
	text-decoration:none;
	font-size:14px;
	margin:0 0 3px 0;
	font-weight:bold;
}
a.read-more {
	background:url(download.png) no-repeat;
	cursor:pointer;
	display:block;
	width:99px;
	height:48px;
	overflow:hidden;
	text-indent:-9999;
	font-size:0px;
}
ul.bullin {
	float:left;
	overflow:hidden;
	width:170px;
}
