/***********************************************************************
								 PAGE
***********************************************************************/
/* BROWSER RESET */
html, body, #fx-global-header span,
#fx-global-header div, #fx-global-footer div,
#fx-global-header h1, #fx-global-header h2,
#fx-global-header h3, #fx-global-footer h3,
#fx-global-header p, #fx-global-footer p,
#fx-global-header a, #fx-global-footer a,
#fx-global-header img, #fx-global-footer img,
#fx-global-header ul, #fx-global-footer ul,
#fx-global-header li, #fx-global-footer li,
#fx-global-footer input, #fx-global-footer input,
#fx-global-header form, #fx-global-footer form,
#fx-global-header label {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	background:transparent;
	color:#666;
}
/*fix superscripted text in 2.0 when wrapped with 3.0 global wrapper*/
#pageController sup {
	font-size: 70%;
}
a:active, a:visited {
	outline:0;
}
.fx_clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
textarea {
	resize:vertical;
}
body {
	margin:0;
	background:#E5E5E5 url(/images/c/t1/global/bg-page.png) repeat-x 0 -30px;
	direction: ltr;
}
body.silk-15 {
	background-position: 0 -31px;
}
sup {
	position:relative;
	top:-.4em;
	font-size:.75em;
}
#container {
	position:relative;
	width:990px;
	margin:0 auto;
}
#fx-respond #container {
	width: 100%;
	max-width:990px;
}
#content {
	background-color:#FFF;
	padding:0 0 7px;
	border-radius:0 0 7px 7px;
}
/*fix italics*/
.basic p em { 
font-style: italic;
} 
/***********************************************************************
								ALERTS
***********************************************************************/
.alert-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10002;
}
.alert-overlay.bottom {
	top: auto;
	bottom: 0;
}
.alert-overlay .alert,
.alert-overlay .alert .alert-details,
.alert-overlay {
	background: #666;
}
.alert-overlay .alert h4,
.alert-overlay .alert .alert-details a {
	color: #666 !important;
}
.alert-overlay.red .alert,
.alert-overlay.red .alert .alert-details,
.alert-overlay.red {
	background: #d60d0d;
}
.alert-overlay.red .alert h4,
.alert-overlay.red .alert .alert-details a {
	color: #d60d0d !important;
}
.alert-overlay.purple .alert,
.alert-overlay.purple .alert .alert-details,
.alert-overlay.purple {
	background: #4D148C;
}
.alert-overlay.purple .alert h4,
.alert-overlay.purple .alert .alert-details a {
	color: #4D148C !important;
}
.alert-overlay > div {
	max-width: 990px;
	margin: 0 auto;
}
.alert-overlay .alert p,
.alert-overlay .alert h4 {
	padding-right: 0;
	max-width: 650px;
}
.modal-alert-overlay-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .75;
    z-index: 999;
}
.modal-alert-overlay {
    position: fixed;
    z-index: 1000;
    background: #FFF;
    width: 70%;
    top: 70px;
    left: 50%;
    margin-left: -35%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.modal-alert-overlay-content {
	padding: 15px;
}
.modal-alert-overlay-close{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    background: url(http://images.fedex.com/images/c/s1/icon-close-20x20.png) no-repeat 0 0;
    cursor: pointer;
}

@media only screen and (max-width: 799px) {
	.modal-alert-overlay {
		width: 90%;
		margin-left: -45%;
	}
}
#fx-global-alert {
	z-index:225;
}
body.global-alert {
	background-position:0 0;
}
.alert {
	position:relative;
	height:30px;
	background-color:#D60D0D;
	color:#FFF;
	font:62.5% "Arial Narrow", Arial, sans-serif;
}
.alert a:link,
.alert a:visited {
	float:right;
	margin:0 10px 0 5px;
	color:#FFF !important;
	font:1.1em Arial, sans-serif;
	text-decoration:none;
	line-height:30px;
}
body.rtl{
	direction:rtl;
}  
body.rtl .alert a:link,
body.rtl .alert a:visited {
	float:left;
	margin:0 5px 0 10px;
}
.alert a:hover,
.alert a:active {
	text-decoration:underline;
}
.alert-close {
	padding-right:15px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -609px;
}
body.rtl .alert-close {
	padding:0 0 0 15px;
	background-position:-17px -609px;
}
.alert h3 {
	padding-left:10px;
	margin:0;
	font-size:1.4em;
	font-weight:normal;
	line-height:30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
body.rtl .alert h3 {
	padding:0 10px 0 0;
}
.alert h3 img {
	float:left;
	width:15px;
	height:15px;
	margin:7px 7px 0 0;
}
body.rtl .alert h3 img {
	float:right;
	margin:7px 0 0 7px;
}
.alert h3:hover {
	cursor:pointer;
}
.alert h3 strong {
	padding-right:15px;
}
body.rtl .alert h3 strong {
	padding:0 0 0 15px;
}
.alert .alert-details {
	display:none;
	padding:0 10px 10px;
	background-color:#D60D0D;
}
.alert.open .alert-details {
	display:block;
}
.alert .copy {
	padding:8px 10px;
	border-radius:7px;
	background-color:#FFF;
	font:1.2em Arial, sans-serif;
	color:#666;
}
.alert .copy a {
	float:none !important;
	margin:0 !important;
	color:#D60D0D !important;
	font-size:1em !important;
	line-height:1em !important;
}
.alert h4 {
	padding-right:350px;
	margin:0 0 1px;
	color:#D60D0D;
	font:1.42em "Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.alert span {
	padding-right:8px;
	color:#999999;
	font-size:.917em;
	line-height:1.3em;
}
body.rtl .alert span {
	padding:0 0 0 8px;
}
.alert p {
	padding-right:350px;
	margin:3px 0 0 !important;
	line-height:1.583em !important;
}
body.rtl .alert h4,
body.rtl .alert p {
	padding:0 0 0 350px;
}
/* MEGA MENU ALERT */
h3.menu-alert {
	padding:3px 0 0 !important;
	margin-bottom:0 !important;
	color:#D60D0D !important;
	font-size:.875em !important;
	line-height:1.286em !important;
	font-weight:bold !important;
}
.menu-alert img {
	position:relative;
	top:2px;
	width:15px !important;
	height:15px;
	margin-right:5px !important;
}
body.rtl .menu-alert img {
	margin:0 0 0 5px !important;
}
.menu-alert a {
	padding-right:10px !important;
	background:url(/images/c/t1/assets.png) no-repeat 100% -135px !important;
	color:#666 !important;
	font-family:Arial, sans-serif !important;
	font-size:.857em !important;
}
body.rtl .menu-alert a {
	padding:0 0 0 10px !important;
	background:url(/images/c/t1/assets.png) no-repeat 0 -1095px !important;
}
.menu-alert a:hover {
	text-decoration:underline !important;
}
/* MEGA MENU OUTAGE */
.menu-col .menu-outage {
	display:block;
	margin:2px 0 4px !important;
	color:#999 !important;
	font-size:.6875em !important;
}
/* COLOR OVERRIDES */
.transport-alert,
.transport-alert .alert-details {
	background-color:#4D148C;
}
.transport-alert h4 {
	color:#4D148C;
}
.transport-alert .copy a {
	color:#4D148C !important;
}
h3.transport-menu-alert {
	color:#4D148C !important;
}
/***********************************************************************
								HEADER
***********************************************************************/
#fx-global-header a:link,
#fx-global-header a:visited {
	color:#4D148C;
	text-decoration:none;
}
#fx-global-header .fxo a:link,
#fx-global-header .fxo a:visited {
	color:#00A0D3 !important;
}
#fx-global-header a:hover,
#fx-global-header a:active {
	color:#666;
}
#fx-global-header .fxo a:hover,
#fx-global-header .fxo a:active {
	color:#666 !important;
}
#fx-global-header {
	position:relative;
	height:75px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:200;
}
#fx-global-header button {
	padding:0 10px;
	border:0;
	border-radius:4px;
	margin:0;
	color:#FFF;
	white-space:nowrap;
	font:13px/20px "Arial Narrow", Arial, sans-serif;
	cursor:pointer;
}
#fx-global-header button span {
	color:#FFF;
}
#fx-global-header .btn-20-prpl {
	background-color:#4D148C;
	background:-moz-linear-gradient(top, rgba(149,120,186,1) 2%, rgba(77,20,140,1) 50%);
	background:-webkit-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:-o-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:-ms-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
}
/* MAIN LOGO */
#fx-global-header #main-logo {
	float:left;
	clear:left;
	margin:34px 20px 0 10px;
}
body.rtl #fx-global-header #main-logo {
	float:right;
	clear:right;
	margin:34px 10px 0 20px;
}
#fx-global-header #main-logo.regional,
#fx-global-header #main-logo.descriptor {
	margin-top:24px !important;
}
/* MOBILE MENU LINK AND PANEL */
#fx-global-header #global-nav a#mobile-menu-link {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 120px;
	height: 75px;
	font-size: 13px;
	font-weight: bold;
}
#fx-global-header #global-nav a#mobile-menu-link span {
	position: absolute;
	top: 32px;
	right: 10px;
	border-radius: 4px;
	-webkit-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-ms-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}
body.rtl #fx-global-header #global-nav a#mobile-menu-link {
	right: auto;
	left: 10px;
}
#fx-global-header .menu-panel.mobileMenuPanel {
	padding: 0;
}
body.fx-touch #fx-global-header .menu-panel.mobileMenuPanel {
	border-bottom: none;
}
#fx-global-header .menu-panel.mobileMenuPanel .menu-col {
	width: 100%;
	padding: 0;
	margin: 0;
}
#fx-global-header .menu-panel.mobileMenuPanel a {
	display: block;
	background: #E5E5E5;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E0E0E0 97%, #CCCCCC 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #E0E0E0 97%, #CCCCCC 100%);
	background: linear-gradient(top, #FFFFFF 0%, #E0E0E0 97%, #CCCCCC 100%);
	text-shadow: 0 1px 0 #FFF;
	font-size: 18px;
}
#fx-global-header .menu-panel.mobileMenuPanel a span {
	display: block;
	padding: 15px 40px 15px 10px;
	color: #000;
	background: url(/images/c/t1/assets-mobile.png) no-repeat 96% -4px;
}
#fx-global-header .menu-panel.mobileMenuPanel a:hover span {
	color: #4D148C;
}
#fx-global-header .menu-panel.mobileMenuPanel a.iconRates span {
	background-position: 96% -64px;
}
#fx-global-header .menu-panel.mobileMenuPanel a.iconPickup span {
	background-position: 96% -124px;
}
#fx-global-header .menu-panel.mobileMenuPanel a.iconTrack span {
	background-position: 96% -184px;
}
#fx-global-header .menu-panel.mobileMenuPanel a.iconLocate span {
	background-position: 96% -244px;
}
#fx-global-header .menu-panel.mobileMenuPanel a.iconOffice span {
	background-position: 96% -304px;
}
/* RESOURCES NAV */
#fx-global-header #resources {
	position:absolute;
	top:2px;
	right:0;
	font:75% "Arial Narrow", Arial, sans-serif;
	z-index:50;
}
body.rtl #fx-global-header #resources {
	right:auto;
	left:0;
}
#fx-global-header #resources a:link,
#fx-global-header #resources a:visited {
	float:right;
	padding:1px 10px;
	margin-top:7px;
	border-left:1px solid #CCC;
	color:#666;
	text-decoration:none;
}
body.rtl #fx-global-header #resources a:link,
body.rtl #fx-global-header #resources a:visited {
	float:left;
	border-left:none;
	border-right:1px solid #CCC;
}
#fx-global-header #resources a.first:link,
#fx-global-header #resources a.first:visited {
	border-left:none;
	margin-right:0;
}
body.rtl #fx-global-header #resources a.first:link,
body.rtl #fx-global-header #resources a.first:visited {
	border-right:none;
	margin-left:0;
}
#fx-global-header #resources a:hover,
#fx-global-header #resources a:active,
#fx-global-header #resources a:hover > span,
#fx-global-header #resources a:active > span {
	color: #222;
}
#fx-global-header #resources #mfxp-resources-link {
	border-left: none;
}
body.rtl #fx-global-header #resources #mfxp-resources-link {
	border-right: none;
}
#fx-global-header #resources #mfxr-resources-link {
	display: none;
}
body.show-mfxr #fx-global-header #resources #mfxr-resources-link {
	display: block;
}
/* LANGUAGE SELECTOR */
#fx-global-header #resources .lang {
	position:relative;
	float:right;
	padding:1px 0;
	margin-top:7px;
	border-left:1px solid #CCC;
	color:#666;
}
body.rtl #fx-global-header #resources .lang {
	float:left;
	border-left:none;
	border-right:1px solid #CCC;
}
#fx-global-header #resources .lang span {
	padding-right:15px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -945px;
}
body.rtl #fx-global-header #resources .lang span {
	padding:0 0 0 15px;
	background-position:-19px -945px;
}
#fx-global-header .flag {
	margin:2px 5px 0 0;
	vertical-align:top;
}
body.rtl #fx-global-header .flag {
	margin:2px 0 0 5px;
}
#fx-global-header .lang ul {
	list-style:none;
	display:none;
	position:absolute;
	top:16px;
	left:-2px;
	min-width:80px;
	padding:4px 0;
	border:1px solid #CCC;
	background-color:#FFF;
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.1);
	-moz-box-shadow:0 2px 6px rgba(0,0,0,.1);
	box-shadow:0 2px 6px rgba(0,0,0,.1);
}
#fx-global-header #mfxp-resources-link.lang ul {
	width: 130px;
}
body.rtl #fx-global-header .lang ul {
	left:auto;
	right:-2px;
}
body.fx-touch #fx-global-header .lang:hover ul {
	display:none;
}
#fx-global-header .lang:hover ul,
body.fx-touch #fx-global-header .lang.touch-open ul {
	display:block;
}
#fx-global-header #resources .lang a:link,
#fx-global-header #resources .lang a:visited {
	float:none !important;
	border:none !important;
	margin:0;
	line-height:1.5em;
	white-space:nowrap;
}
#fx-global-header #resources .lang ul li a:link,
#fx-global-header #resources .lang ul li a:visited {
	display: block;
	white-space: normal;
	line-height: 1.25em;
	padding-top: 3px;
	padding-bottom: 3px;
}
#fx-global-header #resources .lang ul li a:hover {
	background: #EEE;
	color: #4D148C;
}
#fx-global-header #resources .lang a.current {
	line-height:normal;
}
/* SEARCH */
#fx-global-header #header-search {
	position:relative;
	float:right;
	height:21px;
	padding-right:10px;
	margin-top:5px;
}
body.rtl #fx-global-header #header-search {
	float:left;
	padding-right:0;
	padding-left:10px;
}
#fx-global-header #header-search #header-input-string {
	width:40px;
	max-width: 160px;
	height:13px;
	padding:4px 30px 4px 10px;
	border:0;
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.3);
	box-shadow:inset 0 0 5px 0 rgba(0,0,0,.3);
	color:#999;
	font:.917em Arial, sans-serif;
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	-ms-transition: width .15s linear;
	transition: width .15s linear;
	outline:0;
}
#fx-global-header #header-search #header-input-string.expanded {
	width: 80px;
	color:#4D4D4D;
}
body.rtl #fx-global-header #header-search #header-input-string {
	padding:4px 10px 4px 30px;
}
#fx-global-header #header-search #header-input-string:focus {
	outline:0;
}
#fx-global-header #header-search-submit {
	position:absolute;
	top:0;
	right:10px;
	width:26px;
	height:21px;
	padding:0;
	border:none;
	border-radius:0 10px 10px 0;
	background:#CCC url(/images/c/t1/assets.png) no-repeat 0 -856px;
	background:url(/images/c/t1/assets.png) no-repeat 0 -856px, -moz-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -856px, -webkit-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -856px, -o-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -856px, -ms-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -856px, linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	-webkit-box-shadow:inset -2px 0 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow:inset -2px 0 4px 0 rgba(0,0,0,.2);
	box-shadow:inset -2px 0 4px 0 rgba(0,0,0,.2);
	cursor:pointer;
	z-index:5;
}
body.rtl #fx-global-header #header-search-submit {
	right:auto;
	left:10px;
	border-radius:10px 0 0 10px;
	-webkit-box-shadow:inset 2px 0 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow:inset 2px 0 4px 0 rgba(0,0,0,.2);
	box-shadow:inset 2px 0 4px 0 rgba(0,0,0,.2);
}
#fx-global-header #header-search-submit:hover {
	background-position:0 -886px;
	background:url(/images/c/t1/assets.png) no-repeat 0 -886px, -moz-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -886px, -webkit-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -886px, -o-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -886px, -ms-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -886px, linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
}
/* GLOBAL NAV */
#fx-global-header #global-nav {
	float:left;
	margin-top:37px;
	font-family:"Arial Narrow", Arial, sans-serif;
}
body.rtl #fx-global-header #global-nav {
	float:right;
}
#fx-global-header #global-nav a {
	position:relative;
	float:left;
	height:38px;
	margin-left:-1px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -666px;
	text-decoration:none;
	border-radius:4px 4px 0px 0px;
	-webkit-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-ms-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}
