/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #FF9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #FF9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Mixins
 *****************************************************************************/
/* Gradients
 *****************************************************************************/
/* Rounded Corners
 *****************************************************************************/
/* Used for elements that need transitions and a transparent background
   needs a background element behind text so that the text doesn't have the opacity
*/
/* Used on elements that do not have transitions, does not require an additional element*/
/* Global Properties
 *****************************************************************************/
/* The basecamp theme - created for initial launch Q1 2011
 *****************************************************************************/
/* Base Styles and Font Settings
 *****************************************************************************/
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small; }

select, input, textarea, button {
  font: 99% sans-serif; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

body, select, input, textarea {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif; }

body {}

html {
  overflow-y: scroll; }

a:hover, a:active {
  outline: none; }

a, a:active, a:visited {
  color: #999999;
  text-decoration: none; }

a:hover {
  color: white;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6,
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
  margin: 0 0 4px 0;
  font-weight: 600;}
  h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading,
  h1.alt.heading, h2.alt.heading, h3.alt.heading, h4.alt.heading, h5.alt.heading, h6.alt.heading {
    /* Use this mixin when you can so you don't forget to use the weight and stretch */
    font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", "Arial-Narrow", "ArialNarrow", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-stretch: condensed; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: white; }

h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
  color: #999999; }

h1 {
  font-size: 153.9%;
  line-height: 100%; }
  h1.heading {
    font-size: 244%; }

h2 {
  font-size: 138.5%;
  line-height: 100%; }
  h2.heading {
    font-size: 182%; }

h3 {
  font-size: 123.1%;
  line-height: 116%; }
  
h3.heading {
    font-size: 138.5%; }

h4 {
  font-size: 108%;
  line-height: 108%; }

h5 {
  font-size: 93%;
  line-height: 108%; }

h6 {
  font-size: 85%;
  line-height: 116%; }

h1.alt {
  font-size: 138.5%;
  line-height: 93%; }

h2.alt {
  font-size: 108%;
  line-height: 108%; }

h3.alt {
  color:#f38121;
  font-size:14px;
  font-family:Arial;
  line-height: 108%;
  padding-left:9px;}

h4.alt {
  font-size: 93%;
  line-height: 108%; }

h5.alt {
  font-size: 85%;
  line-height: 116%; }

h6.alt {
  font-size: 85%;
  line-height: 116%; }

h4.alt, h6.alt {
  font-weight: normal;
  text-transform: capitalize; }

h1 a, h1 a:active, h1 a:visited,
h2 a, h2 a:active, h2 a:visited,
h3 a, h3 a:active, h3 a:visited,
h4 a, h4 a:active, h4 a:visited,
h5 a, h5 a:active, h5 a:visited,
h6 a, h6 a:active, h6 a:visited {
  color: white; }

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
  color: #ee3124;
  text-decoration: none; }

h1.alt a, h1.alt a:active, h1.alt a:visited,
h2.alt a, h2.alt a:active, h2.alt a:visited,
h3.alt a, h3.alt a:active, h3.alt a:visited,
h4.alt a, h4.alt a:active, h4.alt a:visited,
h5.alt a, h5.alt a:active, h5.alt a:visited,
h6.alt a, h6.alt a:active, h6.alt a:visited {
  color: #999999; }

h1.alt a:hover, h2.alt a:hover, h3.alt a:hover,
h4.alt a:hover, h5.alt a:hover, h6.alt a:hover {
  color: white;
  text-decoration: none; }

small {
  font-size: 77%; }

strong, th {
  font-weight: bold; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: top;
  font-size: 50%;
  line-height: 100%; }

.accent {
  color: #ee3124; }

blockquote {
  color: white;
  font-size: 108%;
  margin: 0;
  padding: 2em;
  quotes: "\201C" "\201D"; }

ul, ol {
  margin-left: 1.8em; }

ol {
  list-style-type: decimal; }

ol ol {
  list-style-type: lower-roman; }

dl {
  overflow: hidden; }

dt {
  font-weight: bold;
  color: #999999;
  display: inline;
  float: left;
  width: 30%; }

dd {
  display: block;
  float: left;
  margin-bottom: 1em;
  width: 70%; }

td, td img {
  vertical-align: top; }

hr {
  border-top: 1px solid #3c3c3c; }

/* Base Forms
 *****************************************************************************/
textarea {
  overflow: auto; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer; }

button, input, select, textarea {
  /*margin: 0;*/ }

input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 4px #ee3124;
  -webkit-box-shadow: 0px 0px 4px #ee3124;
  box-shadow: 0px 0px 4px #ee3124; }

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #ee3124; }

::-moz-selection {
  background: #ee3124;
  color: white;
  text-shadow: none; }

::selection {
  background: #ee3124;
  color: white;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: #ee3124; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ie6 a *, 
.ie7 a * {
  cursor:pointer;
}
/* Non-semantic helper classes
 *****************************************************************************/
/* Image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

/* Hide for both screenreaders and browsers */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
  position: absolute !important;
  /* IE6, IE7 */
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* Debug and placeholder box */
.sherpa-box {
  background-color: #555555;
  text-align: center;
  color: #999999; }

.copy {
  clear: left; }
  .copy p.callout {
    font-weight: bold; }

/* Global titles file. overrides in specific scss. */
h3.section-title,
h4.section-title,
h5.section-title,
h6.section-title {
  /* Use this mixin when you can so you don't forget to use the weight and stretch */
  font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", "Arial-Narrow", "ArialNarrow", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-size: 138.5%;
  text-transform: none;
  color: #fff; }

h4.section-title {
  font-size: 182%;
  text-transform: uppercase; }

h5.section-title {
  font-size: 138.5%;
  text-transform: uppercase; }

h6.section-title {
  font-size: 93%;
  text-transform: uppercase; }

.fancy-title {
  /* Use this mixin when you can so you don't forget to use the weight and stretch */
  font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", "Arial-Narrow", "ArialNarrow", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  color: #fff;
  border-bottom: 4px solid #ee3124;
  font-size: 182%;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 0; }

.tertiary .fancy-title {
  color: #333; }

.content-title {
  color: #333;
  float: left;
  /* Use this mixin when you can so you don't forget to use the weight and stretch */
  font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", "Arial-Narrow", "ArialNarrow", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-size: 182%; }

.content-subtitle {
  color: #999;
  float: left;
  /* Use this mixin when you can so you don't forget to use the weight and stretch */
  font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", "Arial-Narrow", "ArialNarrow", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-size: 108%;
  margin-left: 5px;
  padding-top: 10px; }

/*
  960px grid system ~ Core CSS.
  24 Columns ~ Margin left: 2px ~ Margin right: 2px
  Based on the 1kb grid system - http://www.1kbgrid.com/
*/
.row {
  width: 910px;
  margin: 0 auto;
  overflow: hidden; }

.row .row {
  margin: 0 -2px;
  width: auto;
  display: inline-block; }

/* Columns
 *****************************************************************************/
.col-shim,
.col-01, .col-02, .col-03, .col-04, .col-05, .col-06,
.col-07, .col-08, .col-09, .col-10, .col-11, .col-12,
.col-13, .col-14, .col-15, .col-16, .col-17, .col-18,
.col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
  display: inline;
  overflow: hidden;
  float: left;
  margin: 0 2px; }

.col-shim {
  width: 16px; }

.col-01 {
  width: 36px; }

.col-02 {
  width: 76px; }

.col-03 {
  width: 116px; }

.col-04 {
  width: 156px; }

.col-05 {
  width: 196px; }

.col-06 {
  width: 236px; }

.col-07 {
  width: 276px; }

.col-08 {
  width: 316px; }

.col-09 {
  width: 356px; }

.col-10 {
  width: 396px; }

.col-11 {
  width: 436px; }

.col-12 {
  width: 476px; }

.col-13 {
  width: 516px; }

.col-14 {
  width: 556px; }

.col-15 {
  width: 596px; }

.col-16 {
  width: 636px; }

.col-17 {
  width: 676px; }

.col-18 {
  width: 716px; }

.col-19 {
  width: 756px; }

.col-20 {
  width: 796px; }

.col-21 {
  width: 836px; }

.col-22 {
  width: 876px; }

.col-23 {
  width: 900px; }

.col-24 {
  width: 900px; }

/* Gutters are divisible by 4
 *****************************************************************************/
.gutter-00, .gutter-01, .gutter-02, .gutter-03, .gutter-04, .gutter-05, .gutter-06, .gutter-07, .gutter-08,
.gutter-09, .gutter-10, .gutter-11, .gutter-12, .gutter-13, .gutter-14, .gutter-15, .gutter-16, .gutter-17,
.gutter-18, .gutter-19, .gutter-20, .gutter-21, .gutter-22, .gutter-23, .gutter-24 {
  float: left; }

.row.gutter-00, .row.gutter-01, .row.gutter-02, .row.gutter-03, .row.gutter-04, .row.gutter-05, .row.gutter-06, .row.gutter-07, .row.gutter-08, .row.gutter-09, .row.gutter-10, .row.gutter-11, .row.gutter-12, .row.gutter-13, .row.gutter-14, .row.gutter-15, .row.gutter-16, .row.gutter-17, .row.gutter-18, .row.gutter-19, .row.gutter-20, .row.gutter-21, .row.gutter-22, .row.gutter-23, .row.gutter-24 {
  float: none; }

.gutter-00 {
  padding-bottom: 0px; }

.gutter-01 {
  padding-bottom: 4px; }

.gutter-02 {
  padding-bottom: 8px; }

.gutter-03 {
  padding-bottom: 12px; }

.gutter-04 {
  padding-bottom: 16px; }

.gutter-05 {
  padding-bottom: 20px; }

.gutter-06 {
  padding-bottom: 24px; }

.gutter-07 {
  padding-bottom: 28px; }

.gutter-08 {
  padding-bottom: 32px; }

.gutter-09 {
  padding-bottom: 36px; }

.gutter-10 {
  padding-bottom: 40px; }

.gutter-11 {
  padding-bottom: 44px; }

.gutter-12 {
  padding-bottom: 48px; }

.gutter-13 {
  padding-bottom: 52px; }

.gutter-14 {
  padding-bottom: 56px; }

.gutter-15 {
  padding-bottom: 60px; }

.gutter-16 {
  padding-bottom: 64px; }

.gutter-17 {
  padding-bottom: 68px; }

.gutter-18 {
  padding-bottom: 72px; }

.gutter-19 {
  padding-bottom: 76px; }

.gutter-20 {
  padding-bottom: 80px; }

.gutter-21 {
  padding-bottom: 84px; }

.gutter-22 {
  padding-bottom: 88px; }

.gutter-23 {
  padding-bottom: 92px; }

.gutter-24 {
  padding-bottom: 96px; }

/* Prefix and Suffix classes.  Col, pre, and post numbers
must combine to total 24 in each row */
.pre-01 { margin-left:42px; }
.pre-02 { margin-left:82px; }
.pre-03 { margin-left:122px; }
.pre-04 { margin-left:162px; }
.pre-05 { margin-left:202px; }
.pre-06 { margin-left:242px; }
.pre-07 { margin-left:282px; }
.pre-08 { margin-left:322px; }
.pre-09 { margin-left:362px; }
.pre-10 { margin-left:402px; }
.pre-11 { margin-left:442px; }
.pre-12 { margin-left:482px; }
.pre-13 { margin-left:522px; }
.pre-14 { margin-left:562px; }
.pre-15 { margin-left:602px; }
.pre-16 { margin-left:642px; }
.pre-17 { margin-left:682px; }
.pre-18 { margin-left:722px; }
.pre-19 { margin-left:762px; }
.pre-20 { margin-left:802px; }
.pre-21 { margin-left:842px; }
.pre-22 { margin-left:882px; }
.pre-23 { margin-left:922px; }

.post-01 { margin-right:42px; }
.post-02 { margin-right:82px; }
.post-03 { margin-right:122px; }
.post-04 { margin-right:162px; }
.post-05 { margin-right:202px; }
.post-06 { margin-right:242px; }
.post-07 { margin-right:282px; }
.post-08 { margin-right:322px; }
.post-09 { margin-right:362px; }
.post-10 { margin-right:402px; }
.post-11 { margin-right:442px; }
.post-12 { margin-right:482px; }
.post-13 { margin-right:522px; }
.post-14 { margin-right:562px; }
.post-15 { margin-right:602px; }
.post-16 { margin-right:642px; }
.post-17 { margin-right:682px; }
.post-18 { margin-right:722px; }
.post-19 { margin-right:762px; }
.post-20 { margin-right:802px; }
.post-21 { margin-right:842px; }
.post-22 { margin-right:882px; }
.post-23 { margin-right:922px; }

/* Icon (sprite)
 *****************************************************************************/
.icon_spr { background: Transparent url('/global/images/sprites/iconset.png') no-repeat 0 0; float: left; display: block; }
img.icon_spr { float: none; }
.icon_spr.close { width: 7px; height: 7px; background-position: 0 0; }
a:hover .icon_spr.close,
.icon_spr.close:hover { background-position: 0 -7px; }

/* Truncate Helpers
 *****************************************************************************/
.truncate.marker { margin: 0 0 0 -2px; }
span.truncate.marker { display: inline; }

/* Loader (for ajax)
 *****************************************************************************/
img.loader { position: absolute; display: none; z-index: 90003; margin: 0; padding: 0; }

/* Buttons
 *****************************************************************************/
/* .arrow-box is expected to be a anchor */
.arrow-box,
.arrow-box-left {
  display: block;
  height: 24px;
  font-style: normal; }

/* .text is optional. though if you want text to show up before the arrow use .text */
.arrow-box-left .text,
.arrow-box .text {
  color: #fff;
  float: right;
  line-height: 24px;
  font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", "Arial-Narrow", "ArialNarrow", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-size: 138.5%;
  padding: 0 7px;
  text-transform: uppercase;
  text-align: right;
  display: block; }

.arrow-box-left .text {
  float: left; }

.arrow-box-left:hover,
.arrow-box-left:hover .text,
.arrow-box:hover,
.arrow-box:hover .text {
  text-decoration: none; }

.arrow-box-left .arrow,
.arrow-box .arrow {
  float: right;
  width: 24px;
  height: 24px; }

.arrow-box .arrow {
  background: #ee3124 url(/global/images/sprites/arrows.gif) no-repeat 0px -88px; }

.arrow-box-left .arrow {
  float: left;
  background: #ee3124 url(/global/images/sprites/arrows.gif) no-repeat -1px -128px; }

.arrow-box:hover .arrow {
  background: black url(/global/images/sprites/arrows.gif) no-repeat 0px -88px; }

.arrow-box-left:hover .arrow {
  background: black url(/global/images/sprites/arrows.gif) no-repeat -1px -128px; }

.cta .arrow-box .text,
.cta .arrow-box-left .text,
.cta.alt .arrow-box,
.cta.alt .arrow-box-left {
  background: rgba(0, 0, 0, 0.7);}

.ie8 .cta .arrow-box .text,
.ie8 .cta .arrow-box-left .text,
.ie9 .cta .arrow-box .text,
.ie9 .cta .arrow-box-left .text,
.ie8 .cta.alt .arrow-box,
.ie8 .cta.alt .arrow-box-left,
.ie9 .cta.alt .arrow-box,
.ie9 .cta.alt .arrow-box-left {
  -pie-background: rgba(0, 0, 0, 0.7);
  behavior: url(/global/js/PIE.htc);}

.cta.alt .arrow-box .text,
.cta.alt .arrow-box-left .text {
  text-shadow:1px 1px 1px #333;
  color: #666;
  background: none;
  font-family: Helvetica, arial, sans-serif;
  filter: none;
  margin-right: 1px;
  font-size: 93%; }
.cta.alt .arrow-box .arrow,
.cta.alt .arrow-box-left .arrow {
  background: url("/global/images/ui/secondary-cta-arrows.png") no-repeat 0 6px; }
.cta.alt .arrow-box:hover .text,
.cta.alt .arrow-box-left:hover .text {
  color: #ccc; }
.cta.alt .arrow-box:hover .arrow,
.cta.alt .arrow-box-left:hover .arrow {
  background-position: 0 -13px; }
.pellet a,
.pellet a:active,
.pellet a:visited,
.pellet input[type="submit"],
.pellet button {
  background-color: #484848;
  padding: 0 8px;
  display: inline-block;
  font-weight: 500;
  font-size: 85%;
  color: white;
  text-transform: uppercase;
  font-style: normal;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family:Arial, Helvetica, sans-serif; }

.ie8 .pellet a,
.ie8 .pellet a:active,
.ie8 .pellet a:visited,
.ie8 .pellet input[type="submit"],
.ie8 .pellet button,
.ie9 .pellet a,
.ie9 .pellet a:active,
.ie9 .pellet a:visited,
.ie9 .pellet input[type="submit"],
.ie9 .pellet button {
  behavior: url(/global/js/PIE.htc);
}
.pellet a,
.pellet a:active,
.pellet a:visited {
  line-height:167%; }

.pellet input[type="submit"],
.pellet button {
  line-height:normal;
  padding-top:3px;
  padding-bottom:3px;
  height:22px;
  border-width:0;
  margin:0;
  width:auto;
  overflow:visible;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box; }

.pellet a:hover,
.pellet input[type="submit"]:hover,
.pellet button:hover {
  background-color: #7d7d7d;
  color: white;
  text-decoration: none; }

.pellet.cool a,
.pellet.cool a:active,
.pellet.cool a:visited,
.pellet.cool input[type="submit"],
.pellet.cool button {
  background-color: #7d7d7d; }

.pellet.cool a:hover,
.pellet.cool input[type="submit"]:hover,
.pellet.cool button:hover {
  background-color: #ee3124; }

.pellet.hot a,
.pellet.hot a:active,
.pellet.hot a:visited,
.pellet.hot input[type="submit"],
.pellet.hot button {
  background-color: #ee3124; }

.pellet.hot a:hover,
.pellet.hot input[type="submit"]:hover,
.pellet.hot button:hover {
  background-color: #7d7d7d; }

.pellet.big a,
.pellet.big a:active,
.pellet.big a:visited {
  padding: 0 19px;
  line-height:22px; }

.pellet input::-moz-focus-inner,
.pellet button::-moz-focus-inner { 
  border: 0;
  padding: 0; }

.pellet.disabled a,
.pellet.disabled a:active,
.pellet.disabled a:visited,
.pellet.disabled input[type="submit"],
.pellet.disabled button,
.pellet.disabled a:hover,
.pellet.disabled input[type="submit"]:hover,
.pellet.disabled button:hover {
  background-color: #f4a5ad; }

/* big arrow box
*****************************************************************************/
a.big-arrow-box {
  /* this is based on the tertiary content box, since that is the main place they show up. */
  background-color:#eee;
  font-style:normal;
  display:block;
  font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", "Arial-Narrow", "ArialNarrow", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  position:relative;
  height:168px;
  padding-top:0px;
  width:100%;
  text-transform:uppercase;
}
a.big-arrow-box h3 {
  position:absolute;
  bottom:80px;
  color:#ee3124;
  font-size:232%;
  line-height:88%;
  margin: 0;
  padding-left:37px;
  padding-right:40px;
}
a.big-arrow-box h4 {
  position:absolute;
  top:90px;
  color:#666;
  font-size:138.5%;
  line-height:93%;
  margin:0;
  padding-left:37px;
  padding-right:40px;
}
a.big-arrow-box .arrow {
  background-color:#ee3124;
  position:absolute;
  top:0;
  right:0;
  height:100%;
}
a.big-arrow-box .arrow span {
  margin-top:72px;
  background:url("/global/images/sprites/arrows.gif") no-repeat center -88px;
  display:block;
  height:24px;
  width:36px;
}

a.big-arrow-box:hover h3,
a.big-arrow-box:hover h4 {
  color:#666;
}
a.big-arrow-box:hover .arrow{
  background-color:#666;
}
  
.tertiary a.big-arrow-box,
.tertiary a.big-arrow-box:visited, 
.tertiary a.big-arrow-box:active {
  font-style:normal;
  margin-bottom:4px;
}
.secondary a.big-arrow-box {
  background-color:#252525;
}
.secondary a.big-arrow-box h4 {
  color:#fff;
  position: relative;
}
.secondary a.big-arrow-box .arrow {
  background:transparent;
  right:10px;
}
.secondary a.big-arrow-box .arrow span {
  background-position:0 -248px;
  background-color:transparent;
}

.secondary a.big-arrow-box:hover .arrow{
  background-color:transparent;
}
.secondary a.big-arrow-box:hover .arrow span {
  background-position:0 -88px;
}


/* Form elements
 *****************************************************************************/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
textarea {
  -webkit-appearance:textfield;
  padding:0;
  text-indent:4px;
  height:22px;
  line-height:22px;
  font-size:85%;
  font-weight:bold;
  width:100%;
  margin:0; }
input[type="checkbox"],
input[type="radio"] {
	margin:0;
}

label {
  width:100%;
  font-size:85%;
  display:block;
  font-weight:bold;
  text-transform:uppercase;
  color:#333;
  line-height:1.5;
  text-indent:2px;
  margin-top: 8px; }
label.alt {
  display:inline;
  text-transform:none;
  vertical-align:middle;
  font-weight:normal; }
label .optional {
	float:right;
	text-transform:none;
	color:#999;
	font-weight:normal;
}

input.secondary,
textarea.secondary {
  background-color: #FFF;
  background: -moz-linear-gradient(270deg, #dfdfdf, white 50px);
  background: -webkit-gradient(linear, 0 0, 0 50, from(#dfdfdf), to(white));
  background: linear-gradient(#dfdfdf, white 50px);}
.ie8 input.secondary,
.ie8 textarea.secondary,
.ie9 input.secondary,
.ie9 textarea.secondary {
  -pie-background: linear-gradient(#dfdfdf, white 50px); 
  behavior: url(/global/js/PIE.htc);}

textarea, textarea.secondary {
  height:auto;
  padding:4px;
  text-indent:0;
  line-height:1.25;
  width:264px; }

/* search box on the main nav. */
.search-box {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #FFF;
  background: -moz-linear-gradient(270deg, #dfdfdf, white 50px);
  background: -webkit-gradient(linear, 0 0, 0 50, from(#dfdfdf), to(white));
  background: linear-gradient(#dfdfdf, white 50px);
  position: relative;
  height: 22px;
  width: 165px;
  border: 1px solid #999;
  padding: 0;
  margin: 0; }

.ie8 .search-box,
.ie9 .search-box {
  -pie-background: linear-gradient(#dfdfdf, white 50px);
  behavior: url(/global/js/PIE.htc);
}
  .search-box .search-input {
    margin: 0;
    border: 0;
    padding: 0;
    background: transparent;
    width: 128px;
    height: 22px;
    padding-left: 14px;
    font-size: 85%;
    position: absolute;
    bottom: 0px;
    left: 0px; }
  .search-box .search-submit {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: none;
    height: 22px;
    position: absolute;
    bottom: 1px;
    right: 0px; }

  .ie8 .search-box .search-submit,
  .ie9 .search-box .search-submit {
    behavior: url(/global/js/PIE.htc);}
/* Grid and Data layouts
 *****************************************************************************/
table.grid {
  border-collapse: separate;
  border: 1px solid black;
  width: 100%;
  color: #999999; }

table.grid tbody {
  background: #404040; }

table.grid th {
  background: #333333;
  border-bottom: 1px solid black;
  padding: 6px 8px;
  color: white;
  text-align: left;
  font-weight: normal;
  font-size: 100%; }

table.grid th.left {
  border-right: 1px solid black; }

table.grid td {
  background: #404040;
  border-bottom: 1px solid #2a2a2a;
  padding: 4px 8px; }

table.grid tr.odd td {
  background: #3a3a3a; }

table.grid tr.info td {
  display: table-cell;
  border-bottom: 0;
  font-size: 77%; }

table.grid tr.info {
  display: table-row; }

table.grid th a {
  color: white; }

table.grid td a {
  color: #cccccc; }

/* Styles from the brandsite */
table.rollover-table {
  /* TODO: Hover states! must be wired up in JS at some point otherwise some browsers (IE) will complain. */ }
  table.rollover-table tbody tr:hover td, table.rollover-table tbody tr.hover td {
    /* must be on the TD because some browsers don't play well with TRs
     * table cell spacing must be 0.
     */
    background: url("/global/images/ui/table-hover.gif") repeat-x 0 0; }
    table.rollover-table tbody tr:hover td.first, table.rollover-table tbody tr.hover td.first {
      /*fade to the left edge */
      background: url("/global/images/ui/table-hover-left.gif") no-repeat left 0; }
    table.rollover-table tbody tr:hover td.last, table.rollover-table tbody tr.hover td.last {
      /*fade to the right edge */
      background: url("/global/images/ui/table-hover-right.gif") no-repeat right 0; }
  table.rollover-table th {
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    text-transform: uppercase;
    color: #333;
    font-size: 93%;
    padding-bottom: 13px; }
  table.rollover-table td {
    height: 38px;
    padding-top: 22px;
    border-bottom: 1px solid #eaeaea; }

/* drop shadow on images */
.image {
  text-align: center;
  background: url("/global/images/ui/image-shadow-large.png") no-repeat center bottom;
  padding-bottom: 16px; }
  .image.small {
    background-image: url("/global/images/ui/image-shadow-small.png");
    padding-bottom: 9px; }
  .image.med {
    background-image: url("/global/images/ui/image-shadow-med.png");
    padding-bottom: 19px; }
  .image.large {
    /* Defaults to large. */ }

#background {
  width: 100%;
  position: absolute;
  height: 1054px;
  background: url(/global/images/backgrounds/spring-2011-bg.jpg) no-repeat top center; }

#content {
  clear: both;
  position: relative;
  z-index: 30;
  background: url(/global/images/backgrounds/content-box.png) no-repeat top center; }
  #content #content-inner {
    width: 900px;
    margin: 0 auto; }
  #content .content-box {
    padding: 10px 0 0; }
    #content .content-box.secondary {
      background: #333333;
      -moz-box-shadow: 0 0 43px #1c1c1c;
      -webkit-box-shadow: 0 0 43px #1c1c1c;
      box-shadow: 0 0 43px #1c1c1c;
      margin-bottom: 20px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 10px 8px 0;}
    .ie8 #content .content-box.secondary,
    .ie9 #content .content-box.secondary {
      behavior: url(/global/js/PIE.htc);}
    #content .content-box.tertiary {
      background: #fff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -moz-box-shadow: 0 0 43px #1c1c1c;
      -webkit-box-shadow: 0 0 43px #1c1c1c;
      box-shadow: 0 0 43px #1c1c1c;}
    .ie8 #content .content-box.tertiary,
    .ie9 #content .content-box.tertiary {
      behavior: url(/global/js/PIE.htc);}
    #content .content-box.paginator {
      background: #1B1B1B;
      -webkit-border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px;}
    .ie8 #content .content-box.paginator,
    .ie9 #content .content-box.paginator {
      behavior: url(/global/js/PIE.htc);}

#content-hr {
  position: relative;
  z-index: 29;
  top: -40px;
  margin-bottom: -40px;
  height: 1px;
  background-color: #353535;
  border-top: 1px solid #0b0b0b;
  border-bottom: 40px solid #2a2a2a;
  width: 100%; }

#footer {
  position: relative;
  padding-top: 40px;
  background-color: #2a2a2a; }

.tertiary {
  /*This is "overrides" of the tertiary content box. */ }
  .tertiary .section-title,
  .tertiary .heading {
    color: #333; }
  .tertiary a, .tertiary a:active, .tertiary a:visited {
    font-style: italic;
    color: #ee3124;
    text-decoration: none; }
  .tertiary a:hover {
    color: #999999;
    text-decoration: none; }
  .tertiary .arrow-box,
  .tertiary .arrow-box-left {
    font-style: normal; }
    .tertiary .arrow-box:active, .tertiary .arrow-box:visited,
    .tertiary .arrow-box-left:active,
    .tertiary .arrow-box-left:visited {
      font-style: normal; }
    .tertiary .arrow-box .text,
    .tertiary .arrow-box-left .text {
      color: #333; }
  .tertiary .cta .arrow-box .text,
  .tertiary .cta .arrow-box-left .text {
    color: #333;
    background: none; }
  .tertiary .cta.alt .arrow-box .text,
  .tertiary .cta.alt .arrow-box-left .text {
    color: #ee3124; }
  .tertiary .cta.alt .arrow-box .arrow,
  .tertiary .cta.alt .arrow-box-left .arrow {
    background: url("/global/images/ui/alt-cta-arrows.png") no-repeat 0 -20px; }
  .tertiary .cta.alt .arrow-box:hover .text,
  .tertiary .cta.alt .arrow-box-left:hover .text {
    color: #666; }
  .tertiary .cta.alt .arrow-box:hover .arrow,
  .tertiary .cta.alt .arrow-box-left:hover .arrow {
    background-position: 0 1px; }
  .tertiary .pellet a,
  .tertiary .pellet a:active,
  .tertiary .pellet a:visited {
    font-style: normal;
    color: white; }
  .tertiary h2.title,
  .tertiary h2.title.alt {
    color: #333;
    font-size: 182%;
    /* Use this mixin when you can so you don't forget to use the weight and stretch */
    font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", "Arial-Narrow", "ArialNarrow", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-stretch: condensed;
    padding: 17px 0 9px 16px; }
  .tertiary h2.title.alt {
    font-size: 138.5%;
    margin: 30px 0 15px 0;
    padding: 0; }
  .tertiary p {
    margin-bottom: 27px; }
  .tertiary .image {
    float: left;
    margin: 0 10px 0 0; }
  .tertiary .nav {
    list-style: none;
    margin: 0;
    padding: 0 0 1px 0;
    text-indent: 0;
    background: url("/global/images/ui/list-background-top.png") no-repeat center bottom; }
    .tertiary .nav li {
      /*border-bottom:1px solid #e5e5e5;*/
      background: url("/global/images/ui/list-background-top.png") no-repeat center top;
      height: 36px;
      line-height: 36px; }
.tertiary .nav li.active a,
.tertiary .nav li.active a:hover {
        background: url("/global/images/ui/arrow.gif") no-repeat 20px center;
        color: #ee3124;
        font-weight: bold; }
.tertiary .nav li a {
        color: #666;
        display: block;
        font-size: 93%;
        padding-left: 36px;
        width: 100%;
        position: relative;
        font-style: normal; }
.tertiary .nav li a .inner-bg {
background: url("/global/images/ui/link-shadow.png") no-repeat center center;
z-index: 1;
position: absolute;
top: 0px;
height: 37px;
width: 216px;
display: none; }
.tertiary .nav li a:hover {
color: #333;
font-weight: bold; }
.tertiary .nav li a:hover .inner-bg {
display: block; }

/* User Toolbar
 *****************************************************************************/
#toolbar {
  font-size: 85%;
  color: #999999;
  font-weight: 500;
  height: 27px;
  z-index: 90003;
  position: relative; }

#toolbar a,
#toolbar a:active,
#toolbar a:visited {
  color: #999999; }

#toolbar a:hover {
 }

#toolbar .greeting {
  float: left;
  margin: 8px 0 0 0; }

#toolbar .greeting .user {
  color: #cccccc; }

#toolbar ul {
  float:left;
  margin: 8px 0 0 0;
  list-style: none; }

#toolbar ul li {
  margin: 0;
  float: left;
  padding-left: 0px; }

#toolbar .pellet {
  margin-top:6px;
  float:right;
}
#toolbar .pellet a {
  margin: -3px 0 0 8px;
  color: white;
  font-size: 93%; }

#toolbar .locale-selector {
  color:#ccc;
  float:right;
  margin-right:20px;
  height:27px;
}
.ie7 #toolbar .locale-selector {
  position:relative;
}
#toolbar .locale-selector .country {
  line-height:27px;
  color:#999;
}
#toolbar .locale-selector .country span {
  padding:0 5px;
  color:#ccc;
}
#toolbar .locale-selector .country img {
  vertical-align:text-top;

}

#toolbar .locale-selector ul {
  display:none;
  margin:0; 
  float:left;
  background-color:#444;
  position:absolute;
  top:24px;
}
.ie7 #toolbar .locale-selector ul {
  left:0;
  zoom:1;
}
#toolbar .locale-selector ul.countries {
}
#toolbar .locale-selector:hover ul.countries {
  display:block;

}
#toolbar .locale-selector ul li {
  zoom:1;
  position:relative;
  float:none;
  border:0;
  padding:0;
  margin:0;
  border-bottom:1px solid #3d3d3d;
  border-top:1px solid #575757;
  width:177px;
  line-height: 30px;
  height:30px;
  background:url(/global/images/ui/secondary-cta-arrows.png) no-repeat right 10px;
}
#toolbar .locale-selector ul li a {
  font-weight:bold;
  display:block;
  padding:0 10px;
  height:30px;
  width:157px;
}
#toolbar .locale-selector ul li:hover {
  background-position:right -9px;}
.ie7 #toolbar .locale-selector ul li:hover {
  height:27px;
  padding-bottom:3px;
  margin-bottom:-3px;
}
#toolbar .locale-selector ul li ul {
  left:177px;
  top:-2px;
  -moz-box-shadow: inset 3px 0 10px -5px #000;
  -webkit-box-shadow: inset 3px 0 10px -5px #000;
  box-shadow: inset 3px 0 10px -5px #000;
  border-left:1px solid #000;
  display:none;
}
#toolbar .locale-selector ul li:hover ul {
  display:block;
}
.ie7 #toolbar .locale-selector ul li ul { left:177px; }
#toolbar .locale-selector ul ul li {
  position:static;
  height:30px;
}
  
.ie7 #toolbar .locale-selector ul ul li:hover {
  margin-bottom:0px;
  height:30px;
  padding-bottom:0;
}

/* Primary Navigation
 *****************************************************************************/
#nav {
  background: url(/global/images/sprites/global-tiles-x.png) repeat-x 0 -27px;
  z-index: 90001;
  position: relative;}

#nav #nav-shadow {
  background: url(/global/images/ui/nav-shadow.png) repeat-x 0 0;
  position:absolute;
  height:10px;
  top:87px;
  left:0;
  width:100%;
  z-index:90002;
}

