/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
ul, ol {
    margin: 0;
    padding: 0 0 0 14px;
}
#sidebar ol,
#sidebar ul {
    padding:0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.wrapper {
    *zoom: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
.wrapper:before,
.wrapper:after {
    display: table;
    content: "";
    line-height: 0;
}
.wrapper:after {
    clear: both;
}
#page-top-bg {
    background-color: #000;
    height: 26px;
}
#page-top-bg #page-top {
    position: relative;
  background-color: #000;
  height: 26px;
}
#page-top-bg #page-top #slogan {
    background: transparent url(../images/memory-specialist.png) 0 0 no-repeat;
    position: absolute;
    height: 31px;
    top: 0px;
    width: 220px;
}
#page-top-bg #page-top #general-links {
    *zoom: 1;
    float: right;
    padding-top: 3px;
}
#page-top-bg #page-top #general-links:before,
#page-top-bg #page-top #general-links:after {
    display: table;
    content: "";
    line-height: 0;
}
#page-top-bg #page-top #general-links:after {
    clear: both;
}
#page-top-bg #page-top #general-links li {
    display: inline;
}
#page-top-bg #page-top #general-links li a {
    display: block;
    float: left;
    border-left: 1px solid #8d8d8d;
    color: #d4d4d4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.8125em;
    padding: 0 10px 0 10px;
    text-decoration: none;
}
#page-top-bg #page-top #general-links li:first-child a {
    border-left: 0px none;
}
#header {
    margin-top: 20px;
    margin-bottom: 10px;
    *zoom: 1;
}
#header:before,
#header:after {
    display: table;
    content: "";
    line-height: 0;
}
#header:after {
    clear: both;
}
#header #logo {
    background: transparent url(../images/data-systems-logo.png) 0px 0px no-repeat;
    width: 348px;
    height: 82px;
    float: left;
}
#header #search {
    float: left;
    margin-left: 60px;
    *display: inline;
    width: 290px;
}
#header #search p {
    font-size: 0.6875em;
    margin: 0;
}
#header #search p b {
    color: #d71821;
}
#header #register-cart {
    float: right;
    width: 235px;
}
#header #register-cart #register {
    color: #000;
    text-align: right;
    margin: 0 0 5px 0;
}
#header #register-cart #register a {
    color: #000;
    font-size: 0.6875em;
    text-decoration: none;
}
#header #register-cart #cart {
    background-color: #000;
    border-radius: 10px;
}
#main-wrapper {
    border: 1px solid #c4c2c2;
    width: 978px;
}
#main-wrapper #product-categories {
    width: 199px;
    float: left;
    /*border-right: 1px solid #cfcdcd;*/
    margin-bottom: 40px;
}
#main-wrapper #product-categories h2 {
    font-size: 0.8125em;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: 5px 0 5px 15px;
}
#main-wrapper #product-categories ul {
    list-style-type: none;
    border-top: 1px solid #cfcdcd;
    border-right: 1px solid #cfcdcd;
}
#main-wrapper #product-categories ul li a {
    display: block;
    font-size: 0.75em;
    color: #000;
    text-decoration: none;
    padding: 5px 0 5px 37px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #cfcdcd;
}
#main-wrapper #product-categories ul li a:hover {
    color: #d71821;
}
#main-wrapper #product-categories ul li.active-parent, #main-wrapper #product-categories > ul > .active {
    border-bottom: 1px solid #cfcdcd;
}