body.rtl #fx-global-header #global-nav a {
	float:right;
	margin:0 -1px 0 0;
	background-position:6px -666px;
}
#fx-global-header #global-nav a.active {
	background:#DDD url(/images/c/t1/assets.png) no-repeat 100% -666px;
	text-shadow:1px 1px 1px #FFF;
}
body.rtl #fx-global-header #global-nav a.active {
	background:#DDD url(/images/c/t1/assets.png) no-repeat 6px -666px;
}
#fx-global-header #global-nav a.open,
#fx-global-header #global-nav a:hover {
	height:38px;
	border:0;
	background:#FFF url(/images/c/t1/assets.png) no-repeat 100% -666px;
	z-index:10;
}
body.rtl #fx-global-header #global-nav a.open,
body.rtl #fx-global-header #global-nav a:hover {
	background:#FFF url(/images/c/t1/assets.png) no-repeat 6px -666px;
}
body.fx-touch #fx-global-header #global-nav a {
	height: 32px;
	border-radius: 4px;
}
body.fx-touch #fx-global-header #global-nav a:hover {
	background-color: transparent;
}
body.fx-touch #fx-global-header #global-nav a.open:hover {
	background-color: #FFF;
}
#fx-global-header #global-nav a span {
	float:left;
	font-family:Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	height:20px;
	padding:1px 26px 0 12px;
	border-right:1px solid #CCC;
	margin-top:5px;
	color:#4D148C;
	cursor:pointer;
	-webkit-transition: border .15s ease-in-out;
	-o-transition: border .15s ease-in-out;
	-moz-transition: border .15s ease-in-out;
	-ms-transition: border .15s ease-in-out;
	transition: border .15s ease-in-out;
}
body.rtl #fx-global-header #global-nav a span {
	float:right;
	padding:1px 12px 0 31px;
	border-right:0;
	border-left:1px solid #CCC;
}
#fx-global-header #global-nav a.last span {
	border-right:1px solid transparent;
}
body.rtl #fx-global-header #global-nav a.last span {
	border-right:0;
	border-left:1px solid transparent;
}
#fx-global-header #global-nav a.active span {
	padding-left:12px;
	border-right:1px solid #DDD;
	border-left:1px solid #DDD;
}
body.rtl #fx-global-header #global-nav a.active span {
	padding-left:31px;
	padding-right:12px;
	border-right:1px solid #DDD;
	border-left:1px solid #DDD;
}
#fx-global-header #global-nav a.open span,
#fx-global-header #global-nav a:hover span {
	padding-left:12px;
	border-color: #FFF;
}
body.rtl #fx-global-header #global-nav a.open span,
body.rtl #fx-global-header #global-nav a:hover span {
	padding-left: 31px;
	padding-right:12px;
	border-color: #FFF;
}
body.fx-touch #fx-global-header #global-nav a:hover span {
	border-color: #CCC;
}
body.fx-touch #fx-global-header #global-nav a.last:hover span {
	border-color: transparent;
}
body.fx-touch #fx-global-header #global-nav a.active:hover {
	background-color: #DDD;
}
body.fx-touch #fx-global-header #global-nav a.active:hover span {
	border-color: #DDD;
}
body.fx-touch #fx-global-header #global-nav a.open.active:hover {
	background-color: #FFF;
}
body.fx-touch #fx-global-header #global-nav a.open:hover span {
	border-color: #FFF;
}
#fx-global-header #global-nav a.active span.beacon {
	padding-left:28px;
	background-position:10px 3px;
}
body.rtl #fx-global-header #global-nav a.active span.beacon {
	padding-right:28px;
}
#fx-global-header #global-nav a span.beacon,
#fx-global-header #global-nav a.open span.beacon,
#fx-global-header #global-nav a:hover span.beacon {
	padding-left:30px;
	background-image:url(/images/c/t1/assets.png);
	background-repeat:no-repeat;
	background-position:12px -647px;
}
body.rtl #fx-global-header #global-nav a span.beacon,
body.rtl #fx-global-header #global-nav a.open span.beacon,
body.rtl #fx-global-header #global-nav a:hover span.beacon {
	padding-left:31px;
	padding-right:30px;
	background-position:100% -647px;
}
#fx-global-header #global-nav a span.beacon sup {
	font-size: 12px;
	line-height: 10px;
}
/* MEGA MENU */
#fx-global-header #menu-shell {
	position:absolute;
	top:75px;
	left:0;
	z-index:10;
	width:100%;
	border-radius:0 0 7px 7px;
	-webkit-box-shadow:0 7px 9px rgba(0,0,0,.4);
	-moz-box-shadow:0 7px 9px rgba(0,0,0,.4);
	box-shadow:0 7px 9px rgba(0,0,0,.4);
	background-color:#FFF;
	overflow:hidden;
}
body.fx-touch.fx-transitions #fx-global-header #menu-shell {
	-webkit-transition: height .3s ease-in-out;
	-o-transition: height .3s ease-in-out;
	-moz-transition: height .3s ease-in-out;
	-ms-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}
body.fx-touch.fx-transitions #content,
body.fx-touch.fx-transitions #banner,
body.fx-touch.fx-transitions #homeBanner {
	-webkit-transition: margin .3s ease-in-out;
	-o-transition: margin .3s ease-in-out;
	-moz-transition: margin .3s ease-in-out;
	-ms-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
}
body.fx-touch #fx-global-header #menu-shell {
	-webkit-box-shadow:inset 0 0 7px 2px rgba(0,0,0,.2);
	-moz-box-shadow:inset 0 0 7px 2px rgba(0,0,0,.2);
	box-shadow:inset 0 0 7px 2px rgba(0,0,0,.2);
	border-radius: 0;
}
body.rtl #fx-global-header #menu-shell {
	left:auto;
	right:0;
}
#fx-global-header #menu-shell a {
	-webkit-transition: background-color .1s ease-in-out, color .1s linear;
	-o-transition: background-color .1s ease-in-out, color .1s linear;
	-moz-transition: background-color .1s ease-in-out, color .1s linear;
	-ms-transition: background-color .1s ease-in-out, color .1s linear;
	transition: background-color .1s ease-in-out, color .1s linear;
}
#fx-global-header #menu-bg {
	position:absolute;
	top:-7px;
	left:0;
	width:100%;
	height:100%;
}
#fx-global-header .menu-panel {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:10px 0;
	border-bottom: 3px solid #CCC;
	border-radius:0 0 7px 7px;
}
body.fx-touch #fx-global-header .menu-panel {
	border-bottom: 3px solid transparent;
	border-radius: 0;
	padding-top: 0;
}
#fx-global-header .menu-col {
	position:relative;
	float:left;
	width:23%;
	padding:0 1%;
	margin-bottom: 10px;
	border-right:1px solid #DDD;
}
body.rtl #fx-global-header .menu-col {
	float:right;
	border-right:none;
	border-left:1px solid #DDD;
}
#fx-global-header .double-menu-col {
	width:46%;
}
#fx-global-header .last-menu-col {
	border:none !important;
	padding-right:0;
}
body.rtl #fx-global-header .last-menu-col {
	padding-right: 1%;
	padding-left: 0;
}
#fx-global-header .inner-col {
	float:left;
	width:25%;
}
body.rtl #fx-global-header .inner-col {
	float:right;
}
#fx-global-header .first {
	margin-right:10px;
}
body.rtl #fx-global-header .first {
	margin:0 0 0 10px;
}
#fx-global-header .menu-col img {
	width: 98%;
	max-width:225px;
}
#fx-global-header .menu-col img.head {
	max-width: 225px;
	height: auto;
	margin-bottom:10px;
}
#fx-global-header .menu-col img.promo {
	max-width:470px;
}
#fx-global-header .menu-col h2 {
	margin:0;
	color:#333;
	font-family:"Arial Narrow", Arial, sans-serif;
	line-height:20px;
	font-weight:bold;
}
#fx-global-header .menu-col .menu-head {
	padding-left:5px;
}
body.rtl #fx-global-header .menu-col .menu-head {
	padding:0 5px 0 0;
}
#fx-global-header .menu-col h2.below {
	margin-top:20px;
}
#fx-global-header .double-menu-col h2.menu-head {
	width:46%;
}
#fx-global-header .menu-col h3 {
	margin-bottom:10px;
	color:#999;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:normal;
}
#fx-global-header .menu-col ul {
	list-style:none;
	font-size:75%;
}
#fx-global-header .menu-col li {
	border-bottom:1px solid #CCC;
}
#fx-global-header .menu-col li.last {
	border:none;
}
#fx-global-header .menu-col li a {
	display:block;
	padding:6px 15px 6px 5px;
	line-height: 15px;
}
body.rtl #fx-global-header .menu-col li a {
	padding:6px 5px 6px 15px;
}
body.fx-touch #fx-global-header .menu-col li a,
body.rtl.fx-touch #fx-global-header .menu-col li a {
	padding-top:6px;
	padding-bottom:6px;
}
#fx-global-header .menu-col li a.secure {
	background:url(/images/c/t1/assets.png) no-repeat 106% -360px;
	padding-right: 30px;
}
body.fx-touch #fx-global-header .menu-col li a.secure {
	background-position:106% -360px;
}
#fx-global-header .menu-col li a:hover {
	background-color:#EFEFEF;
	text-decoration:none;
	text-shadow: 1px 1px 1px #FFF;
}
body.rtl #fx-global-header .menu-col li a.secure,
body.rtl #fx-global-header .menu-col li a.secure:hover {
	background-position:5px -360px;
	padding-right: 5px;
}
body.rtl.fx-touch #fx-global-header .menu-col li a.secure {
	background-position:5px -360px;
}
#fx-global-header .menu-landing {
	display: none;
	position: relative;
	background: #EFEFEF;
	border: 1px solid #DDD;
	border-top: none;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 25px 10px 10px;
	margin-bottom: 10px;
}
body.rtl #fx-global-header .menu-landing {
	padding: 10px 10px 10px 25px;
}
#fx-global-header .menu-landing .menu-link {
	font-weight: bold;
}
#fx-global-header .menu-landing .menu-link span {
	color: inherit;
}
#fx-global-header .menu-landing .menu-close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 22px;
	height: 22px;
	background: #AAA;
	border-radius:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
}
#fx-global-header .menu-landing a.menu-close:link {
	color: #FFF !important;
}
#fx-global-header .menu-landing .menu-close:hover {
	background: #666;
}
body.rtl #fx-global-header .menu-landing .menu-close {
	right: auto;
	left: 10px;
}
body.fx-touch #fx-global-header .menu-landing {
	display: block;
}
#fx-global-header .message {
	float:left;
	width:98%;
	height:22px;
	padding-top:3px;
	border-radius:4px;
	margin:10px 1%;
	background-color:#E5E5E5;
	font-family:"Arial Narrow", Arial, sans-serif;
	text-align:center;
}
body.rtl #fx-global-header .message {
	float:right;
}
#fx-global-header .message .help {
	padding-left:20px;
	background:url(/images/c/t1/assets.png) no-repeat -10px -918px;
}
body.rtl #fx-global-header .message .help {
	padding:0 20px 0 0;
	background-position:100% -918px;
}
#fx-global-header .menu-col p {
	margin:2px 0 3px;
	font-size:75%;
	line-height:1.583em;
}
#fx-global-header .menu-col p a:hover {
	text-decoration:underline;
}
#fx-global-header a.arrow {
	padding-right:10px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -155px;
	font-size:75%;
	font-weight:bold;
}
body.rtl #fx-global-header a.arrow {
	padding:0 0 0 10px;
	background-position:0 -1115px;
}
#fx-global-header .fxo a.arrow {
	background-position:100% -965px;
}
body.rtl #fx-global-header .fxo a.arrow {
	background-position:0 -1135px;
}
#fx-global-header a.arrow:hover {
	background-position:100% -135px;
}
body.rtl #fx-global-header a.arrow:hover {
	background-position:0 -1095px;
}
#fx-global-header #menu-track textarea {
	width:100%;
	height:75px;
	padding:0 3px;
	border:1px solid #CCC;
	background:local url(/images/c/s1/bg-track-box.gif);
	color:#666;
	font:.6875em/25px Arial, sans-serif;
	resize:none;
}
#fx-global-header #menu-track .btn-20-prpl {
	float:right;
	margin-top:10px;
}
body.rtl #fx-global-header #menu-track .btn-20-prpl {
	float:left;
}
/***********************************************************************
								FOOTER
***********************************************************************/
#fx-global-footer {
	padding:23px 10px 20px;
	font:68.75%/1.3em Arial, Helvetica, sans-serif;
}
#fx-global-footer .row, #fx-global-footer .last-row {
	padding:0 0 10px;
	margin:0 0 10px;
	border-bottom:1px solid #CCC;
}
#fx-global-footer .last-row {
	border:none;
}
#fx-global-footer p {
	float:left;
	color:#AAA;
	text-align:left;
}
#fx-global-footer .last-row > p {
	width: 40%;
}
body.rtl #fx-global-footer p {
	float:right;
	text-align:right;
}
#fx-global-footer a:link,
#fx-global-footer a:visited {
	text-decoration:none !important;
	color:#666 !important;
}
#fx-global-footer a:hover,
#fx-global-footer a:active {
	text-decoration:underline !important;
}
#fx-global-footer .chiclet {
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:5px;
	margin-bottom:5px;
	background:url(/images/c/t1/assets.png) no-repeat;
}
body.rtl #fx-global-footer .chiclet {
	margin:0 0 0 5px;
}
#fx-global-footer .facebook {
	background-position:0 -1200px;
}
#fx-global-footer .twitter {
	background-position:0 -1220px;
}
#fx-global-footer .youtube {
	background-position:0 -1240px;
}
#fx-global-footer .pinterest {
	background-position:0 -1260px;
}
#fx-global-footer .google {
	background-position:0 -1283px;
}
#fx-global-footer .linkedin {
	background-position:0 -1306px;
}
#fx-global-footer .sina {
	background-position:0 -1329px;
}
#fx-global-footer .kaixin {
	background-position:0 -1352px;
}
/* SEARCH */
#fx-global-footer #footer-search {
	position:relative;
	float:right;
	height:21px;
	padding-right:0;
	margin-top:0;
}
body.rtl #fx-global-footer #footer-search {
	float:left;
	padding-left:0;
}
#fx-global-footer #footer-search #footer-input-string {
	width:40px;
	max-width: 160px;
	height:13px;
	padding:4px 30px 4px 10px;
	border:0;
	border-radius:10px;
	background-color:#FFF;
	-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.3);
	box-shadow:inset 0 0 5px 0 rgba(0,0,0,.3);
	color:#999;
	font-family:Arial, sans-serif;
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	-ms-transition: width .15s linear;
	transition: width .15s linear;
}
#fx-global-footer #footer-search #footer-input-string.expanded {
	width: 80px;
	color:#4D4D4D;
}
body.rtl #fx-global-footer #footer-search #footer-input-string {
	padding:4px 10px 4px 30px;
}
#fx-global-footer #footer-search #footer-input-string:focus {
	outline:0;
}
#fx-global-footer #footer-search-submit {
	position:absolute;
	top:0;
	right:0;
	width:26px;
	height:21px;
	padding:0;
	border:none;
	border-radius:0 10px 10px 0;
	background:#CCC url(/images/c/t1/assets.png) no-repeat 0 -856px;
	background:url(/images/c/t1/assets.png) no-repeat 0 -856px, -moz-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -856px, -webkit-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -856px, -o-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -856px, -ms-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -856px, linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	-webkit-box-shadow:inset -2px 0 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow:inset -2px 0 4px 0 rgba(0,0,0,.2);
	box-shadow:inset -2px 0 4px 0 rgba(0,0,0,.2);
	cursor:pointer;
	z-index:5;
}
body.rtl #fx-global-footer #footer-search-submit {
	right:auto;
	left:0;
	border-radius:10px 0 0 10px;
	-webkit-box-shadow:inset 2px 0 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow:inset 2px 0 4px 0 rgba(0,0,0,.2);
	box-shadow:inset 2px 0 4px 0 rgba(0,0,0,.2);
}
#fx-global-footer #footer-search-submit:hover {
	background-position:0 -886px;
	background:url(/images/c/t1/assets.png) no-repeat 0 -886px, -moz-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -886px, -webkit-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -886px, -o-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -886px, -ms-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
	background:url(/images/c/t1/assets.png) no-repeat 0 -886px, linear-gradient(top, rgba(236,236,236,1) 0%,rgba(182,182,182,1) 100%);
}
/* FOOTER NAVIGATION */
#fx-global-footer .flag {
	margin:1px 5px 10px 0;
	vertical-align:top;
}
body.rtl #fx-global-footer .flag {
	margin:1px 0 10px 5px;
}
#fx-global-footer #nav-footer .col {
	float:left;
	width:18%;
	padding:0 2% 0 0;
}
body.rtl #fx-global-footer #nav-footer .col {
	float:right;
	padding:0 0 0 2%;
}
#fx-global-footer #nav-footer .col.col3 {
	width: 15%;
	padding: 0 !important;
}
#fx-global-footer #nav-footer .col-last {
	float: right;
	width: 22%;
	padding:0;
	text-align:right;
	white-space: nowrap;
}
body.rtl #fx-global-footer #nav-footer .col-last {
	float: left;
	padding:0;
	text-align:left;
}
#fx-global-footer #nav-footer .divider {
	border-right:1px solid #CCC;
	margin-right:2%;
}
body.rtl #fx-global-footer #nav-footer .divider {
	border-right:0;
	border-left:1px solid #CCC;
	margin:0 0 0 2%;
}
#fx-global-footer #nav-footer h3 {
	margin:0 0 2px;
	font-weight:bold;
}
#fx-global-footer #nav-footer h3.section {
	margin-top:19px;
}
#fx-global-footer #nav-footer li {
	margin:0 0 4px;
	list-style:none;
	line-height:1.1em;
}
/* FOOTER ACCESSORY NAVIGATION */
#fx-global-footer #footer-accessory-nav {
	float:right;
	max-width: 59%;
}
body.rtl #fx-global-footer #footer-accessory-nav {
	float:left;
}
#fx-global-footer #footer-accessory-nav a {
	padding:0 5px;
}
#fx-global-footer #footer-accessory-nav a.last {
	padding:0 0 0 5px;
}
/***********************************************************************
								SAGS
***********************************************************************/
.sag-wrap {
	border:1px solid #999 !important;
	border-radius:7px;
	margin:0 0 10px 10px;
	background-color:#FFF !important;
}
body.rtl .sag-wrap {
	margin:0 10px 10px 0;
}
#fx-global-footer .sag-wrap {
	margin:0 0 0 3px;
	text-align:left;
}
body.rtl #fx-global-footer .sag-wrap {
	margin:0 3px 0 0;
	text-align:right;
}
a.sag:link,
a.sag:visited,
#fx-global-footer a.sag:link,
#fx-global-footer a.sag:visited {
	display:block;
	padding-bottom:10px;
	border-radius:7px;
	margin-bottom:9px;
	color:#FFF;
}
#fx-global-footer a.sag,
#fx-global-footer .sag-wrap .office {
	color: #FFF !important;
}
#fx-global-footer .sag-wrap .light {
	color: #666 !important;
}
.sag-wrap a.image,
#fx-global-footer .sag-wrap a.image {
	padding-bottom:0 !important;
}
a.sag:hover,
a.sag:active,
#fx-global-footer a.sag:hover,
#fx-global-footer a.sag:active {
	text-decoration:none !important;
}
.sag-wrap .copy {
	padding:9px 9px 0 !important;
}
.sag-wrap .transport,
#fx-global-footer .sag-wrap .transport {
	background-color:#4D148C;
	background:-moz-linear-gradient(top, rgba(149,120,186,1) 2%, rgba(77,20,140,1) 50%);
	background:-webkit-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:-o-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:-ms-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
}
.sag-wrap .office,
#fx-global-footer .sag-wrap .office {
	background-color:#0073A0;
	background:-moz-linear-gradient(top, rgba(0,160,211,1) 0%, rgba(0,115,160,1) 50%);
	background:-webkit-linear-gradient(top, rgba(0,160,211,1) 0%,rgba(0,115,160,1) 50%);
	background:-o-linear-gradient(top, rgba(0,160,211,1) 0%,rgba(0,115,160,1) 50%);
	background:-ms-linear-gradient(top, rgba(0,160,211,1) 0%,rgba(0,115,160,1) 50%);
	background:linear-gradient(top, rgba(0,160,211,1) 0%,rgba(0,115,160,1) 50%);
}
.sag-wrap .dark,
#fx-global-footer .sag-wrap .dark {
	background-color:#666;
	background:-moz-linear-gradient(top, rgba(153,153,153,1) 0%, rgba(102,102,102,1) 50%);
	background:-webkit-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%);
	background:-o-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%);
	background:-ms-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%);
	background:linear-gradient(top, rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%);
}
.sag-wrap .light:link,
.sag-wrap .light:visited,
#fx-global-footer .sag-wrap .light:link,
#fx-global-footer .sag-wrap .light:visited {
	background-color:#E5E5E5;
	background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 50%);
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	color:#666;
}
a.sag span,
#fx-global-footer a.sag span {
	display:block;
	padding:10px 10px 0;
	line-height:1.273em;
}
a.sag .head,
#fx-global-footer a.sag .head {
	display:block;
	margin-bottom:2px;
	font:2em/1.09em "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
}
.sag-wrap .light .head,
#fx-global-footer .sag-wrap .light .head {
	color:#4D148C;
}
a.sag ul,
a.sag ol,
#fx-global-footer a.sag ul,
#fx-global-footer a.sag ol {
	padding:5px 25px;
}
a.sag li {
	color:#FFF !important;
}
.sag-wrap .light li {
	color:#666 !important;
}
#fx-global-footer a.sag ul li {
	list-style-type:disc !important;
}
#fx-global-footer a.sag ol li {
	list-style-type:decimal !important;
}
a.sag em,
#fx-global-footer a.sag em {
	font-style:italic;
}
a.sag em.cta,
#fx-global-footer a.sag em.cta {
	display:block;
	padding:5px 10px 0 0;
	background:url(/images/c/t1/assets.png) no-repeat 178px 9px;
	text-align:right;
	font-weight:bold;
	font-style:normal;
}
.sag-wrap .light em.cta,
#fx-global-footer .sag-wrap .light em.cta {
	background-position:191px -11px;
	color:#4D148C;
}
body.rtl a.sag em.cta,
body.rtl #fx-global-footer a.sag em.cta {
	padding:5px 0 0 10px;
	background-position:0 -1051px;
	text-align:left;
}
body.rtl .sag-wrap .light em.cta,
body.rtl #fx-global-footer .sag-wrap .light em.cta {
	background-position:-21px -1071px;
}
a.sag:hover em.cta,
#fx-global-footer a.sag:hover em.cta {
	text-decoration:underline;
}

