p {
    color: #666;
}
 
.strip {
    background: #444;
}
 
header {
    position: relative;
    margin: 0;
}

/* I think this code is no longer use
comment out see what happens -- Apr 2, 2014
header h1 {
    margin: 0;
    float: left;
    color: #fff;
    height: 48px;
    white-space: nowrap;
    background: url('/img/global/acd-logo.png') 8px 8px no-repeat;
    padding-left: 54px;
    font-size: 32px;
    line-height: 48px;
    font-family: 'Montserrat Alternates', sans-serif;
}

header h1 span {
    font-family: sans-serif;
}
 
header #language-bar {
    position: absolute;
    right: 48px;
    width: 120px;
    margin-right: 40px;
    line-height: 30px;
    top: 2px;
    margin: 9px 0;
}
 
header #language-bar .dropdown {
    background: #fafafa;
    position: relative;
}
 
header #language-bar .dropdown .arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
 
    border: 5px solid;
    border-color: transparent;
    border-top-color: #000;
}
 
header #language-bar a {
    display: block;
    color: #000;
    height: 25px;
    line-height: 25px;
    padding-left: 36px;
    background: url('/img/global/sprite-flags.png') 10px 7px no-repeat;
}
 
header #language-bar ul {
    display: none;
    list-style: none;
    border-top: 1px solid #444;
    background: #fafafa;
}
 
header #language-bar ul li {
    border: 1px solid #444;
    border-top: none;
    margin: 0 -1px;
}
 
header #language-bar ul li:hover {
    background: #ccc;
}
 
header #language-bar:hover {
    z-index: 1000;
}
 
header #language-bar:hover ul {
    display: block;
}
 
header #language-bar .en a {
   background-position: 10px 7px; 
}
 
header #language-bar .fr a {
    background-position: 10px -35px;
}
 
header #language-bar .de a {
    background-position: 10px -14px;
}
 
header #language-bar .za a {
    background-position: 10px -56px;
}
 
header #language-bar .zh a {
    background-position: 10px -77px;
}

header #language-bar .ja a {
    background-position: 10px -98px;
}*/
 
ul.nav-bar {
    margin-top: -1px;
    background: #fafafa;
    float: left;
}
 
ul.nav-bar li a {
    color: #222;
}
 
ul.nav-bar li:hover a {
    color: #eee;
}
 
ul.nav-bar ul.flyout li a {
    color: #222;
}

.nav-bar > li.has-flyout > a:first-child:after {
    border-top-color: #000;
}

.nav-bar > li.has-flyout:hover > a:first-child:after {
    border-top-color: #a0a0a0;
}

ul.nav-bar li.has-flyout ul.flyout li a:hover  {
    background-color: #aaa;
}

@media only screen and (max-width: 767px) {
    ul.nav-bar { 
        width: 100%;
        margin-top: 0;
    }

    ul.nav-bar li ,
    ul.nav-bar > li:last-child {
        border: none;
        border-bottom: 1px solid #000;
    }

    ul.nav-bar ul.flyout {
        border: none;
    }

    ul.nav-bar ul.flyout > li:last-child {
        border-bottom: none;
    }
}

.nav.row .acdsee.website {
    display: block;
    float: right;
    margin-right: 38px; 
    text-align: center;
    height: 38px;
    line-height: 38px;
}

/*activate success   */
.mar-leftRight10{
    margin-left: 7%;
    margin-right: 7%;
}

.panel-success{
    width:900px;   
}

.success-msg-green{
    color: rgb(37, 187, 37);
    font-weight: bold;
}

