.accordion {
	width: 250px;
	float: right;
	height: 272px;
	border: solid 1px #757158;
	text-align:left;
	-moz-border-radius:3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	overflow:hidden;
	background:#E2E0DB;
}
.accordion p{
	/*	color:#969696; */
	margin:0;
	padding:40px 30px 10px 10px;
}
.accordion .show{display:block !important;}
.accordion h4 {
	color:#515242;
	font:bold 13pt Arial;
	margin:0px;
}
.accordion h3 {
	background:#0e446f;
	background-image: -moz-linear-gradient(100% 100% 90deg, #374F6D, #3C6598);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3C6598), to(#374F6D));
	padding: 7px 15px;
	margin: 0;
	border-bottom: solid 1px #969696;
	color:#ffffff;
	cursor: pointer;
	text-align:left;
}
.accordion h3 a{
	text-decoration:none;
	color:#ffffff;
}
.accordion h3.last{border:0;}
.accordion h3:hover {
	background: #757158;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#757158), to(#515242));
	background-image: -moz-linear-gradient(100% 100% 90deg, #757158, #515242);
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
}
.accordion h3.active {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#757158), to(#515242));
	background-image: -moz-linear-gradient(100% 100% 90deg, #757158, #515242);
}
.accordion div.accordion_content {
	margin: 0;
	padding:5px;
	text-align:left;
	height:139px;
	display:none;
	background:#E2E0DB;
}
.accordion a img{
	text-decoration:none;
	height:40px;
	width:90px;
}
div.accordion_buttons  a {
	background: #efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
/*
	float: right;
*/
	font: 8pt Arial;
	margin: 0 0px 3px 4px;
	padding:8px 26px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	background-image: -moz-linear-gradient(100% 100% 90deg, #374F6D, #3C6598);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3C6598), to(#374F6D));
}
div.accordion_buttons  a:hover {
	background: #757158;
	box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	color:#ffffff;
}
div.accordion_content_main{
	height:164px;
	background:red;
	display:none;
}
a.accordion_head{
	height:16px;
	padding:5px;
	display:block;
	border-bottom: solid 1px #969696;
}
a.accordion_head:focus {
	outline:none;
}
.mx_head{
	background:transparent url(/inc/img/accordion/Online-Valuations-191.jpg) repeat-x;
}
div.accordion_mx_content{
	background:#ffffff url(/inc/img/accordion/Online-Valuations-191.jpg) no-repeat;
	height:164px;
	background-position: bottom right;
}
.mkb_head{
	background:transparent url(/inc/img/accordion/Knowledge-Base-191.jpg) repeat-x;
}
div.accordion_mkb_content{
	background:#ffffff url(/inc/img/accordion/Knowledge-Base-191.jpg) no-repeat;
	height:164px;
	background-position: bottom right;
}
.p4s_head{
	background:transparent url(/inc/img/accordion/Partnership-Classifieds-191.jpg) repeat-x;
}
div.accordion_p4s_content{
	background:#ffffff url(/inc/img/accordion/Partnership-Classifieds-191.jpg) no-repeat;
	height:164px;
	background-position: bottom right;
}
.j4c_head{
	background:transparent url(/inc/img/accordion/Job-Classifieds.jpg) repeat-x;
}
div.accordion_j4c_content{
	background:#ffffff url(/inc/img/accordion/Job-Classifieds.jpg) no-repeat;
	height:164px;
	background-position: bottom right;
}