a.sag.dark span,
#fx-global-footer a.sag.dark span{
color : #FFFFFF;
}
a.sag.transport span,
#fx-global-footer a.sag.transport span{
color : #FFFFFF;
} 
/***********************************************************************
								GLOBAL ELEMENTS
***********************************************************************/
/* BROWSER RESET */
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label {
	padding:0;
	border:0;
	margin:0;
	background:transparent;
	vertical-align:baseline;
	font-size:100%;
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
}
ul, ol {margin-left:25px;}
/* CLEAR FLOATS */
.block:after {
	content:" ";
	visibility:hidden;
	display:block;
	clear:both;
	height:0;
}
/* GLOBAL */
body {
	color:#666;
	font-family:Arial, Helvetica, sans-serif !important;
}
/* TEXT */
h2 {
	margin:0 0 10px;
	color:#4D148C;
	font:1.42em "Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
blockquote {
	padding:15px 25px;
}
.block p {
	margin:8px 0 0;
}
a:link,
a:visited {
	color:#4D148C;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color:#666;
	text-decoration:underline;
}
a.blk {
	padding:0 10px 0 0;
	margin-top:10px;
	font-weight:bold;
}
body.rtl a.blk {
	padding:0 0 0 10px;
}
a.blk:link,
a.blk:visited {
	background:url(/images/c/t1/assets.png) no-repeat 100% -155px;
}
body.rtl a.blk:link,
body.rtl a.blk:visited {
	background-position:0 -1115px;
}
a.blk:hover,
a.blk:focus,
a.blk:active {
	background-position:100% -135px;
}
body.rtl a.blk:hover,
body.rtl a.blk:focus,
body.rtl a.blk:active {
	background-position:0 -1095px;
}
.block {
	font-size:1.09em;
}
.block .block {
	font-size:1em;
}
.block ul,
.block ol {
	margin:10px 25px 5px;
}
.block ol li {
	margin-bottom:10px;
}
.block ul li {
	list-style:disc;
	line-height:1.8em;
}
.block .multi-col {
	margin:3px 0 0;
}
.block .multi-col li {
	display:block;
	float:left;
	width:235px;
	margin:0;
	list-style-image:none;
	list-style:none;
	line-height:1.6em;
	font-weight:bold;
}
body.rtl .block .multi-col li {
	float:right;
	margin:0;
}
.inline-icon {
	float:left;
	width:20px;
	height:20px;
	border:0;
	margin-right:8px;
}
body.rtl .inline-icon {
	float:right;
	margin:0 0 0 8px;
}
/* CONTENT AREA */
#content {
	margin:0;
	font-size:68.75%;
}
/* LAYOUT STYLES */
.col {
	float:left;
	width:245px;
	padding-top:10px;
}
body.rtl .col {
	float:right;
}
.double {
	width:490px;
}
.triple {
	width:735px;
}
#col-main,
#col-middle,
#col-right {
	padding-top:0;
}
#col-left {
	padding-top:25px;
}
.block {
	position:relative;
	margin:0 0 10px;
}
.double .block,
.triple .block {
	background:transparent url(/images/c/s1/block-border-top.gif) no-repeat 10px 0;
}
body.rtl .double .block,
body.rtl .triple .block {
	background:transparent url(/images/c/s1/block-border-top.gif) no-repeat;
}
.copy {
	padding:10px;
}
/* SLIDING DOOR BUTTONS */
button {
	padding:0 10px;
	border:0;
	border-radius:4px;
	margin:0;
	color:#FFF;
	white-space:nowrap;
	font:13px/20px "Arial Narrow", Arial, sans-serif;
	cursor:pointer;
}
button::-moz-focus-inner {
	padding:0;
	border:0;
}
.btn-20-prpl {
	background-color:#4D148C;
	background:-moz-linear-gradient(top, rgba(149,120,186,1) 2%, rgba(77,20,140,1) 50%);
	background:-webkit-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:-o-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:-ms-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
}
.btn-20-gr {
	background-color:#666;
	background:-moz-linear-gradient(top, rgba(153,153,153,1) 0%, rgba(102,102,102,1) 50%);
	background:-webkit-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%);
	background:-o-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%);
	background:-ms-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%);
	background:linear-gradient(top, rgba(153,153,153,1) 0%,rgba(102,102,102,1) 50%);
}
.btn-20-lgr {
	border:1px solid #999;
	background-color:#E5E5E5;
	background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 50%);
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	color:#666;
	line-height:18px;
}
.btn-30-prpl-arw {
	padding-right:18px;
	background:#4D148C url(/images/c/t1/assets.png) no-repeat 100% 13px;
	background:url(/images/c/t1/assets.png) no-repeat 100% 13px, -moz-linear-gradient(top, rgba(149,120,186,1) 2%, rgba(77,20,140,1) 50%);
	background:url(/images/c/t1/assets.png) no-repeat 100% 13px, -webkit-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:url(/images/c/t1/assets.png) no-repeat 100% 13px, -o-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:url(/images/c/t1/assets.png) no-repeat 100% 13px, -ms-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:url(/images/c/t1/assets.png) no-repeat 100% 13px, linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	font-size:17px;
	line-height:30px;
}
body.rtl .btn-30-prpl-arw {
	padding:0 10px 0 18px;
	background:#4D148C url(/images/c/t1/assets.png) no-repeat 8px -1047px;
	background:url(/images/c/t1/assets.png) no-repeat 8px -1047px, -moz-linear-gradient(top, rgba(149,120,186,1) 2%, rgba(77,20,140,1) 50%);
	background:url(/images/c/t1/assets.png) no-repeat 8px -1047px, -webkit-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:url(/images/c/t1/assets.png) no-repeat 8px -1047px, -o-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:url(/images/c/t1/assets.png) no-repeat 8px -1047px, -ms-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:url(/images/c/t1/assets.png) no-repeat 8px -1047px, linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
}
/***********************************************************************
								ALERTS
***********************************************************************/
/* Most alert styles are found in the global wrapper CSS. */
#fx-page-alert {
	font-size:62.5%;
	z-index:100;
}
.module-home .alert {
	font-size:.833em;
	z-index:50;
}
.module-home .alert .copy {
	padding:8px 10px !important;
	border:0 none !important;
	border-radius:7px;
}
.module-home .alert h4 {
	padding:0 !important;
}
.module-home .alert p {
	padding:0 !important;
	font-size:1em;
}
.module-home .alert span {
	display:block;
}
/* OUTAGE */
.outage-alert .copy {
	padding:10px !important;
	border:0 !important;
	background-color:#666;
}
.outage-alert .alert-details {
	border-radius:7px;
	background-color:#FFF;
}
.outage-alert .alert-details .copy {
	border:0;
	background:transparent none;
}
.outage-alert h4 {
	margin:0 0 2px;
	color:#D60D0D;
	font:1.42em "Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.outage-alert span {
	color:#999;
	font-size:.917em;
	line-height:1.181em;
}
.outage-alert p {
	margin-top:4px !important;
	font-size:1em !important;
	line-height:1.583em !important;
}
/* NEWS MODULE */
.news-alert {
	padding:5px 0 2px 20px !important;
	background:url(/images/c/t1/icon-alert.png) no-repeat 0px 3px;
}
body.rtl .news-alert {
	padding:5px 20px 2px 0 !important;
	background-position:100% 3px;
}
.news-alert a {
	position:relative;
	top:-1px;
	line-height:15px;
	font-weight:bold;
}
/***********************************************************************
								BANNER
***********************************************************************/
#banner,
#homeBanner {
	position:relative;
	width:990px;
	height:150px;
	font-size:68.75%;
}
#banner-title {
	float:left;
	width:245px;
	height:135px;
	border-bottom:15px solid #4D148C;
	background-color:#444;
	color:#FFF;
}
#banner-title h1,
#banner-title h2 {
	margin:11px 10px 5px;
	color:#FFF;
	font:2em "Arial Narrow", Arial, sans-serif;
	letter-spacing:1px;
}
#banner-title p {
	margin:0 10px 5px;
	font-size:1.09em;
}
#banner-img {
	position:relative;
	float:left;
	width:745px;
	height:150px;
}
body.rtl #banner-title, body.rtl #banner-img {
	float:right;
}
/* HOMEPAGE */
#homeBanner {
	height:auto;
	background-color:#444;
	background:-moz-linear-gradient(top, rgba(153,153,153,1) 0%, rgba(68,68,68,1) 100%);
	background:-webkit-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(68,68,68,1) 100%);
	background:-o-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(68,68,68,1) 100%);
	background:-ms-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(68,68,68,1) 100%);
	background:linear-gradient(top, rgba(153,153,153,1) 0%,rgba(68,68,68,1) 100%);
}
#homeBanner #banner-title {
	position:absolute;
	top:0;
	left:0;
	width:225px;
	height:246px;
	padding:6px 10px 0;
	border-bottom:0;
	background-color:transparent;
}
body.rtl #homeBanner #banner-title {
	left:auto;
	right:0;
}
#homeBanner #banner-img {
	float:right;
	height:250px;
}
body.rtl #homeBanner #banner-img {
	float:left;
}
#homeBanner #banner-login {
	height:211px;
	border-bottom:1px solid #666;
}
#homeBanner h1,
#homeBanner h2 {
	margin:0 0 1px;
	font-size:2.364em;
	line-height:1em;
	font-weight:normal;
}
#homeBanner h3 {
	color:#E5E5E5;
	font:1.273em/1.2em "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
}
#homeBanner h3.error {
	padding-top:2px;
	color:#FFF;
	font-size:1.27em;
	line-height:1.2em;
	font-weight:normal;
}
#homeBanner h3.error img {
	float:left;
	width:15px;
	height:15px;
	margin-right:7px;
}
body.rtl #homeBanner h3.error img {
	float:right;
	margin:0 0 0 7px;
}
#homeBanner h3.error strong {
	padding-right:15px;
}
body.rtl #homeBanner h3.error strong {
	display:inline-block;
	padding:0 0 0 15px;
}
#banner-login form {
	padding-top:7px;
}
#banner-login label {
	width:95px;
	line-height:20px;
}
#banner-login label.short {
	width:70px;
}
#banner-login label.remember-me {
	display:inline-block;
	width:180px;
	margin:0 0 0 3px;
	font-size:.91em;
	line-height:16px;
}
body.rtl #banner-login label.remember-me {
	margin:0 3px 0 0;
}
#banner-login input {
	width:221px;
	height:14px;
	padding:3px 2px;
	border:0;
	margin:0 0 7px;
	color:#333;
	font-size:1em;
}
#banner-login input.checkbox {
	width:auto;
	height:auto;
	padding:0;
	margin:0;
}
#banner-login #pswd-wrap{
	margin:0 0 -14px;
}
#banner-login #pswd-label{
	position:relative;
	z-index:1;
	bottom:24px;
	margin-left:4px;
	color:#000;
	display:block;
	cursor:text;
}
#banner-login select {
	width:225px;
	height:19px;
	margin:0 0 7px;
	color:#333;
	font-size:1em;
	font-family:Arial Unicode MS, Lucida Sans Unicode, Code2000, sans-serif !important;
}
body.rtl #banner-login label,
body.rtl #banner-login input,
body.rtl #banner-login select {
	float:right;
}
#banner-login button {
	float:right;
	margin:5px 0;
}
body.rtl #banner-login button {
	float:left;
}
#banner-login a {
	color:#CCC;
}
#banner-login a:hover,
#banner-login a:active {
	color:#FFF;
}
#new-customer h3 {
	color:#FFF;
	line-height:34px;
}
#new-customer a {
	float:right;
	margin-top:11px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -77px;
	color:#FFF;
	font-weight:normal;
}
#new-customer a.single{
	float: left;
    margin-top: 8px;
	background-position: 100% -75px;    
    line-height: 18px;
}
body.rtl #new-customer a {
	float:left;
	background-position:0 -1057px;
}
/* HOMEPAGE POSTLOG */
#banner-postlog {
	height:186px;
	padding-top:25px;
	border-bottom:1px solid #666;
}
#banner-postlog h2 {
	font-size:2.73em;
}
#banner-postlog h3 {
	margin-bottom:20px;
	font-size:2.27em;
	color:#CCC;
}
#banner-postlog a {
	display:inline-block;
	padding-right:12px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -74px;
	color:#FFF;
	font-size:1.18em;
	line-height:1.54em;
}
body.rtl #banner-postlog a {
	padding:0 0 0 12px;
	background-position:0 -1054px;
}
#banner-logout a {
	padding-right:12px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -72px;
	color:#FFF;
	font:1.54em/30px "Arial Narrow", Arial, sans-serif;
}
body.rtl #banner-logout a {
	padding:0 0 0 12px;
	background-position:0 -1052px;
}
/* FCL */
#banner.fclBanner {
	height:250px;
}
.fclBanner #banner-img {
	width:990px;
	height:250px;
}
.fclBanner #banner-title {
	position:absolute;
	top:10px;
	left:15px;
	width:215px;
	height:220px;
	padding:8px 10px 0;
	border-bottom:0;
	border-radius:7px;
	background-color:#FFF;
	background-color:rgba(255,255,255,.8);
	z-index:5;
}
body.rtl .fclBanner #banner-title {
	left:auto;
	right:15px;
}
.fclBanner #banner-login {
	height:189px;
	border-bottom:1px solid #CCC;
}
.fclBanner #banner-title h1,
.fclBanner #banner-title h2 {
	margin:0 0 3px;
	color:#4D148C;
	line-height:1em;
}
.fclBanner #banner-title h3 {
	color:#666;
}
.fclBanner #banner-title h3.error {
	color:#D60D0D;
	font:1.27em/1.2em "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
}
.fclBanner h3.error img {
	float:left;
	width:15px;
	height:15px;
	margin-right:7px;
}
body.rtl .fclBanner h3.error img {
	float:right;
	margin:0 0 0 7px;
}
.fclBanner h3.error strong {
	padding-right:15px;
}
body.rtl .fclBanner h3.error strong {
	display:inline-block;
	padding:0 0 0 15px;
}
.fclBanner #banner-login form {
	padding-top:4px;
}
.fclBanner #banner-login label {
	color:#666;
}
.fclBanner #banner-login input {
	width:209px;
	height:12px;
	border:1px solid #CCC;
	margin-bottom:3px;
}
.fclBanner #banner-login input.checkbox {
	width:auto;
	margin:0;
}
.fclBanner #banner-login select {
	width:215px;
	margin-bottom:5px;
}
.fclBanner #banner-login button {
	margin:3px 0;
}
.fclBanner #banner-login a {
	color:#4D148C;
}
.fclBanner #new-customer h3 {
	color:#4D148C;
	font:1.55em/34px "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
}
.fclBanner #new-customer a {
	background:url(/images/c/t1/assets.png) no-repeat 100% -156px;
	color:#4D148C;
}
body.rtl .fclBanner #new-customer a {
	background-position:0 -1116px;
}
/* FCL POSTLOG */
.fclBanner #banner-postlog {
	height:160px;
	border-bottom:1px solid #CCC;
}
.fclBanner #banner-postlog h2 {
	font-size:2em;
}
.fclBanner #banner-postlog h3 {
	font:2em "Arial Narrow", Arial, sans-serif;
	color:#4D148C;
}
.fclBanner #banner-postlog a {
	background:url(/images/c/t1/assets.png) no-repeat 100% -133px;
	color:#666;
}
body.rtl .fclBanner #banner-postlog a {
	background-position:0 -1093px;
}
.fclBanner #banner-logout a {
	background:url(/images/c/t1/assets.png) no-repeat 100% -152px;
	color:#4D148C;
}
body.rtl .fclBanner #banner-logout a {
	background-position:0 -1112px;
}
/* WIDE INTERACTIVE BAG */
#banner.medBanner {
	height:200px;
}
/***********************************************************************
								CALL TO ACTION
***********************************************************************/
.call-to-action-single {
	padding-top:10px;
	border-radius:7px;
	margin-left:10px;
	background-color:#E5E5E5 !important;
	color:#333;
}
body.rtl .call-to-action-single {
	margin-right:10px;
	margin-left:0;
}
.call-to-action-single .copy {
	padding-top:8px;
}
.call-to-action-single p {
	clear:both;
	line-height:1.3em;
}
.call-to-action-single h2 {
	display:inline;
	padding-top:8px;
	margin-bottom:5px;
	color:#333;
}
.call-to-action-single h3 {
	margin-top:10px;
	color:#333;
	font-size:.92em;
	font-weight:normal;
}
.call-to-action-single form h3 {
	float:left;
	width:87px;
	margin-top:5px;
	line-height:20px;
}
body.rtl .call-to-action-single form h3 {
	float:right;
}
.call-to-action-single form {
	margin:0;
}
.call-to-action-single .text {
	float:left;
	width:120px;
	height:15px;
	padding:3px 3px 0;
	border:1px solid #CCC;
	margin-top:5px;
	color:#333;
	font-family:Arial, sans-serif;
}
body.rtl .call-to-action-single .text {
	float:right;
}
.call-to-action-single a {
	display:block;
	position:relative;
	float:left;
	top:-10px;
	margin-bottom:-10px;
}
.generic a {
	display:inline;
	position:static;
	float:none;
	margin-bottom:0;
}
.generic h3 {
	position:relative;
	top:10px;
	margin-top:0;
	color:#333;
	font-size:1em;
	font-weight:bold;
}
body.rtl .call-to-action-single a {
	float:right;
}
.icon_link a {
	float:left;
	padding-top:3px;
}
body.rtl .icon_link a {
	float:right;
}
.call-to-action-single ul li {
	padding:2px 0;
	line-height:1.3em;
}
/* SLIDING DOOR BUTTONS */
.call-to-action-single .btn-20-prpl {
	float:right;
	margin-top:10px;
}
body.rtl .call-to-action-single .btn-20-prpl {
	float:left;
}
.call-to-action-single .btn-20-lgr {
	margin:5px 0 0 8px;
}
body.rtl .call-to-action-single .btn-20-lgr {
	float:right;
	margin:5px 8px 0 0;
}
/* TRACK BOX */
.call-to-action-single .track-box {
	width:207px;
	height:75px;
	padding:0 3px;
	border:1px solid #CCC;
	margin:10px 0 0;
	background:local url(/images/c/s1/bg-track-box.gif);
	color:#666;
	font:1em/26px Arial, sans-serif;
}
/***********************************************************************
								TOOLTIPS
***********************************************************************/
.tooltip {
	position:relative;
	float:left;
	width:15px;
}
body.rtl .tooltip {
	float:right;
}
.tooltip img.icon {
	position:absolute;
	top:3px;
	left:0;
	width:15px;
	height:15px;
	cursor:pointer;
}
body.rtl .tooltip img.icon {
	left:auto;
	right:0;
}
.tooltip div.body {
	display:none;
	position:absolute;
	top:auto;
	left:5px;
	width:205px;
	padding-top:10px;
	border-radius:10px;
	background-color:#FFF;
	-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.6);
	-moz-box-shadow:0 0 5px 0 rgba(0,0,0,.6);
	box-shadow:0 0 5px 0 rgba(0,0,0,.6);
	color:#666;
	font-size:1em;
	line-height:1;
}
.tooltip div.fly-left {
	left:auto;
	right:3px;
}
body.rtl .tooltip div.body {
	left:auto;
	right:8px;
}
.tooltip div.copy {
	padding:0;
}
.tooltip h3 {
	padding:0 10px 5px;
	border-bottom:1px solid #BBB;
	margin:0 0 5px !important;
	background-color:#FFF;
	color:#666;
}
.tooltip p {
	padding:0 10px 10px !important;
	margin:0;
	color:#666 !important;
}
/***********************************************************************
								 QUICK ACCESS
***********************************************************************/
.quick-access h2 {
	margin:0 0 4px;
	font-size:2em;
	font-weight:normal;
}
.quick-access .copy {
	padding:0 0 10px 10px;
}
body.rtl .quick-access .copy {
	padding:0 10px 10px 0;
}
.quick-access .copy ul {
	margin:0;
	padding:0;
}
.quick-access ul li {
	width:235px;
	padding:5px 0;
	border-bottom:1px solid #CCC;
	list-style:none;
	list-style-image:none;
	line-height:1.3em;
}
.quick-access li a:link,
.quick-access li a:visited {
	display:block;
	width:190px;
	padding:10px 45px 5px 0;
	background:#FFF url(/images/c/t1/quickAccess.gif) no-repeat 500px center;
	color:#666;
	font-size:1.08em;
}
body.rtl .quick-access li a:link,
body.rtl .quick-access li a:visited {
	padding:10px 0 5px 45px;
}
.quick-access li a:hover {
	color:#4D148C;
}
.quick-access li.about a {
	background-position:200px 50%;
}
body.rtl .quick-access li.about a {
	background-position:10px 50%;
}
.quick-access li.caribbeanTransport a,
.quick-access li.shipServiceA a {
	background-position:-35px 50%;
}
body.rtl .quick-access li.caribbeanTransport a,
body.rtl .quick-access li.shipServiceA a {
	background-position:-225px 50%;
}
.quick-access li.contactA a {
	background-position:-270px 50%;
}
body.rtl .quick-access li.contactA a {
	background-position:-460px 50%;
}
.quick-access li.contactB a,
.quick-access li.emails a,
.quick-access li.writeToUs a {
	background-position:-505px 50%;
}
body.rtl .quick-access li.contactB a,
body.rtl .quick-access li.emails a,
body.rtl .quick-access li.writeToUs a {
	background-position:-695px 50%;
}
.quick-access li.contactC a {
	background-position:-740px 50%;
}
body.rtl .quick-access li.contactC a {
	background-position:-930px 50%;
}
.quick-access li.contactD a {
	background-position:-975px 50%;
}
body.rtl .quick-access li.contactD a {
	background-position:-1165px 50%;
}
.quick-access li.createShipment a {
	background-position:-1210px 50%;
}
body.rtl .quick-access li.createShipment a {
	background-position:-1400px 50%;
}
.quick-access li.mobileSolutions a {
	background-position:-1445px 50%;
}
body.rtl .quick-access li.mobileSolutions a {
	background-position:-1635px 50%;
}
.quick-access li.onlineChat a {
	background-position:-1680px 50%;
}
body.rtl .quick-access li.onlineChat a {
	background-position:-1870px 50%;
}
.quick-access li.pymex a,
.quick-access li.sbc a {
	background-position:-1915px 50%;
}
body.rtl .quick-access li.pymex a,
body.rtl .quick-access li.sbc a {
	background-position:-2105px 50%;
}
.quick-access li.locations a {
	background-position:-2150px 50%;
}
body.rtl .quick-access li.locations a {
	background-position:-2340px 50%;
}
.quick-access li.rates a {
	background-position:-2385px 50%;
}
body.rtl .quick-access li.rates a {
	background-position:-2575px 50%;
}
.quick-access li.transitTimesA a {
	background-position:-2620px 50%;
}
body.rtl .quick-access li.transitTimesA a {
	background-position:-2810px 50%;
}
.quick-access li.customerResource a {
	background-position:-2855px 50%;
}
body.rtl .quick-access li.customerResource a {
	background-position:-3045px 50%;
}
.quick-access li.openAccount a {
	background-position:-3090px 50%;
}
body.rtl .quick-access li.openAccount a {
	background-position:-3280px 50%;
}
.quick-access li.orderSupplies a {
	background-position:-3325px 50%;
}
body.rtl .quick-access li.orderSupplies a {
	background-position:-3515px 50%;
}
.quick-access li.businessBonusA a {
	background-position:-3560px 50%;
}
body.rtl .quick-access li.businessBonusA a {
	background-position:-3750px 50%;
}
.quick-access li.businessBonusB a {
	background-position:-3795px 50%;
}
body.rtl .quick-access li.businessBonusB a {
	background-position:-3985px 50%;
}
.quick-access li.payOnline a {
	background-position:-4030px 50%;
}
body.rtl .quick-access li.payOnline a {
	background-position:-4220px 50%;
}
.quick-access li.schedulePickup a {
	background-position:-4265px 50%;
}
body.rtl .quick-access li.schedulePickup a {
	background-position:-4455px 50%;
}
.quick-access li.tools a {
	background-position:-4500px 50%;
}
body.rtl .quick-access li.tools a {
	background-position:-4690px 50%;
}
.quick-access li.shipServiceB a {
	background-position:-4735px 50%;
}
body.rtl .quick-access li.shipServiceB a {
	background-position:-4925px 50%;
}
.quick-access li.trackA a {
	background-position:-4970px 50%;
}
body.rtl .quick-access li.trackA a {
	background-position:-5160px 50%;
}
.quick-access li.viewAll a {
	background-position:-5205px 50%;
}
body.rtl .quick-access li.viewAll a {
	background-position:-5395px 50%;
}
.quick-access li.welcome a {
	background-position:-5440px 50%;
}
body.rtl .quick-access li.welcome a {
	background-position:-5630px 50%;
}
.quick-access li.whyChoose a {
	background-position:-5675px 50%;
}
body.rtl .quick-access li.whyChoose a {
	background-position:-5865px 50%;
}
.quick-access li.addressBook a {
	background-position:-5910px 50%;
}
body.rtl .quick-access li.addressBook a {
	background-position:-6100px 50%;
}
.quick-access li.claim a {
	background-position:-6145px 50%;
}
body.rtl .quick-access li.claim a {
	background-position:-6335px 50%;
}
.quick-access li.transitTimesB a {
	background-position:-6375px 50%;
}
body.rtl .quick-access li.transitTimesB a {
	background-position:-6565px 50%;
}
.quick-access li.businessBonusC a {
	background-position:-6615px 50%;
}
body.rtl .quick-access li.businessBonusC a {
	background-position:-6805px 50%;
}
.quick-access li.trackB a {
	background-position:-6850px 50%;
}
body.rtl .quick-access li.trackB a {
	background-position:-7040px 50%;
}
.quick-access li.customizeDelivery a {
	background-position:-7108px 50%;
}
body.rtl .quick-access li.customizeDelivery a {
	background-position:-7300px 50%;
}
.quick-access li.creditCardShipment a {
	background-position:-7375px 50%;
}
body.rtl .quick-access li.creditCardShipment a {
	background-position:-7565px 50%;
}
.quick-access ul li.last {
	border-bottom:none;
}
/***********************************************************************
								HOME MODULES
***********************************************************************/
.module-home {
	position:relative;
	width:235px;
	padding:0 0 0 10px;
	background:transparent none !important;
}
body.rtl .module-home {
	padding:0 10px 0 0;
}
.module-home h2 {
	width:215px;
	padding:6px 9px 4px;
	border:1px solid #999;
	border-radius:7px 7px 0 0;
	margin-bottom:0;
	background-color:#CCC;
	background:-moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(204,204,204,1) 50%);
	background:-webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	background:-o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	background:-ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	background:linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	color:#333;
	font-weight:normal;
}
.module-home h2.simple {
	border-bottom:0;
	background:#FFF;
}
.module-home .rss-icon {
	position:absolute;
	top:6px;
	right:6px;
}
body.rtl .module-home .rss-icon {
	right:auto;
	left:6px;
}
.module-home .rss-icon img {
	width:20px;
	height:20px;
}
.module-home .copy {
	padding:0 9px 9px;
	border:1px solid #999;
	border-top:0;
	border-radius:0 0 7px 7px;
}
.module-home .help {
	padding:5px 0 7px;
	text-align:right;
}
body.rtl .module-home .help {
	text-align:left;
}
.module-home .help a:link,
.module-home .help a:visited {
	padding-left:15px;
	background:url(/images/c/t1/assets.png) no-repeat -15px -339px;
	color:#666;
	font-size:.917em;
}
body.rtl .module-home .help a:link,
body.rtl .module-home .help a:visited {
	padding:0 15px 0 0;
	background-position:100% -339px;
}
.module-home p {
	margin:0;
	font-size:.917em;
	line-height:1.3em;
}
.module-home .secondary-links {
	padding-top:5px;
}
.module-home fieldset {
	position:relative;
	padding:10px 0;
}
.module-home fieldset p {
	float:left;
	width:100%;
}
.module-home p.form-divider {
	margin-top:3px;
	border-top:1px solid #CCC;
}
.module-home p.form-divider strong {
	position:relative;
	top:-.7em;
	padding:0 10px 0 0;
	background-color:#FFF;
}
body.rtl .module-home p.form-divider strong {
	padding:0 0 0 10px;
}
.module-home label {
	float:left;
	width:65px;
	font-size:.917em;
	line-height:20px;
}
.module-home input {
	float:left;
	width:144px;
	height:12px;
	padding:3px 2px;
	border:1px solid #CCC;
	margin-bottom:10px;
	font-size:.917em;
	color:#666;
}
.module-home select {
	float:left;
	width:150px;
	margin:0;
}
body.rtl .module-home fieldset p,
body.rtl .module-home label,
body.rtl .module-home input,
body.rtl .module-home select,
.module-home button {
	float:right;
}
body.rtl .module-home button {
	float:left;
}
.module-home a.blk {
	font-size:.917em;
}
/* TRACK */
.module-home .track-box-home {
	width:207px;
	height:75px;
	padding:0 3px;
	border:1px solid #CCC;
	margin:10px 0;
	background:local url(/images/c/s1/bg-track-box.gif);
	color:#666;
	font:.917em/25px Arial, sans-serif;
}
/* NEWS FEED */
.module-home .news-feed {
	padding:2px 0 8px;
	margin:0;
	font-size:.917em;
}
.module-home .news-feed li {
	padding:3px 0 2px;
	border-top:1px solid #CCC;
	list-style:none;
	line-height:1.182em;
}
.module-home .news-feed li.first {
	border-top:0;
}

