a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul,
var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}

mark, rp, rt, ruby, summary, time {
    display: inline
}

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('fonts/MYRIADPRO-COND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('fonts/MYRIADPRO-CONDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('fonts/MYRIADPRO-BOLD.woff') format('woff');
}

html, body {
    /*font-family: 'Myriad Pro Regular';*/
    font-family: Arial, sans-serif;
    font-size: 14px;
}

@-moz-document url-prefix() {
    select {
        color: transparent !important;
        text-shadow: 0 0 0 #000 !important;
    }
}

a {
    text-decoration: none;
    color: #0A91C4;
}

body > header {
    background: #4267b1;
    height: 110px;
    position: relative;
}

body > header ul {
    list-style: none;
}

body > header a {
    color: #FFFFFF;
}

body .topBorder {
    border-top: 7px solid #0c91c4;
}

div.inside {
    width: 960px;
    margin: 0 auto;
}

header div.inside > div {
    
    margin-top: 10px;
    float: left;
}


header div.inside > div.left {
    width: 49%;
}
header div.inside > div.left  a{
    display:block;
    margin-top: 5px;
}

header div.inside > div.right {
    width: 51%;
}

.topContacts {
    color: #dcdbdb;
    width: 48%;
    float: left;
    text-align: right;
}

.topLogin {
    width: 52%;
    float: left;
}

.topLogin a {
    color: #FFFFFF;
    vertical-align: top;
}

.topLogin .social {
    float: right;
	padding-left: 15px;
}

.topAccountMenu {
    float: right;
}

.topLogin {
    color: #FFFFFF;
}

.topAccountMenu li {
    float: left;
    margin-right: 12px;
    line-height: 11px;
}

.topAccountMenu li:first-child:after {
    content: " ";
    border-right: 1px solid #FFFFFF;
    vertical-align: middle;
    height: 15px;
    display: inline-block;
    width: 14px;
}

.topAccountMenu li:last-child {
    float: left;
    margin-right: 0;
}

.flag {
    display: inline-block;
    width: 16px;
    height: 16px;
    float: left;
}

.flag.pt {
    background: url('images/flags/pt.png') no-repeat;
}

.flag.en {
    background: url('images/flags/en.png') no-repeat;
}

.flag.down-arrow:after {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-left: 22px;
    background: url('images/down-arrow.png') no-repeat 0 2px;
}

.langSelectorParent {
    float: left;
    font-size: 12px;
    margin-left: 9px;
}

.langSelectorParent > li {
    float: left;
    position: relative;
}

.langSelectorParent a {
    float: left;
    width: 33px;
}

.langSelectorParent:hover ul {
    display: block;
}

.langSelector {
    float: left;
    left: 0;
    position: absolute;
    top: 14px;
    width: 128px;
    z-index: 2000;
    box-shadow: 1px 1px 4px #414141;
    display: none;
}

.langSelector .flag {
    margin: 4px;
}

.langSelector li {
    float: left;
    height: 20px;
    position: relative;
    width: 100%;
    z-index: 1000;
    line-height: 18px;
}

.langSelector li:hover {
    background: #34C6F4;
}

.langSelector li a {
    display: inline-block;
    float: left;
    width: 100%;
    color: #787979;
}

.langSelector li:hover a {
    color: #FFFFFF;
}

.lock {
    display: inline-block;
    height: 15px;
    width: 12px;
    background: url('images/image-set.png') no-repeat -8px -6px;
}

.grayGradient {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjZjhmOGY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjZTdlOGU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjZTZlN2U4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlZDVlNCIgc3RvcC1vcGFjaXR5PSIwLjk4Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 1) 23%, rgba(248, 248, 249, 1) 33%, rgba(231, 232, 233, 1) 73%, rgba(230, 231, 232, 1) 97%, rgba(206, 213, 228, 0.98) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.94)), color-stop(3%, rgba(255, 255, 255, 1)), color-stop(23%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(248, 248, 249, 1)), color-stop(73%, rgba(231, 232, 233, 1)), color-stop(97%, rgba(230, 231, 232, 1)), color-stop(100%, rgba(206, 213, 228, 0.98))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 1) 23%, rgba(248, 248, 249, 1) 33%, rgba(231, 232, 233, 1) 73%, rgba(230, 231, 232, 1) 97%, rgba(206, 213, 228, 0.98) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 1) 23%, rgba(248, 248, 249, 1) 33%, rgba(231, 232, 233, 1) 73%, rgba(230, 231, 232, 1) 97%, rgba(206, 213, 228, 0.98) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 1) 23%, rgba(248, 248, 249, 1) 33%, rgba(231, 232, 233, 1) 73%, rgba(230, 231, 232, 1) 97%, rgba(206, 213, 228, 0.98) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 1) 23%, rgba(248, 248, 249, 1) 33%, rgba(231, 232, 233, 1) 73%, rgba(230, 231, 232, 1) 97%, rgba(206, 213, 228, 0.98) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0ffffff', endColorstr='#faced5e4', GradientType=0); /* IE6-8 */
}