#nav-inner {
  position: relative;
  height: 39px;
  width: 900px;
  margin: 0 auto;
  /* main nav active state */ }

 /* paypal logo within navigation */
 #nav-inner .paypal {
 	position: absolute;
 	right: 5px;
 	top: 30px; }
  #nav-inner a img {
    float: left;
    margin: 2px 7px 0 0; }
  #nav-inner .main-menu {
    margin: 0;
    list-style: none; }
  #nav-inner .main-menu li {
    float: left;
	margin-top:2px;
    /*position:relative;*/ }
    #nav-inner .main-menu li.pipe {
      background-color: #787878;
      margin: 64px 1px 0;
      width: 1px;
      height: 13px;
      text-indent: -1000em; }
  #nav-inner .main-menu li a,
  #nav-inner .main-menu li a:visited {
    background: none;
    display: block;
    height: 37px;
    margin: 0;
    text-decoration: none;
    border: 1px solid transparent;
    /*position:relative;*/ }
    #nav-inner .main-menu li a .primary,
    #nav-inner .main-menu li a:visited .primary {
      display: block;
      padding: 0;
      position: relative; }
      #nav-inner .main-menu li a .primary .title,
      #nav-inner .main-menu li a:visited .primary .title {
        color: #333333;
        display: block;
        padding: 15px 10px 15px 10px;
        /* all type/font styles must go on this element
           other wise they will mess up the drop down. */
        text-align: center;
        font-size: 100%;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
		}
      #nav-inner .main-menu li a .primary .arrow,
      #nav-inner .main-menu li a:visited .primary .arrow {
        background: url(/global/images/ui/navigation-arrow.png) no-repeat center bottom;
        display: none;
        bottom: -3px;
        left: 0;
        height: 5px;
        width: 100%;
        padding: 0;
        position: absolute;
        z-index:90003;}
  #nav-inner .main-menu li.active {
    z-index: 1; }
  #nav-inner .main-menu li.active a {
    background-color: #999999;
    border-top-color: transparent;
    cursor: default;
    z-index: 1; }
  .ie8 #nav-inner .main-menu li.active a,
  .ie9 #nav-inner .main-menu li.active a {
    -pie-background: linear-gradient(#7f7f7f, #999999 50px);
    behavior: url(/global/js/PIE.htc);}
    #nav-inner .main-menu li.active a .primary {
      background: url(/global/images/sprites/shadow-left.png) repeat-y 0 0; }
      #nav-inner .main-menu li.active a .primary .title {
        color: white;
        background: url(/global/images/sprites/shadow-right.png) repeat-y right 0; }
  #nav-inner .main-menu li a.hover,
  #nav-inner .main-menu li.active a.hover {
    background: #999999; }
    #nav-inner .main-menu li a.hover .primary,
    #nav-inner .main-menu li.active a.hover .primary {
      background: url(/global/images/sprites/shadow-left.png) repeat-y 0 0; }
      #nav-inner .main-menu li a.hover .primary .title,
      #nav-inner .main-menu li.active a.hover .primary .title {
        background: url(/global/images/sprites/shadow-right.png) repeat-y right 0;        
        color: white; }
      #nav-inner .main-menu li a.hover .primary .arrow,
      #nav-inner .main-menu li.active a.hover .primary .arrow {
        display: block; }
  #nav-inner .search-box {
    float: right;
    margin-top: 57px; }
  #nav-inner .search-box input.search-submit {
    width: 25px;
    height: 25px; }