/***********************************************************************
								SEARCH BAR
***********************************************************************/
.search-bar {
	width:990px;
	height:50px;
	overflow:hidden;
	background-color:#4D148C;
	background:-moz-linear-gradient(top, rgba(149,120,186,1) 2%, rgba(77,20,140,1) 50%);
	background:-webkit-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:-o-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:-ms-linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
	background:linear-gradient(top, rgba(149,120,186,1) 2%,rgba(77,20,140,1) 50%);
}
.search-bar h2 {
	float:left;
	padding:0 20px 0 15px;
	margin-bottom:0;
	color:#FFF;
	font-size:1.5em;
	line-height:50px;
}
body.rtl .search-bar h2 {
	float:right;
	padding:0 15px 0 20px;
}
.search-bar form {
	float:left;
	padding:15px 0 0;
}
.search-bar input {
	width:380px;
	height:16px;
	padding:3px 3px 1px;
	margin:0;
	border:0;
	color:#666;
	font:.6875em Arial, sans-serif;
}
body.rtl .search-bar form {
	float:right;
}
.search-bar button {
	margin:0 0 0 10px;
}
body.rtl .search-bar button {
	margin:0 10px 0 0;
}
/***********************************************************************
								LEFT NAVIGATION
***********************************************************************/
#nav-local {
	width:220px;
	margin:-6px 0 30px 10px;
}
#nav-local ul {
	margin: 0;
}
body.rtl #nav-local {
	margin:-6px 10px 30px 0;
}
/* these declarations are not overriden */
#nav-local li {
	list-style:none;
}
#nav-local li a, #nav-local li span {
	display:block;
	text-decoration:none;
}
/* 1st LEVEL
   Note, span replaces the anchor for nav element related to the page the user is on in order to deactivate the link. */