body > header .navBar {
    height: 36px;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-left: 0;
	font-size: 14px;
}

body > header a:hover {
    color: #CCC;
}

.navBar li {
    float: left;
    line-height: 35px;
    margin-right: 5px;
    font-weight: bold;
}

.navBar li a {
    color: #787979;
    border-right: 1px solid #A0A0A0;
    padding-right: 5px;
    text-transform: uppercase;
}
.navBar li:last-child a {
    border-right: none;
    padding-right: 0;
}

.navBar li.active a,
.navBar li:hover a {
    color: #0a91c4;
}

.topLogin form {
    float: right;
    bottom: 0;
    margin-top: 12px;
}

.topLogin > div {
    float: left;
    width: 100%;
    position: relative;
}

.topLogin > .bottom input[type="text"] {
    border: 0;
    background: #b3b2b3 url('images/image-set.png') no-repeat -517px 4px;
    padding: 0 23px 0 6px;
    width: 172px;
    margin-right: 3px;
    height: 24px;
	float: left;
}

.topLogin > .bottom input[type="submit"] {
    background: #34c6f4;
    border: 0 none;
    color: #FFFFFF;
    display: inline-block;
    height: 24px;
    line-height: 18px;
    padding: 3px 10px;
    float: right;
}

.topLogin > .bottom input[type="submit"]:hover {
    color: #34c6f4;
    background: #FFFFFF;
}

.content.home {
    background: #4166b0;
    height: 250px;
}

.content .wrapper {
    background: #FFFFFF;
    float: left;
    width: 100%;
    min-height: 460px;
}
.content .wrapper.nomin {
    min-height: unset;
}

.homeRightBlock {
    width: 300px;
    height: 360px;
    float: right;
    position: relative;
	display: none;
}

.homeRightBlock img {
    width: 100%;
    height: 178px;
    position: absolute;
    top: 0;
}

.homeRightBlock span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.51);
    bottom: 0;
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.homeRightBlock p {
    line-height: 20px;
}

.homeRightBlock a {
    display: inline-block;
    height: 178px;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.homeRightBlock.company a:last-child {
    position: static;
    bottom: auto;
    right: auto;
}

.homeRightBlock a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sectionHeader {
    color: #999999;
    float: left;
    width: 100%;
    padding-top: 30px;
}

.sectionHeader > header {
    padding-bottom: 5px;
    border-bottom: 2px solid #f2f2f2;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.sectionHeader > header > a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
}

.sectionHeader > article {
    float: left;
    margin-top: 30px;
    min-height: 152px;
    width: 48%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.sectionHeader > article:last-child {
    border-left: 2px solid #F2F2F2;
    float: right;
    padding-left: 2%;
    width: 50%;
}

.sectionHeader > article > p {
    color: #59595a;
}

.sectionHeader > article > figure {
    color: #b2b2b2;
    float: right;
    width: 150px;
    height: 150px;
    padding-left: 10px;
    margin: 0;
}

.sectionHeader > article > header {
    color: #231f20;
    text-transform: uppercase;
}

.homeHighlightsSection > article > header {
    font-weight: bold;
}

.sectionHeader > article > a.readmore {
    margin-top: 10px;
    float: left;
}

.sectionHeader img {
    width: 100%;
    height: 100%;
}

footer .bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #4D4C4C;
    margin: 10px 0 0;
    padding: 10px 0;
    font-size: 14px;
    color: #FFFFFF;
}

.developedBy {
    float: right;
}

.copyright {
    color: #FFFFFF;
    margin-left: 70px;
}

footer .bottom li,
footer .bottom ul {
    float: left;
}

.homeNewItemsSection > article {
    width: 25% !important;
    padding: 0 !important;
    border-left: 0 !important;
    margin-top: 20px;
}

.homeNewItemsSection > article figcaption {
    display: inline-block;
    min-height: 45px;
    text-align: center;
    width: 100%;
}

.homeNewItemsSection > article a {
    color: #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.homeNewItemsSection > article a:hover {
    opacity: 0.7;
    color: #0A91C4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer {
    background: #202020;
    color: #c3c2c2;
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 20px 0 0;
}

footer a {
    color: #c3c2c2;
}

footer a:hover,
footer li.active a,
footer a.active {
    color: #FFFFFF;
}

footer ul {
    list-style: none;
}

footer ul li {
    margin-bottom: 5px;
}

footer .footerBlock {
    float: left;
    width: 25%;
}

footer .footerBlock:last-child h1 {
    float: right;
    text-align: right;
    width: 100%;
}

footer .contactsBlock ul {
    text-align: right;
}

footer .contactsBlock b {
    color: #dedddd;
}

footer h1 {
    font-size: 14px;
    font-weight: normal;
}

footer .bottom div.inside {
    font-size: 12px;
}

dl > * {
    width: 48%;
    float: left;
    font-size: 12px;
}

dl > dt {
    color: #FFFFFF;
    font-weight: bold;
    padding-right: 2%;
    text-align: left;
    width: 40%;
    word-break: keep-all;
    word-wrap: normal;
}

dl > dd {
    padding-left: 2%;
    text-align: left;
    width: auto;
}

footer dl {
    width: 100%;
    margin-top: 20px;
}

.newsletterBlock .form-control input[type="email"] {
    background: #323231;
    color: #8e8e8d;
    font-style: italic;
    border: 0;
    padding: 5px 6px;
    width: 70%;
}

.newsletterBlock .form-control input[type="submit"] {
    background: url('images/single_arrow.png') no-repeat 6px 0;
    border: 0;
    width: 24px;
    height: 16px;
}

.newsletterCaption {
    float: left;
    font-size: 13px;
    margin-top: 11px;
}

.catList {
    display: table;
    list-style: none;
    margin: 0 auto;
    padding: 18px 0;
    width: 100%;
}

.catList li {
    float: left;
    text-align: center;
    width: 25%;
    margin-bottom: 15px;
}

.catList li:nth-child(4n+1) {
    clear: left;
}

.catList li figure {
    float: none;
    margin: 0;
    max-width: 151px;
    width: 100%;
}

.catList li figure:hover {
    opacity: 0.7;
}

.catList li figure img {
    width: 100%;
    float: left;
}

.catList li figcaption {
    /* background: #e2d8d2; */
    color: #0C91C4;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    margin-top: 4px;
    text-align: center;
    text-transform: uppercase;
    padding: 1px 0;
    width: 100%;
}

.catList a {
    display: table;
    margin: 0 auto;
}

.catListFix {
    padding: 0 0 0 10px !important;
    width: 698px !important;
}

#sideNavigation {
    width: 250px;
    overflow: hidden;
}

