/***** RESET *****/
html, body, div, object, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, fieldset, input, textarea, select, label, legend, button, a, small, table, th, td {margin:0; padding:0; line-height:1em;}
body {text-rendering:optimizeLegibility;}
html, fieldset, img, abbr {border:0;}
ul {padding-left:1.5em;}
input, textarea, select, button {font-family:inherit;}
table {border-collapse:collapse; border-spacing:0;}
th {text-align:left;}
code {white-space:pre;}
abbr {cursor:help;}
q:before, q:after {content:"";}
a, a:hover, a:active {outline:none;}
h1, h2, h3, h4 {font-weight: normal;}
::-moz-selection{ background: #4d148c; color:#fff; text-shadow: none; }
::selection { background:#4d148c; color:#fff; text-shadow: none; }
/***** GLOBALS *****/
.clearfix:before, .clearfix:after {content:""; display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}

body {
	background-color: #E5E5E5;
	font-family: Arial;
	font-size: 13px;
	color: #666;
}

h2 {
	margin: 0 0 5px 0;
	font-size: 20px;
	color: #4D138B;
}

h3 {
	font-size: 13px;
	color: #666;
}

h4 {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

p {
	line-height: 18px;
	color: #333;
}

a {
	color: #4D138B;
	text-decoration: none;
}

sup {
	font-size: 60%;
}

/* Mobile Wrapper */

.wrapper {
	max-width: 640px;
	min-width: 240px;
}

/* Header */

#header {
	background: url(/images/us/mobile/bg-page.png) repeat-x left top;
	height: 53px;
	position: relative;
}

#header a#logo img {
	padding: 15px 0 0 10px;
}

#header .menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 77px;
	height: 53px;
	line-height: 53px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #FFF;
	background: url(/images/us/mobile/header-rule.jpg) no-repeat left top;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	-moz-transition: background .3s linear;
	transition: background .3s linear;
}

#header .menu:active,
#header.show-menu .menu {
	background-color: #FFF;
}

#dropdown {
	display: none;
	position: absolute;
	top: 35px;
	right: 5px;
	width: 182px;
	z-index: 999;
}

#header.show-menu #dropdown {
	display: block;
}

#dropdown .drop-top {
	height: 18px;
	background: url(/images/us/mobile/menu_top.png) no-repeat left top;
}

#dropdown .drop-content {
	min-height: 100px;
	border-left: 5px solid #4D148C;
	border-right: 5px solid #4D148C;
	background-color: #FFF;
}

#dropdown .drop-content ul {
	padding: 0;
}

#dropdown .drop-content ul li {
	background: #FFF;
	list-style: none;
	padding: 0 3px;
}

#dropdown .drop-content ul li a {
	display: block;
	border-top: 1px solid #CCC;
	font-size: 17px;
	line-height: 19px;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
	padding: 10px;
}

#dropdown .drop-content ul li:active {
	background: #EEE;
}

#dropdown .drop-content ul li:first-child a {
	border-top: none;
}

#dropdown .drop-bottom {
	height: 5px;
	background: url(/images/us/mobile/menu_bottom.png) no-repeat left top;
}

/* Banner */

#banner {
	background: #FFF;
}

#banner ul,
#banner ul li {
	margin: 0;
	padding: 0;
}

#banner ul li {
	list-style: none;
	list-style-type: none;
}

#banner #imgList {
	max-width: 640px;
	max-height: 240px;
	overflow: hidden;
	background: #E5E5E5;
}

#banner #imgList li {
	display: none;
}

#banner.b1 #imgList li#b1,
#banner.b2 #imgList li#b2,
#banner.b3 #imgList li#b3,
#banner.b4 #imgList li#b4,
#banner.b5 #imgList li#b5,
#banner.b6 #imgList li#b6,
#banner.b7 #imgList li#b7,
#banner.b8 #imgList li#b8 {
	display: block;
}

#banner ul#imgList li a,
#banner ul#imgList li a img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	margin: 0 auto;
}
#banner ul#imgList li a img {
	width: 100%;
	max-width: 640px;
	min-width: 240px;
	max-height: 240px;
	min-height: 90px;
	height: auto;
}

#banner ul#btnControls {
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
}
#banner ul#btnControls li {
	float: left;
	margin-right: 10px;
}
#banner ul#btnControls li a {
	display: none;
	height: 13px;
	width: 13px;
	text-indent: -9999em;
	background: url(/images/us/mobile/btns-banner.png) no-repeat 100% 0;
	cursor: pointer;
}
#banner.b1 ul#btnControls li #c1,
#banner.b2 ul#btnControls li #c2,
#banner.b3 ul#btnControls li #c3,
#banner.b4 ul#btnControls li #c4,
#banner.b5 ul#btnControls li #c5,
#banner.b6 ul#btnControls li #c6,
#banner.b7 ul#btnControls li #c7,
#banner.b8 ul#btnControls li #c8 {
	background: url(/images/us/mobile/btns-banner.png) no-repeat 0 0;
}

