#infobox{
	background:#FFFFFF url(info_bg.jpg) bottom no-repeat;	
	padding:1px;
	border:0px;
	width:525px;
	height:135px;
	margin:auto;
}
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 90%/150% "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	list-style-type: none;
	text-align: center;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #ffffff;
	background: #CCCCCC url(shade.jpg);
}

.shadetabs li a:visited{
	color: #ffffff;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background:#CCCCCC url(shadeactive.jpg);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}




.tabcontentstyle{ /*style of tab content oontainer*/
width: 525px;
margin-bottom: 1em;
padding: 0px;
margin-top:3px;
font: normal 100%/110% "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* RECOMMNDED MONEY MAKERS */
#rmm ul{
	list-style: none;
	margin: 0px;	
	bottom: 0px;
	
}
#rmm li {
	border-bottom: #dae2cc 1px dashed;
	line-height: 140%;
	list-style:none;
	padding:1px;
	margin:2px;
	float:left;
	width:148px;     
	text-align:center;	
	
}
#rmm a, #rmm a:link, #rmm a:visited, #rmm a:active{	
	text-decoration: none;	
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;	
}
#rmm a:hover{
	color: #666666;
	text-decoration: none;	
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;	
}
/* RECOMMNDED MONEY MAKERS ENDS */