table.content
{
	margin: auto;
	margin-top: 31px;
	margin-bottom: 25px;
}

table.content *
{
	text-align: left;
}

table.content td
{
	vertical-align: top;
}

/* NAVIGATION */

table.content td.nav
{
	width: 242px;
	padding-right: 2px;
}

table.content td.nav ul
{
	list-style-position: outside;
	list-style-type: none;
	
	margin: 0px;
	padding: 0px;

	margin-left: 8px;
	margin-right: 7px;
}

/* FIRST LEVEL */

table.content td.nav ul.first li
{
	color: #545454;
	font-family: tahoma, sans-serif;
	font-size: 14px;
}

table.content td.nav ul.first li a
{
	display: block;
	
	background: url('../images/inner/navArrow.gif') no-repeat 4px;

	color: #545454;
	font-family: tahoma, sans-serif;
	font-size: 14px;

	padding: 2px;
	padding-left: 18px;
	text-decoration: none;

	margin-bottom: 3px;
}

table.content td.nav ul.first li a:hover
{
	background-color: #e1e1e1;
}

table.content td.nav ul.first li a.selected
{
	background-color: #9cb6ca!important;
}

/* SECOND LEVEL */

table.content td.nav ul.second li a
{
	background: url('../images/inner/navPlus.gif') no-repeat 7px;
	font-size: 13px;
	margin-bottom: 0px;
}

/* THIRD LEVEL */

table.content td.nav ul.third li a
{
	font-size: 11px;
	margin-bottom: 0px;
}

/* CONTENT */

table.content td.content
{
	width: 500px;
	color: #4c4c4c;
	text-align: justify;
	font-family: tahoma, sans-serif;
	font-size: 11px;
}

table.content td.content *
{
	text-align: justify!important;
}

.attribute-header
{
	width: 500px;
	background: url('../images/inner/divHeadingBg.gif') repeat-x;
	background-position: 0px 12px;
	clear: both;
}

h1, h2, h3, h4, h5, h6{color: #fa9f11;}
h1{font-size:14px;font-weight:bolder;}
h2,h3{font-size:13px;font-weight:bolder;}
h5,h5,h6{font-size:12px;font-weight:bolder;}


.attribute-header h1
{
	display: inline;
	margin: 0px;
	
	background-color: #ffffff;

	font-weight: normal;

	font-family: arial, sans-serif;
	font-size: 22px;

	padding-right: 10px;
	padding-bottom: 7px;
}

/* RIGHT SIDE */

table.content td.right
{
	width: 217px;
	padding-left: 10px;
	text-align: center;
}

table.content td.right a
{
	color: #7c7c7c;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	text-decoration: none;
}

/* TEXTAREA */
textarea.box
{
	width: 200px;
	height: 100px;
}