#nav-dropdowns {
  z-index: 90000;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 150px;
  left: 0; }
#nav-dropdowns #nav-dropdowns-inner {
    position: relative;
    /*height: 87px;*/
    width: 900px;
    margin: 0 auto; }
    #nav-dropdowns #nav-dropdowns-inner .dropdown {
      width: 900px;
	  height:307px;
      /*display:block;*/
      display: none;
      position: absolute;
      background-color: #fff;
      z-index: 33;
      color: #333;
      top: 0;
      left: 0;
      padding: 0px 0;
      border: 1px solid #ccc;
      border-top: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -moz-box-shadow: 0 px px #333;
      -webkit-box-shadow: 0 3px 4px #333;
      box-shadow: 0 3px 3px #333;}
    .ie8 #nav-dropdowns #nav-dropdowns-inner .dropdown,
    .ie9 #nav-dropdowns #nav-dropdowns-inner .dropdown {
      behavior: url(/global/js/PIE.htc);}
      #nav-dropdowns #nav-dropdowns-inner .dropdown .category-col,
      #nav-dropdowns #nav-dropdowns-inner .dropdown .sub-category-col,
      #nav-dropdowns #nav-dropdowns-inner .dropdown .featured-col,
      #nav-dropdowns #nav-dropdowns-inner .dropdown .divider-col,
      #nav-dropdowns #nav-dropdowns-inner .dropdown .quarter-col {
        outline: 0px solid red;
        float: left; }
      #nav-dropdowns #nav-dropdowns-inner .dropdown .sub-category-col1,
      #nav-dropdowns #nav-dropdowns-inner .dropdown .featured-col,
