#support {
    font-family: 'Titillium Web', Arial;
}

#support .section-header-background {
    width:100%;
    background-color:red;
    height:350px;
    position: absolute;
    left:0px;
    margin-top: -40px;
    z-index:-1;
    background:url('/img/support-header.jpg') center top no-repeat;
}

#support img.background, #productsupport img.background {
    margin-left: -480px;
    margin-top: -40px;
    position: absolute;
    z-index: -1;
}

#support .clear {
    clear:both;
    height:50px;
}

#support > .title { height:70px; margin:10px 0 10px -10px; padding:10px 0 0 40px; background:url('/img/tabs-title-bg.png') no-repeat 0px 0px; font-family:'Titillium Web', Tahoma; font-size:30px; }

#support > .top {
    padding:10px 0 10px 0;
}

#support > .top .breadcrumb {
    padding:10px 0 10px 0;
}

#support > .header {
    height:280px;
    font-family: 'Titillium Web', Arial;
}

#support > .header .title {
    width:100%;
    text-align: right;
    line-height: 1;
    font-size:60px;
    font-weight:700;
}

#support > .header .subtitle {
    width:100%;
    text-align: right;
    line-height: 1;
    font-size:20px;
    font-weight:600;
}

#support .content .searchcontainer {
    background-color:black;
    color:white;
    width:860px;
    padding:30px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:left;
}

#support .content .searchcontainer-bottom {
    clear:both;
    background-image:url('/img/bottom-support-search.png');
    background-repeat: no-repeat;
    background-position: -400px left;
    height:40px;
}

#support .content .searchcontainer .divisor {
    height: 5px;
    margin:30px 0 30px 0;
    border-bottom: 1px solid #333;
}

#support .content .searchcontainer > .item {
    background: url('/img/cta-youtube.png') no-repeat 0px 7px;
    padding-left:20px;
}

#support .content .searchcontainer > .item .text {
    font-size:18px;
    font-weight:600;
}

#support .content .searchcontainer form {
    display:inline;
    float:right;
    position:relative;
}

#support .content .searchcontainer form input[type=text] {
    width:250px;
    border:none;
    outline: none;
    border:1px solid #AAA;
    /*background: url('/img/search-bg-h.jpg') repeat-x; */
    position:relative;
    font-family: 'Titillium Web', Arial;
    font-size: 16px;
    height:28px;
    padding:0 40px 0 15px;
    z-index:10000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    outline: none;
    background: #c6c6c6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2YzZjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c6c6c6 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #c6c6c6 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #c6c6c6 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #c6c6c6 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #c6c6c6 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#ffffff',GradientType=0 );
}

#support .search-instant { margin-right:10px; }

#support .search-instant .loading { width:17px; height:17px; text-decoration:none; display:inline-block; z-index:10000; position:absolute; top:7px; right:115px; }

#support .content .searchcontainer form .instant-results {
    position:absolute;
    display:none;
    width:277px;
    margin-top:-15px;
    padding:20px 15px 5px 15px;
    background-color: white;
    z-index:100;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#support .content .searchcontainer form .instant-results .item {
    padding:8px 0 8px 0;
    /*border-bottom:1px solid #999;*/
}

#support .content .searchcontainer form .instant-results .item a {
    color:black;
    font-weight:normal;
    text-decoration:none;
}

#support .content .searchcontainer form .instant-results .item a:hover {
    color:red;
    background-color:red;
}

#support .content .searchcontainer form .search-button {
    vertical-align: top;
    margin:0 0 0 10px;
    padding:0px 20px 3px 20px;
    font-family: 'Titillium Web', Arial;
    font-size: 18px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -webkit-box-shadow: 0 0 4px #333;
    -moz-box-shadow: 0 0 4px #333;
    box-shadow: 0 0 4px #333;
    border:none;
    color:white;
    font-weight:600;
    cursor:pointer;
    background: #be3338; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMzMzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q2M2I0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2NlMGYxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzFhMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #be3338 0%, #d63b41 50%, #ce0f17 52%, #e31a24 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be3338), color-stop(50%,#d63b41), color-stop(52%,#ce0f17), color-stop(100%,#e31a24)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #be3338 0%,#d63b41 50%,#ce0f17 52%,#e31a24 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #be3338 0%,#d63b41 50%,#ce0f17 52%,#e31a24 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #be3338 0%,#d63b41 50%,#ce0f17 52%,#e31a24 100%); /* IE10+ */
    background: linear-gradient(to bottom, #be3338 0%,#d63b41 50%,#ce0f17 52%,#e31a24 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be3338', endColorstr='#e31a24',GradientType=0 ); /* IE6-8 */
}

