/* Reset default browser styles */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

.strike {text-decoration: line-through;}

/*------------------------------------------------------------------*/

body {
    color: #333;
    min-width: 980px;
}

body, input, textarea, select, td, button {
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
}

a {
    color: #CC0066;
}

a.magenta {
    color: #cc0066;
}

a:hover, a:active, a:focus {
    color: #ed1c24;
    text-decoration: none;
}





strong {
    font-weight: bold;
}

.rounded5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.rounded5left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.rounded5bottom {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.rounded5right {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.w960 {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: .8em;
}

button.blue {
    background: #00A0D2;
    color: white;
    border-radius: 2px;
}

button.blue:hover, button.gray:hover {
    background: #03aee3;
    -webkit-box-shadow: 0 0 4px #83e1ff;
    -moz-box-shadow: 0 0 4px #83e1ff;
    -o-box-shadow: 0 0 4px #83e1ff;
    -ms-box-shadow: 0 0 4px #83e1ff;
    box-shadow: 0 0 4px #83e1ff;
    color: #fff;
}

button.blue:active, button.blue:focus, button.gray:active, button.gray:focus {
    background: #028db9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

button.magenta {
    background: #cc0066;
    color: white;
    border-radius: 2px;
}

button.magenta:hover {
    background: #df0371;
    -webkit-box-shadow: 0 0 4px #ed5aa4;
    -moz-box-shadow: 0 0 4px #ed5aa4;
    -o-box-shadow: 0 0 4px #ed5aa4;
    -ms-box-shadow: 0 0 4px #ed5aa4;
    box-shadow: 0 0 4px #ed5aa4;
}

button.magenta:focus, button.magenta:active {
    background: #b00159;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

button.orange {
    background: #e36b00;
    color: white;
}

button.orange:hover {
    background: #e36000;
    -webkit-box-shadow: 0 0 4px #e36b00;
    -moz-box-shadow: 0 0 4px #e36b00;
    -o-box-shadow: 0 0 4px #e36b00;
    -ms-box-shadow: 0 0 4px #e36b00;
    box-shadow: 0 0 4px #e36b00;
}

button.orange:focus, button.orange:active {
    background: #e34000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

button.black {
    background: #333;
    color: white;
}

button.black:hover {
    background: #000;
    -webkit-box-shadow: 0 0 4px #999;
    -moz-box-shadow: 0 0 4px #999;
    -o-box-shadow: 0 0 4px #999;
    -ms-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
}

button.black:focus, button.black:active {
    background: #555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

button.gray {
    background: #ddd;
    color: #333;
}

button.green {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
    border-radius: 2px;
    position: relative;
}

button.green:hover {
    opacity: .8;
}

button.green:focus, button.green:active {
    background: #ed1c24;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/*- Header ---------------------------------------------------------------*/

#header {
    margin-bottom: 20px;
}

/* Top bar */

#top {
    width: 100%;
    height: 95px;
    background: #E3E3E3;
    color: #666;
    margin: 0;
}

#top .tel {
    display: block;
    float: left;
    color: #FFFFFF;
    font-size: .9em;
    font-weight: bold;
    text-decoration: none;
    height: 37px;
    background: #CC0066;
    line-height: 35px;
    text-align: center;
    width: 128px;
    margin-right: 10px;
}

#top .tel a {
    color: #FFFFFF;
    text-decoration: none;
}

#top .call {
    display: block;
    float: left;
    margin-right: 15px;
}

#top .menu-help {
    float: left;
}

#top .menu-help li {
    float: left;
    margin-right: 10px;
}

#top .menu-user {
    float: right;
}

#top .menu-user li {
    float: left;
    margin-left: 5px;
}

#top .menu-user .track {
    margin-left: 10px;
}

#top .menu-user .track a {
    border-left: 1px solid #666;
    padding-left: 10px;
}

#top .call, #top .menu-help, #top .menu-user {
    height: 35px;
    line-height: 35px;
    font-size: .8em;
}

/* Head */

#subhead {
    position: relative;
    background: #333;
    height: 44px;
}

/* Search form */

#keywordSearchForm {
    position: absolute;
    top: 30px;
    right: 0;
}

#keyword {
    width: 199px;
    padding: 0 6px;
    height: 23px;
    border: 1px solid #757575;
    float: left;
}

#keyword::-ms-clear {
    display: none;
}

#keyword::-webkit-input-placeholder { 
    //text-align: center;
}
#keyword::-moz-placeholder { /* Firefox 19+ */
    //text-align: center;
}
#keyword:-moz-placeholder { /* Firefox 18- */
    //text-align: center;
}
#keyword:-ms-input-placeholder  {
    //text-align: center;
}

#searchButton {
    width:25px;
    height:25px;
    overflow: hidden;
    background: #5b5b5b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViNWI1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjNmM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #5b5b5b 0%, #3f3f3f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5b5b5b 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5b5b5b 0%,#3f3f3f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5b5b5b 0%,#3f3f3f 100%); /* IE10+ */
    background: linear-gradient(top,  #5b5b5b 0%,#3f3f3f 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-8 */
    text-indent: -5000px;
    position:relative;
    float: left;
}

#searchButton:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    content: ' ';
    opacity: .7;
}

#searchButton:hover:after {
    opacity: 1;
}

/* Menu */

#menu {
    height: 34px;
    z-index: 999;
    background: #3f3f3f; /* Old browsers */
    margin-bottom: 15px;
}

#menu ul {
    height: 34px;
    position: relative;
    z-index: 999;
}

#menu li {
    list-style: none;
    height: 34px;
    float: left;
}

#menu li ul {
    display: none;
    z-index: 100;
    position: relative;
    width: 120%;
}

#menu li li {
    display: inline;
    float: none;
}

#menu li ul a {
    color: #FFFFFF;
    background-color: #5b5b5b;
    display: block;
    white-space: nowrap;
    width: auto;
    padding: 7px 15px;
    text-decoration: none;
    font-size: 12px;
}

#menu li ul a:hover {
    background-color: #CC0066;
}

#menu li ul li:last-child {
    font-weight: bold;
}

#toner-cartridges {
    width: 180px;
}

#ink-cartridges {
    width: 130px;
}

#remans {
    width: 232px;
}

#m-kits {
    width: 150px;
}

#ribbons {
    width: 168px;
}

#hot-offer {
    width: 100px;
}

#hot-offer a {
    background: #cc0066;
}

#menu .menu-item:first-child ul {
    left: 5px;
}

#menu .menu-item:last-child ul {
    left: -25px;
}

#menu a.a {
    display: block;
    height: 34px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #ebebeb;
    text-decoration: none;
    line-height: 32px;
    font-size: 13px;
    font-family: Trebuchet MS, sans-serif;
    text-shadow: 0px 1px 1px #000000;
}

#menu a.a:hover, #menu .menu-item:hover a.a {
    background: #5b5b5b;
    text-shadow: none;
}

#menu .menu-item:hover ul {
    display: block;
}

/*- Body ---------------------------------------------------------------*/

#body {
    margin-bottom: 30px;
    margin-top: 0;
}

#side {
    float: left;
    width: 234px;
    margin-right: 16px;
    margin-top: 0;
}

#content {
    //float: left;
    //width: 710px;
    //margin-top: 0;
    //margin: 0 auto;
}

/* Supplies finder */

#sfinder {
    height: 228px;
    position: relative;
}

#sfinder .title {
    color: #000;
    margin-left: 160px;
    padding-top: 50px;
    font-size: 14px;
    margin-bottom: 30px;
}

#sfinder form {
    margin-left: 158px;
}

#sfinder fieldset {
    width: 200px;
    margin-right: 25px;
    float: left;
}

#sfinder label {
    font-size: 18px;
    font-weight: bold;
    color: #aaa;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

#sfinder label.enabled {
    color: #ed1c24;
}

#sfinder select {
    display: block;
    height: 30px;
    font-size: 14px;
    width: 198px;
    border: 1px solid #ed1c24;
    line-height: 30px;
}

