@import url("basic.css");

/*---------------------------------------------------------------------------------
BODY BACKGROUND
---------------------------------------------------------------------------------*/

body{background:#ffffff url("img/bg_body_pages.jpg") 50% 0 repeat-x;}

/*---------------------------------------------------------------------------------
BREADCRUMB LIST
---------------------------------------------------------------------------------*/

#bread{
/*width:850px;*/
height:30px;
line-height:30px;
/*margin:0 auto 10px;*/
margin-bottom: 10px;
font-size:12px;
text-align:left;
background:#f6f6f6;
border:1px solid #dddddd;
text-indent:10px;
color:#999999;}

	#bread a{
	text-decoration:none;
	padding-right:20px;
	background:url("img/arrow_right.png") right 50% no-repeat;}

/*---------------------------------------------------------------------------------
HISTORY
---------------------------------------------------------------------------------*/

.list_history{
border-collapse:collapse;
border:0;}

	.list_history th,.list_history td{
	text-align:left;}

	.list_history th{
	width:100px;
	font-size:xx-large;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
	color:#aaaaaa;
	border-bottom:1px dotted #277F00;}

	.list_history td{
	width:700px;
	border-bottom:1px dotted #277F00;}

/*---------------------------------------------------------------------------------
KINDS
---------------------------------------------------------------------------------*/

.list_kinds{}

	.list_kinds th,.list_kinds td{
	padding:5px;
	text-align:left;}

	.list_kinds th{
	width:100px;
	background:#eeeeee;}

	.list_kinds td{
	width:680px;
	background:#e6e6e6;}

/*---------------------------------------------------------------------------------
SITEMAP
---------------------------------------------------------------------------------*/

.list_sitemap{}

	.list_sitemap dt{
	float:left;
	width:200px;
	margin-bottom:10px;}

	.list_sitemap dd{
	float:right;
	width:570px;
	border-left:3px solid #eee;
	padding-left:5px;
	margin-bottom:10px;}


/*---------------------------------------------------------------------------------
MAILFORM
---------------------------------------------------------------------------------*/
.mail{
width:100%;
padding:20px 0;
margin-bottom:20px;
border-top:5px solid #eeeeee;
border-bottom:5px solid #eeeeee;}


.mail th,.mail td{
text-align:left;
padding:5px;}

.mail th{
width:200px;}


#name{
padding:3px;
border:1px solid #cccccc;}

#email_s{
padding:3px;
border:1px solid #cccccc;}

#emailcheck{
padding:3px;
border:1px solid #cccccc;}

#subject{
padding:3px;
border:1px solid #cccccc;}

#radio1{}

#radio2{}

#message{
padding:3px;
border:1px solid #cccccc;}

#autoReply{}

.form_submit{
margin:20px;}

.form-button{
padding:5px 20px;
border:1px solid #cccccc;
margin-right:50px;}