#nav-dropdowns #nav-dropdowns-inner .dropdown .quarter-col {
        outline: 0px solid red;
        margin: 25px 20px 0px 0px;
        float: left;
        width: 188px; }		
#nav-dropdowns #nav-dropdowns-inner .dropdown .category-col {
        margin-left: 18px;
        margin-right: 10px;
        width: 263px; }
#nav-dropdowns #nav-dropdowns-inner .dropdown .category-col h3 {
          display: block;
          font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", "Arial-Narrow", "ArialNarrow", Helvetica, Arial, sans-serif;
          font-weight: bold;
          font-stretch: condensed;
          line-height: 14px; }
#nav-dropdowns #nav-dropdowns-inner .dropdown .category-col h3 span {
            display: block;
            font-size: 153.9%;
            color: #333; }
#nav-dropdowns #nav-dropdowns-inner .dropdown .featured-col {
        margin-bottom: 23px;
        margin-right: 0px;
        width: 179px; }
#nav-dropdowns #nav-dropdowns-inner .dropdown .featured-col h3 {
          color: #999;
          display: block;
          line-height: 12px; }
#nav-dropdowns #nav-dropdowns-inner .dropdown .featured-col h3 span {
        display: block;
        font-size: 108%;
        color: #666; }
#nav-dropdowns #nav-dropdowns-inner .dropdown .featured-col p {
        width: 156px;
        font-size: 85%;
        color: #666;
        padding: 0 0 0 2px; }