#sfinder select[disabled=disabled], #sfinder select:disabled {
    border: 1px solid #ddd;
    color: #aaa;
}

@-moz-document url-prefix() {
    #sfinder select {
        padding: 4px 0;
    }
}

#sfinder .loader {
    width: 16px;
    height: 16px;
    background: url('/i/loader-16x16-whitebg.gif') no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

/* Left side panel */

#pan {
    background: #F7F7F7;
}

#pan .b {
    color: #333;
    display: block;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #fff !important;
    width: 209px;
}

#pan .b span {
    display: block;
}

#pan .b img {
    margin-bottom: 6px;
}

#pan .b .link {
    font-size: .9em;
    text-decoration: underline;
}

#pan .b .desc {
    font-size: .7em;
    color: #999;
    margin-top: 4px;
}

#pan span.b .link, #pan a.b:hover .link {
    text-decoration: none;
}

#pan .contacts {
    padding: 20px 0 20px 15px;
    font-size: .75em;
    text-align: left;
}

#pan .contacts a {
    color: #333;
    text-decoration: none;
    display: block;
    margin: 10px 0;
    padding: 2px 0 2px 22px;
}

/*
#pan .contacts .chat {
    background: url(/i/icon-live.gif) no-repeat 0 3px;
}
*/

#pan .contacts .tel {
    background: url(/i/icon-phone.gif) no-repeat 0 1px;
}

#pan .contacts .mail {
    background: url(/i/icon-email.gif) no-repeat 0 2px;
}

#pan .proof {
    border: none;
    text-align: left;
    font-size: .9em;
}

#pan .proof li {
    margin: 10px 0;
}

#pan .proof li:before {
    content: '- ';
}

#pan .proof a {
    color: #333;
    text-decoration: none;
    /*background: url(/i/icon-details.gif) no-repeat 100% 50%;*/
    padding-right: 15px;
}

#pan .proof a:hover {
    text-decoration: underline;
    color: #cc0066;
}

/* Banner */

#countdown {
    position: absolute;
    top: 40px;
    left: 264px;
    width: 254px;
    height: 69px;
}

#countdown .nums, #countdown .cd_sp {
    color: #FFFFFF;
    font: 36px Times, sans-serif;
    width: 73px;
    float: left;
    text-align: center;
}

#countdown .cd_sp {
    width: 17px;
}

#main-promo {
    margin-top: 1px;
    position: relative;
}

#main-promo ul {
    width: 960px;
    height: 230px;
    overflow: hidden;
}

#main-promo li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 230px;
    overflow: hidden;
}

#main-promo .current {
    display: block;
}

#bullets {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#bullets a {
    display: block;
    width: 5px;
    height: 5px;
    overflow: hidden;
    background: #ccc;
    float: left;
    text-indent: -10000px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
}

#bullets a.cb {
    background: #CC0066;
}

#prnt-tnr {
    width: 118px;
    height: 19px;
    position: absolute;
    display: block;
    text-indent: -10000px;
    top: 79px;
    left: 430px;
}

#cpr-tnr {
    width: 223px;
    height: 19px;
    position: absolute;
    display: block;
    text-indent: -10000px;
    top: 100px;
    left: 430px;
}

#fx-tnr {
    width: 137px;
    height: 19px;
    position: absolute;
    display: block;
    text-indent: -10000px;
    top: 122px;
    left: 430px;
}

#ink-crtrdg {
    width: 114px;
    height: 19px;
    position: absolute;
    display: block;
    text-indent: -10000px;
    top: 144px;
    left: 430px;
}

/* Brand list */

#brand-list {
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

#brand-list h2 {
    background: url('/i/favicon.gif') no-repeat 0 50%;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.top-brands {
    float: left;
    width: 260px;
}

.top-brands li, .list-brands li {
    margin-bottom: 5px;
}

.list-brands {
    float: left;
    width: 600px;
}

.list-brands ul {
    float: left;
    width: 170px;
    padding-left: 30px;
}

.all-brands {
    float: left;
    width: 449px;
    border-left: 1px solid #ddd;

}

#brand-list h3 {
    font-size: .9em;
    margin-bottom: 22px;
    padding: 3px 0 0 25px;
}

.all-brands ul {
    float: left;
    width: 123px;
    padding-left: 25px;
    font-size: .75em;
}

.all-brands li {
    margin-bottom: 5px;
}

.all-brands li ul, .top-brands  li ul {
    display: none;
}

#pop {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 170px !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    font-size: 12px !important;
    padding: 15px !important;
    display: none;
    z-index: 99999;
}

#pop .close {
    position: absolute;
    top: 5px;
    right: 8px;
    color: #999;
    text-decoration: none;
}

#pop li {
    list-style: none outside;
    margin-bottom: .5em;
}

/* Top cartridges */

#cartridge-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

#cartridge-top h2 {
    background: url('/i/favicon.gif') no-repeat 0 50%;
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: 1.1em;
}

#cartridge-list {
    position: relative;
}

#cartridge-list .prev, #cartridge-list .next {
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
    display: block;
    position: absolute;
    top: 50%;
    text-indent: -5000px;
    margin-top: -13px;
    outline: none;
}

#cartridge-list .prev {
    left: 0;
}

#cartridge-list .next {
    right: 0;
}

#cartridge-list .prev:after, #cartridge-list .next:after {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 5px;
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#cartridge-list .prev:after {
    border-right: 8px solid #ccc;
    left: 8px;
}

#cartridge-list .next:after {
    border-left: 8px solid #ccc;
    right: 8px;
}

#cartridge-list .clip {
    overflow: hidden;
    width: 630px;
    height: 240px;
    margin: 0 40px;
    position: relative;
}

#cartridge-list .roll {
    height: 240px;
}

#cartridge-list .item {
    float: left;
    width: 200px;
    height: 240px;
    padding: 0 5px;
    text-align: center;
    position: relative;
}

#cartridge-list .tag {
    position: absolute;
    top: 20px;
    right: 10px;
}

#cartridge-list .tag a {
    display: block;
    text-indent: -10000px;
    width: 54px;
    height: 40px;
    background: url(/i/hot-price.png) no-repeat;
}

#cartridge-list .link {
    display: block;
    font-size: .75em;
    color: #333;
    text-decoration: none;
}

#cartridge-list .link img {
    margin-bottom: 4px;
}

#cartridge-list .link span {
    display: block;
    height: 32px;
    overflow: hidden;
}

#cartridge-list .free {
    font-size: .75em;
    color: #060;
    margin-bottom: 3px;
}

#cartridge-list .price {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: .9em;
}

#cartridge-list button {
    width: 97px;
    font-size: .75em;
    height: 20px;
}

/* Featured devices */

#featured-list {

}

#featured-list h2 {
    background: url('/i/favicon.gif') no-repeat 0 50%;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

#featured-list .block {
    float: left;
    width: 50%;
}

#featured-list ul {
    float: left;
    width: 160px;
    font-size: .75em;
    margin-right: 15px;
}

#featured-list li {
    margin-bottom: 5px;
}

/*- Footer ------------------------------------------------------------*/

#footer {
    background: #E3E3E3;
}

.footer-checkout {
    background: #fff !important;
}

#footer .content {
    padding: 0;
}

#footer .clearfix {
    padding: 15px 0;
}

#footer .submenu {
    float: right;
    font-size: .75em;
}

#footer .submenu li {
    float: left;
    margin-left: 15px;
}

#footer .submenu a {
    color: #333;
}

#footer .copy {
    float: left;
    font-size: 12px;
    line-height: 1.5em;
    width: 300px;
    padding-top: 10px;
}

#footer .copy .logo {
    margin-bottom: 10px;
}

#footer .payment-ship {
    float: right;
    padding-top: 35px;
}

#footer .payment {
    width: 293px;
    height: 23px;
    background: url(/i/payment.jpg) no-repeat;
    margin-right: 40px;
    float: left;
}

#footer .ship {
    width: 117px;
    height: 23px;
    background: url(/i/ship.jpg) no-repeat;
    float: left;
}

/*- Path ---------------------------------------------------------------*/

