/*Name: 		Color Fusion*/
/*URL:			http://colorfusion.themejoomla.com*/
/*Copyright:	Theme Joomla*/
/*URL:			http://www.themejoomla.com*/

/*Core Template CSS Style Sheet*/

/*STRUCTURAL*/
/*001 - All Global CSS Resets*/
/*002 - Core Structural Elements from Top to Bottom*/
/*003 - Header Elements*/
/*004 - Top Primary Navigation*/
/*005 - Top Advert Modules*/
/*006 - Main Content Area*/
/*007 - Pathway and Search Elements*/
/*008 - Left, Right and Main Area*/
/*009 - Base Site Area*/
/*010 - Bottom Footer Area*/
/*FIXED STYLES*/
/*001a - Main Body*/
/*002a - List Styles, Paragraphs and Links */
/*003a - Site Pathway and Search Styling */
/*004a - Content Styles */
/*005a - Input Boxes and Buttons*/
/*006a - Standard Module Styling*/
/*007a - Square Module Styling -square*/
/*008a - Rounded Module Styling -rounded*/
/*009a - Top Ads / Footer Ads Module Styling*/
/*010a - Theme Style Content Style Typography*/
/*011a - Joomla Core Style Elements*/
/*012a - Main Menu Standard*/
/*013a - Main Menu Split*/
/*014a - Main Menu Super Suckerfish*/
/*015a - Theme Joomla Tips Styling*/
/*016a - Light Box Styling*/
/*017a - Advanced Content Headings Styling*/
/*018a - Theme Joomla Control Module Specifics*/


/*001 - All Global CSS Resets*/
* {
	margin: 0;
	padding: 0;
}

p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0;
}

p {
	padding-bottom: 5px;
	padding-top: 5px;
}

img {
	border: 0;
}
a img {
	border: 0;
}

a:hover img {
border:0;
background-color:none;
text-decoration:none;
}



table {
	font-size: 1em;
}
.hidden {
	display: none;
}

html {

}

/*002 - Core Structural Elements from Top to Bottom*/
.full_site_wrap {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#top_wrapper_out {
	margin:0 auto;
	width:950px;
	text-align: left;
}

#top_wrapper_in {
	padding-left: 50px;
	padding-right: 50px;
}

/*003 - Header Elements*/

#header {
	color:#FFFFFF;
	width: 850px;
	height: 84px;
}

#header_left {
	float: left;
	width: 400px;
}

#header_right {
	float: right;
	width: 350px;
}

#web_controls {
	float: right;
	height: 25px;
}

#top_menu {
	float: right;
	padding-top: 30px;
	height: 28px;
	clear: both;
	width: 350px;
	text-align: right;
	font-size: 12px;
}

/*004 - Top Primary Navigation*/

#primary_nav {

	background-image: url(http://tcgrec.com/templates/fusionlite/images/primary_menu_bg.png);
	background-repeat: no-repeat;
}

/*005 - Top Advert Modules*/

#top_ads {
	margin-top: 10px;
}

#top_ads div.moduletable {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#advert_one, #advert_two, #advert_three {
	float: left;
	width: 0%;
	margin-bottom: 10px;
}

#advert_one .topbutton a, #advert_two .topbutton a {
color:#ffffff;
font-size:28px;
font-weight:normal;
font-family: Trebuchet MS, Arial, Helvetica, sans serif;
}

#advert_one .topbutton a:hover, #advert_two .topbutton a:hover {
background-color:transparent;
text-decoration:none;
font-weight:bold;
color:#ffffff;
}

/*006 - Main Content Area*/

#main_wrap_out {
	clear:both;
	margin:15px auto 0 auto;
	width:100%;
	text-align: left;
	background-color: #FFFFFF;
	/*float: left;*/
	border-top: 2px solid #EFEFEF;
	min-height:350px;
}

#main_wrap_in {
	margin:0 auto;
	width: 850px;
	text-align: left;
	position: relative;
	z-index: 0;
}

/*007 - Pathway and Search Elements*/

#path_search {
	float: left;
	background-image: url(http://tcgrec.com/templates/fusionlite/images/path_search_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 850px;
	overflow:hidden;
}

