/* Left panel CSS */
#legal_left_content {
    float: left;
    width:550px;
}


#legal_main_container {
	float:left;
	width:555px;
	/*background: #fff url('../img/newspagecon.png') no-repeat;*/
	background: url(../img/555stripshadow.png) repeat-y;
	
}

#legal_main_heading {
	float:left;
	width:550px;
	height:38px;
	background: #aec56f url('../img/block_header.png') repeat-x;
	
}

#legal_details_back {
    float:left;
	width:200px;
	padding: 10px;
}

#legal_main_breadcrumb {
	float:left;
	width:530px;
	padding:10px;
	background: #fff url('../img/breadcrumb_container.png') repeat-x;
}

#legal_heading_title {
	float:left;
	width:530px;
	padding:10px;
}

#legal_body {
	float:left;
	width:530px;
	padding:10px;
	background-color:#fff;
	
}

#legal_main_title {
	float:left;
	width:510px;
	padding:10px;
}
#legal_main_content {
	float:left;
	width:510px;
	padding:10px;
}
#legal_main_content h2{
	color: #333;
}
#legal_main_content table{
	float:left;
	width:510px;

}
#legal_main_content table tr{
	height: 15px;	
}
#legal_main_content table tr td{
	padding:2px;
}
span.legal_main_table_header{
	color:#000;
}
/* Right panel CSS */
#legal_right_content {
    float: left;
	width: 280px;
	margin-left: 25px;
}
#arbitration_button {
	padding-left:14px;
	padding-bottom:20px;
}
.legal_button_left {
	text-align:center;
	padding-top:20px;
	background: url(../img/legal_button.png);
	background-repeat:repeat-x;
	width:115px;
	height:30px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	float:left;
	color:#000;
}

.legal_button_right {
	text-align:center;
	padding-top:20px;
	background: url(../img/legal_button.png);
	background-repeat:repeat-x;
	width:115px;
	height:30px;
	border-top:1px solid #cccccc;
	float:left;
	color:#000;
}

.legal_button_left:hover, .legal_button_right:hover, .legal_button_active {
	background: url(../img/legal_button2.png);
	background-repeat:repeat-x;
	width:115px;
	height:30px;
	float:left;
}

#legal_mainbox {
 float:left;
 width:262px;
 background-color: #fff;
 padding-bottom:15px;
}

#legal_main_content ul {
	margin-left: 20px;
}