/* Main Content Area */

.content {
	padding: 10px 10px 20px 10px;
	background-color: #FFF;
}

.content.home {
	padding: 10px 0 0 0;
}

.content.home h2,
.content.home h3 {
	padding: 0 10px;
}
/* Home Page Content Area */

.homeNav {
	margin-top: 10px;
	padding: 0;
}

.homeNav li {
	width: 100%;
	height: 40px;
	list-style: none;
	background: url(/images/us/mobile/bg-button-home.jpg) repeat-x left top;
}
.homeNav li:active {
	background: #AAA;
}
.homeNav li:active a {
	color: #FFF;
	text-shadow: none;
}
.homeNav li a {
	display: block;
	line-height: 40px;
	font-size: 18px;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
	padding: 0 0 0 10px;
}

/* Mobile Shipping Label Content Area */

.intro {
	margin: 0 0 10px 0;
}

.features {
	float: left; 
	width: 250px;
	margin: 15px 15px 20px -5px;
}

.features li {
	margin: 0 0 7px 0;
}

/* Purple Buttons */

.button {
	display: block;
	height: 37px;
	line-height: 37px;
	padding: 0 0 0 10px;
	color: #FFF;
	background: url(/images/us/mobile/bg-button-l.jpg) no-repeat left top;
}

.button span {
	display: block;
	padding: 0 10px 0 0;
	white-space: nowrap;
	background: url(/images/us/mobile/bg-button-r.jpg) no-repeat right top;
}

span.download {
	display: block;
	height: 22px;
	line-height: 18px;
	padding: 5px 10px 0 27px;
	background: url(/images/us/mobile/bg-download.gif) no-repeat left 3px;
	font-size: 14px;
	font-weight: bold;
}

.button.download {
	padding: 0 0 0 40px;
	background: url(/images/us/mobile/bg-button-l-dl.jpg) no-repeat left top;
}

.button.download span {
	padding: 0 15px 0 0;
}

/* Mobile Shipping Label Page */

.stepWrapper {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #E5E5E5;
}

.stepWrapper h3 {
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: bold;
	color: #4D138B;
}

.stepWrapper p {
	margin: 0 0 10px 0;
	color: #666;
}

.stepWrapper div {
	clear: both;
	min-height: 90px;
	padding: 20px 0 20px 80px;
	border-top: 1px solid #E5E5E5;
}

.stepWrapper div:last-of-type {
	padding-left: 0;
}

.step1 {background: url(/images/us/mobile/bg-step1.jpg) no-repeat left 20px;}
.step2 {background: url(/images/us/mobile/bg-step2.jpg) no-repeat left 20px;}
.step3 {background: url(/images/us/mobile/bg-step3.jpg) no-repeat left 20px;}

.stepWrapper .button {
	float: left;
}

/* App Pages */

.tabs {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #4D148C;
}

.tabs a {
	float: left;
	margin: 0 5px 0 0;
	padding: 10px 20px;
	line-height: 16px;
	color: #666;
	background-color: #EEE;
	border: 1px solid #CCC;
	border-bottom: none;
}

.tabs a.on {
	color: #FFF;
	background-color: #4D148C;
	border: none;
	border-bottom: 1px solid #4D148C;
}

.buttons {
	clear: both;
	float: left;
	margin: 0 15px 20px 0;
}

.phone {
	margin: 0;
}

.buttons .app {
	padding: 0;
	background: none;
}

.buttons .app img {
	float: none;
	margin: 10px 0 0 0;
}

.requirements {
	clear: both;
	margin: 20px 0 0 0;
	padding: 15px;
	border-radius: 5px;
	background-color: #E5E5E5;
}

.addLinks {
	clear: both;
	padding: 15px 0 0 0;
}

.addLinks a {
	display: block;
	line-height: 20px;
}

/* Footer */

.footer {
	padding: 15px 0 0 10px;
}

.footer span {
	display: block;
	margin-bottom: 7px;
}

.footer span a {
	color: #666;
}

.follow {
	margin: 10px 0;
}

.follow strong {
	float: left;
	margin: 8px 10px 0 0;
}

.follow a {
	float: left;
	margin: 0 10px 0 0;
}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
	html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}