@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------------[ more ]----------*/
.more {
	width: 100%;
	text-align: right;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding-top:3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear:both;
}
/*-----------------------------------------------------------------------------[ Center more ]----------*/
.center .headline .body .more,
.side .headline .more {
	text-align: right;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin:2px 0 2px 0;
}
.center .headline .body .more a,
.side .headline .more a {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	
}
.center .headline .body .more a:hover,
.side .headline .more a:hover {
	color: #cc6410;
	text-decoration: underline;
}

.center .more {
	
}

.more a.moreIcon  {
	display: inline;
	
	background:url(../images/more.png) no-repeat; 
	background-position: 0 0;
	padding-left: 50px;
	line-height:20px;
}
