body {
    font-size: 62.5%;
    font-family: MyriadProRegular, Trebuchet MS, sans-serif;
    font-size: 1.1em;
}

body.blackBodyBg {
    background: #0C0C0C;
}

a, a:visited {
    color: #0A64FF;
}

p {
    margin: 16px 0;
}

ul {
    list-style: disc outside none;
}

li {
    margin: 5px 0 5px 15px;
}

.bold {
    font-weight: bold;
}

.red {
    color: rgb(255, 0, 0);
}

.italics {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

h1, .h1 {
    font-weight: bold;
    font-size: 25px;
    padding: 0;
}

h2, .h2 {
    font-weight: bold;
    font-size: 16.896px;
    padding: 14px 0 0px 0;
    margin-bottom: -4px;
}

h3, .h3 {
    font-weight: bold;
    line-height: 17px;
    font-size: 15.488px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    padding: 0;
    margin: 0;
}


/************************/
/*   REPEATED ELEMENTS  */
/************************/

.divider {
    height: 1px;
    width: 100%;
    background: #ccc;
    border-bottom: 1px solid #fff;
    margin: 20px auto;
    overflow: hidden;
}

.successBox, .errorBox {
    margin: 26px auto 0px auto;
    padding: 15px 23px 15px 57px;
    position: relative;
}

.successBox {
    background: #EBF0F4 url("/images/successBoxImg.png") 6px 6px no-repeat; /* e0ecfa ebebeb*/
}

.errorBox {
    background: rgb(255, 255, 225) url("/images/errorBoxImg.gif") 6px 6px no-repeat;
}

.errorBox h3, .errorBox .h3, .successBox h3, .successBox .h3 {
    padding: 1px 0 4px;
}

.errorBox h2, .errorBox .h2, .successBox h2, .successBox .h2 {
    padding: 1px 0 8px;
}

.successBox h2, .successBox .h2, .successBox h3, .successBox .h3 {
    color: #000; /* other options: #585858, #676767, #009917 */
}

.errorBox h2, .errorBox .h2, .errorBox h3, .errorBox .h3 {
    color: red;
}

.successBox p, .errorBox p, .successBox div, .errorBox div {
    margin: 6px 0;
}

.errorList {
    margin-left: 10px;
}

/*****************/
/*   STRUCTURE   */
/*****************/

#topHeader {
    height: 139px;
    background: #f9f9f9;
    min-width: 962px;
}

#topHeaderContainer {
    z-index: 100;
}

#bottomHeader {
    height: 205px;
    min-width: 962px;
    background: #1379cf url('/images/bottomCondensedHeaderBackground.png') no-repeat top center;
    z-index: 0;
}

#sidebar {
    width: 228px;
    float: right;
    margin-right: 2px;
}

#contentBackground {
    background: #f9f9f9;
    min-width: 962px;
    background: url('/images/backgroundTiles.png') repeat top center;
    overflow: visible;
}

#footer {
    height: 180px;
    background: url('/images/footerGradient.png') repeat-x top;
    background-color: #0c0c0c;
    min-width: 962px;
    color: #f9f9f9;
    font-size: 0.8em;
    margin-top: -117px;
}

#footer .container {
    position: absolute;
    left: 50%;
    margin-left: -467.5px;
}

#footer a {
    color: #f9f9f9;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.footerTitle {
    color: #a7a7a7;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 27px;
}

.container {
    margin: 0 auto;
    width: 935px;
    position: relative;
}

#loginTextDiv {
    color: #054886;
    float: right;
    margin-top: 17px;
}

#loginTextDiv a {
    color: #1a84d9;
    text-decoration: none;
}

#loginTextDiv a:hover {
    text-decoration: underline;
}

#loginTextDiv a, #loginTextDiv span {
    margin: 0 7px;
}

#topLinksDiv {
    float: right;
    clear: right;
    width: 520px;
    position: relative;
    z-index: 200;
}

#shoppingCartSpan {
    position: relative;
}

#shoppingCartSpan img {
    position: absolute;
    top: 0;
    left: -26px;
}