/*Social icons  */
.social-icons{
	padding-right: 4px;
}
.social-icons li {
	margin: 7px 0 0 0;
	width: 20px;
	height: 20px;
	float: left;
}
.social-icons ul {
	list-style-type: none;
	list-style-position: inside;
	float: right;
	margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    header #language-bar {
        right: 12px;
    }

    header #language-bar a {
        font-size: 12px;
        line-height: 26px;
        width: 36px;
        float: left;
        text-indent: -9999px;
    }

    .nav.row {
        margin-top: 25px;
    }

    .nav.row .columns {
        padding: 0;
    }

    header {
        text-align: center;
    }

    header.row .columns {
        padding: 0;
    }

    header #language-bar {
        top: 48px;
        right: 0;
        left: 0;
        margin: 0;
        height: 25px;
        border: none;
        border-bottom: 1px solid #000;
        background: #fafafa;
        padding-left: 10px;
        width: auto;
        text-align: center;
    }

    header #language-bar > div {
        display: block;
        margin: 0 auto;
        overflow: visible;
        padding: 0;
    }

    header #language-bar .dropdown .arrow {
        display: none;
    }

    header #language-bar ul {
        display: block;
        border: none;
    }

    header #language-bar ul li {
        border: none;
    }

    .nav.row .acdsee.website {
        position: absolute;
        top: -25px;
        right: 0;
        height: 25px;
        line-height: 25px;
        margin-right: 2px;
        z-index: 2000;
    }
}

footer hr {
    margin-bottom: 4px;
}

footer ul li {
    padding: 0;
}

footer .fineprint {
    margin-top: 8px;
    line-height: 14px;
    font-size: 10px;
    color: #000;
}

@media only screen and (max-width: 767px) {
    footer .fineprint {
        margin-top: 0;
    }
}

form div {
    margin-bottom: 16px;
}

a.button {
    white-space: nowrap;
    margin-bottom: 16px;
}

.product-row-a {
    background-color: #fafafa;
}
.product-row-b {
    background-color: #e5e5e5;
}

.signin-title {
    color: #5b6670;
    font-weight: lighter;
}

.login-container {
    background: white;
    margin-top: 40px;
    margin-bottom: 40px;
    /*min-height: 250px;*/
}

.login-form {
    margin: 0 0 22px 0;
}

div.membership {
    padding-bottom: 2.5em;
}
div.member-products > h4 {
    padding-left: 0;
    margin-left: 0;
}
div.member-products > div.row {
    padding-top: 0.8em;
    padding-bottom: 0.25em;
}
div.member-products > div.row:nth-child(odd)
{
    background-color: #dcdcdc;
}
div.member-products > div.row:nth-child(even)
{
    background-color: #e7e7e7;
}

div.member-machines > div.row {
    padding-top: 0.8em;
    padding-bottom: 0.25em;
}
div.member-machines > div.row:nth-child(odd)
{
    background-color: #E1EBFF;
}
div.member-machines > div.row:nth-child(even)
{
    background-color: #F0F5FF;
}

input[type=text],input[type=password],input[type=email] {
    font-family: sans-serif;
}