.path {
    font-size: 12px;
    padding: 15px 0 40px 0;
    margin-top: 0;
    color: #ccc;
}

.path .title {
    font-weight: bold;
}

/*- Cartridge Head ---------------------------------------------------*/

#cartridge-head {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#cartridge-head .photo-block, #printer-page .photo-block {
    float: left;
    width: 402px;
}

#cartridge-head .photo-block .big, #printer-page .photo-block .big {
    width: 400px;
    height: 400px;
    border: 1px solid #ddd;
    margin-bottom: 11px;
    position: relative;
}

#cartridge-head .photo-block .hot:after {
    content: '';
    width: 54px;
    height: 40px;
    display: block;
    position: absolute;
    top: -7px;
    right: -15px;
    background: url(/i/hot-price.png) no-repeat;
}

#cartridge-head .photo-block .big img, #cartridge-head .photo-block .preview img, #printer-page .photo-block .big img, #printer-page .photo-block .preview img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#cartridge-head .photo-block .preview, #printer-page .photo-block .preview {
    margin-left: -5px;
    width: 412px;
}

#cartridge-head .photo-block .preview a, #printer-page .photo-block .preview a {
    display: block;
    float: left;
    border: 1px solid #ddd;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0 6px 0 5px;
}

#cartridge-head .desc {
    margin-left: 442px;
}

#cartridge-head h1, #printer-page h1 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

#cartridge-head h2, #printer-page h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

#cartridge-head .printers, #cartridge-head .shipping {
    font-size: .9em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

#cartridge-head .price {
    border-top: 1px solid #ddd;
    margin-bottom: 25px;
}

#cartridge-head .price .item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    height: 30px;
}

#cartridge-head .price .item div {
    float: left;
}

#cartridge-head .price .title {
    font-size: .8em;
    line-height: 24px;
    width: 150px;
}

#cartridge-head .price .ent {
    width: 90px;
}

#cartridge-head .price .value {
    font-size: 1.3em;
}

#cartridge-head .price .txt {
    border: 1px solid #ccc;
    width: 40px;
    text-align: center;
    font-size: .9em;
    height: 22px;
    padding: 0;
    margin-left: 9px;
}

#cartridge-head .price button {
    height: 24px;
    padding: 0 15px;
}

#cartridge-head .price .num {
    float: left;
    margin: 0 5px;
}

#cartridge-head .price .rec, #cartridge-head .price .inc {
    text-indent: -5000px;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    float: left;
    margin-top: 7px;
}

#cartridge-head .price .rec {
    border-right: 5px solid #ccc;
}

#cartridge-head .price .inc {
    border-left: 5px solid #ccc;
}

#cartridge-head .price .more {
    margin-top: 20px;
}

#cartridge-head .price .but {
    margin-right: 15px;
}

#cartridge-head .price .note {
    font-size: .8em;
    line-height: 24px;
}

#cartridge-head .discount {
    position: relative;
}

#cartridge-head .popup {
    position: absolute;
    top: -80px;
    left: -10px;
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    display: none;
}

#cartridge-head .popup h3 {
    font-weight: bold;
}

#cartridge-head .popup p {
    color: #999;
    font-size: .8em;
}

#cartridge-head .popup a {
    position: absolute;
    display: block;
    top: 2px;
    right: 8px;
    text-decoration: none;
    color: #ccc;
    font-size: 1.1em;
}

/*- Cartridge Desc ---------------------------------------------------*/


#cartridge-description h2 {
    font-size: 20px;
    margin-bottom: 1em;
    background: url('/i/favicon.gif') no-repeat 0 50%;
    padding-left: 25px;
}

#cartridge-description h3, #printer-page h3 {
    font-size: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}

#cartridge-description p, #cartridge-head p, #printer-page p {
    font-size: .9em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

#cartridge-description table, #cartridge-head table, #printer-page table {
    width: 100%;
    font-size: .8em;
    margin-bottom: 2em;
}

#cartridge-description .t {
    width: 40%;
}

#cartridge-description tr, #cartridge-head tr, #printer-page tr {
    border-bottom: 1px dotted #ddd;
}

#cartridge-description td, #cartridge-head td, #printer-page td {
    padding: 5px 0;
}

.devices {
    margin-bottom: 2em !important;
    padding: 0 !important;
}

ul.devices li {
    float: left;
    display: block;
    width: 126px;
    margin: 0 4px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 100px;
    font-size: .75em;
    text-align: center;

}

.devices a {
    display: block;
}

#cartridge-description .level {
    text-align: center;
    font-weight: bold;
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 20px;
    margin-bottom: 2em;
}

#cartridge-description ul, #printer-page ul {
    margin-bottom: 1em;
    font-size: .9em;
    list-style: disc outside;
    padding-left: 30px;
}

#cartridge-description li, #printer-page li {
    line-height: 1.5em;
    margin-bottom: 1em;
}

#cartridge-description .sep {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#supplies {
    border-top: 1px solid #ddd;
    margin-bottom: 2em;
}

#supplies .item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
	position: relative;
}

#supplies .item .best-offer {
	width: 85px;
	height: 85px;
	background: url(../i/best-offer.png) no-repeat;
	text-indent: -10000px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#supplies .img {
    float: left;
    width: 120px;
    margin-right: 5px;
    position: relative;
}

#supplies .img a img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#supplies .img .labels {
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#supplies .img .labels img {
	margin-right: 2px;
}

#supplies .hot {
    position: relative;
}

#supplies .hot:after {
    background: url("/i/hot-price.png") no-repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: -7px;
    width: 54px;
}

#supplies .desc {
    float: left;
    font-size: .8em;
    width: 405px;
}

#supplies .desc .t {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

#supplies .desc .t span {
    font-size: 1.2em;
    font-weight: bold;
}

#supplies .desc .t span:before {
    content: '[ ';
    color: #999;
    font-weight: normal;
}

#supplies .desc .t span:after {
    content: ' ]';
    color: #999;
    font-weight: normal;
}

#supplies .desc p {
    margin-bottom: 1.5em;
}

#supplies .desc .black, #supplies .desc .magenta, #supplies .desc .cyan, #supplies .desc .yellow, #supplies .desc .red, #supplies .desc .green, #supplies .desc .blue, #supplies .desc .gray, #supplies .desc .color,  #supplies .desc .purple, #supplies .desc .violet, #supplies .desc .orange, #supplies .desc .white, #supplies .desc .gloss-enhancer,
.itm > strong.black, .itm > strong.magenta, .itm > strong.cyan, .itm > strong.yellow, .itm > strong.red, .itm > strong.green, .itm > strong.blue, .itm > strong.gray, .itm > strong.color, .itm > strong.purple, .itm > strong.violet, .itm > strong.orange,  #supplies .desc .white,  #supplies .desc .gloss-enhancer
 {
    padding-left: 16px;
    position: relative;
    width: 90%;
}

#supplies .desc .cmyk, 
.itm > strong.cmyk {
    padding-left: 30px;
    position: relative;
    width: 90%;
}

#supplies .desc .cmy,
.itm > strong.cmy {
    padding-left: 25px;
    position: relative;
    width: 90%;
}

#supplies .desc .black:before, #supplies .desc .magenta:before, #supplies .desc .cyan:before, #supplies .desc .yellow:before, #supplies .desc .red:before, #supplies .desc .green:before, #supplies .desc .blue:before, #supplies .desc .gray:before, #supplies .desc .color:before, #supplies .desc .purple:before, #supplies .desc .violet:before, #supplies .desc .orange:before, #supplies .desc .white:before, #supplies .desc .gloss-enhancer:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: 4px;
    left: 0;
}

#supplies .desc .cmyk:before {
    content: '';
    width: 24px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../i/cmyk.png) no-repeat;
}

#supplies .desc .cmy:before {
    content: '';
    width: 19px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../i/cmy.png) no-repeat;
}

#supplies .desc .gloss-enhancer:before {
    background: url(../i/gloss.gif) no-repeat;
}

#supplies .desc .black:before {
    background: black;
}

#supplies .desc .magenta:before {
    background: magenta;
}

