/*
 * Public Template CSS
 * Requires Google Ubuntu Web Font
 */

body {

    font-family: 'Ubuntu', Arial, sans-serif;

}

/*
 * Wrappers & Blocks
 */

div#wrapper {

    display:block;
    width: 970px;
    margin: 0px auto;

}

/*
 * Masthead
 */

div#masthead {

    display:block;

    width: 100%;
    height: 40px;

    margin: 10px 0px 0px 0px;

    background: transparent url('/static/images/template/public/header-gradient.png') no-repeat top left;

}

div#masthead > a.masthead-logo {

    display:block;

    float: left;
    margin: 6px 0px 0px 10px;

}

div#masthead > a.masthead-logo > img {

    height: 27px;
    margin-top: 1px;

}

div#masthead > a.masthead-cart {

    float:right;
    display:block;
    margin-right:10px;
    margin-top:3px;
    position: relative;
    text-decoration: none;

}

div#masthead > a.masthead-cart:hover {

    text-decoration:none;

}

div#masthead > a.masthead-cart > img {

    width: 34px;

}

div#masthead > a.masthead-cart > span.masthead-cart-count {

    position:absolute;
    top: 4px;
    left: 11px;
    display: block;
    width: 18px;
    height: 18px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    line-height: 20px;
    font-size: 12px;
    text-decoration: none;

}
div#masthead > a.masthead-cart:hover > span.masthead-cart-count {

    text-decoration: none;

}

div#masthead > ul.masthead-nav {

    float:right;
    margin-right: 35px;

}

div#masthead > ul.masthead-nav > li {

    float:left;
    display:block;

    width: 100px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;

    margin: 3px 5px;

    text-align: center;

}

div#masthead > ul.masthead-nav > li > a {

    color: #ffffff;
    text-decoration: none;

}

div#action-messages {

    /* Nada */

}

div#action-messages h3 {

    color: black;
    text-align:center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:5px;
    margin-bottom:10px;
    font-size: 16px;

}

div#action-messages h3.error {

    background: #ffb8b2;
    border: thin solid #A60000;

}

div#action-messages h3.success {

    background: #adf3aa;
    border: thin solid #00A600;

}

div#action-messages h3.warning {

    background: #ffff73;
    border: thin solid #A6A600;

}


/*
 * Main Categorical Navigation
 */

div#mainnavigation {

    display:block;
    width: 100%;
    margin: 10px 0px 0px 0px;
    background: #ffffff;
    padding: 15px 0px 5px 0px;

}

div#mainnavigation > table {

    margin: 0 auto;

}

div#mainnavigationextra {

    display:block;
    width: 100%;
    margin: 10px 0px 0px 0px;
    background: #ffffff;
    padding: 7px 0px 5px 0px;

}

div#mainnavigationextra > table {

    margin: 0 auto;

}

td.productnavigation {

    width: 180px;
    text-align: center;
    font-size: 11px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;

}

td.productnavigation a.nav-text {

    color: #666666;
    text-decoration: none;

}

td.productnavigation a.nav-img {

    display: block;
    width: 180px;
    height: 120px;

}

td.productnavigation a.nav-img img {

    width: 180px;
    height: 120px;
    opacity:0.9;
    filter:alpha(opacity=90);

}

td.productnavigationcurrent a.nav-text {

    color: #000000!important;

}
td.productnavigationcurrent a.nav-img img {

    opacity:1.0!important;
    filter:alpha(opacity=100)!important;

}

td.productnavigation:hover a.nav-text {

    color: #000000!important;

}

td.productnavigation:hover a.nav-img img {

    opacity:1.0;
    filter:alpha(opacity=100);

}

td.productnavigationextra {

    width: 140px;
    text-align: center;
    font-size: 11px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;

}

td.productnavigationextra a.nav-text {

    color: #666666;
    text-decoration: none;

}

td.productnavigationextra a.nav-img {

    display: block;

}

td.productnavigationextra a.nav-img img {

    opacity:0.9;
    filter:alpha(opacity=90);

}

td.productnavigationextracurrent a.nav-text {

    color: #000000!important;

}
td.productnavigationextracurrent a.nav-img img {

    opacity:1.0!important;
    filter:alpha(opacity=100)!important;

}

td.productnavigationextra:hover a.nav-text {

    color: #000000!important;

}

td.productnavigationextra:hover a.nav-img img {

    opacity:1.0;
    filter:alpha(opacity=100);

}

div#navigation {

    display:block;

    width: 100%;

    margin: 10px 0px 0px 0px;

    background: #ffffff;

}

div#navigation > ul {

    display:block;
    height: 150px;
    margin: 10px auto;
    width: 100%;
    text-align:center;

}

div#navigation > ul > li {

    display:inline;
    width:190px;
    height:130px;
    line-height:130px;
    padding-bottom:10px;
    text-align:center;
    vertical-align: bottom;

}

div#navigation > ul > li > a {

    position: relative;
    text-align: center;

    font-size: 11px;
    color:black;

    text-align: center;

}

div#navigation > ul > li > a > img {

    width: 190px;
    height: 110px;

}

div#navigation > ul > li > a > span {

    position:absolute;

    display:block;
    width:100%;
    text-align:center;
    height: 10px;
    bottom: -20px;
    line-height:10px;

}

div#navigation > ul > li > a > span > span {

    padding: 1px 6px 2px 6px;

}

div#navigation > ul > li > a.current > span > span {

    color: white;
    background: #000000;
    height: 10px;
    line-height:10px;
    border: 1px solid #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

/*
 * Sub Category Navigation
 */

div#subnavigation {

    display: block;

    position: relative;

    width: 100%;
    height: 30px;

    margin: 10px 0px 0px 0px;

    background: #c6c6c6;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(155,155,155)),
                                       color-stop(1, rgb(208,208,208))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(155,155,155) 0%,
                                           rgb(208,208,208) 100%
    );

    background-image: -o-linear-gradient(
        bottom,
        rgb(155,155,155),
                                         rgb(208,208,208)
    );

    border: 1px solid #c6c6c6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

div#subnavigation > ul {

    display: block;

    height: 20px;
    width: 550px;
    text-align:center;

    margin: 5px auto;
    padding-top: 0px;

}

div#subnavigation > ul > li {

    position:relative;

    height: 20px;
    line-height: 20px;
    vertical-align: top;

    font-size: 11px;
    text-align: center;

    padding-right: 10px;
    padding-left: 5px;
    display:inline;

}

div#subnavigation > ul > li.divider {

    padding: 0;
    margin: 0;

}

div#subnavigation > ul > li.divider > span {

    /* border-right: 1px solid #000000; */
    border-left: 1px solid #000000;

}

div#subnavigation > ul > li:last-child {

    display: none;

}

div#subnavigation > ul > li > a {

    color: black;

}

div#subnavigation > ul > li > a:hover {

    text-decoration: underline;

}

/*
 * Special Right Button
 */

a.subnavigation-right {

    position:absolute;
    right:10px;
    bottom:3px;

}

/*
 * Special Right Message
 */
span.subnavigation-right-message {

    position: absolute;
    right: 14px;
    bottom: 8px;
    font-size: 16px;
    color: #444444;

}

/*
 * Current Mover - Associated JS in main.js
 */
span#subnavigation-current-mover {

    position: absolute;
    left: -13371337px; /* SO L337!!! */
    bottom: 0px;
    display:block;
    width: 10px;
    height: 10px;
    z-index: 1;
    background-image: url('/static/images/template/public/triangle-10.png');
    background-position: bottom center;

}


div#content {

    display:block;
    width:100%;
    margin: 10px 0px 0px 0px;

}

div#error {

    display: block;
    margin: 25px 0px;
    height: 500px;
    background: #ffffff url('/static/images/template/public/lemur_background.jpg') no-repeat top left;
    overflow: hidden;
    position: relative;

}

span#error-message {

    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #ffffff;
    text-align: right;
    width: 500px;

}

div#footer {

    display: block;
    position: relative;
    width: 970px;
    height: 30px;

    margin: 10px auto 0px auto;

    border-top: 1px solid #cccccc;

}

div#footer > ul {

    margin-top: 10px;
    width: 100%;
    height: 30px;

    text-align: center;

}

div#footer > ul > li {

    position:relative;

    height: 10px;
    line-height: 10px;
    vertical-align: middle;

    font-size: 10px;
    text-align: center;

    padding-right: 5px;

    display:inline;

}

div#footer > ul > li > a {

    color: #000000;
    text-decoration: none;

}

div#footer > ul > li.divider {

    padding: 0;
    margin: 0;

}

div#footer > ul > li.divider:last-child {

    display: none;

}

div#footer > ul > li.divider > span {

    /* border-right: 1px solid #000000; */
    border-left: 1px solid #000000;

}

span#footer-copyright {

    position: absolute;
    z-index: 2;
    left: 0px;
    top: 17px;
    font-size: 12px;
    color: #666666;

}


/*
 * Classes for Product Pages
 */

div.product-gallery {



}

div.product-gallery-image {

    display: block;
    margin: 0px;
    /* height: 420px; */
    height: 545px;

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.1, rgb(220,220,220)),
                                       color-stop(0.4, rgb(255,255,255))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(220,220,220) 10%,
                                           rgb(255,255,255) 40%
    );


    background-image: -o-linear-gradient(
        bottom,
        rgb(220,220,220) 10%,
                                         rgb(255,255,255) 40%
    );


}

div.product-gallery-image > div.image, div.product-gallery-image > div.video {
    /* padding-top: 10px;
     p*adding-bottom: 10px; */
    height: 545px;
    position: relative;
}

div.product-gallery-image > div.image > img {

    height: 545px;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto;

}

div.product-gallery-image > div.video {
    background: #cccccc;
    position: relative;
}

div.product-gallery-image > div.video > object {
    margin-top: 2px;
}

div.product-gallery-image > div.video > a.play-icon {
    background: transparent url('/static/images/template/public/play-icon-on.png') center center no-repeat;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.70;
    filter: alpha(opacity=70);
    text-decoration: none;
    color: transparent;
}

div.product-gallery-image > div.video > a.play-icon:hover {
    opacity:1.0;
    filter:alpha(opacity=100);
}

div.product-gallery-image > div.video > div.player {
    width: 968px;
    height: 545px;
    background: #000000;
    z-index: 1;
    display: block;
    margin: 0px auto;
    display: none;
}

div.product-gallery-image > div.video > div.player > a.player-fallback {
    background: transparent url('/static/images/template/public/play-icon-on.png') center center no-repeat;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.70;
    filter: alpha(opacity=70);
    text-decoration: none;
    color: transparent;
    display: none;
}

div.product-gallery-image > div.video > div.post-roll {
    display: block;
    height: 485px;
    padding-top: 60px;
    background: #000000;
    display: none;
    color: #ffffff;
    text-align: center;
    z-index: 1000;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

div.product-gallery-image > div.video > div.post-roll > img {
    width: 200px;
    margin-top: 75px;
}

div.product-gallery-image > div.video > div.post-roll > p.play-again {
    color: white;
    font-size: 14px;
    margin-top: 70px;
    margin-bottom: 10px;
    padding-right: 4px;
}

div.product-gallery-image > div.video > div.post-roll > p.play-again > a {
    color: white;
    text-decoration: none;
}


div.product-gallery-image > div.video > div.post-roll > p.better-pc {
    color: white;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-right: 4px;
}

div.product-gallery-image > div.video > div.post-roll > div.share {
    width: 320px;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    margin: 70px auto 0px auto;
}

div.product-gallery-image > div.video > div.post-roll > div.share > img.arrow {
    position: absolute;
    top: 20px;
    left: 157px;
}

div.product-gallery-image > div.video > div.post-roll > div.share > span {
    background: white;
    border: #C6C6C6;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 30px;
    overflow: hidden;
    width: 235px;
    margin-right: 40px;
    margin-top: 5px;
    float: right;
    padding: 11px 3px 2px 3px;
    position: relative;
}

div.product-gallery-image > div.video > div.post-roll > div.share > span .twitter-share-button {
    float: left;
    margin-right: 0px;
    margin-left: 10px;
}

div.product-gallery-image > div.video > div.post-roll > div.share > span > div {
    width: 34px!important;
    float: left!important;
    margin-left: 10px!important;
    overflow: hidden!important;
}

div.product-gallery-image > div.video > div.post-roll > div.share .fb-like {
    overflow: hidden;
    width: 53px!important;
    top: -2px;
    float: left;
    height: 24px;
    margin-left: 9px;
}

div.product-gallery-image > div.video > div.post-roll > div.share .fb-like > span {
    width: 53px!important;
    height: 24px!important;
}

div.product-gallery-image > div.video > div.post-roll > div.share .fb-like > span > iframe {
    width: 53px!important;
    height: 24px!important;
}

div.product-gallery-image > div.video > div.post-roll > div.share > span > iframe {
    float: left;
    margin-left: 10px;
}

div.product-gallery-image > div.video > img.preview {

    height: 546px;
    width: 968px;
    margin: 0px;
    text-align: center;
    position: relative;
    color: black;

}

div.product-gallery-thumbnails {

    display: block;
    width: 100%;
    height: 60px;
    margin: 5px 0px 10px 0px;

}

div.product-gallery-thumbnails > a {

    text-decoration: none;
    border: none;
    margin: 0px 5px;
    outline: none!important;
    position:relative;

}

div.product-gallery-thumbnails > a:active {

    border: 0px;
    outline: none;
    -moz-outline-style: none;

}

div.product-gallery-thumbnails > a:focus {

    border: 0px;
    -moz-outline-style: none;

}

div.product-gallery-thumbnails > a:active > img {

    border: 0px;
    outline: none;
    -moz-outline-style: none;

}

div.product-gallery-thumbnails > a:focus > img {

    border: 0px;
    -moz-outline-style: none;

}

div.product-gallery-thumbnails > a > img {

    background: white;
    height: 50px;
    padding: 7px 5px;
    max-width: 110px;
    border: 0px;
    outline: none!important;

}

div.product-gallery-thumbnails > a:hover > img {

    background: #d9d9d9;

}

div.product-gallery-thumbnails > a.current > img {

    background: #878787!important;

}

div.product-gallery-thumbnails > a > div.play-icon {
    width: 100%;
    background: transparent url('/static/images/template/public/play-icon-45-on.png') no-repeat center center;
    z-index: 1;
    position: absolute;
    top: -22px;
    left: 0px;
    height: 20px;
}

div.product-details {
    display: block;
    position: relative;
    /* width: 100%; */
    margin: 10px 0px 0px 0px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px #999999;
    -moz-box-shadow: 0px 0px 10px #999999;
    -webkit-box-shadow: 0px 0px 10px #999999;
    border: 1px solid #cccccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* Default Dimensions */
    min-height: 500px;
}

span.product-details-header1 {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    /* Default dimensions */
    width: 400px;
    height: 30px;
}

span.product-details-header1-sub {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    /* Default dimensions */
    width: 400px;
    height: 20px;
}

span.product-details-header2 {
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    /* Default dimensions */
    width: 300px;
    height: 24px;
}

span.product-details-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    position: absolute;
    /* Default dimensions */
    width: 300px;
    height: 150px;
}