#pathway {
	height: 24px;
	color: #787878;
	clear: both;
	float: left;
	line-height: 24px;
	padding-left: 15px;
}

#search {
	float: right;
	padding-right: 10px;
}

#searchForm {
	margin-bottom: 10px;
}

/*008 - Left, Right and Main Area*/

#left_mods div.module, #left_mods div.module-square, #left_mods div.module-rounded,
#right_mods div.module, #right_mods div.module-square, #right_mods div.module-rounded {
	margin-bottom: 15px;
}

#left_mods {
	float: left;
	width: 198px;
	color: #D3D3D3;
	font-size: 12px;
	margin-left: 7px;
}

.ie6 #left_mods {
	width: 178px;
	margin-left: 0px;
}

#all_content {
	float: left;
}

#right_mods {
	float: left;
	width: 203px;
	color: #D3D3D3;
	font-size: 12px;
	margin-left: 5px;
}

.ie6 #right_mods {
width: 180px;
}

#top_insets {
	float: left;
	width: 635px;
	padding-left: 12px;
}


.ie6 #top_insets {
	width: 620px;
}

#top_insets div.moduletable {
	padding-left: 7px;
	padding-right: 7px;
}

#inset_one, #inset_two {
	float: left;
	width: 49%;
	padding-bottom: 10px;
	padding-top: 10px;
}

#main_inset {
	float: left;
	width: 590px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 10px;
}

.ie6 #main_inset {
	width: 550px;
	margin-left: 15px;
	margin-right: 15px;
}

#center_content {
	width: 600px;
	padding-left: 10px;
	float: left;
}

#main_content {
	float: left;
	width: 600px;
	margin-left: 18px;
	font-size: 13px;
}

.ie6 #main_content {
margin-left: 0px;
}

#main_banner {
	text-align: center;
	margin: 5px;
	clear: both;
}

#main_banner a:hover {
	background-color: transparent;
}

/*009 - Base Site Area*/

#base_wrap_out {
	clear:both;
	margin:0 auto;
	width:100%;
	height: 250px;
	text-align: left;
	background-image: url(http://tcgrec.com/templates/fusionlite/images/bg_base.png);
	background-repeat: repeat;
	float: left;
}

#base_wrap_in {
	margin:0 auto;
	width:850px;
	text-align: left;
}

#footer_ads {
	padding-top: 10px;
	color:#D3D3D3;
	clear: both;
}

#footer_ads div.moduletable {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#advert_four, #advert_five, #advert_six {
	float: left;
	width: 33%;
	padding-bottom: 50px;
}


.ie6 #advert_four, .ie6 #advert_five, .ie6 #advert_six {
	padding-bottom: 0px;
}


/*010 - Bottom Footer Area*/

#footer_wrap_out {
	clear:both;
	margin:0 auto;
	width:100%;
	text-align: left;
	background-color: #191919;
	float: left;
}

#footer_wrap_in {
	margin:0 auto;
	width:850px;
	text-align: left;
}

.footer {
	position: absolute;
	background-color: #65cee9;
	background-image:url(http://tcgrec.com/templates/fusionlite/images/footer_bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 45px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	font-size: 0.85em;
	padding-top: 10px;
	color: #ffffff;
}

.ie6 .footer {
	position: relative;
}

/*This is a link back to Theme Joomla, and is hidden, and will not effect your site*/
#link_back h1 { 
	position: absolute;
	top: 0px;
	left: -5000px;
	visibility:hidden;
}