#support .content .searchcontainer form .search-button:hover {
    background: #b53a3f; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1M2EzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2I1M2EzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2IwMGYxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjFhMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b53a3f 0%, #b53a3f 50%, #b00f15 52%, #df1a23 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b53a3f), color-stop(50%,#b53a3f), color-stop(52%,#b00f15), color-stop(100%,#df1a23)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b53a3f 0%,#b53a3f 50%,#b00f15 52%,#df1a23 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b53a3f 0%,#b53a3f 50%,#b00f15 52%,#df1a23 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b53a3f 0%,#b53a3f 50%,#b00f15 52%,#df1a23 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b53a3f 0%,#b53a3f 50%,#b00f15 52%,#df1a23 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b53a3f', endColorstr='#df1a23',GradientType=0 ); /* IE6-8 */
}

#support .content .search-finder .modelsearch {
    margin: 20px 0 0 0;
}

#support .content .search-finder .modelsearch .selectcontainer {
    float:left;
}

#support .content .search-finder .modelsearch .selectcontainer .typetitle {
    margin-bottom:5px;
    font-size: 14px;
    font-weight:600;
}

#support .content .search-finder select.selector {
    background-color:#222;
    margin-right:13px;
    width:155px;
    color:white;
    border:0;
    font-family: 'Titillium Web', Arial;
}

#support .content .search-finder select.selector option {
}

#support .content .search-finder select.selector .opt:selected {
    background-color:red;
}

#support .content .search-finder .cta {
    clear:both;
    text-align:right;
    margin:0 10px 0 0;
    padding-top:15px;
    display:none;
}

#support .content .search-finder .cta a {
    margin-top:10px;
    padding:0px 20px 3px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 4px #333;
    -moz-box-shadow: 0 0 4px #333;
    box-shadow: 0 0 4px #333;
    font-size: 18px;
    text-decoration:none;
    color:white;
    font-weight:600;
    display:inline-block;
    background: #be3338; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMzMzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q2M2I0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2NlMGYxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzFhMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #be3338 0%, #d63b41 50%, #ce0f17 52%, #e31a24 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be3338), color-stop(50%,#d63b41), color-stop(52%,#ce0f17), color-stop(100%,#e31a24)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #be3338 0%,#d63b41 50%,#ce0f17 52%,#e31a24 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #be3338 0%,#d63b41 50%,#ce0f17 52%,#e31a24 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #be3338 0%,#d63b41 50%,#ce0f17 52%,#e31a24 100%); /* IE10+ */
    background: linear-gradient(to bottom, #be3338 0%,#d63b41 50%,#ce0f17 52%,#e31a24 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be3338', endColorstr='#e31a24',GradientType=0 ); /* IE6-8 */
}


/* CONTACT & DRIVERS */
#support .content .contact-drivers {
    margin:10px 0 50px 0;
    float:left;
}

#support .content .contact-drivers .title {
    margin-bottom:30px;
    font-weight:600;
    height: 60px;
    margin: 10px 0px 0px -10px;
    padding: 17px 0px 0px 40px;
    background: url("/img/tabs-title-bg.png") no-repeat scroll 0px 0px transparent;
    font-size: 24px;
    font-weight: 700;
}

#support .content .contact-drivers .contact {
    float:left;
    margin-right:20px;
    width:960px;
}

#support .content .contact-drivers .contact > .item {
    margin: 0px 30px 40px;
    width: 260px;
    float: left;
}

#support .content .contact-drivers .contact > .item > img {
    float:left;
    margin-left:-40px;
}

#support .content .contact-drivers .contact > .item .description {
    margin: 5px 0 5px 60px;
    font-size: 12px;
    font-weight: 600;
}

#support .content .contact-drivers .contact > .item > .description > a {
    text-decoration: none;
    color: white;
}

#support .content .contact-drivers .contact > .item .comment {
    margin-left: 60px;
    font-size: 12px;
    line-height: 1.2;
    color:#AAA;
}

#support .content .contact-drivers .contact > .item .comment a {
    color:red; text-decoration:none;
}

#support .content .contact-drivers .contact > .item .listitem { margin:5px 0 0 70px; font-size:12px; }

#support .content .contact-drivers .drivers {
    float:left;
    padding-left:30px;
    border-left:1px solid #333;
}