#supplies .desc .cyan:before {
    background: cyan;
}

#supplies .desc .yellow:before {
    background: yellow;
}

#supplies .desc .red:before {
    background: red;
}

#supplies .desc .green:before {
    background: green;
}

#supplies .desc .blue:before {
    background: blue;
}

#supplies .desc .gray:before {
    background: gray;
}

#supplies .desc .purple:before {
    background: purple;
}

#supplies .desc .violet:before {
    background: violet;
}

#supplies .desc .orange:before {
    background: orange;
}

#supplies .desc .white:before {
    background: white;
}

#supplies .desc .price {
    font-size: 1.6em;
    font-weight: bold;
    margin-right: 20px;
}

#supplies .desc .strike {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

#supplies .desc .free {
    color: red;
}

#supplies form {
    float: left;
    text-align: center;
    width: 138px;
    padding-top: 15px;
	position: relative;
}

#supplies .ent {
    display: inline-block;
    margin-bottom: 10px;
}

#supplies .txt {
    border: 1px solid #ccc;
    width: 40px;
    text-align: center;
    font-size: .9em;
    height: 22px;
    padding: 0;
    margin-left: 9px;
}

#supplies button {
    height: 24px;
    padding: 0 15px;
}

#supplies .num {
    float: left;
    margin: 0 5px;
}

#supplies .rec, #supplies .inc {
    text-indent: -5000px;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    float: left;
    margin-top: 7px;
	overflow: hidden;
}

#supplies .rec {
    border-right: 5px solid #ccc;
}

#supplies .inc {
    border-left: 5px solid #ccc;
}

#cartridge-side {
    float: right;
    width: 235px;
}

#cartridge-side .banner {
    margin-bottom: 10px;
    width: 235px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

#cartridge-side .banner li {
    width: 235px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#cartridge-side .banner .step-small1 {
    display: block;
}

#prnt-tnr-s {
    width: 117px;
    height: 19px;
    position: absolute;
    display: block;
    text-indent: -10000px;
    top: 295px;
    left: 14px;
}

#cpr-tnr-s {
    width: 214px;
    height: 19px;
    position: absolute;
    display: block;
    text-indent: -10000px;
    top: 317px;
    left: 14px;
}

#fx-tnr-s {
    width: 132px;
    height: 19px;
    position: absolute;
    display: block;
    text-indent: -10000px;
    top: 340px;
    left: 14px;
}

#ink-crtrdg-s {
    width: 109px;
    height: 19px;
    position: absolute;
    display: block;
    text-indent: -10000px;
    top: 360px;
    left: 14px;
}

#printer-popular h4 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

#printer-popular ul {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
    font-size: .9em;
}

#printer-popular li {
    list-style: none;
    float: left;
    width: 25%;
    margin-bottom: .5em;
}

/*- Printer ----------------------------------*/

.big-left {
    width: 402px;
    float: left;
}

.big-left .photo-block {
    float: none !important;
    margin-bottom: 2em;
}

.big-left #printer-popular li {
    width: 50% !important;
}

.big-right {
    margin-left: 442px;
}

.big-right h2 {
    font-size: 1.2em !important;
}

#printer-page strong {
    font-weight: bold;
}

.big-right #cartridge-description {
    width: 518px !important;
}

.big-right #supplies .desc {
    border: none !important;
    width: 300px !important;
}

.big-right #supplies .img {
    width: 100px !important;
}

.big-right #supplies form {
    width: 110px !important;
}

/*- Category -----------------------------------------------------------*/

#about, .about {
    padding-bottom: 20px;
}



#content h1 {
	font-size: 1.5em;
    margin-bottom: 1em;
}

#about h2, .about h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

#about h3 {
    font-size: .9em;
    margin-bottom: 1em;
    font-weight: bold;
}

#about p, .about p {
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: .9em;
}

#about .attention {
    text-align: center;
    font-weight: bold;
    color: #CC0066;
    background: #fffcde;
    padding: 15px 0;
}

#about ul {
    margin-bottom: 1em;
    list-style: disc outside;
    padding-left: 30px;
    font-size: .9em;
}

#about .note {
    padding: 10px 15px;
    background: #eee;
}

#about li {
    line-height: 1.5em;
    margin-bottom: .5em;
}

#about .links {
    width: 300px;
    float: left;
}

.brandcat .logo {
    height: 66px;
}

.brandcat .logo img {
    float: right;
}

.brandcat .logo h1 {
    display: block;
    height: 66px;
    line-height: 68px;
}

.brand-series ul {
    padding: 0 !important;
    float: left;
    width: 200px;
    margin-right: 20px;
}

.brand-series li {
    list-style: none;
}

.brand-series a {
    text-decoration: none;
    border-bottom: 1px dotted #CC0066;
}

/*- Device List ----------------------------------------------------*/

#device-list h2 {
    background: url('/i/favicon.gif') no-repeat 0 50%;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

#device-list p {
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: .9em;
}

#device-list div.block > a {
    text-decoration: none;
}

#device-list h3 {
    font-weight: bold;
    background: #525252;
    font-size: .8em;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 1px;
    position: relative;
    cursor: pointer;
}

#device-list .closed ul {
    display: none;
}

#device-list .closed h3:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;

    border-left: 6px solid #fff;
    position: absolute;
    top: 7px;
    right: 15px;
}

#device-list .opened h3:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;

    border-top: 6px solid #fff;
    position: absolute;
    top: 11px;
    right: 15px;
}

#device-list ul {
    width: 226px;
    float: left;
}

#device-list li {
    font-size: .75em;
    margin: 0 1px 1px 0;
    background-color: #fff;
    padding: 5px 10px;
}

#device-list .block {
    margin: 0;
    border: none;
    padding: 0;
}

/*- Login Form -*/

.form {
    margin-bottom: 30px;
}

.form button {
    height: 24px;
    padding: 0 15px;
}

.form h3 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: .9em;
}

.form .row {
    margin-bottom: 15px;
}

.form label {
    margin-right: 10px;
}

.form select {
    padding: 3px 8px;
}

input#email {
    width: 250px;
}

.form .txt {
    padding: 3px 8px;
}

.form .fp {
    font-size: .8em;
}

.columns label {
    display: inline-block;
    width: 170px;
}

.checkbox {
    position: relative;
}

.checkbox label {
    width: auto !important;
    margin-left: 30px;
}

.checkbox input {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
}

.form .radio {
    padding-left: 10px;
    width: auto !important;
    margin-right: 30px;

}

label.long {
    width: auto;
    font-size: .8em;
}

.error {
    padding: 6px 15px;
    background: #fefce1;
    color: #790000;
}

/*- Narrow Search ------------------------------------------------------*/

#narrow-search {
    padding-bottom: 15px;
}

#narrow-search h2 {
    font-size: 1.1em;
    margin-bottom: .8em;
}

#narrow-search h3 {
    font-size: 1em;
    margin-bottom: .8em;
}

#narrow-search ul {
    font-size: .8em;
    margin-bottom: 1.5em;
}

#narrow-search li {
    margin-bottom: .4em;
}

#narrow-search .yellow, #narrow-search .cyan, #narrow-search .magenta, #narrow-search .black {
    padding-left: 16px;
    position: relative;
}

#narrow-search .cmyk {
    padding-left: 30px;
    position: relative;
}

#narrow-search .yellow:before, #narrow-search .cyan:before, #narrow-search .magenta:before, #narrow-search .black:before {
    content: '';
    width: 10px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

#narrow-search .cmyk:before {
    content: '';
    width: 24px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../i/cmyk.png) no-repeat;
}

#narrow-search .yellow:before {
    background-color: yellow;
}

#narrow-search .cyan:before {
    background-color: cyan;
}

#narrow-search .magenta:before {
    background-color: magenta;
}

#narrow-search .black:before {
    background-color: black;
}

.search-paging {
    font-size: .8em;
    margin-bottom: 20px;
}

.search-paging .prev {
    float: left;
}

.search-paging .next {
    float: right;
}

.search-paging .pages {
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
}