#mainLinks {
    margin-top: 6px;
    float: right;
    width: 600px;
    text-align: right;
    white-space: nowrap;
}

#mainLinks .menuLink {
    position: relative;
    padding: 0 17px;
    float: right;
    margin-top: 3px;
}

#mainLinks .link {
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
    color: #535353;
    float: right;
    padding-top: 20px;
}

#mainLinks a:hover {
    color: #2894e4;
}

#mainLinks a.currentPage {
    color: #2894e4;
    background: url('/images/currentPageMarker.png') top center no-repeat;
}

#menuDropDown {
    position: absolute;
    top: 4px;
    left: 50%;
    margin: 0 auto;
    z-index: 100;
    display: none;
    width: 122px;
    margin-left: -61px;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.7);
}

#menuDropDown div {
    text-align: center;
    width: 120px;
    border-bottom: 1px solid #006fba;
    border-left: 1px solid #006fba;
    border-right: 1px solid #006fba;
    overflow: auto;
}

#menuDropDown div.firstMenuItem {
    border-top: 1px solid #177BBE;
}

#menuDropDown div.firstMenuItem a {
    font-size: 17px;
    font-weight: bold;
}

#menuDropDown a {
    text-align: center;
    text-decoration: none;
    font-size: 0.8em;
    display: block;
    width: 120px;
    padding: 10px 0;
    color: #2894e4;
    line-height: 27px;
    float: none;
}

#menuDropDown .highlightable a {
    color: #F9F9F9;
    background: #1587e3;
    background: -moz-linear-gradient(-45deg, #2796ea 1%, #1587e3 47%, #41a5f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #2796ea), color-stop(47%, #1587e3), color-stop(100%, #41a5f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #2796ea 1%, #1587e3 47%, #41a5f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #2796ea 1%, #1587e3 47%, #41a5f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #2796ea 1%, #1587e3 47%, #41a5f2 100%); /* IE10+ */
    background: linear-gradient(135deg, #2796ea 1%, #1587e3 47%, #41a5f2 100%); /* W3C */
}

#menuDropDown .highlightable a:hover {
    color: #222222;
    background: #f9f9f9;
}

#menuDropDown sup {
    font-size: 0.6em;
}

#mainLogoImg {
    float: left;
    margin-top: 38px;
    margin-left: 17px;
}

#symbolImg {
    margin-left: -40px;
    margin-top: 72px;
    float: left;
}

#linksDividerImg {
    float: right;
    margin-top: 10px;
    margin-right: -13px;
    clear: right;
}

#loginTextDiv .lastRight, #mainLinks div.lastRight {
    margin-right: 0px;
    padding-right: 0px;
}

#alreadyCustomerText {
    font-weight: bold;
}

#createAccountDivider {
    font-size: 0.7em;
    font-weight: bold;
    position: relative;
    top: -3px;
}

/******FOOTER******/

.footerColumn {
    float: left;
}

.footerColumn div {
    margin-bottom: 10px;
}

#footerNavigationDiv {
    margin-left: 27px;
    margin-right: 79px;
}

#footerProductsDiv {
    margin-right: 79px;
}

#footerContactUsDiv {
    margin-right: 60px;
}

#footerLogoImg {
    margin-top: 27px;
}

#content {
    overflow: visible;
    position: relative;
    top: -142px;
}

#pageContent {
    margin-bottom: 27px;
    background: #f9f9f9;
    font-size: 0.8em;
    line-height: 22px;
    min-height: 250px;
    padding: 39px 39px 22px 39px;
}

.standardBorder {
    border: 1px solid #cbcade;
    border-radius: 6px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.28), 1px 1px 3px rgba(0, 0, 0, 0.28);
}

#pageContent.withSidebar {
    margin-right: 257px;
}

#sidebar .standardBorder {
    margin-bottom: 25px;
    overflow: visible;
    background: #f9f9f9;
    padding: 6px 3px 5px 3px;
}

#pageImgDiv {
    padding-bottom: 13px;
}