body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5);
}

.header,
.main,
.legal {
	margin: 0;
	min-width: 0;
	max-width: auto;
	width: auto;
}

.main,
.legal {
	padding: 1em;
}

.main {
	background: #f5f3ec;
	border: 0;
	
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	border-radius: 0;
}

div,
img,
input,
table {
	max-width: 100% !important;
}

input {
	border: 1px solid #999;
}

sup {
	font-size: 0.5em;
	vertical-align: top;
}

.nomobile {
	display: none !important;
}
.nomobile *
{
	background:none !important;
}
.onlymobile
{
	display:block !important;
}

/* =header */
.header {
	background: white;
	margin: 0 auto;
	overflow: hidden;
	padding: .5em;
}

.header_navigation {
	background: transparent;
	font-size: 65%;
}

.header_navigation ul {
	background: #fa4401 url(Images/NavigationBackground.jpg) repeat-x bottom left;
	float: none;
	overflow: hidden;
	
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

.header_navigation li {
	display: block;
	float: none;
}

.header_navigation li a:link,
.header_navigation li a:visited {
	background: transparent;
	line-height: 2em;
	padding: 0;
	text-align: center;
	text-decoration: underline;
	width: 100%;
}

.header_navigation li a:active,
.header_navigation li.active a {
	background: transparent;
}

.header img {
	display: none;
}

.header_logo {
	background: url(Images/UHaul.png) no-repeat;
	display: block;
	float: none;
	margin: auto;
	height: 49px;
	width: 300px;
}

.header_lookup a,
.header_cart a {
	background: transparent;
	color: #999;
	padding: 0;
}

.header_accountlinks {
	float: right;
	font-size: 65%;
	padding: 0 2px;
	position: absolute;
	right: 1em;
	top: 195px;
	z-index: 100;
}

.header_accountlinks li {
	float: none;
	clear: both;
	display: block;
	margin: 0;
	margin-bottom: .75em;
}

.header_accountlinks li.header_cart {
	float: right;
}

#ctl00_SearchBox1_pnlSearch {

}

.header_search {
	background-color: rgba(0,0,0,.025);
	background-image: url(Images/Search.png);
	border: 5px solid rgba(0,0,0,.075);
	color: #999;
	float: left;
	font-size: 1.25em;
	margin: auto;
	margin-top: 10px;
	padding: .5em 0 .5em 20px;
	width: 40%;
	
	-moz-border-radius: .75em; 
	-webkit-border-radius: .75em;
	border-radius: .75em;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
}

.header_tagline {
	display: none;
}

.header,
.page_header,
.page_header_border {
	border-bottom: 1px solid rgba(0,0,0,.075);
	/*-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,.55);
	box-shadow: 1px 1px 1px rgba(255,255,255,.55);*/
}


/* =page_header */
.gradient,
.gradient_big {
	background: transparent !important;
	margin: 0;
	padding: 0;
}

.page_header,
.page_header_border {
	background: transparent !important;
	border-bottom: 1px solid rgba(0,0,0,.1);
	clear: both;
	margin-bottom: 2em !important;
	height: auto !important;
	width: 100% !important;
	margin-left:0 !important;
	margin-right:0 !important;
	padding-left:0 !important;
	padding-right:0 !important;
}

.page_header *,
.page_header_border * {
	background-image: none !important;
	margin-left: 0 !important; /* because many of these seem to have margin-left on the forms */
	margin-right: 0 !important;
	margin-top: 0 !important;
	position: static !important;
	
	width: auto !important;
}

.page_header img,
.page_header_border img {
	background: none !important;
	display: none;
	margin: 0 !important;
	position: static !important;
	padding: 0;
	
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	
	width: 0 !important;
	height: 0 !important;
}

.page_header h1,
.page_header_border h1,
.page_header .form,
.page_header_border .form {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

.page_header h1,
.page_header_border h1 {
	margin-bottom: .8em !important;
}

.page_header .action,
.page_header_border .action {
	padding: .5em .5em 0 .5em !important;
}

.page_header_photo {
	display: none;
}



/* =text */
a {
	-o-transition-property: color;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	 -o-transition-duration: 0.2s;
	 -webkit-transition-duration: 0.2s;
	 -moz-transition-duration: 0.2s;
	 transition-duration: 0.2s;		
}

h1, h2, h3, h4., h5, h6 {
	clear: both;
}

h1 {
	color: #666 !important;
	font-size: 1.4em !important;
	font-weight: bold;
}

h2 {
	font-size: 1.3em !important;
}

h3 {
	font-size: 1.2em !important;
}

h4 {
	font-size: 1.1em !important;
}

h5 {
	font-size: 1em !important;
}

h6 {
	font-size: 1em !important;
}




/* =tabs */
.tabs {
	height: auto !important;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	overflow: hidden;
	position: relative !important;
	
	max-width: 100% !important;
	min-width: 0 !important;
	width: auto !important;
}

.tabs ul {
	background: transparent;
	position: static;
}

.tabs li {
	background: transparent;
	margin: 0;
	width: auto !important;
}

.tabs li a {
	border-bottom: 0 !important;
	color: #666;
	font-size: 1em;
	padding: .5em;
	width: auto;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}
	
.tabs li.active a,
.tabs li.active a:hover,
.tabs li.active a:focus,
.tabs li.active a:active {
	color: #222;
	border-bottom: 0;
}

.tabs li img,
.tabs li br {
	display: none;
}


	
.button, .button_next, .button_previous, .button_add, .button_cancel, .button_confirm, .button_disabled, .button_next_disabled, .grouping .button {
	border: 5px solid #fff;
	color: rgba(255,255,255,.95);
	font-family: Helvetica;
	font-weight: bold;
	line-height: 1;
	padding: .5em;
	text-shadow: 0px -1px 0px rgba(0,0,0,.15);
	
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
	xbackground-image: url(x);
	background: -webkit-gradient(linear, left top, left bottom, from(#9dd98f), to(#8dbf80)) !important;
}


.promo_area div {
	margin: 0 !important;
	position: static !important;
}

.promo_area img {
	display: none;
}





/* death to columns */
.column,
.column_last,
.content_column,
.content_column_last,
.sidebar,
.content_with_sidebar,
.sidebar_cart,
.content_with_sidebar_cart {
	float: none !important;
	clear: both !important;
	width: auto !important;
	margin-left:0 !important;
	margin-right:0 !important;
}

/*set max width to various elements */
input[type=text], 
select, 
textarea,
img {
	max-width: 99% !important;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}
.form .grouping
{
	max-width:100% !important;
}

/* nuking the Supergraphic dropdown */
.SGDropdown
{
	display:none;
}