.search-paging .pages a {
    margin: 0 3px;
}

.search-paging .dis {
    color: #333;
    text-decoration: none;
    cursor: default;
}

p.try {
    margin-bottom: 30px;
}

#not-found h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

#not-found p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

#not-found label {
    display: inline-block;
    width: 100px;
}

#not-found button {
    margin-left: 113px;
}

.search .desc {
    width: 440px !important;
}

.search .request {
    padding: 10px 15px;
    background: #f6f6f6;
    display: inline-block;
    margin-bottom: 20px;
}

.search .request p {
    margin-bottom: 0 !important;
}

/*- Contacts -----------------------------------------------------------*/

.contacts-page table {
    width: 100%;
    margin-bottom: 20px;
}

.contacts-page .tel {
    text-decoration: none;
    font-weight: bold;
}

.contacts-page table td {
    width: 50%;
    padding: 5px 0;
}

.contacts-page table tr {
    border-bottom: 1px dotted #ddd;
}

.contact-links li {
    float: left;
    list-style: none;
    margin: 0 40px 0 0;
    padding: 0;
}

.contact-links ul {
    padding: 0 !important;
    margin: 0 !important;
}

.contact-links {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.contact-form {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.contact-form-left {
    float: left;
    width: 380px;
}

.contact-form .txt {
    width: 360px;
}

.contact-form textarea {
    width: 360px;
    height: 100px;
    padding: 3px 8px;
    resize: vertical;
}

.contact-form select {
    width: 100%;
}

.contact-form .row {
    margin-bottom: 13px !important;
}

.contact-form label {
    display: block;
    font-size: .8em;
    font-style: oblique;
    padding: 0 0 6px 10px;
}

.order-number {
    background: #f7f7f7;
    border: 1px solid #b2b2b2;
    padding: 10px;
}

.order-number .txt {
    width: 140px;
}

.order-number label {
    font-weight: bold;
    display: inline-block;
    padding: 0;
    font-style: normal;
    font-size: 1em;
}

.contact-form .row-first-name {
    width: 145px;
    float: left;
    margin-right: 10px;
}

.contact-form .row-first-name .txt {
    width: 125px;
}

.contact-form .row-last-name {
    width: 225px;
    float: left;
}

.contact-form .row-last-name .txt {
    width: 205px;
}

.contact-form .row-product-part {
    width: 295px;
    float: left;
    margin-right: 10px;
}

.contact-form .row-product-part .txt {
    width: 275px;
}

.contact-form .row-quantity {
    width: 70px;
    float: left;
}

.contact-form .row-quantity .txt {
    width: 50px;
}

.contact-form button {
    width: 200px;
}

.contact-form .submit {
    padding-top: 20px;
}

.contact-form-right {
    width: 280px;
    float: right;
    background: #f7f7f7;
    padding: 15px;
    font-style: oblique;
}

.contact-form .warn {
    color: #C06;
}

.hide {
    display: none;
}

/*- Content ------------------------------------------------------------*/

.claim-form {
    font-size: .9em;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #f6f6f6;
}

.claim-form ul {
    margin-bottom: 20px;
}

.claim-form li {
    line-height: 1.5em;
}

.claim-form .pdf {
    background: url(/i/icon-pdf.png) no-repeat 0 50%;
    padding-left: 22px;
}

.claim-form h2 {
    font-size: 1.3em;
    margin-bottom: 1em;
}

.claim-form table {
    width: 100%;
    margin-bottom: 20px;
}

.claim-form th {
    padding: 8px 0;
}

.claim-form td {
    padding: 3px 0;
}

.claim-form td input {
    width: 95%;
}

.claim-form label {
    width: 150px;
    display: inline-block;
}

.claim-form .magenta {
    margin-left: 165px;
}

/*- About us -----------------------------------------------------------*/

.about-page .box {
    padding: 15px;
    background: #f6f6f6;
    margin-bottom: 20px;
}

.about-page .box div {
    float: left;
    width: 300px;
}

.about-page .ordering {
    margin-right: 30px;
}

.about-page .box ul {
    font-size: .8em;
    list-style: disc outside;
    padding-left: 20px;
}

.about-page .box li {
    line-height: 1.5em;
    margin-bottom: .5em;
}

.about-page .payment {
    width: 300px;
    margin-right: 30px;
    float: left;
}

.about-page .deliver {
    width: 300px;
    float: left;
}

.about-page .option {
    clear: both;
    padding-top: 15px;
    font-size: .9em;
}

.about-page .payment ul, .about-page .deliver ul {
    font-size: .8em;
    margin-bottom: 15px;
    padding-left: 15px;
}

.about-page .payment li, .about-page .deliver li {
    margin-bottom: .5em;
}

.about-page .payment .diz {
    font-weight: bold;
}

.about-page .deliver p {
    font-size: .8em;
}

.about-page .option .legend {
    background: #f6f6f6;
    padding: 10px 15px;
}

.about-page .option strong, .about-page .option .contact {
    font-weight: bold;
}



/*- Horizontal banners ------------------------------------------------*/

#h-ban {
    width: 100%;
}

#h-ban .b {
    display: block;
    float: left;
    width: 159px;
    text-align: center;
    color: #333;
    text-decoration: none;
    margin-right: 1px;
    background: #f6f6f6;
    padding: 15px 10px;
    height: 100px;
}

#h-ban .b span {
    display: block;
}

#h-ban .b img {
    margin-bottom: 6px;
}

#h-ban .b .link {
    font-size: .9em;
    text-decoration: underline;
}

#h-ban .b .desc {
    font-size: .7em;
    color: #999;
    margin-top: 4px;
}

#h-ban span.b .link, #h-ban a.b:hover .link {
    text-decoration: none;
}

/*- Checkout -----------------------------------------------------------*/

#checkout-page .head {
    position: relative;
    height: 70px;
    margin-bottom: 20px;
}

#steps {
    background: #008ac7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 920px;
    height: 34px;
}

#steps {
    color: #fff;
    line-height: 34px;
    padding: 0 20px;
    list-style: decimal inside;
}

#steps li {
    float: left;
    font-size: .9em;
    margin: 0 30px 0 0;
    padding: 0 15px;
}

#steps a {
    color: #fff;
}

#steps .current {
    font-weight: bold;
    font-size: 1em;
    background: #d80061;
}

#checkout-page .logo {
    width: 359px;
    height: 19px;
    overflow: hidden;
    display: block;
    background: url(../i/logo.gif) no-repeat;
    text-indent: -5000px;
    position: absolute;
    left: 0;
    top: 0;
}

#sod {
    background: #f6f6f6;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: .8em;
}

#sod .bottom {
    height: 34px;
    line-height: 32px;
}

#sod .bottom p {
    float: left;
}

#sod .bottom .back {
    width: 200px;
    margin-left: 20px;
}

#sod .bottom .info {
    width: 518px;
    text-align: center;
}

#sod .bottom .show {
    width: 200px;
    text-align: right;
    margin-right: 20px;
}

#hideod {
    display: none;
}

#checkout-page .content {
    margin-bottom: 30px;
}

#checkout-page #about {
    float: left;
    background: #f6f6f6;
    border: 1px solid #ddd;
    padding: 20px;
    width: 440px;
    margin-right: 40px;
}

#checkout-page .without {
    float: left;
    width: 438px;
}

#checkout-page .without p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

#checkout-page .without button {
    height: 24px;
    width: 150px;
}

#sod .details {
    width: 920px;
    margin: 10px auto 0 auto;
    display: none;
}

.details td {
    padding: 6px 0;
    vertical-align: top;
}

.details th {
    font-size: .75em;
    padding: 6px 0;
    color: #999;
}

.details tr {
    border-bottom: 1px dotted #ddd;
}

.details .n {
    width: 25px;
}

.details .i {
    width: 65px;
}

.details .d strong {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.details .p {
    width: 60px;
    text-align: right;
}

.details .q {
    width: 40px;
    text-align: center;
}

.details .s {
    width: 60px;
    text-align: right;
}

#checkout-page .content h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

#checkout-page fieldset {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px 20px;
}