/*001a - Main Body*/
body {
	margin: 0;
	padding: 0;
	background-image: url(http://tcgrec.com/templates/fusionlite/images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
}

/*002a - List Styles, Paragraphs and Links */
ul {
	list-style: none;
	padding: 5px 0px 10px 0px;
}

li {
	background-image: url(http://tcgrec.com/templates/fusionlite/images/link.gif);
	background-repeat: repeat-y;
	background-position: 5px 0px;
	padding-left: 20px;
	display: block;
	line-height: 18px;
}

ul li ul li {
	background-image: none;
}

a:link, a:visited, li a:link, li a:visited {
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover, a:active, li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.ie #cf_content_links a:link {text-decoration: none;}

.footer a:link, .footer a:visited { color: #EFEFEF; text-decoration: underline; }

#top_ads li, #footer_ads li {
	background-image: url(http://tcgrec.com/templates/fusionlite/images/link_ads.gif);
}

div.module-rounded li, div.module-square li {
	background-image: url(http://tcgrec.com/templates/fusionlite/images/link_mods.gif);
	background-position: 5px 0px;
	line-height: 18px;
}

#top_insets ul {
	list-style: none;
	padding: 0px 0px 20px 0px;
}

#top_insets li {
	background-image: none;
	padding-left: 0px;
	display: block;
	color: #999999;
}

#top_insets li a:link, #top_insets li a:visited {
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	color: #999999;
	text-decoration: none;
	height: 20px;
}

#top_insets li a:hover {
	background-color: #F3F3F3;
	padding-left: 10px;
	display: block;
}

#no_background a:hover, #logo_image a:hover {
	background-color: transparent;
}

#no_background {
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

/*003a - Site Pathway and Search Styling */
.pathway {
	font-size: 12px;
	height: 24px;
	line-height: 23px;
	overflow:hidden;
}

span.pathway img, a.pathway img {}

.pathway a:link, .pathway a:visited {
	padding-right: 3px;
	padding-left: 3px;
}

/*004a - Content Styles */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #494949;
}

h1 {
	font-size: 2.0em;
}

#logo_text h1 {
	padding-top: 30px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

#top_ads h3, #left_mods h3, #right_mods h3, #main_inset h3, #footer_ads h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#top_ads h3, #footer_ads h3, #left_mods h3, #right_mods h3 {
	background-image: url(http://tcgrec.com/templates/fusionlite/images/heading_balls.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 20px;
	font-family: "arial narrow";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.safari #top_ads h3, .safari #footer_ads h3, .safari #left_mods h3, .safari #right_mods h3 {
	background-position: 3px 4px;
}

#left_mods div.module-square h3, #right_mods div.module-square h3 {
	padding-left: 23px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 5px 6px;
}

.safari #left_mods div.module-square h3, .safari #right_mods div.module-square h3 {
	background-position: 5px 4px;
}

#main_inset .module-rounded h3 {
	border-bottom: none;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
}

#left_mods .module-rounded h3, #right_mods .module-rounded h3 {
	padding-top: 5px;
	background-position: 5px 6px;
	border-bottom: none;
}

.safari #left_mods .module-rounded h3, .safari #right_mods .module-rounded h3 {
	background-position: 4px 4px;
}

#top_insets h3 {
	font-size: 18px;
	padding-left: 10px;
	padding-bottom: 3px;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

/*005a - Input Boxes and Buttons*/
#search input {
	background-image: url(http://tcgrec.com/templates/fusionlite/images/search_confirm.png);
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
	height: 16px;
	font-size: 12px;
	padding: 2px;
	padding-top: 1px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#search input.button {
	border: none;
	background-image: none;
	padding: 5px;
	margin-left: 2px;
	height: 26px;
	cursor:pointer;
}

.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#search input.button:hover {}

#mod_login_username, #mod_login_password {
	height: 16px;
	width: 150px;
	margin-bottom: 3px;
}

#modlgn_username, #modlgn_passwd  {	
	height: 16px;
	width: 150px;
	margin-bottom: 3px; 
}

.ie6 #mod_login_username, .ie6 #mod_login_password {
	width: 150px;
}

.module-rounded #mod_login_username, .module-rounded #mod_login_password, .module-rounded .button {
	background-color: #CCCCCC;
}

.module-rounded #mod_login {
color:#333333;
}



.button {
	background-color: #EFEFEF;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding: 4px 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
}

.button:hover {
	background-color: #E6E6E6;
}

.back_button {
	background-color: #EFEFEF;
	border: none;
	border-bottom: 3px solid #CCCCCC;
	padding: 2px 5px;
	color: #646464;
	margin-top: 0px;
	margin-bottom: 3px;
}

/*006a - Standard Module Styling*/
	div.module div div div, div.moduletable div div div {
	background: none;
	padding: 0px;
	padding-bottom: 10px;
	clear: both;
}

div.module div div div div, div.moduletable div div div div { clear: none; }

