@charset "utf-8";/* Base class */
.tooltip.top-left,
.tooltip.top-right {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.bottom-left,
.tooltip.bottom-right {
  margin-top: 3px;
  padding: 5px 0;
}

/* Arrows */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/**
 * @version   4.1.37 October 26, 2018
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2018 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* 12 Grid */
.rt-grid-1, .rt-grid-2, .rt-grid-3, .rt-grid-4, .rt-grid-5, .rt-grid-6, .rt-grid-7, .rt-grid-8, .rt-grid-9, .rt-grid-10, .rt-grid-11, .rt-grid-12 {display: inline;float: left;position: relative;margin-left: 10px;margin-right: 10px;}
.rt-container .rt-grid-1 {width: 60px;}
.rt-container .rt-grid-2 {width: 140px;}
.rt-container .rt-grid-3 {width: 220px;}
.rt-container .rt-grid-4 {width: 300px;}
.rt-container .rt-grid-5 {width: 380px;}
.rt-container .rt-grid-6 {width: 460px;}
.rt-container .rt-grid-7 {width: 540px;}
.rt-container .rt-grid-8 {width: 620px;}
.rt-container .rt-grid-9 {width: 700px;}
.rt-container .rt-grid-10 {width: 780px;}
.rt-container .rt-grid-11 {width: 860px;}
.rt-container .rt-grid-12 {width: 940px;}

/* Grid Push */
.rt-container .rt-push-1 {left: 80px;}
.rt-container .rt-push-2 {left: 160px;}
.rt-container .rt-push-3 {left: 240px;}
.rt-container .rt-push-4 {left: 320px;}
.rt-container .rt-push-5 {left: 400px;}
.rt-container .rt-push-6 {left: 480px;}
.rt-container .rt-push-7 {left: 560px;}
.rt-container .rt-push-8 {left: 640px;}
.rt-container .rt-push-9 {left: 720px;}
.rt-container .rt-push-10 {left: 800px;}
.rt-container .rt-push-11 {left: 880px;}

/* Grid Pull */
.rt-container .rt-pull-1 {left: -80px;}
.rt-container .rt-pull-2 {left: -160px;}
.rt-container .rt-pull-3 {left: -240px;}
.rt-container .rt-pull-4 {left: -320px;}
.rt-container .rt-pull-5 {left: -400px;}
.rt-container .rt-pull-6 {left: -480px;}
.rt-container .rt-pull-7 {left: -560px;}
.rt-container .rt-pull-8 {left: -640px;}
.rt-container .rt-pull-9 {left: -720px;}
.rt-container .rt-pull-10 {left: -800px;}
.rt-container .rt-pull-11 {left: -880px;}

/* Prefix for left nudging */
.rt-container .rt-prefix-1 {padding-left:80px;}
.rt-container .rt-prefix-2 {padding-left:160px;}
.rt-container .rt-prefix-3 {padding-left:240px;}
.rt-container .rt-prefix-4 {padding-left:320px;}
.rt-container .rt-prefix-5 {padding-left:400px;}
.rt-container .rt-prefix-6 {padding-left:480px;}
.rt-container .rt-prefix-7 {padding-left:560px;}
.rt-container .rt-prefix-8 {padding-left:640px;}
.rt-container .rt-prefix-9 {padding-left:720px;}
.rt-container .rt-prefix-10 {padding-left:800px;}
.rt-container .rt-prefix-11 {padding-left:880px;}

/* Extras */
.left-1, .right-1 {width: 30px;}
.left-2, .right-2 {width: 110px;}
.left-3, .right-3 {width: 190px;}
.left-4, .right-4 {width: 270px;}
.left-5, .right-5 {width: 350px;}
.left-6, .right-6 {width: 430px;}
.left-7, .right-7 {width: 510px;}
.left-8, .right-8 {width: 590px;}
.left-9, .right-9 {width: 670px;}
.left-10, .right-10 {width: 750px;}
.left-11, .right-11 {width: 830px;}
/**
 * @version   4.1.37 October 26, 2018
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2018 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, caption {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;}

/* Grid Container */
.rt-container {margin: 0 auto;width: 960px;}
body {min-width: 960px;}

/* Grid Block */
.rt-block {padding: 15px;margin-bottom: 10px;position: relative;}
#rt-content-top .rt-alpha, #rt-content-bottom .rt-alpha {margin-left: 0;}
#rt-content-top .rt-omega, #rt-content-bottom .rt-omega {margin-right: 0;}

/* Layout */
#rt-logo {width: 185px;height: 115px;display: block;}
#rt-content-top, #rt-content-bottom {overflow: hidden;}
#rocket {display: block;width: 92px;height: 16px;margin: 0 auto;}
#rt-copyright {text-align: center;}

/* Menu */
#rt-menu .rt-container {height: 3em;}
#rt-menu ul.menu {list-style: none;margin: 0 10px;padding: 0;}
#rt-menu ul.menu li {float: left;padding: 0;background: none;}
#rt-menu ul.menu li a {font-weight: bold;line-height: 3em;display: block;padding: 0 15px;font-size: 1em;}
#rt-menu ul.menu ul {display: none;}

/* Font Stacks */
.font-family-optima {font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;}
.font-family-geneva {font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;}
.font-family-helvetica {font-family: Helvetica, Arial, FreeSans, sans-serif;}
.font-family-lucida {font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;}
.font-family-georgia {font-family: Georgia, sans-serif;}
.font-family-trebuchet {font-family: "Trebuchet MS", sans-serif;}
.font-family-palatino {font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;}

/* Typography */
body {font-size: 12px;line-height: 1.7em;font-family: Helvetica,Arial, Sans-Serif;}
body.font-size-is-xlarge {font-size: 15px;line-height: 1.7em;}
body.font-size-is-large {font-size: 14px;line-height: 1.7em;}
body.font-size-is-default {font-size: 12px;line-height: 1.7em;}
body.font-size-is-small {font-size: 11px;line-height: 1.7em;}
body.font-size-is-xsmall {font-size: 10px;line-height: 1.7em;}
form {margin: 0;padding: 0;}
p {margin: 0 0 15px 0;}
h1, h2, h3, h4, h5 {margin: 15px 0;line-height: 1.1em;}
h1 {font-size: 260%;}
h2 {font-size: 200%;}
h2.title {font-size: 170%;}
h3 {font-size: 175%;}
h4 {font-size: 120%;}
h5 {font-size: 120%;}
a {text-decoration: none;outline: none;}
code {color: #000;margin: -1px 0 0 0;font: 10px Courier;}
blockquote {font: italic 16px/22px Georgia, Serif;}
.left-1, .left-2, .left-3, .left-4, .left-5, .left-6, .left-7, .left-8, .left-9, .left-10, .right-11 {float: left;margin-right: 50px;margin-bottom: 15px;display: inline;position: relative;}
.right-1, .right-2, .right-3, .right-4, .right-5, .right-6, .right-7, .right-8, .right-9, .right-10, .right-11 {float: right;margin-left: 50px;margin-bottom: 15px;display: inline;position: relative;}
.date-block {padding: 15px;}

/* Lists */
ul, ol {padding-left: 15px;}
ul li {padding: 0;margin: 0;}
ul li a {font-size: 1.2em;line-height: 1.8em;}
ul ul {margin-left: 25px;padding: 5px 0;}
ul li.author {margin: 0;letter-spacing: 1px;list-style: none;font-weight: bold;text-align: right;}
ul li.date {margin: 0;letter-spacing: 1px;list-style: none;text-align: right;font-weight: bold;}
ul li.comments {list-style: none;text-align: right;font-weight: bold;}
ul li.author span, ul li.date span, ul li.comments span {display: block;font-weight: normal;margin-bottom: 10px;line-height: 1em;}

/* RTL */
body.rtl {direction: rtl;}
body.rtl #rt-menu ul.menu {float: right;}
body.rtl #rt-menu ul.menu li {float: right;}
body.rtl #rt-content-top .rt-alpha, body.rtl #rt-content-bottom .rt-alpha {margin-right: 0;margin-left: 10px;}
body.rtl #rt-content-top .rt-omega, body.rtl #rt-content-bottom .rt-omega {margin-left: 0;margin-right: 10px;}
body.rtl {min-width: inherit;}

/* Style */
html,body {margin-bottom: 1px;}
body {color: #333;}
#rt-header, #rt-bottom {color: #aaa;}
.rt-container {background: #fff;} 
a:hover {color: #000;}
#rt-logo {background: url(/libraries/gantry/images/header-assets.png) 0 0 no-repeat;}
#rt-menu ul.menu li a {color: #fff;}
#rt-menu ul.menu li a:hover {background: #444;color: #fff;}
#rt-menu ul.menu li.active a, #rt-menu ul.menu li.active a:hover {background: #fff;color: #000;}
#rt-footer, #rt-copyright {color: #ddd;}
#rt-sidebar-a {background-color:#e0e0e0;}
#rt-sidebar-b {background-color:#e9e9e9;}
#rt-sidebar-c {background-color:#f0f0f0;}
#rocket {background: url(/libraries/gantry/images/rocket.png) 0 0 no-repeat;}

#gantry-viewswitcher {background-image: url(/libraries/gantry/images/iphone/switcher.png); background-repeat: no-repeat; background-position: top left; width: 60px; height: 20px;display:block;position:absolute;right: 10px;top:40%;}
#gantry-viewswitcher.off {background-position: bottom left;}
#gantry-viewswitcher span {display: none;}

/* Clear Set */
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {background: none;border: 0;clear: both;display: block;float: none;font-size: 0;list-style: none;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clearfix:after {clear: both;content: '.';display: block;visibility: hidden;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Debug only */
#debug #rt-main {overflow:hidden;border-bottom: 4px solid #666; margin-top:15px;position:relative}
#debug .status {position: absolute;background:#333;opacity:.3;padding:0px 15px;z-index:10000;color:#fff;font-weight:bold;font-size:150%}
/**
 * @version   4.1.37 October 26, 2018
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2018 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* Headings */
h1, h2 {letter-spacing: -2px;line-height: 1em;}
.module-title h2, h3, h4, h5 {letter-spacing: -1px;line-height: 1em;}
.componentheading {font-weight: bold;display: block;margin-bottom: 15px;}
.contentheading {font-size: 140%;font-weight: bold;margin-bottom: 15px;display: block;}

/* Section Tables */
.sectiontableheader {font-weight: bold;padding: 3px;line-height: 25px;text-align: left;}
.sectiontablefooter {padding-bottom: 8px;}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {text-align: left;padding: 6px 5px;vertical-align: middle;}
tr.sectiontableentry0 td, td.sectiontableentry0, tr.sectiontableentry1 td, td.sectiontableentry1, tr.sectiontableentry2 td, td.sectiontableentry2 {height: 30px;}
.contentpane, .contentpaneopen {width: 100%;}

/* Column Layout */
.component-content .cols-1 {display: block;float: none !important;margin: 0 !important;} 
.component-content .cols-2 .column-1, .component-content .cols-2 .column-2 {width: 50%;float: left;}
.component-content .cols-3 .column-1, .component-content .cols-3 .column-2, .component-content .cols-3 .column-3 {float: left;width: 33.3%;padding: 0;margin: 0;}
.component-content .items-row {overflow: hidden;margin-bottom: 10px !important;}
.component-content .cols-4 .column-1, .component-content .cols-4 .column-2, .component-content .cols-4 .column-3, .component-content .cols-4 .column-4 {width: 25%;padding: 0;margin: 0;float: left;}
.component-content .cols-2 .rt-article, .component-content .cols-3 .rt-article, .component-content .cols-4 .rt-article {margin: 0 10px 20px 10px;}
.component-content .cols-2 .column-1 .rt-article, .component-content .cols-3 .column-1 .rt-article, .component-content .cols-4 .column-1 .rt-article {margin-left: 0;}
.component-content .cols-2 .column-2 .rt-article, .component-content .cols-3 .column-3 .rt-article, .component-content .cols-4 .column-4 .rt-article {margin-right: 0;}

/* Category Layout */
.component-content .rt-blog .rt-description {margin: 10px 0 15px 0;padding-bottom: 20px;border-bottom: 1px #c8c8c8 dotted;}
.component-content .rt-article-bg {padding-bottom: 5px;border-bottom: 1px #c8c8c8 dotted;}
.component-content .rt-article-links {margin: 10px 0px 10px 0px;}
.component-content .category-desc {padding: 0 5px;margin: 10px 0 25px;}
.component-content .cat-children .category-desc {margin: 10px 0 25px;}
.component-content ul.subcategories {margin: 20px 20px 20px 10px;}
.component-content .subcategories-link {font-weight: bold}
.component-content ul {list-style-position: outside;list-style-type: square;padding: 0 0 0 15px;margin: 10px 0;}
.component-content ol {padding: 0 0 0 20px;margin: 10px 0;list-style-position: outside;}
.component-content ul li, .component-content ol li {padding: 0;line-height: 1.7em;margin: 0;}
.component-content .category-list {padding: 0 5px;display: block;}
.component-content .categories-list {padding: 0 5px;}
.component-content .categories-list ul {margin: 0 0 0 20px;padding: 0;list-style: none;}
.component-content .categories-list ul li {padding: 5px;}
.component-content .categories-list ul ul {margin-left: 15px;}
.component-content .category-desc {line-height: 1.7em;margin: 10px 0;padding-left: 0;}
.component-content .small {font-size: 0.85em;margin: 0 0 20px;}
.component-content .image-left {float: left;margin: 0 15px 5px 0;}
.component-content .image-right {float: right;margin: 0 0 5px 15px;}
.component-content .archive {padding: 0 5px;}
.component-content .archive form {padding: 0 5px;}
.component-content ul#archive-items {margin: 20px 0;list-style-type: none;padding: 0;}
.component-content ul#archive-items li.row0, .component-content ul#archive-items li.row1 {padding: 10px 0;margin: 10px 0;}

/* Article Layout */
.component-content .title {width: auto;font-size: 260%;line-height: 1.1em;}
.component-content span.edit {margin-left: 10px;float: left;}
.component-content .rt-articleinfo {margin-bottom: 15px;}
.component-content .rt-category, .component-content .rt-date-modified, .component-content .rt-date-published, .component-content .rt-author, .component-content .rt-date-posted, .component-content .rt-hits {display: block;font-size: 95%;}
.component-content .rt-author {font-style: italic;}
.component-content .rt-date-created, .component-content .rt-date-published {font-weight: bold;}
.component-content .rt-description {margin: 10px 0px 10px 0px;overflow: hidden;}
.component-content .rt-description img.left {margin-right: 15px;float: left;}
.component-content .rt-description img.right {margin-left: 15px;float: right;}
.component-content .filter {margin: 10px 0;}
.component-content span.number {color: #969696;font-style: italic;}
.component-content .rt-article-icons {width: 65px;overflow: hidden;float: right;}
.component-content .rt-article-icons ul {margin: 0;padding: 0;list-style: none;}
.component-content .rt-article-icons ul li {margin: 0;padding: 0}
.component-content .rt-article-icons ul li a {display: block;width: 16px;height: 16px;float: right;margin-left: 3px;background-image: url(/libraries/gantry/images/typography.png);background-repeat: no-repeat;}
.component-content .rt-article-icons ul li img {display: none;}
.component-content .print-icon a {background-position: 0 0;}
.component-content .email-icon a {background-position: -16px 0;}
.component-content .edit-icon a {background-position: -48px 0;margin-left: 0 !important;margin-right: 5px;}
.component-content .rt-article-cat {font-weight: bold;margin-top: 15px;margin-bottom: 0;}

/* Editing */
.component-content .edit #editor-xtd-buttons a:link, .component-content .edit #editor-xtd-buttons a:visited, .component-content .edit #editor-xtd-buttons a:hover {color: #323232;}
.component-content .edit .inputbox, .component-content .edit textarea {border: 1px solid #ddd;}
.component-content .edit legend {font-size: 150%;}
.component-content .edit form#adminForm fieldset {padding: 20px 15px;margin: 10px 0 15px 0;}
.component-content .formelm {margin: 5px 0;}
.component-content .formelm label {width: 9em;display: inline-block;vertical-align: top;}
.component-content form#adminForm .formelm-area {padding: 5px 0;}
.component-content form#adminForm .formelm-area label {vertical-align: top;display: inline-block;width: 7em}
.component-content .formelm-buttons {text-align: right;margin-bottom: 10px}
.component-content .button2-left {float: left;margin-right: 5px;margin-top: 10px;}
.component-content .button2-left a {background: #eee;padding: 4px;margin: 0;line-height: 1.2em;border: solid 1px #ddd;font-weight: bold;text-decoration: none;}

/* User */
#form-login .inputbox, #com-form-login .inputbox, #josForm .inputbox {border: 1px solid #ddd;font-size: 1.2em;padding: 2px;margin: 0;}
#com-form-login fieldset div, #josForm fieldset div {margin-bottom: 10px;}
#form-login ul {margin-top: 10px;}
#form-login p {margin-bottom: 10px;}
#form-login .user-greeting {font-weight: bold;font-size: 120%;margin-bottom: 15px;}
.component-content .user label.label-left, .component-content .user span.label-left {display: block;width: 130px;float: left;font-weight: bold;font-size: 120%;}
.col12 .rt-grid-2 #form-login .inputbox {width: 104px;}
.col12 .rt-grid-3 #form-login .inputbox {width: 184px;}
.col12 .rt-grid-4 #form-login .inputbox {width: 264px;}
.col12 .rt-grid-5 #form-login .inputbox {width: 344px;}
.col12 .rt-grid-6 #form-login .inputbox {width: 424px;}
.col12 .rt-grid-7 #form-login .inputbox {width: 504px;}
.col12 .rt-grid-8 #form-login .inputbox {width: 584px;}
.col12 .rt-grid-9 #form-login .inputbox {width: 664px;}
.col12 .rt-grid-10 #form-login .inputbox {width: 744px;}
.col12 .rt-grid-12 #form-login .inputbox {width: 904px;}
.col16 .rt-grid-2 #form-login .inputbox {width: 64px;}
.col16 .rt-grid-3 #form-login .inputbox {width: 124px;}
.col16 .rt-grid-4 #form-login .inputbox {width: 184px;}
.col16 .rt-grid-5 #form-login .inputbox {width: 244px;}
.col16 .rt-grid-6 #form-login .inputbox {width: 304px;}
.col16 .rt-grid-7 #form-login .inputbox {width: 364px;}
.col16 .rt-grid-8 #form-login .inputbox {width: 424px;}
.col16 .rt-grid-9 #form-login .inputbox {width: 484px;}
.col16 .rt-grid-10 #form-login .inputbox {width: 544px;}
.col16 .rt-grid-11 #form-login .inputbox {width: 604px;}
.col16 .rt-grid-12 #form-login .inputbox {width: 664px;}
.col16 .rt-grid-13 #form-login .inputbox {width: 724px;}
.col16 .rt-grid-14 #form-login .inputbox {width: 784px;}
.col16 .rt-grid-15 #form-login .inputbox {width: 844px;}
#users-profile-core, #users-profile-custom {margin: 10px 0 15px 0;padding: 15px;}
#users-profile-core dt, #users-profile-custom dt {float: left;width: 10em;padding: 3px 0;}
#users-profile-core dd, #users-profile-custom dd {padding: 3px 0;}
#member-profile fieldset, .registration fieldset {margin: 10px 0 15px 0;padding: 15px;}
#users-profile-core legend, .profile-edit legend, .registration legend {font-weight: bold;}
.component-content #member-registration {padding: 0 5px;}
.component-content #member-registration fieldset {border: solid 1px #ddd;}
.component-content form fieldset dt {clear: left;float: left;width: 12em;padding: 3px 0;}
.component-content form fieldset dd {float: left;padding: 3px 0;}

/* Tables */
.component-content table {border-collapse: collapse;}
.component-content table.weblinks, .component-content table.category {font-size: 1em;margin: 10px 10px 20px 0px;width: 99%;}
.component-content table.weblinks td {border-collapse: collapse;}
.component-content table.weblinks td, .component-content table.category td {padding: 7px;}
.component-content table.weblinks th, .component-content table.category th {padding: 7px;text-align: left;}
.component-content td.num {vertical-align: top;text-align: left;}
.component-content td.hits {vertical-align: top;text-align: center;}
.component-content td p {margin: 0;line-height: 1.3em;}
.component-content .filter {margin: 10px 0;}
.component-content .display-limit, .component-content .filter {text-align: right;margin-right: 7px;}
.component-content table.category th a img {padding: 2px 10px;}
.component-content .filter-search {float: left;}
.component-content .filter-search .inputbox {width: 6em;}
.component-content legend.element-invisible {position: absolute;margin-left: -3000px;margin-top: -3000px;height: 0;}
.component-content .cat-items {margin-top: 20px;}

/* Contact */
.component-content .contact {padding: 0 5px;}
.component-content .contact-category {padding: 0 10px;}
.component-content .contact-category  .component-content #adminForm fieldset.filters {border: 0;padding: 0;}
.component-content .contact-image {margin: 10px 0;overflow: hidden;}
.component-content address {font-style: normal;margin: 10px 0;}
.component-content address span {display: block;}
.component-content .contact-address {margin: 20px 0 10px 0;}
.component-content .contact-email div {padding: 2px 0;margin: 0 0 10px 0;}
.component-content .contact-email label {width: 17em;float: left;}
.component-content span.contact-image {margin-bottom: 10px;overflow: hidden;display: block;}
.component-content #contact-textmsg {padding: 2px 0 10px 0;}
.component-content #contact-email-copy {float: left;margin-right: 10px;}
.component-content .contact .button {float: none !important;clear: left;display: block;margin: 20px 0 0 0;}
.component-content dl.tabs {float: left;margin: 50px 0 0 0;z-index: 50;clear: both;}
.component-content dl.tabs dt {float: left;padding: 4px 10px;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;margin-right: 3px;background: #f0f0f0;color: #666;}
.component-content dl.tabs dt.open {background: #F9F9F9;border-bottom: 1px solid #F9F9F9;z-index: 100;color: #000;}
.component-content div.current {clear: both;border: 1px solid #ccc;padding: 10px 10px;max-width: 500px;}
.component-content div.current dd {padding: 0;margin: 0;}
.component-content dl#content-pane.tabs {margin: 1px 0 0 0;}

/* Weblinks */
.component-content .weblinks fieldset div {overflow: hidden;}
.component-content .weblinks label.label-left {display: block;width: 150px;float: left;}

/* Search */
.component-content .searchintro {font-weight: normal;margin: 20px 0 20px;}
.component-content #searchForm {padding: 0;}
.component-content .form-limit {margin: 20px 0 0;text-align: right;padding: 0 10px 0 20px;}
.component-content .highlight {font-weight: bold;}
.component-content .ordering-box {float: none;}
.component-content .phrases-box {float: none;margin-bottom: 10px;}
.component-content .ordering-box .inputbox {width: auto !important}
.component-content .only, .component-content .phrases {margin: 10px 0 0 0px;padding: 15px 0;line-height: 1.3em;}
.component-content label.ordering {display: block;margin: 10px 0 10px 0;}
.component-content .word {padding: 0;}
.component-content .word input {font-weight: bold;}
.component-content .word label {font-weight: bold;}
.component-content fieldset.only label, .component-content fieldset.phrases label {margin: 0 10px 0 0;}
.component-content .ordering-box label.ordering {margin: 0 10px 5px 0;float: left;}
.component-content form .search label {display: none;}
.component-content dl.search-results dt.result-title {padding: 15px 15px 0px 5px;font-weight: bold;}
.component-content dl.search-results dd {padding: 2px 15px 2px 5px;}
.component-content dl.search-results dd.result-text {padding: 10px 15px 10px 5px;line-height: 1.7em;}
.component-content dl.search-results dd.result-created {padding: 2px 15px 15px 5px;}
.component-content dl.search-results dd.result-category {padding: 10px 15px 5px 5px;}

/* Accessibility */
#rt-accessibility .rt-desc {float: left;padding-right: 5px;}
#rt-accessibility #rt-buttons {float: left;}
#rt-accessibility .button {display: block;width:14px;height:14px;float: left;background: url(/libraries/gantry/images/typography.png);margin: 2px;}
#rt-accessibility .large .button {background-position: 0 -17px;}
#rt-accessibility .small .button {background-position: -15px -17px;}

/* Other */
.component-content .categorylist input {border: 1px solid #ddd;font-size: 1.2em;padding: 2px;margin: 0;}
.component-content th {padding: 5px;background: #ebebeb;border-bottom: 2px solid #ddd;font-weight : bold;}
.component-content tr.even td {padding: 5px;background: #f0f0f0;border-bottom: 1px solid #ddd;}
.component-content tr.odd td {padding: 5px;background: #fafafa;border-bottom: 1px solid #ddd;}
.rt-breadcrumb-surround {margin: 0;display: block;position:relative;overflow: hidden;height: 20px;padding: 15px 25px;}
#breadcrumbs-gantry {width: 11px;height: 11px;display: block;float: left;margin-top: 4px;margin-right: 8px;background: url(/libraries/gantry/images/home.png) 0 0 no-repeat;}
.component-content p.error {padding: 10px;}
.component-content .contentpaneopen_edit {float: left;}
.component-content table.contenttoc {padding: 10px;margin: 10px;float: right;}
.component-content table.contenttoc tr td {padding: 1px 0;}
.component-content .pagenavcounter {font-weight: bold;}
ul.latestnews, ul.mostread {padding-left: 10px;margin: 0;}
ul.latestnews li a, ul.mostread li a {padding: 2px 2px 2px 15px;display: block;text-decoration: none;}
#article-index {width: 25%;float: right;padding: 10px;margin: 10px 0px 20px 30px;}
#article-index h3 {margin: 0;font-size: 1em;}
#article-index ul {list-style-type: disc;}
.mod-languages ul li {display: inline;}
.stats-module dl {margin: 10px 0 10px 0;}
.stats-module dt {float: left;margin: 0 10px 0 0;font-weight: bold;}
.stats-module dt, .stats-module dd {padding: 2px 0 2px 0;}
.banneritem {margin: 10px 0;padding: 0;}
.banneritem a {font-weight: bold;}
p.syndicate {float: left;display: block;text-align: left;}
.phrases .inputbox {width: 10em;}
.phrases .inputbox option {padding: 2px;}

/* Newsflash */
.newsflash {margin: 0;}
.newsflash-horiz {overflow: hidden;list-style-type: none;margin: 0 5px;padding: 20px 10px;}
.newsflash-horiz li {float: left;width: 30%;margin: 0 1%;padding: 10px 5px;}
.newsflash-horiz li h4 {font-size: 1.4em;}
.newsflash-horiz li img {display: block;margin-bottom: 10px;}
.newsflash-vert {padding: 0;}

/* Newsfeeds */
.component-content .newsfeed {padding: 0 5px;}
.component-content ul.newsfeed {padding: 0;}
.component-content .newsfeed-item {padding: 5px 0 0 0;margin: 0;}
.component-content .newsfeed-item h5 a {font-size: 1.1em;font-weight: bold;}
.component-content .feed-item-description img {margin: 5px 10px 10px 0;}
.component-content dl.newsfeed-count dt, .component-content dl.newsfeed-count dd {display: inline;}
.component-content dl.weblink-count dt, .component-content dl.weblink-count dd {display: inline;}

/* Pagination */
.component-content .rt-pagination {margin: 10px 0;padding: 10px 0 10px 0px;}
.component-content .rt-pagination ul {list-style-type: none;margin: 0;padding: 0;text-align: left;}
.component-content .rt-pagination li {display: inline;padding: 2px 5px;text-align: left;border: solid 1px #eee;margin: 0 2px;}
.component-content .rt-pagination li.pagination-start, .component-content .rt-pagination li.pagination-next, .component-content .rt-pagination li.pagination-end, .component-content .rt-pagination li.pagination-prev {border: 0;}
.component-content .rt-pagination li.pagination-start, .component-content .rt-pagination li.pagination-start span {padding: 0;}
.component-content p.counter {font-weight: bold;}

/* Pagenav */
.component-content .pagenav {list-style-type: none;padding: 0;overflow: hidden;}
.component-content .pagenav li {display: inline-block;padding: 0px;margin: 0;}
.component-content .pagenav li {line-height: 2em;}
.component-content .pagenav li a {display: inline;padding: 2px;text-decoration: none;}
.component-content .pagenav li.pagenav-prev {float: left;}
.component-content .pagenav li.pagenav-next {float: right;}

/* Tooltips */
.tool-tip {float: left;background: #ffc;border: 1px solid #D4D5AA;padding: 5px;max-width: 200px;color: #323232;}
.tool-title {padding: 0;margin: 0;font-size: 100%;font-weight: bold;margin-top: -15px;padding-top: 15px;padding-bottom: 5px;background: url(/libraries/system/images/selector-arrow.png) no-repeat;}
.tool-text {font-size: 100%;margin: 0;}

/* Mailto */
#mailto-window {background: #f5f5f5;padding: 15px;border: solid 1px #ddd;position: relative;}
#mailto-window label {width: 10em;}
.mailto-close {position: absolute;right: 0;top: 5px;background: none;}
.mailto-close a {min-width: 25px;display: block;min-height: 25px;overflow: visible;}
.mailto-close a span {position: absolute;left: -3000px;top: -3000px;display: inline;}
#mailto-window .inputbox {padding: 3px;}
#mailto-window p {margin-top: 20px;}
#mailto-window button {margin: 0 5px 0 0;}

/* System Messages */
/* OpenID icon style */
input.system-openid, input.com-system-openid { background: url(http://openid.net/images/login-bg.gif) no-repeat;background-color: #fff;background-position: 0 50%;color: #000;padding-left: 18px;}

/* Unpublished */
.system-unpublished {background: #e8edf1;border-top: 4px solid #c4d3df;border-bottom: 4px solid #c4d3df;}

/* System Messages */
#system-message { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; }
#system-message dd ul { background: #BFD3E6; color: #0055BB; margin: 10px 0 10px 0; list-style: none; padding: 10px; border: 2px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message {display: none;}

/* System Error Messages */
#system-message dt.error {display: none;}
#system-message dd.error ul {color: #c00;background-color: #EBC8C9;border: 2px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice {display: none;}
#system-message dd.notice ul {color: #A08B4C;background: #F5ECC1;border: 2px solid #F0DC7E;}

/* Debug */
#system-debug {color: #ccc;background-color: #fff;padding: 10px;margin: 10px;}
#system-debug div {font-size: 11px;}
/**
 * @package   Mercado Template - RocketTheme
* @version   $Id$
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2017 RocketTheme, LLC
* @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

/* Article */
.component-content .rt-article {margin-bottom: 15px;}
.component-content .rt-article-cat {margin-top: 10px;margin-bottom: 15px;}
.component-content .rt-article-bg {border-bottom: none;margin: 0;padding: 0;}
.component-content .rt-pagetitle {margin-top: 0;margin-bottom: 30px;font-weight: normal;letter-spacing: normal;font-size: 170%;}
.component-content .article-header {margin-bottom: 15px;}
.component-content .article-header .module-title {margin: 0;}
.component-content .rt-blog .rt-description {border-bottom: none;}
.component-content  ol {margin-left: 5px;}
.component-content .rt-teaser-articles {display: inline-block;margin-top: 20px;}
.component-content .rt-more-articles {padding-top: 15px;}
.component-content #more-articles {display: block;margin: 0;padding: 0;position: relative;height: 24px;}
.component-content #more-articles span {display: inline-block;margin: 0;padding: 0 20px 0 0;line-height: 24px;font-size: 15px;float: right;background-position: 100% 6px;background-repeat: no-repeat}
.component-content #more-articles.spinner {background-image:url(/templates/rt_mercado/images/spinner.gif);background-position: 0 50%;background-repeat: no-repeat;}
.component-content #more-articles.disabled {cursor: default;}
.component-content .multicolumns .rt-article {clear: both;margin-bottom: 25px;}
.component-content .rt-author, .component-content .rt-date-posted, .component-content .rt-date-modified, .component-content .rt-date-published, .component-content .rt-hits {display: inline-block;font-size: 90%;line-height: 120%;margin-right: 15px;font-weight: bold;font-style: inherit;}
.component-content .rt-articleinfo {margin-top: 5px;}
.component-content .rt-articleinfo-text {float: left;}
.component-content .img-intro-left, .component-content .img-fulltext-left {float: left;margin-right: 10px;margin-bottom: 10px;}
.component-content .img-intro-right, .component-content .img-fulltext-right {float: right;margin-left: 10px;margin-bottom: 10px;}

/* Article Index */
.component-content #article-index, .component-content .article-index{float:right;border-radius:5px;margin-left: 15px;background: rgba(0, 0, 0, 0.05);border:1px solid rgba(0, 0, 0, 0.1);}
.component-content #article-index ul, .component-content .article-index ul{list-style:none;margin:0;padding:0;}
.component-content #article-index ul li:first-child a, .component-content .article-index ul li:first-child a {border-top-right-radius:5px;border-top-left-radius:5px;}
.component-content #article-index ul li a, .component-content .article-index ul li a{border-bottom:1px solid rgba(0, 0, 0, 0.1);display:block;line-height:20px;padding:8px 12px;}
.component-content #article-index ul li a.active, .component-content .article-index ul li a.active{color:inherit;}
.component-content #article-index ul li a:hover, .component-content .article-index ul li a:hover{background:rgba(0, 0, 0, 0.1);}
.component-content #article-index ul li:last-child a, .component-content .article-index ul li:last-child a{border-bottom:none !important;border-bottom-right-radius:5px;border-bottom-left-radius:5px;}
.component-content .article-index .nav-tabs.nav-stacked>li>a{border:1px solid 1px solid rgba(0, 0, 0, 0.1);background: rgba(0, 0, 0, 0.05);}
.component-content .article-index .nav-tabs.nav-stacked>li>a:hover{background:rgba(0, 0, 0, 0.1);}

/* Column Layout */
.component-content .float-left {float: left;}
.component-content .float-right {float: right;}
.component-content .multicolumns {width: 100%;}
.component-content .width25 {width: 25%;}
.component-content .width33 {width: 33.33%;}
.component-content .width50 {width: 50%;}
.component-content .width100 {width: 100%;}

/* Typography */
.component-content .rt-article-icons {display: inline-block;width: auto;white-space: nowrap;float: none;}
.component-content .rt-article-icons ul {margin: 0;padding: 0;list-style: none;}
.component-content .rt-article-icons ul li {margin: 0;padding: 0;float: left;}
.component-content .rt-article-icons ul li a {display: block;width: 17px;height: 20px;float: left;}
.component-content .rt-article-icons ul li img {display: none;}
.component-content .rt-article-icons .print-icon a {background-position: 0 0;background-repeat: no-repeat;}
.component-content .rt-article-icons .email-icon a {background-position: -40px 1px;background-repeat: no-repeat;}
.component-content .rt-article-icons .edit-icon a {background-position: -61px 0;}
.component-content .rt-article-icons .print-icon a:hover {background-position: 0 -22px;}
.component-content .rt-article-icons .email-icon a:hover {background-position: -40px -22px;}
.component-content .rt-article-icons .edit-icon a:hover {background-position: -61px -22px;}
.component-content .rt-article-icons .edit-icon {margin-left: 4px;}
.component-content .rt-article-no-icon li{list-style: none; display:inline; float:right; margin-left: 5px;}
.component-content .results ol.list {margin-top: 0;}
.component-content .results ol.list h4 {border: 0;margin-top: 0;margin-bottom: 0;display: inline;}
.component-content .results ol.list li {padding: 10px 5px;margin-bottom: 5px;}
.component-content .results ol.list li p {margin-top: 0;font-size: 90%;}
.component-content .results ol.list .description {margin-bottom: 15px;}
.component-content .results ol.list li span.small {font-size: 90%;}
.component-content .rt-article-links h3, .component-content .user legend, .component-content .contact legend {font-weight: normal;font-size: 170%;line-height: 120%;letter-spacing: normal;}
.component-content .user {margin-top: 15px;}
.component-content .user legend {margin-top: 15px;}
.component-content .user .label-left {padding: 4px 0;}
.component-content .user fieldset div {overflow: visible;clear: both;margin-bottom: 8px;}
.component-content .user td.paramlist_key {width: 180px;}
.component-content .search_result select#ordering.inputbox {margin-right: 10px;}
.component-content .inputbox.invalid {color: #c00;}
.component-content .rt-joomla-table {padding-bottom: 20px;}
.component-content .rt-joomla-table td {border: 0;padding: 8px;}
.component-content .rt-joomla-table th {border: 0;}
.component-content tr.odd td, .component-content tr.even td {border: 0;}
.contact .rt-joomla-table, .contact .rt-joomla-table th, .contact .rt-joomla-table tbody, .contact .rt-joomla-table td, .rt-joomla-table .odd, .rt-joomla-table .even {background: none;border: 0;}
.component-content .rt-description img {margin-right: 15px;}
.component-content .my-pagenav {float: left;margin-left: 10px;}
.component-content .tab {display: inline-block;margin-right: 10px;text-align: center;}
.component-content .page-block {display: inline-block;margin-right: 4px;font-weight: bold;text-align: center;}
.component-content .page-active, .component-content .page-inactive {padding: 0 4px;}
.component-content .page-inactive:hover {cursor: pointer;}
.component-content .search_result label {margin-right: 10px;}
.component-content .search_result legend {font-size: 14px;padding-bottom: 5px;}
.tool-tip {z-index: 1000 !important;}
.tip-wrap {z-index: 1000 !important;padding: 5px;border-radius: 6px;}
#form-login ul, .component-content .login ul, ul.rt-more-articles, .items-more ol, .rt-section-list ul, ul.mostread, ul.latestnews, .weblinks ul, #rt-popuplogin ul {padding: 0;}
.component-content table.weblinks .title, .component-content table.category .title {font-size: 1em;}
#rt-popuplogin ul {margin-top: 10px;}
#form-login ul li, .component-content .login ul li, ul.rt-more-articles li, .items-more ol li, .rt-section-list ul li, ul.mostread li, ul.latestnews li, .weblinks ul li, #rt-popuplogin ul li {list-style: none;}
#form-login ul li a, .component-content .login ul li a, ul.rt-more-articles li a, .items-more ol li a, .rt-section-list ul li a, ul.mostread li a, ul.latestnews li a, .weblinks ul li a, #rt-popuplogin ul li a {padding: 0 0 0 15px;background-position: 0 -519px;background-repeat: no-repeat;display: block;line-height: 160%;font-size: 120%;font-weight: normal;}
#form-login ul li a:hover, .component-content .login ul li a:hover, ul.rt-more-articles li a:hover, .items-more ol li a:hover, .rt-section-list ul li a:hover, ul.mostread li a:hover, ul.latestnews li a:hover, .weblinks ul li a:hover, #rt-popuplogin ul li a:hover {background-position: 0 5px;}
.component-content .inputbox, #form-login .inputbox, .component-content .user input#email, .component-content .user input#name, .component-content .user input#username, .component-content .user input#password, .component-content .user input#passwd, .component-content .user input#password2, .component-content .user input#secretkey {width: 178px;padding: 6px 4px;outline: none;}
#rt-popuplogin .inputbox {width: 164px;padding: 6px 4px;outline: none;font-size: 14px;}
.component-content .login .inputbox, .component-content .user input#email, .component-content .user input#name, .component-content .user input#username, .component-content .user input#password, .component-content .user input#password2, .component-content .user input#secretkey {width: 260px;}
.component-content .login #remember.inputbox {width: auto;}
.component-content .login .inputbox {padding: 5px 10px;outline: none;}
.component-content #member-registration fieldset {border: none;}
#member-profile fieldset, .registration fieldset {padding: 0;}
.component-content .login-fields {margin-bottom: 15px;}
.rt-pagination, .pagination, .pager {margin-top: 15px;}
.rt-pagination a, .pagination a, .pager a {font-weight: normal;font-size: 1em;}
.rt-pagination .rt-results, .pagination .results, .pager .results {text-align: center;margin: 0;}
.rt-pagination .pagenav, .pagination .pagenav, .pager .pagenav {padding: 0 4px;}
.component-content .rt-pagination, .component-content .pagination, .component-content .pager {margin: 10px 0;padding: 10px 0 10px 0px;}
.component-content .rt-pagination ul, .component-content .pagination ul, .component-content .pager ul {list-style-type: none;margin: 0;padding: 0;text-align: center;}
.component-content .rt-pagination li, .component-content .pagination li, .component-content .pager li {display: inline;padding: 2px 5px;text-align: center;margin: 0 2px;border: none;}
.component-content .rt-pagination li.pagination-start, .component-content .rt-pagination li.pagination-next, .component-content .rt-pagination li.pagination-end, .component-content .rt-pagination li.pagination-prev, .component-content .pagination li.pagination-start, .component-content .pagination li.pagination-next, .component-content .pagination li.pagination-end, .component-content .pagination li.pagination-prev {border: 0;}
.component-content .rt-pagination li.pagination-start, .component-content .rt-pagination li.pagination-start span, .component-content .pagination li.pagination-start, .component-content .pagination li.pagination-start span {padding: 0;}
.component-content p.counter {font-weight: bold;}
.component-content .login ul {margin-top: 15px;}
#form-login ul {padding-left: 0;}
.register-buttons .readon {float: left;margin-right: 5px;}
.component-content #password-lbl, .component-content #username-lbl, .component-content #secretkey-lbl, .component-content .user .control-label {width: 130px;display: block;float: left;font-size: 120%;font-weight: bold;}

/* Search Module */
.search .inputbox {height: 26px;padding: 4px 5px;font-size: 12px;line-height: 26px;}
.rt-grid-3 .search .inputbox {width: 73px;}
.rt-grid-4 .search .inputbox {width: 153px;}
.rt-grid-5 .search .inputbox {width: 233px;}
.rt-grid-6 .search .inputbox {width: 313px;}
.rt-grid-7 .search .inputbox {width: 393px;}
.rt-grid-8 .search .inputbox, .rt-grid-9 .search .inputbox, .rt-grid-10 .search .inputbox, .rt-grid-11 .search .inputbox, .rt-grid-12 .search .inputbox {width: 473px;}
.search .button {width: 102px;height: 37px;border: 0;margin-left: 10px;font-size: 12px;text-transform: uppercase;font-weight: bold;padding-left: 30px;cursor: pointer;vertical-align: top;}
.search .button:hover {background-position: 0 -40px;}
.module-content .search {margin: -5px;}

/* Polls */
.fusion-submenu-wrapper .rt-pollrow {font-size: 100%;}
.rt-poll .readon {float: none;margin-right: 5px;}
.rt-poll .rt-pollbuttons {margin: 10px 0 0 0;}
.rt-polltitle {margin: 0 0 15px 0;padding: 0;font-size: 100%;letter-spacing: normal;}
.readonstyle-link .rt-poll .readon {float: left;margin-right: 20px;}
.pollstableborder td div {border: 0;height: 10px !important;min-width: 2px;}
.rt-poll .pollstableborder th, .rt-poll .pollstableborder td, .rt-poll .poll dd {border: 0;}

/* SmartLoad */
img.spinner {background: url(/templates/rt_mercado/images/spinner.gif) center center no-repeat;}
.weblinks td img {width: 16px;height: 16px;}

/* Frontend Module Editing */
#modules-form .radio input[type="radio"], #modules-form .checkbox input[type="checkbox"] {display: inline-block; margin-left: 0;}

/* Editing */
.component-content .edit-article fieldset legend {font-size: 230%;}
.component-content .edit-article fieldset div {overflow: visible;margin-bottom: 8px;}
.component-content .edit-article fieldset #editor-xtd-buttons div {clear: none;}
#system-message dd.notice {border: 0;background: none;}
.component-content .save .readon {margin-left: 10px;}
div.calendar {z-index: 9999;}
.button2-left {background: url(/templates/rt_mercado/images/system/j_button2_left.png) no-repeat !important;color: #666;}
.button2-left .image {background: url(/templates/rt_mercado/images/system/j_button2_image.png) 100% 0 no-repeat !important;}
.button2-left .readmore {background: url(/templates/rt_mercado/images/system/j_button2_readmore.png) 100% 0 no-repeat !important;}
.button2-left .pagebreak {background: url(/templates/rt_mercado/images/system/j_button2_pagebreak.png) 100% 0 no-repeat !important;}
.button2-left .blank {background: url(/templates/rt_mercado/images/system/j_button2_blank.png) 100% 0 no-repeat !important;}
.button2-left .linkmacro {background: url(/templates/rt_mercado/images/system/j_button2_rokcandy.png) 100% 0 no-repeat !important;}

/* Buttons */
#editor-xtd-buttons {padding: 5px 0;}
.button2-left {margin-top: 5px;margin-right: 5px;}
.button2-left, .button2-right, .button2-left div, .button2-right div {float: left;}
.component-content  .button2-left .linkmacro, .component-content  .button2-left .image {background: none;}
.button2-left a, .button2-right a, .button2-left span, .button2-right span {display: block;height: 22px;float: left;line-height: 22px;font-size: 11px;cursor: pointer;margin-bottom: 5px;}
.button2-left span, .button2-right span {cursor: default;}
.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span {padding: 0 6px;}
.button2-left a:hover, .button2-right a:hover {text-decoration: none;}
.button2-left a, .button2-left span {padding: 0 24px 0 6px;}
.button2-right a, .button2-right span {padding: 0 6px 0 24px;}
.button2-left .blank a {padding-right: 6px;}
.img_caption.left {float: left;margin-right: 1em;}
.img_caption.right {float: right;margin-left: 1em;}
.img_caption.left p {clear: left;text-align: center;}
.img_caption.right p {clear: right;text-align: center;}
.img_caption {text-align: center !important;}
.edit-article fieldset div input, .edit-article fieldset textarea {padding: 4px;}
.edit-article fieldset div .label-left {padding: 0;}
.edit-article fieldset div img.calendar {vertical-align: middle;margin-left: 5px;}

/* System Messages */
#system-message dd ul, #system-message dd.error ul, #system-message dd.notice ul {border-radius: 5px;font-size: 1.2em;text-align: center;padding: 10px;margin-bottom: 15px;}
#system-message dd ul li, #system-message dd.error ul li, #system-message dd.notice ul li {padding: 5px 0 5px 40px;}
#system-message dd.notice ul {background: #D69839 url(/templates/rt_mercado/images/style1/notice-bg2.png) 50% 0 repeat-x;border: 1px solid #9D712C;color: #5A3800;text-shadow: 1px 1px 1px rgba(255,255,255,0.3);}
#system-message dd.notice ul li {background: url(/templates/rt_mercado/images/style1/notice-icon2.png) 0 50% no-repeat;}
#system-message dd.error ul {background: #BD5151 url(/templates/rt_mercado/images/style1/notice-bg3.png) 50% 0 repeat-x;border: 1px solid #A44747;color: #4C1818;text-shadow: 1px 1px 1px rgba(255,255,255,0.3);}
#system-message dd.error ul li {background: url(/templates/rt_mercado/images/style1/notice-icon3.png) 3px 50% no-repeat;}
#system-message dd ul {background: #488AAD url(/templates/rt_mercado/images/style1/notice-bg4.png) 50% 0 repeat-x;border: 1px solid #3C7391;color: #133548;text-shadow: 1px 1px 1px rgba(255,255,255,0.3);}
#system-message dd ul li {background: url(/templates/rt_mercado/images/style1/notice-icon4.png) 0 50% no-repeat;}

/* Compatibility */
#recaptcha_widget_div {position: absolute;top: -140px;}
#emailForm fieldset div.readon {position: relative;margin-top: 140px;}
#emailForm fieldset div.readon br {display: none;}

/* Advanced Search */
.component-content .search-results {clear: both;}
.component-content #finder-search .word {margin-bottom: 10px;}
.component-content #advanced-search #finder-filter-select-list li {margin-bottom: 10px;}
.component-content #advanced-search #finder-filter-select-list label {width: 135px; display: inline; float: left;}

/*Tool Tip*/
.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible;}
.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
.tooltip.top{padding:5px 0;margin-top:-3px;}
.tooltip.right{padding:0 5px;margin-left:3px;}
.tooltip.bottom{padding:5px 0;margin-top:3px;}
.tooltip.left{padding:0 5px;margin-left:-3px;}
.tooltip-inner{max-width:200px;padding:8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000000;border-width:5px 5px 0;}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000000;border-width:5px 5px 5px 0;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000000;border-width:5px 0 5px 5px;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000000;border-width:0 5px 5px;}

/* Frontend Editor */
.component-content .edit .pull-left {float: left;}
.component-content .edit .pull-right {float: right;}
.component-content .edit #editor-xtd-buttons a.btn, .component-content .toggle-editor a.btn {background: #eee; padding: 2px !important; margin: 0 !important; line-height: 1.2em; border: solid 1px #dddddd; font-weight: bold; text-decoration: none; display: inline;}
.component-content .edit #editor-xtd-buttons {float: left;}
.component-content .edit .toggle-editor {float: right;}
.component-content .toggle-editor a.btn {display: block; border-top: 0;}
.component-content .edit legend {padding: 5px 0;}
.component-content .input-append {display: inline-block;}
.component-content button#jform_publish_up_img, .component-content button#jform_publish_down_img {border: none; background: none;}
.component-body .form-inline .pull-left {float: left;}
.component-body .form-inline .pull-right {float: right;}
.component-body .form-inline .hr-condensed {display: none;}
.component-body .form-inline .filters {clear: both; text-align: left;}
.component-body .form-inline fieldset select {display: inline-block; width: 160px; float: none;}
.component-body .form-inline fieldset button {margin: 5px; height: 22px;}
.component-body .form-inline fieldset button i {margin-right: 0;}
.component-body .form-inline th.title {font-size: 1.0em;}
.component-body .form-inline th.title:before {background: none;}
.component-body .thumbnails {margin: 0 -40px; list-style: none;}
.component-body .thumbnails .height-50 {height: 50px;}
.component-body .thumbnails .small {font-size: 11px;}
.component-body .thumbnails:before, .thumbnails:after {display: table; content: ""; line-height: 0;}
.component-body .thumbnails:after {clear: both;}
.component-body .row-fluid .thumbnails {margin-left: 0;}
.component-body .thumbnails > li {float: left; margin-bottom: 18px; margin-left: 20px;}
.component-body .thumbnail { display: block; padding: 4px; line-height: 18px; border: 1px solid #dddddd; border-radius: 4px;}
.component-body .thumbnail .icon-folder-2:before {content: "";}
.component-body a.thumbnail:hover {border-color: #08c;}
.component-body .thumbnail > img {display: block; max-width: 100%; margin-left: auto; margin-right: auto;}
.component-body .thumbnail .caption {padding: 9px; color: #555;}
.component-body .form-horizontal .pull-left {float: left;}
.component-body .form-horizontal .pull-right {float: right;}
.component-body #imageForm.form-horizontal .span9 {float: left; width: 538px;}
.component-body #imageForm.form-horizontal .control-group {margin-bottom: 18px;}
.component-body #imageForm.form-horizontal .control-group:before,
.component-body #imageForm.form-horizontal .control-group:after {display: table; content: ""; line-height: 0;}
.component-body #imageForm.form-horizontal .control-group:after {clear: both;}
.component-body #imageForm.form-horizontal .control-label {float: left; width: 140px; padding-top: 0; text-align: right;}
.component-body #imageForm.form-horizontal .controls {margin-left: 160px;}
.component-body #imageForm.form-horizontal button#upbutton {position: relative; top: -9px;}
.component-body #imageForm.form-horizontal .help-block {margin-top: 9px; margin-bottom: 0;}
.component-body #imageForm.form-horizontal .form-actions {padding-left: 160px;}
.component-body #imageForm.form-horizontal .well, .component-body #uploadForm.form-horizontal .well  {min-height: 20px; padding: 20px 20px 30px 0; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px;}
.component-body #imageForm.form-horizontal .well .pull-right .btn:not(.btn-primary) {height: 38px;}
.component-body #uploadForm.form-horizontal .well {padding: 5px 20px 80px 0;}
.component-body .form-horizontal #uploadform #upload-submit {margin-left: 15px;}

/*FontAwesome Icons*/
.component-content dl.article-info .rt-article-icons {width: auto; float: right; margin-top: -60px;}
.component-content dl.article-info .rt-article-icons li {display: inline-block; padding-left: 5px;}
.component-content dl.article-info .rt-article-icons ul li a {width: auto;height: auto;float: none;background: none;}
.component-content dl.article-info .rt-article-icons ul li a span {width: 18px;height: 18px;float: none;display: inline-block;background-repeat: no-repeat;}
.component-content dl.article-info .rt-article-icons ul .print-icon span {background-position: -1px 0;}
.component-content dl.article-info .rt-article-icons ul .email-icon span {background-position: -22px -1px;}
.component-content dl.article-info .rt-article-icons ul .edit-icon span {background-position: -63px 0;}
.component-content dl.article-info .rt-article-no-icon ul .edit-icon a {margin-right: 0;}
.component-content dl.article-info .rt-article-no-icon li {margin-right: 5px;}
dd.rt-article-icons ul.actions li.edit-icon {padding-left: 5px;}

/*Additional Fixes*/
.component-content .search-results .word label, .component-content .search-results .word input {float: left;}
.component-content .search_result .readon {margin-left:15px;}
.content_rating p {margin:0;}
.component-content .contact .button {margin:0;}
.weblink-category p {font-size: 15pt;}
.component-content .pagenav li.next {float:right;}
.component-content .button2-left a {line-height: 1.9em;}
.component-content .button2-left {margin-top:2px;}
.calendar, .calendar table {background:none; border:none;}
#users-profile-core dt, #users-profile-custom dt {width:12em;}
.component-content ul#archive-items li.row0, .component-content ul#archive-items li.row1 {padding: 0;}
.calendar table {background: #DDD;}
.component-content #mailto-window button {margin: 0;}
#mailto-window {background: #E5E5E5;}
#mailto-window input {display: block;}
.registration input {padding: 3px;}
.contact-form input {padding: 3px;}
.edit input {padding: 3px;}
.profile-edit input {padding: 3px;}
.edit #jform_alias-lbl {width: 9em;}
.search-results .controls { width: 275px; height: 0; margin-top: 0; margin-bottom: 35px; position: inherit;}
.alert .close { display: none;}
.alert-message { padding: 9px; }

/*Article Tags*/
ul.inline, ol.inline {list-style: none;}
ul.inline > li, ol.inline > li {display: inline-block;}
@font-face{font-family:'FontAwesome';src:url(/libraries/gantry/assets/jui/fonts/fontawesome-webfont.eot?v=3.2.1);src:url(/libraries/gantry/assets/jui/fonts/fontawesome-webfont.eot#iefix&v=3.2.1) format('embedded-opentype'), url(/libraries/gantry/assets/jui/fonts/fontawesome-webfont.woff?v=3.2.1) format('woff'), url(/libraries/gantry/assets/jui/fonts/fontawesome-webfont.ttf?v=3.2.1) format('truetype'), url(/libraries/gantry/assets/jui/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-style:normal;font-weight:normal;text-decoration:inherit;}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:FontAwesome, sans-serif;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;text-decoration:inherit;display:inline-block;speak:none;}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333em;}a [class^="icon-"],a [class*=" icon-"]{display:inline;}[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571em;text-align:right;padding-right:0.28571428571429em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714em;}.icons-ul{margin-left:2.1428571428571em;list-style-type:none;}.icons-ul > li{position:relative;}.icons-ul .icon-li{position:absolute;left:-2.1428571428571em;width:2.1428571428571em;text-align:center;line-height:inherit;}[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}.icon-muted{color:#eee;}.icon-light{color:#fff;}.icon-dark{color:#333;}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}.pull-right{float:right;}.pull-left{float:left;}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}[class^="icon-"],[class*=" icon-"]{width:auto;height:auto;line-height:inherit;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;max-width:100%;}.icon-white,.nav-pills > .active > a > [class^="icon-"],.nav-pills > .active > a > [class*=" icon-"],.nav-list > .active > a > [class^="icon-"],.nav-list > .active > a > [class*=" icon-"],.navbar-inverse .nav > .active > a > [class^="icon-"],.navbar-inverse .nav > .active > a > [class*=" icon-"],.dropdown-menu > li > a:hover > [class^="icon-"],.dropdown-menu > li > a:hover > [class*=" icon-"],.dropdown-menu > .active > a > [class^="icon-"],.dropdown-menu > .active > a > [class*=" icon-"],.dropdown-submenu:hover > a > [class^="icon-"],.dropdown-submenu:hover > a > [class*=" icon-"]{background-image:none;}.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}.btn [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}.nav-tabs [class^="icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"],.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class^="icon-"],.nav-pills [class^="icon-"].icon-large,.nav-pills [class*=" icon-"],.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}.btn [class^="icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);}100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);}100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}.icon-flip-horizontal:before{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1);}.icon-flip-vertical:before{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1);}a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}.icon-glass:before{content:"\f000";}.icon-music:before{content:"\f001";}.icon-search:before{content:"\f002";}.icon-envelope-alt:before{content:"\f003";}.icon-heart:before{content:"\f004";}.icon-star:before{content:"\f005";}.icon-star-empty:before{content:"\f006";}.icon-user:before{content:"\f007";}.icon-film:before{content:"\f008";}.icon-th-large:before{content:"\f009";}.icon-th:before{content:"\f00a";}.icon-th-list:before{content:"\f00b";}.icon-ok:before{content:"\f00c";}.icon-remove:before{content:"\f00d";}.icon-zoom-in:before{content:"\f00e";}.icon-zoom-out:before{content:"\f010";}.icon-power-off:before,.icon-off:before{content:"\f011";}.icon-signal:before{content:"\f012";}.icon-gear:before,.icon-cog:before{content:"\f013";}.icon-trash:before{content:"\f014";}.icon-home:before{content:"\f015";}.icon-file-alt:before{content:"\f016";}.icon-time:before{content:"\f017";}.icon-road:before{content:"\f018";}.icon-download-alt:before{content:"\f019";}.icon-download:before{content:"\f01a";}.icon-upload:before{content:"\f01b";}.icon-inbox:before{content:"\f01c";}.icon-play-circle:before{content:"\f01d";}.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}.icon-refresh:before{content:"\f021";}.icon-list-alt:before{content:"\f022";}.icon-lock:before{content:"\f023";}.icon-flag:before{content:"\f024";}.icon-headphones:before{content:"\f025";}.icon-volume-off:before{content:"\f026";}.icon-volume-down:before{content:"\f027";}.icon-volume-up:before{content:"\f028";}.icon-qrcode:before{content:"\f029";}.icon-barcode:before{content:"\f02a";}.icon-tag:before{content:"\f02b";}.icon-tags:before{content:"\f02c";}.icon-book:before{content:"\f02d";}.icon-bookmark:before{content:"\f02e";}.icon-print:before{content:"\f02f";}.icon-camera:before{content:"\f030";}.icon-font:before{content:"\f031";}.icon-bold:before{content:"\f032";}.icon-italic:before{content:"\f033";}.icon-text-height:before{content:"\f034";}.icon-text-width:before{content:"\f035";}.icon-align-left:before{content:"\f036";}.icon-align-center:before{content:"\f037";}.icon-align-right:before{content:"\f038";}.icon-align-justify:before{content:"\f039";}.icon-list:before{content:"\f03a";}.icon-indent-left:before{content:"\f03b";}.icon-indent-right:before{content:"\f03c";}.icon-facetime-video:before{content:"\f03d";}.icon-picture:before{content:"\f03e";}.icon-pencil:before{content:"\f040";}.icon-map-marker:before{content:"\f041";}.icon-adjust:before{content:"\f042";}.icon-tint:before{content:"\f043";}.icon-edit:before{content:"\f044";}.icon-share:before{content:"\f045";}.icon-check:before{content:"\f046";}.icon-move:before{content:"\f047";}.icon-step-backward:before{content:"\f048";}.icon-fast-backward:before{content:"\f049";}.icon-backward:before{content:"\f04a";}.icon-play:before{content:"\f04b";}.icon-pause:before{content:"\f04c";}.icon-stop:before{content:"\f04d";}.icon-forward:before{content:"\f04e";}.icon-fast-forward:before{content:"\f050";}.icon-step-forward:before{content:"\f051";}.icon-eject:before{content:"\f052";}.icon-chevron-left:before{content:"\f053";}.icon-chevron-right:before{content:"\f054";}.icon-plus-sign:before{content:"\f055";}.icon-minus-sign:before{content:"\f056";}.icon-remove-sign:before{content:"\f057";}.icon-ok-sign:before{content:"\f058";}.icon-question-sign:before{content:"\f059";}.icon-info-sign:before{content:"\f05a";}.icon-screenshot:before{content:"\f05b";}.icon-remove-circle:before{content:"\f05c";}.icon-ok-circle:before{content:"\f05d";}.icon-ban-circle:before{content:"\f05e";}.icon-arrow-left:before{content:"\f060";}.icon-arrow-right:before{content:"\f061";}.icon-arrow-up:before{content:"\f062";}.icon-arrow-down:before{content:"\f063";}.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}.icon-resize-full:before{content:"\f065";}.icon-resize-small:before{content:"\f066";}.icon-plus:before{content:"\f067";}.icon-minus:before{content:"\f068";}.icon-asterisk:before{content:"\f069";}.icon-exclamation-sign:before{content:"\f06a";}.icon-gift:before{content:"\f06b";}.icon-leaf:before{content:"\f06c";}.icon-fire:before{content:"\f06d";}.icon-eye-open:before{content:"\f06e";}.icon-eye-close:before{content:"\f070";}.icon-warning-sign:before{content:"\f071";}.icon-plane:before{content:"\f072";}.icon-calendar:before{content:"\f073";}.icon-random:before{content:"\f074";}.icon-comment:before{content:"\f075";}.icon-magnet:before{content:"\f076";}.icon-chevron-up:before{content:"\f077";}.icon-chevron-down:before{content:"\f078";}.icon-retweet:before{content:"\f079";}.icon-shopping-cart:before{content:"\f07a";}.icon-folder-close:before{content:"\f07b";}.icon-folder-open:before{content:"\f07c";}.icon-resize-vertical:before{content:"\f07d";}.icon-resize-horizontal:before{content:"\f07e";}.icon-bar-chart:before{content:"\f080";}.icon-twitter-sign:before{content:"\f081";}.icon-facebook-sign:before{content:"\f082";}.icon-camera-retro:before{content:"\f083";}.icon-key:before{content:"\f084";}.icon-gears:before,.icon-cogs:before{content:"\f085";}.icon-comments:before{content:"\f086";}.icon-thumbs-up-alt:before{content:"\f087";}.icon-thumbs-down-alt:before{content:"\f088";}.icon-star-half:before{content:"\f089";}.icon-heart-empty:before{content:"\f08a";}.icon-signout:before{content:"\f08b";}.icon-linkedin-sign:before{content:"\f08c";}.icon-pushpin:before{content:"\f08d";}.icon-external-link:before{content:"\f08e";}.icon-signin:before{content:"\f090";}.icon-trophy:before{content:"\f091";}.icon-github-sign:before{content:"\f092";}.icon-upload-alt:before{content:"\f093";}.icon-lemon:before{content:"\f094";}.icon-phone:before{content:"\f095";}.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}.icon-bookmark-empty:before{content:"\f097";}.icon-phone-sign:before{content:"\f098";}.icon-twitter:before{content:"\f099";}.icon-facebook:before{content:"\f09a";}.icon-github:before{content:"\f09b";}.icon-unlock:before{content:"\f09c";}.icon-credit-card:before{content:"\f09d";}.icon-rss:before{content:"\f09e";}.icon-hdd:before{content:"\f0a0";}.icon-bullhorn:before{content:"\f0a1";}.icon-bell:before{content:"\f0a2";}.icon-certificate:before{content:"\f0a3";}.icon-hand-right:before{content:"\f0a4";}.icon-hand-left:before{content:"\f0a5";}.icon-hand-up:before{content:"\f0a6";}.icon-hand-down:before{content:"\f0a7";}.icon-circle-arrow-left:before{content:"\f0a8";}.icon-circle-arrow-right:before{content:"\f0a9";}.icon-circle-arrow-up:before{content:"\f0aa";}.icon-circle-arrow-down:before{content:"\f0ab";}.icon-globe:before{content:"\f0ac";}.icon-wrench:before{content:"\f0ad";}.icon-tasks:before{content:"\f0ae";}.icon-filter:before{content:"\f0b0";}.icon-briefcase:before{content:"\f0b1";}.icon-fullscreen:before{content:"\f0b2";}.icon-group:before{content:"\f0c0";}.icon-link:before{content:"\f0c1";}.icon-cloud:before{content:"\f0c2";}.icon-beaker:before{content:"\f0c3";}.icon-cut:before{content:"\f0c4";}.icon-copy:before{content:"\f0c5";}.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}.icon-save:before{content:"\f0c7";}.icon-sign-blank:before{content:"\f0c8";}.icon-reorder:before{content:"\f0c9";}.icon-list-ul:before{content:"\f0ca";}.icon-list-ol:before{content:"\f0cb";}.icon-strikethrough:before{content:"\f0cc";}.icon-underline:before{content:"\f0cd";}.icon-table:before{content:"\f0ce";}.icon-magic:before{content:"\f0d0";}.icon-truck:before{content:"\f0d1";}.icon-pinterest:before{content:"\f0d2";}.icon-pinterest-sign:before{content:"\f0d3";}.icon-google-plus-sign:before{content:"\f0d4";}.icon-google-plus:before{content:"\f0d5";}.icon-money:before{content:"\f0d6";}.icon-caret-down:before{content:"\f0d7";}.icon-caret-up:before{content:"\f0d8";}.icon-caret-left:before{content:"\f0d9";}.icon-caret-right:before{content:"\f0da";}.icon-columns:before{content:"\f0db";}.icon-sort:before{content:"\f0dc";}.icon-sort-down:before{content:"\f0dd";}.icon-sort-up:before{content:"\f0de";}.icon-envelope:before{content:"\f0e0";}.icon-linkedin:before{content:"\f0e1";}.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}.icon-legal:before{content:"\f0e3";}.icon-dashboard:before{content:"\f0e4";}.icon-comment-alt:before{content:"\f0e5";}.icon-comments-alt:before{content:"\f0e6";}.icon-bolt:before{content:"\f0e7";}.icon-sitemap:before{content:"\f0e8";}.icon-umbrella:before{content:"\f0e9";}.icon-paste:before{content:"\f0ea";}.icon-lightbulb:before{content:"\f0eb";}.icon-exchange:before{content:"\f0ec";}.icon-cloud-download:before{content:"\f0ed";}.icon-cloud-upload:before{content:"\f0ee";}.icon-user-md:before{content:"\f0f0";}.icon-stethoscope:before{content:"\f0f1";}.icon-suitcase:before{content:"\f0f2";}.icon-bell-alt:before{content:"\f0f3";}.icon-coffee:before{content:"\f0f4";}.icon-food:before{content:"\f0f5";}.icon-file-text-alt:before{content:"\f0f6";}.icon-building:before{content:"\f0f7";}.icon-hospital:before{content:"\f0f8";}.icon-ambulance:before{content:"\f0f9";}.icon-medkit:before{content:"\f0fa";}.icon-fighter-jet:before{content:"\f0fb";}.icon-beer:before{content:"\f0fc";}.icon-h-sign:before{content:"\f0fd";}.icon-plus-sign-alt:before{content:"\f0fe";}.icon-double-angle-left:before{content:"\f100";}.icon-double-angle-right:before{content:"\f101";}.icon-double-angle-up:before{content:"\f102";}.icon-double-angle-down:before{content:"\f103";}.icon-angle-left:before{content:"\f104";}.icon-angle-right:before{content:"\f105";}.icon-angle-up:before{content:"\f106";}.icon-angle-down:before{content:"\f107";}.icon-desktop:before{content:"\f108";}.icon-laptop:before{content:"\f109";}.icon-tablet:before{content:"\f10a";}.icon-mobile-phone:before{content:"\f10b";}.icon-circle-blank:before{content:"\f10c";}.icon-quote-left:before{content:"\f10d";}.icon-quote-right:before{content:"\f10e";}.icon-spinner:before{content:"\f110";}.icon-circle:before{content:"\f111";}.icon-mail-reply:before,.icon-reply:before{content:"\f112";}.icon-github-alt:before{content:"\f113";}.icon-folder-close-alt:before{content:"\f114";}.icon-folder-open-alt:before{content:"\f115";}.icon-expand-alt:before{content:"\f116";}.icon-collapse-alt:before{content:"\f117";}.icon-smile:before{content:"\f118";}.icon-frown:before{content:"\f119";}.icon-meh:before{content:"\f11a";}.icon-gamepad:before{content:"\f11b";}.icon-keyboard:before{content:"\f11c";}.icon-flag-alt:before{content:"\f11d";}.icon-flag-checkered:before{content:"\f11e";}.icon-terminal:before{content:"\f120";}.icon-code:before{content:"\f121";}.icon-reply-all:before{content:"\f122";}.icon-mail-reply-all:before{content:"\f122";}.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}.icon-location-arrow:before{content:"\f124";}.icon-crop:before{content:"\f125";}.icon-code-fork:before{content:"\f126";}.icon-unlink:before{content:"\f127";}.icon-question:before{content:"\f128";}.icon-info:before{content:"\f129";}.icon-exclamation:before{content:"\f12a";}.icon-superscript:before{content:"\f12b";}.icon-subscript:before{content:"\f12c";}.icon-eraser:before{content:"\f12d";}.icon-puzzle-piece:before{content:"\f12e";}.icon-microphone:before{content:"\f130";}.icon-microphone-off:before{content:"\f131";}.icon-shield:before{content:"\f132";}.icon-calendar-empty:before{content:"\f133";}.icon-fire-extinguisher:before{content:"\f134";}.icon-rocket:before{content:"\f135";}.icon-maxcdn:before{content:"\f136";}.icon-chevron-sign-left:before{content:"\f137";}.icon-chevron-sign-right:before{content:"\f138";}.icon-chevron-sign-up:before{content:"\f139";}.icon-chevron-sign-down:before{content:"\f13a";}.icon-html5:before{content:"\f13b";}.icon-css3:before{content:"\f13c";}.icon-anchor:before{content:"\f13d";}.icon-unlock-alt:before{content:"\f13e";}.icon-bullseye:before{content:"\f140";}.icon-ellipsis-horizontal:before{content:"\f141";}.icon-ellipsis-vertical:before{content:"\f142";}.icon-rss-sign:before{content:"\f143";}.icon-play-sign:before{content:"\f144";}.icon-ticket:before{content:"\f145";}.icon-minus-sign-alt:before{content:"\f146";}.icon-check-minus:before{content:"\f147";}.icon-level-up:before{content:"\f148";}.icon-level-down:before{content:"\f149";}.icon-check-sign:before{content:"\f14a";}.icon-edit-sign:before{content:"\f14b";}.icon-external-link-sign:before{content:"\f14c";}.icon-share-sign:before{content:"\f14d";}.icon-compass:before{content:"\f14e";}.icon-collapse:before{content:"\f150";}.icon-collapse-top:before{content:"\f151";}.icon-expand:before{content:"\f152";}.icon-euro:before,.icon-eur:before{content:"\f153";}.icon-gbp:before{content:"\f154";}.icon-dollar:before,.icon-usd:before{content:"\f155";}.icon-rupee:before,.icon-inr:before{content:"\f156";}.icon-yen:before,.icon-jpy:before{content:"\f157";}.icon-renminbi:before,.icon-cny:before{content:"\f158";}.icon-won:before,.icon-krw:before{content:"\f159";}.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}.icon-file:before{content:"\f15b";}.icon-file-text:before{content:"\f15c";}.icon-sort-by-alphabet:before{content:"\f15d";}.icon-sort-by-alphabet-alt:before{content:"\f15e";}.icon-sort-by-attributes:before{content:"\f160";}.icon-sort-by-attributes-alt:before{content:"\f161";}.icon-sort-by-order:before{content:"\f162";}.icon-sort-by-order-alt:before{content:"\f163";}.icon-thumbs-up:before{content:"\f164";}.icon-thumbs-down:before{content:"\f165";}.icon-youtube-sign:before{content:"\f166";}.icon-youtube:before{content:"\f167";}.icon-xing:before{content:"\f168";}.icon-xing-sign:before{content:"\f169";}.icon-youtube-play:before{content:"\f16a";}.icon-dropbox:before{content:"\f16b";}.icon-stackexchange:before{content:"\f16c";}.icon-instagram:before{content:"\f16d";}.icon-flickr:before{content:"\f16e";}.icon-adn:before{content:"\f170";}.icon-bitbucket:before{content:"\f171";}.icon-bitbucket-sign:before{content:"\f172";}.icon-tumblr:before{content:"\f173";}.icon-tumblr-sign:before{content:"\f174";}.icon-long-arrow-down:before{content:"\f175";}.icon-long-arrow-up:before{content:"\f176";}.icon-long-arrow-left:before{content:"\f177";}.icon-long-arrow-right:before{content:"\f178";}.icon-apple:before{content:"\f179";}.icon-windows:before{content:"\f17a";}.icon-android:before{content:"\f17b";}.icon-linux:before{content:"\f17c";}.icon-dribbble:before{content:"\f17d";}.icon-skype:before{content:"\f17e";}.icon-foursquare:before{content:"\f180";}.icon-trello:before{content:"\f181";}.icon-female:before{content:"\f182";}.icon-male:before{content:"\f183";}.icon-gittip:before{content:"\f184";}.icon-sun:before{content:"\f185";}.icon-moon:before{content:"\f186";}.icon-archive:before{content:"\f187";}.icon-bug:before{content:"\f188";}.icon-vk:before{content:"\f189";}.icon-weibo:before{content:"\f18a";}.icon-renren:before{content:"\f18b";}
/**
 * @package   Mercado Template - RocketTheme
* @version   $Id$
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
*/

/******* BACKGROUND/HEADER/FOOTER COLOR ZONE *******/

/* Text Colors */
.rt-background-colors, #rt-footer, #rt-copyright, .rt-background-colors .roknewspager-h3 a {color: #aaa;}
.rt-background-colors .title, .title5 .title, .rt-body-colors .title5 .title {color: #ddd;text-shadow: -1px -1px 1px rgba(0,0,0,0.5);}
.rt-background-colors a, .rt-background-colors .active .roknewspager-h3 a {color: #00B8E3;}
.rt-background-colors a:hover {color: #fff;}
.rt-background-colors .box1, .rt-background-colors .box3 {color: #777;}
.rt-background-colors .box1 .title, .rt-background-colors .box3 .title {color: #666;text-shadow: 1px 1px 1px rgba(255,255,255,0.9);}
.rt-background-colors .box2 {color: #ddd;}
.rt-background-colors .box2 .title {color: #fff;text-shadow: -1px -1px 1px rgba(0,0,0,0.5);}
.rt-background-colors .box1 a:hover, .rt-background-colors .box3 a:hover {color: #333;}
.rt-background-colors .readon span, .rt-background-colors .readon .button, .rt-background-colors .inputbox, .rt-background-colors #form-login .inputbox, .box5 .rt-background-colors .title {color: #ddd;text-shadow: -1px -1px 1px rgba(0,0,0,0.4);}
.rt-background-colors .readon:hover span, .rt-background-colors .readon:hover .button {color: #fff;}
.rt-background-colors .horizmenu ul.menu li.active a, .rt-background-colors .horizmenu ul.menu li.active .item, .rt-background-colors .horizmenu ul.menu li.active .separator {color: #fff;}

/* Structure */
body {background-color: #3d3d3d;}
.backgroundlevel-high #rt-page-background {background-image: url(/templates/rt_mercado/images/style1/bg-high.jpg);}
.backgroundlevel-med #rt-page-background {background-image: url(/templates/rt_mercado/images/style1/bg-med.png);}
#rt-logo {background: url(/templates/rt_mercado/images/logo/style1/logo.png);}
#rt-footer-surround, .box5 .rt-block, .title5 .module-title-surround {background: #303030;border-top: 1px solid #262626;border-left: 1px solid #262626;border-bottom: 1px solid #454545;border-right: 1px solid #454545;}
#rt-footer .rt-grid-1, #rt-footer .rt-grid-2, #rt-footer .rt-grid-3, #rt-footer .rt-grid-4, #rt-footer .rt-grid-5, #rt-footer .rt-grid-6, #rt-footer .rt-grid-7, #rt-footer .rt-grid-8, #rt-footer .rt-grid-9, #rt-footer .rt-grid-10, #rt-footer .rt-grid-11 {border-right: 1px solid #262626;border-left: 1px solid #3a3a3a;}
#rt-footer .rt-grid-1:nth-child(even), #rt-footer .rt-grid-2:nth-child(even), #rt-footer .rt-grid-3:nth-child(even), #rt-footer .rt-grid-4:nth-child(even), #rt-footer .rt-grid-5:nth-child(even), #rt-footer .rt-grid-6:nth-child(even), #rt-footer .rt-grid-7:nth-child(even), #rt-footer .rt-grid-8:nth-child(even), #rt-footer .rt-grid-9:nth-child(even), #rt-footer .rt-grid-10:nth-child(even), #rt-footer .rt-grid-11:nth-child(even) {background: #2d2d2d;}
#rt-copyright {border-top: 1px solid #262626;}
#rt-copyright-inner {border-top: 1px solid #3a3a3a;}
#rocket {background: url(/templates/rt_mercado/images/style1/branding.png);}

/* Module Variations */
.rt-background-colors .box1 .rt-block {background: #EAEAEA;}
.rt-background-colors .box2 .rt-block {background: #666 url(/templates/rt_mercado/images/style1/corner-gradient.png) 0 0 no-repeat;}
.rt-background-colors .box3 .rt-block {background: #ccc url(/templates/rt_mercado/images/style1/corner-gradient.png) 0 0 no-repeat;}
.rt-background-colors .horizmenu ul.menu li a, .rt-background-colors .horizmenu ul.menu li .item, .rt-background-colors .horizmenu ul.menu li .separator {background-image: url(/templates/rt_mercado/images/style1/bg-arrows2.png);}

/* Typography */
.rt-background-colors .inputbox, .rt-background-colors #form-login .inputbox {background: #3f3f3f url(/templates/rt_mercado/images/style1/background-gradient2.png) 50% -10px repeat-x;border: 1px solid #555;}
.rt-background-colors .rokradios, .rt-background-colors .rokchecks, .rt-background-colors .rokradios-active, .rt-background-colors .rokchecks-active {background-image: url(/templates/rt_mercado/images/style1/bg-rokinputs.png);}
.rt-background-colors .readon {background: #2f2f2f url(/templates/rt_mercado/images/style1/background-gradient.png) 50% 0 repeat-x;border: 1px solid #222;}
.rt-background-colors .readon:hover {background: #2f2f2f;}
.rt-background-colors #form-login ul li a, .rt-background-colors ul.mostread li a, .rt-background-colors ul.latestnews li a {background-image: url(/templates/rt_mercado/images/style1/bg-arrows2.png);}
.controls {background: #108BA7 url(/templates/rt_mercado/images/style1/horizontal-bar-active.png) 50% 0 repeat-x;}
.controls .up, .controls .down {background-image: url(/templates/rt_mercado/images/style1/sidepanel-arrows.png);}
.cart-badge {background: #108BA7 url(/templates/rt_mercado/images/style1/horizontal-bar-active.png) 50% 0 repeat-x;border: 1px solid #55C3D0;}
.cart-left {background: url(/templates/rt_mercado/images/style1/cart-div.png) 100% 50% no-repeat;}
.cart-icon {background: url(/templates/rt_mercado/images/style1/cart-icon.png);}

/* RokNewsPager */
.rt-background-colors .roknewspager-h3, .rt-background-colors .roknewspager-wrapper ul li {background: #2f2f2f url(/templates/rt_mercado/images/style1/background-gradient.png) 50% 0 repeat-x;border: 1px solid #292929;border-top: 1px solid #484848;border-left: 1px solid #484848;}
.rt-background-colors .roknewspager-toggle, .rt-background-colors .roknewspager-toggle-active, .rt-background-colors .roknewspager-prev, .rt-background-colors .roknewspager-next, .rt-background-colors .roknewspager-prev-disabled, .rt-background-colors .roknewspager-next-disabled {background-image: url(/templates/rt_mercado/images/style1/bg-arrows.png);}
.rt-background-colors .roknewspager-overlay {background: #3d3d3d;}
.rt-background-colors .roknewspager-toggle {border: 1px solid #444;}


/******* BODY COLOR ZONE *******/

/* Text Colors */
.rt-body-colors, #rt-bottom {color: #777;}
.rt-body-colors .title, .component-content .rt-author, .component-content .rt-date-posted, .component-content .rt-date-modified, .component-content .rt-date-published, .component-content .rt-hits {color: #666;text-shadow: 1px 1px 1px rgba(255,255,255,0.9);}
a, .rt-body-colors a, .rt-body-colors .active .roknewspager-h3 a, .rt-body-colors .roknewspager-numbers li {color: #0F829C;}
a:hover, .rt-body-colors a:hover, .rt-body-colors ul.menu li a:hover, .rt-body-colors ul.menu li .separator:hover, .rt-body-colors ul.menu li .item:hover, body .rt-body-colors ul.menu li.active.current > a, body .rt-body-colors ul.menu li.active.current > .separator, body .rt-body-colors ul.menu li.active.current > .item, body .rt-body-colors ul.menu li#current.active > a, body .rt-body-colors ul.menu li#current.active > .separator, body .rt-body-colors ul.menu li#current.active > .item {color: #333;}
.rt-body-colors .roknewspager-h3 a, .rt-body-colors .roknewspager-numbers li.active {color: #777;}
.menutop li > .item, .menutop .fusion-submenu-wrapper li > .item {color: #666;text-shadow: 1px 1px 1px rgba(255,255,255,0.9);}
.roktabs-links ul li.active span, .roktabs-links ul li.active:hover span, .menutop li > .item:hover, .menutop li.active > .item, .menutop li.f-menuparent-itemfocus > .item, body #idrops li.root-sub a, body #idrops li.root-sub span.separator, body #idrops li.root-sub.active a, body #idrops li.root-sub.active span.separator {color: #0F829C;}
.rt-body-colors .readon span, .rt-body-colors .readon .button, .rt-background-colors .box1 .readon span, .rt-background-colors .box1 .readon .button, .rt-background-colors .box3 .readon span, .rt-background-colors .box3 .readon .button {color: #555;text-shadow: 1px 1px 1px rgba(255,255,255,0.9);}
.rt-body-colors .readon:hover span, .rt-body-colors .readon:hover .button, .rt-background-colors .box1 .readon:hover span, .rt-background-colors .box1 .readon:hover .button, .rt-background-colors .box3 .readon:hover span, .rt-background-colors .box3 .readon:hover .button {color: #0F829C;}
.rt-body-colors .horizmenu ul.menu li.active a, .rt-body-colors .horizmenu ul.menu li.active .item, .rt-body-colors .horizmenu ul.menu li.active .separator {color: #333;}

/* Structure */
#rt-body-surround, #rt-bottom {background: #EAEAEA;}
#rt-maintop, #rt-content-top {background: url(/templates/rt_mercado/images/style1/body-div.png) 50% 100% repeat-x;}
#rt-mainbottom, #rt-content-bottom {background: url(/templates/rt_mercado/images/style1/body-div.png) 50% 0 repeat-x;}
#rt-main .rt-grid-1, #rt-main .rt-grid-2, #rt-main .rt-grid-3, #rt-main .rt-grid-4, #rt-main .rt-grid-5, #rt-main .rt-grid-6, #rt-main .rt-grid-7, #rt-main .rt-grid-8, #rt-main .rt-grid-9, #rt-main .rt-grid-10, #rt-main .rt-grid-11 {background-image: url(/templates/rt_mercado/images/style1/body-div2.png);}

/* Top Menu */
.menu-block {background: #ddd;border-top: 1px solid #c0c0c0;border-left: 1px solid #c0c0c0;border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
.fusion-pill-l {background: url(/templates/rt_mercado/images/style1/pill-l.png) 0 0 no-repeat;}
.fusion-pill-r {background: url(/templates/rt_mercado/images/style1/pill-r.png) 100% 0 no-repeat;}
.menutop .fusion-submenu-wrapper {background: #fff;}
.menutop li.active.root, .rt-splitmenu .menutop li.active, .menutop li.root:hover {background: url(/templates/rt_mercado/images/style1/pill-l.png) 0 0 no-repeat;}

.menutop li.active.root > .item, .rt-splitmenu .menutop li.active .item, .menutop li.root:hover > .item {background: url(/templates/rt_mercado/images/style1/pill-r.png) 100% 0 no-repeat;}
.menutop li.parent.root .item span .daddyicon, .menutop li.root .daddy.item .daddyicon, .menutop ul li > .daddy span {background-image: url(/templates/rt_mercado/images/style1/menu-arrows.png);}

/* Module Variations */
.rt-body-colors .box1 .rt-block, .rt-body-colors .title1 .module-title-surround {background: #fff;}
.rt-body-colors .box2 .rt-block, .rt-body-colors .title2 .module-title-surround {background: #ddd;}
.rt-body-colors .box3 .rt-block, .rt-body-colors .title3 .module-title-surround {background: #ccc;}
.box4 .rt-block, .title4 .module-title-surround {background: #5A6164 url(/templates/rt_mercado/images/style1/sidepanel-gradient.png) 0 0 no-repeat;}
.module-shadow {background: url(/templates/rt_mercado/images/style1/bottom-shadow-m.png) 50% 0 repeat-x;}
.module-shadow2 {background: url(/templates/rt_mercado/images/style1/bottom-shadow-l.png) 0 0 no-repeat;}
.module-shadow3 {background: url(/templates/rt_mercado/images/style1/bottom-shadow-r.png) 100% 0 no-repeat;}
.notice1 .rt-block, .approved-style {background: #74924A url(/templates/rt_mercado/images/style1/notice-bg1.png) 50% 0 repeat-x;border: 1px solid #607A3C;color: #232F12;text-shadow: 1px 1px 1px rgba(255,255,255,0.3);}
.notice1 .module-content, .approved-style .inner {background: url(/templates/rt_mercado/images/style1/notice-icon1.png) 0 50% no-repeat;}
.notice2 .rt-block, .attention-style {background: #D69839 url(/templates/rt_mercado/images/style1/notice-bg2.png) 50% 0 repeat-x;border: 1px solid #9D712C;color: #5A3800;text-shadow: 1px 1px 1px rgba(255,255,255,0.3);}
.notice2 .module-content, .attention-style .inner {background: url(/templates/rt_mercado/images/style1/notice-icon2.png) 0 50% no-repeat;}
.notice3 .rt-block, .alert-style {background: #BD5151 url(/templates/rt_mercado/images/style1/notice-bg3.png) 50% 0 repeat-x;border: 1px solid #A44747;color: #4C1818;text-shadow: 1px 1px 1px rgba(255,255,255,0.3);}
.notice3 .module-content, .alert-style .inner {background: url(/templates/rt_mercado/images/style1/notice-icon3.png) 3px 50% no-repeat;}
.notice4 .rt-block, .notice-style {background: #488AAD url(/templates/rt_mercado/images/style1/notice-bg4.png) 50% 0 repeat-x;border: 1px solid #3C7391;color: #133548;text-shadow: 1px 1px 1px rgba(255,255,255,0.3);}
.notice4 .module-content, .notice-style .inner {background: url(/templates/rt_mercado/images/style1/notice-icon4.png) 0 50% no-repeat;}
.rt-body-colors .horizmenu ul.menu li a, .rt-body-colors .horizmenu ul.menu li .item, .rt-body-colors .horizmenu ul.menu li .separator {background-image: url(/templates/rt_mercado/images/style1/body-arrows2.png);}
.notice1 .rt-block a, .notice2 .rt-block a, .notice3 .rt-block a, .notice4 .rt-block a, .notice1 .rt-block a:hover, .notice2 .rt-block a:hover, .notice3 .rt-block a:hover, .notice4 .rt-block a:hover, .alert-style a, .approved-style a, .attention-style a, .notice-style a, .alert-style a:hover, .approved-style a:hover, .attention-style a:hover, .notice-style a:hover {color: #fff;text-shadow: -1px -1px 1px rgba(0,0,0,0.4);}

/* Typography */
.rt-body-colors .rokradios, .rt-body-colors .rokchecks, .rt-body-colors .rokradios-active, .rt-body-colors .rokchecks-active {background-image: url(/templates/rt_mercado/images/style1/body-rokinputs.png);}
.rt-body-colors .readon, .rt-background-colors .box1 .readon, .rt-background-colors .box3 .readon, .tip-wrap {background: #e8e8e8 url(/templates/rt_mercado/images/style1/body-gradient1.png) 50% 0 repeat-x;border: 1px solid #bbb;}
.rt-body-colors .readon:hover, .rt-background-colors .box1 .readon:hover, .rt-background-colors .box3 .readon:hover {background: #eee;}
.component-content .rt-article-icons .icon, .component-content .rt-article-icons ul li a, #breadcrumbs-home {background-image: url(/templates/rt_mercado/images/style1/article-icons.png);}
.component-content .rt-joomla-table tr.even td, .component-content .rt-joomla-table th {background: #e0e0e0;}
.component-content .rt-joomla-table tr.odd td {background: #f6f6f6;}
#rt-breadcrumbs {background: #ddd;border-top: 1px solid #c0c0c0;border-left: 1px solid #c0c0c0;border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
span.breadcrumbs img, #rt-breadcrumbs img[src $="arrow.png"] {background: url(/templates/rt_mercado/images/style1/breadcrumb-div.png) 100% 0 no-repeat;}
.inputbox, #form-login .inputbox, .component-content .login .inputbox, #josForm .inputbox, .component-content .search_result .inputbox, .component-content .contact .inputbox, .component-content .user input#email, .component-content .user input#name, .component-content .user input#username, .component-content .user input#password, .component-content .user input#passwd, .component-content .user input#password2, .component-content .user input#secretkey {background: #F9F8FE url(/templates/rt_mercado/images/style1/body-gradient2.png) 50% 0 repeat-x;border: 1px solid #ccc;}
.rt-body-colors .inputbox:focus {background: #fff;}
.rt-body-colors #form-login ul li a, .rt-body-colors ul.mostread li a, .rt-body-colors ul.latestnews li a, .rt-body-colors .component-content .login ul li a, .rt-body-colors ul.rt-more-articles li a, .rt-body-colors .items-more ol li a, .rt-body-colors .rt-section-list ul li a, #rt-popuplogin ul li a, .rt-body-colors ul.menu li a {background-image: url(/templates/rt_mercado/images/style1/body-arrows2.png);}
.rt-body-colors ul.menu li {background: url(/templates/rt_mercado/images/style1/body-div.png) 50% 100% repeat-x;}
.rt-body-colors ul.menu li > .item, .rt-body-colors ul.menu li > a, .rt-body-colors ul.menu li > .separator {background-image: url(/templates/rt_mercado/images/style1/body-arrows2.png);}

/* RokNewsPager */
.rt-body-colors .roknewspager-h3, .rt-body-colors .roknewspager-wrapper ul li {background: #e8e8e8 url(/templates/rt_mercado/images/style1/body-gradient1.png) 50% 0 repeat-x;border: 1px solid #ccc;border-top: 1px solid #fff;border-left: 1px solid #fff;}
.rt-body-colors .roknewspager-toggle, .rt-body-colors .roknewspager-toggle-active, .rt-body-colors .roknewspager-prev, .rt-body-colors .roknewspager-next, .rt-body-colors .roknewspager-prev-disabled, .rt-body-colors .roknewspager-next-disabled {background-image: url(/templates/rt_mercado/images/style1/body-arrows.png);}
.rt-body-colors .roknewspager-overlay {background: #eaeaea;}
.rt-body-colors .roknewspager-toggle {border: 1px solid #fff;}

/* RokAjaxSearch */
.roksearch-wrapper {background: #F9F8FE url(/templates/rt_mercado/images/style1/body-gradient2.png) 50% 0 repeat-x;border: 1px solid #ccc;}


/******* SIDE PANEL COLOR ZONE *******/

/* Text Colors */
.rt-sidepanel-colors, .rt-sidepanel-colors a:hover, .rt-sidepanel-colors .active .roknewspager-h3 a, .rt-sidepanel-colors .title2 .title, .title4 .title, .title6 .title, .cart-count, .cart-desc, .cart-desc a {color: #fff;text-shadow: -1px -1px 1px rgba(0,0,0,0.4);}
.rt-sidepanel-colors a, .rt-sidepanel-colors .readon:hover span, .rt-sidepanel-colors .readon:hover .button, .box4 .rt-sidepanel-colors .readon:hover span, .box4 .rt-sidepanel-colors .readon:hover .button {color: #CDD7DE;}
.rt-sidepanel-colors .title, .box4 .rt-sidepanel-colors .title, .rt-sidepanel-colors .box5 .title, .rt-sidepanel-colors .roknewspager-h3 a, .rt-sidepanel-colors .title1 .title, .rt-sidepanel-colors .title3 .title {color: #1D1F21;text-shadow: 1px 1px 1px rgba(255,255,255,0.3);}
.rt-sidepanel-colors .larger .title {color: #1D1F21;text-shadow: 1px 1px 1px rgba(255,255,255,0.3);}
.rt-sidepanel-colors ul.menu li a:hover, .rt-sidepanel-colors ul.menu li .separator:hover, .rt-sidepanel-colors ul.menu li .item:hover, .rt-sidepanel-colors .module-content .menu li li li.active#current > .item, .rt-sidepanel-colors .module-content .menu li li.active.current > a, .rt-sidepanel-colors .module-content .menu li li.active#current > a, .rt-sidepanel-colors ul.menu > li.active > a, .rt-sidepanel-colors ul.menu > li.active > .separator, .rt-sidepanel-colors ul.menu > li.active > .item, .rt-sidepanel-colors .readon span, .rt-sidepanel-colors .readon .button, .box4 .rt-sidepanel-colors .readon span, .box4 .rt-sidepanel-colors .readon .button, .rt-sidepanel-colors .inputbox, .rt-sidepanel-colors #form-login .inputbox {color: #fff;text-shadow: -1px -1px 1px rgba(0,0,0,0.5);}

/* Structure */
#rt-sidepanel-bg {background: #5A6164 url(/templates/rt_mercado/images/style1/sidepanel-pattern.png) 50% 0;}
.sidepanelposition-left #rt-sidepanel-gradient {background: url(/templates/rt_mercado/images/style1/sidepanel-gradient.png) 0 0 no-repeat;}
.sidepanelposition-right #rt-sidepanel-gradient {background: url(/templates/rt_mercado/images/style1/sidepanel-gradient2.png) 100% 0 no-repeat;}

/* Module Variations */
#rt-sidepanel-content .title1 .module-title-surround {background: #51575A url(/templates/rt_mercado/images/style1/horizontal-bar.png) 50% 0 repeat-x;border-top: 1px solid #81898D;border-bottom: 1px solid #464C4D;}
#rt-sidepanel-content .title2 .module-title-surround, .title6 .module-title-surround {background: #108BA7 url(/templates/rt_mercado/images/style1/horizontal-bar-active.png) 50% 0 repeat-x;border-top: 1px solid #55C3D0;border-bottom: 1px solid #083E4C;}
#rt-sidepanel-content .title3 .module-title-surround {background: url(/templates/rt_mercado/images/style1/sidepanel-gradient.png) 0 0 no-repeat;border-top: 1px solid #81898D;border-bottom: 1px solid #464C4D;}
#rt-sidepanel-content .title4 .module-title-surround {background: url(/templates/rt_mercado/images/style1/sidepanel-div2.png) 0 100% no-repeat;}
#rt-sidepanel-content .box1 .rt-block {background: #404446;}
#rt-sidepanel-content .box2 {background: url(/templates/rt_mercado/images/style1/sidepanel-gradient.png) 0 0 no-repeat;}
#rt-sidepanel-content .box2 .rt-block {background: url(/templates/rt_mercado/images/style1/sidepanel-div.png) 50% 0 repeat-x;}
#rt-sidepanel-content .box2 .rt-module-surround {background: url(/templates/rt_mercado/images/style1/sidepanel-div.png) 50% 100% repeat-x;}
#rt-sidepanel-content .box3 .rt-block {background: url(/templates/rt_mercado/images/style1/sidepanel-div.png) 50% 100% repeat-x;}
#rt-sidepanel-content .box4 .rt-block {background: #51575A url(/templates/rt_mercado/images/style1/horizontal-bar.png) 50% 0 repeat-x;border-top: 1px solid #81898D;border-bottom: 1px solid #464C4D;}
#rt-sidepanel-content .box5 .rt-block {background: url(/templates/rt_mercado/images/style1/sidepanel-div2.png) 0 100% no-repeat;}

/* Side Menu */
#rt-sidepanel-content ul.menu li {background: #51575A url(/templates/rt_mercado/images/style1/horizontal-bar.png) 50% 0 repeat-x;border-top: 1px solid #81898D;border-bottom: 1px solid #464C4D;}
#rt-sidepanel-content ul.menu > li.active {background: #108BA7 url(/templates/rt_mercado/images/style1/horizontal-bar-active.png) 50% 0 repeat-x;border-top: 1px solid #55C3D0;border-bottom: 1px solid #083E4C;}
#rt-sidepanel-content ul.menu li > .item, #rt-sidepanel-content ul.menu li > a, #rt-sidepanel-content ul.menu li > .separator {background-image: url(/templates/rt_mercado/images/style1/sidepanel-arrows2.png);}
#rt-sidepanel-content ul.menu li li {border-top: 1px solid #373737;}
#rt-sidepanel-content ul.menu ul {background-color: #404446;}

/* Typography */
.rt-sidepanel-colors .inputbox, .rt-sidepanel-colors #form-login .inputbox {background: #6D767B url(/templates/rt_mercado/images/style1/sidepanel-gradient4.png) 50% -10px repeat-x;border: 1px solid #8C9498;}
.rt-sidepanel-colors .rokradios, .rt-sidepanel-colors .rokchecks, .rt-sidepanel-colors .rokradios-active, .rt-sidepanel-colors .rokchecks-active {background-image: url(/templates/rt_mercado/images/style1/sidepanel-rokinputs.png);}
.rt-sidepanel-colors .readon, .box4 .rt-sidepanel-colors .readon {background: #5B6366 url(/templates/rt_mercado/images/style1/sidepanel-gradient3.png) 50% 0 repeat-x;border: 1px solid #3F4346;}
.rt-sidepanel-colors .readon:hover, .box4 .rt-sidepanel-colors .readon:hover {background: #5B6366;}
.rt-sidepanel-colors #form-login ul li a, .rt-sidepanel-colors ul.mostread li a, .rt-sidepanel-colors ul.latestnews li a {background-image: url(/templates/rt_mercado/images/style1/sidepanel-arrows2.png);}

/* RokNewsPager */
.rt-sidepanel-colors .roknewspager-h3, .rt-sidepanel-colors .roknewspager-wrapper ul li {background: #51575A url(/templates/rt_mercado/images/style1/horizontal-bar.png) 50% 0 repeat-x;border-top: 1px solid #81898D;border-bottom: 1px solid #464C4D;}
.rt-sidepanel-colors .active .roknewspager-h3, .rt-sidepanel-colors .roknewspager-wrapper ul li:hover {background: #108BA7 url(/templates/rt_mercado/images/style1/horizontal-bar-active.png) 50% 0 repeat-x;border-top: 1px solid #55C3D0;border-bottom: 1px solid #083E4C;}
.rt-sidepanel-colors .roknewspager-content {background: #404446;}
.rt-sidepanel-colors .roknewspager-toggle, .rt-sidepanel-colors .roknewspager-toggle-active, .rt-sidepanel-colors .roknewspager-prev, .rt-sidepanel-colors .roknewspager-next, .rt-sidepanel-colors .roknewspager-prev-disabled, .rt-sidepanel-colors .roknewspager-next-disabled {background-image: url(/templates/rt_mercado/images/style1/sidepanel-arrows.png);}
.rt-sidepanel-colors .roknewspager-toggle {border: 1px solid #747474;}
.rt-sidepanel-colors .roknewspager-toggle-active {border: 1px solid #16B0C2;}
.rt-sidepanel-colors .roknewspager-overlay {background: #5A6164;}

/* RTL */
body.rtl span.breadcrumbs img, body.rtl #rt-breadcrumbs img[src $="arrow.png"] {background: url(/templates/rt_mercado/images/style1/rtl/breadcrumb-div-rtl.png) 0 0 no-repeat;}
/**
 * @package   Mercado Template - RocketTheme
* @version   $Id$
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

/* Bullet Styles */
ul.bullet-add, ul.bullet-arrow, ul.bullet-arrow2, ul.bullet-briefcase, ul.bullet-calendar, ul.bullet-check, ul.bullet-crank, ul.bullet-delete, ul.bullet-docs, ul.bullet-email, ul.bullet-home, ul.bullet-key, ul.bullet-lock, ul.bullet-minus, ul.bullet-monitor, ul.bullet-notes, ul.bullet-post, ul.bullet-printer, ul.bullet-rss, ul.bullet-star, ul.bullet-star2, ul.bullet-unlock, ul.bullet-warning, ul.bullet-write, ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4, ul.bullet-5, ul.bullet-6, ul.bullet-7, ul.bullet-8, ul.bullet-9, ul.bullet-10 {padding: 0;margin: 0 0 15px;}
ul.bullet-add a, ul.bullet-arrow a, ul.bullet-arrow2 a, ul.bullet-briefcase a, ul.bullet-calendar a, ul.bullet-check a, ul.bullet-crank a, ul.bullet-delete a, ul.bullet-docs a, ul.bullet-email a, ul.bullet-home a, ul.bullet-key a, ul.bullet-lock a, ul.bullet-minus a, ul.bullet-monitor a, ul.bullet-notes a, ul.bullet-post a, ul.bullet-printer a, ul.bullet-rss a, ul.bullet-star a, ul.bullet-star2 a, ul.bullet-unlock a, ul.bullet-warning a, ul.bullet-write a, ul.bullet-1 li a, ul.bullet-2 li a, ul.bullet-3 li a, ul.bullet-4 li a, ul.bullet-5 li a, ul.bullet-6 li a, ul.bullet-7 li a, ul.bullet-8 li a, ul.bullet-9 li a, ul.bullet-10 li a {font-size: 100%;line-height: 1.7;}

ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li, ul.bullet-5 li, ul.bullet-6 li, ul.bullet-7 li, ul.bullet-8 li, ul.bullet-9 li, ul.bullet-10 li {list-style: none;padding: 0 0 0 15px;margin: 0 0 3px;background-repeat: no-repeat;background-position: 0 5px;}
ul.bullet-1 li {background-image: url(/templates/rt_mercado/images/typography/bullet1.png);}
ul.bullet-2 li {background-image: url(/templates/rt_mercado/images/typography/bullet2.png);}
ul.bullet-3 li {background-image: url(/templates/rt_mercado/images/typography/bullet3.png);}
ul.bullet-4 li {background-image: url(/templates/rt_mercado/images/typography/bullet4.png);}
ul.bullet-5 li {background-image: url(/templates/rt_mercado/images/typography/bullet5.png);}
ul.bullet-6 li {background-image: url(/templates/rt_mercado/images/typography/bullet6.png);}
ul.bullet-7 li {background-image: url(/templates/rt_mercado/images/typography/bullet7.png);}
ul.bullet-8 li {background-image: url(/templates/rt_mercado/images/typography/bullet8.png);}
ul.bullet-9 li {background-image: url(/templates/rt_mercado/images/typography/bullet9.png);}
ul.bullet-10 li {background-image: url(/templates/rt_mercado/images/typography/bullet10.png);}

ul.bullet-add li, ul.bullet-arrow li, ul.bullet-arrow2 li, ul.bullet-briefcase li, ul.bullet-calendar li, ul.bullet-check li, ul.bullet-crank li, ul.bullet-delete li, ul.bullet-docs li, ul.bullet-email li, ul.bullet-home li, ul.bullet-key li, ul.bullet-lock li, ul.bullet-minus li, ul.bullet-monitor li, ul.bullet-notes li, ul.bullet-post li, ul.bullet-printer li, ul.bullet-rss li, ul.bullet-star li, ul.bullet-star2 li, ul.bullet-unlock li, ul.bullet-warning li, ul.bullet-write li {background-position: 0 2px;padding: 0 0 0 26px;background-repeat: no-repeat;list-style: none;margin: 0 0 3px;}
ul.bullet-add li {background-image: url(/templates/rt_mercado/images/icons/icon-add.png);}
ul.bullet-arrow li {background-image: url(/templates/rt_mercado/images/icons/icon-arrow.png);}
ul.bullet-arrow2 li {background-image: url(/templates/rt_mercado/images/icons/icon-arrow2.png);}
ul.bullet-briefcase li {background-image: url(/templates/rt_mercado/images/icons/icon-briefcase.png);}
ul.bullet-calendar li {background-image: url(/templates/rt_mercado/images/icons/icon-calendar.png);}
ul.bullet-check li {background-image: url(/templates/rt_mercado/images/icons/icon-check.png);}
ul.bullet-crank li {background-image: url(/templates/rt_mercado/images/icons/icon-crank.png);}
ul.bullet-delete li {background-image: url(/templates/rt_mercado/images/icons/icon-delete.png);}
ul.bullet-docs li {background-image: url(/templates/rt_mercado/images/icons/icon-docs.png);}
ul.bullet-email li {background-image: url(/templates/rt_mercado/images/icons/icon-email.png);}
ul.bullet-home li {background-image: url(/templates/rt_mercado/images/icons/icon-home.png);}
ul.bullet-key li {background-image: url(/templates/rt_mercado/images/icons/icon-key.png);}
ul.bullet-lock li {background-image: url(/templates/rt_mercado/images/icons/icon-lock.png);}
ul.bullet-minus li {background-image: url(/templates/rt_mercado/images/icons/icon-minus.png);}
ul.bullet-monitor li {background-image: url(/templates/rt_mercado/images/icons/icon-monitor.png);}
ul.bullet-notes li {background-image: url(/templates/rt_mercado/images/icons/icon-notes.png);}
ul.bullet-post li {background-image: url(/templates/rt_mercado/images/icons/icon-post.png);}
ul.bullet-printer li {background-image: url(/templates/rt_mercado/images/icons/icon-printer.png);}
ul.bullet-rss li {background-image: url(/templates/rt_mercado/images/icons/icon-rss.png);}
ul.bullet-star li {background-image: url(/templates/rt_mercado/images/rating_star.png);}
ul.bullet-star2 li {background-image: url(/templates/rt_mercado/images/rating_star_blank.png);}
ul.bullet-unlock li {background-image: url(/templates/rt_mercado/images/icons/icon-unlock.png);}
ul.bullet-warning li {background-image: url(/templates/rt_mercado/images/icons/icon-warning.png);}
ul.bullet-write li {background-image: url(/templates/rt_mercado/images/icons/icon-write.png);}

/* Emphasis Styles*/
em.italic {font-style: italic;font-weight: bold;}
em.bold {font-size: 120%;font-weight: bold;line-height: 145%;font-style: normal;}
em.bold2 {font-size: 135%;font-weight: bold;line-height: 120%;font-style: normal;}
em.normal {font-style: normal;}
em.nobold {font-weight: normal;}
.rt-upper {text-transform: uppercase;}
.rt-center {text-align: center;}
.rt-justify {text-align: justify;}

/* Drop Cap */
p.dropcap {overflow: hidden;}
span.dropcap {font-size: 400%;margin: 0 5px 0 0;line-height: 110%;float: left;display: block;}

/* Notice Styles */
pre {font-style:italic;overflow: auto;padding: 10px;margin-bottom: 15px;}

.alert, .approved, .attention, .camera, .cart, .doc, .download, .media, .note, .notice, .quote {display: block;margin: 15px 0;background-repeat: repeat-x;background-position: 0 100%;clear: both;}
.alert a, .approved a, .attention a, .camera a, .cart a, .doc a, .download a, .media a, .note a, .notice a, .quote a {font-weight: bold;color: inherit;font-size: 110%;}
.typo-icon, .quote .quote-l {display: block;padding: 8px 10px 0px 36px;margin: 15px 0;background-repeat: no-repeat; background-position: 10px 12px;}
.quote-l {padding: 8px 0 0 26px;margin: 15px 0;background: no-repeat 0px 12px;}
.quote .quote-r {display: block;padding: 0 25px 0 0;}
.quote-r {display: block;padding: 0 15px 0 0;}
.approved .typo-icon {background-image: url(/templates/rt_mercado/images/typography/approved-icon.png);}
.alert .typo-icon {background-image: url(/templates/rt_mercado/images/typography/alert-icon.png);}
.attention .typo-icon {background-image: url(/templates/rt_mercado/images/typography/attention-icon.png);}
.camera .typo-icon {background-image: url(/templates/rt_mercado/images/typography/camera-icon.png);}
.cart .typo-icon {background-image: url(/templates/rt_mercado/images/typography/cart-icon.png);}
.doc .typo-icon {background-image: url(/templates/rt_mercado/images/typography/doc-icon.png);}
.download .typo-icon {background-image: url(/templates/rt_mercado/images/typography/download-icon.png);}
.media .typo-icon {background-image: url(/templates/rt_mercado/images/typography/media-icon.png);}
.note .typo-icon {background-image: url(/templates/rt_mercado/images/typography/note-icon.png);}
.notice .typo-icon {background-image: url(/templates/rt_mercado/images/typography/notice-icon.png);}

/* Light Notice Styles */
pre {background: #F9F1ED;border: 1px solid #DCD7D4;color: #AC3400;}
.quote-l {background-image: url(/templates/rt_mercado/images/typography/quote-l.png);}
.quote-r {background: url(/templates/rt_mercado/images/typography/quote-r.png) no-repeat 100% 100%;}
/*.alert {color: #D0583F;background-image: url(../images/typography/alert.png);background-color: #FFFBFB;border-bottom: 1px solid #F8C9BB;border-right: 1px solid #F8C9BB; border-top: 1px solid rgba(248, 201, 187, 0.5); border-left: 1px solid rgba(248, 201, 187, 0.5);} */
.alert {color: #c09853; background-image: url(/templates/rt_mercado/images/typography/attention.png); border-bottom: 1px solid #e2dabc; border-right: 1px solid #e2dabc; border-top: 1px solid rgba(226, 218, 188, 0.75); border-left: 1px solid rgba(226, 218, 188, 0.75); background-color: #FFFDF6;}
.approved {color: #6CB656;background-image: url(/templates/rt_mercado/images/typography/approved.png);background-color: #FAFDF9;border-bottom: 1px solid #C1CEC1;border-right: 1px solid #C1CEC1;}
.attention {color: #E1B42F;background-image: url(/templates/rt_mercado/images/typography/attention.png);background-color: #FFFDF6;border-bottom: 1px solid #E4E4D5;border-right: 1px solid #E4E4D5;}
.camera {color: #55A0B4;background-image: url(/templates/rt_mercado/images/typography/camera.png);background-color: #F6FBFB;border-bottom: 1px solid #C9D5D8;border-right: 1px solid #C9D5D8;}
.cart {color: #559726;background-image: url(/templates/rt_mercado/images/typography/cart.png);background-color: #FCFCFC;border-bottom: 1px solid #D3D3D3;border-right: 1px solid #D3D3D3;}
.doc {color: #666666;background-image: url(/templates/rt_mercado/images/typography/doc.png);background-color: #FFFFFF;border-bottom: 1px solid #E5E5E5;border-right: 1px solid #E5E5E5;}
.download {color: #666666;background-image: url(/templates/rt_mercado/images/typography/download.png);background-color: #FCFCFC;border-bottom: 1px solid #D3D3D3;border-right: 1px solid #D3D3D3;}
.media {color: #8D79A9;background-image: url(/templates/rt_mercado/images/typography/media.png);background-color: #FBF9FD;border-bottom: 1px solid #DBE1E6;border-right: 1px solid #DBE1E6;}
.note {color: #B76F38;background-image: url(/templates/rt_mercado/images/typography/note.png);background-color: #FFFAF6;border-bottom: 1px solid #E6DAD2;border-right: 1px solid #E6DAD2;}
.notice {color: #6187B3;background-image: url(/templates/rt_mercado/images/typography/notice.png);background-color: #FAFCFD;border-bottom: 1px solid #C7CDDA;border-right: 1px solid #C7CDDA;}
.quote {color: #727272;background-image: url(/templates/rt_mercado/images/typography/quote.png);background-color: #F3F3F3;border-bottom: 1px solid #D4D4D4;border-right: 1px solid #D4D4D4;}

/* Dark Notice Style */
.headerstyle-dark pre, .footerstyle-dark pre {background: #333;border: 1px solid #353535;color: #bbb;}
.headerstyle-dark .alert, .footerstyle-dark .alert {color: #b74c34;background-image: url(/templates/rt_mercado/images/typography/dark/alert.png);background-color: #64403E;border-bottom: 1px solid #382121;border-right: 1px solid #382121;}
.headerstyle-dark .approved, .footerstyle-dark .approved {color: #6CB656;background-image: url(/templates/rt_mercado/images/typography/dark/approved.png);background-color: #436750;border-bottom: 1px solid #314C2D;border-right: 1px solid #314C2D;}
.headerstyle-dark .attention, .footerstyle-dark .attention {color: #a4966f;background-image: url(/templates/rt_mercado/images/typography/dark/attention.png);background-color: #675C3D;border-bottom: 1px solid #383221;border-right: 1px solid #383221;}
.headerstyle-dark .camera, .footerstyle-dark .camera {color: #55A0B4;background-image: url(/templates/rt_mercado/images/typography/dark/camera.png);background-color: #436668;border-bottom: 1px solid #213038;border-right: 1px solid #213038;}
.headerstyle-dark .cart, .footerstyle-dark .cart {color: #86977c;background-image: url(/templates/rt_mercado/images/typography/dark/cart.png);background-color: #58693C;border-bottom: 1px solid #303821;border-right: 1px solid #303821;}
.headerstyle-dark .doc, .footerstyle-dark .doc {color: #ccc;background-image: url(/templates/rt_mercado/images/typography/dark/doc.png);background-color: #7E7E7E;border-bottom: 1px solid #444;border-right: 1px solid #444;}
.headerstyle-dark .download, .footerstyle-dark .download {color: #80AC75;background-image: url(/templates/rt_mercado/images/typography/dark/download.png);background-color: #47683F;border-bottom: 1px solid #253621;border-right: 1px solid #253621;}
.headerstyle-dark .media, .footerstyle-dark .media {color: #8D79A9;background-image: url(/templates/rt_mercado/images/typography/dark/media.png);background-color: #5E3C69;border-bottom: 1px solid #322037;border-right: 1px solid #322037;}
.headerstyle-dark .note, .footerstyle-dark .note {color: #B76F38;background-image: url(/templates/rt_mercado/images/typography/dark/note.png);background-color: #664B3F;border-bottom: 1px solid #382621;border-right: 1px solid #382621;}
.headerstyle-dark .notice, .footerstyle-dark .notice {color: #6087b3;background-image: url(/templates/rt_mercado/images/typography/dark/notice.png);background-color: #415167;border-bottom: 1px solid #212E38;border-right: 1px solid #212E38;}
.headerstyle-dark .quote, .footerstyle-dark .quote {color: #ccc;background-image: url(/templates/rt_mercado/images/typography/dark/quote.png);background-color: #878787;border-bottom: 1px solid #444;border-right: 1px solid #444;}
.headerstyle-dark .quote-l, .footerstyle-dark .quote-l {background-image: url(/templates/rt_mercado/images/typography/dark/quote-l.png);}
.headerstyle-dark .quote-r, .footerstyle-dark .quote-r {background: url(/templates/rt_mercado/images/typography/dark/quote-r.png) no-repeat 100% 100%;}

/* Inset Styles */
span.inset-left {float: left;margin-right: 20px;}
span.inset-right {float: right;margin-left: 20px;}
span.inset-right-title, span.inset-left-title {display: block;font-size: 100%;font-weight: bold;}
span.inset-left, span.inset-right {display: block;padding: 10px;width: 20%;font-size: 100%;font-style: italic;margin-top: 15px;position: relative;text-align: justify; margin-bottom: 15px;}
/**
 * @package   Mercado Template - RocketTheme
* @version   $Id$
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

/* RokAjaxSearch */
#rokajaxsearch .inputbox {height: 26px;line-height: 26px;padding: 4px 5px;font-size: 12px;}
.rt-grid-3 #rokajaxsearch .inputbox {width: 185px;}
.rt-grid-4 #rokajaxsearch .inputbox {width: 265px;}
.rt-grid-5 #rokajaxsearch .inputbox {width: 345px;}
.rt-grid-6 #rokajaxsearch .inputbox {width: 425px;}
.rt-grid-7 #rokajaxsearch .inputbox {width: 505px;}
.rt-grid-8 #rokajaxsearch .inputbox, .rt-grid-9 #rokajaxsearch .inputbox, .rt-grid-10 #rokajaxsearch .inputbox, .rt-grid-11 #rokajaxsearch .inputbox, .rt-grid-12 #rokajaxsearch .inputbox {width: 585px;}
#rokajaxsearch {margin: -5px;}
#rokajaxsearch .roksearch-wrapper {border-radius: 5px;}
.rt-grid-3 #rokajaxsearch .roksearch-wrapper {width: 195px;}
.rt-grid-4 #rokajaxsearch .roksearch-wrapper {width: 275px;}
.rt-grid-5 #rokajaxsearch .roksearch-wrapper {width: 355px;}
.rt-grid-6 #rokajaxsearch .roksearch-wrapper {width: 435px;}
.rt-grid-7 #rokajaxsearch .roksearch-wrapper {width: 515px;}
.rt-grid-8 #rokajaxsearch .roksearch-wrapper, .rt-grid-9 #rokajaxsearch .roksearch-wrapper, .rt-grid-10 #rokajaxsearch .roksearch-wrapper, .rt-grid-11 #rokajaxsearch .roksearch-wrapper, .rt-grid-12 #rokajaxsearch .roksearch-wrapper {width: 595px;}
body #roksearch_results span.small {display: inline;position: relative;text-align: inherit;bottom: 0;right: 0;font-size: 11px;font-style: italic;}
body #roksearch_results a.clr {font-size: 100%;}
body .search_options {float: left;margin: 5px 10px 0 10px;}
body .search_options label {margin-right: 15px !important;padding-bottom: 2px;text-transform: lowercase;}
body #roksearch_results {z-index: 10000;position: absolute;width: 400px;float: right;text-align: left;visibility: hidden;border-radius: 5px;}
body .roksearch_wrapper1 {border-radius: 5px;}
body #roksearch_results h3 {margin-top: 0;margin-bottom: 2px;line-height: 110%;font-size: 120%;padding-bottom: 0;}
body #roksearch_results .container-wrapper {overflow: hidden;}
body #roksearch_results .page {float: left;}
body #roksearch_results .roksearch_header, body #roksearch_results .roksearch_row_btm {padding: 5px 10px;line-height: 130%;text-transform: none;font-weight: normal;font-size: 15px;border: 0;}
body #roksearch_results .roksearch_row_btm {border-bottom: none;}
body #roksearch_results .roksearch_even, body #roksearch_results .roksearch_odd {padding: 10px;border-bottom: none;}
body #roksearch_results .roksearch_even span, body #roksearch_results .roksearch_odd span {margin-top: 15px;line-height: 140%;}
body #roksearch_results .roksearch_even span.highlight, body #roksearch_results .roksearch_odd span.highlight {margin-top: 0;}
body #roksearch_results .roksearch_row_btm {overflow: hidden;}
body #roksearch_results .roksearch_row_btm span {line-height: 140%;}
body #roksearch_results .viewall span {line-height: 130%;text-transform: none;}
body #roksearch_results .viewall {float: left;margin: 0 5px;}
body #roksearch_results .estimated_res, body #roksearch_results .pagination_res {font-size: 9px;font-style: italic;text-transform: none;float:left;}
body #roksearch_results .pagination_res {font-style: normal;float: right;font-size: 11px;margin-top: -1px;}
body #roksearch_results .powered-by-google {text-transform: lowercase;font-style: italic;font-size: 9px;}
body #roksearch_results .google-search a#roksearch_link {margin-top: 5px;}
body #roksearch_results .readon {margin-top: 15px;}
body #roksearch_results .readon span, body #roksearch_results .readon .button {font-size: 13px;line-height: 22px;}
body #roksearch_results .google-thumb-image {margin: 0 auto;}
body .searchintro {overflow: hidden;}
body #roksearch_results .container-arrows {margin-top: 2px;}
body #roksearch_search_str, body #roksearch_search_str.loading {background-color: transparent;border: 0;}
body .roksearch-wrapper {border-radius: 6px;}

/* RokNewsPager */
#rt-sidepanel-content .roknewspager-wrapper {margin: -15px -20px 20px -20px;position: relative;}
.rt-body-colors .roknewspager-wrapper, .rt-background-colors .roknewspager-wrapper {margin: 0 -10px 20px -10px;position: relative;}
#rt-sidepanel-content .roknewspager-h3 {padding: 15px 30px 15px 20px;font-size: 18px;}
.rt-body-colors .roknewspager-h3, .rt-background-colors .roknewspager-h3 {border-radius: 5px;padding: 10px 30px 10px 15px;}
body .roknewspager-li-first .roknewspager-li2 {border-top-left-radius: 5px;border-top-right-radius: 5px;}
body .roknewspager-content {padding: 15px;}
body .roknewspager-toggle {background-position: 5px -35px;background-color: transparent;width: 20px;height: 20px;right: 10px;top: 50%;margin-top: -10px;background-repeat: no-repeat;border-radius: 4px;}
body .rt-background-colors .roknewspager-toggle, body .rt-body-colors .roknewspager-toggle {margin-top: -11px;}
body .roknewspager-toggle:hover {background-position: 5px -80px;}
body .roknewspager-toggle-active, body .roknewspager-toggle-active:hover {background-position: 5px -10px;background-repeat: no-repeat;}
body .roknewspager-pages {background: none;position: absolute;bottom: 0;right: 0;height: 29px;padding: 0;}
body .roknewspager-pages2 {height: 29px;margin-left: 10px;}
body .roknewspager-pages3 {height: 24px;margin-left: -10px;padding: 5px 10px 0 15px;}
body .roknewspager-pages .roknewspager-numbers {background: none;font-size: 14px;line-height: 14px;padding: 0 20px;}
body .roknewspager-prev, body .roknewspager-prev-disabled, body .roknewspager-next, body .roknewspager-next-disabled {width: 12px;height: 12px;top: 8px;}
body .roknewspager-next {background-position: 0 -84px;right: 8px;}
body .roknewspager-next-disabled {background-position: 0 -39px;right: 8px;}
body .roknewspager-prev {background-position: 0 -105px;left: 4px;}
body .roknewspager-prev-disabled {background-position: 0 -60px;left: 4px;}
body .roknewspager-wrapper ul.roknewspager {padding: 0;}
body .roknewspager-wrapper ul li {padding: 15px;margin: 0;list-style: none;}
body .roknewspager-wrapper ul li .roknewspager-div {padding: 0;}

/* RokDownloads */
#rokdownloads .rd_pagination .tab, #rokdownloads .rd_pagination .page-block {display: inline-block;margin: 0 10px;}

/* RokTabs */
.roktabs {border-radius: 5px;}
.roktabs-container-inner, .roktabs-container-tr, .roktabs-bottom {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.roktabs-top {border-top-left-radius: 5px;border-top-right-radius: 5px;}
.roktabs-top .roktabs li.first, .roktabs-top .roktabs li.first.active {border-top-left-radius: 5px;}
.roktabs-top .roktabs li.first, .roktabs-top .roktabs li.first.active {border-bottom-left-radius: 5px;}

/* RokGallery */
ul.rg-view-selector-list li {padding: 6px 6px 7px;}
ul.rg-view-selector-list {margin: -3px 0; padding: 0;}
ul.rg-sort-list li {margin: 0 2px; padding: 0 5px;}
ul.rg-sort-list, #main ul.rg-sort-list {margin: 0;padding: 0;}

/* 3rd Party K2 Registration */
body #k2Container table tr,body #k2Container table th,body #k2Container table td{background:none !important;border:0 !important;}
body #k2Container table td.key{padding-right:15px;}
body .k2AccountPage table tr td label{display:inline;}
body .k2AccountPage div.k2AccountPageUpdate{border:none;}
body #k2Container input.inputbox,body #k2Container select,body #k2Container input[type="file"]{border:1px solid #D9D9D9;background:#ffffff;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}
body #k2Container input#genderf,body #k2Container input#genderm{float:none;margin:0 5px 5px 0;}
body #k2Container .defaultSkin table.mceLayout{border:1px solid rgba(0, 0, 0, 0.1);}
body #k2Container .toggle-editor{margin:10px 0;}body #k2Container .toggle-editor a{color:rgba(0, 0, 0, 0.5);}body #k2Container .toggle-editor a:hover{color:rgba(0, 0, 0, 0.8);}
body #k2Container table.admintable tr td {padding-bottom: 15px;}
/**
 * @package   Mercado Template - RocketTheme
* @version   $Id$
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

/* Frontpage Content */
.compact-article .rt-joomla .rt-article {margin-bottom: 0;}
.demo-main-img {width: 190px;}
.demo-main-img img {border-radius: 5px;-moz-border-radius: 5px;}
.demo-showcase .rt-module-inner {display: none;}
.demo-showcase .rt-block, .demo-showcase .module-title {margin-bottom: 0;padding-bottom: 0;}
.demo-ft-img-1 {background: url(/templates/rt_mercado/images/demo/body1/ft-1.jpg) no-repeat;width: 170px;height: 138px;}
.cssstyle-style5 .demo-ft-img-1, .cssstyle-style6 .demo-ft-img-1, .cssstyle-style7 .demo-ft-img-1 {background: url(/templates/rt_mercado/images/demo/body2/ft-1.jpg) no-repeat;}
.cssstyle-style8 .demo-ft-img-1, .cssstyle-style9 .demo-ft-img-1, .cssstyle-style10 .demo-ft-img-1 {background: url(/templates/rt_mercado/images/demo/body3/ft-1.jpg) no-repeat;}
.demo-ft-img-2 {background: url(/templates/rt_mercado/images/demo/body1/ft-2.jpg) no-repeat;width: 119px;height: 87px;}
.cssstyle-style5 .demo-ft-img-2, .cssstyle-style6 .demo-ft-img-2, .cssstyle-style7 .demo-ft-img-2 {background: url(/templates/rt_mercado/images/demo/body2/ft-2.jpg) no-repeat;}
.cssstyle-style8 .demo-ft-img-2, .cssstyle-style9 .demo-ft-img-2, .cssstyle-style10 .demo-ft-img-2 {background: url(/templates/rt_mercado/images/demo/body3/ft-2.jpg) no-repeat;}
.demo-ft-img-3 {background: url(/templates/rt_mercado/images/demo/body1/ft-3.jpg) no-repeat;width: 119px;height: 87px;}
.cssstyle-style5 .demo-ft-img-3, .cssstyle-style6 .demo-ft-img-3, .cssstyle-style7 .demo-ft-img-3 {background: url(/templates/rt_mercado/images/demo/body2/ft-3.jpg) no-repeat;}
.cssstyle-style8 .demo-ft-img-3, .cssstyle-style9 .demo-ft-img-3, .cssstyle-style10 .demo-ft-img-3 {background: url(/templates/rt_mercado/images/demo/body3/ft-3.jpg) no-repeat;}
.demo-ft-img-4 {background: url(/templates/rt_mercado/images/demo/body1/ft-4.jpg) no-repeat;width: 119px;height: 87px;}
.cssstyle-style5 .demo-ft-img-4, .cssstyle-style6 .demo-ft-img-4, .cssstyle-style7 .demo-ft-img-4 {background: url(/templates/rt_mercado/images/demo/body2/ft-4.jpg) no-repeat;}
.cssstyle-style8 .demo-ft-img-4, .cssstyle-style9 .demo-ft-img-4, .cssstyle-style10 .demo-ft-img-4 {background: url(/templates/rt_mercado/images/demo/body3/ft-4.jpg) no-repeat;}
.demo-ft-img-5 {background: url(/templates/rt_mercado/images/demo/body1/ft-5.jpg) no-repeat;width: 170px;height: 138px;}
.cssstyle-style5 .demo-ft-img-5, .cssstyle-style6 .demo-ft-img-5, .cssstyle-style7 .demo-ft-img-5 {background: url(/templates/rt_mercado/images/demo/body2/ft-5.jpg) no-repeat;}
.cssstyle-style8 .demo-ft-img-5, .cssstyle-style9 .demo-ft-img-5, .cssstyle-style10 .demo-ft-img-5 {background: url(/templates/rt_mercado/images/demo/body3/ft-5.jpg) no-repeat;}
.demo-ft-img-6 {background: url(/templates/rt_mercado/images/demo/body1/ft-6.jpg) no-repeat;width: 119px;height: 87px;}
.cssstyle-style5 .demo-ft-img-6, .cssstyle-style6 .demo-ft-img-6, .cssstyle-style7 .demo-ft-img-6 {background: url(/templates/rt_mercado/images/demo/body2/ft-6.jpg) no-repeat;}
.cssstyle-style8 .demo-ft-img-6, .cssstyle-style9 .demo-ft-img-6, .cssstyle-style10 .demo-ft-img-6 {background: url(/templates/rt_mercado/images/demo/body3/ft-6.jpg) no-repeat;}
.demo-ft-img-7 {background: url(/templates/rt_mercado/images/demo/body1/ft-7.jpg) no-repeat;width: 119px;height: 87px;}
.cssstyle-style5 .demo-ft-img-7, .cssstyle-style6 .demo-ft-img-7, .cssstyle-style7 .demo-ft-img-7 {background: url(/templates/rt_mercado/images/demo/body2/ft-7.jpg) no-repeat;}
.cssstyle-style8 .demo-ft-img-7, .cssstyle-style9 .demo-ft-img-7, .cssstyle-style10 .demo-ft-img-7 {background: url(/templates/rt_mercado/images/demo/body3/ft-7.jpg) no-repeat;}
.demo-ft-img-8 {background: url(/templates/rt_mercado/images/demo/body1/ft-8.jpg) no-repeat;width: 119px;height: 87px;}
.cssstyle-style5 .demo-ft-img-8, .cssstyle-style6 .demo-ft-img-8, .cssstyle-style7 .demo-ft-img-8 {background: url(/templates/rt_mercado/images/demo/body2/ft-8.jpg) no-repeat;}
.cssstyle-style8 .demo-ft-img-8, .cssstyle-style9 .demo-ft-img-8, .cssstyle-style10 .demo-ft-img-8 {background: url(/templates/rt_mercado/images/demo/body3/ft-8.jpg) no-repeat;}
.demo-ft-img-9 {background: url(/templates/rt_mercado/images/demo/body1/ft-9.jpg) no-repeat;width: 170px;height: 138px;}
.cssstyle-style5 .demo-ft-img-9, .cssstyle-style6 .demo-ft-img-9, .cssstyle-style7 .demo-ft-img-9 {background: url(/templates/rt_mercado/images/demo/body2/ft-9.jpg) no-repeat;}
.cssstyle-style8 .demo-ft-img-9, .cssstyle-style9 .demo-ft-img-9, .cssstyle-style10 .demo-ft-img-9 {background: url(/templates/rt_mercado/images/demo/body3/ft-9.jpg) no-repeat;}

/* Custom Grid */
.rt-demo-grid-2, .rt-demo-grid-3, .rt-demo-grid-4, .rt-demo-grid-5, .rt-demo-grid-6, .rt-demo-grid-7 {float: left;margin-left: 10px;margin-right: 10px;}

.rt-grid-4 .rt-block .rt-demo-grid-2 {width: 120px;}
.rt-grid-8 .rt-demo-grid-2 {width: 120px;}
.rt-grid-9 .rt-demo-grid-2 {width: 140px;}

.rt-grid-6 .rt-block .rt-demo-grid-3 {width: 200px;}
.rt-grid-8 .rt-demo-grid-3 {width: 170px;}
.rt-grid-9 .rt-demo-grid-3 {width: 200px;}

.rt-grid-8 .rt-demo-grid-4 {width: 270px;}
.rt-grid-9 .rt-demo-grid-4 {width: 310px;}

.rt-demo-grid-alpha {margin-left: 0;}
.rt-demo-grid-omega {margin-right: 0;margin-left: 0;}

/* Tutorials */
.mod-var-link {text-transform: uppercase;}
.ext-list {line-height: 30px;margin-bottom: 5px;}

/* Standard Inline Structural Adjustments */
body .floatleft {float: left !important;margin-right: 15px;margin-left: 0;}
body .floatright {float: right !important;margin-left: 15px;margin-right: 0;}
body .nomarginbottom, body .nomarginbottom .rt-block, body ul.nomarginbottom {margin-bottom: 0;}
body .nomargintop, body .nomargintop .rt-block, body ul.nomargintop {margin-top: 0;}
body .nomarginbottom, body .nomarginbottom .rt-block, body ul.nomarginbottom {margin-bottom: 0;}
body .nomarginleft, body .nomarginleft .rt-block, body ul.nomarginleft {margin-left: 0;}
body .nomarginright, body .nomarginright .rt-block, body ul.nomarginright {margin-right: 0;}
body .nopaddingleft {padding-left: 0 !important;}
body .nopaddingright {padding-right: 0 !important;}
body .nopaddingbottom {padding-bottom: 0 !important;}
body .nopaddingtop {padding-top: 0 !important;}
.floatnone {float: none !important;}
.clearnone {clear: none !important;}
.floatleftlast {float: left;margin-right: 0;}
.floatrightlast {float: right;margin-left: 0;}
body .smallmarginbottom {margin-bottom: 5px;}
body .smallmargintop {margin-top: 5px;}
body .medmarginbottom {margin-bottom: 10px;}
body .medmargintop {margin-top: 10px;}
body .smallmarginleft {margin-left: 5px;}
body .smallmarginright {margin-right: 5px;}
body .medmarginleft {margin-left: 10px;}
body .medmarginright {margin-right: 10px;}
.demo-main-img .module-shadow {margin:0 95px 7px;min-width:1px;}

/* RTL Stuff */
body.rtl .floatleft {float: right;margin-right: 0;margin-left: 15px;}
body.rtl .floatright {float: left;margin-left: 0;margin-right: 15px;}
body.rtl .nomarginleft, body.rtl .nomarginleft .rt-block, body.rtl ul.nomarginleft {margin-right: 0;}
body.rtl .nomarginright, body.rtl .nomarginright .rt-block, body.rtl ul.nomarginright {margin-left: 0;}
body.rtl .nopaddingleft {padding-right: 0 !important;}
body.rtl .nopaddingright {padding-left: 0 !important;}
body.rtl .floatleftlast {float: right;margin-left: 0;}
body.rtl .floatrightlast {float: left;margin-right: 0;}
body.rtl .smallmarginleft {margin-right: 5px;}
body.rtl .smallmarginright {margin-left: 5px;}
body.rtl .medmarginleft {margin-right: 10px;}
body.rtl .medmarginright {margin-left: 10px;}
body.rtl .rt-demo-grid-2, body.rtl .rt-demo-grid-3, body.rtl .rt-demo-grid-4, body.rtl .rt-demo-grid-5, body.rtl .rt-demo-grid-6, body.rtl .rt-demo-grid-7 {float: right;}
