/* © teKiLLa, 2007 */

/* Content styles */

	.content {
		color: black; font-size: 1.1em; line-height: 1.4em; font-family: Tahoma;
		padding: .6em 30px .6em 30px; _width: 100%;}

	.content * {
		color: #585858;}
		
		/* text */
			.content hr {
				border: none; border-top: 2px solid #c47570; 
				height: 0; _height: 2px;}
			.content p {
				font-size: 1em; margin: 0 0 1em;}
			.content sub, .content sup, .content small {
				font-size: .9em;}
			.content big {
				font-size: 1.2em;}
			.content blockquote {
				margin: 1em 0 1em .8em; padding: 0 .7em; font-size: .9em; 
				border-left: .5em solid #c47570; color: #c47570;}
				.content blockquote b { color: #c47570;}	
			

		/* headers */
			.content h1 {
				margin: .6em 0 .3em; 
				font-size: 1.3em;}
			.content h2 {
				margin: .6em 0 .3em; 
				font-size: 1.2em;}
			.content h3 {
				margin: .6em 0 .3em; 
				font-size: 1.1em;}
			.content h4 {
				margin: .6em 0 .3em; 
				font-size: 1em;}
			.content h5 {
				margin: .6em 0 .3em; 
				font-size: 1em; font-weight: normal;}

		/* lists */
			.content ul {
				margin: .75em 0 .75em 1em;}
			.content ol {
				margin: .75em 0 .75em 1.5em; color: black; list-style-position: outside;}
			.content ul li {
				position: relative; padding: 0 0 0 .8em;  _height: 1%;
				list-style-type: none; background: url(../../common/images/content-list.gif) no-repeat 0 .7em;}
				
				.content ul li ul{
					margin: .4em 0 .4em 1em;}
				
				.content ul li ul li{
					position: relative; padding: 0 0 0 1em;  _height: 1%;
					list-style-type: none; background: url(../../common/images/content-list-2.gif) no-repeat 0 .6em;}
		
		/* tables */
			.table-style {
				margin: .6em 0 .3em;  
				position: relative; width: 100%; margin-right: -10000px;
				border: solid white; border-width: 1px 1px 0 0;}
			.table-style td,.table-style th {
				padding: .4em .8em; background: #ffebea;
				border: solid white; border-width: 0 0 1px 1px;}
			.table-style-header, .table-style th {
				text-align: center; font-weight: bold;
				background: #a45853 !important; color: white;}
			.table-style-row {}

		/* forms */
			.form-style td{
				padding: .2em .4em;}
			.form-label {
				text-align: right; font-size: .9em; font-family: verdana;}
			.form-require {
				font-weight: bold; font-size: 1.1em; color: #a45853;}
			.form-error {
				display: block; color: #a45853; text-transform: lowercase;
				font-size: .8em;  font-family: Verdana, Arial, sans-serif;}
			.form-data {
				font-size: 1.1em;}
				.form-input {
					border: 1px solid #ccc; padding: 2px; background: #eee;
					width: 180px; height: 16px; _height: 22px;}
				.form-input-err {
					border: #a45853 1px solid ; padding: 2px;  background: #eee;
					width: 180px; height: 15px; _height: 21px;}
					
				.form-input-small {
					border: 1px solid #ccc; padding: 2px;  background: #eee;
					width: 130px; height: 15px; _height: 21px;}
				.form-input-small-err {
					border: 1px solid #a45853; padding: 2px;  background: #eee;
					width: 130px; height: 15px; _height: 21px;}
					
				.form-checkbox, .form-submit {
					cursor: hand; cursor: pointer;}
				.form-data textarea {
					width: 240px; height: 70px; padding: 2px; background: #eee;
					font-family: Arial, sans-serif; border: 1px solid #ccc;}
				.form-data-err textarea {
					width: 240px; height: 70px; padding: 2px; background: #eee;
					font-family: Arial, sans-serif; border: 1px solid #a45853;}
					
				.form-data select {
					border: 1px solid #ccc;}

/* Bread crumbs */
	.main-path {
		clear: both; margin: .1em 0 .5em 65px; color: #7a7a7a;
		font-size: .9em; text-transform: lowercase; font-family: Verdana, sans-serif;}
		
		.main-path a, .main-path a:visited 		{color: #c4746f;}
		.main-path a:active, .main-path a:hover {color: #3a6ab6;}

/* Main header */
	.main-header {		
		position: relative; padding: 0 0 0 65px; margin: 3px 0 4px 0;
		font-family: Arial; font-size: 1.5em; text-transform: uppercase; color: #c67772; font-weight: normal;
		background: url(../../common/images/head-bg.gif) 0 .3em no-repeat;}
		