/*007a - Square Module Styling -square*/
div.module-square {
	background-color:#EEEEEE;
	background-image: url(http://tcgrec.com/templates/fusionlite/images/square_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

div.module-square p {
	padding: 5px;
}

/*008a - Rounded Module Styling -rounded*/


div.module-rounded div div div div,  div.moduletable-rounded div div div div {
background-image: none;
}


div.module-rounded, div.moduletable-rounded {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	background-image: url(http://tcgrec.com/templates/fusionlite/images/standard_tl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
color:#333333;
}

div.module-rounded div, div.moduletable-rounded div {
	background: url(http://tcgrec.com/templates/fusionlite/images/standard_tr.png) 100% 0 no-repeat;
}

div.module-rounded div div, div.moduletable-rounded div div{
	background: url(http://tcgrec.com/templates/fusionlite/images/standard_bl.png) 0 100% no-repeat;
}

div.module-rounded div div div, div.moduletable-rounded div div div {
	background: url(http://tcgrec.com/templates/fusionlite/images/standard_br.png) 100% 100% no-repeat;
	padding: 7px;
	padding-left: 14px;
	padding-right: 14px;
	width: auto !important;
	width: 100%;
	height: 1%;
}

.ie6 div.module-rounded div div div, .ie6 div.moduletable-rounded div div div {
	padding-right: 10px;
}

div.module-rounded div div div div {
	background-image: none;
}


/*009a - Top Ads / Footer Ads Module Styling*/
#top_ads div.moduletable, #footer_ads div.moduletable {font-size: 12px;}

/*010a - Theme Style Content Style Typography*/
p.style_one, p.style_two, p.style_three, p.style_four, p.style_five {
	display: block;
	padding: 8px 20px 8px 10px;
	margin: 15px 0;
	background-color: #EFEFEF;
}

p.style_one {
	color: #31C100;
	border-right: 3px solid #36D900;
}

p.style_two {
	color: #DD8500;
	border-right: 3px solid #36D900;
}

p.style_three {
	color: #CE4D7A;
	border-right: 3px solid #CE4D7A;
}

p.style_four {
	color: #B928FF;
	border-right: 3px solid #B928FF;
}

p.style_five {
	color: #0075C4;
	border-right: 3px solid #0075C4;
}

p.error,
p.notice,
p.color {
	display: block;
	padding: 10px;
	margin: 15px 0;
}


div.error, div.message {clear: both;}

dt.error, dt.message {display: none;}

 

p.error, dd.error, dd.message,

p.notice,

p.color,

{

                display: block;

                padding: 10px;

                margin: 15px 0;

                clear: both;

}

 

p.error, dd.error, dd.message, div.message {

                color: #FF2222;

                background-color: #EFEFEF;

                border-top: 3px solid #FF2222;

}

 

dd.error {
		margin-left: 20px;
}


pre {
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	font-size: 12px;
	background-color: #EFEFEF;
	white-space: normal;
}

blockquote {
	background: #EFEFEF url(http://tcgrec.com/templates/fusionlite/images/quote.png) 100% 10% no-repeat;
	line-height: 110%;
	width: auto;
	padding: 15px 55px 15px 15px;
	margin: 0;
	font-style: normal;
	color:#666666;
}

.sectiontableheader {
	background-color: #FFFFFF;
	height: 28px;
	text-indent: 5px;
	font-weight: normal;
	border-bottom: 2px solid #999999;
}

.sectiontableentry1, .sectiontableentry2 {
	height: 28px;
	text-indent: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

.sectiontableentry1 {
	background-color: #EFEFEF;
}

.sectiontableentry1-square, .sectiontableentry2-square {
	text-align: left;
	vertical-align: middle;
}

/*011a - Joomla Core Style Elements*/
.contentheading, .componentheading {
	margin: 0;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 2.0em;
	color: #333333;
}

.small { display: none; }

td.createdate, td.modifydate { display: none;}

fieldset {
	border: none;
	padding: 5px;
}

td.createdate {
	border-bottom: 2px solid #333333;
}

td.modifydate {
	border-top: 2px solid #333333;
}

.pagenav_next, .pagenav_prev {
	font-weight: normal;
}

.mosimage {
	padding: 0;
	margin: 5px 10px 5px 10px!important;
	margin: 5px;
	border: 3px solid #CCCCCC;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #333333;
	background-color: #CCCCCC;
	font-size: 11px;
}

span.article_seperator, hr {
	display: block;
	line-height: 2px;
	height: 2px;
	margin: 1px 0px;
	background-color: #FFFFFF;
	border: none;
}

.content_rating {
	font-size: 12px;
	line-height: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.content_rating img {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 1px;
	padding-right: 1px;
}

.content_vote {
	font-size: 12px;
	border-top: 2px solid #222222;
	display: block;
	height: 32px;
	width: 188px;
	padding-left: 5px;
	padding-right: 5px;
}

.ie6 .content_vote, .ie7 .content_vote {width: 240px;}

.opera .content_vote {width: 200px;}

.message {
	display: block;
	padding: 10px;
	margin: 15px 0;
	color: #FF2222;
	background-color: #339999;
	border-top: 3px solid #FF2222;
}

.content_vote input {
	margin-left: 2px;
	margin-right: 2px;
}

.poll-square {
	margin: 10px;
	padding: 5px;
}

.pollstableborder-square input {margin: 3px;}

.contentdescription img {
	border: 5px solid #FFFFFF;
	margin: 10px;
}

p#form-login-username, p#form-login-password, p#form-login-remember {
	padding: 0px;
	margin: 0px;
	color:#333333;
}

.bannerheader, .banneritem_text {
	color: #333333;
}
.banneritem_text a:link {
	padding-top: 5px;
	font-family: "arial narrow";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.syndicate a:hover, .syndicate a:link {
	background-color: #F8F8F8;
}

/*Top Menu Standard -nav*/
#mainlevel-nav li {
	background-image: none;
	padding-left: 10px;
	list-style: none;
	float:right;
	font-family: "arial narrow";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

/*012a - Main Menu Standard*/
.nav_standard {
	font-weight: bold;
	margin:0;
	padding:0;
	padding-left: 16px;
}

.nav_standard .current a:link, .nav_standard .current a:visited{
	color: #C4C4C4;
}

.nav_standard ul {
	position:absolute;
	top:-999em;
}

.nav_standard li {
	padding-left: 0px;
	margin-left: 0px;
	background-image: none;
	float: left;
	border-right: 2px solid #DFDFDF;
}

.nav_standard a:link, .nav_standard a:visited {
	display:block;
	padding: 6px 10px;
	line-height: 12px;
	text-decoration: none;
}

/*013a - Main Menu Split*/
.nav_split, .nav_split * {
	font-weight: bold;
	margin:0;
	padding:0;
}

.nav_split {
	float: left;
	padding-left: 16px;
	position:relative;
}

.nav_split ul {position:relative;}

.nav_split li {
	background-image: none;
	float: left;
	z-index:999;
	height: 24px;
	border-right: 2px solid #DFDFDF;
}

.nav_split li.current ul {z-index: 999; }

.nav_split li.sfHover ul, ul.nav_split li:hover ul {z-index: 1000;}

.nav_split li li {border-right: none;}

.nav_split a:link, .nav_split a:visited {
	display:block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}

.nav_split ul li a:link, .nav_split ul li a:visited {
	display:block;
	font-family: "arial narrow";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.nav_split li ul {
	left: 0;
	top: -999em;
	position: absolute;
	width: 850px;
}

.nav_split a:hover {
	color: #FFFFFF;
	margin-left: 0px;
}

.nav_split li.sfHover a.current {color: #C4C4C4;}

.nav_split li li:hover, .nav_split li li a:focus, .nav_split li li a:hover, .nav_split li li a:active {
	background-color: #FFFFFF;
	color: #333333;
}

.nav_split li li {padding-left: 0px;}

.nav_split li:hover ul, body .nav_split li.current ul, ul.nav_split li.sfHover ul {top:26px;}

.nav_split li:hover li ul, .nav_split li.sfHover li ul {top:-999em;}

.nav_split li li:hover ul, ul.nav_split li li.sfHover ul {top:26px;}

/*014a - Main Menu Super Suckerfish*/
/*First Suckerfish Menu Level*/
.nav_super {
	padding: 0;
	margin: 0;
	padding-left: 16px;
	position: relative;
	z-index: 10;
}

.nav_super li {
	float: left;
	background-image: none;
	border-right: 2px solid #DFDFDF;
	padding-left: 0px;
}

.nav_super li a:link,
.nav_super li a:visited {
	line-height: 24px;
	font-weight: bold;
	display:block;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.nav_super .current a:link, .nav_super .current a:visited {
	color: #C4C4C4;
}

.nav_super .current a:hover {
	background-color: #FFFFFF;
}

.nav_super li#sfhover,
.nav_super li.sfHover {position: relative;}

/*Suckerfish next levels up*/
.nav_super ul {
	display: none;
	position: absolute;
	top: 24px;
	left: -2px;
	float: none;
	width: 200px;
	line-height: 24px;
	background-color: #FFFFFF;
	padding: 0px;
	border-left: 2px solid #DFDFDF;
}

.nav_super li ul li ul {
	display: none;
	top: -1px;
	left: 200px;
}

.nav_super li ul li {
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0px;
	line-height: 24px;
	display: block;
	width: 200px;
	float:left;
	background: none transparent;
	cursor:pointer;/*opera*/
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #DFDFDF;
	border-bottom: none;
	border-right: none;
}

.nav_super li#sfhover ul li a:link,
.nav_super li#sfhover ul li a:visited,
.nav_super li.sfHover ul li a:link,
.nav_super li.sfHover ul li a:visited {
	display: block;
	background-image: url(http://tcgrec.com/templates/fusionlite/images/sucker_up.png);
	background-repeat: repeat-x;
	line-height: 24px;
	padding:0 10px;
	font-weight: normal;
}

.nav_super li#sfhover ul li a:hover,
.nav_super li#sfhover ul li a:hover,
.nav_super li.sfHover ul li a:hover,
.nav_super li.sfHover ul li a:hover {
	display: block;
	line-height: 24px;
	padding:0 10px;
	font-weight: normal;
	background-image: none;
}

/*015a - Theme Joomla Tips Plus Styling*/
.tool-tip {
	color: #333;
	width: 139px;
	z-index: 13000;
	border: 2px solid #FFFFFF;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(http://tcgrec.com/templates/fusionlite/images/bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(http://tcgrec.com/templates/fusionlite/images/bubble.png) bottom right;
}

/*016a - Light Box Styling*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #CCCCCC;
	cursor: pointer;
	z-index: 100;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 101;
}

.lbLoading {
	background: #fff url(http://tcgrec.com/templates/fusionlite/images/loading.gif) no-repeat center;
}

#lbImage {
	border: 2px solid #666666;
	border-bottom: none;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {left: 0;}

#lbPrevLink:hover {
	background: transparent url(http://tcgrec.com/templates/fusionlite/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {right: 0;}

#lbNextLink:hover {
	background: transparent url(http://tcgrec.com/templates/fusionlite/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	border: 2px solid #666666;
	border-top-style: none;
	background-color: #FFFFFF;
	text-indent: 5px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://tcgrec.com/templates/fusionlite/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {margin-right: 71px;}

#lbCaption {font-weight: bold; font-size: 14px;}

/*017a - Advanced Content Headings Styling*/
#cf_content_head {
	width: 615px;
	height: 48px;
}

#cf_calendar {
	float: left;
	width: 68px;
	border-right: 4px solid #FFFFFF;
	height:50px;
}

#cf_calendar_day {
	text-align: center;
	height: 27px;
	line-height: 28px;
	padding-top: 3px;
	color: #333333;
	font-size: 20px;
	background: url(http://tcgrec.com/templates/fusionlite/images/cal_back.png) top left;
	background-repeat: no-repeat;
}

#cf_calendar_year {
	text-align: center;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight:normal;
	border-top: 2px solid #FFFFFF;

}

#cf_content_mid {
	float: left;
	width: 543px;
}

#cf_content_right {float: right;}

#cf_content_title {
	background: url(http://tcgrec.com/templates/fusionlite/images/cont_head_bg.png) top left;
	text-align: left;
	height: 28px;
	line-height: 28px;
	padding-top: 2px;
	color: #333333;
	font-size: 20px;
	padding-left: 5px;
	width: 538px;
	overflow:hidden;
}

#cf_content_title a:link, #cf_content_title a:visited {text-decoration: none;}

#cf_content_title a:hover {
	background-color: transparent;
}

#cf_content_links {
	text-align: center;
	font-size: 11px;
	height: 18px;
	line-height: 16px;
	padding-left: 7px;
	background-color: #3399cc;
	background-image:url(http://tcgrec.com/templates/fusionlite/images/blue_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	border-top: 2px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial Narrow, Arial, Sans-Serif;
}

#cf_content_links a:link {
	color:#ffffff;
	font-family: "arial narrow";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

#cf_content_links a:hover {
	background-color:transparent;
	color: #ccffff;
}

#cf_content_links a:visited {
	color:#ffffff;
}

#cf_content_links ul {
	padding: 0px;
	margin: 0px;
}

#cf_content_links li {
	float: left;
	background-image: none;
	padding-right: 5px;
	display: inline;
	padding-left: 0px;
	color: #FFFFFF;
}

#cf_functions {
	width: 65px;
	float: right;
	padding-right: 2px;
	padding-top: 2px;
}

#cf_functions_pdf {
	float: left;

	width: 16px;
	height: 17px;
}

#cf_functions_print {
	float: left;
	display: block;
	width: 25px;
	height: 17px;
}

