/* MAIN */
body {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	background: url(img/body.png) repeat-x #0a1117;
	font-family: sans-serif,arial,helvetica;
	font-size: 12px;
	color: #def3ff;
}
img {
	border: none;
}
td {
	font-family: sans-serif,arial,helvetica;
	font-size: 12px;
	color: #def3ff;
}
td.header {
	height: 110px;
	background: url(img/header.png) #033663;
}
td.header .logo {
	height: 110px;
}
td.header .logo a {
	width:				275px;
	height:				105px;
	display:			block;
}
td.userpanel {
	height: 25px;
	background: #18354c;
	background: #082e52;
	padding-left: 5px;
	padding-right: 5px;
	color: #b7d0e5;
	border-top: 1px solid #273953;
	border-bottom: 1px solid #032340;
}
td.userpanel a{
	color: #b7d0e5;
}
td.footer {
	height: 40px;
	background: url(img/footer.png);
	text-align: center;
	font-size: 10px;
	color: #8FB0CC;
}
td.footer a:link,
td.footer a:visited {
	color: #a3c9e9;
}
td.footer a:hover {
	color: #b6ddff;
}

td.main {
	padding: 10px;
	background: #031a2f;

/*	border-left: 1px solid #363636;
	border-right: 1px solid #363636; */
}

a {
	color:#adc5e3;
	text-decoration: none;
}
a:hover {
	color:#5d9dec;
}

a.button {
	text-shadow: #000000 0px 0px 1px;
	display: block;
	width: 100px;
	height: 20px;
	text-align: center;
	color: #cde1e8;
	background: url(img/button.png) no-repeat;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}
a.button:hover {
}
input.button {
	text-shadow: #000000 0px 0px 1px;
	text-align: center;
	color: #cde1e8;
	background: url(img/pagenavi_bg.png) repeat-x #042c52;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #233f5a;
}
hr {
	border: 0px;
	background: #0a345b;
}
hr.sig {
	width: 250px;
	height: 3px;
	background: #072034;
	border: 0px;
}


/* navi */
#navigation {
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
}
#pagenavi span {
	padding: 3px;
	background: url(img/pagenavi_bg.png) repeat-x #042c52;
	border: 1px solid #233f5a;

	-moz-border-radius:3px;		/* Gecko */
	-khtml-border-radius:3px;	/* Opera */
	-icab-border-radius:3px;	/* iCab (Mac) */
	-webkit-border-radius:3px;	/* Safari/WebKit */
	-khtml-border-radius:3px;	/* Konqueror */

	font-weight: bold;
	color: #cde1e8;
	text-shadow: #000000 0px 0px 1px;
}
#pagenavi a {
	padding: 3px;
	background: url(img/pagenavi_bg.png) repeat-x #042c52;
	border: 1px solid #233f5a;

	-moz-border-radius:3px;		/* Gecko */
	-khtml-border-radius:3px;	/* Opera */
	-icab-border-radius:3px;	/* iCab (Mac) */
	-webkit-border-radius:3px;	/* Safari/WebKit */
	-khtml-border-radius:3px;	/* Konqueror */

	color: #cde1e8;
}



/* pojedynczy panel */
.panel {
	width:100%;
	background: #082642;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #273953;
	border-left: 1px solid #273953;
	border-right: 1px solid #032340;
	border-bottom: 1px solid #032340;
}
#panel_title {
	background: url(img/nav_m.gif) no-repeat 0px center;
	font-size: 13px;
	font-weight: bold;
	color:#b1c6ce;
	padding-left: 10px;
	margin-bottom: 5px;
}

