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

.more {
	display: none;
	}

a.showLink, a.hideLink {
	padding-left:14px;
	}

a.showLink {
	background:url(../images/right-arrow.png) left no-repeat;
	}
	
a.hideLink {
	background:url(../images/down-arrow.png) left no-repeat;
	}