/*
#orderform {
	float: left;
	width: 680px;
}

*/

#orderform .required {
    font-weight: bold;
}

#checkout-page #pan {
    float: right;
    width: 260px;
}

#orderform .bottom {
    text-align: right;
}

#fl_row, #shiptbl {
    display: none;
}

#checkout-page .info-row {
    margin-bottom: 20px;
    background: #f6f6f6;
    padding: 15px 20px;
    border: 1px solid #ddd;
}

#checkout-page .info-block {
    float: left;
    width: 440px;
}

#checkout-page .info-block .stroke {
    margin-bottom: 5px;
}

#checkout-page .info-block .title {
    width: 150px;
    display: inline-block;
}

#checkout-page .options label {
    display: block;
    font-size: .8em;
    margin-bottom: 10px;
}

#checkout-page .complete {
    padding-top: 67px;
}

#checkout-page .complete p {
    padding-top: 15px;
    font-size: .8em;
}

.crds {
    height: 18px;
    display: inline-block;
}

div.ccicon {
    float: left;
    width: 32px;
    height: 23px;
    margin: 4px 4px 0 0;
}

.err-field {
    color: #FF3300;
    background-color: #FFFFC5;
}

#cc_visa {
    background-image: url('/i/visa.png');
}

#cc_mc {
    background-image: url('/i/mastercard.png');
}

#cc_ae {
    background-image: url('/i/amex.png');
}

#cc_dc {
    background-image: url('/i/discover.png');
}

#cc_jcb {
    background-image: url('/i/jcb.png');
}

#cc_dclub {
    background-image: url('/i/diners.png');
}

#ship_loader {
    display: none;
    height: 40px;
    background: url(/i/loader-16x16-graybg.gif) no-repeat 50% 100%;
}

#int_tip p {
    font-size: .6em;
}

/*- Client pages -------------------------------------------------------*/

.add-block {
    margin-bottom: 2em;
}

.add-block h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

.add-block span {
    color: #999;
    margin-right: 1em;
    display: inline-block;
    width: 75px;
}

.add-block li {
    margin-bottom: .5em;
}

#your-searches li {
    float: left;
    width: 25%;
}

.c-form label {
    width: 200px;
    display: inline-block;
}

.c-form .warn {
    margin-left: 215px;
    font-size: .8em;
}

.c-form button {
    margin-left: 215px;
}

/*- Tracking -----------------------------------------------------------*/

.tracking-form button {
    margin-left: 185px;
}

/*- Feedback -----------------------------------------------------------*/

#feedback h2 {
    font-size: 1.3em;
    margin-bottom: 1em;
}

#feedback p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

#feedback form {
    background: #f6f6f6;
    padding-top: 60px;
    padding-left: 150px;
    padding-bottom: 60px;
}

#feedback .txt {
    clear: both !important;
    float: none !important;
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
}

#feedback .SlidingPanels {
    position: relative;
    width: 100%;
    height: 280px;
    padding: 0px;
    border: none;
}

#feedback .SlidingPanelsContentGroup {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
}

#feedback .cut {
    width: 600px;
    height: 280px;
    overflow: hidden;
}

#feedback fieldset {
    height: 280px;
}

#feedback h3 {
    font-size: 1.6em;
}

#feedback .but {
    text-align: center;
}

#feedback .remark {
    text-align: center;
    width: 600px;
    margin-bottom: 30px;
}

#feedback .remark a {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #CC0066;
    text-decoration: none;
    font-size: .9em;
}

#feedback .pager {
    margin-left: 36px;
}

#feedback .pager li {
    float: left;
}

#feedback .pager a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ddd;
    color: #666;
    text-decoration: none;
    margin: 0 2px;
}

#feedback .pager a.current {
    background: #CC0066;
    color: #fff;
}

/*- Help ---------------------------------------------------------------*/

#help h2 {
    font-size: 1.3em;
    margin-bottom: 1em;
}

#help .quick {
    background: #f6f6f6;
    padding: 30px;
}

#help li {
    margin-bottom: .5em;
}

#help .quick h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#help .quick ul {
    float: left;
    width: 50%;
}

#help .others {
    padding: 30px;
}

#help .others .item {
    float: left;
    width: 50%;
    margin-bottom: 1em;
}

#help .others h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

.help-menu {
    background: #f6f6f6;
    padding: 15px;
}

.help-menu h2 {
    font-size: 1.1em;
    margin-bottom: 1em;
}

.help-menu ul {
    margin-bottom: 1em;
}

.help-menu li {
    margin-bottom: .5em;
}

.help-sub {
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 2em;
}

.help-sub ul {
    padding: 0 !important;
}

.help-sub li {
    float: left;
    width: 50%;
    list-style: none;
}

.help-art .anch {
    color: #333;
}

.help-art {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
}

.help-art strong {
    font-weight: bold;
}

.help-note {
    background: #f6f6f6;
    padding: 10px 20px;
    text-align: right;
    font-size: .9em;
    margin-bottom: 2em !important;
}

.help-q {
    border-bottom: none;
}

/*- Profile --------------------------------------------------*/

.prof-form fieldset {
    float: left;
    width: 220px;
    margin-right: 15px;
}

.prof-form select {
    width: 100%;
}

.prof-form {
    margin-bottom: 3em;
}

.profile li {
    position: relative;
}

.profile .delete {
    position: absolute;
    top: 0;
    right: 10px;
    text-decoration: none;
    color: red;
    font-size: 1.2em;
    display: none;
}

.profile li:hover .delete {
    display: block;
}

.profile-item {
    width: 100%;
    margin-bottom: 2em;
}

.profile-item .img {
    float: left;
}

.profile-item .links {
    margin-left: 220px;
    float: none !important;
    width: auto !important;
}

.profile-item .back {
    font-size: .8em;
}

/*-Order history -----------------------------------------*/

.orders {
    margin-bottom: 20px;
    width: 100%;
}

.orders th {
    font-size: .8em;
    color: #666;
    padding: 5px 10px;
}

.orders td {
    font-size: .8em;
    padding: 5px 10px;
}

.orders tr {
    border-bottom: 1px solid #ddd;
}

.orders .not {
    color: red;
}

.decline button, .repeat button {
    height: 24px;
    padding: 0 20px;
}

/*-Ticket System -------------------------------------------------------*/

.contact-form .success {
    margin-bottom: 1em;
    padding: 10px 15px;
    background: #f6f6f6;
    color: green;
    font-size: .9em;
}

.contact-form .error {
    margin-bottom: 1em;
    font-size: .9em;
    padding: 10px 15px !important;
}

#nav {
    overflow: auto;
    zoom: 1;
    margin-bottom: 2em;
}

#nav li {
    float: left;
    margin-right: 20px;
}

#container h1 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

#index p {
    line-height: 1.5em;
    font-size: .9em;
    margin-bottom: 1em;
}

#index .lcol {
    float: left;
    width: 45%;
}

#index .lcol img, #index .rcol img {
    float: left;
    margin: 0 10px 10px 0;
}

#index .rcol {
    float: right;
    width: 45%;
}

#index .lcol h3, #index .rcol h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

#index button {
    width: 120px;
    height: 24px;
}

#index label {
    width: 60px;
    display: inline-block;
    font-size: .9em;
}

#index .txt {
    width: 140px;
}

#index fieldset {
    margin-bottom: 15px;
}

