*
{
	border: 0;
	margin: 0;
	padding: 0;
}

a 
{
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#all_open {
	display: none;
}

#container {
	margin: 0 auto;
	width: 750px;
}

#controls {
	float: right;
}

#header {
	background: #fafafa;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 80px;
	float:right;
}

#header a {
	color: #fff;
}

.portlet {
	background: #fff;
    border: solid 1px #d7d7d7;
	width: 669px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.portlet_topper {
	padding: 3px 10px;
	background: #eaeaea url(/images/gmcard/accordion_arrow.gif) no-repeat right -51px;
	width: 649px;
	cursor: pointer;
	font-size: 80%;
	height: auto;
	font-weight: 700;
	color: #000;
}

.portlet_topper_on {
	
	background: #eaeaea url(/images/gmcard/accordion_arrow_ovr.gif) no-repeat right -51px;
	
}

.portlet_topper a:hover {
	overflow: auto;
	
	color:#0F5D9B;
}

.portlet_topper.active {
	padding: 7px 25px;
	background-position: right 0px;
}


.portlet_topper a.toggle {
	padding-left:12px;
	text-decoration: none;
	width:auto !important;
	display: block !important;
	height: 20px;
	}


.portlet_content {
	padding: 15px;
}

.portlet_content p {
	line-height: 130%;
	text-align: justify;
}

.portlet_bottom {
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	height: 5px;
}

.sort_placeholder {
	background: #bba;
}