* {
	background:none !important;	
}

#two-column-left, #header-nav, .header-tools, #footer-container, #purple-logo {
	display:none;
}

#page-container {
	margin:0;
}

#two-column-right {
	float:none;
}

#page-container, #two-column-right, #content-container {
	padding:0;	
	width:650px;
}

/*home page*/
.tile {
	width:200px !important;
}
.tile-content, .tile-main {
	width:190px !important;
	margin: 0 auto !important;
}
.tile-top, .tile-btm {
	display:none !important;
}

/*help pages*/
.inputtext, .inputbutton {
	display:none !important;	
}

/*tabs*/
.ui-tabs-panel {
	clear:both !important;
	width:600px !important;
}
#right-column {
	width: 200px !important;
	clear:right !important;	
	margin-left:0 !important;
}
#right-column h3 {
	padding-top: 0 !important;
}
.ui-tabs-hide {
	display:none;	
}
.ui-tabs-nav {
	display:none !important;
}
.ui-tabs-nav .ui-tabs-selected a {
	font-weight:bold;	
}

/* Product Pages */
#compare-header {
	display:none;	
}

/* Compare chart resizing */
#account_btn .heading_left, #account_btn .heading_btn, .bgwrap .columninactive, .bgwrap .compare {
	width:125px !important;	
}	
#ourRates .columninactive, #ourRates .compare {
	height:100px !important;
}
#competitorRates .columninactive, #competitorRates .compare {
	padding-bottom:10px !important;
}

/*Ally Story */
#ally-story-content #search-tiles {
	float:left !important;	
	width:500px !important;
	margin-bottom:10px !important;
}
#ally-story-content .tile {
	float:left !important;	
}

.ally-story-item {
	width: 200px !important;
}

/* Search Results */
#search-content {
	width:450px !important;
}

/* fix long header in print window */
h1 {
	left: 20px;
}

#header-container {
	height: 125px;
}

/* turn of header and side nav */
#headerrow, #navmenu {
	display: none;
}

/* product page cleanup */
#content-container {
	border: none !important;
}
#product-header {
	border: none !important;
}
.ui-tabs-panel {
	border: none !important;
}
#right-column-top {
	height: 0 !important;
}
#right-column-mid {
	margin-left: 10px !important;
	border: none !important;
}
.benefits {
	display: none !important;
	border: none !important;
}
#chart-box {
	border: none !important;
}
a.btn_account {
	display: none !important;
}

/* remove links */
a {
	color: #505050;
	cursor: text;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}

/* supply styles specifically for those links that should work */
a.print-page-print-link {
	color: #006899;
	cursor: pointer;
	text-decoration: none;
}
a.print-page-print-link:hover {
	text-decoration: underline;
}
a.print-page-close-link {
	color: #006899;
	cursor: pointer;
	text-decoration: none;
}
a.print-page-close-link:hover {
	text-decoration: underline;
}