span.product-details-text-bold {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    /* Default dimensions */
    width: 300px;
    height: 150px;
}

span.product-details-divider {
    border-bottom: 1px solid #c6c6c6;
    height: 10px;
    position: absolute;
    /* Default dimensions */
    width: 400px;
}

img.product-details-image {
    position: absolute;
    /* Default dimensions */
    width: 300px;
    /* Height should be automatically calculated */
}

span.product-details-socialsharing {
    width: 230px;
    height: 20px;
    display: block;
    /* background: #ffffff url('/static/images/template/joshua/social-sharing-preview.png') top left no-repeat; */
}

div.product-specs {

    display: block;
    position: relative;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding-bottom: 20px;

}

span.product-specs-socialsharing {
    /* Nada */
    line-height: 20px;
    vertical-align: top;
}

span.product-specs-socialsharing > * {
    vertical-align: top;
    line-height: 20px;
}

span.product-specs-socialsharing .fb-like {
    width: 52px;
    overflow: hidden;
    top: -2px;
}

span.product-specs-socialsharing-plusone > div {
    display: inline-block!important;
    width: 33px!important;
    overflow: hidden!important;
}

span.product-specs-header {

    float: left;
    margin: 10px 10px 0px 10px;
    font-size: 30px;

}

span.product-specs-subheader {

    width: 500px;
    margin-left: 25px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;

}

span.product-specs-subheader p {

    font-size: 16px;
    line-height: 20px;

}

span.product-specs-title {

    width: 150px;
    font-size: 14px;
    padding-right: 10px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
}

span.product-specs-text {

    font-size: 14px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;

}

div.configure-product {

    position:relative;

}

div.configure-product-header {

    width: 100%;
    height: 150px;
    line-height: 150px;
    vertical-align: middle;

}

img.configure-product-header-image {

    float: left;
    margin: 20px 0px 0px 20px;
    width: 170px;
    min-height: 100px;

}

span.configure-product-header-text {

    float:left;
    height: 30px;
    margin: 60px 0px 0px 20px;
    font-size: 30px;
    vertical-align: bottom;
    line-height: 30px;

}

span.configure-product-header-message {

    float: left;
    margin: 4px 0px 0px 23px;
    font-size: 14px;
    line-height: 20px;
    width: 550px;
    text-align: left;

}

span.configure-product-price {

    position: absolute;
    z-index: 1337;
    right: 20px;
    top: 40px;
    min-width: 165px;
    max-width: 185px;
    height: 55px;
    line-height: 30px;

    background: #efefef;

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.4, rgb(204,204,204)),
                                       color-stop(0.8, rgb(239,239,239))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(204,204,204) 40%,
                                           rgb(239,239,239) 80%
    );


    background-image: -o-linear-gradient(
        bottom,
        rgb(204,204,204) 40%,
                                         rgb(239,239,239) 80%
    );


    padding: 5px;

    text-align:center;
    font-size: 22px;

}

span.configure-product-price > span {

    text-shadow: #ffffff 1px 1px 2px;
    font-size: 24px;


}

a.configure-product-add-to-cart {

    background: #7bcd62;
    height: 10px;
    padding: 2px 20px;
    color: black;
    font-size:10px;

}

div.configure-product-option-header {

    width: 962px;
    margin: 10px 3px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 1px;
    text-align: left;
    text-indent: 5px;

}

div.configure-product-option-set {

    width: 100%;
    margin: 10px 0px 0px 0px;

}

span.configure-product-option-set-image {

    float: left;
    width: 100px;
    min-height: 50px;
    margin: 0px 0px 0px 5px;

}

span.configure-product-option-set-image img {

    width: 100px;

}

span.configure-product-option-set-options {

    float: left;
    margin: 0px 0px 0px 10px;
    text-align: left;
    font-size: 10px;

}

p.configure-product-option-set-description {

    width: 580px;
    padding: 10px;
    margin: 0px;
    line-height: 14px;

}

p.configure-product-option-set-option {

    height: 20px;
    line-height: 20px;
    vertical-align: top;
    padding: 5px 25px 5px 5px;
    margin: 0px 0px;

}

p.configure-product-option-disabled {

    cursor:default!important;
    color:#999999!important;

}

p.configure-product-option-disabled span.configure-product-option-set-option-name:hover{
    cursor:default!important;
}

p.configure-product-option-set-option > input {

    vertical-align: top;

}

p.configure-product-option-set-option > input[type="checkbox"] {

    margin-top: 3px;

}

span.configure-product-option-set-option-price {

    vertical-align: top;

}

span.configure-product-option-set-option-name:hover {

    cursor:pointer;

}

/*
 * Classes for Order Pages
 */

div.order-cart {

    display: block;
    padding: 10px;
    min-height: 500px;

}

div.order-cart-item {

    margin: 10px 5px;
    padding: 5px 0px;

}

div.order-cart-item-header {

    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;

}

span.order-cart-item-header-price {

    width: 90px;
    margin-right: 10px;
    font-weight: normal;
    text-align: right;

}

span.order-cart-item-header-peritemprice {

    width: 90px;
    margin-right: 10px;
    font-weight: normal;
    text-align: right;

}

span.order-cart-item-header-quantity {

    width: 250px;
    margin-right: 10px;
    font-weight: normal;
    text-align: right;

}

span.order-cart-item-header-quantity > input {

    vertical-align: top;
    padding: 1px;
    position: relative;
    top: -2px;
}

div.order-cart-item-footer {

    font-size: 16px;
    padding-bottom: 3px;
    border-top: 1px solid #cccccc;

}

span.order-cart-item-footer-price {

    float: right;
    margin-right: 10px;
    text-align: right;

}

a.order-cart-item-remove {

    font-weight: normal;
    font-size: 12px;

}

div.order-cart-item-line {

    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;

}

span.order-cart-item-line-price {

    float: right;
    margin-right: 10px;

}

div.order-cart-item-image {

    width: 20%;

}
div.order-cart-item-image > img {

    width: 100%;

}

div.order-cart-item-lines {

    width: 80%;

}

div.even-cart-item-line {

    background: #f5f5f5;

}

div.odd-cart-item-line {

    background: #ffffff;

}

a.checkout-button {

    background: #7BCD62;
    padding: 5px 20px;
    color: black;
    font-size: 14px;

}

div.order-checkout {

    display: block;
    padding: 10px;
    min-height: 500px;

}

div.order-checkout-step {

    margin: 5px;
    padding: 0px;
    border: 1px solid #999999;
    zoom: 1;
    position: relative;

}

div.order-checkout-step-header {

    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    background: #f2f2f2;

}

div.order-checkout-step-header > p {

    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;

}

span.order-checkout-step-modify {

    float: right;
    width: 150px;
    text-align: right;
    z-index: 2;

}

span.order-checkout-step-modify > a {

    font-weight: normal;
    font-size: 14px;

}

div.order-checkout-step-content {

    border-top: 1px solid #999999;
    padding: 10px;

}

div.order-checkout-step-content-error {

    margin: 5px 10px;
    padding: 10px;
    text-align: center;
    background-color:#DB6776;
    border:1px solid #B3293B;
    color:#000000;
    line-height: 20px;
    font-size: 16px;

}

div.order-checkout-step-loading {

    margin: 5px 10px;
    padding: 10px;
    text-align: center;
    background-color:#F5EE92;
    border:1px solid #EDDF32;
    color:#000000;

}

div.order-checkout-step-loading > h4 {

    width: 500px;
    text-align: center;
    margin: 0px auto;
    padding: 15px 0px 0px 0px;

}

span.order-checkout-step-loading-left {

    margin-left:25px;
    float:left;
    display: block;
    width: 50px;
    height: 20px;
    margin-top: 10px;

}

span.order-checkout-step-loading-right {

    float:left;
    display:block;
    width: 400px;
    text-align: left;

}

span.checkout-content-row-half {

    width: 50%;
    text-align: left;

}

span.checkout-content-row-full {

    display: block;
    text-align: left;

}

span.checkout-content-row-full a.green-button,span.checkout-content-row-full a.blue-button {
    margin-right: 0px;
}

a.checkout-next-button {

    background: #7BCD62;
    padding: 5px 20px;
    color: black;
    font-size: 14px;

}

div.checkout-shipping-methods {
    float: left;
    width: 225px;
    text-align: right;
    min-height: 80px;
    position:relative;
    margin-right: 10px;
    padding-top: 5px;
}

div.checkout-shipping-methods p {
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 5px 0px 0px;
}

div.checkout-shipping-methods p:hover {
    cursor: pointer;
}

div.checkout-shipping-methods p span.select-shipping-method-name.active {
    font-weight: bold!important;
}

div.checkout-shipping-methods img.checkout-shipping-methods-arrow {

    position: absolute;
    right: -20px;
    top: 8px;
    width: 16px;
    height: 16px;
    background:url('/static/images/template/public/gray-arrow-sprite-faded.png') 0px -22px no-repeat;
    border: 0!important;
    border: none!important;

}


div.checkout-shipping-details {

    float: left;
    width: 590px;
    border: 1px solid #c6c6c6;
    padding: 5px 0px;
    position: relative;
    min-height: 80px;
    overflow: hidden;

}

div.checkout-shipping-details div.checkout-shipping-option-row {
    font-size: 14px;
}

div.checkout-shipping-details div.checkout-shipping-option-row.total {
    border-top: 1px solid #c6c6c6;
    width: 190px;
    margin-top: 3px;
    padding-top: 2px;
}

div.checkout-shipping-details div.checkout-shipping-option-row span.checkout-shipping-option-row-cost {
    float: left;
    width: 68px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
}

div.checkout-shipping-details div.checkout-shipping-option-row span.checkout-shipping-option-row-item {
    float: left;
    width: 490px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
}

div.checkout-shipping-details div.checkout-shipping-option-row.component span.checkout-shipping-option-row-item {
    width: 480px;
    padding-left: 20px;
}

div.checkout-shipping-details div.checkout-shipping-option-row.total {
    margin-left: 5px;
}

div.checkout-shipping-details div.checkout-shipping-option-row.total span.checkout-shipping-option-row-cost {
    width: 63px;
}

div.checkout-shipping-details div.checkout-shipping-option-row.total span.checkout-shipping-option-row-item {
    width: 115px;
}

/*
 p .*select-shipping-method {

 padding: 5px;
 width: 350px;
 margin: 5px 0px;

 }

 p.select-shipping-method:first-child {

 margin-top: 10px;

 }

 p.select-shipping-method:hover {

 cursor:pointer;

 }
 */

p.select-payment-method {

    padding: 5px;
    width: 350px;
    margin: 5px 0px;

}

p.select-payment-method:first-child {

    margin-top: 10px;

}

p.select-payment-method:hover {

    cursor:pointer;

}

p.checkout-terms-conditions {

    font-size: 12px;
    vertical-align: top;
    padding: 10px;
    width: 250px;
    margin-top: 5px!important;

}

p.checkout-terms-conditions > input {

    vertical-align: top;

}

p.checkout-review-note {

    width: 350px;
    margin-top: 5px!important;
    font-size: 12px;
    vertical-align: top;
    padding: 10px;

}

p.checkout-review-note > textarea {

    width: 350px;
    height: 50px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    vertical-align: top;
    resize: none;

}

div#checkout-submit-loading {

    display: none;
    padding: 0px 10px 25px 10px;

}

span#checkout-submit-loading-icon {

    margin-right: 20px;
    margin-top: 10px;

}

/*
 * Product Category & Description
 */
div.product-category-row {

    margin: 30px 10px 0px 10px;

}

div.product-category-details {

    /* Empty Placeholder */

}

div.product-category-details > div.product-category-header {

    font-size: 24px;
    line-height: 24px;
    color: #262626;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;

}

div.product-category-details > div.product-category-header > div.product-category-largeheader {

    font-size: 36px;
    line-height: 36px;
    margin-top: 0px!important;
    padding-top: 0px!important;

}

div.product-category-details > div.product-category-header > div.product-category-subheader {

    font-size: 18px;
    line-height: 18px;
    color: #262626;
    padding: 5px 0px;

}

div.product-category-details p {

    margin: 15px 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;

}

/*
 * Laptops
 */

div.laptops-designed > img {
    float:right;
    width:455px;
    margin-right: 10px;
}

div.laptops-designed > div.product-category-details {

    float: left;
    width: 450px;
    margin-left: 10px;

}

div.laptops-built > img {

    float: left;
    width: 454px;
    margin-left: 10px;

}

div.laptops-built > div.product-category-details {

    float:right;
    width: 430px;

}

div.laptops-featuring > img {

    float: right;
    margin-right: 20px;
    margin-top: -34px;

}

div.laptops-featuring > div.product-category-details {

    float: left;
    width: 500px;
    margin-left: 10px;

}

div.laptops-enhanced > img {

    float: left;
    width: 306px;
    margin-left: 50px;
    margin-top: -45px;

}

div.laptops-enhanced > div.product-category-details {

    float: right;
    width: 534px;
    margin-right: 10px;

}

div.laptops-powered > img {

    float: right;
    width: 280px;
    margin-right: 90px;
    margin-top: -52px;
}

div.laptops-powered > div.product-category-details {

    float: left;
    width: 463px;
    margin-left: 20px;

}

/*
 * Desktops
 */

div.desktops-designed > img {

    float: right;
    width: 450px;
    margin-right: 40px;

}

div.desktops-designed > div.product-category-details {

    float: left;
    width: 400px;
    margin-left: 10px;

}

div.desktops-built > img {

    float: left;
    width: 445px;

}

div.desktops-built > div.product-category-details {

    float: right;
    width: 460px;

}

div.desktops-featuring > img {

    float: right;
    width: 305px;
    margin-right: 20px;
    margin-top: -15px;

}

