.diff_box 
{
    display:block;
	background-color: #FFFFFF;
	background-image: url('../images/difference-bottom-corners.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	letter-spacing: 0.05em;
	/*position: relative;*/
	width: 832px;
	/*height: 800px;*/
	margin:10px auto;
	padding-bottom:20px;
	margin-bottom:10px;
}

.diff_box .top {
	/*position: relative;*/
	/*top: 0px!important;*/
	margin-bottom:-3px;
	width: 832px;
}

.diff_container {
	overflow: hidden;
	top: 9px;
	width: 832px;
	position: absolute;
	z-index: 1;
}

.diff_title_area {
	background-color: #5c6b1a;
	background-image: url('../images/difference-top-logo.jpg');
	background-position: -5px bottom;
	background-repeat: no-repeat;
	min-height: 200px;
	padding-top: 45px;
	padding-left: 68px;
	margin-bottom: 7px;
	margin-left: 5px;
    margin-right: 5px;
}

.diff_title_area .diff_header_text {
	font-family: Arial Narrow;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .07em;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 415px;
}

.diff_section a {
	font-family: Arial Narrow;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .03em;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 807px;
	height:	30px;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 25px;
	padding-top: 10px;
}

.diff_section a.section_title_open {
	background: url('../images/difference-section-open.gif') no-repeat;
}

.diff_section a.section_title_closed {
	background: url('../images/difference-section-closed.gif') no-repeat;
}

.diff_section a:hover {
	background-position: 0 -40px;
	text-decoration: none;
}

.diff_section .section_text {
	font-family: Arial Narrow;
	font-size: 12px;
	color: #9d9a77;
	letter-spacing: 0.07em;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	width: 753px;
	min-height: 65px;
}

.diff_section .section_text p {
	/*width: 390px;
	float: left;
    */
    margin:10px 0;
}

.diff_section .section_text a
{
    background-position:0 50%;
    color:#708129 !important;
    display:inline;
    font-size:12px;
    letter-spacing:0.03em;
    line-height:normal;
    margin:0;
    padding:0;
    text-transform:none;    
}

.diff_section .section_text ul
{
    padding-left:20px!important;
    margin:10px!important;
}

.diff_section .section_text a:hover
{
    text-decoration:underline!important;
}

.diff_section .section_text img
{
    border:none;
    margin:5px 5px 5px 0px;
}

.section_text a.section_button {
	background: url('../images/difference-generic-button.jpg') no-repeat;
	font-family: Arial Narrow;
	font-size: 10px;
	color: #9f9d7f;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 0;
	width: 150px;
	height: 18px;
	display: block;
}

.section_text a.section_button:hover {
	background-position: 0 -23px;
	text-decoration: none;
}