/* FORUM */
.forum-category {
	background: url() #082e52;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}
.forum-name {
	background: url(img/nav_m.gif) no-repeat 6px center;
	font-size: 13px;
	font-weight:bold;
	color:#b1c6ce;
	padding-top: 5px;
	padding-left: 18px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #273953;
	border-left: 1px solid #273953;
	border-right: 1px solid #273953;
	border-bottom: 1px solid #032340;
}
.forum_info {
	background: #08263e;
	font-size: 10px;
	padding: 2px 4px;
	border-bottom: 1px solid #04223a;
}
.forum_info2 {
	background: #072136;
	font-size: 11px;
	padding: 2px 4px;
	font-weight:bold;
}
.forum_bg1 {
	background: #082642;
	padding: 4px;

}
.forum_space {
	background: url(img/forum_space.png) no-repeat #082642;
}
.thread_user {
	background: url(img/thread_space.png) no-repeat;
	background-position: top right;
	vertical-align: top;
	width: 166px;
	max-width: 180px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 1px;
}
.thread_user span{
	font-size: 11px;
}
.thread_info {
	height: 25px;
	background: #102d48;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
	padding-bottom: 1px;
	font-size: 11px;

	-moz-border-radius:7px;		/* Gecko */
	-khtml-border-radius:7px;	/* Opera */
	-icab-border-radius:7px;	/* iCab (Mac) */
	-webkit-border-radius:7px;	/* Safari/WebKit */
	-khtml-border-radius:7px;	/* Konqueror */
}
.thread_info a{
	vertical-align: center;
	padding: 2px;
	background: #113353;
	border: 1px solid #091a2a;
	font-size: 10px;

	-moz-border-radius:3px;		/* Gecko */
	-khtml-border-radius:3px;	/* Opera */
	-icab-border-radius:3px;	/* iCab (Mac) */
	-webkit-border-radius:3px;	/* Safari/WebKit */
	-khtml-border-radius:3px;	/* Konqueror */
}
.thread_post {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	vertical-align: top;
}
.thread_editinfo {
	text-align: right;
	font-size: 10px;
	height: 20px;
}
.thread_options {
	height: 25px;
	border-top: 1px solid #091a2a;
}
.thread_options a {
	padding: 2px;
	background: #113353;
	border: 1px solid #091a2a;
	font-size: 10px;

	-moz-border-radius:3px;		/* Gecko */
	-khtml-border-radius:3px;	/* Opera */
	-icab-border-radius:3px;	/* iCab (Mac) */
	-webkit-border-radius:3px;	/* Safari/WebKit */
	-khtml-border-radius:3px;	/* Konqueror */
}


/* LOGOWANIE */
#login_why {
	text-align: left;
}
#login_why ul {
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}
#login_why ul li {
	font-family: sans-serif;
	font-size: 14px;
	padding-left: 20px;
	background: url(http://images.topgear.net.pl/login_why_bg.png) no-repeat;
	background-position: center left;
}
#login_users {
	font-family: Trebuchet MS,Verdana,Comic Sans MS,sans-serif,Arial;
	font-size: 30px;
	/* font-weight: bold; */
	text-align: left;
	font-style: italic;
	/* text-decoration: none; */
}
#loginpanel_lostpassword {
	padding: 8px 0px 0px;
	font-family: sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

#loginpanel_info {
	padding: 0px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
#loginpanel_info span {
	font-weight:bold;
}



/* BANNERY */
td.banner_750 {
	padding: 5px;
	background: #031a2f;

/*	border-left: 1px solid #363636;
	border-right: 1px solid #363636; */
}
#ad_header {
	width: 468px;
	height: 60px;
	border: 1px solid #c8c8c8;
	margin-right: 15px;
}


/* EDYCJA PROFILU */
#profile_tabs {
	margin: 0px;
	height: 22px;
	padding: 7px 0pt 0pt 6px !important;
	/* border-bottom: 5px solid #eea21c; */
	list-style: none;
}
#profile_tabs li {
	font-family: sans-serif;
	font-size: 10px;
	float: left;
	padding-right: 1px;
}
#profile_tabs li a {
	display: block;
	width: 102px;
	text-align: center;
	line-height: 21px;
	color: #c0c0c0;
	background: transparent url(img/profile_tabs.png) no-repeat 0px -22px;
	font-weight: bold;
}
#profile_tabs li a span{
	display: block;
	height: 22px;
	cursor: pointer;
}
#profile_tabs li a:hover {
	background: transparent url(img/profile_tabs.png) no-repeat -102px -22px;
}