#nav-dropdowns #nav-dropdowns-inner .dropdown .featured-col .button {
        width: 156px;
        text-align: center; }
#nav-dropdowns #nav-dropdowns-inner .dropdown .featured-col .button .pellet {
        margin-top: 16px; }
#nav-dropdowns #nav-dropdowns-inner .dropdown .divider-col {
        width: 1px;
        border-left: 1px solid #CCCCCC;
        height: 307px; }
#nav-dropdowns #nav-dropdowns-inner .dropdown .quarter-col {
        width: 250px;
		padding-left:15px;
		}
#nav-dropdowns #nav-dropdowns-inner .dropdown .quarter-col a.item {
          position: relative;
          height: 150px;
          width: 213px;
          display: block;
          color: #666;
          border-top: 1px solid #e5e5e5;
          /*TODO: I feel gross, clean me up. */ }
          #nav-dropdowns #nav-dropdowns-inner .dropdown .quarter-col a.item .inner-bg {
          background: url("/global/images/ui/dropdown-ro.png") no-repeat center center;
          z-index: 1;
          position: absolute;
          top: -1px;
          height: 114px;
          width: 213px;
          display: none; }
          #nav-dropdowns #nav-dropdowns-inner .dropdown .quarter-col a.item h3 {
          color: #333;
          padding-right: 11px;
          margin: 20px 0 3px;
          font-size: 93%;
          font-weight: bold;
          float: left;
          background: url("/global/images/sprites/red-arrow.png") no-repeat right center;}
          #nav-dropdowns #nav-dropdowns-inner .dropdown .quarter-col a.item p {
          clear: left;
          font-size: 93%;}
          #nav-dropdowns #nav-dropdowns-inner .dropdown .quarter-col a.item:hover h3 {
          color: #ee3124;}
          #nav-dropdowns #nav-dropdowns-inner .dropdown .quarter-col a.item:hover .inner-bg {
          display: block;}
      	  #nav-dropdowns #nav-dropdowns-inner .dropdown h4 {
          font-weight: bold;
          font-size: 85%;
          color: #333;
          text-transform: uppercase;}
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul {
          list-style: none;
          margin: 0 0 24px 0;
          padding: 0;
          text-indent: 2px;}
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul li {
          margin: 2px 0; }
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul li a,
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul li a:visited {
          color: #666;
          font-size: 85%; }
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul li a:hover,
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul li a:visited:hover {
          color: #333; }
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul li.all {
          font-weight: bold; }
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul.sections {
          margin-top: 15px;
		  margin-left:9px;
          text-indent: 8px; }
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul.sections li {
          margin: 0; }
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul.sections li a {
          display: block;
          height: 22px;
          line-height: 22px;
          font-size: 100%;
          color: #fff;
          background-color: #999;
          margin-bottom: 1px; }
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul.sections li a:hover {
          background-color: #666; }
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul.sections li a.graphic {
          height: auto;
          overflow: hidden;
          text-indent: 0;
          }
          #nav-dropdowns #nav-dropdowns-inner .dropdown ul.sections li a.graphic img {
          display: block;
          float: left;}
          #nav-dropdowns #nav-dropdowns-inner .exploration,  #nav-dropdowns #nav-dropdowns-inner .innovation, #nav-dropdowns 						          #nav-dropdowns-inner .getoutdoors {
          padding-top: 0px;
          padding-bottom: 0px;
          width: 900px;
		  height:307px;
          }
          #nav-dropdowns #nav-dropdowns-inner .dropdown h4.alt a,
          #nav-dropdowns #nav-dropdowns-inner .dropdown h4.alt a:visited {
          color:#666;}
          #nav-dropdowns #nav-dropdowns-inner .dropdown h4.alt a:hover {
          color:#333;}