div.desktops-featuring > div.product-category-details {

    float: left;
    width: 560px;
    margin-left: 10px;

}

div.desktops-enhanced > img {

    float: left;
    width: 300px;
    margin-left: 30px;

}

div.desktops-enhanced > div.product-category-details {

    float: right;
    width: 525px;
    margin-right: 10px;

}

div.desktops-energy > img {

    float: right;
    width: 385px;
    margin-right: 10px;

}

div.desktops-energy > div.product-category-details {

    float: left;
    width: 450px;
    margin-left: 10px;

}

div.desktops-powered > img {

    float: left;
    width: 280px;
    margin-left: 80px;
    margin-top: -80px;

}

div.desktops-powered > div.product-category-details {

    float: right;
    width: 460px;
    margin-right: 40px;

}

/*
 * Desktop Apps
 */

div.desktop-apps-logo > div.product-category-details {

    float: left;
    width: 594px;

}

div.desktop-apps-logo > div.product-category-details > div.product-category-header {

    padding-bottom: 10px;

}

div.desktop-apps-logo > div.product-category-details > div.product-category-header > img {

    float: left;
    width: 200px;

}

div.desktop-apps-logo > div.product-category-details > div.product-category-header  > p {

    float: left;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 370px;

}

div.desktop-apps-web > img {

    float: left;
    width: 502px;
    margin-left: 10px;

}

div.desktop-apps-web > div.product-category-details {

    float: right;
    margin-top: 20px;
    width: 430px;

}

div.desktop-apps-email > img {

    float: right;
    width: 550px;

}

div.desktop-apps-email > div.product-category-details {

    float: left;
    width: 385px;

}

div.desktop-apps-productive > img {

    float: left;
    width: 543px;

}

div.desktop-apps-productive > div.product-category-details {

    float: right;
    width: 405px;

}

div.desktop-apps-productive > div.product-category-details > p > img.ms-office {

    position: relative;
    float:right;
    top: 5px;
    left: -45px;

}

div.desktop-apps-media {

    position: relative;
    display: block;
    height: 500px;


}

div.desktop-apps-media > img {

    position: absolute;
    float: left;
    z-index: 3;
    width: 100%;
    top: 25px;

}

div.desktop-apps-media > div.product-category-details {

    position: absolute;
    float: left;
    width: 100%;

}

div.desktop-apps-media > div.product-category-details > div.product-category-header {

    width: 500px;

}

div.desktop-apps-media > div.product-category-details > p.movies {

    position: absolute;
    z-index: 4;
    display: block;
    width: 210px;
    right: 0px;
    top: 30px;
}

div.desktop-apps-media > div.product-category-details > p.music {

    position: absolute;
    z-index: 4;
    display: block;
    width: 300px;
    left: 60px;
    top: 400px;

}

div.desktop-apps-media > div.product-category-details > p.photos {

    position: absolute;
    z-index: 4;
    display: block;
    width: 200px;
    top: 420px;
    right: 230px;

}

div.desktop-apps-software > img {

    float: left;
    width: 500px;

}

div.desktop-apps-software > div.product-category-details {

    float: right;
    width: 430px;

}

/*
 * Desktop Experience
 */

div.desktop-experience-logo > div.product-category-details {

    float: left;
    width: 620px;

}

div.desktop-experience-logo > div.product-category-details > div.product-category-header {

    padding-bottom: 10px;

}

div.desktop-experience-logo > div.product-category-details > div.product-category-header > img {

    float: left;
    width: 200px;

}

div.desktop-experience-logo > div.product-category-details > div.product-category-header  > p {

    float: left;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 330px;

}

div.desktop-experience-service {

    width: 100%;
    height: 550px;
    position: relative;

}

div.desktop-experience-service > img.desktop-experience-service-help-choose {

    position: absolute;
    top: 5px;
    left: 50px;
    z-index: 2;
    width: 422px;

}

div.desktop-experience-service > img.desktop-experience-service-customer-service {

    float: right;
    margin-top: 0px;
    margin-right: 68px;
    z-index: 1;
    width: 458px;
    margin-bottom: 20px;

}

div.desktop-experience-service > div.desktop-experience-service-help-choose {

    float: right;
    width: 430px;
    min-height: 265px;
    margin-right: 51px;
    margin-top: 0px;

}

div.desktop-experience-service > div.desktop-experience-service-customer-service {

    position: absolute;
    width: 420px;
    height: 200px;
    left: 10px;
    top: 330px;

}

div.desktop-experience-yours {

    width: 100%;
    height: 600px;
    position: relative;

}

div.desktop-experience-yours > img.desktop-experience-yours-built {

    position: absolute;
    width: 480px;
    top: 0px;
    left: 20px;
    z-index: 2;

}

div.desktop-experience-yours > img.desktop-experience-yours-ready {

    position: absolute;
    width: 450px;
    top: 275px;
    left: 480px;
    z-index: 1;

}

div.desktop-experience-yours > div.desktop-experience-yours-built {

    position: absolute;
    width: 420px;
    top: 20px;
    left: 510px;
    height: 300px;

}

div.desktop-experience-yours > div.desktop-experience-yours-ready {

    position: absolute;
    width: 430px;
    top: 360px;
    left: 50px;
    height: 100px;

}

div.desktop-experience-support > img {

    float: left;
    width: 450px;
    margin-left: 30px;

}

div.desktop-experience-support > div.product-category-details {

    float: right;
    width: 450px;
    margin-right: 10px;
    margin-top: 30px;

}

div.desktop-experience-upgrade > img {

    float:right;
    width: 330px;
    margin-top: 20px;
    margin-right: 125px;

}

div.desktop-experience-upgrade > div.product-category-details {

    float: left;
    width: 365px;
    margin-left: 130px;
    margin-top: 50px;


}

/*
 * Desktop Ubuntu
 */

div.desktop-ubuntu-ubuntu > img.laptop {

    float: right;
    margin-right: 10px;

}

div.desktop-ubuntu-ubuntu > img.desktop {

    float: right;
    width: 420px;
    margin-right: 20px;
    margin-top: -30px;

}

div.desktop-ubuntu-ubuntu > div.product-category-details {

    float: left;
    margin-left: 10px;
    width: 430px;

}

div.desktop-ubuntu-ubuntu > div.product-category-details > div.product-category-header {

    width: 300px;
    margin-top: -16px;

}

div.desktop-ubuntu-desktop {

    float: left;
    margin-left: 20px;
    margin-top: 25px;

}

div.desktop-ubuntu-desktop > div.product-category-details > div.product-category-header {

    width: 330px;

}

div.desktop-ubuntu-dash {

    float: left;
    margin-top: 25px;
    margin-left: 20px;

}

div.desktop-ubuntu-dash > div.product-category-details > img {

    margin-left: 5px;

}

div.desktop-ubuntu-dash > div.product-category-details > div.product-category-header {

    width: 350px;

}

div.desktop-ubuntu-dash > div.product-category-details > p {

    margin-left: 0px!important;
    margin-right: 0px!important;

}

div.desktop-ubuntu-hud {

    float: left;
    margin-top: 25px;
    margin-left: 20px;

}

div.desktop-ubuntu-hud > div.product-category-details > img {

    margin-left: 5px;

}

div.desktop-ubuntu-hud > div.product-category-details > div.product-category-header {

    width: 380px;

}

div.desktop-ubuntu-hud > div.product-category-details > p {

    margin-left: 0px!important;
    margin-right: 0px!important;

}

div.desktop-ubuntu-ubuntuone {

}

div.desktop-ubuntu-ubuntuone > img {

    float: right;
    width: 365px;
    margin-right: 50px;
    margin-top: 0px;

}

div.desktop-ubuntu-ubuntuone > div.product-category-details {

    float: left;
    width: 500px;
    margin-left: 10px;
    margin-top: 20px;

}

div.desktop-ubuntu-ubuntuone > div.product-category-details > div.product-category-header {

    width: 330px;

}

div.desktop-ubuntu-softwarecenter {

    position: relative;
    height: 600px;
    margin-top: 25px;
}

div.desktop-ubuntu-softwarecenter > img {

    z-index: 0;
    position: absolute;
    left: -30px;
    top: 40px;

}

div.desktop-ubuntu-softwarecenter > div.product-category-details {

    z-index: 1;
    position: absolute;
    width: 435px;
    left: 20px;
    top: 0px;

}

div.desktop-ubuntu-social {

    position: relative;
    height: 600px;
    margin-top: 0px;

}

div.desktop-ubuntu-social > img {

    z-index: 0;
    position: absolute;
    left: -10px;
    top: 0px;

}

div.desktop-ubuntu-social > div.product-category-details {

    z-index: 1;
    position: absolute;
    width: 400px;
    left: 5px;
    top: 0px;

}

div.desktop-ubuntu-secure > img {

    float: left;
    margin-left: 10px;
    margin-top: -20px;
    width: 457px;

}

div.desktop-ubuntu-secure > div.product-category-details {

    float: right;
    margin-top: 40px;
    width: 400px;
    margin-right: 20px;

}

div.desktop-ubuntu-free > img {

    float: right;
    width: 190px;
    margin-right: 150px;

}

div.desktop-ubuntu-free > div.product-category-details {

    float: left;
    width: 530px;
    margin-left: 40px;
    margin-top: 20px;

}

div.desktop-ubuntu-free > div.product-category-details > div.product-category-header {

    width: 380px;

}


/*
 * Servers
 */
div.servers-expand > img {

    float: right;
    width: 440px;

}

div.servers-expand > div.product-category-details {

    float: left;
    width: 470px;

}

div.servers-built > img {

    float: left;
    width: 460px;

}

div.servers-built > div.product-category-details {

    float: right;
    width: 450px;

}

div.servers-featuring > img {
    float: right;
    margin-right: 65px;
    margin-top: 25px;
}

div.servers-featuring > div.product-category-details {

    float: left;
    width: 500px;

}

div.servers-lights > img {

    float: left;
    width: 380px;
    margin-left: 10px;
    margin-top: -10px;

}

div.servers-lights > div.product-category-details {

    float: right;
    width: 500px;
    margin-right: 10px;
    margin-top: 10px;

}

div.servers-lights > div.product-category-details > div.product-category-header {

    width: 450px;

}

div.servers-energy > img {

    float: right;
    width: 300px;
    margin-right: 75px;
    margin-top: 40px;

}

div.servers-energy > div.product-category-details {

    float: left;
    width: 480px;

}

/*
 * Servers - Ubuntu
 */

div.servers-ubuntu-ubuntu > img {

    float: right;
    width: 225px;
    margin-right: 100px;
    margin-top: 50px;

}

div.servers-ubuntu-ubuntu > div.product-category-details {

    float: left;
    width: 490px;
    margin-left: 10px;

}

div.servers-ubuntu-enterprise > img {

    float: left;
    width: 475px;

}

div.servers-ubuntu-enterprise > div.product-category-details {

    width: 450px;
    float: right;
    margin-top: 10px;

}

div.servers-ubuntu-reduce > img {

    float: right;
    width: 380px;
    margin-right: 25px;

}

div.servers-ubuntu-reduce > div.product-category-details {

    float: left;
    width: 475px;
    margin-left: 15px;

}

div.servers-ubuntu-easy > img {

    float: left;
    width: 400px;
    margin-left: 20px;

}

div.servers-ubuntu-easy > div.product-category-details {

    float: right;
    width: 500px;
    margin-top: 10px;

}

div.servers-ubuntu-efficient > img {

    float: right;
    width: 435px;
    margin-right: 20px;

}

div.servers-ubuntu-efficient > div.product-category-details {

    float: left;
    width: 440px;
    margin-left: 25px;
    margin-top: 25px;

}

div.servers-ubuntu-create > img {

    float: left;
    width: 450px;
    margin-left: 10px;
    margin-top: -35px;
}

div.servers-ubuntu-create > div.product-category-details {

    float: right;
    width: 455px;
    margin-top: 20px;

}

div.servers-ubuntu-create {

    padding-bottom: 50px;

}

/*
 * Servers - UbuntU Advantage
 */

div.servers-advantage-canonical > img {

    float: right;
    width: 390px;
    margin-top: 75px;

}

div.servers-advantage-canonical > div.product-category-details {

    float: left;
    width: 500px;

}

div.servers-advantage-canonical > div.product-category-details > div.product-category-header {

    width: 400px;

}

div.servers-advantage-landscape > img {

    float: left;
    width: 500px;
    margin-top: 10px;

}

div.servers-advantage-landscape > div.product-category-details {

    float: right;
    width: 400px;

}

div.servers-advantage-support > img {

    float: right;
    width: 490px;
    margin-top: 35px;

}

div.servers-advantage-support > div.product-category-details {

    float: left;
    width: 415px;
    margin-left: 10px;

}

div.servers-advantage-assurance > img {

    float: left;
    width: 435px;
    margin-top: -20px;

}

div.servers-advantage-assurance > div.product-category-details {

    float: right;
    width: 495px;

}

div.servers-advantage-knowledge > img {

    float: right;
    width: 490px;

}

div.servers-advantage-knowledge > div.product-category-details {

    float: left;
    width: 435px;

}

div.servers-advantage-knowledge {

    padding-bottom: 20px;

}

/*
 * Servers - Experience
 */

div.server-experience-yours {

    width: 100%;
    height: 600px;
    position: relative;

}

div.server-experience-yours > img.server-experience-yours-built {

    position: absolute;
    width: 430px;
    top: 0px;
    left: 20px;
    z-index: 2;

}

div.server-experience-yours > img.server-experience-yours-ready {

    position: absolute;
    width: 425px;
    top: 325px;
    left: 480px;
    z-index: 1;

}

div.server-experience-yours > div.server-experience-yours-built {

    position: absolute;
    width: 420px;
    top: 50px;
    left: 510px;
    height: 300px;

}

div.server-experience-yours > div.server-experience-yours-ready {

    position: absolute;
    width: 430px;
    top: 410px;
    left: 50px;
    height: 100px;

}

/*
 * Community
 */

div.community-community {

    margin-top: 5px!important;

}

div.community-community > img {

    float: right;
    width: 506px;
    margin-top: 40px;

}

div.community-community > div.product-category-details {

    float: left;
    width: 424px;

}

div.community-building > img {

    float: left;
    width: 524px;
    margin-top: -20px;

}

div.community-building > div.product-category-details {

    float: right;
    width: 400px;
    margin-right: 10px;
    margin-top: -20px;

}