#cf_functions_email {
	float: left;
	display: block;
	width: 24px;
	height: 17px;
}

#cf_functions_pdf img, #cf_functions_print img, #cf_functions_email img {padding-top: 0px;}

.buttonheading img:hover {background-color: #3A3A3A;}

#cf_functions_pdf a:link, #cf_functions_pdf a:visited,
#cf_functions_print a:link, #cf_functions_print a:visited,
#cf_functions_email a:link, #cf_functions_email a:visited { 
	background-color: #FFFFFF; 
	padding: 0px;
}

/*018a - Theme Joomla Control Module Specifics*/
#color_1,
#color_2, #color_3,
#color_4, #color_5,
#font_standard,
#font_large, #font_xlarge {
	float: left;
}

#color_1 a,
#color_2 a, #color_3 a,
#color_4 a, #color_5 a {
	float: left;
	display: block;
	width: 6px;
	height: 21px;
	background-repeat: no-repeat;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	padding-left: 0px;
	padding-right: 0px;
}

#color_1 a:hover,
#color_2 a:hover, #color_3 a:hover,
#color_4 a:hover, #color_5 a:hover {border-top: 5px solid #DFDFDF;}

#font_standard a, #font_large a, #font_xlarge a {
	float: left;
	display: block;
	width: 18px;
	height: 21px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#l_spacer {
	float: left;
	display: block;
	width: 13px;
	height: 21px;
	border-right: 1px solid #DFDFDF;
}