.ticket-auth p {
    font-size: .9em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.ticket-auth .error {
    display: block;
    margin-bottom: 1em;
    padding: 10px 15px !important;
    font-size: .9em;
}

.ticket-auth td {
    padding: 0 20px 0 0;
}

.ticket-auth .button {
    cursor: pointer;
    width: 120px;
    padding: 4px 0;
}

.ticket-list {
    width: 100% !important;
}

.ticket-list table {
    width: 100%;
}

.ticket-top {
    margin-bottom: 1em;
}

.ticket-top td {
    font-size: .9em;
}

.ticket-items {
    margin-bottom: 1em;
}

.ticket-items .tgrid th {
    font-size: .8em;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px 0;
    font-style: oblique;
}

.ticket-items .tgrid td {
    font-size: .9em;
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
}

.ticket-desc-item {
    margin-bottom: 1em;
    width: 100%;
}

.ticket-desc-item .msg {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: .9em;
    font-weight: bold;
}

.ticket-desc-item .infotable td {
    font-size: .9em;
    padding: 10px 15px 10px 0;
}

.ticket-desc-item .infotable th {
    font-size: .9em;
    color: #999;
    padding: 10px 15px 10px 0;
}

.ticket-title {
    font-size: 1.5em;
}

.ticket-thread .thread {
    font-size: .9em;
    display: block;
    margin-bottom: .5em;
}

.ticket-thread .answer {
    background: #f6f6f6;
}

.ticket-thread .message th {
    font-size: .9em;
    color: #999;
    padding-bottom: 1em;
}

.ticket-thread .message td {
    font-size: .9em;
}

.ticket-thread {
    margin-bottom: 2em;
}

#reply .button {
    cursor: pointer;
    padding: 4px 10px;
    margin-right: 20px;
}

/*- Mask and Window ----------------------------------------------------*/

#mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

div.window {
    width: 590px;
    height: 340px;
    padding: 5px;
    background: #ddd;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -300px;
    -webkit-box-shadow: 0 0 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    -o-box-shadow: 0 0 10px #666;
    -ms-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
    z-index: 999999;
    display: none;
}

div.window .content, div.window .content-text {
    background: #fff;
    width: 100%;
    height: 100%;
}

div.window .h1 {
    padding: 15px 0;
    margin: 0 20px 20px 20px !important;
    border-bottom: 1px solid #ddd;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

div.window .h1 span, div.window .h1 svg, div.window .h1 a {
    display: inline-block;
    vertical-align: middle;
}

div.window .h1 a  {
    float: right;
    margin-top: 2px;
}

div.window .h1 .dd {
	display: block;
	font-size: 13px !important;
	padding-top: 5px;
	font-weight: normal;
}

div.window .h1 .opencart {
	position: absolute;
	top: 20px;
	right: 150px;
}

div.window .h1 .shopping {
	position: absolute;
	top: 20px;
	right: 10px;
}

div.window .fcontent {
	float: left;
	width: 350px;
}

div.window .item {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 1em 140px;
}

div.window ul {
    list-style: disc outside;
    margin-left: 160px;
    font-size: 12px;
    color: green;
}

div.window li {
    margin-bottom: 5px;
}

div.window .gift {
    color: #CC0066;
    font-size: 12px;
    margin-left: 160px;
}

div.window .fcontent img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: 20px;
	float: left;
}

div.window .buttons {
    margin-left: 20px;
	float: left;
	width: 200px;
	background: #efefef;
	padding: 15px 0;
	text-align: center;
}

div.window .buttons .cart {
    height: 32px;
    width: 150px;
    font-size: 18px;
    margin: 0 auto 5px auto;
	background-image: url(../i/icon-lock2.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}

div.window .buttons .tips {
	font-size: 12px;
	color: #999;
	margin-bottom: 15px;
	line-height: 12px;
}

div.window .buttons .paypal img {
    float: none;
    margin: 0;
}

div.window .buttons .paypal {
    display: inline-block;
	margin-bottom: 10px;
}

div.window .buttons .google {
    position: absolute;
    top: 95px;
    right: 35px;
}

div.window button {
    height: 32px;
    margin-bottom: 10px;
    font-size: 14px;
}

div.window .close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #999;
    text-decoration: none;
    font-size: 1.5em;
}

div.window .content-text p {
    font-size: .8em;
    margin: 0 20px 1em 20px;
    line-height: 1.5em;
}

div.window .ili {
    list-style: disc outside;
    margin: 0 20px 0 40px;
    font-size: .8em;
    color: #333;
}

/* Buttons */

#but-place-order {
    height: 38px;
    width: 100%;
}

#but-place-order:hover, #but-check-and-confirm:hover {
    box-shadow: none;
    opacity: .9;
}

#but-check-and-confirm {
    background: url(/i/but-check-and-confirm.png) no-repeat;
    width: 233px;
    height: 36px;
    overflow: hidden;
    border-radius: 0;
    text-indent: -10000px;
}

/*-Shopping cart -------------------------------------------------------*/

#cart-page h1 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 26px;
}

#cart-page .cart-subtitle-row {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

#cart-page .cart-subtitle-row > div {
    display: table-cell;
    font-size: 12px;
}

#cart-page .cart-subtitle-row .cart-subtitle-left a {
    color: #999;
}

#cart-page .cart-subtitle-row .cart-subtitle-left a:hover {
    color: #333;
}

#cart-page .cart-subtitle-row .cart-subtitle-price {
    text-align: center;
    width: 15%;
}

#cart-page .cart-subtitle-row .cart-subtitle-total {
    text-align: right;
    width: 15%;
    padding-right: 20px;
}

.empty-cart h1 {
    padding: 15px 20px;
    background: #f6f6f6;
}

#cart-page p {
    font-size: .9em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.empty-cart .nav {
    font-size: .9em;
    margin-bottom: 1.5em;
}

.empty-cart .nav li {
    float: left;
    margin-right: 15px;
}

.empty-cart .pages {
    font-size: .9em;
    line-height: 1.5em;
}

#cart-page form {
    padding: 0;
}

#cart-page .cart-content {
    border: 1px solid #ddd;
}

#cart-page .cart-addons {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

#cart-page .cart-addons > div {
    display: table-cell;
    padding: 15px 0;
    font-size: 14px;
}

#cart-page .cart-addons .cart-gift {
    padding-left: 94px;
    padding-right: 20px;
    background: url(../i/usb.png) no-repeat 20px 15px;
}

#cart-page .cart-addons .cart-gift .gift-name {
    margin-bottom: 10px;
}

#cart-page .cart-addons .cart-gift .gift-adds {
    color: #008000;
    font-size: 12px;
    margin-bottom: 5px;
}

#cart-page .cart-addons .cart-coupon {
    width: 40%;
}

#cart-page .cart-addons .cart-coupon .cart-coupon-name {
    margin-bottom: 12px;
}

#cart-page .cart-addons .cart-coupon .cart-coupon-note {
    font-size: 12px;
}

#cart-page .cart-addons .cart-coupon .cart-coupon-form {
    margin-bottom: 5px;
}

#cart-page .cart-addons .cart-coupon .cart-coupon-form .txt {
    border: 1px solid #03aee3;
    width: 136px;
    height: 20px;
}

#cart-page .cart-addons .cart-coupon .cart-coupon-form button {
    font-size: 14px;
    height: 28px;
    border-radius: 0;
}

#cart-page .cart-addons .cart-coupon .cart-coupon-error {
    font-size: 12px;
    color: red;
}

#cart-page .cart-addons .cart-saved {
    width: 15%;
    
}

#cart-page .cart-addons .cart-discount {
    width: 15%;
    padding-right: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
}

#cart-page .cart-total {
    display: table;
    width: 100%;
}

#cart-page .cart-total > div {
    display: table-cell;
    padding: 15px 0;
    vertical-align: top;
    font-size: 14px;
}

#cart-page .cart-total .cart-tax {
    
}

#cart-page .cart-total .cart-tax .tax-name {
    font-weight: bold;
}

#cart-page .cart-total .cart-tax .tax-note {
    color: #999;
}

#cart-page .cart-total .cart-total-text {
    text-align: right;
    font-weight: bold;
}

#cart-page .cart-total .cart-total-items {
    width: 15%;
    text-align: center;
}

#cart-page .cart-total .cart-total-price {
    width: 15%;
    padding-right: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
}

#cart-page .cart-bottom {
    padding-right: 20px;
}

#cart-page .cart-bottom .cart-shipping {
    text-align: right;
    font-size: 14px;
    margin-bottom: 20px;
}

#cart-page .cart-bottom .cart-shipping.free-shipping {
    color: #008000;
}

