﻿#secLR {
	width:745px;
	margin:0px 9px 0px 14px;
	padding:0px 0px;
}

#LRfloatBox {
	width:745px;
	margin:0px;
	padding:0px;
	min-height:0; 
	background: #eeeeee;
}
/* -- clear float -- */ 
#LRfloatBox:after{ 
	content:"."; 
	display:block; 
	clear: both; 
	height:0; 
	visibility:hidden; 
} 
/* -- for IE6 -- */
* html #LRfloatBox {height:0;} 
/* -- end clear float -- */

#secL{
	float:left;
	width:158px;
	background: #eeeeee;
	margin:0px 0px 0px 0px;
	padding-top:20px;
	padding-bottom:20px;
}
#secL ul {
	margin:0px;
	padding:0px 0px;
	list-style:none;
}
#secL li{
	margin:0px 0px 0px 20px;
	padding:5px 0px;
	background-image:url('../image/icn_tribox_gray.gif');
	background-repeat:no-repeat;
	background-position:2px 9px;
	padding-left:18px;
}

#secR{
	float:right;
	width:580px;
	background: #ffffff;
	margin:0px 0px 0px 0px;
}

.txt {
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding:5px;
}

.list {
	padding:20px 20px;
}

.list ul, .list li{
	margin:0;
	padding:0px 0px;
	list-style:none;
}
.list li{
	padding:5px 0px;
	background-image:url('../image/icn_tri_red.gif');
	background-repeat:no-repeat;
	background-position:2px 10px;
	border-bottom:1px dotted #bfbfbf;
	padding-left:10px;
}

