@charset "UTF-8";
body {
	background: none;
	margin-bottom:20mm;
}
#wrapper {
	background: none;
	width:100%;
	}
#container {
	background: none;
	width:100%;
	line-height:normal;
	}
html>body #container { /* this hack makes sure that only browsers with alpha support display the PNG's */
	background: none;
	}
#container-home {
	background: none;
	width:100%;
	line-height:normal;
	}
html>body #container-home { /* this hack makes sure that only browsers with alpha support display the PNG's */
	background: none;
	}
#canvas-main {
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	}
#canvas-main-home {
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	}
#canvas-main-no-bg {
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	}
#canvas-top {
	display: none;
	width:100%;
	}
html>body #canvas-top { /* this hack makes sure that only browsers with alpha support display the PNG's */
	}
#canvas-bot {
	display:none;
	width:100%;
	}
html>body #canvas-bot { /* this hack makes sure that only browsers with alpha support display the PNG's */
	display:none;
	}
#canvas-bot-home {
	display:none;
	width:100%;
	}
#rhs-sidebar {
	width:33%;
	}
#rhs-sidebar-two {
	float:left;
	width:45%;
}
#lhs-sidebar {
	width:15%;
	}
html>body #lhs-sidebar {
	min-height: auto;
	}
.read-more {
	width:100%;
	}
.read-more, x:-moz { 
	width:100%;
	}
* html div .read-more { 
	width:100%;
	}
#main-content {
	float:left;
	}
#main-content-home { 
	width:47%;
	}
/* from acc-navigation.css */
#footer {
	width:100%;
	}
#main-navigation {
	width:100%; /* this value should be close to what is needed for elements to stay on one line */
	}
#main-navigation li {
	width:16%;
	}
#main-navigation a {
	width:auto;
	}
#lhs-sidebar {
/*	display: none;*/
	height: auto;
	}
html > body #lhs-sidebar {
/*	display: none;*/
	min-height: 0;
	}
#sub-navigation {
	width:100%;
	}
.top-level, .top-level-selected {
	white-space:nowrap;
}

/* from acc-sp-layout.css */
#main-content { 
	background-image:url(/images/aac-content-page-curl.gif);
	background-repeat:no-repeat;
	width:70%;
	}
#content-container {
	margin-left:1em;
	margin-top:1em;
	float:left;
	width:95%;
}
/*
#content-container table {
	width:100%;
}
*/
#data-table {
	width:100%;
}
.sp01-bg-card-right {
	float:left;
}
.ba-column-left {
	width:33%;
/*	padding:0;*/
/*	margin:0;*/
	height:auto;
}
.ba-column-right {
	float:left;
	text-align:left;
	width:55%;
	height:auto;
/*	padding:0;*/
/*	margin:0;*/
}
#main-content .page-curl {
	display:none;
}
.media-center-right {
	display:none;
}
.shadow {
	height:auto;
	width:auto;
}

#dealcard-lhs-column {
	width:auto;
}

#summary-table {
	width:100%;
}

#summary-table-top {
   background-image: url(../images/table-id/aac-dealcard-shadow-top.jpg);
}
#summary-table-bottom {
   background-image: url(../images/table-id/aac-dealcard-shadow-bot.jpg);
}

#summary-table-top-shadow, #summary-table-bottom-shadow {
	width:1px;
/*	display:none;*/
}

#dealcard-lhs-column .doublebox, #dealcard-rhs-column .doublebox {
	padding: 1em;
}
#dealcard-rhs-column .doublebox .read-more {
	width: auto;
}


#media-centre-table {
	width:100%;
}
#media-centre-table .shadow {
	width:100%;
}
#media-centre-table .shadow table{
	width:90%;
}
.pagebreak {
	page-break-after:always;
}
#printbutton {
	display:none;
}