body 
{
	margin: 0;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	background: #C7C7C7;
	color: #444444;
	font-family: Arial;
	font-size: 75%;
}
a 
{
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	color: #CC6600;
}
a:hover
{
	color: #990000;
}
a.bullet 
{
	padding: 0;
	padding-left: 15px;
	margin-right: 5px;
	background: url(/files/layout/a-bullet.gif) 0 2px no-repeat;
}
a.bullet:hover 
{
}

a img 
{
	border: none;
}
p 
{
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 1em;
}
h1 
{
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 2em;
	font-weight: normal;
}
h2 
{
	margin-top: 6px;
	margin-bottom: 12px;
	font-size: 1.5em;
	font-weight: normal;
	clear: both;
}
h3 
{
	font-size: 100%;
	margin: 0;
}
div#content ul 
{
	margin: 0;
	margin-left: 0;
	margin-bottom: 1em;
	padding: 0;
}
div#content ul li 
{
	line-height: 1.5em;
	list-style: none;
	padding-left: 15px;
	margin: 0;
	background: url(/files/layout/bullet.gif) 0 5px no-repeat;
}

form 
{
	margin: 0;
	padding: 0;
}
textarea 
{
	width: 100%;
	height: 150px;
	font-family: Arial;
}
label 
{
	display: block;
}
input, textarea 
{
	font-size: 100%;
	padding: 3px;
	width: 160px;
	margin-bottom: 1em;
	height: auto;
}

td input 
{
	margin: 0;
	padding: 1px;
	width: auto;
}
/* ---------------------------------------------------- */
div#wrap 
{
	background: white url(/files/layout/wrap-bg.gif) 0 0 repeat-y;
	width: 966px;
}
div#content
{
	padding-top: 4px;
	margin-left: 18px;
	background: url(/files/layout/content-devidor.gif) 100% 0 no-repeat;
	padding-right: 18px;
	width: 474px;
	min-height: 360px;
	overflow-x: hidden;
	float: left;
}
table.list 
{
	/*border-bottom: 1px solid #C7C7C7;*/
}

table.list td, table.list th, table.list caption
{
	font-size: 90%;
}
table.list caption 
{
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
}
table.list thead th 
{
	padding-left: 5px;
	border-bottom: 1px solid #C7C7C7;
}
table.list tr.caption th 
{
	padding-top: 20px;
	padding-left: 5px;
}
table.list td 
{
	padding: 4px;
	padding-left: 5px;
	border-bottom: 1px solid #C7C7C7;
	border-top: 1px solid #C7C7C7;
	vertical-align: top;
}
table.list tr.even td 
{
	padding-top: 2px;
	padding-bottom: 2px;
	background: #EEECE7;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
table.list tr.sum td 
{
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	font-weight: bold;
}

table.list td input 
{
	width: 25px;
	text-align: right;
}


p.buttons 
{
	text-align: right; 
	margin-top: 1em;
}

/* ---------------------------------------------------- */
div#footer
{
	font-size: 90%;
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 7px;
	margin-top: 10px;
	background: url(/files/layout/footer-bg.gif) 0 100% no-repeat;
}

div.addressfield 
{
	width: 220px;
	float: left;
	margin-left: 8px;
}
fieldset 
{
	padding: 10px;
}
fieldset table 
{
	margin-left: 8px;
	width: 440px;
}
legend 
{
	margin-bottom: 20px;
	color: #444444;
}