#main-wrapper #product-categories ul li ul#sub-category {
    border-top: 0px none;
    margin: 0 5px;
    padding: 0;
    /* background: #e5e5e5; */
}
#main-wrapper #product-categories ul li ul#sub-category li a {
    border-bottom: 0px none;
    padding-left: 25px;
}
#main-wrapper #product-categories ul li ul#sub-category li.active > a {
    color: #d71821;
}
#main-wrapper #product-categories ul li ul#sub-category li.active > a:hover {
    text-decoration: underline;
}
#main-wrapper #product-categories ul li ul#sub-category ul {
    margin-left: 10px;
    border: 0px none;
}
#main-wrapper #product-categories ul li ul#sub-category ul li a {
    color: #000;
}
#main-wrapper #product-categories ul li ul#sub-category ul li a:hover {
    color: #d71821;
}
#main-wrapper #content {
    float: left;
    margin-left: 25px;
    width: 710px;
}
#main-wrapper #content #breadcrumb {
    *zoom: 1;
}
#main-wrapper #content #breadcrumb:before,
#main-wrapper #content #breadcrumb:after {
    display: table;
    content: "";
    line-height: 0;
}
#main-wrapper #content #breadcrumb:after {
    clear: both;
}
#main-wrapper #content #breadcrumb ul {
    list-style-type: none;
    color: #000;
    float: left;
}
#main-wrapper #content #breadcrumb ul li {
    display: block;
    float: left;
    padding-right: 5px;
}
#main-wrapper #content #breadcrumb ul li a {
    font-size: 0.6875em;
    color: #000;
    text-decoration: none;
    font-size: 11px;
}
#main-wrapper #content #breadcrumb ul li a.current {
    color: #d71821;
    font-size: 11px;
}
#main-wrapper #content #breadcrumb #tags {
    float: right;
}
#main-wrapper #content #breadcrumb #tags a {
    background-color: #000;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #cfcfcf;
    font-size: 0.6875em;
    text-decoration: none;
    padding: 2px 5px;
    margin-left: 3px;
}
#main-wrapper #content #product {
    font-size:12px;
    *zoom: 1;
}
#main-wrapper #content #product:before,
#main-wrapper #content #product:after {
    display: table;
    content: "";
    line-height: 0;
}
#main-wrapper #content #product:after {
    clear: both;
}
#main-wrapper #content #product h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125em;
    color: #000;
    font-weight: 600;
}
#main-wrapper #content #product #images-text #product-images {
    float: left;
    width: 325px;
    height: 400px;
}
#main-wrapper #content #product #images-text #product-images #image-holder {
    border: 1px solid #cfcfcf;
}
#main-wrapper #content #product #images-text #product-info {
    float: left;
    width: 370px;
    margin: 0 0 0 30px;
}
#main-wrapper #content #product #images-text #product-info #availability {
    *zoom: 1;
    background-color: #f6f6f6;
    border-bottom: 1px solid #bababa;
    padding: 10px 10px 15px 10px;
}
#main-wrapper #content #product #images-text #product-info #availability:before,
#main-wrapper #content #product #images-text #product-info #availability:after {
    display: table;
    content: "";
    line-height: 0;
}
#main-wrapper #content #product #images-text #product-info #availability:after {
    clear: both;
}
#main-wrapper #content #product #images-text #product-info #availability table {
    width: 345px;
}
#main-wrapper #content #product #images-text #product-info #availability table th {
    font-size: 0.75em;
    text-align: left;
    width: 50%;
}
#main-wrapper #content #product #images-text #product-info #availability table td {
    font-size: 0.75em;
}
#main-wrapper #content #product #images-text #product-info #price {
    border-bottom: 1px solid #bababa;
    padding: 10px;
}
#main-wrapper #content #product #images-text #product-info #price img {
    margin: 10px 0 5px 0;
}
#main-wrapper #content #product #images-text #product-info #price #product-price {
    color: #d71821;
    font-size: 1.125em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    *margin-top: -28px;
}
#main-wrapper #content #product #images-text #product-info #price #vat {
    font-size: 0.6875em;
    font-family: Arial, sans-serif;
    color: #b3b3b3;
    margin: 0;
    padding: 0 0 10px 0;
}
#main-wrapper #content #product #images-text #product-info #price #shipping {
/*    font-size: 0.6875em; */
    font-size: 11px;
    margin: 0;
}

#main-wrapper #content #product #images-text #product-info #price #shipping a {
    color: #000;
}
#main-wrapper #content #product #images-text #product-info #price #shipping .price {
    color: #d71821;
}
#main-wrapper #content #product #images-text #product-info #description p {
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    color: #000;
}
#footer {
    clear: both;
    background-color: #f5f5f5;
    border-bottom: 10px solid #000;
    *zoom: 1;
    padding: 20px 10px;
}
#footer:before,
#footer:after {
    display: table;
    content: "";
    line-height: 0;
}
#footer:after {
    clear: both;
}
#footer #logo {
    background: transparent url(../images/data-systems-logo.png) 0 -101px no-repeat;
    width: 152px;
    height: 29px;
    float: left;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {

}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {

}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */

        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
         * Don't show links for images, or javascript/internal links
    */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */

    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page  {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.tx-dsshopcart-pi1 label, input, select{
    font-size: 12px;
}
.tx-dsshopcart-pi1 h1 {
    font-size: 16px;
}
.tx-dsshopcart-pi1 table {
    width: 95%;
}
.tx-dsshopcart-pi1 table tr td {
    font-size: 11px;
    vertical-align: top;
    padding: 5px 0px;
}
.tx-dsshopcart-pi1 .product-picture {
}
.tx-dsshopcart-pi1 .product-picture a {
    margin: 0 auto;
}
.tx-dsshopcart-pi1 .product-picture img{
    width: 150px;
}
.tx-dsshopcart-pi1 .product-text {
    /*width: 300px;*/
}

.tx-dsshopcart-pi1 .shopping-cart-error {
    color: red;
    font-weight: bold;
    font-size: 12px;
}
.tx-dsshopcart-pi1 input[type="text"],
.tx-dsshopcart-pi1 input[type="email"] {
    width: 290px;
}
.tx-dsshopcart-pi1 input.short {
    width: 30px;
}
.tx-dsshopcart-pi1 .confirmation-total td{
    text-align: right;
}

table p {
    margin:0;
    font-size:12px
}

.payment-plan-link {
    color: #4ab5e8;
    font-weight: bold;
    font-size: 11px;
}
.payment-plan-category {
    text-align: right;
    margin-right: 16px;
}


.availability-time-icon {
    position:relative;
    top:24px;
    left: 80px;
}

#product-check-availability {
    margin-top: -18px;
}