div.community-creating > img {

    float: right;
    width: 512px;
    margin-top: 10px;

}

div.community-creating > div.product-category-details {

    float: left;
    width: 430px;

}

div.community-advocacy > img {

    float: left;
    width: 500px;
    margin-left: 10px;

}

div.community-advocacy > div.product-category-details {

    float: right;
    width: 412px;
    margin-right: 10px;

}

div.community-getting > img {

    float: right;
    width: 500px;
    margin-right: 10px;

}

div.community-getting > div.product-category-details {

    float: left;
    width: 412px;
    margin-left: 10px;

}

div.product-category-row.community-wallpapers {
    text-align: center;
}

div.product-category-row.community-wallpapers span.image {
    display: inline-block;
    text-align: center;
    width: 225px;
    margin: 0px 5px 10px 5px;
    font-size: 12px;
    color: #414141;
    vertical-align: top;
}

div.product-category-row.community-wallpapers span.image a {
    color: #0B61A4;
}

div.product-category-row.community-wallpapers span.image img {
    width: 225px;
    border: 1px solid #666666;
    margin-bottom: 5px;
}




/*
 * Community Video
 */

div#community-video-nav-box {
    position: relative;
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 10px auto 0px auto;
    background: #c6c6c6;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div#community-video-nav-box > ul {

    display: inline-block;
    height: 20px;
    text-align:center;
    margin: 5px auto;
    padding: 0px 10px;

}

div#community-video-nav-box > ul > li {

    position:relative;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    font-size: 11px;
    text-align: center;
    padding-right: 10px;
    padding-left: 5px;
    display:inline;

}

div#community-video-nav-box > ul > li.divider {

    padding: 0;
    margin: 0;

}

div#community-video-nav-box > ul > li.divider > span {

    /* border-right: 1px solid #000000; */
    border-left: 1px solid #000000;

}

div#community-video-nav-box > ul > li:last-child {

    display: none;

}

div#community-video-nav-box > ul > li > a {

    color: black;

}

div#community-video-nav-box > ul > li > a:hover {

    text-decoration: underline;

}

span#community-video-nav-current-mover {

    position: absolute;
    left: -13371337px; /* SO L337!!! */
    bottom: 0px;
    display:block;
    width: 10px;
    height: 10px;
    z-index: 1;
    background-image: url('/static/images/template/public/triangle-10.png');
    background-position: bottom center;

}

div.community-video-category ul {
    display: block;
}

div.community-video-category ul li {
    float: left;
    width: 312px;
    height: 160px;
    padding: 5px 0px;
    margin: 5px 5px;
    list-style: none;
    padding-left: 0;
}

div.community-video-category ul div.community-video-category-spacer {
    height: 0;
    width: 100%;
    clear: both;
}

div.community-video-category ul li div.image {
    float: left;
    width: 242px;
    text-align: center;
    font-size: 16px;
}

div.community-video-category ul li div.image a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

div.community-video-category ul li div.image img {
    width: 240px;
    height: 135px;
    border: 1px solid #c6c6c6;
    margin-bottom: 10px;
    position: relative;
}

div.community-video-category ul li div.image div.play-icon {
    width: 100%;
    background: transparent url('/static/images/template/public/play-icon-90-on.png') no-repeat center center;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 0px;
    height: 68px;
}

div.community-video-category ul li div.share {
    float: right;
    text-align: center;
    width: 70px;
    font-size: 16px;
    line-height: 16px;
}

div.community-video-category ul li div.share > span.label {
    display: inline-block;
    margin-bottom: 0px;
}

div.community-video-category ul li div.share > div {
    display: inline-block!important;
    width: 33px!important;
    overflow: hidden!important;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 1px;
}



/*
 * Community Swag
 */
div.swag-row {

    margin-top: 50px;

}

div.swag-row > img {

    float: right;
    margin-right: 150px;
    width: 200px;
    margin-top: 30px;

}

div.swag-row > div.product-category-details {

    float: left;
    margin-left: 10px;
    width: 500px;

}

/*
 * Contact
 */

div.contact-contact > img {

    float: right;
    width: 458px;
    margin-right: 10px;

}

div.contact-contact > div.product-category-details {

    float: left;
    width: 430px;
    margin-left: 10px;

}

div.contact-support > img {

    float: right;
    width: 458px;
    margin-right: 10px;
    margin-top: -40px;

}

div.contact-support > div.product-category-details {

    float: left;
    width: 430px;
    margin-left: 10px;

}

div.contact-keep > a {

    float: left;
    margin-left: 20px;
    margin-top: 10px;

}

div.contact-keep > a.first {
    margin-left: 40px;
}

div.contact-keep > a > img {
    width: 80px;
    height: 80px;
}

div.contact-keep > div.product-category-details {

    float: left;
    width: 428px;
    margin-left: 10px;

}

/*
 * Contact - Ask Sales Question
 */

a.ask-sales-question {
    float: left;
    width: 110px;
    text-align: center;
    margin-top: 0px;
}

.ask-sales-question-wrapper {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}

.ask-sales-question-wrapper a.blue-button-small,.ask-sales-question-wrapper a.green-button-small {
    width: 110px;
    text-align: center;
    margin: 0px;
}

.ask-sales-question-account a.blue-button-small {
    margin-top: 10px;
    margin-right: 5px;
}

.ask-sales-question-input-half-left {
    width: 190px!important;
    margin-bottom: 5px!important;
    margin-top: 5px!important;
    border: 1px solid #c6c6c6!important;
    padding: 1px 5px!important;
    height: 20px!important;
    line-height: 20px!important;
    font-size: 12px!important;
    background: #ffffff!important;
}

.ask-sales-question-input-half-right {
    width: 195px!important;
    margin-left: 5px!important;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    border: 1px solid #c6c6c6!important;
    padding: 1px 5px!important;
    height: 20px!important;
    line-height: 20px!important;
    font-size: 12px!important;
    background: #ffffff!important;
}

.ask-sales-question-input-full {
    width: 405px!important;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    border: 1px solid #c6c6c6!important;
    padding: 1px 5px!important;
    height: 20px!important;
    line-height: 20px!important;
    font-size: 12px!important;
    background: #ffffff!important;
}

textarea.ask-sales-question-input-full {
    height: 100px!important;
    resize: none!important;
    font-family: Arial;
}

div.ask-sales-question-question a.green-button-small {
    float: right!important;
    margin-right: 3px!important;
}

div.ask-sales-question-error {
    font-size: 14px;
    line-height: 16px;
    color: #ff0000;
}

div.ask-sales-question-success a.blue-button-small {
    width: 125px;
    margin-top: 10px;
}

/*
 * Support
 */

div.support-support {

    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 20px;

}

div.support-support > div.product-category-details > div.product-category-header {

    font-size: 32px;
    line-height: 32px;
    padding: 10px;

}

div.support-links-column {

    float: left;
    display: block;
    width: 400px;
    margin-left: 50px;
    min-height: 350px;

}

div.support-links-column > div.support-links-column-header {

    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 5px;

}

div.support-links-column > div.support-links-column-item {

    line-height: 18px;
    padding: 0px 0px 0px 30px;
}

div.support-links-column > div.support-links-column-item > a {

    color: blue;
    font-size: 14px;

}

div.support-links-column > div.support-links-column-item > div.support-links-column-item-answer {

    display: none;
    background: #f0f0f0;
    color: black;
    font-weight: normal;
    padding: 5px;
    font-size: 11px;

}

div.support-models-header {

    width: 450px;
    margin: 10px auto;

}

div.support-models-header > p {

    font-size: 16px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;

}

table.support-models-list {

    margin: 10px auto;

}

table.support-models-list tr {



}

table.support-models-list tr > td {

    width: 190px;
    text-align: center;
    font-size: 12px;

}

table.support-models-list tr > td > img {

    width: 180px;

}

table.support-models-list tr > td > p {

    margin: 5px 0px;
    font-size: 12px;

}

table.support-models-list tr > td > p.linker {

    width: 100px;
    margin: 0px auto;
    font-size: 12px;

}

table.support-models-list tr > td > p.linker > a {

    color: blue;

}

/*
 * Classes for My Account pages.
 */


div.my-account {

    padding:0px 10px 10px 10px;
    min-height:400px;

}


div.my-account-header {
    width: 350px;
    padding: 0px;
    margin: 10px 0px 10px 5px;
}

div.my-account-header h1 {
    font-size: 24px;
    line-height: 24px;
}

div#my-account-nav {

    position: relative;

    width: auto;
    float: right;
    height: 24px;

    margin: 10px 0px 0px 0px;

    background: #c6c6c6;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(155,155,155)),
                                       color-stop(1, rgb(208,208,208))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(155,155,155) 0%,
                                           rgb(208,208,208) 100%
    );

    background-image: -o-linear-gradient(
        bottom,
        rgb(155,155,155),
                                         rgb(208,208,208)
    );

    border: 1px solid #c6c6c6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;


}

div#my-account-nav > ul {

    display: block;

    height: 20px;
    width: auto;
    text-align:center;

    margin: 2px auto;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;

}

div#my-account-nav > ul > li {

    position:relative;

    height: 20px;
    line-height: 20px;
    vertical-align: top;

    font-size: 11px;
    text-align: center;

    padding-right: 10px;
    padding-left: 5px;
    display:inline;

}

div#my-account-nav > ul > li.divider {

    padding: 0;
    margin: 0;

}

div#my-account-nav > ul > li.divider > span {

    /* border-right: 1px solid #000000; */
    border-left: 1px solid #000000;

}

div#my-account-nav > ul > li.divider:last-child {

    display: none;

}

div#my-account-nav > ul > li > a {

    color: black;

}

div#my-account-nav > ul > li > a:hover {

    text-decoration: underline;

}

span.my-account-nav-new {

    position: absolute;
    z-index: 1337;
    top: 16px;
    right: 5px;
    display: block;
    text-align: center;
    width: 24px;
    padding: 0px 0px;
    background: #7cca59;
    height: 11px;
    font-size: 10px;
    line-height: 8px;

}


span#my-account-nav-current-mover {

    position: absolute;
    left: -13371337px; /* SO L337!!! */
    bottom: 0px;
    display:block;
    width: 10px;
    height: 10px;
    z-index: 1;
    background-image: url('/static/images/template/public/triangle-10.png');
    background-position: bottom center;

}

div.my-account-heading {
    height: 33px;
    line-height: 33px;
    font-size: 20px;
    background: #f2f2f2;
    border: 1px solid #c6c6c6;
    padding-left: 5px;
    margin: 10px 0px;
}

div.my-account-heading-white {
    height: 33px;
    line-height: 33px;
    font-size: 20px;
    padding-left: 5px;
    margin: 10px 0px;
}

div.my-account-heading a, div.my-account-heading-white a {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 8px;
}

div.my-account-heading a.green-button-small {
    margin-right: 5px;
}

h2.my-account-subheading {
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    margin: 10px 0px;
}

/*
 * Orders & Quotes
 */

span#my-account-add-serial-form {
    float: right;
}

span#my-account-add-serial-form input {
    float: right;
    height: 18px;
    border: 1px solid #C6C6C6;
    background: #ffffff;
    color: #000000;
    line-height: 18px;
    font-size: 12px;
    padding: 0px 3px;
    width: 150px;
    margin-top: 8px;
    margin-left: 5px!important;
}
span#my-account-add-serial-form a.blue-button-small, span#my-account-add-serial-form a.green-button-small {
    width: 55px;
    text-align: center;
}

div.my-account-order {

    width: 100%;
    margin: 0px;
    padding: 5px 0px 10px 0px;
    border-bottom: 1px solid #cccccc;

}

div.my-account-order-row {

    width: 100%;
    min-height: 175px;
    margin-bottom: 15px;
    padding-bottom: 0px;

}

div.my-account-order-row-info {

    float: left;
    width: 220px;
    position: relative;
    height: 175px;

}

div.my-account-order-row-info p {

    margin: 5px;
    padding: 0px;
    line-height: 16px;
    font-size: 12px;

}

div.my-account-order-row-info p.my-account-order-row-actions {

    padding: 0px;
    margin: 0px 0px 0px 5px;
    position: absolute;
    bottom: 0px;

}

div.my-account-order-row-info p.my-account-order-row-actions a {

    float: left;
    margin: 5px 0px 0px 0px;
    width: 135px;
    text-align: center;
}

div.my-account-order-row-info p.my-account-order-row-info-title {

    font-size: 20px!important;
    line-height: 20px!important;

}

div.my-account-order-row-items {

    float: right;
    width: 725px;

}

span.my-account-order-row-items-item {

    float: left;
    width: 225px;
    text-align: center;
    font-size: 14px;
    margin: 5px 8px 0px 8px;

}

span.my-account-order-row-items-item-links {

    background: #efefef;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(208,208,208)),
                                       color-stop(1, rgb(230,230,230))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(208,208,208) 0%,
                                           rgb(230,230,230) 100%
    );

    background-image: -o-linear-gradient(
        bottom,
        rgb(208,208,208),
                                         rgb(230,230,230)
    );

    color: #000000;
    font-size: 11px;
    height: 11px;
    line-height: 12px;
    padding: 3px 1px;
    width: 210px;
    display: block;
    float: left;
    margin: 2px 7px 0px 8px;

    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;

    border-bottom-color: #aaaaaa;
    border-right-color: #aaaaaa;

}

span.my-account-order-row-items-item-links a {

    color: #000000;

}

span.my-account-order-row-items-item-links span {

    width: 102px;
    display: block;
    float: left;
    margin: 0px auto;
    border-right: 1px solid #000000;

}

span.my-account-order-row-items-item-links span:last-child {

    border-right: 0;
    border-right: 0px;

}

span.my-account-order-row-items-item img {
    max-width: 180px;
    max-height: 120px;
}

/*
 * My Account - AVATAR
 */
div#my-account-avatar-current {
    float: left;
    width: 230px;
    border: 1px solid #C6C6C6;
    padding: 5px 10px 10px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

div#my-account-avatar-current img {
    width: 120px;
    height: 120px;
}

div#my-account-avatar-new {
    float: right;
    width: 660px;
    border: 1px solid #C6C6C6;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

div#my-account-avatar-new input[type='file'] {
    float: right;
    width: 240px;
    margin: 0px;
    height: 22px;
}

span#my-account-avatar-new-text {
    cursor: pointer;
}

