/* TOYOTA club Serbia - Forum CSS Document - Pravilnik */

/*
	=======================================================
	  Title:    www.toyotaclubserbia.com/forum/
	  Version:  2.0
	-------------------------------------------------------
	  File:     tcs_pravilnik.css
	  Type:     text/css
	  Author:   PlumTS Inc.
	------------------------------------------
	  Description: TcS CSS file - forum theme css file
	-------------------------------
	  Modified:
	=======================================================
*/
/* TcS */
/* body */
body, td, th , tr, div, p, ul, li
{
	margin: 0;
	padding: 0;
	font-size: 0;
	color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
	background: #FFFFFF;
}
/* /body */

/* headings */
h1
{

	margin: 0;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
h2
{
	margin: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
/* /headings */

/* a: */
a:link
{
	color: #006699;
	text-decoration: none;
}

a:visited
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	color: #990000;
	text-decoration: underline;
}

a:active
{
	color: #990000;
	text-decoration: underline;
}
/* /a: */

/* Let's get ready to rumble! */

/* holder */
#tcs_main
{
	width: 800px;
	height: 200px;
	margin: 0 auto;
	max-width: 1400px;
}
/* /holder */

.tcs_group
{
	padding: 0 0 6px 0;
	margin: 10px auto;
	background: #f0f7ff;
	border: 1px solid #e5f2ff;
}
	.tcs_group h1, .tcs_group h2
	{
		padding: 5px;
	}
	.tcs_group p
	{
		font-size: 12px;
		margin: 5px 10px;
		padding: 5px 10px;
		line-height: 16px;
		background: #d9ecff;
		border-top: 1px solid #f7fbff;
		border-left: 1px solid #f7fbff;
		border-right: 1px solid #cce5ff;
		border-bottom: 1px solid #cce5ff;
	}

	#tcs_g_rules
	{
		width: 300px;
		text-align: center;
		margin: 0 auto 8px auto;
		border-bottom: 2px solid #cce5ff;
	}
	.tcs_group_bills
	{
	}
		.tcs_group_bills h2
		{
			margin: 5px 0;
		}
		.tcs_group_bills ol
		{
			margin: 0 10px;
			background: #d9ecff;
			padding: 6px 10px 6px 36px;
			border-top: 1px solid #f7fbff;
			border-left: 1px solid #f7fbff;
			border-right: 1px solid #cce5ff;
			border-bottom: 1px solid #cce5ff;
		}
			.tcs_group_bills ol li
			{
				font-size: 12px;
				margin: 4px 0 2px 0;
				padding: 2px 0 8px 0;
				border-bottom: 1px solid #f7fbff;
			}
#foot_bye
{
	text-align: center;
}