a:focus {
	outline: none;
}

.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	float:left;
	background:url("tab_left.gif") no-repeat left top;
	margin:0;
	padding:0 3px 0 5px;
	text-decoration:none;
}

.shadetabs li a {
	float:left;
	display:block;
	background:url("tab_right.gif") no-repeat right top;
	padding:8px 10px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#0097E0;
}

.shadetabs li a:visited {
	color: #0097E0;
	text-decoration:none;
}

.shadetabs li a:hover {
	color: #2d2b2b;
	text-decoration:none;
}

.shadetabs li.selected {
	background-image: url("tab_left_on.gif");
	top: 1px;
	color:#fff;
	text-decoration:none;
}

.shadetabs li.selected a { /*selected main tab style */
	background-image: url("tab_right_on.gif");
	font-weight:bold;
	color:#fff;
	padding-bottom:6px;
	text-decoration:none;
}

.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	color:#fff;
}

.shadetabs2 {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li {
	float:left;
	background:url("tab_left2.gif") no-repeat left top;
	margin:0;
	padding:0 3px 0 5px;
	text-decoration:none;
	width: 105px;
	height: 55px;
}

.shadetabs2 li a {
	float:left;
	display:block;
	background:url("tab_right2.gif") no-repeat right top;
	padding:8px 10px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#0097E0;
	height: 55px;	
}

.shadetabs2 li a:visited {
	color: #0097E0;
	text-decoration:none;
}

.shadetabs2 li a:hover {
	color: #2d2b2b;
	text-decoration:none;
}

.shadetabs2 li.selected {
	background-image:url("tab_left_on2.gif");
	top: 1px;
	color:#fff;
	text-decoration:none;
	height: 55px;
}

.shadetabs2 li.selected a { /*selected main tab style */
	background-image:url("tab_right_on2.gif");
	font-weight:bold;
	color:#fff;
	padding-bottom:6px;
	text-decoration:none;
	height: 55px;	
}

.shadetabs2 li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	color:#fff;
}

.tabcontentstyle { /*style of tab content oontainer*/
	border-top: 3px solid #009EEB;
	width: 670x;
	margin-bottom: 5px;
	padding: 10px;
}

.tabcontent {
	display:none;
	font: normal 12px verdana;
	line-height: 15px;
}


@media print {
.tabcontent {
	display:block!important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Verdana;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited, 
color: white;
text-decoration: none;
}

.indentmenu ul li a:hover{
color: white;
text-decoration: none;
}

.indentmenu ul li a.selected{
color: #FFFF00 !important; 
xx-color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(indentbg2.gif) center center repeat-x;
text-decoration: none;
}

/*
.tabcontentstyle{ 
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
*/

/* ============================= Custom Style ========================== */

.tabcontent_box {
	width: 330px; 
	height: 265px; 
	padding: 5px; 
	margin-bottom: 5px;
	background: #FDFB00 url(http://www.onlinegames.net/images/bg_downloadable_games.png) no-repeat;
	border: 1px solid gray;
}

.tabcontent_textlisting {
	float: right; 
	width: 150px; 
	padding: 0; 
	xx-margin-right: 3px;
	xx-height: 54px;
	xx-padding: 0 4px 0 4px;
	xx-border: 1px solid red;
}

.tabcontent_textlisting ol {
	list-style-position: outside; 
	padding-left: 12px; 
	margin-left: 12px; 
	xx-border: 1px solid blue;
}

.tabcontent_textlisting ol li {
	margin: 0; 
	padding: 3px 0;	
	xx-width: 135px; 
	xx-padding: 0; 
}

.tabcontent_textlisting a:link, .tabcontent_textlisting a:active, .tabcontent_textlisting a:visited {
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;	
	color: #0000FF;
}

.tabcontent_textlisting a:hover {
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	color: #FF6800;
}

.tabcontent_piclisting {
	background: url(http://www.onlinegames.net/images/bg_gamebox.png) no-repeat; 
	float: left; 
	width: 160px; 
	padding: 4px; 
	margin: 5px 0 0 2px; 
	font-size: 12px; 
	xx-height: 54px; 
	xx-border: 1px solid green; 
}

.tabcontent_piclisting a:link, .tabcontent_piclisting a:active, .tabcontent_piclisting a:visited {
	font-size: 12px; 
	text-decoration: none;	
	color: #0000FF;
}

.tabcontent_piclisting a:hover {
	font-size: 12px; 
	text-decoration: none;	
	color: #000000;
}

.tabcontent_piclisting img {
	float: left;
	width: 50px;
	height: 50px;
	vertical-align: middle; 
	margin-right: 5px; 
	border: 1px solid #c0c0c0;
}

.tabcontent_gametitle {
	width:95px; 
	float:left;
}

