/*---------------------------------------------------
rss
*/
.rssstylebox {
}

.rss_title {
	color:#000000;
	padding: 2px 5px 2px 20px;
	font-size: 13px;
}
.rss_title span {
	color: #666666;
	padding-left: 10px;
	font-size: 10px;
}
.rss_desc {
	color: #333333;
	padding: 2px 5px 5px 30px;
	font-size: 12px;
	line-height: 140%;
}
.rss_hr {
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height: 1px;
}
/*---------------------------------------------------
property
*/
.rssstylebox_property {
	height: 140px;
	overflow: auto;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.rssstylebox_property a:link, .rssstylebox_property a:visited {
	text-decoration: none;
	color: #000000;
}
.rssstylebox_property a:hover, .rssstylebox_property a:active {
	text-decoration: underline;
	color: #000000;
}
.rss_property_title {
	color:#000000;
	padding: 2px 5px 2px 20px;
	text-indent: -20px;
	font-size: 13px;
	background-color: #DFDFFF;
	font-weight: bold;
}
.rss_property_desc {
	color: #333333;
	padding: 2px 5px 5px 20px;
	font-size: 12px;
}
.rss_property_more {
	padding:0 20px;
	text-align:right;
	font-weight:bold;
}
.rss_property_hr {
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height: 1px;
}
/*---------------------------------------------------
sydney
*/
.rssstylebox_sydney {
	height: 120px;
	overflow: auto;
}
.rssstylebox_sydney ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.rssstylebox_sydney ul li{
	padding: 5px;
}

.rssstylebox_sydney ul li a{
	color: #000000;
	text-decoration: none;
}

.rssstylebox_sydney ul li a:visited, .rssstylebox_sydney ul li a:active{
	color: #000000;
}

.rssstylebox_sydney ul li a:hover{
	text-decoration: underline;
	background: #cccccc;
}

.rssstylebox_sydney ul li span{
}