#cart-page .cart-bottom .cart-checkout {
    text-align: right;
    margin-bottom: 12px;
}

#cart-page .cart-bottom .cart-checkout button {
    width: 34%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

#cart-page .cart-bottom .cart-paypal {
    text-align: right;
}

#cart-page .cart-bottom .cart-paypal > div {
    width: 34%;
    text-align: center;
    margin-left: 66%;
}

#cart-page .cart-bottom .cart-paypal .cart-paypal-note {
    font-size: 12px;
    margin-bottom: 12px;
}

#cart-page table {
    width: 100%;
}

#cart-page td {
    vertical-align: top;
    padding: 15px 0;
}

#cart-page .itm {
    padding-left: 30px;
    padding-right: 30px;
}

#cart-page .itm.related {
    padding-bottom: 139px;
}

#cart-page .itm .dscr {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

#cart-page td.n, #cart-page td.img, #cart-page td.p, #cart-page td.q {
    text-align: center;
}

#cart-page td.img {
    width: 80px;
    padding-left: 20px;
}

#cart-page td.img img {
    background-size: cover;
}

#cart-page td.st, #cart-page td.act {
    text-align: right;
}

#cart-page .first {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

#cart-page .first .left {
    float: left;
}

#cart-page .first .right {
    float: right;
    font-size: 20px;
    font-weight: bold;
}

#cart-page .remove {
    font-size: 12px;
    color: #999;
}

#cart-page .remove:hover {
    color: red;
}

#cart-page .remove:hover {
    opacity: 1;
}

#cart-page td.itm .des-link {
    font-size: .8em;
}

#cart-page td.p .ent {
    display: inline-block;
    margin-bottom: 10px;
}

#cart-page td.p .txt {
    border: 1px solid #ccc;
    width: 40px;
    text-align: center;
    font-size: .9em;
    height: 22px;
    padding: 0;
    margin-left: 9px;
}

#cart-page td.p .cart-items {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

#cart-page td.p .rec, #cart-page td.p .inc {
    display: inline-block;
    border: 1px solid #ddd;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    color: #333;
    vertical-align: middle;
}

#cart-page td.p .rec:hover, #cart-page td.p .inc:hover {
    border-color: #333;
}

#cart-page td.p .rec:focus, #cart-page td.p .inc:focus {
    background: #333;
    border-color: #333;
    color: #fff;
}

#cart-page td.itm .black, #cart-page td.itm .magenta, #cart-page td.itm .cyan, #cart-page td.itm .yellow {
    text-indent: 16px;
    position: relative;
}

#cart-page td.itm .cmyk {
    text-indent: 30px;
    position: relative;
}

#cart-page td.itm .black:before, #cart-page td.itm .magenta:before, #cart-page td.itm .cyan:before, #cart-page td.itm .yellow:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    left: 0;
}

#cart-page td.itm .cmyk:before {
    content: '';
    width: 24px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../i/cmyk.png) no-repeat;
}

#cart-page td.itm .black:before {
    background: #000;
}

#cart-page td.itm .magenta:before {
    background: magenta;
}

#cart-page td.itm .cyan:before {
    background: cyan;
}

#cart-page td.itm .yellow:before {
    background: yellow;
}

#cart-page td.itm button.cart-related {
    background: none;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
    height: 22px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

#cart-page td.itm button.cart-related + a {
    margin-left: 15px;
}

#cart-page td.itm button.cart-related:hover {
    border-color: #333;
    color: #333;
}

#cart-page td.itm button.cart-related.cart-related-pressed {
    border-color: #333;
    color: #fff;
    background: #333;
}

#cart-page td.itm .cart-related-block {
    background: #efefef;
    position: absolute;
    left: 10px;
    right: 10px;
    margin-top: 15px;
    border-radius: 8px;
    height: 115px;
    font-size: 14px;
}

#cart-page td.itm .cart-related-block:before {
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    position: absolute;
    top: -10px;
    left: 177px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 10px solid #efefef;
}

#cart-page .cart-related-title {
    position: absolute;
    top: 16px;
    left: 10px;
}

#cart-page .cart-related-items {
    position: absolute;
    top: 16px;
    left: 120px;
    right: 20px;
    bottom: 15px;
}

#cart-page .cart-related-prev, #cart-page .cart-related-next {
    position: absolute;
    bottom: 5px;
    cursor: pointer;
    z-index: 10;
    font-size: 12px;
    display: none;
}

#cart-page .cart-related-prev:hover, #cart-page .cart-related-next:hover {
    color: #03aee3;
}

#cart-page .cart-related-prev {
    left: -20px;
    padding-left: 10px;
}

#cart-page .cart-related-prev:before {
    content: '';
    width: 0; 
    height: 0; 
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
    border-right: 6px solid #333; 
}

#cart-page .cart-related-prev:hover:before {
    border-right-color: #03aee3;
}

#cart-page .cart-related-next {
    right: 0;
    padding-right: 10px;
}

#cart-page .cart-related-next:before {
    content: '';
    width: 0; 
    height: 0; 
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
    border-left: 6px solid #333; 
}

#cart-page .cart-related-next:hover:before {
    border-left-color: #03aee3;
}

#cart-page .cart-related-clip {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 5px;
    bottom: 0;
    top: 0;
}

#cart-page .cart-related-container {
    transition: margin .2s ease-out;
}

#cart-page .cart-related-item {
    float: left;
    width: 185px;
    padding-left: 65px;
    position: relative;
    margin-right: 15px;
}

#cart-page .cart-related-item-img {
    position: absolute;
    top: 0;
    left: 0;
}

#cart-page .cart-related-item-img img {
    border-radius: 4px;
}

#cart-page .cart-related-item-name {
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#cart-page .cart-related-item-desc {
    color: #999;
    font-size: 12px;
    margin-bottom: 9px;
    height: 30px;
    overflow: hidden;
    margin-right: 20px;
}

#cart-page .cart-related-item-price-value {
    font-weight: bold;
    margin-right: 15px;
}

#cart-page .cart-related-item-price-button {
    background: none;
    border: 1px solid #333;
    color: #333;
    border-radius: 4px;
    height: 22px;
    font-size: 12px;
    line-height: 20px;
}

#cart-page .cart-related-item-price-button:hover {
    background: #ed1c24;
    border-color: transparent;
    color: #fff;
}

#cart-page td.p {
    width: 15%;
}

#cart-page td.p .item-price {
    font-size: 18px;
    margin-bottom: 6px;
}

#cart-page td.st {
    width: 15%;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
}

#cart-page tbody tr {
    border-bottom: 1px solid #ddd;
}

#cart-page td.pad {
    width: 11%;
}

#cart-page td.opt {
    padding: 15px 0;
}

#cart-page td.p2 {
    width: 30%;
    text-align: right;
    padding: 15px 0;
}

#cart-page td.pad2 {
    width: 3%;
    text-align: right;
    padding: 15px 0;
}

#cart-page td.opt strong {
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
}

#cart-page td.opt .gift {
    font-size: 1.4em;
    color: #CC0066;
    display: block;
    margin-bottom: 10px;
}

#cart-page td.opt .notyet {
    display: block;
    font-size: 12px;
}

#cart-page .bottom {
    padding-top: 20px;
}

#cart-page .cs {
    float: right;
    margin-right: 30px;
}

#cart-page .total {
    float: right;
    padding-right: 30px;
    text-align: right;
}

#cart-page .total .ff {
	margin-bottom: 20px;
}

#cart-page .total .value {
    display: block;
    font-size: 1.5em;
    margin-bottom: 10px;
}

#cart-page .total button {
    font-weight: bold;
    height: 32px;
    width: 310px;
    float: right;
    font-size: 18px;
	background-image: url(../i/icon-lock2.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

#cart-page .total .paypal, #cart-page .total .amazon {
    float: right;
    margin-left: 15px;
}

#cart-page .total .or {
    float: right;
    display: block;
    height: 32px;
    width: 40px;
    text-align: center;
}

/*- Clearfix -----------------------------------------------------------*/
/* float clearing for IE6 */
* html .clearfix {
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
    min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