/* tuotenimien pilkkominen ettei mene seuraavan nimen päälle. */
p.name a {
    /*word-break: break-all;*/
    word-wrap: break-word;
}

form#example input[type=text] {
    margin-bottom: 6px;
    padding: 6px;
    border-radius: 4px;
    background: #fff;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text {
    margin-bottom: 6px;
    padding: 6px;
    border-radius: 4px;
    background: #fff;
}
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
  margin-bottom: 6px;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
}

fieldset.tx-powermail-pi1_fieldset {
    border: none;
    background: #fff;
}
fieldset.tx-powermail-pi1_fieldset legend {
    border-collapse: collapse;
    color: rgb(0, 0, 0);
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 19px;
    line-height: 18px;
}

fieldset.tx-powermail-pi1_fieldset label, div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title {
    display: block;
    width: 200px;
    float: left;
    font-weight: normal;
    font-size: 12px;
    color: #222;
    white-space: normal;
}

#tabs-content {
    margin-right: 12px;
}

#tab-compatible-products li.last {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

div.bx-wrapper ul {
    padding: 0;
}


a.config, a.nl {
    display: block;
    position: relative;
    background: #333;
    color: #fff !important;
    font-family: OpenSans, Helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    border-left: 10px solid #dadada;
    padding: 18px 0 18px 12px;
    margin: 0 0 10px 0;
    text-decoration: none !important;
}


a.config:after, a.nl:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #d92819 transparent;
    content: "";
}

a.config:hover, a.nl:hover {
    border-color: #d92819;
}

a.nl {
    margin: 30px 12px 10px 0;
    padding: 10px 0 10px 12px;
}

.fancybox-inner {
    width: inherit !important;
    height: inherit !important;
}

#search-form #search-results {
  position: absolute;
  z-index: 99999;
  margin-top: -22px;
  margin-left: 0px;
  width: 570px;
  overflow: hidden;
  border: 1px solid #fff;
  display: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
  background: #fff;
}

ul#search-results-list, #search-results-categories ul  {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 570px;
  overflow: hidden;
}

ul#search-results-list a, #search-results-categories ul a {
    color: #000;
    background: transparent;
    display: block;
    padding: 8px 10px;
    height: 15px;
    line-height: 16px;
    /*
    transition-property:color, background;
    transition-duration: .02s;
    transition-timing-function: linear;
    */
}
ul#search-results-list a:hover, #search-results-categories ul a:hover {
    background: rgba(0,0,0,.5);
    color: #fff;
    /*
    transition-property:color, background;
    transition-duration: .02s;
    transition-timing-function: linear;
    */
}

ul#search-results-list li, #search-results-categories ul li {
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 12px;
  width: 570px;
  overflow: hidden;
  white-space: nowrap;
}
ul#search-results-list li:nth-child(odd), #search-results-categories ul li:nth-child(odd) {
    background: rgba(0, 0, 0, .1)
}

#search-form input.loading {
  background-image: url('/fileadmin/user_upload/search/search-loader.gif');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

ul#search-results-list span.name, #search-results-categories span.name {
    display: inline-block;
    width: 440px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 11px;
    font-style: normal;
}

ul#search-results-list span.productnumber, #search-results-categories span.amount {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    width: 95px;
}

#search-results-categories h4 {
    margin: 0;
    color: #fff;
    background: #000;
    padding: 5px 10px;
    font-size: 12px;
}



.checkout-banner {
    text-align: center;
    margin-top:20px;
}
.checkout-banner .csc-default {
    margin-right:0px;
}
.at4-icon > span {
  display: none;
}