/**********************************************************
help.css - Toyota.ca - Help Stylesheet (c) 2009 Toyota
**********************************************************/

@import url('common.css?cc=001');
@import url('subpage.css');

/**************
Section Components
**************/
	
/* Section Code */

div.page_section {
	float:left;
	width:150px;
	text-align: center;
}

div.page_section_secondary {
	float:right;
	width:553px;
}

div#CONTENT dl dt {
	font-weight: bold;
}

div#CONTENT dl {
	margin-top: 20px;
}


div#CONTENT dl dd {
	margin-bottom: 40px;
}

div#CONTENT map + p{margin-top: 20px;}