span#my-account-avatar-new-loading {
    float: right;
    height: 22px;
    line-height: 22px;
    width: 260px;
}

span#my-account-avatar-new-loading-spinner {
    float: right;
    width: 22px;
    height: 22px;
    margin-right: 15px;
}

div#my-account-avatar-new a.green-button-small {
    float: right;
    width: 100px;
    text-align: center;
    margin-right: 0px;
    margin-top: 2px;
}

img#my-account-avatar-new-image {
    max-width: 660px;
}

/*
 * My Account Sales Questions
 */
div.my-account-sales-question {

    /* Wrapper */
    border-top: 1px solid #c6c6c6;
    margin-bottom: 10px;

}

div.my-account-sales-question-header {
    border: 1px solid #c6c6c6;
    border-top: none;
    background: #f2f2f2;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    padding: 0px 5px;
    cursor: pointer;
}

div.my-account-sales-question-header img.black-arrow {
    float: left;
    margin-top: 17px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background:url('/static/images/template/public/black-arrow-sprite-faded.png') -44px -22px no-repeat;
}

div.my-account-sales-question-header img.black-arrow-active {
    background:url('/static/images/template/public/black-arrow-sprite-faded.png') -22px -48px no-repeat!important;
}

span.my-account-sales-question-header-name {
    float: left;
    width: 150px;
}

span.my-account-sales-question-header-status {
    float: left;
    width: 250px;
}

span.my-account-sales-question-header-preview {
    float: left;
    width: 510px;
    height: 50px;
    overflow: hidden;
}

div.my-account-sales-question-notes {
    border: 1px solid #c6c6c6;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    padding: 10px 0px;
}

/*
 * My Account Index Stuff
 */

div.my-account-ajax-row {

    /* LOL */
    display: block;
    display: none;

    margin: 10px 0px 0px 0px;
    padding: 10px 0px;
    border: 1px solid #cccccc;

    border-radius: 5px;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

div.my-account-ajax-row h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    padding-left: 10px;
}

div.my-account-ajax-row div.my-account-order-product-details-option {
    border-left: none!important;
    border-right: none!important;
}

/*div.my-account-ajax-row div.my-account-note span.message {
 w *idth: 845px;
 }*/

div.my-account-ajaxloading-row {

    display: block;
    display: none;
    text-align: center;
    font-size: 16px;

    margin: 10px 0px 0px 0px;
    padding: 10px;
    border: 1px solid #cccccc;

    border-radius: 5px;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

span.my-account-ajaxloading-row-spinner {

    display: block;
    margin: 20px auto 0px;

}

/*
 * Ajax'd Trackshipping View
 */
p.my-account-trackshipping {

    width: 360px;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0px 5px 5px;

}

p.my-account-trackshipping strong {

    font-weight: bold;

}

/*
 * Ajax'd Accessories View
 */
div.my-account-orders-accessories-header {

    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #cccccc;
    width: 460px;

}

p.my-account-orders-accessories-set-option {

    width: 460px;
    margin: 5px 0px 5px 15px;
    padding: 2px 0px 4px 0px;
    line-height: 12px;
    vertical-align: bottom;
    font-size: 12px;

}

p.my-account-orders-accessories-set-option span.my-account-orders-accessories-set-option-name:hover {

    cursor: pointer;

}

p.my-account-orders-accessories-set-option input {

    vertical-align: bottom;

}

div.my-account-orders-accessories-footer {

    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: none;
    width: 460px;

}

/*
 * Ajax'd Request Support View
 */

div.my-account-orders-support-header {

    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #cccccc;
    width: auto;

}

div.my-account-orders-support-messageform {

    width: auto;
    margin: 10px 5px 20px 5px;
    padding: 0px 0px 10px 0px;

}

div.my-account-orders-support-messageform span.user-left {

    width: 80px;
    float: left;
    height: 100px;
    text-align: center;

}

div.my-account-orders-support-messageform span.user-left p {

    margin: 5px 0px 0px 0px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;

}

div.my-account-orders-support-messageform span.user-left img.avatar {

    height: 60px;

}

div.my-account-orders-support-messageform span.message-right {

    width: 750px;
    float: left;
    height: 100px;
    position: relative;

}

div.my-account-orders-support-messageform span.message-right img.gray-arrow {

    position: absolute;
    left: 18px;
    top: 15px;

}


div.my-account-orders-support-messageform span.message-right span.message-right-box {

    float: left;
    margin-left: 25px;
    margin-top: 0px;
    margin-bottom: 10px;

    height: 80px;
    width: 700px;
    padding: 5px;
    display: block;

    background: #ADF3AA;

    border: 1px solid #cccccc;

    border-radius: 5px;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

div.my-account-orders-support-messageform span.message-right span.message-right-box textarea {

    background: #ADF3AA;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    overflow-x: none;
    overflow-y: auto;
    resize: none;

}

div.my-account-orders-support-messageform span.message-right span.message-right-box textarea:focus {

    border: none;
    outline: none;

}

div.my-account-orders-support-messageform span.subject-right {

    width: 750px;
    float: left;
    height: 30px;
    position: relative;
    margin-bottom: 10px;

}

div.my-account-orders-support-messageform span.subject-right img.gray-arrow {

    position: absolute;
    left: 18px;
    top: 7px;

}


div.my-account-orders-support-messageform span.subject-right span.subject-right-box {

    float: left;
    margin-left: 25px;
    margin-top: 0px;
    margin-bottom: 10px;

    height: 20px;
    width: 700px;
    padding: 2px 5px 5px 5px;
    display: block;

    background: #ADF3AA;

    border: 1px solid #c6c6c6;

    border-radius: 5px;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

div.my-account-orders-support-messageform span.subject-right span.subject-right-box input {

    background: #ADF3AA;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    overflow-x: none;
    overflow-y: none;
    resize: none;
    padding: 2px;
    font-size: 12px;

}

div.my-account-orders-support-messageform span.subject-right span.subject-right-box textarea:focus {

    border: none;
    outline: none;

}

/*
 * My Account -> Order
 */

div#my-account-order-overview {

    background: #ffffff;
    border: 1px solid #c6c6c6;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}

div#my-account-order-overview > p {

    float: left;
    margin: 0px 0px 5px 0px;

}

p#my-account-order-overview-info {

    width: 230px;
    font-size: 14px;
    line-height: 20px;
}

span.my-account-order-overview-header {
    font-weight: bold;
    float: left;
    margin-bottom: 0px;
}

p#my-account-order-overview-info span.my-account-order-overview-info-orderid {

    font-size: 22px;
    line-height: 28px;

}

p#my-account-order-overview-payment {

    width: 240px;
    font-size: 12px;
    line-height: 16px;

}

p#my-account-order-overview-billingaddress,p#my-account-order-overview-shippingaddress {

    width: 225px;
    font-size: 12px;
    line-height: 16px;

}

div#my-account-order-actions {

    margin-bottom: 0px;

}

div#my-account-order-actions-buttons {

    float: left;
    width: 145px;
    line-height: 25px;

}

div#my-account-order-actions-buttons a.blue-button-small, div#my-account-order-actions-buttons a.green-button-small {
    width: 120px;
    margin-top: 4px;
    text-align: center;
    margin-bottom: 2px;
}

div#my-account-order-actions-transactions {

    float: right;
    width: 800px;
    border-top: 1px solid #c6c6c6;

}

div.my-account-order-actions-transactions-header, div.my-account-order-actions-transactions-row {
    font-size: 12px;
    height: 19px;
    line-height: 20px;
    padding: 3px;
}
div.my-account-order-actions-transactions-header {
    padding-top: 5px;
    border-bottom: 1px solid #c6c6c6;
}

div.my-account-order-actions-transactions-row {

    background: #f2f2f2;
    border: 1px solid #c6c6c6;
    border-top: none;

}

div.my-account-order-actions-transactions-header > span, div.my-account-order-actions-transactions-row > span, div.my-account-order-actions-transactions-row > form > span {
    float: left;
}

span.my-account-order-actions-transaction-instructions {
    width: 450px;
}

span.my-account-order-transaction-type {
    width: 150px;
}

span.my-account-order-transaction-result {
    width: 100px;
}

span.my-account-order-transaction-amount {
    width: 100px;
}

span.my-account-order-transaction-date {
    width: 100px;
}

span.my-account-order-transaction-card {
    width: 200px;
}

span.my-account-order-transaction-action {
    width: 135px;
    float:right!important;
}

span.my-account-order-transaction-action > a.blue-button-small, span.my-account-order-transaction-action > a.green-button-small {
    float: right;
    margin-right: 5px;
    width: 125px;
    text-align: center;
}

span.my-account-order-transaction-new-instructions {
    width: 248px;
}

span.my-account-order-transaction-new-amount {
    width: 102px;
}

span.my-account-order-transaction-new-amount > input {
    width: 70px;
    font-size: 12px;
    padding: 1px 3px;
    border: thin solid #999999;
    height: 16px;
}

span.my-account-order-transaction-new-card {
    width: 250px;
}

span.my-account-order-transaction-new-card > select {
    margin-left: 0px;
    width: 200px;
}

span.my-account-order-transaction-new-action {
    width: 150px;
    float: right!important;
}

span.my-account-order-transaction-new-action > a.blue-button-small, span.my-account-order-transaction-new-action > a.green-button-small {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    width: 55px;
    text-align: center;
}

div#my-account-order-products {

    margin: 0px;
    padding: 10px 0px;

}

div.my-account-order-product {
    border: 1px solid #c6c6c6;
    border-top: none;
}

div.my-account-order-product:first-child {
    border-top: 1px solid #c6c6c6;
}

div.my-account-order-product-image {
    float: left;
    width: 180px;
    min-height: 100px;
    text-align: center;
}

div.my-account-order-product-image img {
    height: 100px;
}

div.my-account-order-product-details {
    float: left;
    width:755px;
    min-height: 100px;
    padding: 0px 5px;
    border-left: 1px solid #c6c6c6;
    background: #f2f2f2;
}

div.my-account-order-product-details-header {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}

span.my-account-order-product-details-header-name {
    float: left;
    width: 350px;
}

span.my-account-order-product-details-header-price {
    float: right;
    text-align: right;
    width: 350px;
}

div.my-account-order-product-details-links {
    height: 25px;

    margin: 10px 0px 10px 0px;

    background: #c6c6c6;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(190,190,190)),
                                       color-stop(1, rgb(235,235,235))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(190,190,190) 0%,
                                           rgb(235,235,235) 100%
    );

    background-image: -o-linear-gradient(
        bottom,
        rgb(190,190,190),
                                         rgb(235,235,235)
    );

    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.my-account-order-product-details-links ul {
    display: block;
    height: 20px;
    text-align: center;
    margin: 2px auto;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

div.my-account-order-product-details-links ul li {
    position: relative;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    padding-right: 10px;
    padding-left: 5px;
    display: inline;
}

div.my-account-order-product-details-links ul li a {
    color: #000000;
}

div.my-account-order-product-details-links ul li a.disabled {
    color: #666666;
    text-decoration: none;
    cursor: default;
}

div.my-account-order-product-details-links ul li.divider {
    padding: 0;
    margin: 0;
}

div.my-account-order-product-details-links ul li.divider span {
    border-left: 1px solid black;
}

div.my-account-order-product-details-links ul li.divider:last-child {
    display: none;
}

div.my-account-order-product-details-options {
    font-size: 12px;
    line-height: 20px;
    background: #ffffff;
    margin-bottom: 10px;
}

div.my-account-order-product-details-option {
    min-height: 20px;
    border: 1px solid #c6c6c6;
    border-top: none;
}

div.my-account-order-product-details-option:first-child {
    border-top: 1px solid #c6c6c6;
}

span.my-account-order-product-details-option-name {
    float: left;
    width: 675px;
    padding-left: 5px;
}
span.my-account-order-product-details-option-price {
    float: right;
    text-align: right;
    width: 65px;
    padding-right: 5px;
}

div.my-account-order-product-details-serialcodes {
    font-size: 12px;
    line-height: 20px;
    background: #ffffff;
    margin-bottom: 10px;
}

div.my-account-order-product-details-serialcode {
    height: 20px;
    border: 1px solid #c6c6c6;
    border-top: none;
    padding-left: 10px;
    padding-right: 0px;
}

div.my-account-order-product-details-serialcode:first-child {
    border-top: 1px solid #c6c6c6;
}

span.my-account-order-product-details-serialcode-item {
    float: left;
    width: 144px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}

div.my-account-order-product-details-trackpackages {
    background: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
    padding: 0px 0px;
    font-size: 12px;
    line-height: 20px;
}

div.my-account-order-product-details-ajaxloading {
    display: block;
    display: none;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #c6c6c6;
    background: #ffffff;
}

span.my-account-order-product-details-ajaxloading-spinner {

    display: block;
    margin: 20px auto 0px;

}

div.my-account-order-product-details-accessories {
    background: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
    padding: 5px 0px;
}

div.my-account-order-product-details-accessories div {
    width: auto!important;
    padding-right: 10px;
    padding-left: 10px;
}

div.my-account-order-product-details-support {
    background: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
    padding: 5px 0px;
}

div.my-account-order-product-details-support input[type='text'], div.my-account-order-product-details-support textarea {
    font-family: "Ubuntu", Arial;
    color: #4d4d4d;
}

div.my-account-order-product-details-support input[type='text']:focus, div.my-account-order-product-details-support textarea:focus {
    color: #000000;
}

div.my-account-order-product-details-support span.subject-right-box, div.my-account-order-product-details-support span.message-right-box  {
    margin-left: 10px!important;
    width: 690px!important;
}

div.my-account-order-product-details-support span.subject-right, div.my-account-order-product-details-support span.message-right {
    width: 722px!important;
}

div.my-account-order-share-product {
    height: 66px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.my-account-order-share-product > span.my-account-order-share-product-label {
    float: left;
    width: 192px;
    font-size: 16px;
    padding-top: 2px;
    font-weight: bold;
    text-align: right;
    line-height: 20px;
}

div.my-account-order-share-product > span.my-account-order-share-product-text {
    width: 490px;
    border: 1px solid #c6c6c6;
    height: 54px;
    float: left;
    padding: 5px;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    margin-left: 8px;
    margin-right: 0px;
}

div.my-account-order-share-product > span.my-account-order-share-product-images {
    float: left;
    width: 192px;
    text-align: left;
}

div.my-account-order-share-product > span.my-account-order-share-product-images img {
    float: left;
    margin-left: 8px;
    margin-top: 8px;
}

/*
 * My Account -> Parts
 */

.my-account-part {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.my-account-part-image {
    width: 180px;
    margin: 0px 5px;
    display: inline-block;
    vertical-align: top;
}

.my-account-part-details {
    width: 720px;
    margin: 0px 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 120px;
    padding-left: 20px;
}

.my-account-part-details-name {
    font-size: 20px;
    line-height: 24px;
    vertical-align: top;
    float: left;
    width: 400px;
}

.my-account-part-details-count {
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
    float: right;
    width: 200px;
    padding-right: 5px;
    text-align: right;
}

.my-account-part-details-description {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}

.my-account-part-details-actions {
    position: absolute;
    display: block;
    bottom: 5px;
    right: 5px;
    width: 700px;
    height: 30px;
}

.my-account-part-details-actions a.blue-button-small, .my-account-part-details-actions a.green-button-small {
    float: right!important;
    margin: 5px 0px 5px 10px!important;
    width: 135px;
    text-align: center;
}

/*
 * My Account -> Tickets
 */

div.my-account-tickets-ticket {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px;
}

div.my-account-tickets-ticket a {
    color: black;
    text-decoration: none;
}

div.my-account-tickets-ticket div.my-account-tickets-ticket-image {
    float: left;
    width: 180px;
    height: 100px;
    text-align: center;
}

div.my-account-tickets-ticket div.my-account-tickets-ticket-image img {
    height: 100px;
}

div.my-account-tickets-ticket div.my-account-tickets-ticket-details {
    float: left;
    width: 755px;
    height: 90px;
    padding: 5px;
    border-left: 1px solid #C6C6C6;
    background: #F2F2F2;
    font-size: 14px;
    line-height: 19px;
    position: relative;
}

div.my-account-tickets-ticket div.my-account-tickets-ticket-details span.my-account-tickets-ticket-details-label {
    float: left;
    width: 60px;
    text-align: right;
    font-weight: bold;
    height: 19px;
    margin-bottom: 5px;
}

div.my-account-tickets-ticket div.my-account-tickets-ticket-details span.my-account-tickets-ticket-details-value {
    float: left;
    width: 690px;
    margin-left: 5px;
    text-align: left;
    font-weight: normal;
    height: 19px;
    margin-bottom: 5px;
    overflow: hidden;
}



/*
 * My Account -> Ticket
 */

div#my-account-ticket-overview {
    border: 1px solid #C6C6C6;
    margin-bottom: 20px;
}

div#my-account-ticket-overview-image {
    float: left;
    width: 180px;
    min-height: 100px;
    text-align: center;
}

div#my-account-ticket-overview-image img {
    height: 100px;
}