/* SUPPORT WARRANTY BR */
#support .content .warranty-br {
    margin:10px 0 50px 0;
    float:left;
}

#support .content .warranty-br .title {
    margin-bottom:30px;
    font-weight:600;
    height: 60px;
    margin: 10px 0px 0px -10px;
    padding: 17px 0px 0px 40px;
    background: url("/img/tabs-title-bg.png") no-repeat scroll 0px 0px transparent;
    font-size: 24px;
    font-weight: 700;
}



#productsupport > .header { position:relative; clear:both; margin:50px 0 40px 10px; font-family: 'Titillium Web', Arial; }
/*#productsupport > .header .title { font-size: 28px; font-weight:600; }
#productsupport > .header .button { position:absolute; right:0; }*/
#productsupport > .header .product {
    font-size:46px;
    top:26px;
    font-weight:700;
    position:absolute;
}
#productsupport > .header .title {
    width:100%;
    text-align: right;
    line-height: 1;
    font-size:60px;
    font-weight:700;
}

#productsupport > .header .subtitle {
    width:100%;
    text-align: right;
    line-height: 1;
    font-size:20px;
    font-weight:600;
}

#productsupport .maintitle {
    position:absolute;
    top:15px;
    font-family: 'Titillium Web', Arial;
    height:60px;
    margin:0px 0 0 -10px;
    padding:10px 0 0 40px;
    background:url('/img/tabs-title-bg.png') no-repeat 0 0;
    font-size: 30px;
    font-weight: 700;
}


#productsupport .productdata { margin:20px 0 0 10px; clear:both; }
#productsupport .productdata .thumb { float:left; }
#productsupport .productdata .contact { float:left; margin-left:30px; width:580px; font-family: 'Titillium Web', Arial; font-size:12px; border-left:1px solid #333; }
#productsupport .productdata .contact .header { margin:0 0 30px 40px; }
#productsupport .productdata .contact .text { color:#999; font-weight: normal; }
#productsupport .productdata .contact .text a { color:red; text-decoration:none; }
#productsupport .productdata .contact .item { float:left; width:190px; padding:0 0 20px 100px; min-height:59px; }
#productsupport .productdata .contact .item .title a { text-decoration: none; color: white; }
#productsupport .productdata .contact .email { background:url('/img/contact-email.png') no-repeat; }
#productsupport .productdata .contact .form { background:url('/img/contact-form.png') no-repeat; }
#productsupport .productdata .contact .facebook { background:url('/img/contact-facebook.png') no-repeat; }
#productsupport .productdata .contact .twitter { background:url('/img/contact-twitter.png') no-repeat; }
#productsupport .productdata .contact .phone { background:url('/img/contact-phones.png') no-repeat; }
#productsupport .productdata .contact .phone .listitem { margin:5px 0 0 10px; }


#productsupport .tabs { list-style:none; margin:60px 0 12px 0; padding:0; float:left; width:100%; }
#productsupport .tabs > li { float:left; height:48px; min-width:120px; }
#productsupport .tabs > li > a {
    font-family: 'Titillium Web', sans-serif;
    font-size:15px;
    font-weight:600;
    text-align:center;
    display:block;
    padding:13px 10px 12px 10px;
    min-width:80px;
    color:#A7A7A7;
    text-decoration:none;
    background:url('/img/product-tab-off-bg.jpg') repeat-x;
    border-top:1px solid black;
    border-right:1px solid black;
    border-left:1px solid #333;
    border-bottom:1px solid black;
}

#productsupport .tabs > li > a.first {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top:1px solid black;
    border-right:1px solid black;
    border-left:1px solid black;
    border-bottom:1px solid black;
}

#productsupport .tabs > li > a.last {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top:1px solid black;
    border-right:1px solid black;
    border-left:1px solid #333;
    border-bottom:1px solid black;
}

#productsupport .tabs > li > a:hover, #productsupport .tabs > li > a.on {
    color:white;
    font-family: 'Titillium Web', sans-serif;
    font-weight:600;
    font-size:15px;
    background:url('/img/product-tab-on-bg.jpg') repeat-x;
}

#productsupport .tabs > li > .tongue { text-align:center; margin-top:-6px; padding:0; display:none; }

#productsupport .tab-content { clear:both; }
#productsupport .tab-content .bottom-background { width:100%; height:170px; position:absolute; left:0; margin-top:-12px; z-index:-1; background:url('/img/faq-top-bg.png') center top no-repeat;  }
#productsupport .tab-content .tab-pane { float:left; width:100%; margin:0 0 80px 5px; padding-top:15px; }
#productsupport .tab-content .tab-pane .title { height:70px; margin:10px 0 10px -10px; padding:10px 0 0 40px; background:url('/img/tabs-title-bg.png') no-repeat 0px 0px; font-family:'Titillium Web', Tahoma; font-size:30px; }

