/*======= index.html =======*/
#page1 #content .col-1 {width:302px; margin-right:31px;}
#page1 #content .col-2 { width:271px; margin-right:43px;}
#page1 #content .col-3 { width:293px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:289px; margin-right:44px;}
#page4 #content .col-2 { width:601px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:601px;  margin-right:44px;}
#page5 #content .col-2 {width:289px; }
#page5 #content .col-1 .col-1 { width:600px; margin-right:23px;}
#page5 #content .col-1 .col-2 { width:188px; margin-right:22px;}
#page5 #content .col-1 .col-3 { width:187px;}

/*======= Accordion =======*/
h2.acc_trigger {
	padding: 0;	margin: 0 0 5px 0;
	background: url(images/h2_trigger_a.gif) no-repeat;
	height: 46px;	line-height: 46px;
	width: 500px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.acc_trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
h2.acc_trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.acc_container .block {
	padding: 20px;
}
.fr {
	float:right;
}


