@charset "utf-8";
/* CSS Document */

.listbox
{
	background-color:#ffffe2;
	border: 1px solid #fdda6e;
	padding:10px 6px 6px 10px;
	height:auto;
	margin:0 0 10px 0;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

 
.listbox .ltitle
{
	font-weight:700;
	font-size:13px;
	color:#651546;
	margin:0 0 5px 0;
}
.listbox .ltitle1
{
	font-weight:700;
	font-size:13px;
	color:#996633;
	margin:0 0 5px 0;
}

.listbox li
{
	height:auto;
	padding-left:10px;
	line-height:20px;
	color: #996633;
	background-image: url(../images/allbgs.gif);
	background-repeat: no-repeat;
	background-position: 0px -90px;
	font-weight:700;
	font-size:11px;
	
}

.listbox .lcontent 
{
	color: #996633;
	line-height:18px;
}


.listbox li a
{
	font-weight:700;
	color: #996633;
	text-decoration:none;
}
.listbox li a:hover
{
	font-weight:700;
	color: #996633;
	text-decoration:underline;
}
.listbox1
{
	background-color:#f0f4f9;
	border: 1px solid #7294b9;
	padding:10px 6px 6px 10px;
	height:auto;
	margin:0 0 10px 0;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

.listbox1 .ltitle
{
	font-weight:700;
	font-size:12px;
	color:#2e5075;
	margin:0 0 5px 0;
}