#productsupport #downloads table {
    font-size: 16px;
    font-family: 'Titillium Web', Arial;
    width:98%;
    color:#999;
}

#productsupport #downloads table a {
    left:25%;
    bottom:0;
    font-weight:bold;
    text-decoration:none;
    color:white;
    font-size: 14px;
    padding-right:15px;
    background: url('/img/menu-arrow-right.png') no-repeat right center;
}

#productsupport #downloads table a:hover {
    text-decoration: underline;
}

#productsupport #downloads table th {
    background-color: #333;
    padding:8px 20px;
    color:white;
}

#productsupport #downloads table td {
    padding:8px 20px;
    border-bottom:1px solid #434343;
}

#productsupport #faq .faq-item > div {
    font-family: 'Titillium Web', Arial;
}

#productsupport #faq .faq-item .question {
    padding:5px 0 10px 30px;
    border-top: 1px solid #333;
    background:url('/img/faq-bg.png') repeat-y;

}

#productsupport #faq .faq-item {
    background-image: url('/img/med-arrow-right.png');
    background-repeat: no-repeat;
    background-position: 0px 25px;
}

#productsupport #faq .faq-item .question p {
    display:inline-block;
}

#productsupport #faq .faq-item .answer {
    color:#aaaaaa;
    padding:0 0 15px 30px;
    margin-bottom:30px;
}

#productsupport #warranty {
    font-family: 'Titillium Web', Arial;
}

#productsupport #warranty a {
    font-family: 'Titillium Web', Arial;
    color:red;
}

#productsupport .formcontainer {
    width:620px;
}

#productsupport .formThanks {
    font-family: 'Titillium Web', Arial;
    display:none;
    height: 140px;
    padding-top: 30px;
}

#productsupport .formcontainer .info {
    font-family: 'Titillium Web', Tahoma, Arial;
    margin-bottom:20px;
}

#productsupport .formcontainer .error {

}

#productsupport .formcontainer .form-row {
    margin-bottom:5px;
    vertical-align: top;
}

#productsupport .formcontainer .cta.send {
    text-align:right;
    position:relative;
}

#productsupport .formcontainer .cta.send .submit {
    margin: 10px 104px 0 0;
    text-align: right;
    color: rgb(51, 51, 51);
    height: 35px;
    border-radius: 18px;
    border: 1px solid rgb(153, 153, 153);
    font-family: 'Titillium Web',Arial;
    font-size: 16px;
    text-align: center;
    padding: 0 40px 0 15px;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(to bottom, rgb(252, 252, 252) 0%, rgb(205, 205, 205) 53%, rgb(150, 150, 150) 100%) repeat scroll 0% 0% transparent;
}

#productsupport .formcontainer .cta.send .button-arrow {
    position: absolute;
    background: url("/img/menu-arrow-right.png") no-repeat scroll 95% 0px transparent;
    height: 13px;
    width: 9px;
    right: 120px;
    top: 22px;
}

#productsupport .formcontainer label {
    width:200px;
    display:inline-block;
    height:30px;
    font-size: 16px;
    font-family: 'Titillium Web', Tahoma, Arial;
    vertical-align: top;
}

#productsupport .formcontainer input[type="text"] {
    width:310px;
    background: -moz-linear-gradient(center top , rgb(221, 221, 221) 0%, rgb(255, 255, 255) 60%) repeat scroll 0% 0% transparent;
    border-radius: 5px;
    font-family: 'Titillium Web',Arial;
    font-size: 16px;
    color: rgb(34, 34, 34);
    height:25px;
}

#productsupport .formcontainer textarea {
    width:307px;
    background: -moz-linear-gradient(center top , rgb(221, 221, 221) 0%, rgb(255, 255, 255) 60%) repeat scroll 0% 0% transparent;
    border-radius: 5px;
    font-family: 'Titillium Web',Arial;
    font-size: 16px;
    color: rgb(34, 34, 34);
    height:100px;
}

#productsupport .formcontainer .form-row.recaptcha {
    padding-right:100px;
}

#content .content .formcontainer .recaptcha-container {
    height: 129px;
}

#content .content .formcontainer #recaptcha_area {
    float: right;
}

span#recaptcha_privacy {
    display:none;
}