.pagination {
  height: 17px;
  padding: 15px 0;
  color: #CCC;
  line-height: 19px;
  text-transform: uppercase; }
.pagination a {
  color: #CCC; }
.pagination a:hover {
  color: #FFF; }
.pagination .amount {
  float: left; }
.pagination .controls {
    width: 292px;
    margin: 0 auto; }
    .pagination .controls .pages,
    .pagination .controls .prev,
    .pagination .controls .next {
      float: left; }
    .pagination .controls ul {
      list-style: none;
      float: left;
      margin: 0;
      padding: 0 12px; }
      .pagination .controls ul li {
        float: left; }
        .pagination .controls ul li a {
          margin: 0 1px;
          padding: 0 5px;
          display: block;
          color: #CCC; }
          .pagination .controls ul li a.active, .pagination .controls ul li a:hover {
            color: #FFF;
            background: #ee3124; }
  .pagination .all {
    float: right; }

/* MiniCart
 *****************************************************************************/

/* reset */
#minicart h6, #minicart ul,#minicart dl,#minicart dt,#minicart dd { margin: 0; width: auto; }
#minicart { cursor: default; position: relative;}
#minicart a { cursor: pointer; }
#minicart li { list-style: none; }
#minicart .swatch { float: none; margin: 0; border:0 none; }
#minicart .button { height: auto; text-indent: 0; }

/* template */
#minicart { 
  font-size: 85%; width: 276px; position: absolute; top: -300px; z-index: 90002; -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3); box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3); display: none; }
.ie8 #minicart, 
.ie9 #minicart { 
  behavior: url(/global/js/PIE.htc); /*@include css3-pie;*/  }
#minicart .header,
#minicart .footer,
#minicart .body { padding: 7px 0; background-color: #fff; overflow: hidden; clear: both; }
#minicart .header { padding-bottom: 0; }
#minicart,
#minicart .footer { 
  -webkit-border-radius: 0 0 14px 14px; -moz-border-radius: 0 0 14px 14px; border-radius: 0 0 14px 14px; }
.ie8 #minicart .footer,
.ie9 #minicart .footer { 
  behavior: url(/global/js/PIE.htc); /*@include css3-pie;*/ }
#minicart .footer { background-color: #424242; padding-left: 9px; padding-right: 9px; }

/* globals */
#minicart .menu { line-height: 150%; }
#minicart .menu a { color: #666; display: block; outline: 0; overflow: hidden; }
#minicart .menu a:hover { color: #ea1b2c; }
#minicart .menu .lbl { float: left; }
#minicart .menu .icon_spr { float: left; margin: 5px 0 0 5px; }
#minicart ul.menu,
#minicart ul.menu li { float: right; }
#minicart .swatch { width: 10px; height: 10px; }

/* header */
#minicart .header .menu { margin-right: 9px; }

/* footer */
#minicart .footer dl,
#minicart .footer dl dt { color: #fff; }
#minicart .footer dl dt { text-transform: uppercase; }
#minicart .footer .subtotal { border-bottom: 1px solid #ccc; padding: 5px 0 9px; text-align: right; }
#minicart .footer .subtotal dt { position: relative; left: 100px; font-size: 112%; }
#minicart .footer .subtotal dd { float: right; }
#minicart .footer .total_items { margin: 12px 0 5px;  }
#minicart .footer .total_items dt { border-bottom: 1px solid #fff;}
#minicart .footer .total_items dd { padding-left: 4px; border-bottom: 1px solid #fff;}
#minicart .footer .total_items a { color: #fff; }
#minicart .footer .total_items:hover dt, #minicart .footer .total_items:hover dd { border-bottom: 1px solid #424242; }
#minicart .footer ul.button { margin: 9px 0 5px; }
#minicart .footer .pellet a { background-image: url('/global/images/sprites/arrows.gif'); background-repeat: no-repeat; background-position: 180px -88px; -webkit-border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; display: block; font-size: 140%; font-weight: 700; text-align: center; text-transform: uppercase; }
.ie8 #minicart .footer .pellet a { background-image: none; }
.ie8 #minicart .footer .pellet a:after { background: url('/global/images/sprites/arrows.gif') no-repeat -9px -94px; content: ' '; height: 13px; display: inline-block; left: 5px; position: relative; top: 1px; width: 8px; }
#minicart .footer .messages { color: #fff; margin: 10px 0 5px; font-weight: bold; }
#minicart .footer .remaining_items { color: #fff; margin: 0 0 10px; }

/* body */

#minicart .jspContainer { overflow: hidden; position: relative; }
#minicart .jspPane { position: absolute; }
#minicart .jspVerticalBar { position: absolute; top: 0; right: 2px; width: 8px; height: 100%; }
#minicart .jspVerticalBar * { margin: 0; padding: 0; }
#minicart .jspCap { display: none; }
#minicart .jspTrack { position: relative; }
#minicart .jspDrag { -webkit-border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; background: #bdbdbd; position: relative; top: 0; left: 0; cursor: pointer; }
#minicart .body .menu { position: absolute; }
#minicart .body .menu a { left: 215px; position: relative; top: 95px; outline: 0; }
.ie7 #minicart .body .menu { left:0; top:0; }
#minicart .body dl { padding: 0 9px 0 0; }
#minicart .body h5 { margin-left: 9px; font: bold 150%/100% 'HelveticaNeue-CondensedBold', 'Arial Narrow', Arial, sans-serif; letter-spacing: -0.2px; text-transform: uppercase; color: #333; }
#minicart .body .productsWrapper { clear: both; max-height: 390px; overflow: hidden; }
#minicart.scroll { width: 296px; }
#minicart.scroll .body .productsWrapper { height: 300px; }
#minicart.scroll .body .productsWrapper.auto { height: auto; max-height: 390px; }
#minicart.scroll .body ul.products { margin-left: 10px; width: 274px; }
.ie7 #minicart .body ul.products { position: relative; }/* IE7 haslayout fix */
#minicart .body li.item { background-color: #fff; border-top: 1px solid #ccc; height: 115px; line-height: 150%; padding: 11px 0 10px; overflow: hidden; margin: 0; position: relative; }
#minicart .body li.item dt, #minicart .body li.item dd { line-height: 145%; }
#minicart .body li.item h6 { color: #333; text-transform: uppercase; font-weight: normal; margin: 9px 9px 5px 0; font-size: 100%; line-height: 105%; }
#minicart .body li.item h6 a:hover { color: #EA1B2C; }
#minicart .body li.item h6 a { color: #333; }
#minicart .body li.item img.product { float: left; height: 116px; margin: 2px; width: 116px; }
#minicart .body li.item dl, #minicart .body li.item dt, #minicart .body li.item dd { color: #666; text-transform: capitalize; font-weight: normal; }
#minicart .body li.item dd { margin-left: 2px; }
#minicart .body li.item .color .name { text-transform: uppercase; clear: both; margin-left: 0; }
#minicart .body li.item .swatch { left: 3px; position: relative; top: 1px; }
#minicart .body div.message { padding: 5px 9px; display: none; }