body {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; color: #222222; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 14px; margin-top: 14px; }
ul, ol, dl { list-style-position: inside; }

.row { width: 1000px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.columns-nopadding { float: left; min-height: 1px; padding: 0; position: relative; }
.nopadding-col { float: left; min-height: 1px; padding: 0; position: relative; }


.left { float: left; }
.right { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.hide { display: none; }
.hide-override { display: none !important; }
.highlight { background: #ffff99; }

.top-nav {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.top-nav li {
    float:left;
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
}
.top-nav li a {
    padding: 0 35px 0 20px;
    float: left;
    display: block;
    color: #fff;
}
.top-nav li.contact a {
    padding: 0 20px 0 20px;
    border-right: 1px solid #555;
    background: url(https://res.canvasgfx.com/canvasx_assets/img/global/sprites.png) no-repeat left -265px;
}
.top-nav li.sign-in a {
    padding: 0 0 0 40px;
    background: url(https://res.canvasgfx.com/canvasx_assets/img/global/sprites.png) no-repeat 20px -297px;
}
.top-nav li.view-cart a {
    padding: 0 20px 0 40px;
    border-right: 1px solid #555;
    background: url(https://res.canvasgfx.com/canvasx_assets/img/global/sprites.png) no-repeat 20px -233px;
}
.top-nav {
    padding-bottom: 20px;
}
.top-nav li {
    float: right
}
.top-nav li a {
    float: right
}
.top-nav li.chat a {
    padding: 0 40px 0 20px;
    border-right: 1px solid #555;
    background: url(https://res.canvasgfx.com/canvasx_assets/img/global/sprites.png) no-repeat right -551px;
}


.top-bar ul > li:not(:hover).active { background: rgba(0, 0, 0, 0.35); }

.top-bar { background: none; min-height: 50px; line-height: 50px; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 18px; width: 116%  /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */ }
.top-bar > ul .name { display: none; }
.top-bar ul {  height: 50px; line-height: 50px; /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */ }
.top-bar ul > li a:not(.button) { font-size: 15px; font-weight: normal; height: 50px; line-height: 50px; color: #fff }
.fr .top-bar ul > li a:not(.button) {font-size: 14px}
.ja .top-bar ul > li a:not(.button) {font-size: 13px; padding-left:4px; padding-right: 25px}
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus { background: #222222; }
.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a { color: #fff; }
.top-bar ul > li.has-dropdown a:after { border-color: #fff transparent transparent transparent; }
.top-bar ul > li.has-dropdown .dropdown li label { color: #F59020; font-size: 12px; padding-top: 5px; padding-bottom: 5px;  border-bottom: 1px solid #3d3d3d; }
.top-bar ul > li:not(:hover).active { background: rgba(0, 0, 0, 0.35); }

@media only screen and (max-width: 970px){
    .top-bar {
        height: 45px;
    }

    .top-bar ul {
        height: auto;
    }

    .top-bar ul .name {
        display: block;
        line-height: 45px;
        font-size: 30px;
        text-align: center;
    }

    .top-bar ul > li.toggle-topbar {
        width: 100%;
    }

    .top-bar ul > li.toggle-topbar:hover {
        background: none;
    }

    div.nav {
        padding: 0;
    }
}


.title-bar {
    height: 50px;
    background: rgb(93,95,105);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNWY2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjNjY2OTczIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTMlIiBzdG9wLWNvbG9yPSIjNTI1NTYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkNDA0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(93,95,105,1) 0%, rgba(102,105,115,1) 7%, rgba(82,85,96,1) 93%, rgba(61,64,72,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,95,105,1)), color-stop(7%,rgba(102,105,115,1)), color-stop(93%,rgba(82,85,96,1)), color-stop(100%,rgba(61,64,72,1)));
    background: -webkit-linear-gradient(top,  rgba(93,95,105,1) 0%,rgba(102,105,115,1) 7%,rgba(82,85,96,1) 93%,rgba(61,64,72,1) 100%);
    background: -o-linear-gradient(top,  rgba(93,95,105,1) 0%,rgba(102,105,115,1) 7%,rgba(82,85,96,1) 93%,rgba(61,64,72,1) 100%);
    background: -ms-linear-gradient(top,  rgba(93,95,105,1) 0%,rgba(102,105,115,1) 7%,rgba(82,85,96,1) 93%,rgba(61,64,72,1) 100%);
    background: linear-gradient(to bottom,  rgba(93,95,105,1) 0%,rgba(102,105,115,1) 7%,rgba(82,85,96,1) 93%,rgba(61,64,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5f69', endColorstr='#3d4048',GradientType=0 );
}


.button.small { font-size: 11px; padding: 7px 14px 8px; }
.button.dropdown > ul li a, .button.dropdown > ul li button { display: block; color: #555; font-size: 13px; font-weight: normal; padding: 6px 25px; text-align: left; }


.lang-select li.active a {
    color: #58b5ff!important;
}


.lang-dropdown.button {
    margin-top: 10px;
    background: none;
    box-shadow: none;
    border: none;
    padding: 2px;
}
.lang-dropdown.button a {
    color: #FFF;
}
.lang-dropdown.button.dropdown {
    background: none;
    border: none;
    box-shadow: none;
    padding-left: 10px;
}
.button.dropdown > ul li {
    padding-left: 20px;
}

.lang-bar {
    min-height: 25px;
    background: rgb(47,50,51);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMzIzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(47,50,51,1) 0%, rgba(17,17,17,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,50,51,1)), color-stop(100%,rgba(17,17,17,1)));
    background: -webkit-linear-gradient(top,  rgba(47,50,51,1) 0%,rgba(17,17,17,1) 100%);
    background: -o-linear-gradient(top,  rgba(47,50,51,1) 0%,rgba(17,17,17,1) 100%);
    background: -ms-linear-gradient(top,  rgba(47,50,51,1) 0%,rgba(17,17,17,1) 100%);
    background: linear-gradient(to bottom,  rgba(47,50,51,1) 0%,rgba(17,17,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3233', endColorstr='#111111',GradientType=0 );
}

.rainbow {
    height: 1px;
    background: #62bf74; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyYmY3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNlYzRlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGVlOGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #62bf74 0%, #3ec4ea 50%, #f0ee8d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#62bf74), color-stop(50%,#3ec4ea), color-stop(100%,#f0ee8d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #62bf74 0%,#3ec4ea 50%,#f0ee8d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #62bf74 0%,#3ec4ea 50%,#f0ee8d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #62bf74 0%,#3ec4ea 50%,#f0ee8d 100%); /* IE10+ */
    background: linear-gradient(to right,  #62bf74 0%,#3ec4ea 50%,#f0ee8d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62bf74', endColorstr='#f0ee8d',GradientType=1 ); /* IE6-8 */
}

.internal_navi{
    margin-top: 10px;
}

.internal_navi li{
    float: left;
    list-style-type: none;
    padding-left: 28px;
    color: gray;
    position: relative;
}

.internal_navi li.has-focus a{
    margin-left: -20px;
}

.internal_navi a{
    color: #000000;
}

.internal_navi ul li a{
    font-size: 13px;
}

.internal_navi a.current{
    color: #000000;
    padding-bottom: 3px;
    background: url('/img/global/navselect.jpg') no-repeat center bottom;
}

.welcome_user{
    padding-top: 22px;
    color: #000000;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.welcome_user span{
    color: #000000;
}

.banner-msg{
    color: white;
    font-size: 20px;
    line-height: 120%;
}


/* =FOOTER STYLES
----------------------------*/
footer p {
    margin-bottom: 5px;
    color: #fff;
}
footer h5 {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #4f4f54;
}
footer ul li {
    margin: 4px;
    font-size: 12px;
    line-height: 1.3;
}
footer ul li a {
    color: #fff!important;
}
footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
footer.copyright p {
    margin: 8px 0 0;
    font-size: 11px;
    color: #a7a7a7;
}
footer label {
    font-size: 12px;
    color: #fff;
}
footer input[type="text"] {
    background: rgb(146,146,146);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyOTI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzJjMmMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(146,146,146,1) 0%, rgba(194,194,194,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,146,146,1)), color-stop(0%,rgba(194,194,194,1)), color-stop(100%,rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top,  rgba(146,146,146,1) 0%,rgba(194,194,194,1) 0%,rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top,  rgba(146,146,146,1) 0%,rgba(194,194,194,1) 0%,rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top,  rgba(146,146,146,1) 0%,rgba(194,194,194,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom,  rgba(146,146,146,1) 0%,rgba(194,194,194,1) 0%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#e0e0e0',GradientType=0 );
    font-family: inherit;
    border: 1px solid #7e7f80;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: inline;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 6px;
    height: 32px;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
footer input[type="text"]:focus {
    background: #fafafa;
    border-color: #7e7f80;
    outline: -webkit-focus-ring-color auto 0px;
}
footer .social {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer .social li {
    float: left;
    color: #fff;
}
footer .social li a {
    height: 25px;
    text-decoration: none;
}
footer .social li a {
    display: block;
    margin-top: -3px;
    text-indent: -9999px!important;
    overflow: hidden;
}
footer .social li.twitter a {
    width: 20px;
    height: 26px;
    background: url(https://res.canvasgfx.com/canvasx_assets/img/global/sprites.png) no-repeat 0 -329px;
}
footer .social li.facebook a {
    width: 26px;
    height: 26px;
    background: url(https://res.canvasgfx.com/canvasx_assets/img/global/sprites.png) no-repeat 0 -374px;
}
footer .social li.youtube a {
    width: 23px;
    height: 26px;
    background: url(https://res.canvasgfx.com/canvasx_assets/img/global/sprites.png) no-repeat 0 -419px;
}
/* END FOOTER STYLES
----------------------------*/
.banner-container{
    /*height: 240px;*/
	min-height: 260px;
    background-position:center;
}

.banner-head {
    background: rgba(255, 255, 255, 0.6);
    text-align: left;
    color: #FFF;
    margin-top: 0;
    height: 40px;
}

.trans-banner-click{
    width: 100%;
}

.pd-name {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -4px;
    height: 24px;
    line-height: 100%;
    text-align: center;
}

img.icon {
    position: relative;
    margin-top: -10px;
}

img.icon-noflag {
    position: relative;
}

img.lang-flag {
    margin-left: 126px;
}

img.title {
    margin: 5px 0 5px 0px;
}

img.icon-size {
    height: 116px;
}

.generic-container {
    width: 171px;
    height: 243px;
}



hr.hidden {
    margin-top: 30px;
    margin-bottom: 30px;
}

.generic-button {
    border: 0;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.blue-white-button {
    background: #58b5ff;
    margin-left: 15px;
}
.green-white-button {
    background: #5EA227;
    margin-left: 15px;
}
.medium-button {
    width: 176px;
}

.small-button {
    width: 140px;
}

.disabled-button {
    background: #777b80;
    cursor: default;
}

.generic-button-link {
    color: #ffffff;
    height: 24px;
    padding-top: 5px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.button-link-small {
    width: 140px;
}

.button-link-medium {
    width: 160px;
}

.button-link-big {
    width: 176px;
    height: 32px;
    font-weight: normal;
    font-size: 17px;
}

.blue-white-button .generic-button-link:hover {
    color: #ffffff;
    opacity:0.6;
    background: gray;
}

.pd-list-container {
    background-color: rgb(229,229,229);
}

.pd-generic-container {
    margin-top: 30px;
    width: 192px;
    height: 157px;
}

.pd-container {
    background: url("https://res.canvasgfx.com/canvasid_assets/img/global/infotile-products.png") no-repeat;
}

.pk-container {
    background: url("https://res.canvasgfx.com/canvasid_assets/img/global/infotile-packs.png") no-repeat;
}

.sub-container {
    background: url("https://res.canvasgfx.com/canvasid_assets/img/global/infotile-subs.png") no-repeat;
}

.row-tile-container {
    width: 142px;
    height: 116px;
}

.pd-detail-row {
    margin-bottom: 20px;
}

.pd-detail-text {
    color: #222;
}

.upgrade-options-prodtitle{
    font-size: 24px;
    width: 300px;
    display: inline-block;
}

.upgrade-options-price{
    font-size: 24px;
}


img.pd-detail-icon-withflag {
    margin-left: 25px;
    margin-top: 10px;
}

img.pd-detail-icon {
    margin-left: 25px;
    margin-top: 20px;
}

img.pd-row-flag {
    margin-left: 145px;
    margin-top: 19px;
}

img.pd-row-button-icon {
    margin-left: 2px;
    margin-top: -11px;
}

img.pd-row-button-flag {
    margin-left: 126px;
}

img.pd-row-icon {
    margin-left: 20px;
    margin-top: -15px;
}

img.pd-row-icon-2 {
    margin-left: 22px;
    margin-top: -11px;
}

img.pd-row-icon-noflag {
    margin-left: 20px;
    margin-top: 15px;
}

img.small-icon {
    padding-right: 5px;
}
.pd-detail-container-row{
    height: 150px;
    width: 800px;
    padding-top: 17px;
}

.pd-detail-container-row p{
    margin: -4px 0 0 0;
}

.pd-title{
    position: relative;
    margin: 0;
}

.pd-title span.pd-detail-name {
    font-size: 24px;
    font-weight: 300;
}

.pd-title span.pd-detail-name-row {
    font-size: 18px;
    font-weight: 200;
}

.generic-icon {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

span.calendar-icon {
    background-image: url("https://res.canvasgfx.com/canvasid_assets/img/global/calendar.png");
}

span.key-icon {
     background-image: url("https://res.canvasgfx.com/canvasid_assets/img/global/key.png");
 }

span.computer-icon {
    background-image: url("https://res.canvasgfx.com/canvasid_assets/img/global/computer.png");
}

span.pd-detail-type {
    font: 18px;
    font-weight: 300;
}

.two-medium-buttons-vertical {
    margin-top: 18px;
    margin-right: 5px;
}

.current-price {
    margin-left: 21%;
    font-size: 23px;
}

.pd-detail-container div.buttons {
    width: 600px;
}

h2 {
    font-weight: 300;
    color: #666;
}

.generic-info-row {
    background-repeat: no-repeat;
    height: 150px;
}

.product-info-row {
    background-image: url("https://res.canvasgfx.com/canvasid_assets/img/global/product-info-row.png");
}

.membership-info-row {
    background-image: url("https://res.canvasgfx.com/canvasid_assets/img/global/membership-info-row.png");
}

hr.small-spacing {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 5px 0 5px;
    height: 0;
}

.renewdate {
    margin-left: 35px;
}

.registerd-machine-row {
    height: 12px;
}

.registerd-machine {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* membership detail language select */
.membership-lang-select {
    background: #ffffff;
    color: gray;
    width: auto;
    display: inline-block;
    font-size: 10px;
    text-align: left;
}

.membership-lang-select-dropdown {
    background: gray;
    border: none;
    box-shadow: none;
    padding-left: 10px;
    color: #ffffff;
}

.membership-lang-select-dropdown.button a {
    color: gray;
}
.membership-lang-select-dropdown.button:hover {
    color: #FFF;
    background: gray;
}
.membership-lang-select-dropdown.button {
    padding: 3px;
}
.membership-lang-select-dropdown.dropdown > ul li:hover {
    text-decoration: none;
}

.membership-lang-select-dropdown.dropdown > ul li {
    padding-left: 23px;
}

.membership-lang-select-dropdown .current-EN { padding-left: 20px; background: url("https://res.canvasgfx.com/canvasx_assets/img/global/flags/EN.png") no-repeat -1px 2px; }
.membership-lang-select-dropdown .current-JA { padding-left: 20px; background: url("https://res.canvasgfx.com/canvasx_assets/img/global/flags/JA.png") no-repeat -1px 2px; }

.membership-lang-select li.en {background: url("https://res.canvasgfx.com/canvasx_assets/img/global/flags/EN.png") no-repeat 3px 4px;}
.membership-lang-select li.ja {background: url("https://res.canvasgfx.com/canvasx_assets/img/global/flags/JA.png") no-repeat 3px 4px;}
/* membership detail language select */

.internal_navi ul > li.has-dropdown:hover > .dropdown, .internal_navi ul > li.has-dropdown:focus > .dropdown { display: block; visibility: visible;}
.internal_navi ul>li.has-dropdown .dropdown {
    background: #f5f5f5;
    margin: 7px 0 0 0;
    left: 20px;
    padding: 5px 0 0 0;
    position: absolute;
    visibility: hidden;
    z-index: 99;
    width: 200px;
}

@-moz-document url-prefix() {
    .internal_navi ul>li.has-dropdown .dropdown {
        margin: 4px 0 0 0;
    }
}

.internal_navi ul > li.has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; right: 1px; top: 1px; }

.dropdown li.has-focus a {
	color: black;
}

li .has-focus:hover {
    background: lightgrey;
    color: #ffffff;
    width: 200px;
}

.generic-icon-button {
    width: 142px;
    height: 116px;
    margin-left: 14px;
    margin-top: 14px;
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    position: relative;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.pdinfo-icon-button {
    margin-left: 20px;
    margin-top: 18px;
}

.generic-icon-button:hover {
    opacity:0.6;
    background: gray;
}

/* general stuff */

.color-F69020{
    color: #F69020;
}

.font-bold{
    font-weight: bold;
}

.padding-top-15 {
    padding-top: 15px;
}

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

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-15 {
    padding-left: 15px;
}

.nopadding-right {
    padding-right: 0;
}

.nopadding-left {
    padding-left: 0;
}

.bg-color-fafafa {
    background-color: #fafafa;
}

.bg-color-f0f0f0 {
    background-color: #f0f0f0;
}

.margin-botton-100 {
    margin-bottom: 100px;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-55 {
    margin-top: 55px;
}

.nomargin-top {
    margin-top: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.nomargin-left {
    margin-left: 0px;
}

.nomargin {
    margin: 0;
}

.width-260 {
    width: 260px;
}

.width-265 {
    width: 265px;
}

.verticalline {
    border-right: 1px solid #a0a0a0;
}

.font-size-10px{
    font-size: 10px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18px{
    font-size: 18px;
}

.color-red{
    color: #ff0000;
}

.color-gray{
    color: #666;
}

.hidden { display: none; visibility: hidden; }