#profile_tabs li a.active{
	text-shadow: #b3b3b3 0px 0px 2px;
	color: #FFFFFF;
	background: transparent url(img/profile_tabs.png) no-repeat 0px 0px;
}
#profile_tabs li a.active:hover{
	color: #FFFFFF;
	background: transparent url(img/profile_tabs.png) no-repeat -102px 0px;
}
.profile_main {
	background: #082642;
	border-top: 3px solid #275986;

	border-left: 1px solid #273953;
	border-right: 1px solid #032340;
	border-bottom: 1px solid #032340;

	padding-bottom: 1px;
}



/* BB */
img.bbcode {
	max-width: 600px;
}
#code {
	padding: 5px;
	max-width: 550px;

	background: #08263e;
	border: 3px solid #072136;

	-moz-border-radius:4px;		/* Gecko */
	-khtml-border-radius:4px;	/* Opera */
	-icab-border-radius:4px;	/* iCab (Mac) */
	-webkit-border-radius:4px;	/* Safari/WebKit */
	-khtml-border-radius:4px;	/* Konqueror */
}

#code.no {
	font-size: 15px;
	font-weight: bold;
}
#quote {
	padding: 5px;
	max-width: 550px;

	background: #08263e;
	border: 3px solid #072136;

	-moz-border-radius:4px;		/* Gecko */
	-khtml-border-radius:4px;	/* Opera */
	-icab-border-radius:4px;	/* iCab (Mac) */
	-webkit-border-radius:4px;	/* Safari/WebKit */
	-khtml-border-radius:4px;	/* Konqueror */
}




/* Rejestracja */
.step_active {
	width:25px;
	height:25px;
	float:left;
	background-image:url('http://img.tgfansite.com/register_active.png');
	text-align:center;
	line-height:23px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
}
.step_inactive {
	width:25px;
	height:25px;
	float:left;
	background-image:url('http://img.tgfansite.com/register_inactive.png');
	text-align:center;
	line-height:23px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
}
.step_text_active {
	line-height:23px;
	color:#277ec0;
	font-size:13px;
	font-weight:bold;
	float:left;
	margin-left:5px;
}
.step_text_inactive {
	line-height:23px;
	color:#999;
	font-size:13px;
	font-weight:bold;
	float:left;
	margin-left:5px;
}
.step_arrow{
	float:left;
	background-image:url('http://img.tgfansite.com/register_arrow.png');
	width:18px;
	height:14px;
	margin-top:6px;
	margin-left:10px;
}
.ml {
	margin-left:10px;
}
#register_error {
	text-align: left;
}
#register_error_text {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
}
#register_error ul {
	padding: 0;
	list-style: none;
}
#register_error ul li {
	font-family: sans-serif;
	font-size: 12px;
	padding-left: 12px;
	background: transparent url(http://img.tgfansite.com/bullet.gif) no-repeat;
	background-position: center left;
}







/* info panel */
td.infopanel_ad {
	padding-left: 5px;
	width: 300px;
}



/* textbox */
.textbox {
	font-family:			Sans-Serif,Verdana,Tahoma,Arial;
	font-size:			11px;
	font-weight:			bold;
	color:				#cde1e8;
	background-color:		#042341;
	border:				1px #010b15 solid;
	cursor:				auto;
	padding: 1px;
}

.select {
	font-family:			Sans-Serif,Verdana,Tahoma,Arial;
	font-size:			10px;
	font-weight:			bold;
	color:				#cde1e8;
	background-color:		#042341;
	border:				1px #010b15 solid;
	cursor:				default;
	padding: 1px;
}



/* XMAS 2009  
body {
	background: url(http://pl.tgfansite.com/img/bg/xmas2009.png) repeat-x #e00501;
} */