#nav-local li {
	border-bottom:1px solid #CCC;
}
#nav-local li.secure {
	background:url(/images/c/t1/assets.png) no-repeat 213px -363px;
}
body.rtl #nav-local li.secure {
	background-position:0 -363px;
}
#nav-local li a, #nav-local li span {
	width:190px;
	padding:3px 10px 3px 20px;
	background:url(/images/c/t1/assets.png) no-repeat 3px -1406px;
	color:#333;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1.364em;
	font-weight:bold;
}
#nav-local > li > a {
	line-height: 1em;
	margin: 2px 0;
}

body.rtl #nav-local li a,
body.rtl #nav-local li span {
	padding:3px 20px 3px 10px;
	background-position:100% -1154px;
}
#nav-local li.last {
	border-bottom:none;
}
#nav-local .more a.on {
	background-position:3px -1469px;
}
body.rtl #nav-local .more a.on {
	background:url(/images/c/t1/assets.png) no-repeat 206px -204px;
}
/* these declarations are not overriden for everything below level 1 */
#nav-local .more li a,
#nav-local .more li span {
	background-image:none;
	font-family:Arial, sans-serif;
	font-size:1.091em;
	font-weight:normal;
}
/* 2nd LEVEL */
#nav-local .more li {
	margin-left:20px;
	border-bottom:1px dashed #CCC;
}
body.rtl #nav-local .more li {
	margin:0 20px 0 0;
}
#nav-local .more li.last {
	border-bottom:0;
}
#nav-local .more li.secure {
	background-position:193px -363px;
}
body.rtl #nav-local .more li.secure {
	background-position:0 -363px;
}
#nav-local .more li a,
#nav-local .more li span {
	width:177px;
	padding:5px 10px 3px 12px;
	background-image:none !important;
}
body.rtl #nav-local .more li a,
body.rtl #nav-local .more li span {
	padding:5px 12px 3px 10px;
	background:none !important;
}
#nav-local .more .more a {
	background:url(/images/c/t1/assets.png) no-repeat 2px -1520px !important;
}
body.rtl #nav-local .more .more a {
	background:url(/images/c/t1/assets.png) no-repeat 100% -1072px !important;
}
#nav-local .more li .on {
	border-bottom:0;
	background:none !important;
}
#nav-local .more .more .on {
	background:url(/images/c/t1/assets.png) no-repeat -18px -110px !important;
}
body.rtl #nav-local .more .more .on {
	background:url(/images/c/t1/assets.png) no-repeat 174px -110px !important;
}
/* these declarations are not overriden for everything below level 2 */
#nav-local .more .more ul {
	padding-bottom:5px;
}
#nav-local .more .more li {
	border-bottom:0;
	margin:0 !important;
}
#nav-local .more .more li a,
#nav-local .more .more li span {
	color:#666;
}
/* 3rd LEVEL */
#nav-local .more .more li.secure {
	background-position:193px -365px;
}
body.rtl #nav-local .more .more li.secure {
	background-position:0 -365px;
}
#nav-local .more .more li a,
#nav-local .more .more li span {
	width:165px;
	padding:3px 10px 2px 25px;
	border:0;
	background:none !important;
	font-size:1em;
}
body.rtl #nav-local .more .more li a,
body.rtl #nav-local .more .more li span {
	padding:3px 25px 2px 10px;
	background:none !important;
}
#nav-local .more .more .more a {
	background:url(/images/c/t1/assets.png) no-repeat 15px -14px !important;
}
body.rtl #nav-local .more .more .more a {
	background:url(/images/c/t1/assets.png) no-repeat 162px -1074px !important;
}
#nav-local .more .more li .on,
body.rtl #nav-local .more .more li .on {
	background:none !important;
}
#nav-local .more .more .more .on {
	background:url(/images/c/t1/assets.png) no-repeat -4px -113px !important;
}
body.rtl #nav-local .more .more .more .on {
	background:url(/images/c/t1/assets.png) no-repeat 162px -113px !important;
}
/* 4th LEVEL */
#nav-local .more .more .more li a,
#nav-local .more .more .more li span {
	width:155px;
	padding:3px 10px 2px 35px;
	background:none !important;
}
body.rtl #nav-local .more .more .more li a,
body.rtl #nav-local .more .more .more li span {
	padding:3px 35px 2px 10px;
	background:none !important;
}
#nav-local .more .more .more li .on,
body.rtl #nav-local .more .more .more li .on {
	background:none !important;
}
/* HOVER */
#nav-local a:hover {
	color:#4D148C !important;
}
#nav-local li span.on,
#nav-local li a:link.on,
#nav-local li a:visited.on {
	color:#4D148C !important;
}
/* "NEW" ICON */
#nav-local em {
	padding:0 3px;
	margin-left:5px;
	background-color:#4D148C;
	color:#FFF;
	font-style:normal;
}
/***********************************************************************
								BASIC W/ ICON BLOCK
***********************************************************************/
.basic-icon-single h2 {
	display:block;
	height:20px;
	line-height:20px;
}
.basic-icon-single p {
	margin-left:10px;
}
body.rtl .basic-icon-single p {
	margin:0 10px 0 0;
}
.basic-icon-single strong.subhead {
	display:block;
	font-weight:bold;
}
.basic-icon-single ul {
	margin-left:35px;
}
body.rtl .basic-icon-single ul {
	margin:0 35px 0 0;
}
/* 1-2-1 OVERRIDES */
.triple .basic-icon-single {
	background-image:none !important;
}
.triple .basic-icon-single .copy {
	padding-top:0;
}
/***********************************************************************
								SOLUTION BLOCK
***********************************************************************/
.solutions {
	width:235px;
	padding:0 0 0 10px;
}
body.rtl .solutions {
	padding:0 10px 0 0;
}
.solutions h2 {
	width:215px;
	padding:6px 9px 4px;
	border:1px solid #999;
	border-radius:7px 7px 0 0;
	margin-bottom:0;
	background-color:#CCC;
	background:-moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(204,204,204,1) 50%);
	background:-webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	background:-o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	background:-ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	background:linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	color:#333;
	font-weight:normal;
}
.solutions .copy {
	padding:0 9px 9px;
	border:1px solid #999;
	border-top:0;
	border-radius:0 0 7px 7px;
}
.solutions .solutions-box {
	width:207px;
	height:105px;
	padding:0 3px;
	border:1px solid #CCC;
	margin:10px 0 0;
	color:#666;
	font:1em/26px Arial, sans-serif;
}
.solutions .solutions-icon {
	min-height:45px;
	padding-right:75px;
	background:url(/images/c/t1/icon-ask-fedex.gif) no-repeat 100% 0;
}
body.rtl .solutions .solutions-icon {
	padding-left:75px;
	padding-right:0;
	background-position:top left;
}
.solutions form {
	padding-top:2px;
}
.solutions button {
	float:right;
	margin-top:10px;
}
body.rtl .solutions button {
	float:left;
}
/***********************************************************************
								PAGE TOOLS
***********************************************************************/
.page-tools {
	height:10px;
	padding:9px 5px 0 0;
	margin:0 0 -14px;
	background-image:none !important;
	text-align:right;
	z-index:50;
}
body.rtl .page-tools {
	padding:9px 0 0 5px;
	text-align:left;
}
.page-tools a {
	float:right;
	margin-left:15px;
}
body.rtl .page-tools a {
	float:left;
	margin:0 15px 0 0;
}
.page-tools .share-this,
.page-tools .resize {
	float:none;
}
#shareContainer,
#resizeContainer {
	position:relative;
	float:right;
}
body.rtl #shareContainer,
body.rtl #resizeContainer {
	float:left;
}
#shareList,
#resizeList {
	display:none;
	position:absolute;
	top:12px;
	left:26px;
	min-width:100%;
	padding:5px 7px;
	margin:0;
	border:1px solid #CCC;
	background-color:#FFF;
	text-align:left;
}
body.rtl #shareList,
body.rtl #resizeList {
	left:auto;
	right:26px;
	text-align:right;
}
#shareContainer:hover #shareList,
#resizeContainer:hover #resizeList {
	display:block;
}
#shareList li,
#resizeList li {
	display:block;
	padding:0;
	list-style:none;
}
#shareList a,
#resizeList a {
	display:block;
	float:none;
	padding:1px 0 1px 20px;
	margin:0;
}
body.rtl #shareList a,
body.rtl #resizeList a {
	padding:1px 20px 1px 0;
}
#resizeList a {
	padding:1px 0 1px 10px;
}
body.rtl #resizeList a {
	padding:1px 10px 1px 0;
}
#resizeList a.current {
	background:url(/images/c/t1/assets.png) no-repeat -20px -151px !important;
}
body.rtl #resizeList a.current {
	background:url(/images/c/t1/arrow-link-rtl.gif) no-repeat 100% 9px !important;
}
#shareList a {
	background:url(/images/c/t1/assets.png) no-repeat;
}
#share-delicious {
	background-position:-9px -1297px !important;
}
#share-digg {
	background-position:-9px -1320px !important;
}
#share-google {
	background-position:-9px -1343px !important;
}
#share-yahoo {
	background-position:-9px -1366px !important;
}
#share-facebook {
	background-position:-9px -1389px !important;
}
#resize-small {
	font-size:12px;
}
#resize-medium {
	font-size:14px;
}
#resize-large {
	font-size:16px;
}
.page-tools .resize,
.page-tools .share-this,
.page-tools .email-friend,
.page-tools .print,
.page-tools .help {
	padding-left:18px;
	background:url(/images/c/t1/assets.png) no-repeat -12px -770px;
}
body.rtl .page-tools .resize {
	padding:0 18px 0 0;
	background-position:100% -770px;
}
.page-tools .share-this {
	background-position:-12px -710px;
}
body.rtl .page-tools .share-this {
	padding:0 18px 0 0;
	background-position:100% -710px;
}
.page-tools .email-friend {
	background-position:-12px -798px;
}
body.rtl .page-tools .email-friend {
	padding:0 18px 0 0;
	background-position:100% -798px;
}
.page-tools .print {
	padding-left:20px;
	background-position:-12px -829px;
}
body.rtl .page-tools .print {
	padding:0 20px 0 0;
	background-position:100% -829px;
}
.page-tools .help {
	background-position:-12px -740px;
}
body.rtl .page-tools .help {
	padding:0 18px 0 0;
	background-position:100% -740px;
}
/* 3-1 OVERRIDES */
.main-col-first .page-tools {
	margin:0 5px -14px 0;
}
body.rtl .main-col-first .page-tools {
	margin:0 0 -14px 5px;
}
/***********************************************************************
								PAGE HEADING
***********************************************************************/
.page-heading {
	width:612px;
	background-image:none !important;
}
.page-heading .copy {
	padding-top:20px;
}
.page-heading h1 {
	margin:0;
	font:normal 2.17em "Arial Narrow", Arial, sans-serif;
	color:#4D148C;
}
.page-heading p {
	margin-top:2px;
	font:1.42em/1.1em "Arial Narrow", Arial, sans-serif;
}
.two-one .page-heading .copy {
	width:480px;
}
/***********************************************************************
								FEATURE BLOCK
***********************************************************************/
.feature-text-first, .feature-image-first {
	background-image:none !important;
}
.feature-text-first p, .feature-image-first p {
	line-height:1.6em;
}
.feature-text-first .copy, .feature-image-first .copy {
	width:347px;
	padding:20px 10px 10px;
}
.feature-text-first img {
	float:right;
	margin:20px 0 10px;
}
body.rtl .feature-text-first img {
	float:left;
	margin:20px 0 10px 10px;
}
.feature-text-first .copy {
	float:left;
}
body.rtl .feature-text-first .copy {
	float:right;
}
.feature-image-first img {
	float:left;
	margin:20px 0 10px 10px;
}
body.rtl .feature-image-first img {
	float:right;
	margin:20px 10px 10px 0;
}
.feature-image-first .copy {
	float:right;
}
body.rtl .feature-image-first .copy {
	float:left;
}
.feature-text-first form {
	margin-top:10px;
}
.feature-text-first .text {
	float:left;
	width:160px;
	height:15px;
	padding:3px 3px 1px;
	border:1px solid #CCC;
	margin:5px 5px 0 0;
	font-family:Arial, sans-serif;
	color:#666;
}
body.rtl .feature-text-first .text {
	float:right;
}
/***********************************************************************
								BASIC TEXT BLOCK
***********************************************************************/
.basic p {
	line-height:1.6em;
}
.basic .copy {
	padding:20px 122px 10px 10px;
}
body.rtl .basic .copy {
	padding:20px 10px 10px 122px;
}
/* 1-2-1 OVERRIDES */
.double .basic .copy {
	padding-right:0;
}
body.rtl .double .basic .copy {
	padding-left:0;
}
/***********************************************************************
								TEXT W/ MED IMG BLOCK
***********************************************************************/
.basic-image-medium p, .basic-image-medium-sq p, .basic-image-medium-reverse p {
	line-height:1.6em;
}
.basic-image-medium h3, .basic-image-medium-sq h3, .basic-image-medium-reverse h3 {
	display:block;
	clear:both;
	margin-top:10px;
	font-weight:bold;
}
.basic-image-medium img, .basic-image-medium-sq img {
	float:left;
	margin:20px 0 10px 10px;
}
body.rtl .basic-image-medium img, body.rtl .basic-image-medium-sq img {
	float:right;
	margin:20px 10px 10px 0;
}
.basic-image-medium-reverse img {
	float:right;
	margin:20px 0 10px 10px;
}
body.rtl .basic-image-medium-reverse img {
	float:left;
	margin:20px 10px 10px 0;
}
.basic-image-medium .copy, .basic-image-medium-sq .copy {
	float:right;
	width:470px;
	padding:20px 10px 10px;
}
body.rtl .basic-image-medium .copy, body.rtl .basic-image-medium-sq .copy {
	float:left;
}
.basic-image-medium-reverse .copy {
	float:left;
	width:470px;
	padding:20px 0 10px 10px;
}
body.rtl .basic-image-medium-reverse .copy {
	float:right;
	padding:20px 10px 10px 0;
}
/* 1-2-1 OVERRIDES */
.double .basic-image-medium .copy, .double .basic-image-medium-sq .copy, .double .basic-image-medium-reverse .copy {
	width:235px;
	padding-right:0;
}
body.rtl .double .basic-image-medium .copy, body.rtl .double .basic-image-medium-sq .copy, body.rtl .double .basic-image-medium-reverse .copy {
	padding-left:0;
}
/***********************************************************************
								TEXT W/ SM IMG BLOCK
***********************************************************************/
.basic-image-small p, .basic-image-small-reverse p {
	line-height:1.6em;
}
.basic-image-small h3, .basic-image-small-reverse h3 {
	display:block;
	clear:both;
	margin-top:10px;
	font-weight:bold;
}
.basic-image-small img, .basic-image-small-reverse img {
	float:left;
	margin:20px 0 10px 10px;
}
body.rtl .basic-image-small img, body.rtl .basic-image-small-reverse img {
	float:right;
	margin:20px 10px 10px 0;
}
.basic-image-small .copy {
	float:right;
	width:480px;
	padding:20px 122px 10px 10px;
}
body.rtl .basic-image-small .copy {
	float:left;
	padding:20px 10px 10px 122px;
}
.basic-image-small-reverse .copy {
	float:left;
	width:480px;
	padding:20px 0 10px 10px;
}
body.rtl .basic-image-small-reverse .copy {
	float:right;
	padding:20px 10px 10px 0;
}
/* 1-2-1 OVERRIDES */
.double .basic-image-small .copy, .double .basic-image-small-reverse .copy {
	width:357px;
	padding-right:0;
}
body.rtl .double .basic-image-small .copy, body.rtl .double .basic-image-small-reverse .copy {
	padding-left:0;
}
/***********************************************************************
								COLUMN TEXT/IMAGE BLOCK
***********************************************************************/
.basic-columns p, .basic-columns-single-image p {
	line-height:1.6em;
}
.basic-columns img {
	margin:10px 0 10px 10px;
}
body.rtl .basic-columns img {
	margin:10px 10px 10px 0;
}
.basic-columns-single-image img {
	margin:40px 0 10px 10px;
}
body.rtl .basic-columns-single-image img {
	margin:40px 10px 10px 0;
}
.basic-columns-large .col {
	width:357px;
	padding-left:10px;
}
.basic-columns-large .copy {
	padding-left:0;
}
.basic-columns-large p {
	line-height:1.6em;
}
.basic-columns-large img {
	margin:10px 0;
}
body.rtl .basic-columns-large .col {
	padding:10px 10px 0 0;
}
body.rtl .basic-columns-large .copy {
	padding:10px 0 10px 10px;
}