/* Breadcrumbs
 *****************************************************************************/
#breadcrumbs {
  position: relative;
  height: 41px;
  line-height: 41px; }
  #breadcrumbs .page-title {
    float: left; }
    #breadcrumbs .page-title h1 {
      line-height: 41px;
      /* Use this mixin when you can so you don't forget to use the weight and stretch */
      font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", "Arial-Narrow", "ArialNarrow", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-stretch: condensed;
      font-size: 182%; }
  #breadcrumbs .chat-now {
    float: right;
    margin-left: 30px; }
    #breadcrumbs .chat-now .boldChat {
      position: relative;
      top: 4px; }
  #breadcrumbs .crumbs {
    text-transform: uppercase;
    float: right;
    color: #999;
    font-size:77%;}
    #breadcrumbs .crumbs a {
      color: #999; }
      #breadcrumbs .crumbs a.title {
        color: #ccc; }

/* Assisted Search
 *****************************************************************************/
#nav .asearch-results-wrap {
  position: absolute;
  top: 80px;
  right: 0;
  width: 517px; }
  #nav .asearch-results-wrap li,
  #nav .asearch-results-wrap ul {
    list-style:none; }
    #nav .asearch-results-wrap .ui-autocomplete{
      font-size:100%; }
      #nav .asearch-results-wrap .ui-autocomplete > li {
        width: 517px; }
#nav #asearch-results {
  float: right;
  padding-top: 12px; }
#nav #asearch-results.complete { /* products and categories */
  width: 517px; }
#nav #asearch-results.strong { /* products only */
  width: 320px; }
#nav #asearch-results.weak { /* categories only */
  width: 197px; }
  #nav #asearch-results * {
    border: 0;
    float: none;
    height:auto;
    margin: 0;
    padding: 0;
    width: auto; }
  #nav #asearch-results a {
    background:none;
  }
  #nav #asearch-results .asearch-inner {
    *zoom: 1; // hasLayout fix to correct asearch display issues in IE7
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);}
  .ie8 #nav #asearch-results .asearch-inner,
  .ie9 #nav #asearch-results .asearch-inner {
    behavior: url(/global/js/PIE.htc);}
  #nav #asearch-results.complete .asearch-inner {
    background: #424242 url('/global/images/backgrounds/asearch_complete.png'); }
  #nav #asearch-results.strong .asearch-inner {
    background: #fff; }
  #nav #asearch-results.weak .asearch-inner {
    background: #424242; }
  #nav #asearch-results .carrot {
    background:  url('/global/images/backgrounds/asearch_carrot.png');
    height: 12px;
    width: 24px;
    position: absolute;
    *position: relative;
    top: -12px;
    right: 85px;
    *left: 408px; }
  #nav #asearch-results.strong .carrot {
    background: url('/global/images/backgrounds/asearch_carrot_white.png');
    *left: 211px; }
  #nav #asearch-results.weak .carrot {
    *left: 88px; }
    #nav #asearch-results .asearch-inner .asearch-top {
      position: absolute;
      *position: relative;
      z-index: 9999;
      top: 8px;
      *top: 0;
      right: 11px; }
    #nav #asearch-results .asearch-inner .asearch-top a {
      *float: right;
      color: #fff;
      font-size: 85%; }
      #nav #asearch-results.strong .asearch-inner .asearch-top a {
        color: #666; }
        #nav #nav-inner #asearch-results .asearch-inner .asearch-top a:hover {
          color: #ee3124; }
    #nav #asearch-results .asearch-inner .asearch-top a .icon_spr {
      height:7px;
      width:7px;
      display:inline;
      margin: 5px 0 0 5px;
      background-position: 0 -14px; }
      #nav #asearch-results.strong .asearch-inner .asearch-top a .icon_spr {
        background-position: 0 0; }
        #nav #nav-inner #asearch-results .asearch-inner .asearch-top a:hover .icon_spr {
        background-position: 0 -7px; }
    #nav #asearch-results .asearch-inner .asearch-bottom {
      font-size: 85%;
      padding: 0 206px 15px 5px;
      position: absolute;
      text-align:right;
      bottom: 0;
      right: 0; }
    #nav #asearch-results .asearch-inner .asearch-bottom a {
      color: #666; }
    #nav #asearch-results .asearch-inner .asearch-bottom a:hover {
      text-decoration:underline; }
      #nav #asearch-results.weak .asearch-inner .asearch-bottom,
      #nav #asearch-results.strong .asearch-inner .asearch-bottom {
        padding-right: 11px; }
      #nav #asearch-results.weak .asearch-inner .asearch-bottom a {
        color: #fff; }
        #nav #asearch-results .asearch-inner .asearch-bottom a span {
          white-space: nowrap; }
    #nav #asearch-results .asearch-inner .asearch-products {
      float: left;
	  padding: 0 11px 44px 11px;
      *margin-top: -15px;
      width: 298px; }
      #nav #asearch-results .asearch-inner h2 {
        color: #333;
        font-family:"HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", "Arial-Narrow", "ArialNarrow", Helvetica, Arial, sans-serif;
        font-size: 138%;
        font-stretch: condensed;
        font-weight: bold;
        padding: 30px 0 5px 0;
        position: relative; }
        #nav #asearch-results .asearch-inner .asearch-categories h2 {
          color:#fff; }
        #nav #asearch-results .asearch-inner .asearch-products .asearch-number {
          font-family:"Helvetica", "Arial", sans-serif;
          font-size: 61%;
          font-stretch:normal;
          font-weight: normal;
          position: absolute;
          bottom: 0;
          right: 0; }
        #nav #asearch-results .asearch-inner .asearch-products .asearch-number a {
          color: #666; }
          #nav #asearch-results .asearch-inner .asearch-products .asearch-number a:hover {
            color: #333; }
      #nav #asearch-results .asearch-inner .asearch-products ul {
        border-bottom: 1px solid #ccc;
        margin: 0; }
      #nav #asearch-results .asearch-inner .asearch-products li {
        border-top: 1px solid #ccc; }
      #nav #asearch-results .asearch-inner .asearch-products li a {
        color: #666;
        cursor: pointer;
        display: block;
		font-size: 85%;
        margin: 0 0;
        padding: 11px 0; }
        #nav #asearch-results .asearch-inner .asearch-products li a * {
          cursor: pointer; }
        #nav #asearch-results .asearch-inner .asearch-products li a.ui-state-hover {
          background: #eaeaea;
		  margin: -1px -11px;
		  padding: 12px 11px; }
        #nav #asearch-results .asearch-inner .asearch-products strong{
          color: #333;
          font-weight: bold;
          text-transform:uppercase; }
          #nav #asearch-results .asearch-inner .asearch-products a em{
            color: #ed1b2d;
            font-style: normal; }
        #nav #asearch-results .asearch-inner .asearch-products li .asearch-image {
          display: block;
          float: left;
          width:56px; }
        #nav #asearch-results .asearch-inner .asearch-products li .asearch-description {
          display: block;
          float: left;
          min-height: 56px;
          padding-left: 12px;
          width:230px; }
    #nav #asearch-results .asearch-inner .asearch-categories {
      *margin-top: -29px;
      color: #fff;
      float: left;
      padding: 0 11px 44px 11px;
	  width: 175px; }
      #nav #asearch-results .asearch-inner .asearch-categories ul {
        border-top: 1px solid #fff;
        padding-top:11px; }
      #nav #asearch-results .asearch-inner .asearch-categories a {
        color: #fff;
        font-size: 85%;
        padding: 3px 0; }
      #nav #asearch-results .asearch-inner .asearch-categories a.ui-state-hover {
        color: #aaa; }
      #nav #asearch-results .asearch-inner .clr {
        clear: both;
        display: block;
        height: 1px; }