#r_spacer {
	float: left;
	display: block;
	width: 13px;
	height: 21px;
	border-left: 1px solid #DFDFDF;
}

#font_standard a {background-image: url(http://tcgrec.com/templates/fusionlite/images/f_standard.png);}

#font_large a {background-image: url(http://tcgrec.com/templates/fusionlite/images/f_large.png);}

#font_xlarge a {background-image: url(http://tcgrec.com/templates/fusionlite/images/f_xlarge.png);}

#font_standard a:hover, #font_large a:hover, #font_xlarge a:hover {background-position: -18px 0px;}

#color_1,
#color_2,
#color_3,
#color_4,
#color_5,
#l_spacer,
#r_spacer {
	display: none;
}

#imgbutton a {
font-size:13px;
text-decoration:none;
background-image:url(http://tcgrec.com/templates/fusionlite/images/blue_bg.png);
background-repeat:repeat;
font-weight:bold;
color:#ffffff;
background-color:#0099cc;
padding:2px;
padding-left:6px;
padding-right:6px;
margin-right:5px;
}

#imgbutton a:hover {
font-size:13px;
background-color:#2FB900;
background-image:url(http://tcgrec.com/templates/fusionlite/images/green_bg.png);
background-repeat:repeat;
}

.imgbutton_clr a {
border:0;
background-color:#ffffff;
}

.imgbutton_clr a:hover {
border:0;
background-color:#ffffff;
text-decoration:none;
}

.oppimg img {
margin:1px;
border:1px solid #888888;
}