div#my-account-ticket-overview-details {
    float: left;
    width: 755px;
    min-height: 100px;
    padding: 0px 5px;
    border-left: 1px solid #C6C6C6;
    background: #F2F2F2;
    font-size: 14px;
    line-height: 19px;
    position: relative;
}

div#my-account-ticket-overview-details-left {
    float: left;
    width: 475px;
    overflow: hidden;
    padding-top: 5px;
}

span.my-account-ticket-overview-details-left-label {
    float: left;
    width: 60px;
    text-align: right;
    font-weight: bold;
    height: 19px;
    margin-bottom: 5px;
}

span.my-account-ticket-overview-details-left-value {
    float: left;
    width: 410px;
    margin-left: 5px;
    text-align: left;
    font-weight: normal;
    height: 19px;
    margin-bottom: 5px;
    overflow: hidden;
}

span.my-account-ticket-overview-details-left-rating {
    float: left;
    width: 97px;
    text-align: left;
    font-weight: normal;
    height: 19px;
    margin-bottom: 5px;
    margin-left: 5px;
}

span.my-account-ticket-overview-details-left-rating img.rating-star {
    position: relative;
    top: 2px;
}

div.my-account-ticket-overview-details-right-links {
    float: right;
    position: absolute;
    top: 65px;
    right: 5px;
    height: 25px;

    margin: 5px 0px 0px 0px;

    background: #c6c6c6;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(190,190,190)),
                                       color-stop(1, rgb(235,235,235))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(190,190,190) 0%,
                                           rgb(235,235,235) 100%
    );

    background-image: -o-linear-gradient(
        bottom,
        rgb(190,190,190),
                                         rgb(235,235,235)
    );

    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.my-account-ticket-overview-details-right-links ul {
    display: block;
    height: 20px;
    text-align: center;
    margin: 2px auto;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

div.my-account-ticket-overview-details-right-links ul li {
    position: relative;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    font-size: 13px;
    text-align: center;
    padding-right: 10px;
    padding-left: 5px;
    display: inline;
}

div.my-account-ticket-overview-details-right-links ul li a {
    color: #000000;
}

div.my-account-ticket-overview-details-right-links ul li a.disabled {
    color: #666666;
    text-decoration: none;
    cursor: default;
}

div.my-account-ticket-overview-details-right-links ul li.divider {
    padding: 0;
    margin: 0;
}

div.my-account-ticket-overview-details-right-links ul li.divider span {
    border-left: 1px solid #000000;
}

div.my-account-ticket-overview-details-right-links ul li.divider:last-child {
    display: none;
}

div#my-account-ticket-overview-details-configuration {
    font-size: 12px;
    line-height: 20px;
    background: #ffffff;
    margin-bottom: 10px;
}

div.my-account-ticket-overview-details-configuration-option {
    height: 20px;
    border: 1px solid #c6c6c6;
    border-top: none;
}

div.my-account-ticket-overview-details-configuration-option:first-child {
    border-top: 1px solid #c6c6c6;
}

span.my-account-ticket-overview-details-configuration-option-name {
    float: left;
    width: 675px;
    padding-left: 5px;
}

span.my-account-ticket-overview-details-configuration-option-price {
    float: right;
    text-align: right;
    width: 65px;
    padding-right: 5px;
}

div#my-account-ticket-overview-details-serial {
    font-size: 12px;
    line-height: 20px;
    background: #ffffff;
    margin-bottom: 10px;
}

div.my-account-ticket-overview-details-serial-codes {
    height: 20px;
    border: 1px solid #c6c6c6;
    border-top: none;
    padding-left: 10px;
    padding-right: 0px;
}

div.my-account-ticket-overview-details-serial-codes:first-child {
    border-top: 1px solid #c6c6c6;
}

span.my-account-ticket-overview-details-serial-codes-item {
    float: left;
    width: 149px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}

/*
 * TICKET ITEM
 */

div.my-account-ticket-item {
    background: #f2f2f2;
    border: 1px solid #c6c6c6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    margin: 0px 0px 10px 0px;
    padding-bottom: 5px;
}

div.my-account-ticket-item-header {
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    padding: 0px 5px;
    border-top: 1px solid #c6c6c6;
}

div.my-account-ticket-item-header:first-child {
    border-top: none;
}

div.my-account-ticket-item-header.border-bottom {
    border-bottom: 1px solid #c6c6c6;
}

span.my-account-ticket-item-header-serial {
    float: right;
    font-size: 14px;
    width: 250px;
    text-align: right;
}

span.my-account-ticket-item-header-rma {
    float: right;
    font-size: 14px;
    width: 225px;
    text-align: right;
}

div.my-account-ticket-item-warning {
    margin: 5px 0px;
    background: #ffff96;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 5px;
}

div.my-account-ticket-item-line {
    line-height: 20px;
    font-size: 12px;
    padding: 0px 3px 0px 5px;
    border-top: 1px solid #c6c6c6;
}

div.my-account-ticket-item-line > span {
    height: 20px;
    overflow: hidden;
}

div.my-account-ticket-item-line > span.my-account-ticket-item-line-field {
    float: left;
    width: 630px;
    padding-left: 5px;
}

div.my-account-ticket-item-line > span.my-account-ticket-item-line-value {
    float: right;
    width: 200px;
    padding-right: 3px;
    text-align: right;
}

div.my-account-ticket-item-delivery {
    float: left;
    margin: 5px 0px 0px 10px;
    margin-left: 10px;
    width: 225px;
    font-size: 12px;
    line-height: 16px;
}

div.my-account-ticket-item-delivery > a.blue-button-small, div.my-account-ticket-item-delivery > a.green-button-small {
    float: right;
    margin-right: 5px;
    width: 140px;
    text-align: center;
    margin-bottom: 5px;
}

div.my-account-ticket-item-delivery > input[type="text"] {
    height: 18px;
    border: 1px solid #c6c6c6;
    background: #ffffff;
    color: #000000;
    line-height: 18px;
    font-size: 12px;
    padding: 0px 3px;
    margin-top: 3px;
    width: 211px;
    margin-bottom: 5px;
}










div.my-account-ticket-row {

    width: auto;
    margin: 10px;
    padding-bottom: 10px;

}

div.my-account-ticket-row a.ticket-action {

    width: 100px;
    text-align: center;
    margin-right: 0px;
    margin-left: 10px;
    float: right;

}

div.my-account-ticket-row p {

    font-size: 14px;
    line-height: 16px;

}

div.my-account-ticket-row p.my-account-ticket-row-heading {

    font-size: 18px;
    line-height: 22px;
    font-weight: 500;

}

/*
 * Customer Info - Address and Serial #
 */
div#ticket-customer-info {

    width: 750px;
    margin: 0px auto;

}

div#ticket-customer-info h4 {

    font-size: 14px;

}

p.ticket-customer-info-existing-shipping-address {

    font-size: 13px;
    margin: 6px 0px;

}

p.ticket-customer-info-new-shipping-address {

    font-size: 13px;
    margin: 3px 0px;

}

div#my-account-ticket-actions {
    margin-bottom: 5px;
}

/*
 * Account Info
 */

div#my-account-info-overview {
    background: #ffffff;
    border: 1px solid #c6c6c6;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

span#my-account-info-overview-photo {
    float: left;
    width: 230px;
    padding: 5px;
    text-align: center;
}

span#my-account-info-overview-photo img {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
}

span#my-account-info-overview-photo p {
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

span#my-account-info-overview-contact {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-left: 1px solid #c6c6c6;
    height: 185px;
    width: 385px;
    padding: 0px 5px;
}

span.my-account-info-overview-contact-label {
    float: left;
    text-align: right;
    width: 88px;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    padding: 1px 0px;
}

span.my-account-info-overview-contact-field {
    float: left;
    text-align: left;
    width: 285px;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    padding: 1px 0px 1px 10px;
}

span.my-account-info-overview-contact-label input[type="checkbox"] {
    margin: 7px 0px;
}

span.my-account-info-overview-contact-field input[type="text"] {
    height: 18px;
    padding: 2px;
    border: 1px solid #c6c6c6;
    width: 262px;
    background: #ffffff;
}

span#my-account-info-overview-contact a {
    float: right;
    margin-right: 10px;
}

span#my-account-info-overview-contact a:first-child {
    margin-right: 17px;
}

span#my-account-info-overview-password {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-left: 1px solid #c6c6c6;
    height: 160px;
    width: 270px;
    padding: 25px 0px 0px 10px;
}

span.my-account-info-overview-password-label {
    float: left;
    text-align: right;
    width: 120px;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    padding: 1px 0px;
}

span.my-account-info-overview-password-field {
    float: left;
    text-align: left;
    width: 140px;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    padding: 1px 0px 1px 10px;
}

span.my-account-info-overview-password-field input[type="password"] {
    height: 18px;
    padding: 2px;
    border: 1px solid #c6c6c6;
    width: 130px;
    background: #ffffff;
}

span.my-account-info-overview-password-field a {
    float: right;
    margin-right: 5px;
    margin-top: 0px;
}

div#my-account-info-address {
    background: #ffffff;
    border: 1px solid #c6c6c6;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div#my-account-info-address-header {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin-top: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
}


div#my-account-info-address-header > a {
    float: right;
    margin-top: 3px;
    margin-right: 0px;
}

div#my-account-info-address-loading {
    display: block;
    display: none;
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
    border: 1px solid #c6c6c6;
    border-top: none;
    background: #f5ee92;
}

span#my-account-info-address-loading-spinner {
    display: block;
    margin: 20px auto 5px;
}

div#my-account-info-address-error {
    display: block;
    display: none;
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
    border: 1px solid #c6c6c6;
    border-top: none;
    background: #ff7d73;
}

div#my-account-info-address-add {
    margin: 0px;
    border: 1px solid #c6c6c6;
    border-top: none;
    padding: 10px;
}

div#my-account-info-address-add > form > span {
    float: left;
    width: 265px;
    margin-left: 56px;
    line-height: 26px;
    vertical-align: middle;
    font-size: 14px;
}

div#my-account-info-address-add > form > span:first-child {
    margin-left: 0px;
}

div#my-account-info-address-add > form > span input[type="text"] {
    width: 260px;
    height: 18px;
    padding: 2px;
    border: 1px solid #c6c6c6;
    background: #ffffff;
    margin-bottom: 5px;
}

div#my-account-info-address-add > form > span select {
    width: 265px;
    margin-top: 2px;
    margin-bottom: 7px;
}

div#my-account-info-address-add > form > span a {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
    width: 50px;
    text-align: center;
}

div#my-account-info-address > p {
    float: left;
    width: 220px;
    height: 70px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 14px;
}

div#my-account-info-payment {
    background: #ffffff;
    border: 1px solid #c6c6c6;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div#my-account-info-payment-header {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin-top: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
}

div#my-account-info-payment > p {
    font-size: 12px;
    line-height: 16px;
    margin: 5px;
}

div#my-account-info-cc {
    background: #ffffff;
    border: 1px solid #c6c6c6;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div#my-account-info-cc-header {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin-top: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
}


div#my-account-info-cc-header > a {
    float: right;
    margin-top: 3px;
    margin-right: 0px;
}

div#my-account-info-cc-loading {
    display: block;
    display: none;
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
    border: 1px solid #c6c6c6;
    border-top: none;
    background: #f5ee92;
}

span#my-account-info-cc-loading-spinner {
    display: block;
    margin: 20px auto 5px;
}

div#my-account-info-cc-error {
    display: block;
    display: none;
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
    border: 1px solid #c6c6c6;
    border-top: none;
    background: #ff7d73;
}

div#my-account-info-cc-add {
    margin: 0px;
    border: 1px solid #c6c6c6;
    border-top: none;
    padding: 0px 10px 5px 10px;
}

div#my-account-info-cc-add > form > span {
    float: left;
    width: 265px;
    margin-left: 56px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 12px;
}