/* Footer Content and Navigation
 *****************************************************************************/
#footer {
  color: #666666; }
  #footer #utility {
    font-size: 93%; }
  #footer a,
#footer a:active,
#footer a:visited {
    color: #666666; }
#footer a:hover {
    color: white; }
#footer ul {
    margin: 0;
    list-style: none; }
#footer ul li {
    margin: 0; }
#footer sup {
    font-weight: normal;
    font-size: 77%; }
#footer form input {
    text-transform: uppercase; }
#footer hr {
    margin: 0 auto 16px auto;
    padding: 0;
    width: 900px;
    height: 2px;
    border: 0;
    border-top: 2px solid #3c3c3c; }
  #footer .error-message {
    clear: both;
    color: #ee3124;
    display: none;
    font-size: 85%;
    font-weight: bold;
    padding: 20px 0 0 1px;
    text-transform: uppercase; }
  #footer #socialize ul {
    margin: 0;
    list-style: none;
    color: white; }
    #footer #socialize ul li a,
    #footer #socialize ul li a:active,
    #footer #socialize ul li a:visited {
      background: #333333 url(/global/images/sprites/social-icons.png) no-repeat 8px 0px;
      display: block;
      margin: 0 0 12px 0;
      width: 116px;
      height: 24px;
      line-height: 26px;
      font-weight: bold;
      text-indent: 36px;
      text-transform: uppercase;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      border-radius: 1px;
      color: white; }
    #footer #socialize ul li a:hover {
      background-color: #404040; }
    #footer #socialize ul li#facebook a,
    #footer #socialize ul li#facebook a:active,
    #footer #socialize ul li#facebook a:visited {
      background-position: 8px 0; }
    #footer #socialize ul li#twitter a,
    #footer #socialize ul li#twitter a:active,
    #footer #socialize ul li#twitter a:visited {
      background-position: 8px -24px; }
    #footer #socialize ul li#youtube a,
    #footer #socialize ul li#youtube a:active,
    #footer #socialize ul li#youtube a:visited {
      background-position: 8px -48px; }
    #footer #socialize ul li#ourblog a,
    #footer #socialize ul li#ourblog a:active,
    #footer #socialize ul li#ourblog a:visited {
      background-position: 8px -72px; }
  #footer form input {
    float: left;
    margin: 0 2px 0 0;
    height: 24px; }
  #footer .email, #footer .zip-code {
	border-width:0; }
  #footer #subscribe .description {
    width: 224px; }
  #footer #subscribe form {
    float: left;
    margin-top: 24px; }
  #footer #subscribe form input {
    width: 222px; }
  #footer #locate form {
    float: left; }
  #footer #locate form input {
    margin-top: 2px;
    width: 120px; }
  #footer #locate a,
  #footer #locate a:active,
  #footer #locate a:visited {
    color: #ee3124;
    font-weight: bold; }
  #footer #locate a:hover {
    color: white;
    text-decoration: none; }
  #footer #locate legend {
    cursor: auto;
    display: block;
    padding-top: 30px;
    font-weight: bold;
    text-transform: capitalize; }
  #footer #locate form input.arrow-box,
  #footer #subscribe form input.arrow-box {
    background: #ee3124 url(/global/images/sprites/arrows.gif) no-repeat 0px -88px;
    width: 24px;
    height: 24px;
    float: left; }
  #footer #locate form input.arrow-box:hover,
  #footer #subscribe form input.arrow-box:hover {
    background: black url(/global/images/sprites/arrows.gif) no-repeat 0px -88px; }
  #footer #corporate_info {
    background-color: #484848;
    padding: 20px 20px 40px 20px; }
    #footer #corporate_info a,
    #footer #corporate_info a:active,
    #footer #corporate_info a:visited {
      color: #999999; }
#footer #corporate_info a:hover,
#footer #corporate_info a:active:hover,
#footer #corporate_info a:visited:hover {
        color: white; }
#footer #corporate_info img {
      float: left;
      margin-right: 16px; }
#footer #corporate_info .links {
      font-size: 93%; }
#footer #corporate_info h2 {
      font-size: 153.9%;
      line-height: 100%;
      font-weight: bold;
      margin: 0;
      color: #2a2a2a; }
#footer #corporate_info h3.alt {
      color: #cccccc; }
#footer #corporate_info ul {
      float: left;
      margin: 24px 32px 0 0; }
#footer #region_selector {
    background: #2a2a2a url(/global/images/sprites/maps.png) no-repeat 0px 0px;
    height: 128px; }
#footer #region_selector h3.alt {
      margin-top: 50px; }
#footer #region_selector select {
      width: 100%; }
	  
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
/* 
    TNF ColorBox Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox {
	-moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
.ie8 #colorbox,
.ie9 #colorbox {
	behavior: url('/global/js/PIE.htc');}
#cboxLoadedContent {
	background-color: #fff;
	padding-top:49px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
.ie8 #cboxLoadedContent,
.ie9 #cboxLoadedContent {
	behavior: url('/global/js/PIE.htc');
}
#cboxLoadedContent .cboxIframe {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
.ie8 #cboxLoadedContent .cboxIframe,
.ie9 #cboxLoadedContent .cboxIframe {
	behavior: url('/global/js/PIE.htc');
}
#cboxOverlay{
	background:url('/global/images/backgrounds/black50.png');
}
#cboxLoadingOverlay,
#cboxLoadingGraphic{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxLoadingGraphic{
	background:url('/global/images/ui/animationProcessingAjax.gif') no-repeat center center;
	background-color:#fff;
}
#cboxTitle{
    background-color: #424242;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
	font-size:108%;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
	padding:21px 0 0 0;
	width:100%;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;}
.ie8 #cboxTitle,
.ie9 #cboxTitle{
	behavior: url(/global/js/PIE.htc);
}
#cboxClose {
    background:url('/global/images/ui/hopup_close.png') no-repeat 100% -8px;
	color:#fff;
    height:11px;
	font-size:11px;
	padding-right:12px;
	margin-right:11px;
    position: absolute;
	top:7px;
    right: 0;
	text-align:right;
	text-transform:capitalize;
	width:100px;
}
#cboxClose:hover {
	background-position: 100% 3px;
	color: #ee3124;
}


/* Device width less than 480px (iPhone, Android, Smart Phones...)
   We'll scale full iPad and Smart Phones in portrait mode with JavaScript
 *****************************************************************************/
@media (min-device-width:1024px) and (max-width:767px),screen and (max-device-width:480px),
       (max-device-width:480px) and (orientation:portrait),
       (max-device-width:480px) and (orientation:landscape) {
  .row {
    width: 480px; }

  .col-shim {
    display: none; }

  .col-13, .col-14, .col-15, .col-16, .col-17, .col-18,
  .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
    width: 476px; }

  #toolbar .greeting {
    display: none; }

  #toolbar ul li {
    margin-left: 3px;
    padding-left: 3px; }

  #nav #nav-inner {
    width: 480px; }

  #nav #nav-inner .main-menu {
    padding-top: 23px; }

  #nav #nav-inner .main-menu li a,
  #nav #nav-inner .main-menu li a:active,
  #nav #nav-inner .main-menu li a:visited {
    height: auto; }
    #nav #nav-inner .main-menu li a span,
    #nav #nav-inner .main-menu li a:active span,
    #nav #nav-inner .main-menu li a:visited span {
      padding: 0 6px; }

  #nav #nav-inner .main-menu li.pipe {
    display: none; }

  #nav #nav-inner .search-box {
    float: left;
    margin-top: 10px; }

  #content #content-inner {
    width: 480px; }

  #footer hr {
    width: 476px; } }

/* Print Styles
 *****************************************************************************/
@media print {
  body, * {
    /* this bit needs to be reviewed */
    background: #fff !important;
    color: #000 !important; }

  #nav ul,
  #search-box,
  #toolbar,
  #background,
  #content-hr,
  #footer .row,
  #footer hr {
    display: none; }

  #footer #copyright {
    display: block; }

  #nav {
    border-bottom: 2px solid #ee3124;
    background: none; }

  .row {
    width: auto; }

  .col-shim,
  .col-01, .col-02, .col-03, .col-04, .col-05, .col-06,
  .col-07, .col-08, .col-09, .col-10, .col-11, .col-12,
  .col-13, .col-14, .col-15, .col-16, .col-17, .col-18,
  .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
    width: auto; } }