/***********************************************************************
								BIO BLOCK
***********************************************************************/
.two-column-image-text-small {
	padding-top:10px;
}
.two-column-image-text-small .col {
	width:357px;
	padding-right:10px;
}
.two-column-image-text-small p {
	line-height:1.6em;
}
.two-column-image-text-small h3 {
	display:block;
	clear:both;
	margin-top:10px;
	font-weight:bold;
}
.two-column-image-text-small img {
	float:left;
	width:112px;
	margin:0 0 10px 10px;
}
body.rtl .two-column-image-text-small img {
	float:right;
	margin:0 10px 10px 0;
}
.two-column-image-text-small .copy {
	float:right;
	width:224px;
	padding:0 0 10px 10px;
}
body.rtl .two-column-image-text-small .copy {
	float:left;
	padding:0 10px 10px 0;
}
/***********************************************************************
								PRICE LIST BLOCK
***********************************************************************/
.price-list .copy {
	padding:17px 0 10px 10px;
}
body.rtl .price-list .copy {
	padding:17px 10px 10px 0;
}
.price-list table {
	width:725px;
	border-collapse:collapse;
}
.price-list th {
	text-align:left;
	width:235px;
	border-left:10px solid white;
}
body.rtl .price-list th {
	text-align:right;
	border-left:0;
	border-right:10px solid white;
}
.price-list td {
	border-bottom:1px solid #CCC;
	border-left:10px solid white;
	padding:4px 10px;
}
body.rtl .price-list td {
	border-left:0;
	border-right:10px solid white;
}
td.first, th.first {
	border-left:0;
}
body.rtl td.first, body.rtl th.first {
	border-right:0;
}
td.price {
	border-left:0;
	text-align:right;
}
body.rtl td.price {
	border-right:0;
	text-align:left;
}
tr.last td {
	border-bottom:0;
}
/* 1-2-1 OVERRIDES */
.double .price-list table {
	width:480px;
}
/***********************************************************************
								TRACK BOX BLOCK
***********************************************************************/
.triple .track-shipments,
.double .track-shipments,
body.rtl .triple .track-shipments,
body.rtl .double .track-shipments {
	background-image:none;
}
.track-shipments .col {
	width:357px;
	padding:0 0 0 10px;
}
body.rtl .track-shipments .col {
	padding:0 10px 0 0;
}
.track-shipments .copy {
	padding:0 0 10px;
}
.track-shipments p {
	line-height:1.6em;
}
.track-shipments .track-box {
	width:349px;
	height:125px;
	padding:0 3px;
	border:1px solid #CCC;
	margin:0 0 5px;
	background:local url(/images/c/s1/bg-track-box.gif);
	color:#666;
	font:1em/26px Arial, sans-serif;
}
/* 1-2-1 OVERRIDES */
.double .track-shipments .col {
	width:235px;
}
.double .track-shipments .track-box {
	width:227px;
}
/***********************************************************************
								ARTICLE BLOCK
***********************************************************************/
.article p {
	line-height:1.6em;
}
.article h3 {
	display:block;
	clear:both;
	margin-top:10px;
	font-weight:bold;
}
.article .img-with-caption {
	display:block;
	float:left;
	width:235px;
	margin:3px 10px 15px 0;
	font-size:0.916em;
	line-height:1em;
}
.article .img-with-caption img {
	display:block;
}
.article .img-small, .article .img-small img {
	width:112px;
}
.article .img-medium, .article .img-medium img {
	width:235px;
}
.article .img-large, .article .img-large img {
	width:357px;
}
.article .img-with-caption em {
	display:block;
	padding:3px 0 0;
	border-top:1px solid #CCC;
	margin-top:10px;
	font-style:italic;
}
.article .right-align {
	float:right;
	margin:3px 0 10px 10px;
}
body.rtl .article .img-with-caption {
	float:right;
	margin:3px 0 10px 10px;
}
body.rtl .article .right-align {
	float:left;
	margin:5px 10px 10px 0;
}
.article .copy {
	padding:20px 122px 10px 10px;
}
body.rtl .article .copy {
	float:left;
	padding:20px 10px 10px 122px;
}
/* 1-2-1 OVERRIDES */
.double .article .copy {
	padding-right:0;
}
body.rtl .double .article .copy {
	padding-left:0;
}
/***********************************************************************
								COMPARISON TABLE BLOCK
***********************************************************************/
.comparison-table,
body.rtl .comparison-table {
	padding:10px 10px 20px;
}
.comparison-table table {
	width:100%;
	border-bottom:1px solid #999;
}
.comparison-table th {
	padding:5px 10px 3px;
	border-bottom:2px solid #FFF;
	background-color:#999;
	vertical-align:bottom;
	text-align:left;
	color:#FFF;
	font-size:1.36em;
}
.comparison-table td {
	padding:5px 10px 5px;
	border-right:1px solid #999;
	border-top:1px solid #999;
	vertical-align:top;
	font-size:1.09em;
}
body.rtl .comparison-table td {
	border-right:none;
	border-left:1px solid #999;
}
.comparison-table td.first {
	border-left:1px solid #999;
}
body.rtl .comparison-table td.first {
	border-right:1px solid #999;
}
.comparison-table .alt td {
	background-color:#E5E5E5;
}
.comparison-table td.header {
	vertical-align:middle;
	font-weight:bold;
}
.comparison-table h3 {
	font-weight:bold;
}
.comparison-table ul,
.comparison-table ol {
	margin:5px 0 5px 25px;
}
body.rtl .comparison-table ul,
body.rtl .comparison-table ol {
	margin:5px 25px 5px 0
}
/* 1-2-1 OVERRIDES */
.double .comparison-table {
	padding-right:0;
}
body.rtl .double .comparison-table {
	padding-left:0;
}
/***********************************************************************
								DATA TABLE BLOCK
***********************************************************************/
.datatable {
	padding:10px 10px 20px;
}
.datatable table {
	width:100%;
	border:1px solid #999;
	border-right:0;
}
.datatable th {
	padding:5px 10px 6px;
	border-right:1px solid #999;
	border-bottom:3px double #999;
	vertical-align:bottom;
	text-align:left;
	color:#666;
	font-size:1.09em;
}
.datatable th a:link,
.datatable th a:hover,
.datatable th a:active,
.datatable th a:visited {
	padding-right:10px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -35px;
	color:#666;
}
.datatable th a.dsc {
	background-position:100% -55px;
}
body.rtl .datatable th a {
	padding:0 0 0 10px;
	background-position:-19px -35px;
}
body.rtl .datatable th a.dsc {
	background-position:-19px -55px;
}
.datatable td {
	padding:5px 10px 3px;
	border-right:1px solid #999;
	vertical-align:top;
	font-size:1.09em;
}
.datatable .alt td {
	background-color:#E5E5E5;
}
/* 1-2-1 Overrides */
.double .datatable {
	padding-right:0;
}
body.rtl .double .datatable {
	padding-left:0;
}
/***********************************************************************
								APP TABS BLOCK
***********************************************************************/
.app-tabs {
	position:relative;
	background:none !important;
}
/* TAB STRIP */
.nav-app-tabs {
	position:relative;
	padding-left:10px;
	margin:0 !important;
	z-index:5;
}
body.rtl .nav-app-tabs {
	padding:0 10px 0 0;
}
.nav-app-tabs li {
	display:block;
	float:left;
	padding:0 0 0 12px;
	border:1px solid #999;
	border-bottom:0;
	border-radius:7px 7px 0 0;
	margin-right:5px;
	background-color:#E5E5E5;
	background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 50%);
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	list-style-type:none !important;
}
body.rtl .nav-app-tabs li {
	float:right;
	padding:0 0 0 24px;
	margin:0 0 0 5px;
}
.nav-app-tabs li.on {
	background-color:#CCC;
	background:-moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(204,204,204,1) 50%);
	background:-webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	background:-o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	background:-ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	background:linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 50%);
	font-weight:bold;
}
.nav-app-tabs li a {
	display:block;
	float:left;
	height:22px;
	padding:3px 24px 0 0;
	color:#666 !important;
}
body.rtl .nav-app-tabs li a {
	padding:3px 12px 0 0;
}
.nav-app-tabs li a:hover {
	color:#4D148C !important;
	text-decoration:none;
}
.nav-app-tabs li.on a {
	height:23px;
}
/* CONTENT */
.tab-content {
	display:none;
}
.tab-content-on {
	display:block;
}
.app-panel-bar {
	height:20px;
	padding:12px 11px;
	border:1px solid #999;
	border-bottom:0;
	background:-moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(153,153,153,1) 50%);
	background:-webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(153,153,153,1) 50%);
	background:-o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(153,153,153,1) 50%);
	background:-ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(153,153,153,1) 50%);
	background:linear-gradient(top, rgba(204,204,204,1) 0%,rgba(153,153,153,1) 50%);
	margin:-1px 0 0 10px;
}
body.rtl .app-panel-bar {
	margin:-1px 10px 0 0;
}
/***********************************************************************
								DRC TABLE BLOCK
***********************************************************************/
.app-panel-bar {
	background-color:#CCC;
}
.app-panel-bar h3 {
	float:left;
	height:15px;
	padding:5px 11px 0 30px;
	background:url(/images/c/t1/assets.png) no-repeat -1px -490px;
	font-weight:bold;
	text-transform:uppercase;
}
body.rtl .app-panel-bar h3 {
	float:right;
	padding:5px 30px 0 11px;
	background-position:100% -490px;
}
.app-panel-bar form {
	float:left;
	padding-top:1px;
}
body.rtl .app-panel-bar form {
	float:right;
}
.app-panel-bar select {
	width:160px;
	margin:0 3px;
}
.app-panel-bar label {
	padding-right:7px;
	font-weight:bold;
}
body.rtl .app-panel-bar label {
	padding:0 0 0 7px;
}
/* DRC TABLE */
.drc-table .toggler {
	height:21px;
	padding:9px 12px 0;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	margin:0 0 0 10px;
	background-color:#E5E5E5;
	background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 50%);
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	background:linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%);
	font-weight:bold;
	cursor:pointer;
}
body.rtl .drc-table .toggler {
	margin:0 10px 0 0;
}
.drc-table .toggler:hover {
	background-color:#CCC;
	background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 50%);
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%);
	background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%);
	background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%);
	background:linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%);
}
.drc-table .toggler span {
	display:block;
	float:right;
	padding:0 15px 0 0;
	background:url(/images/c/t1/assets.png) no-repeat 100% -429px;
	font-size:.917em;
	font-weight:normal;
}
body.rtl .drc-table .toggler span {
	float:left;
	padding:0 0 0 15px;
	background-position:-15px -429px;
}
.drc-table .toggler span.toggler-closed {
	background-position:100% -399px;
}
body.rtl .drc-table .toggler span.toggler-closed {
	background-position:-15px -399px;
}
.drc-table .toggler div {
	display:none;
}
.drc-table .open div {
	display:inline;
}
.drc-table .toggler div.dl {
	padding-left:30px;
	background:url(/images/c/t1/assets.png) no-repeat 15px -458px;
}
body.rtl .drc-table .open div.dl {
	padding:0 30px 0 0;
	background-position:100% -458px;
}
.drc-table .toggle-content {
	display:none;
}
.drc-table .toggle-content-on {
	display:block;
	border-right:1px solid #999;
	border-left:1px solid #999;
	margin-left:10px;
}
body.rtl .drc-table .toggle-content-on {
	margin:0 10px 0 0;
}
.drc-table .toggle-content-on div {
	border-bottom:1px solid #999;
}
.drc-table .toggle-content-on div div {
	float:left;
	width:455px;
	padding:6px 12px;
	border-right:1px solid #999;
	border-bottom:none;
}
body.rtl .drc-table .toggle-content-on div div {
	float:right;
	border-right:none;
	border-left:1px solid #999;
}
.drc-table .toggle-content-on h4 {
	display:inline;
	margin-right:5px;
	font-weight:bold;
}
body.rtl .drc-table .toggle-content-on h4 {
	margin:0 0 0 5px;
}
.drc-table .toggle-content-on em {
	color:#999;
	font-size:.917em;
	font-style:italic;
}
.drc-table .toggle-content-on em.new {
	padding:1px 4px;
	margin-right:5px;
	background-color:#4D148C;
	color:#FFF;
	font-style:normal;
}
body.rtl .drc-table .toggle-content-on em.new {
	margin:0 0 0 5px;
}
.drc-table .toggle-content-on p {
	color:#666;
	font-size:.917em;
	font-style:italic;
}
.drc-table .toggle-content-on form {
	float:left;
	width:218px;
	padding:6px 12px;
	border-left:1px solid #999;
	margin-left:-1px;
}
body.rtl .drc-table .toggle-content-on form {
	float:right;
	border-left:none;
	border-right:1px solid #999;
	margin:0 -1px 0 0;
}
.drc-table .toggle-content-on select {
	width:160px;
	margin-right:9px;
}
body.rtl .drc-table .toggle-content-on select {
	margin:0 0 0 9px;
}
.drc-table .toggle-content-on label {
	display:block;
	padding-top:3px;
}
/***********************************************************************
								TAB BLOCK
***********************************************************************/
.tabs,
.tabs .block {
	background:none !important;
}
.tab-content {
	display:none;
}
.tab-content-on {
	display:block;
}
.nav-tabs {
	margin:0 0 0 10px !important;
	border-bottom:2px solid #4D148C;
}
body.rtl .nav-tabs {
	margin:0 10px 0 0 !important;
}
.nav-tabs li {
	float:left;
	margin-right:5px;
	list-style:none !important;
}
body.rtl .nav-tabs li {
	float:right;
	margin:0 0 0 5px;
}
.nav-tabs a:link, .nav-tabs a:visited {
	display:block;
	padding:0 10px;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
	background-color:#E5E5E5;
	color:#666;
}
body.rtl .nav-tabs a:link, body.rtl .nav-tabs a:visited {
	padding:0 10px;
	border-left:1px solid #CCC;
}
.nav-tabs a:hover, .nav-tabs a:active {
	color:#4D148C;
}
.nav-tabs .on a:link, .nav-tabs .on a:active, .nav-tabs .on a:hover, .nav-tabs .on a:visited {
	color:#FFF !important;
	border-color:#4D148C !important;
	background-color:#4D148C !important;
}
/***********************************************************************
								SHOW/HIDE BLOCK
***********************************************************************/
#show-hide {
	padding-bottom:10px;
	background:none !important;
}
#show-hide .block {
	background:none !important;
}
#show-hide .toggler {
	margin:0 0 0 10px;
	padding:13px 0 3px;
	border-bottom:2px solid #666;
	font:1.67em "Arial Narrow", Arial, sans-serif;
	cursor:pointer;
}
body.rtl #show-hide .toggler {
	margin:0 10px 0 0;
}
#show-hide .toggler span {
	display:block;
	float:right;
	padding:8px 15px 0 0;
	background:url(/images/c/t1/assets.png) no-repeat 100% -421px;
	font:.55em Arial, sans-serif;
}
body.rtl #show-hide .toggler span {
	float:left;
	padding:8px 0 0 15px;
	background-position:-15px -421px;
}
#show-hide .toggler span.toggler-closed {
	background-position:100% -391px;
}
body.rtl #show-hide .toggler span.toggler-closed {
	background-position:-15px -391px;
}
#show-hide .toggle-content {
	display:none;
}
@media print {
	#show-hide .toggle-content {
		display:block !important;
	}
}
#show-hide .toggle-content-on {
	display:block;
}
/***********************************************************************
								FAQ BLOCK
***********************************************************************/
.faq h2 {
	margin-top:7px;
}
.faq dt {
	margin-top:5px;
	font-size:1.08em;
	font-weight:bold;
	cursor:pointer;
}
.faq dt.open {
	color:#4D148C;
}
.faq dd {
	display:none;
	padding:5px 20px;
}
body.rtl .faq dd {
	padding:5px 0 0 20px;
}
.faq dd.open {
	display:block;
}
@media print {
	.faq dd {
		display:block !important;
	}
}
.faq dd p {
	line-height:1.727em;
}
a.close:link,
a.close:visited {
	background:url(/images/c/t1/assets.png) no-repeat 100% -95px !important;
}
body.rtl a.close:link,
body.rtl a.close:visited {
	background-position:-19px -95px !important;
}
a.close:hover,
a.close:active {
	background-position:100% -35px !important;
}
body.rtl a.close:hover,
body.rtl a.close:active {
	background-position:-19px -35px !important;
}
/***********************************************************************
								FORM ELEMENTS
***********************************************************************/
#content .form-elements fieldset {
	display:block;
	position:relative;
	width:470px;
	margin:0 0 12px;
	z-index:0;
}
.form-elements .col {
	width:295px;
	padding-top:0;
}
.form-elements .prompt {
	width:175px;
}
.form-elements form {
	padding:10px 0;
}
.form-elements h3 {
	display:block;
	clear:both;
	margin:30px 0 10px;
	font-weight:bold;
}
.form-elements h4 {
	padding:0 10px 10px;
	font-weight:normal;
}
.denote-required {
	padding:0 0 0 10px;
	margin-top:10px;
	background:url(/images/c/t1/assets.png) no-repeat -20px -988px;
	font-size:0.91em;
	font-style:italic;
}
body.rtl .denote-required {
	padding:0 10px 0 0;
	background-position:100% -988px;
}
.form-elements fieldset label,
.form-elements fieldset span {
	display:block;
	float:left;
	padding:2px 10px 0 0;
	color:#666;
	font-size:1em;
}
body.rtl .form-elements fieldset label,
body.rtl .form-elements fieldset span {
	float:right;
	padding:2px 0 0 10px;
}
#content .form-elements fieldset .prompt label,
#content .form-elements fieldset .prompt span {
	max-width: 100%;
	padding:4px 5px 0 10px;
}
.form-elements fieldset .col .col.prompt label {
	padding: 0;
	margin-bottom: 10px;
}
body.rtl .form-elements fieldset .prompt label,
body.rtl .form-elements fieldset .prompt span {
	padding:4px 10px 0 5px;
}
.form-elements fieldset .options label {
	width:105px;
}
.form-elements fieldset input,
.form-elements fieldset select,
.form-elements fieldset textarea {
	display:block;
	float:left;
	padding:2px;
	border:1px solid #CCC;
	margin:0;
	color:#666;
	font:1em Arial, sans-serif;
}
.form-elements fieldset .col input,
.form-elements fieldset .col select,
.form-elements fieldset .col textarea {
	width: 235px;
	margin-left: 0;
}
.form-elements fieldset input:focus,
.form-elements fieldset select:focus,
.form-elements fieldset textarea:focus {
	border-color: #4D148C;
	outline: none;
}
body.rtl .form-elements fieldset input,
body.rtl .form-elements fieldset select,
body.rtl .form-elements fieldset textarea {
	float:right;
}
.form-elements .required {
	background:url(/images/c/t1/assets.png) no-repeat -20px -984px;
}
body.rtl .form-elements .required {
	background-position:100% -984px;
}
.form-elements fieldset .checkbox,
.form-elements fieldset .radio {
	border:0;
	margin-right:10px;
}
body.rtl .form-elements fieldset .checkbox,
body.rtl .form-elements fieldset .radio {
	margin:0 0 0 10px;
}
.form-elements fieldset input.text-full {
	width:285px;
}
.form-elements fieldset input.text-half {
	width:134px;
	margin-right:10px;
}
.form-elements fieldset input.text-quarter {
	width:59px;
	margin-right:10px;
}
.form-elements fieldset .date input {
	width:60px;
	padding-right:20px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -300px;
}
.form-elements fieldset select.select-full {
	width:290px;
}
.form-elements fieldset select.select-half {
	width:140px;
	margin-right:10px;
}
.form-elements fieldset select.select-quarter {
	width:65px;
	margin-right:10px;
}
body.rtl .form-elements fieldset input.text-half,
body.rtl .form-elements fieldset input.text-quarter,
body.rtl .form-elements fieldset select.select-half,
body.rtl .form-elements fieldset select.select-quarter {
	margin:0 0 0 10px;
}
.form-elements fieldset input.last,
.form-elements fieldset select.last {
	margin-right:0;
}
.form-elements fieldset textarea.textarea-full {
	width:285px;
	height:80px;
}
.form-elements-buttons {
	margin:10px 0 0;
}
.form-elements-buttons a {
	float:right;
	margin:6px 10px 0 0;
}
body.rtl .form-elements-buttons a {
	float:left;
	margin:6px 0 0 10px;
}
.form-elements-buttons button {
	float:right;
	margin:0 0 0 5px;
}
body.rtl .form-elements-buttons button {
	float:left;
	margin:0 5px 0 0;
}
/* ERRORS */
.error-details {
	position:relative;
	margin:10px 0;
	color:#D60D0D;
}
.error-details h3 {
	padding-left:20px;
	margin-top:0;
	background:url(/images/c/t1/assets.png) no-repeat -10px -240px !important;
	font-weight:bold;
	font-size:1.2em;
}
body.rtl .error-details h3 {
	padding:0 20px 0 0;
	background:url(/images/c/t1/assets.png) no-repeat 100% -240px !important;
}
.error-details ul {
	margin-top:0;
}
.error-details ul li {
	font-size:1em;
}
.form-elements .error .required {
	background-position:-20px -1028px;
}
body.rtl .form-elements .error .required {
	background-position:100% -1028px;
}
.form-elements .error p {
	clear:left;
	padding:5px 0 0;
	margin:0;
	color:#D60D0D;
}
body.rtl .form-elements .error p {
	clear:right;
	padding:5px 0 0;
}
.form-elements .error .options p { /* negate error overrides */
	padding:0 !important;
	margin-top:8px !important;
}
.form-elements .error span,
.form-elements .error label {
	color:#D60D0D;
}
.form-elements .error input,
.form-elements .error select,
.form-elements .error textarea {
	border:1px solid #D60D0D;
}
.form-elements .error a:link,
.form-elements .error a:visited,
.form-elements .error a:hover,
.form-elements .error a:active {
	color:#D60D0D;
	text-decoration:underline !important;
}
.invalid {
	float:right;
	width:15px;
	height:18px;
	margin-right:7px;
	background:url(/images/c/t1/assets.png) no-repeat -10px -237px;
}
body.rtl .invalid {
	float:left;
	margin:0 0 0 7px;
}
/* CALENDAR */
.calendar {
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#FFF;
}
.calendar th {
	padding:3px;
	border-bottom:none;
	text-align:center;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1.1em;
}
.calendar tr.days th {
	border-bottom:1px solid #CCC;
}
.calendar th.first {
	border-left:1px solid #CCC;
}
.calendar td {
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:right;
}
.calendar td a {
	display:block;
	padding:3px;
	font-size:0.91em;
	text-decoration:none;
}
.calendar td a:link, .calendar td a:visited {
	color:#666;
	text-decoration:none;
}
.calendar td a:hover, .calendar td a:active {
	background-color:#999;
	color:#FFF;
	text-decoration:none;
}
.calendar a.today:link, .calendar a.today:visited {
	background-color:#4D148C;
	color:#FFF;
}
.calendar td a.inthepast:link, .calendar td a.inthepast:visited,
.calendar td a.nextmonth:link, .calendar td a.nextmonth:visited {
	color:#CCC;
}
.calendar td a.inthepast:hover, .calendar td a.inthepast:active,
.calendar td a.nextmonth:hover, .calendar td a.nextmonth:active {
	background-color:#E5E5E5;
}
/* ACCUMULATOR */
.accumulator {
	width:466px;
}
.accum-source, .accum-dest {
	position:relative;
	float:left;
	padding-bottom:20px;
}
body.rtl .accum-source, body.rtl .accum-dest {
	float:right;
}
.accum-dest {
	margin-left:10px;
}
body.rtl .accum-dest {
	margin:0 10px 0 0;
}
.accum-wrap {
	width:226px;
	border:1px solid #CCC;
}
.accumulator h3 {
	padding:3px 9px 2px;
	border-bottom:1px solid #CCC;
	margin:0;
}
.accumulator h3 a {
	padding-right:15px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -95px;
	color:#666 !important;
}
body.rtl .accumulator h3 a {
	padding:0 0 0 15px;
	background-position:-19px -95px;
}
.accumulator h3.descending a {
	background-position:100% -115px;
}
body.rtl .accumulator h3.descending a {
	background-position:-19px -115px;
}
.accumulator ul {
	position:relative;
	height:154px;
	border-top:1px solid #CCC;
	margin:1px 0 0;
	overflow:auto;
}
.accumulator ul li {
	padding:4px 9px;
	list-style:none;
	line-height:1.18em;
}
.accumulator li.alt {
	background-color:#F5F5F5;
}
.accumulator span {
	display:block;
	width:125px;
}
.accumulator a.add,
.accumulator a.remove {
	float:right;
	padding-right:15px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -528px;
	font-size:.917em;
}
body.rtl .accumulator a.add,
body.rtl .accumulator a.remove {
	float:left;
	padding:0 0 0 15px;
	background-position:-15px -528px;
}
.accumulator a.remove {
	background-position:100% -558px;
}
body.rtl .accumulator a.remove {
	background-position:-15px -558px;
}
.accumulator .accum-source a.remove {
	background-position:100% -588px;
	color:#999;
}
body.rtl .accumulator .accum-source a.remove {
	background-position:-15px -588px;
}
.accumulator a:hover.add,
.accumulator a:hover.remove {
	color:#4D148C;
}
.accumulator .accum-source a:hover.remove {
	color:#999;
}
.accumulator a.add-all,
.accumulator a.remove-all {
	position:absolute;
	bottom:0;
	right:10px;
	padding-right:15px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -529px;
	color:#4D148C;
}
body.rtl .accumulator a.add-all,
body.rtl .accumulator a.remove-all {
	right:auto;
	left:10px;
	padding:0 0 0 15px;
	background-position:-15px -529px;
}
.accumulator a.remove-all {
	background-position:100% -559px;
}
body.rtl .accumulator a.remove-all {
	background-position:-15px -559px;
}
/***********************************************************************
								IMAGE GALLERY BLOCK
***********************************************************************/
.gallery {
	top:0;
	left:0;
	z-index:0;
}
.gallery p {
	line-height:1.6em;
}
.gallery .copy,
.flash-gallery {
	padding:17px 0 10px 10px;
}
body.rtl .gallery .copy,
body.rtl .flash-gallery {
	padding:17px 10px 10px 0;
}
/* SHARED HTML ALT */
.related-prod, .prod-gallery {
	margin-top:10px;
	float:left;
	width:725px;
	padding-bottom:10px;
	overflow-x:scroll;
}
/* PRODUCT GALLERY HTML ALT */
.prod-gallery {
	height:110px;
}
.prod-gallery a {
	display:block;
	float:left;
	width:121px;
	text-align:center;
	overflow:hidden;
}
.prod-gallery a img {
	width:75px;
	height:auto;
}
/* RELATED PRODUCT RIVER HTML ALT */
.related-prod {
	height:145px;
	background-position:0 60px;
}
.related-prod img {
	width:105px;
	height:105px;
	margin-bottom:0;
}
.related-prod a:link, .related-prod a:visited {
	display:block;
	float:left;
	width:145px;
	text-align:center;
	color:#4D148C;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1.08em;
	font-weight:bold;
}
.related-prod a:hover, .related-prod a:active {
	color:#666;
	text-decoration:none;
}
/* 1-2-1 OVERRIDES */
.double .related-prod, .double .prod-gallery {
	width:480px;
}
.related-prod a:link, .related-prod a:visited {
	width:124px;
}
/* FLASH MODAL OVERLAY */
#flash-modal {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	z-index:9000;
}
/* MODAL */
#modal-bg {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	-moz-opacity:.60;
	opacity:.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	z-index:400;
}
#modal-e {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	min-width:300px;
	min-height:300px;
	padding:10px;
	border:1px solid #666;
	background-color:#FFF;
	font-size:.75em;
	z-index:401;
}
#modal-e #close-modal {
	height:14px;
	margin:0 0 10px;
	background:url(/images/c/t1/assets.png) no-repeat 100% -1180px;
	cursor:pointer;
}
#modal-e #the-image {
	display:block;
	margin:0 0 8px;
}
#modal-e img.prev {
	position:absolute;
	top:40%;
	left:10px;
	border:1px solid #CCC;
	border-left:none;
	cursor:pointer;
}
#modal-e img.next {
	position:absolute;
	top:40%;
	right:10px;
	border:1px solid #CCC;
	border-right:none;
	cursor:pointer;
}
#modal-e #prod-link {
	margin:0 0 5px;
	text-align:right;
}
body.rtl #modal-e #prod-link {
	text-align:left;
}
/***********************************************************************
								DISCLAIMER BLOCK
***********************************************************************/
.disclaimer .copy {
	padding:17px 122px 10px 10px;
	font-size:.75em;
}
body.rtl .disclaimer .copy {
	padding:17px 10px 10px 122px;
}
.disclaimer p {
	line-height:1.67em;
}
.disclaimer h2 {
	color:#666;
}
/* 1-2-1 OVERRIDES */
.double .disclaimer .copy {
	padding-right:0;
}
body.rtl .double .disclaimer .copy {
	padding-left:0;
}
#privacy-notice #prvButton {
	cursor: pointer;
}
/***********************************************************************
						MEDIA QUERIES
***********************************************************************/
@media only screen and (max-width: 1002px) {
	#fx-respond #privacy-notice {
		width: 100% !important;
		left: 0 !important;
		margin: 0 !important;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 799px) {
	#fx-respond #fx-global-header #main-logo {
		width: 75px;
		margin-top: 38px;
		margin-right: 10px;
	}
	body.rtl#fx-respond #fx-global-header #main-logo {
		margin-right: 10px;
		margin-left: 10px;
	}
	#fx-respond #fx-global-header #main-logo img {
		width: 75px;
		height: auto;
	}
	#fx-respond #fx-global-header #header-search #header-input-string,
	#fx-respond #fx-global-footer #footer-search #footer-input-string {
		max-width: 120px;
	}
	#fx-respond #fx-global-header #resources .fx-support,
	#fx-respond #fx-global-header #resources #mfxr-resources-link,
	#fx-respond #fx-global-header .menu-col img.head {
		display: none;
	}
	#fx-respond #fx-global-header .menu-col {
		min-height: 0px !important;
		height: auto !important;
		width: 48%;
		margin-bottom: 20px;
		border: none;
	}
	#fx-respond #fx-global-header .menu-panel.mobileMenuPanel .menu-col {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#fx-respond #fx-global-header .menu-col.clear-col {
		clear: both;
	}
	#fx-respond #fx-global-header #global-nav a {
		background-image: none;
	}
	#fx-respond #fx-global-header #global-nav a.active {
		background:#DDD;
	}
	#fx-respond #fx-global-header #global-nav a.open,
	body:not(.fx-touch)#fx-respond #fx-global-header #global-nav a:hover {
		background: #FFF !important;
	}
	#fx-respond #fx-global-header #global-nav a#mobile-menu-link.open,
	body:not(.fx-touch)#fx-respond #fx-global-header #global-nav a#mobile-menu-link:hover {
		background: none !important;
	}
	#fx-respond #fx-global-header #global-nav a.open span,
	body:not(.fx-touch)#fx-respond #fx-global-header #global-nav a:hover span {
		border-color: #FFF;
	}
	#fx-respond #fx-global-header #global-nav a#mobile-menu-link.open span,
	body:not(.fx-touch)#fx-respond #fx-global-header #global-nav a#mobile-menu-link:hover span {
		border-color: transparent !important;
		background: #FFF;
	}
	#fx-respond #fx-global-header #global-nav a span {
		padding: 0 11px;
		font-size: 12px;
		line-height: 20px;
	}
	#fx-respond #fx-global-header #global-nav.lrg-font a span {
		font-size: 13px;
	}
	#fx-respond #fx-global-header #global-nav a#mobile-menu-link span {
		padding: 5px 11px;
	}
	#fx-respond #fx-global-header #global-nav a span.beacon,
	#fx-respond #fx-global-header #global-nav a.open span.beacon {
		padding-left: 28px;
	}
	body.rtl#fx-respond #fx-global-header #global-nav a span.beacon,
	body.rtl#fx-respond #fx-global-header #global-nav a.open span.beacon {
		padding-left: 11px;
		padding-right: 28px;
	}
	#fx-respond #fx-global-header .menu-col li a.secure,
	body.fx-touch#fx-respond #fx-global-header .menu-col li a.secure {
		background-position:103% -360px;
	}
	#fx-respond #fx-global-footer #nav-footer .divider {
		border: none !important;
		margin: 0 !important;
		padding-right: 2%;
	}
	body.rtl#fx-respond #fx-global-footer #nav-footer .divider {
		padding-right: 0;
	}
	#fx-respond #fx-global-footer #nav-footer .col {
		width: 31%;
	}
	#fx-respond #fx-global-footer #nav-footer .col3,
	#fx-respond #fx-global-footer #nav-footer .col4 {
		width: 48%;
		min-height: 0 !important;
		padding: 0;
	}
	#fx-respond #fx-global-footer #nav-footer .col3 {
		clear: both;
		margin-top: 20px;
	}
	#fx-respond #fx-global-footer #nav-footer .col4 {
		margin-top: 32px;
	}
	#fx-respond #fx-global-footer #nav-footer .col4 {
		float: right;
	}
	#fx-respond #fx-global-footer #nav-footer .last-float {
		margin-bottom: 0;
	}
	#fx-respond #fx-global-footer #nav-footer .country-sel {
		margin-top: 15px;
	}
	#fx-respond #fx-global-footer #footer-accessory-nav {
		float: left;
		width: 100%;
		max-width: 100%;
	}
	#fx-respond #fx-global-footer #footer-accessory-nav a:first-child {
		padding-left: 0;
	}
	#fx-respond #fx-global-footer #footer-accessory-nav a:last-child {
		padding-right: 0;
	}
	#fx-respond #fx-global-footer p {
		float: none;
		margin: 0 0 10px 0;
	}
	#fx-respond #fx-global-footer .last-row > p {
		width: 100%;
	}
	body.rtl#fx-respond #fx-global-footer #footer-accessory-nav {
		float: right;
	}
}