div#my-account-info-cc-add > form > span:first-child {
    margin-left: 0px;
}

div#my-account-info-cc-add > form > span input[type="text"] {
    width: 260px;
    height: 18px;
    padding: 2px;
    border: 1px solid #c6c6c6;
    background: #ffffff;
    margin-bottom: 5px;
}

div#my-account-info-cc-add > form > span select {
    width: 265px;
    margin-top: 2px;
    margin-bottom: 7px;
}

div#my-account-info-cc-add > form > span select.wide {
    width: 170px;
    margin-left: 5px;
}

div#my-account-info-cc-add > form > span select.skinny {
    width: 94px;
    margin-left: 5px;
}

div#my-account-info-cc-add > form > span a {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
    width: 50px;
    text-align: center;
}

div#my-account-info-cc > p {
    float: left;
    width: 400px;
    height: 20px;
    margin: 10px 15px 0px 25px;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #c6c6c6;
    padding: 0px 10px;
}

div#login-login-wrapper {
    padding: 50px 50px 200px 50px;
}

div#login-login-left {
    float:left;
    width: 505px;
}

div#login-login-left h2 {
    font-size: 28px;
    margin-bottom:30px;
}

div#login-login-left p {
    font-size: 16px;
    line-height:22px;
    text-indent: 40px;
}

div#login-login-left p.smalltext {
    font-size: 14px;
    text-align: left;
    text-indent: 0px;
}

div#login-login-right {
    float:left;
    width: 320px;
    margin-left: 40px;
}

div#login-login-right h2 {
    font-size: 28px;
    margin-bottom:30px;
}

div#login-login-right p {
    font-size: 16px;
    line-height:20px;
}

div#login-login-right p input {
    background: #ffffff;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 245px;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
}

div#login-login-right p .indented {
    margin-left: 50px!important;
}

div#login-login-right p a.green-button {
    float: left;
    margin-left: 17px;
    margin-right: 0px;
    min-width: 100px;
    text-align: center;
}

div#login-login-right p a.green-button span {
    font-size: 14px;
}

div#login-login-right p a.forgot {
    font-size: 14px;
    margin-left: 40px;
    margin-top: 1px;
    float: left;
}

div#login-forgot-wrapper {
    padding: 50px 275px 100px 275px;
}

div#login-forgot-wrapper input {
    background: #ffffff;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 400px;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
}

div#login-forgot-wrapper a.green-button {
    float: left;
    margin: 0px 0px;
    min-width: 100px;
    text-align: center;
}

div#login-forgot-wrapper a.green-button span {
    font-size: 14px;
}

div#login-forgot-wrapper .indented {
    margin-left: 50px!important;
}

div#login-reset-wrapper {
    padding: 50px 275px 100px 275px;
}

div#login-reset-wrapper input {
    background: #ffffff;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 400px;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
}

div#login-reset-wrapper a.green-button {
    float: left;
    margin: 0px 0px;
    min-width: 100px;
    text-align: center;
}

div#login-reset-wrapper a.green-button span {
    font-size: 14px;
}

div#login-create-wrapper {
    padding: 50px 50px 100px 175px;
}

div#login-create-wrapper h2 {
    font-size: 28px;
    margin-bottom:30px;
}

div#login-create-wrapper p {
    font-size: 16px;
    line-height:20px;
}

div#login-create-wrapper .indented {
    margin-left: 50px;
}

div#login-create-wrapper p input {
    background: #ffffff;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 245px;
    font-size: 14px;
    margin: 10px 0px 0px 10px;
}

div#login-create-wrapper p input.wide {
    width: 515px;
}

div#login-create-wrapper p a.green-button {
    float: right;
    margin: 10px 205px 10px 10px;
    min-width: 100px;
    text-align: center;
}

div#login-create-wrapper p a.green-button span {
    font-size: 14px;
    line-height: 13px;
}

/*
 * Helpers that need to be patched correctly in my-account-order  view stuff
 */
span.message-right-box textarea {
    font-size: 14px!important;
}

span.subject-right-box input {
    font-size: 14px!important;
}

/*
 * Classes for main pages.
 */

div.legal {

    padding: 15px;
    min-height: 500px;

}

div.legal > p {

    font-size: 13px;
    line-height: 15px;

}

div.legal ol {

    font-size: 13px;
    list-style-type: decimal;

}

div.legal ol li {

    margin: 10px 0px 10px 20px;
    font-size: 13px;

}

div.shipping-shipping {

    position: relative;

}

div.shipping-shipping > img {

    z-index: 2;
    position: absolute;
    top: 100px;
    right: 0px;

}

div.shipping-shipping > div.product-category-details {

    width: 500px;
    float: left;

}

div.shipping-shipping p {
    margin: 5px 5px 10px 5px;
}

div.shipping-shipping p.shipping-shipping-region {
    width: 420px;
    line-height: 16px;
    margin: 5px 5px 10px 5px;
}

div.shipping-shipping p.shipping-shipping-region span.region-label {
    font-weight: bold;
}

div.shipping-shipping p.shipping-shipping-region span.country-label {
    display: inline-block;
}

div.shipping-international > div.product-category-details > div.product-category-header {

    width: 450px;

}

div.shipping-general > div.product-category-details > div.product-category-header {

    width: 450px;

}

div.about-about {

    margin-top: 0px;

}

div.about-about > div.product-category-details > div.product-category-header {

    width: 450px;

}

a.home-bottom-box {

    width: 315px;
    height: 215px;
    position: relative;
    margin-top: 15px;
    /* margin-right: 5px; */

}

a.home-bottom-box:hover {

    text-decoration: none;

}

a.home-bottom-box:last-child {

    margin-right: 0px;

}

a.home-bottom-box > span.callout {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    color: #54117b;
    font-size: 14px;
    background: transparent url('/static/images/homepage/ffffff_85.png') repeat top left;
    padding: 10px 5px 10px 5px;
    border-radius: 10px;
}

a.home-bottom-box > img.laptops {

    margin-top: 10px;

}

a.home-bottom-box > img.desktops {

    margin-top: 10px;

}

a.home-bottom-box > img.servers {

    margin-top: 25px;

}

a.home-bottom-box > img.shipping {

    margin-top: 10px;
    margin-left: 40px;
}

/*
 * Surveys
 */

