/* LOCATION */


/*-----------------------------------------------
BASE IMPORT
-----------------------------------------------*/
@import url( base.css );
@import url( 2nd.css );


/*-----------------------------------------------
MAIN
-----------------------------------------------*/

div.mainframe_2ndl{
 margin-right:16px ;
	padding:0px ;
	float:left ;
	width:440px ;
}

div.mainframe_2ndr{
 margin:0px ;
	padding:0px ;
	float:right ;
	width:300px ;
}

div.mainframe_2ndl img{
 margin:10px 3px 0px 0px ;
	padding:3px ;
	background:#DCDAC7 ;
}

div.data{
 margin:0px ;
	padding:38px ;
	width:680px ;
}

div.data table{
 margin:0px;
	padding:0px ;
	width:680px ;
}

div.data th{
 margin:0px ;
	padding:5px ;
	border-bottom:#9E9874 solid 1px ;
	width:110px;
	text-align:left ;
	color:#485120 ;
}

div.data td{
 margin:0px ;
	padding:5px 10px;
	border-bottom:#9E9874 dotted 1px ;
}

.topliens{
	border-top :#9E9874 solid 1px ;
}

.topliend{
	border-top :#9E9874 dotted 1px ;
}