@media only screen and (max-width: 599px), screen and (min-device-width: 720px) and (max-width: 640px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
	#fx-respond #fx-global-header #resources,
	#fx-respond #fx-global-header #global-nav a,
	#fx-respond #fx-global-header #header-search,
	#fx-respond #fx-global-footer #nav-footer .col,
	#fx-respond #fx-global-footer .row {
		display: none;
	}
	#fx-respond #fx-global-header #global-nav #mobile-menu-link,
	#fx-respond #fx-global-footer #nav-footer,
	#fx-respond #fx-global-footer .row.last-row,
	#fx-respond #fx-global-footer #nav-footer .col3,
	#fx-respond #fx-global-footer #nav-footer .col4 {
		display: block;
	}
	#fx-respond #fx-global-header #main-logo {
		width: 92px;
		margin-top: 34px;
		margin-right: 0;
	}
	#fx-respond #fx-global-header #main-logo img {
		width: 92px;
		height: auto;
	}
	body.rtl#fx-respond #fx-global-header #main-logo {
		margin-right: 10px;
		margin-left: 0;
	}
	#fx-respond #fx-global-footer {
		padding-top: 0;
	}
	body.silk-15#fx-respond #fx-global-header #resources,
	body.silk-15#fx-respond #fx-global-header #global-nav a,
	body.silk-15#fx-respond #fx-global-header #header-search,
	body.silk-15#fx-respond #fx-global-footer #nav-footer .col,
	body.silk-15#fx-respond #fx-global-footer .row {
		display: block;
	}
	body.silk-15#fx-respond #fx-global-header #global-nav #mobile-menu-link {
		display: none;
	}
	body.silk-15#fx-respond #fx-global-header #main-logo {
		width: 80px;
		margin: 0 !important;
		position: absolute;
		top: 6px;
		left: 8px;
	}
	body.rtl.silk-15#fx-respond #fx-global-header #main-logo {
		left: auto;
		right: 8px;
	}
	body.rtl.silk-15#fx-respond #fx-global-header #main-logo {
		margin-right: 10px;
		margin-left: 10px;
	}
	body.silk-15#fx-respond #fx-global-header #main-logo img {
		width: 80px;
		height: auto;
	}
	body.silk-15#fx-respond #fx-global-header #main-logo.regional img,
	body.silk-15#fx-respond #fx-global-header #main-logo.descriptor img {
		width: 65px;
	}
	body.silk-15#fx-respond #fx-global-footer {
		padding-top: 23px;
	}
	body.silk-15#fx-respond #fx-global-header #global-nav.lrg-font a span {
		font-size: 12px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 799px) { 
	body {
		margin-top:-2px;
	}
}
/***********************************************************************
						SLIM HEADER PATCH CSS
NOTE: Be sure to include this file AFTER the global/master css
***********************************************************************/
body.fx-slim {
	margin-top: -25px !important;
	background-position: 0 -55px !important;
}
body.fx-slim #fx-global-header #resources,
body.fx-slim #fx-global-header #menu-shell,
body.fx-slim #fx-global-header #global-nav a,
body.fx-slim #fx-global-footer #footer-search {
	display: none;
}
body.fx-slim #fx-global-header #main-logo {
	width: 75px;
	margin-top: 38px;
	margin-right: 10px;
}
body.fx-slim #fx-global-header #main-logo img {
	width: 75px;
	height: auto;
}
body.fx-slim #fx-global-header #main-logo,
body.fx-slim #fx-global-header #global-nav,
body.fx-slim #fx-global-header #global-nav a#tab0,
body.fx-slim #fx-global-header #global-nav a#tab1 {
	display: block;
}
body.fx-slim #fx-global-header #global-nav a#tab1 span {
	border-right-color: transparent;
}
body.fx-slim #fx-global-header #global-nav a {
	background-image: none;
}
body.fx-slim #fx-global-header #global-nav a span {
	font-size: 13px;
	padding: 0 11px;
	border: none;
}
body.fx-slim #fx-global-header #global-nav a#tab0 span {
	border-right: 1px solid #CCC !important;
}
body.fx-slim #fx-global-header #global-nav a.open,
body.fx-slim #fx-global-header #global-nav a:hover {
	background: none;
}
body.fx-slim #fx-global-header #global-nav a.open span,
body.fx-slim #fx-global-header #global-nav a:hover span {
	color: #666;
}
@media only screen and (max-width: 799px) {
	body.fx-slim#fx-respond #fx-global-header #global-nav a.open,
	body.fx-slim#fx-respond #fx-global-header #global-nav a:hover {
		background: none !important;
	}
}
@media only screen and (max-width: 599px), screen and (min-device-width: 720px) and (max-width: 640px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
	body.fx-slim#fx-respond #fx-global-header #main-logo {
		width: 75px;
		margin-top: 38px;
		margin-right: 10px;
	}
	body.fx-slim#fx-respond #fx-global-header #main-logo img {
		width: 75px;
		height: auto;
	}
	body.fx-slim#fx-respond #fx-global-header #global-nav #mobile-menu-link {
		display: none;
	}
}