.survey {
    width: 650px;
    margin: 0px auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.survey-greeting {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}

.survey-header {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.survey-subject {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.survey-question {
    font-size: 14px;
    line-height: 14px;
    padding: 0px 20px;
    margin-top: 1	0px;
}

.survey-scale {
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    padding: 10px 20px;
}

.survey-scale .left {
    display: inline-block;
    width: 200px;
    padding-left: 20px;
    text-align: left;
}

.survey-scale .right {
    display: inline-block;
    width: 240px;
    text-align: right;
}

.survey-response {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
}

.survey-response label.option {
    display: inline-block;
    width: 35px;
    text-align: center;
    padding: 5px 0px;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.survey-response label.option:hover {
    cursor: pointer;
    background: #efefff;
    border: 1px solid #cccccc;
}

.survey-response label.option.active {
    background: #b2dee2;
    border: 1px solid #666666;
}

.survey-response label.option:first-child {
    margin-left: 50px;
}

.survey-response textarea {
    border: 1px solid #666666;
    width: 420px;
    height: 80px;
    margin-left: 40px;
    margin-top: 10px;
    resize: none;
}


/*
 * Helper Classes for Blocks
 */
.gray-rounded-border {

    border: 1px solid #cccccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.gray-border {

    border: 1px solid #cccccc;

}

.gray-border-bottom {

    border-bottom: 1px solid #cccccc;

}

.black-rounded-border {

    border: 1px solid #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.black-border {

    border: 1px solid #000000;

}

.gray-shadow {

    box-shadow: 0px 0px 10px #999999;
    -moz-box-shadow: 0px 0px 10px #999999;
    -webkit-box-shadow: 0px 0px 10px #999999;

}

.black-shadow {

    box-shadow: 2px 2px 4px #000000;
    -moz-box-shadow: 2px 2px 4px #000000;
    -webkit-box-shadow: 2px 2px 4px #000000;

}

.gray-gradient {

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.1, rgb(220,220,220)),
                                       color-stop(0.4, rgb(255,255,255))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(220,220,220) 10%,
                                           rgb(255,255,255) 40%
    );

    background-image: -o-linear-gradient(
        bottom,
        rgb(220,220,220) 10%,
                                         rgb(255,255,255) 40%
    );

}



/*
 * Font Styles & Headings
 */
h1 {

    font-size: 30px;

}

h2 {

    font-size: 24px;

}

h3 {

    font-size: 18px;

}

h4 {

    font-size: 16px;

}

p {

    margin: 10px 0px;
    font-size: 12px;

}

p.small {

    font-size: 12px!important;
    line-height: 14px!important;

}

p.medium {

    font-size: 14px!important;
    line-height: 18px!important;

}

p.large {

    font-size: 16px!important;
    line-height: 22px!important;

}

a {

    text-decoration: none;
    color: #0B61A4;
    outline: none!important;
    -moz-outline-style: none!important;

}

a:focus {

    outline: none!important;
    -moz-outline-style: none!important;

}

a:active {

    outline: none!important;
    -moz-outline-style: none!important;

}

a:hover {

    text-decoration: underline;
    color: #25567B;

}


/*
 * Input Styles
 */
input[type='text'],input[type='password'] {

    padding: 5px;
    background: #efefef;
    border: 1px solid #333333;
    font-size: 12px;

}

input[type='text'].really-small,input[type='password'].really-small {

    width: 50px;

}

input[type='text'].small,input[type='password'].small {

    width: 150px;

}

input[type='text'].medium,input[type='password'].medium {

    width: 316px;

}

input[type='text'].large,input[type='password'].large {

    width: 400px;

}

select.small {

    width: 162px;
    padding: 4px 0px

}

select.medium {

    width: 326px;
    padding: 4px 0px

}

select.large {

    width: 400px;
    padding: 4px 0px

}

input[type='checkbox'] {

    margin: 0px;

}

/*
 * Messages
 */

.error_message {

    background: #FF7D73;
    border: 1px solid #A40004;
    color: black;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:5px;
    margin-bottom:10px;

}

.success_message {

    background: #6EE768;
    border: 1px solid #078600;
    color: black;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:5px;
    margin-bottom:10px;

}

.alert_message {

    background: #F5EE92;
    border: 1px solid #EDDF32;
    color: black;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:5px;
    margin-bottom:10px;

}

/* helper classes */

.clear {
    width:100%;
    clear:both;
}
.text-center {
    text-align:center;
}
.text-right {
    text-align:right;
}
.text-left {
    text-align:left;
}
.no-border {
    border:none !important;
}
.hidden {
    display:none;
}
.float-right {
    float:right!important;
}
.float-left {
    float:left!important;
}
.float-none {
    float:none!important;
}
.font-weight-bold {
    font-weight:bold!important;
}
.font-weight-normal {
    font-weight:normal!important;
}
.font-style-italic {
    font-style: italic!important;
}
.margin-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.margin-none {
    margin: 0!important;
}
.width-450 {
    width: 450px;
}
.margin-left-10 {
    margin-left: 10px!important;
}
.margin-left-20 {
    margin-left: 20px!important;
}
.margin-left-30 {
    margin-left: 30px!important;
}
.margin-right-10 {
    margin-right: 10px!important;
}
.margin-right-20 {
    margin-right: 20px!important;
}
.margin-right-30 {
    margin-right: 30px!important;
}


strong {
    font-weight: bold!important;
}

.green-text {
    color: #008000;
}

.red-text {
    color: #800000;
}

.gray-text {
    color: #4d4d4d;
}


/*
 * Star-Blade OS Public Technical Overview
 * Scoped to .sbos-page so the rest of the site remains unaffected.
 */
#content {
    padding: 20px 0px 34px 0px;
}

.sbos-page.sbos-wrap {
    width: 1000px;
    margin: 0px auto;
    color: #e7ebf0;
    font-family: 'Ubuntu', Arial, sans-serif;
    line-height: 1.72;
}

.sbos-page .sbos-hero,
.sbos-page .sbos-panel {
    background: linear-gradient(180deg, #171b21 0%, #14181d 100%);
    border: 1px solid #2a313a;
    border-radius: 8px;
    box-shadow: 0px 10px 24px rgba(0,0,0,0.22);
    padding: 28px 30px;
    margin-bottom: 20px;
}

.sbos-page .sbos-hero h1 {
    font-size: 36px;
    line-height: 1.08;
    margin: 0px 0px 12px 0px;
    color: #f7f9fb;
    font-weight: 700;
}

.sbos-page .sbos-subtitle {
    font-size: 16px;
    color: #aeb8c4;
    margin: 0px;
}

.sbos-page .sbos-summary {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    margin-top: 18px;
}

.sbos-page .sbos-summary-box,
.sbos-page .sbos-card,
.sbos-page .sbos-stat,
.sbos-page .sbos-toc a,
.sbos-page .sbos-faq details {
    background: linear-gradient(180deg, #1d232b 0%, #1a2027 100%);
    border: 1px solid #313945;
    border-radius: 6px;
}

.sbos-page .sbos-summary-box {
    padding: 18px 20px;
}

.sbos-page .sbos-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sbos-page .sbos-stat {
    padding: 15px 16px;
}

.sbos-page .sbos-stat strong {
    display: block;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 4px;
}

.sbos-page .sbos-stat span {
    color: #aeb8c4;
    font-size: 14px;
}

.sbos-page .sbos-kicker {
    color: #8db7ff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 8px;
}

.sbos-page h2 {
    font-size: 28px;
    line-height: 1.15;
    margin: 0px 0px 12px 0px;
    color: #f7f9fb;
}

.sbos-page h3 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0px 0px 8px 0px;
    color: #f7f9fb;
}

.sbos-page p,
.sbos-page li {
    font-size: 15px;
    color: #d8dee6;
    line-height: 1.72;
}

.sbos-page .sbos-lead {
    color: #aeb8c4 !important;
    margin-bottom: 18px !important;
}

.sbos-page .sbos-grid-2,
.sbos-page .sbos-grid-3,
.sbos-page .sbos-summary-grid {
    display: grid;
    gap: 16px;
}

.sbos-page .sbos-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sbos-page .sbos-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sbos-page .sbos-card {
    padding: 18px 20px;
}

.sbos-page .stack {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.sbos-page .sbos-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
}

.sbos-page .sbos-note-box {
    background: linear-gradient(180deg, #172234 0%, #141d2d 100%);
    border: 1px solid #294263;
    border-radius: 6px;
    padding: 18px 20px;
}

.sbos-page .sbos-note-box p {
    color: #dbe8ff;
}

.sbos-page .sbos-toc {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.sbos-page .sbos-toc a {
    padding: 14px 15px;
    text-decoration: none;
    color: #eef2f7;
    transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.sbos-page .sbos-toc a:hover {
    border-color: #4f6480;
    background: linear-gradient(180deg, #212832 0%, #1c232c 100%);
    transform: translateY(-1px);
    text-decoration: none;
    color: #ffffff;
}

.sbos-page .sbos-toc a span {
    display: block;
    margin-top: 5px;
    color: #9eabb9;
    font-size: 13px;
}

.sbos-page .sbos-bullets {
    margin: 14px 0px 0px 0px;
    padding-left: 18px;
    list-style: disc;
}

.sbos-page .sbos-bullets li::marker {
    color: #8db7ff;
}

.sbos-page .timeline {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.sbos-page .sbos-timeline-item {
    border-top: 1px solid #2d3540;
    padding-top: 14px;
    margin-top: 14px;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 18px;
}

.sbos-page .sbos-timeline-item:first-child {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.sbos-page .sbos-year {
    font-weight: 700;
    color: #ffffff;
}

.sbos-page .sbos-faq details {
    padding: 14px 16px;
    margin-top: 12px;
}

.sbos-page .sbos-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: #f7f9fb;
}

.sbos-page .sbos-faq p {
    margin-top: 12px;
}

.sbos-page a {
    color: #9ac0ff;
}

.sbos-page a:hover {
    color: #c1d7ff;
}

@media (max-width: 980px) {
    .sbos-page.sbos-wrap {
        width: auto;
        margin: 0px 18px;
    }

    .sbos-page .sbos-summary,
    .sbos-page .sbos-grid-2,
    .sbos-page .sbos-grid-3,
    .sbos-page .sbos-split,
    .sbos-page .sbos-toc,
    .sbos-page .sbos-summary-grid,
    .sbos-page .sbos-timeline-item {
        grid-template-columns: 1fr;
    }
}


/*
 * Star-Blade OS Page Refresh
 * Appended as a scoped override so the legacy FSN storefront/account styles remain intact.
 */
html {
    scroll-behavior: smooth;
}

body {
    background: #090c12;
}

body.sbos-public-page {
    background: radial-gradient(circle at top left, rgba(75, 124, 214, 0.18), transparent 32rem), #090c12;
    color: #e8edf5;
}

body.sbos-public-page div#wrapper,
body.sbos-public-page div#footer {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;
}

body.sbos-public-page #content {
    width: 100%;
}

body.sbos-public-page #content {
    padding: 0 0 40px 0;
}

.sbos-page.sbos-wrap {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;
    margin: 0 auto;
    color: #e8edf5;
    font-family: 'Ubuntu', Arial, sans-serif;
    line-height: 1.72;
}

.sbos-page *,
.sbos-page *:before,
.sbos-page *:after {
    box-sizing: border-box;
}

.sbos-page .sbos-hero,
.sbos-page .sbos-panel,
.sbos-page .sbos-index {
    background: linear-gradient(180deg, rgba(25, 31, 41, 0.96) 0%, rgba(15, 19, 27, 0.98) 100%);
    border: 1px solid rgba(143, 166, 203, 0.20);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    margin: 22px 0;
}

.sbos-page .sbos-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(42px, 8vw, 92px) clamp(22px, 5vw, 64px);
}

.sbos-page .sbos-hero:before {
    content: '';
    position: absolute;
    inset: -30% -20% auto auto;
    width: 540px;
    height: 540px;
    background: radial-gradient(circle, rgba(116, 169, 255, 0.24), transparent 62%);
    pointer-events: none;
}

.sbos-page .sbos-hero-inner,
.sbos-page .sbos-hero-grid {
    position: relative;
    z-index: 1;
}

.sbos-page .sbos-hero h1 {
    color: #ffffff;
    font-size: clamp(48px, 9vw, 112px);
    line-height: 0.92;
    letter-spacing: -0.075em;
    margin: 0 0 24px 0;
    font-weight: 700;
}

.sbos-page .sbos-subtitle {
    color: #c8d3e2;
    font-size: clamp(18px, 2.4vw, 28px);
    line-height: 1.35;
    max-width: 900px;
    margin: 0;
}

.sbos-page .sbos-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.sbos-page .sbos-hero-actions a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(139, 183, 255, 0.12);
    border: 1px solid rgba(139, 183, 255, 0.30);
    color: #eaf2ff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.sbos-page .sbos-hero-actions a:hover {
    background: rgba(139, 183, 255, 0.20);
    color: #ffffff;
    text-decoration: none;
}

.sbos-page .sbos-hero-grid,
.sbos-page .sbos-callout-grid,
.sbos-page .sbos-feature-row,
.sbos-page .sbos-grid-2,
.sbos-page .sbos-grid-3,
.sbos-page .sbos-two-col,
.sbos-page .sbos-index,
.sbos-page .timeline {
    display: grid;
    gap: 18px;
}

.sbos-page .sbos-hero-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 48px;
}

.sbos-page .sbos-callout-grid,
.sbos-page .sbos-feature-row,
.sbos-page .sbos-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sbos-page .sbos-grid-2,
.sbos-page .sbos-two-col {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.sbos-page .sbos-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 20px;
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(18px);
}

.sbos-page .sbos-index a,
.sbos-page .sbos-card,
.sbos-page .sbos-stat,
.sbos-page .sbos-callout,
.sbos-page .sbos-exec-box,
.sbos-page .sbos-faq details {
    background: linear-gradient(180deg, rgba(32, 40, 53, 0.92), rgba(23, 29, 40, 0.92));
    border: 1px solid rgba(143, 166, 203, 0.18);
    border-radius: 16px;
}

.sbos-page .sbos-index a {
    padding: 14px 16px;
    color: #f3f7ff;
    text-decoration: none;
    transition: border-color .18s ease, transform .18s ease, background .18s ease;
}

.sbos-page .sbos-index a:hover {
    border-color: rgba(139, 183, 255, 0.55);
    background: linear-gradient(180deg, rgba(45, 56, 76, 0.96), rgba(29, 37, 51, 0.96));
    transform: translateY(-1px);
    color: #ffffff;
    text-decoration: none;
}

.sbos-page .sbos-index a span {
    display: block;
    color: #9fabbc;
    font-size: 12px;
    margin-top: 4px;
}

.sbos-page .sbos-panel {
    padding: clamp(30px, 5vw, 58px);
    scroll-margin-top: 24px;
}

.sbos-page .sbos-kicker {
    color: #8db7ff;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-weight: 700;
    margin-bottom: 12px;
}

.sbos-page h2 {
    color: #ffffff;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.055em;
    max-width: 980px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.sbos-page h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin: 0 0 12px 0;
    font-weight: 700;
}

.sbos-page p,
.sbos-page li {
    color: #d9e1ec;
    font-size: 16px;
    line-height: 1.78;
}

.sbos-page .sbos-lead {
    color: #b7c2d1 !important;
    font-size: clamp(18px, 2.1vw, 23px) !important;
    line-height: 1.55 !important;
    max-width: 980px;
    margin: 0 0 28px 0 !important;
}

.sbos-page .sbos-longform {
    max-width: 930px;
}

.sbos-page .sbos-longform p {
    font-size: 17px;
    line-height: 1.85;
    margin: 0 0 18px 0;
}

.sbos-page .sbos-card,
.sbos-page .sbos-stat,
.sbos-page .sbos-callout,
.sbos-page .sbos-exec-box {
    padding: 22px;
}

.sbos-page .sbos-card-large p,
.sbos-page .sbos-exec-box p,
.sbos-page .sbos-stat span,
.sbos-page .sbos-callout span {
    color: #b7c2d1;
}

.sbos-page .sbos-stat strong,
.sbos-page .sbos-callout strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.sbos-page .sbos-exec-box {
    border-color: rgba(141, 183, 255, 0.34);
    background: linear-gradient(180deg, rgba(28, 44, 70, 0.92), rgba(18, 27, 43, 0.92));
    position: sticky;
    top: 120px;
    align-self: start;
}

.sbos-page .sbos-diagram {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
    margin: 30px 0;
}

.sbos-page .sbos-diagram div {
    padding: 18px;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(38, 50, 70, 0.96), rgba(24, 32, 46, 0.96));
    border: 1px solid rgba(139, 183, 255, 0.26);
    border-radius: 14px;
}

.sbos-page .sbos-diagram span {
    position: relative;
}

.sbos-page .sbos-diagram span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    height: 2px;
    background: rgba(139, 183, 255, 0.42);
}

.sbos-page .sbos-diagram span:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(139, 183, 255, 0.65);
    border-right: 2px solid rgba(139, 183, 255, 0.65);
    transform: rotate(45deg);
}

.sbos-page .timeline {
    margin-top: 28px;
}

.sbos-page .sbos-timeline-item {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 22px;
    padding: 22px;
    background: linear-gradient(180deg, rgba(32, 40, 53, 0.74), rgba(23, 29, 40, 0.74));
    border: 1px solid rgba(143, 166, 203, 0.16);
    border-radius: 16px;
}

.sbos-page .sbos-year {
    color: #8db7ff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sbos-page .sbos-faq details {
    padding: 18px 20px;
    margin-top: 14px;
}

.sbos-page .sbos-faq summary {
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.sbos-page .sbos-faq details p {
    margin: 14px 0 0 0;
}

.sbos-page a {
    color: #9ec4ff;
}

.sbos-page a:hover {
    color: #c8dcff;
}

@media screen and (max-width: 1180px) {
    body.sbos-public-page div#wrapper,
    body.sbos-public-page div#footer {
        width: 100%;
        max-width: 100%;
    }

    .sbos-page .sbos-hero-grid,
    .sbos-page .sbos-callout-grid,
    .sbos-page .sbos-feature-row,
    .sbos-page .sbos-grid-3,
    .sbos-page .sbos-index {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 760px) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }

    body.sbos-public-page div#wrapper,
    body.sbos-public-page div#footer {
        width: 100%;
        max-width: 100%;
    }

    body.sbos-public-page div#content {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .sbos-page.sbos-wrap {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .sbos-page .sbos-hero,
    .sbos-page .sbos-panel,
    .sbos-page .sbos-index {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        margin: 0;
    }

    .sbos-page .sbos-hero,
    .sbos-page .sbos-panel {
        padding: 34px 18px;
    }

    .sbos-page .sbos-index {
        position: static;
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .sbos-page .sbos-hero-grid,
    .sbos-page .sbos-callout-grid,
    .sbos-page .sbos-feature-row,
    .sbos-page .sbos-grid-2,
    .sbos-page .sbos-grid-3,
    .sbos-page .sbos-two-col,
    .sbos-page .timeline,
    .sbos-page .sbos-timeline-item {
        grid-template-columns: 1fr;
    }

    .sbos-page .sbos-hero-actions {
        flex-direction: column;
    }

    .sbos-page .sbos-hero-actions a {
        width: 100%;
    }

    .sbos-page .sbos-exec-box {
        position: static;
    }

    .sbos-page .sbos-diagram {
        grid-template-columns: 1fr;
    }

    .sbos-page .sbos-diagram span {
        height: 24px;
    }

    .sbos-page .sbos-diagram span:before {
        top: 0;
        bottom: 0;
        left: 50%;
        right: auto;
        width: 2px;
        height: auto;
    }

    .sbos-page .sbos-diagram span:after {
        top: auto;
        bottom: 2px;
        left: calc(50% - 5px);
        right: auto;
        transform: rotate(135deg);
    }

    body.sbos-public-page div#masthead {
        width: 100%;
        height: auto;
        min-height: 48px;
        margin: 0;
        background-size: cover;
    }

    body.sbos-public-page div#masthead > a.masthead-logo {
        float: left;
        margin: 10px 0 8px 12px;
    }

    body.sbos-public-page div#masthead > a.masthead-cart {
        display: none;
    }

    body.sbos-public-page div#masthead > ul.masthead-nav {
        float: none;
        clear: both;
        margin: 0;
        padding: 8px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.sbos-public-page div#masthead > ul.masthead-nav > li {
        float: none;
        width: auto;
        height: auto;
        line-height: 1.3;
        margin: 0;
    }

    body.sbos-public-page div#masthead > ul.masthead-nav > li > a {
        display: block;
        padding: 10px 8px;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 8px;
    }

    body.sbos-public-page div#footer {
        height: auto;
        padding: 12px 10px 24px;
        box-sizing: border-box;
    }

    body.sbos-public-page div#footer > ul {
        height: auto;
        line-height: 1.5;
    }

    body.sbos-public-page span#footer-copyright {
        position: static;
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (max-width: 420px) {
    .sbos-page .sbos-hero h1 {
        font-size: 46px;
    }

    .sbos-page h2 {
        font-size: 32px;
    }

    .sbos-page .sbos-card,
    .sbos-page .sbos-stat,
    .sbos-page .sbos-callout,
    .sbos-page .sbos-exec-box {
        padding: 18px;
    }
}

/*
 * Star-Blade OS requested refinements
 * Removes subtitle/kicker dependency and makes the page index compact, static, and readable.
 */
.sbos-page .sbos-subtitle,
.sbos-page .sbos-kicker {
    display: none !important;
}

.sbos-page .sbos-index {
    position: static !important;
    top: auto !important;
    z-index: auto !important;
    backdrop-filter: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px !important;
    margin: 16px 0 28px 0 !important;
    border-radius: 18px !important;
}

.sbos-page .sbos-index a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-height: 34px !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.sbos-page .sbos-index a span {
    display: none !important;
}

.sbos-page .sbos-panel {
    scroll-margin-top: 20px !important;
}

.sbos-page .sbos-hero h1 {
    margin-bottom: 22px !important;
}

.sbos-page .sbos-panel h2:first-child,
.sbos-page .sbos-hero h1:first-child {
    margin-top: 0 !important;
}

@media screen and (max-width: 760px) {
    .sbos-page .sbos-index {
        padding: 12px !important;
        gap: 7px !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch;
    }

    .sbos-page .sbos-index a {
        flex: 0 0 auto !important;
        font-size: 12px !important;
        min-height: 32px !important;
        padding: 7px 11px !important;
    }
}