.ui-accordion .ui-accordion-header {
    margin-top: 0 !important;
    border-bottom: 1px solid #6db0c9;
    border-right: 0 none;
    clear: both;
    display: block;
    float: left;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.ui-accordion .ui-accordion-header:last-child {
    border-bottom: 0;
}

.ui-accordion-header .ui-accordion-header {
    width: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 0 !important;
    float: left;
    width: 100%;
    border-left: 0;
}

.ui-accordion .ui-accordion > a { /* H3 */
    background: #34C6F5;
    border-color: #34C6F5;
    font-weight: normal;
}

.ui-accordion .ui-accordion {
    padding-left: 10px;
}

.ui-accordion .ui-accordion .ui-accordion > a { /* H3 */
    background: #6DB0C9;
    border-color: #6DB0C9;
}

.ui-accordion h3 {
    font-weight: normal;
    font-size: 12px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 0.5em;
    left: auto !important;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 10px !important;
}

.ui-accordion > a,
.ui-accordion-content > a{
    clear: both;
    color: #FFFFFF !important;
    float: left;
    font-size: 12px;
    margin-left: 12px;
    padding-left: 10px;
    margin-bottom: 6px;
    width: 100%;
    /*text-shadow: 1px 1px 1px #888888;*/
    max-width: 236px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    z-index: 100;
}

.ui-accordion-content > a:hover,
.ui-accordion-content > a.active {
    text-decoration: none !important;
    font-weight: bold;
    position: relative;
    z-index: 100;
    /*text-shadow: 1px 1px 1px #000000;*/
}

.ui-accordion-content > a:hover:after,
.ui-accordion-content > a.active:after {
    content: "";
    display: inline-block;
    top: -4px;
    left: -15px;
    right: -2px;
    bottom: -3px;
    position: absolute;
    z-index: -1;
    opacity: 1;
    background-color: #0E89A4;
}

.ui-accordion-content a:first-child {
    margin-top: 2px;
}
.ui-accordion-content a:last-child {
    margin-bottom: 2px;
}

.ui-accordion-content a:hover {
    text-decoration: underline;
}

.accordion > .ui-accordion-content {
    padding: 5px 0 !important;
    font-size: 14px;
}

.productDetail .left,
.productDetail .right {
    float: left;
}
.productDetail .left {
    width: 250px;
}
.productDetail .left nav h1 {
    background: #0C92C4;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    padding: 10px 11px;
    border-bottom: 1px solid #6DB0C9;
}
.productDetail .right {
    width: 710px;
}
.productDetail .right article {
    padding: 0 3%;
    width: 94%;
}
.productDetail .right h1 {
    border-bottom: 1px solid #DEDDDD;
    font-size: 14px;
    margin: 11px 0;
    padding: 0 0 6px;
    text-transform: uppercase;
    color: #928C8C;
}

.productDetail .price {
    color: #ed1c24;
    font-size: 22px;
    font-weight: bold;
}

.productDetail .buy > .text {
    background: #0C91C4;
    color: #FFFFFF;
    left: 29px;
    padding: 1px 11px 2px;
    border: 1px solid #0C91C4;
}

.productDetail .buy:hover > .text {
    background: #FFFFFF;
    color: #0C91C4;
    border: 1px solid #0C91C4;
}

.productDetail .buy > .cart-icon {
    background: url("images/image-set.png") no-repeat scroll -2px -27px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 22px;
    margin-right: 6px;
    margin-top: -4px;
    vertical-align: middle;
    width: 23px;
}

.productDetail .buy {
    float: right;
    line-height: 26px;
}

.productDetail .right figure {
    float: right;
    height: 200px;
    margin: 0 2px 0 22px;
    width: 255px;
}

/*.productDetail .right figure img{
    border: 1px solid #cccccc;
}*/

.productDetail p {
    margin-top: 20px;
    color: #696968;
}

.productDetail .tabs {
    margin-top: 20px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.ref_search {
    background: #58C1E5;
    padding: 5px 0 0;
}

.ref_search.last {
    background: #58C1E5;
    padding: 5px 0 5px;
    position: relative;
}

.ref_search input[type="text"] {
    border: 0;
    background: #b3b2b3 url('images/image-set.png') no-repeat -523px 4px;
    color: #FFFFFF;
    margin: 0 0 0 10px;
    padding: 3px 23px 3px 6px;
    width: 164px;
}

.ref_search input[type="submit"] {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #58C1E5;
    font-size: 12px;
    margin-left: 4px;
    padding: 3px 7px;
    vertical-align: top;
}

.ref_search input[type="submit"]:hover {
    color: #FFFFFF;
    background: #58C1E5;
    border: 1px solid #FFFFFF;
}

.productDetail.brand article {
    float: left;
    padding: 0;
    width: 167px;
    text-align: center;
    margin: 20px 0;
}


.productDetail.brand article:nth-of-type(4n+1) {
    clear: both;
}

.productDetail.brand h1 {
    color: #424243;
}

.productDetail.brand article figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.productDetail.brand .right {
    padding: 0 20px;
    width: 670px;
}

.select {
    background: url("images/image-set.png") repeat scroll -270px -4px rgba(0, 0, 0, 0);
    height: 28px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 190px;
}

.select select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 12px;
    height: 22px;
    left: 1px;
    padding-left: 6px;
    padding-right: 0;
    position: absolute;
    top: 5px;
    width: 207px;
    color: #424243;
}

.select:after {
    background: url("images/image-set.png") repeat scroll -270px -4px rgba(0, 0, 0, 0);
    width: 30px;
    height: 28px;
    content: "";
    display: none;
}

.select select option {
    font-size: 14px;
    color: #969797;
}

.select:after {
    background: url("images/image-set.png") repeat scroll -439px -4px rgba(0, 0, 0, 0);
    content: " ";
    display: inline-block;
    float: right;
    height: 30px;
    margin: 0;
    right: 5px;
    top: 0;
    width: 20px;
}

.select.small {
    width: 160px;
}

.pageSelector .select select {
    width: 70px !important;
}

.pageSelector.widthFix .select {
    width: 70px;
}

.pageSelector.widthFix .select select {
    width: 83px !important;
}

.pageSelector.widthFix {
    width: 143px;
}

ul.filters {
    list-style: none;
    float: left;
    width: 100%;
}

ul.filters li {
    float: left;
    margin: 0 10px 10px 0;
}

ul.filters li:nth-child(4n) {
    margin: 0;
}

.productDetail.brand article figcaption {
    color: #424243;
    font-size: 12px;
    margin: 10px 0;
}

.productDetail.listing article {
    width: 100%;
    text-align: left;
    border-top: 1px solid #BEBEBE;
    margin: 10px 0;
}

.productDetail.listing article > figure {
    float: left;
    width: 148px;
    height: 116px;
	text-align: center;
}

.productDetail.listing article > figure > img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.productDetail.grid article > figure > img {
    float: none;
    height: auto;
    width: auto;
	max-width: 100%;
}

.productDetail.listing article > div {
    width: 75%;
    float: right;
    color: #9b9b9b;
}

.productDetail.listing article > div ul {
    list-style-position: inside;
}

.productDetail.listing article h1 {
    font-weight: normal;
    border-bottom: 0;
    color: #696565;
	overflow: hidden;
    padding: 0;
}
.productDetail.grid  article h1 {
    height: 50px;
}

.productDetail.listing article h1 strong {
    margin-right: 10px;
    color: #424243;
}

.productDetail.listing .topBar {
    float: left;
    margin: 10px 0;
    width: 100%;
    line-height: 27px;
}

.topBar .pageSelector select {
    margin-left: 6px;
}

.pageSelector .select {
    width: 56px;
    float: right;
    margin-left: 8px;
}

.pageSelector {
    float: right;
    font-size: 12px;
}

.productDetail.listing .displayMode {
    float: left;
    font-size: 12px;
}

.productDetail.listing .displayMode a .fa {
    vertical-align: middle;
}

.homeRightBlock > article {
    background: #3a3939;
    color: #FFFFFF;
    float: left;
    height: 33.3%;
    width: 100%;
    padding: 11px 22px;
    border-bottom: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.homeRightBlock > article > a {
    position: static !important;
    color: #cccccc;
    display: inline;
}

.homeRightBlock > article > a:hover {
    color: #FFFFFF !important;
    opacity: 1;
}

.homeRightBlock > article > a:last-child {
    position: static;
}

.homeRightBlock > article h1 {
    font-size: 16px;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.searchResults {
    padding: 10px 25px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.searchResults .topBar {
    float: left;
    width: 100%;
    line-height: 27px;
    margin-bottom: 10px;
}
.searchResults .extra.results{
    overflow: auto;
}

.searchResults .extra.results article {
    border-top: 1px solid #cccccc;
    float: left;
    width: 25%;
}
.searchResults .extra.results article:nth-child(4n+1) {
    clear: both;
}
.searchResults .extra.results article h1 {
}

.searchResults article {
    border-top: 1px solid #cccccc;
    float: left;
    width: 100%;
}

.searchResults article h1 {
    float: left;
    font-size: 17px;
    width: 100%;
}

.searchResults article figure {
    float: left;
    margin: 0 10px 10px 0;
}

.searchResults article figure img {
    width: 148px;
    /*height: 170px;*/
}

.searchResults article .content {
    color: #585757;
}

.searchResults article h1 > a,
.searchResults article .content > a:hover {
    color: #585757;
}

.searchResults article a:hover {
    color: #1B88C9;
}

.searchResults article .content > a:hover {
    color: #585757;
}
.selectCats{
    border-bottom: 1px solid #DEDDDD;
    font-size: 14px;
    margin: 11px 0;
    padding: 0 0 6px;
    text-transform: uppercase;
    color: #928C8C;
}
.reservada{

}
.reservada h1{
    border-bottom: 1px solid #DEDDDD;
    font-size: 14px;
    margin: 11px 0;
    padding: 0 0 6px;
    text-transform: uppercase;
    color: #928C8C;
}
.reservada .login{
    float: left;
    width: 45%;
    padding-right: 4%;
}
.reservada .login form{
}
.reservada .login form ul{
    list-style: none;
}
.reservada .login form ul li{
    display: block;
}
.reservada .login form ul li label{
    width: 75px;
    line-height: 28px;
    display: inline-block;
}
.reservada .login form ul li input{
    width: 250px;
}
.reservada .registo{
    float: right;
    width: 50%;
}
.reservada .registo h2{
    font-size: 16px;
    padding-bottom: 15px;
}

.reservada .listfiles{

}
.reservada .listfiles .btn{
    float: right;
}
.reservada .listfiles p{
    padding: 10px 0 10px;

}
.reservada .listfiles ul{
    display: block;
    margin-top: 5px;
    padding-left: 20px;
}
.reservada .listfiles ul li{
}
.reservada .listfiles ul li a{
    display: block;
}

.wideTextBlock > p {
    color: #363636;
    line-height: 20px;
    margin: 20px 0;
}

.wideTextBlock {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.singleArticle article {
    padding-top: 20px;
}

.singleArticle article .content {
    line-height: 20px;
}

.pull-left {
    float: left;
}

.pull-right {
      float: right;
}

/* Pagination */

.pagination {
    float: left;
    margin: 20px 0;
    width: 100%;
    background: #ecedec;
    padding: 6px 0
}
.pagination ul {
    display: table;
    list-style: none outside none;
    margin: 0 auto;
}
.pagination ul > li {
    float: left;
}
.pagination ul li a {
    background-color: #FFFFFF;
    color: #1B88C9;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    padding: 4px 10px;
    text-transform: uppercase;
    border: 1px solid #cdcfd0;
}
.pagination ul li:not(.disabled) a:hover, .pagination ul li.active a {
    background-color: #1b88c9;
    color: #FFFFFF;
    border: 1px solid #3A79AB;
    text-shadow: none;
}
.pagination ul li.disabled a {
    display: none;
}

.pagination ul li.between {
    padding: 10px 10px 0 0;
}

/* Tabs */

.tabs {
    border: 0 !important;
    background: none !important;
}

.tabs .ui-tabs-nav {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
}

.ui-tabs .ui-tabs-panel {
    padding: 0 !important;
    font-size: 12px;
    line-height: 18px;
}

.tabs .ui-tabs-nav li {
    font-size: 12px;
    line-height: 22px;
}

.tabs .ui-tabs-nav li.ui-tabs-active {
    background: url("images/tabs.png") repeat-x scroll -95px -232px rgba(0, 0, 0, 0) !important;
}

.tabs .ui-state-default {
    background: url("images/tabs.png") repeat-x scroll 0 -193px rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    font-weight: bold;
    position: relative;
}

.tabs .ui-state-default:not(.ui-tabs-active) a {
    color: #5B5B5B !important;
}

.tabs .ui-tabs-nav li:before {
    background: url("images/tabs.png") repeat scroll -94px -74px rgba(0, 0, 0, 0) !important;
    content: " ";
    display: inline-block;
    height: 37px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
}

.tabs .ui-tabs-nav li.ui-tabs-active:before {
    background: url("images/tabs.png") repeat scroll -36px 0 rgba(0, 0, 0, 0) !important;
}

.tabs .ui-tabs-nav li.ui-tabs-active:first-child:before {
    background: url("images/tabs.png") repeat scroll 66px -358px rgba(0, 0, 0, 0) !important;
    width: 8px;
}
.tabs .ui-tabs-nav li.ui-tabs-active+li:before {
    background: url("images/tabs.png") repeat scroll -94px -37px rgba(0, 0, 0, 0) !important;
    width: 22px;
}

.tabs .ui-tabs-nav li:first-child:not(.ui-tabs-active):before {
    background: url("images/tabs.png") repeat scroll 65px -151px rgba(0, 0, 0, 0) !important;
    content: " ";
    display: inline-block;
    height: 37px;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px;
}

.tabs .ui-tabs-nav li:first-child a {
    padding: 8px 12px 8px 15px !important;
}

.ui-state-default.destaqueContainer{
	background: red !important;
}

.tabs .ui-state-default:after {
    background: url("images/tabs.png") repeat scroll 87px 0 rgba(0, 0, 0, 0) !important;
    content: " ";
    display: inline-block;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
}

.tabs .ui-tabs-nav li.ui-tabs-active:after {
    background: url("images/tabs.png") repeat scroll 58px -111px rgba(0, 0, 0, 0) !important;
}
.tabs .ui-tabs-nav li.ui-tabs-active:last-child:after {
    width: 22px;
}
.tabs .ui-tabs-nav li.ui-tabs-active:last-child:after {
    background: url("images/tabs.png") repeat scroll 58px -319px rgba(0, 0, 0, 0) !important;
}

.tabs .ui-state-default:last-child:after {
    background: url("images/tabs.png") repeat scroll 87px -279px rgba(0, 0, 0, 0) !important;
    content: " ";
    display: inline-block;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
}

.tabs .ui-tabs-nav > li > a {
    padding: 8px 14px 8px 29px !important;
}

.tabs .ui-tabs-nav > li:last-child:not(:first-child) > a {
    /*padding: 8px 23px 8px 29px !important;*/
    padding: 5px 28px 8px 28px !important;
}

.tabs .ui-tabs-nav > li:first-child > a {
    /*padding: 5px 29px 8px 23px !important;*/
    padding: 5px 24px 8px 10px !important;
}

.tabs .ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    background: #FFFFFF;
    /*height: 36px;*/
    height: 28px;
    border-bottom: 6px solid #d3d3d3;
}

.list {
    list-style: none;
}
.list li {
    padding: 10px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.list li .gray {
    color: #9F9F9F;
}
.list li a:hover {
    text-decoration: underline;
}

.bottomMargin20 {
    margin-bottom: 20px !important;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0 !important;
}

.logoContainer {
    background: #0C92C4;
    border: 1px solid #0C92C4;
    height: 127px;
    margin: 0 auto;
    width: 90%;
}

.logoContainer > a {
    height: 100%;
    vertical-align: middle;
    width: 100%;
	display: inline-block;
}

.logoContainer figcaption {
    color: #FFFFFF !important;
    font-size: 19px !important;
    margin: 52px 0 0 !important;
}

.bmodel .logoContainer figcaption {
    margin: 59px 0 0 !important;
}

.logo .logoContainer {
    border: 1px solid transparent;
    background: #FFFFFF;
    vertical-align: middle;
    display: table-cell;
    width: 150px;
    height: 150px;
	line-height: 145px;
}

.logo figure:before {
    border-left: 2px solid #CFCFCF;
    content: "";
    float: left;
    height: 141px;
    position: relative;
    width: 6px;
}

.logo:nth-of-type(4n+1) figure:before {
    border-left: 2px solid transparent; !important;
}

.logo .logoContainer img {
    border: 0 !important;
    width: 100%;
    max-height: 130px;
    max-width: 130px;
	vertical-align: middle;
}

.bmodel .logo .logoContainer img {
    border: 0 !important;
    width: 100%;
    max-height: 118px;
    max-width: 150px;
}

.bmodel .logoContainer {
    height: 140px;
}

.bmodel .logo .logoContainer {
    vertical-align: top;
    
}

.bmodel .logo .logoContainer figcaption {
    color: #717171 !important;
    font-size: 15px !important;
    margin: 0 !important;
	line-height: 20px;
}

.selectedManufacturer {
    float: right;
    margin: 0 6px 0 0;
    color: #FFFFFF;
}

div.navHeader {
    padding: 6px 5px 6px 10px;
    position: relative;
    background: #0C92C4;
    color: #FFFFFF;
    box-sizing: border-box;
    clear: both;
    font-size: 12px;
    text-shadow: 1px 1px 1px #888888;
    width: 100%;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #6DB0C9;
}

.empty.ui-accordion-content {
    display: none !important;
}

.emptyContainer.ui-state-active > span {
    display: none;
}


/* Slideshow */
.slideshow {
    position: relative;
    float: left;
    height: 360px;
    width: 960px;
}

.slideshow .pics {
    float: left;
    width: 650px;
    height: 428px;
    overflow: hidden;
    position: relative;
}

.slideshow .pics ul {
    list-style: none;
}

.slideshow .pics > ul {
    width: 100000px;
    position: absolute;
}

.slideshow .pics > ul > li {
    float: left;
    width: 650px;
    height: 400px;
    position: relative;
}

.slideshow .prev,
.slideshow .next {
    height: 15px;
    left: 19.5%;
    padding: 10px;
    position: absolute;
    top: 86.7%;
    width: 15px;
}

.slideshow .prev:hover,
.slideshow .next:hover {
   
}

.slideshow .next {
    background: transparent url('images/arrows.png') -25px 1px;
    right: 0;
}



.slideshow .prev {
    background: transparent url('images/arrows.png') 3px 1px;
    left: 13.3%;
}

.slideshow .prev,
.slideshow .next {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slideshow .picContext {
    background: none repeat scroll 0 0 rgba(252, 252, 252, 0.63);
    color: #3C3C3C;
    opacity: 0.95;
    padding: 8px 10px;
    position: absolute;
    right: 1%;
    top: 78%;
    width: 70%;
}

.slideshow .picContext header {
    font-family: 'Signika', sans-serif;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0;
}

.slideshow .picContext p {
    font-size: 15px;
}

/*.slideshow .picsList img {
    width: 100%;
}*/

.slideshow .picIndicators {
    bottom: 12px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.slideshow .picIndicators ul {
    margin: 0 auto;
    display: table;
    padding: 0;
    list-style: none;
}

.slideshow .picIndicators li {
    float: left;
    margin: 0 7px;
    line-height: 12px;
    position: relative;
}

.slideshow .picIndicators a {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    height: 4px;
    width: 20px;
    border-radius: 10px;
    display: inline-block;
	 box-shadow: 1px 1px 3px #000;
}

.slideshow .picIndicators li.selected a {
    border: 1px solid #0d92c5;
    background: #0d92c5;
}


.homeTopSection  .slideshow ,
.homeTopSection  .slideshow .pics,
.homeTopSection  .slideshow .pics > ul > li {
    width: 960px;
    height: 360px;
}
.homeTopSection  .slideshow .pics > ul > li.video iframe {
	width: 960px !important;
	height: 360px !important;
}

.homeTopSection .slideshow .prev,
.homeTopSection .slideshow .next {
    top: 86.7%;
}
.homeTopSection .slideshow .picContext{
    top: 86.7%;
}
.homeTopSection .slideshow .picIndicators{
	bottom: 54px;
}

.productDetail .slideshow ,
.productDetail .slideshow .pics,
.productDetail .slideshow .pics > ul > li {
    width: 255px;
    height: 200px;
}

.productDetail .slideshow  {
    float: left;
    margin-right: 12px;
	margin-bottom: 35px;
}

.productDetail .slideshow .prev,
.productDetail .slideshow .next {
    top: 100%;
    display: block;
	background: transparent url("images/arrows.png") repeat scroll 3px 1px;
}

.productDetail .slideshow .prev {
    left: 0;
    right: auto;
	
}

.productDetail .slideshow .next {
    left: auto;
    right: 0;
	background-position: -25px 1px;
}

.productDetail .slideshow .picContext {
    bottom: 0;
    height: auto;
    left: 0;
    line-height: 13px;
    margin: 0;
    padding: 4px;
    right: 0;
    text-align: center;
    top: auto;
    width: 100%;
    box-sizing: border-box;
}

.productDetail .slideshow .picContext p {
    font-size: 12px;
    margin-top: 0;
}

.slideshow .picIndicators li {
    float: left;
    line-height: 12px;
    margin: 0 3px;
    position: relative;
    top: auto;
}

/* Grid Mode */

.productDetail.listing.grid article {
    float: left;
    width: 25%;
    text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.productDetail.listing.grid article:nth-of-type(4n+1) {
    clear: left;
}

.productDetail.listing.grid article > figure {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.productDetail.listing.grid article > .content {
    width: 100%;
    margin: 10px 0 0;
}

.btnGradient {
    border: 1px solid #989A9B;
    border-radius: 3px;
    color: #969696;
    display: inline-block;
    font-size: 17px;
    height: 26px;
    line-height: 27px;
    margin-left: 4px;
    padding: 0 7px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2VkZWVlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2U4ZTllYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(237,238,239,1) 55%, rgba(232,233,234,1) 60%, rgba(245,245,245,1) 95%, rgba(248,248,248,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(45%,rgba(255,255,255,1)), color-stop(55%,rgba(237,238,239,1)), color-stop(60%,rgba(232,233,234,1)), color-stop(95%,rgba(245,245,245,1)), color-stop(100%,rgba(248,248,248,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(237,238,239,1) 55%,rgba(232,233,234,1) 60%,rgba(245,245,245,1) 95%,rgba(248,248,248,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(237,238,239,1) 55%,rgba(232,233,234,1) 60%,rgba(245,245,245,1) 95%,rgba(248,248,248,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(237,238,239,1) 55%,rgba(232,233,234,1) 60%,rgba(245,245,245,1) 95%,rgba(248,248,248,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(237,238,239,1) 55%,rgba(232,233,234,1) 60%,rgba(245,245,245,1) 95%,rgba(248,248,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
}

.btnGradient.active {
    background: #797979;
    color: #FFFFFF;
}

.homeNewItemsSection article {
    float: left !important;
}

/* Contact Forms */
#contact-form {
    margin-top: 20px;
}
.formContainer {
    font-size: 12px;
    margin-top: 10px;
}

.formContainer .freeText {
    font-size: 14px;
}

.formContainer input,
.formContainer textarea,
.formContainer select {
    float: left;
    width: 240px;
    height: 24px;
    border: 1px solid #B5B5B5;
    padding: 1px 8px;
    color: #333333;
    background: #b2b2b2;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.formContainer select {
    height: 31px;
    line-height: 20px;
    padding: 5px 4px;
    min-width: 258px;
}

.formContainer textarea {
    height: 100px;
    padding: 12px 9px;
    width: 400px;
}

.formContainer .alert.alert-error {
    background: none repeat scroll 0 0 #FFC6C6;
    border: 1px solid #F89898;
    color: #D71919;
    margin-top: 10px;
    padding: 11px;
}

.formContainer select {
    float: left;
}

.formContainer [type="submit"] {
    float: left;
    background: #34C6F4;
    border: 0 none;
    color: #FFFFFF;
    display: inline-block;
    height: 24px;
    padding: 3px 10px;
}

.formContainer ul.field {
    margin-top: 20px;
}

.formContainer li {
    clear: both;
    margin: 10px 0;
    float: left;
    width: 100%;
}

.formContainer .mandatory {
    float: left;
    font-size: 12px;
}

.formContainer input[type=text]:focus,
.formContainer textarea:focus,
.formContainer select:focus {
    background-color: #F8F8F8;
    box-shadow: 0 2px 3px #C6C5C5 inset;
}

.formContainer ul {
    list-style: none;
}

.formContainer label {
    float: left;
    width: 120px;
}

.singleArticle.contact {
    padding-top: 20px;
}

.singleArticle.contact h2 {
    text-transform: uppercase;
}

.singleArticle.contact .left {
    float: left;
    width: 45%;
    color: #58595b;
}

.singleArticle.contact .right {
    float: right;
    width: 55%;
    color: #58595b;
}

.singleArticle.contact .formContainer textarea {
    width: 240px;
}

.singleArticle.contact .formContainer button[type="submit"] {
    float: right;
    margin-right: 50px;
}

.singleArticle.contact .mandatory {
    float: right;
    margin-right: 52px;
}

.singleArticle.contact .right small a {
    color: #34C6F4;
    float: right;
}

.hidden {
    display: none !important;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

.pageSelector > span {
    float: left;
}

#sideNavigation > .ui-accordion-header:hover {
    background: #07687f;
}

nav .defaultContainer {
    background: #58c1e5;
    padding: 5px 0;
    text-align: center;
}

#manufacturerSelect {
    width: 90%;
}


.tabs td{
	padding: 5px 2px;
	vertical-align: middle;
}

.tabs tr{
	border-bottom: 1px solid #000000;
}

table.styled{
	border: 1px solid #58c1e5;
	padding: 0px;
}

table.styled tr{
	border-top: 1px solid #58c1e5;
}
table.styled tr:nth-child(2n+1){
    background: #eee;
}
table.styled tr:first-child{
	background: #fff;
	border-top: 0px solid #58c1e5;
}

table.styled tr th,
table.styled tr td{
	padding: 3px;
}

table.styled tr th{
	
}
table.styled tr td{
	
}

table.styled tr th:first-child,
table.styled tr td:first-child{
	width: 20%;
	min-width: 100px;
	text-align: right;
	border-right: 1px solid #58c1e5;
}

.textoProduct{
	float: left;
	width: 100%;
}

header + .textoProduct{
	width: 59.8%;
}


/* Placeholders Styles */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFFFFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FFFFFF;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FFFFFF;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FFFFFF;
}








.triggerClick {
    cursor: pointer;
}
.tablesorter-blue th, .tablesorter-blue thead td {
    background-color: #D3D3D3!important;
}
.tablesorter-blue {
    border-left: 0!important;
}
.tablesorter-blue tbody tr td:first-child {
    border-left: 0!important;
}
.tablesorter-blue tbody tr td:last-child {
    border-right: 0!important;
}

.tablesorter-blue tbody td[align="LEFT"] {
    text-align: left;
}
.tablesorter-blue tbody td[align="RIGHT"] {
    text-align: right;
}
.tablesorter-blue tbody td[align="CENTER"] {
    text-align: center;
}

.availableMeasures {
    display: block!important;
    font-size:20px;
    color:#9b9b9b;
    margin-bottom: 5px;
    /*
    position:absolute;
    bottom:0;
    right:0;
    */
}