/*
 * ------------------------------------------------------------------------
 * JA Mendozite template for Joomla 2.5.x 
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 
 Last change: RL220406
 
*/

/* RL120703 - grey:  */
/*
F54F27 - F6f5f5
E55F43 - e6e5e5
FF5338 - FFfefe
D05338 - d0d0d0 
*/

/* COMMON STYLE
--------------------------------------------------------- */

/* Google Fonts RL 230819 */
@font-face {
  font-family: 'PT Sans';
  src: local('PT Sans Italic'), local('PTSans-Italic'),
  url('../fonts/PTSans-Italic.woff2') format('woff2'),
  url('../fonts/PTSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PT Sans';
  src: local('PT Sans Bold'), local('PTSans-Bold'),
  url('../fonts/PTSans-Bold.woff2') format('woff2'),
  url('../fonts/PTSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PT Sans';
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
  url('../fonts/PTSans-BoldItalic.woff2') format('woff2'),
  url('../fonts/PTSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PT Sans';
  src: local('PT Sans'), local('PTSans-Regular'),
  url('../fonts/PTSans-Regular.woff2') format('woff2'),
  url('../fonts/PTSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
}

.error { color: red; }
body#bd { background: #eee; color: #555; line-height: 1.6; }

body#bd #ja-wrapper .main { background: #fff; }

#ja-content { min-height: 400px; }
.weinsuche #ja-content { min-height: 0; }
.weinsuche .K2FilterBlock form { margin-bottom: 3em; }
form#k2storePaymentForm .order_summary { min-height: 308px; }

.left-50, .right-50 { float: left; width: 49%; } /* RL130221 war 45% - 49 fuer Service */
.left-60 { float: left; width: 54%; }
.right-40 { float: right; width: 39%; margin-right: 2%; }
.left-img { display: block; float: left; margin: 10px 1em 1em 0; } /* RL130221 */
.right-img {
  display: block;
  float: right;
  margin: 10px 0 1em 1em;
  height: auto;
} /* RL130221 z.B. Service */
.right-50 { float: right; }
.clr { clear: both; }
.top-0 { margin-top: 0 !important; }


/* Normal links ---*/
/* a { color: #555; text-decoration: none; }
a:hover, a:active, a:focus { color: #111; } */


/* Readon links ---*/
p.readmore a {
  color: #333;
  padding-left: 15px;
  background: url(../images/readmore.png) no-repeat left center;
}

p.readmore a:hover,
p.readmore a:focus,
p.readmore a:active {
  background-image: url(../images/readmore-hover.png);
  color: #d0d0d0;
}

.column .controls ul li { background: none; }
.column ol.formContainer li {
  clear: both;
  list-style-type: none;
  padding-top: 1em;
}
.column ol.formContainer li .formCaption { padding-bottom: 0.3em; }
.formClr { display: block; }

.newstext ul { list-style-type: disc; margin: 6px 0; }
.newstext ul li { margin-left: 1.5em; }

sub { color: inherit; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 { font-weight: bold; }
h1.componentheading, .componentheading { /* Titel "Aktionen" */
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  /* margin-top: 10px; */
  padding-bottom: 0;
}
h1.componentheading {  font-size: 125%; }
h2.contentheading, .contentheading {
  font-weight: normal;
  text-transform: uppercase;
}

.contentheading { font-size: 200%; }
.contentheading a { color: #333; }
.contentheading a:hover, .contentheading a:active,
.contentheading a:focus { color: #d0d0d0; }

.blog-featured .contentheading,
.blog .contentheading {
  font-size: 150%;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: none;
}

.jitem-title { font-size: 110%; font-weight: bold; }

/* Others ---*/
hr { border-top: 1px solid #bfbfbf; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
  padding: 4px;
  font-family: Arial, Helvetica, sans-serif;
}
.inputbox, input[type="text"],
input[type="password"], input[type="email"],textarea { border: 1px solid #eee; background: #fff; }
.inputbox:hover, .inputbox:focus,
input[type="text"]:hover,input[type="text"]:focus,
input[type="password"]:hover, input[type="password"]:focus
input[type="email"]:hover, input[type="email"]:focus,
textarea:hover,textarea:focus { border-color: #bfbfbf; }
input.invalid,
input.invalid:focus,
input.invalid:hover,
textarea.invalid,
textarea.invalid:hover,
textarea.invalid:focus {
  border-color: #f00;
}

input[type="checkbox"] {
  border: none; 
  background: none; 
  padding: 0;
  margin: 7px 0 0 0;
}

.button, button,
input[type="submit"], input[type="cancel"], input[type="reset"] {
  background: url(../images/grad.png) repeat-x left top #e6e5e5;
  border: 1px solid #F6f5f5;
  color: #fff;
  font-size: 100%; /* war 80 */
  letter-spacing: 1px; /* neu */
  text-transform: uppercase;
  padding: 7px 9px 6px 10px;
  cursor: pointer;
  overflow: visible;
}
#searchForm .button { padding-top: 3px 8px 4px 10px; }
.button:hover, button:hover,
input[type="submit"]:hover, input[type="cancel"]:hover, input[type="reset"]:hover {
  /* background-image: none; RL130211 - makes shopping cart vanish */
}
.k2filtereditems button { text-transform: none; }
label {
  font-weight: bold;
  color: #555;
}

/* Search ---*/

.searchintro {  }
.results h4 { text-transform: none; font-size: 110%; }
.search fieldset { border: none; margin: 15px 0; padding: 0; }
.search fieldset.phrases { background-color: #EEE; border: none; margin: 15px 0; padding: 2px 2px 0 2px; }
.search label { margin-left: 0; }
.search legend {  font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 0; }
form#searchForm { padding: 0; }
.search .word label { vertical-align: middle; }
.search .phrases-box, .search p.legend { float: left; margin: 5px 0 0 4px; }
.search .ordering-box, .search .form-limit { float: right; margin-left: 1em; }
.search .ordering-box label, .search .form-limit label { line-height: 2.3; margin-right: 0; }
.search p.legend { font-weight: bold; display: inline; margin-right: 1em; }

/* Smart Search ---*/
dl.search-results { padding-top: 10px; }
dl.search-results dt.result-title {
  font-size: 125%;
  margin-bottom: 5px;
}
dl.search-results dt.result-title a {
  color: #666;
}
dl.search-results dt.result-title a:hover,
dl.search-results dt.result-title a:focus,
dl.search-results dt.result-title a:active {
  color: #d0d0d0;
}
dl.search-results dd.result-text {
  margin: 0 0 5px;
}
#advanced-search-toggle {
  background: #eee;
  color: #333;
  clear: right;
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 10px;
}
#advanced-search-toggle:hover {
  background: #d0d0d0;
  color: #fff;
}
dl.search-results dd.result-url {
  border-bottom: 1px solid #eee;
  color: #00bdf3;
  margin: 0 0 20px;
  padding-bottom: 10px;
}
div.advanced-search-tip {
  background: #fafafa;
  border: 1px solid #fddaad;
  margin-bottom: 20px;
  padding: 0 10px;
}
div.advanced-search-tip p {
  margin: 5px 0;
}

#finder-filter-window {
  background: #fafafa;
  border: 1px solid #ccc;
  width: auto !important;
}

#finder-filter-window #finder-filter-select-list li {
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 5px 20px;
}

#finder-filter-window #finder-filter-select-list li label {
  display: block;
  float: left;
  font-weight: bold;
  padding-right: 10px;
  width: 150px;
}

/* Contact ---*/
#ja-content-main .contact h3 {
  font-family: 'PT Sans',sans-serif;
  font-size: 125%;
  text-transform: uppercase;
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #1f2227;
}

#component-contact #emailForm { border-top: 1px solid #bfbfbf;}

#ja-content-main .contact div.current { max-width: none; border-top: 0; }

#ja-content-main .contact div.current dd { margin: 0; }

.jicons-text {
  font-weight: bold;
  color: #555;
}

.contact-address address { display: inline; }
.contact-image { margin-right: 15px; }
.contact-info-wrap .contact-image { margin-top: 3px; }
.contact-image img { border: 1px solid #333; }
.contact-misc .brandinfo-wrap {
  background-image: url(../images/contact-brands-map.png);
  width: 462px;
  height: 248px;
}
.contact-misc .brand-point {
  background-image: url(../images/contact-brand-point.png);
  width: 20px;
  height: 50px;
  color: #fff;
  line-height: 85px;
}
.contact-misc .brand-point:hover { background-image: url(../images/contact-brand-point-hover.png); }
.contact-misc .point-1 {
  left: 85px;
  top: 50px;
}
.contact-misc .point-2 {
  left: 265px;
  top: 30px;
}
.contact-misc .point-3 {
  left: 350px;
  top: 10px;
}
.contact-miscinfo .jicons-icons,
.contact-miscinfo .jicons-text {
  display: none;
}
.contact-form legend { font-size: 100%; }
#contact-slider {
  float: none;
  border-bottom: 1px solid #e5e5e5;
}
#contact-slider.tabs { width: 100%; }
#contact-slider .title {
  padding: 8px 10px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;  
  border-right: 1px solid #e5e5e5;
  margin: 0;
}
#contact-slider .jpane-toggler-down { background: #333333; }
#contact-slider .jpane-toggler-down a { color: #fff; }
#contact-slider.tabs dt.open {
  background: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
#contact-slider dt.closed { background: #ffffcc; }
#contact-slider .content { padding: 8px 10px; }
#contact-slider .contact-image {
  margin: 15px 0;
  float: right;
}
#contact-slider .panel { margin-top: 0; }
.contact-info-wrap, .contact-form-wrap {
  float: left;
  width: 50%;
}
.contact-form-wrap .inputbox, 
.contact-form-wrap input[type="text"], 
.contact-form-wrap textarea, 
.contact-form-wrap input[type="email"] {
  width: 350px;
}
.contact-form-wrap label { color: #333; font-weight: normal; }
.contact-form-wrap dt { float: none; }
.contact-form-wrap dt.contact_email_copy { float: left; }
.contact-form-wrap dd { margin-left: 0; }
.contact-miscinfo .brandinfo-wrap { width: 100%; }
.contact-miscinfo .brandinfo-wrap .brandinfo-main {
  left: 50%;
  top: 160px;
  background: none;
  padding: 0 0 0 40px;
  display: block;
  color: #999;
}
.contact-miscinfo .brandinfo-wrap .brandinfo-main .number {
  background: #111;
  color: #fff;
  font-weight: bold;
  font-size: 125%;
  width: 21px;
  height: 21px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  display: block;
}
.contact-miscinfo .brandinfo-wrap .brand-point:hover + .brandinfo-main .number { background-color: #d0d0d0; }
.contact-miscinfo .brandinfo-wrap .point-1 + .brandinfo-main { top: 40px; }
.contact-miscinfo .brandinfo-wrap .point-2 + .brandinfo-main { top: 100px; }
.contact-miscinfo .brandinfo-main h4 {
  color: #333;
  margin-top: 0;
  text-transform: none;
}
.contact-miscinfo .brandinfo-wrap .brand-point:hover + .brandinfo-main h4 { color: #d0d0d0; }

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 20px;
  display: inline-block;
  float: right;
}
#adminForm fieldset label {
  margin-top: 3px;
  display: inline-block;
}

#adminForm fieldset legend {
  padding: 0 5px;
}

/* No extension buttons in FE */
#bd #editor-xtd-buttons { display: none; }


/* JOOMLA STYLE ---------------------------------- */

/* Layout Deco ---*/
.items-leading { border-bottom: 1px dotted #e5e5e5; }
.items-row { border-bottom: 1px dotted #e5e5e5; }
.items-leading, .items-row { border-bottom: none; }

/* Meta ---*/
.article-tools { clear: none; }
dl.article-info {
  color: #999;
  text-transform: none;
  margin: 2px 0px;
  padding: 0px;
  float: left;
  width: 70%;
}
dl.article-info dt { display: none; }
.contentdescription { border-bottom: 1px solid #bfbfbf; }
.article-tools ul.actions {
  float: right;
  margin: 5px 0px 0px;
}
.article-tools ul.actions li {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  float: left;
}
.article-tools ul.actions li a {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.blog-featured .article-tools,
.blog .article-tools {
  clear: none;
}
.blog-featured dl.article-info,
.blog dl.article-info {
  float: none;
  width: auto;
  padding: 0 100px 0 0 !important;
  margin: 5px 0;
}
.blog-featured .article-tools ul.actions,
.blog .article-tools ul.actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

/* Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }
.img-intro-left,
.img-intro-right {
  margin-top: 5px;
  margin-bottom: 20px;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}

/* Tables ---*/
thead tr th {
  background: #555;
  color: #fff;
  padding: 5px;
}
thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #bfbfbf; padding: 5px; }
.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }
.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

td { vertical-align: top; }
/* Content Toc */
table.contenttoc { border: 1px solid #bfbfbf; }
table.contenttoc td { border-bottom: 1px dotted #bfbfbf; }
table.contenttoc th {
  background: #f6f6f6;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
}

/* Poll */
form#poll {
  border-bottom: 1px dotted #bfbfbf;
  font-weight: bold;
}
dl.poll { border-bottom: 1px dotted #bfbfbf; }
table.pollstableborder td {
  background: #f6f6f6;
  border-bottom: 1px solid #bfbfbf;
  font-weight: bold;
  padding: 5px !important;
}
table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Archive */
ul#archive-items div.intro { line-height: 1.6; }

/* Pagination ---*/
.pagination ul {  margin: 0 !important; }
.pagination ul li, ul.pagenav li { margin-right: 5px; }
.pagination ul li span.pagenav, .pagination ul li a.pagenav, ul.pagenav li a,
.pagination ul li.pagination-start span.pagenav, .pagination ul li.pagination-prev span.pagenav,
.pagination ul li.pagination-next span.pagenav, .pagination ul li.pagination-end span.pagenav {
  padding: 0 7px;
  background: url(../images/grad-l2.png) repeat-x left bottom #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  display: inline-block;
}
.pagination ul li a.pagenav:hover , ul.pagenav li a:hover { color: #d0d0d0; }
.pagination ul li.pagination-start span.pagenav, .pagination ul li.pagination-prev span.pagenav,
.pagination ul li.pagination-next span.pagenav, .pagination ul li.pagination-end span.pagenav { color: #ccc; }
.pagination ul li span.pagenav {
  background: url(../images/grad.png) repeat-x left bottom #e6e5e5;
  border: 1px solid #F6f5f5;
  color: #fff;
}
.pagination li span,
.pagination li strong { line-height: 20px; }
.ja-content-main .counter { margin: 5px 0; }

/* More Items ---*/
.items-more { }
.items-more h3 { font-size: 125%; }
.items-more ol li a { color: #333; }
.items-more ol li a:hover,
.items-more ol li a:focus,
.items-more ol li a:active {
  color: #d0d0d0;
}

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable {
  margin-top: 20px;
  margin-bottom: 20px;
}

#ja-topcontent div.ja-moduletable, div.moduletable {
  margin-top: 20px;
  margin-bottom: 0;
}
#ja-topcontent div.ja-moduletable.k2filtereditems {
  margin-right: 0;
}
.sidebar div.ja-moduletable h3, .sidebar div.moduletable h3 {
  font-size: 100%;
  text-transform: uppercase;
  font-family: 'PT Sans',sans-serif;
  font-weight: bold;
  color: #333;
}
div.ja-moduletable .custom,
div.moduletable .custom {
  background-repeat: no-repeat;
  background-position: left top;
}

/* Has Icon ---*/
div.ja-moduletable.has-icon,
#ja-topsl div.ja-moduletable.has-icon { padding: 20px 0; }

div.ja-moduletable.has-icon {
  padding-top: 95px !important;
  text-align: center;
  background: no-repeat center 40px;
}

div.ja-moduletable.has-icon.icon1 {
  background-image: url(../images/icons/icon-module1.png);
}

div.ja-moduletable.has-icon.icon2 {
  background-image: url(../images/icons/icon-module2.png);
}

div.ja-moduletable.has-icon.icon3 {
  background-image: url(../images/icons/icon-module3.png);
}

div.ja-moduletable.has-icon.icon4 {
  background-image: url(../images/icons/icon-module4.png);
}

div.ja-moduletable.has-icon:hover h3 {
  color: #d0d0d0;
}

/* Login Module ---*/
#login-form ul,
.login + div > ul {
  margin: 0;
  padding-bottom: 0;  
}

#login-form ul li,
.login + div > ul li {
  padding-left: 10px;
  background: url(../images/bullet.gif) no-repeat left 6px;
  font-size: 92%;
}

#login-form ul li a,
.login + div > ul li a {
  color: #999;
}

#login-form ul li a:hover,
#login-form ul li a:focus,
#login-form ul li a:active,
.login + div > ul li a:hover,
.login + div > ul li a:focus,
.login + div > ul li a:active {
  color: #d0d0d0;
}

#login-form label {
  display: block;
}

#login-form #form-login-remember label {
  display: inline;
  vertical-align: top;
}

#form-login-username .inputbox, #form-login-password .inputbox {
  width: 165px;
}

#form-login .button {
  margin: 0;
}

.login_form label, .login label {
  text-align: left;
}

.login_form .button, .login button {
  margin-left: 150px;
  margin-bottom: 20px;
}

/* Search Module ---*/
#ja-search {
  right: 36px; /* fuer Warenkorb: 100px */
  bottom: 7px;
}

#ja-search form {
}

#ja-search .button {
  background: url(../images/btn-search.png) no-repeat center center;
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  border: 0;
  padding: 0;
  cursor: pointer;
  float: right;
}

#ja-search .inputbox {
  background: url(../images/icons/icon-search.png) no-repeat right center;
  border: 1px solid #333;
  border-top-color: #111;
  border-right-color: #111;
  height: 17px;
  padding: 3px 5px;
  font-size: 100%;
  color: #666;
  float: left;
  width: 100px;
}

#ja-search .inputbox:focus {
  width: 150px;
  background-color: #fff;
  border-color: #111;
}

/* JA Call Now ---*/
#ja-callnow {
  float: right;
  height: 27px;
  line-height: 27px;
  margin: 8px 10px 0 0;
  font-size: 100%;
  padding-left: 15px;
  background: url(../images/icons/icon-callnow.png) no-repeat left center;
}


#ja-callnow .callnow .hilite { color: #d0d0d0; }

/* Advertisement ---*/
div.bannergroup_text div.banneritem { border-bottom: 1px dotted #bfbfbf; padding:5px 0; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main { padding: 20px 0 0; }

/* HEADER
--------------------------------------------------------- */
#ja-header { background: #222; }

#ja-header .main { padding: 20px 0; }

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }

/* Breadcrumbs ---*/
#ja-navhelper .main {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 0;
}

#ja-navhelper .main-inner1 { }

.ja-breadcrums {
  padding-left: 30px;
  background: url(../images/icons/icon-home.png) no-repeat left center;
  margin-top: 0;
}

.ja-breadcrums .breadcrumbs {
  height: 30px;
  line-height: 30px;
  display: block;
}

/* Extras ---*/
.ja-links { margin-top: 0; }

.ja-links li { }

.ja-links li.top a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: block;
  color: #333;
}

.ja-links li.top a:hover {
  text-decoration: underline;
}

/* Default Joomla! Menu ---*/
#ja-container ul.menu li { border-bottom: 1px dotted #bfbfbf; }

#ja-container ul.menu li li { border-bottom: 0; border-top: 1px dotted #bfbfbf; }

.cat-children ul li,
.cat-children > ul li {
  padding-left: 10px;
  background: url(../images/bullet.gif) no-repeat left 6px;
  font-size: 92%;
}

.cat-children ul li a,
.cat-children > ul li a {
  color: #999;
}

.cat-children ul li a:hover,
.cat-children ul li a:focus,
.cat-children ul li a:active,
.cat-children > ul li a:hover,
.cat-children > ul li a:focus,
.cat-children > ul li a:active {
  color: #d0d0d0;
}

/* SLIDESHOW
--------------------------------------------------------- */
#ja-slideshow {
  z-index: 8;
  position: relative;
  background: #222;
}
#ja-slideshow .main { padding: 30px 0 0; }
#ja-slideshow .lof-ass .grey {
  border: 1px solid #222;}
#ja-slideshow .lof-description {
  width: 250px;top:20px;}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl1 .ja-box-right, #ja-botsl .ja-box-right {
  background: 0;
}

#ja-topsl1 .ja-moduletable, #ja-botsl .ja-moduletable {
  margin-top: 10px;
  margin-bottom: 10px;
}

#ja-topsl1 div.ja-moduletable h3,
#ja-botsl1 div.ja-moduletable h3 { border-bottom: 0; padding-bottom: 0; }

/* Top spotlight ---*/
#ja-topsl .main { padding: 0; }

#ja-topsl .main-inner1 {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

#ja-topsl .ja-moduletable { margin: 0 10px; padding: 20px; }

#ja-topsl div.ja-moduletable .custom img {
  margin-right: 10px;
  margin-bottom: 10px;
}

#ja-topsl p { margin: 10px 0; }

#ja-topsl .ja-box-right { position: static; }

/* Top spotlight 1 ---*/
#ja-topsl1 .main { padding: 0; }
#ja-topsl1 .main-inner1 { padding: 20px 0; border-bottom: 1px solid #e5e5e5; }

#ja-topsl1 .ja-moduletable { margin: 0; padding: 0; }

#ja-topsl1 .ja-box-ct {
  text-align: center;
}

#ja-topsl1 blockquote {
  display: inline;
}

blockquote + .author {
  color: #999;
  font-size: 100%;
  display: block;
  margin-top: 10px;
}

blockquote + .author .name {
  color: #d0d0d0;
  font-style: normal;
  font-weight: bold;
}

/* Top spotlight 2 ---*/
#ja-topsl2 .main { padding: 0; }
#ja-topsl2 .main-inner1 { padding: 20px 0; border-bottom: 1px solid #e5e5e5; }

#ja-topsl2 .ja-moduletable { margin: 0; padding: 0; }

#ja-topsl2 .ja-moduletable > h3 { margin-bottom: 20px; }

#ja-topsl2 .ja-box-ct {}

#ja-topsl2 ul li {
  padding: 0;
  background: none;
  border-bottom: 0;
}

#ja-topsl2 ul li .item-inner {
  padding: 0 10px;
}

#ja-topsl2 .itemDate {
  float: left;
  border: 1px solid #eee;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
}

#ja-topsl2 .item:hover .itemDate {
  border-color: #d0d0d0;
  color: #d0d0d0;
}

#ja-topsl2 .moduleItemAuthor {
  color: #ccc;
}

#ja-topsl2 .itemDate .date {
  font-size: 300%;  
  line-height: 1;
  font-family: 'PT Sans',sans-serif;
  font-weight: bold;
}

#ja-topsl2 .itemDate .month {
  text-transform: uppercase;
  display: block;
}

#ja-topsl2 .moduleItemTitle {
  font-size: 110%;
  text-transform: uppercase;
  color: #222;
  display: block;
  font-family: 'PT Sans',sans-serif;
  font-weight: bold;
}

#ja-topsl2 .item:hover .moduleItemTitle { color: #d0d0d0; }

#ja-topsl2 .moduleItemIntrotext { clear: both; }

/* Top spotlight 3 ---*/
#ja-topsl3 .main { padding: 0; background: #333; color: #999; }
#ja-topsl3 .main-inner1 { padding: 20px 0; }

#ja-topsl3 .ja-moduletable { margin: 0; padding: 0; }

#ja-topsl3 .ja-moduletable > h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #fafafa;
  border-bottom: 1px solid #222;
}

#ja-topsl3 .ja-slidenews-item .ja-title { color: #fafafa; }

#ja-topsl3 .ja-slidenews-item .ja-title:hover,
#ja-topsl3 .ja-slidenews-item .ja-title:focus,
#ja-topsl3 .ja-slidenews-item .ja-title:active { color: #d0d0d0; }

#ja-topsl3 .ja-slidenews-item img { border: 0; }

#ja-topsl3 p.readmore a { color: #999; }

#ja-topsl3 p.readmore a:hover,
#ja-topsl3 p.readmore a:focus,
#ja-topsl3 p.readmore a:active {
  color: #d0d0d0;
}

/* Bot spotlight ---*/
#ja-botsl .main { padding: 0; border-top: 1px solid #e5e5e5; }
#ja-botsl .main-inner1 { padding: 20px 0; }

#ja-botsl .ja-box { overflow: visible; }

#ja-botsl .ja-moduletable { margin: 0; padding: 0; }

#ja-botsl .ja-moduletable > h3 { margin-bottom: 20px; }

/* Bot spotlight 1,2 ---*/
#ja-botsl2,
#ja-botsl1 { }


#ja-botsl2 .main,

#ja-botsl1 .main { padding: 0; 
  background: #111;
  
  color:white;
}

#ja-botsl1, #ja-botsl2 .ja-moduletable #Mod105 li a, #ja-botsl1 .ja-moduletable #Mod105 li a {
    color: white;
}



#ja-botsl1 .main-inner1 { padding: 30px 0 0; }

#ja-botsl2 .main-inner1 { padding: 0 0 30px; }

#ja-botsl2 .ja-moduletable,
#ja-botsl1 .ja-moduletable {
  margin-left: 0;
  margin-right: 30px;
}

#ja-botsl2 .ja-moduletable > h3,
#ja-botsl1 .ja-moduletable > h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'PT Sans',sans-serif;
  font-size: 100%;
}

#ja-botsl2 .ja-moduletable ul,
#ja-botsl1 .ja-moduletable ul,
.live-support p {
  margin-top: 0px;
}

#ja-botsl2 .ja-moduletable li,
#ja-botsl1 .ja-moduletable li {
  border: 0;
  background: none;
  padding: 0;
  font-size: 92%;
  margin: 0px 0px 5px 0px;
}



#ja-botsl2 .ja-moduletable li a:hover,
#ja-botsl2 .ja-moduletable li a:focus,
#ja-botsl2 .ja-moduletable li a:active,
#ja-botsl1 .ja-moduletable li a:hover,
#ja-botsl1 .ja-moduletable li a:focus,
#ja-botsl1 .ja-moduletable li a:active {
  color: #d0d0d0;
}

/* FOOTER 
--------------------------------------------------------- */
#ja-footer { padding: 0; background: #222; }

#ja-footer .main { padding: 20px 0; background: #1a1a1a; text-align: left; }

.ja-copyright { float: left; }


#ja-poweredby { margin: 0; float: right; }

/* MODULES
--------------------------------------------------------- */
/* Module Default ---*/
div.ja-moduletable, 
div.moduletable {
  padding: 0
}

div.ja-moduletable h3, 
div.moduletable h3 {
  margin-bottom: 10px;
  padding-bottom: 0;
}

/* Dark ---*/
div.ja-moduletable.dark, 
div.moduletable.dark {
  background: #222;
  padding: 20px;
  color: #999;
}

div.ja-moduletable.dark > h3, 
div.moduletable.dark > h3 {
  color: #fff;
}

div.ja-moduletable.dark p.readmore {
  margin-bottom: 0;
}

div.ja-moduletable.dark p.readmore a {
  color: #999;
}

div.ja-moduletable.dark p.readmore a:hover {
  color: #d0d0d0;
}

/* Module Menu ---*/
#ja-container div.moduletable_menu {
  background: #222;
  padding: 20px;
  color: #999;
}

#ja-container div.moduletable_menu > h3 { color: #fff; }

#ja-container div.moduletable_menu ul { margin-bottom: 0; }

#ja-container div.moduletable_menu ul li { 
  background: url(../images/bullet.png) no-repeat 5px 13px;
  border-bottom: 1px solid #333;
  font-family: 'PT Sans',sans-serif;
  padding: 5px 0 5px 20px;
  margin-bottom: 0;
}

#ja-container div.moduletable_menu ul li a { color: #999; padding: 0; }

#ja-container div.moduletable_menu ul li a:hover,
#ja-container div.moduletable_menu ul li a:focus,
#ja-container div.moduletable_menu ul li a:active { color: #d0d0d0; }

#ja-container div.moduletable_menu ul li > h4 {
  margin: 0;
  text-transform: none;
  line-height: 1.6;
}

/* White ---*/
div.ja-moduletable.white, 
div.moduletable.white {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

/* Has Border ----*/
div.ja-moduletable.has-border .ja-box-ct, 
div.moduletable.has-border .ja-box-ct {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

/* Our Staffs ---*/
.staffinfo {
  border-bottom: 1px dotted #eee;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

.staffinfo img {
  float: left;
  margin-right: 10px;
  width: 59px;
  border: 1px solid #fff;
}

.staffinfo:hover img {
  border-color: #222;
}

.staffinfo h4 {
  color: #222;
  margin-top: 10px;
  margin-bottom: 3px;
  padding-top: 10px;
}

.staffinfo.ceo h4 {
  color: #d0d0d0;
}

.staffinfo span {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 92%;
}

.staffinfo:hover h4 {
  color: #d0d0d0;
}

/* Statistics Module ---*/
dl.stats-module dt {
  float: left;
  margin-right: 10px;
}

/* Archive Module ---*/
div.ja-moduletable ul.archive-module li { background: none; padding-left: 0; }

div.ja-moduletable ul.archive-module li a { color: #333; }

div.ja-moduletable ul.archive-module li a:hover { color: #d0d0d0; }

/* Acymailling Module */ 
table.acymailing_form {
  margin: 0px;
  width: 100%;
}

.acymailing_module_form td {
  padding: 5px 0px;
}

.acymailing_module_form td.acysubbuttons,
.acymailing_mootoolsbutton p {
  text-align: left;
}

a.acymailing_togglemodule {
  background: url(../images/grad.png) repeat-x left top #e6e5e5;
  border: 1px solid #F6f5f5;
  color: #fff;
  font-size: 80%;
  text-transform: uppercase;
  padding: 4px;
  cursor: pointer;
  display: inline-block;
}

.acymailing_form .acyfield_name input, .acymailing_form .acyfield_email input { width: 260px; } 

/* Live Support ---*/
.live-support span {
  color: #e5e5e5;
  text-transform: uppercase;
}

.live-support-actions {
  margin-top: 25px;
}

.live-support-actions a {
  background: #222 no-repeat 15px center;
  margin-right: 15px;
  color: #bfbfbf;
  font-size: 125%;
  font-weight: bold;
  padding: 0 20px 0 45px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}

.live-support-actions a.email {
  background-image: url(../images/icons/icon-email.png);
}

.live-support-actions a.chat {
  background-image: url(../images/icons/icon-chat.png);
}

.live-support-actions a.call {
  background-image: url(../images/icons/icon-call.png);
  margin-right: 0;
}

.live-support-actions a:hover,
.live-support-actions a:focus,
.live-support-actions a:active {
  color: #fff;
}

/* Connect with us ---*/
ul.ja-social-list li {
  margin-bottom: 15px !important;
}

ul.ja-social-list li a {
  background: no-repeat top left;
  line-height: 24px;
  height: 24px;
  padding-left: 34px;
  display: block;
}

ul.ja-social-list li a:hover,
ul.ja-social-list li a:focus,
ul.ja-social-list li a:active {
  background-position: bottom left;
}

ul.ja-social-list li.facebook a {
  background-image: url(../images/icons/icon-facebook.png);
}

ul.ja-social-list li.twitter a {
  background-image: url(../images/icons/icon-twitter.png);
}

ul.ja-social-list li.rss a {
  background-image: url(../images/icons/icon-rss.png);
}

ul.ja-social-list li.flickr a {
  background-image: url(../images/icons/icon-flickr.png);
}

/* Our Brand's Address ---*/
.brandinfo-wrap {
  background: url(../images/brands-map.png) no-repeat left top;
  width: 308px;
  height: 165px;
  position: relative;
}
.brandinfo-wrap .brandinfo-main {
  display: none;
  background: url(../images/brandinfo-main.png) no-repeat center center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #ccc;
  width: 280px;
}
.brandinfo-main h4 {
  color: #fff;
  text-transform: uppercase;
}
.brand-point {
  width: 14px;
  height: 34px;
  line-height: 53px;
  text-align: center;
  background: url(../images/brand-point.png) no-repeat left top;
  position: absolute;
  z-index: 1;
  color: #1f2227;
  font-weight: bold;
  font-size: 92%;
}
.point-1 {
  left: 55px;
  top: 25px;
}
.point-2 {
  left: 195px;
  top: 15px;
}
.point-3 {
  left: 265px;
  top: 10px;
}
.brand-point:hover {
  background-image: url(../images/brand-point-hover.png);
  color: #fff;
}
.brand-point:hover + .brandinfo-main { display: block; }


/* K2 */
/* .itemImageBlock, .itemFullText, .itemExtraFields, 
 */
#itemBox { position: relative; }
* html #itemBox { height: 1%; } /* for IE */
.itemBody { width: 100%; }
div.itemLinks { clear: both; }
.k2EqualHeights { position: relative; }
div.catItemLinks {
  position: absolute;
  bottom: 0;
}
div.catItemExtraFields, div.genericItemExtraFields {
  padding-bottom: 26px !important;
}
.itemImageBlock.hasDescription {
  float: left;
  width: 38%;
  margin: 86px 0;
}
.itemDescriptionBlock {
  float: right;
  width: 61%;
  margin: 10px 0 1.5em 0;
}
.itemDescriptionBlock .itemFullText {
  float: right;
  width: 100%;
  margin: 20px 0 0 0;
}
#ja-content .column .itemDescriptionBlock h2 {
  font-size: 125%;
  margin: 0 0 0.5em 0;
}
#ja-content .column .itemDescriptionBlock h3 {
  font-size: 100%;
  margin: 0;
  padding: 0.5em 0 0 0;
}
#ja-content .column .itemDescriptionBlock p { margin: 0; }

/* K2store */
#onCheckoutPayment_wrapper, .payment-info { display: none; }
#customer_note textarea { max-width: 626px; width: 626px; min-height: 100px; }
#checkbox_tos { margin-bottom: 1em; position: absolute; bottom: 0.7em; right: 20em; }
.order_summar, .order_comment { position: static; }
.k2store_cartitems table.cart  { width: 640px; }
.k2store_cartitems .cart .first { width: 200px; }
.k2store_cartitems .cart .last { width: 62px; }
table#cart th, table#cart td, table.cart th, table.cart td {  padding: 5px 10px; }
#itemBox #add-to-cart {
  position: absolute;
  bottom: 2em;
  right: 0;
  width: 200px;
}
.product_price { font-weight: bold; font-size: 125%; color: #2E4089; }
#itemBox .product_price { font-size: 200%; }
#orders { margin: 1em 0 2em; }
.payment-method.note { margin-bottom:2em; }
.delivery-image { text-align: right; }
table.orders, table#cart_order { margin: 0 auto; width: 580px; }
.orderInfoTable td.first, .paymentTable td.first { width: 11em; }
#cart_order tr { padding-top: 5px; } 
#items_info th.amount, #items_info td.amount { padding-left: 1em; width: 90px; text-align: right; }
#items_info th.amount.total { font-size: 120%; }
.k2store_order_review { width: 75%; margin: 0 auto; }
.k2storeOrderSummary th.first, .k2storeOrderSummary td.first { width: 75%; }
.k2storeOrderSummary .cart_subtotal td.first, .k2storeOrderSummary table.totals td { text-align: right; }
body#bd.contentpane { background-color: white; margin: 3em auto; width: 800px; }
iframe body#bd.contentpane { margin: 0 auto; padding-top: 0; width: 640px; }
#vidly-frame { margin-top: -6em; }
div#orders.print { margin: 2em; }

/* Contact form */
form#userForm { width: 590px; }
input.rsform-input-box { width: 400px; }
.rsform-block-antispam { margin: 1em 0 !important; height: 2em; }
.rsform-block-antispam br { display: none; }
.rsform-block-antispam img, .rsform-block-antispam input { float: left; }
.rsform-block-antispam input { display: block; margin: -2px 0 0 1em; }



/*** K2Store ***/
.itemImageBlock { margin: 40px 0; }
div.itemRelated ul li a.itemRelTitle { min-height: 3em; }

/* k2store_no_bootstrap.css */
.itemView .product_quantity_input, .itemView .k2store_add_to_cart { float: left; }
.k2store_cart_button { margin-top: 4px; margin-left: 10px; margin-right: 0px;}
.itemList .k2store_cart_button { margin-right: 0;}
.catItemView .k2store_cart_button { margin-top: 2px; margin-left: 0px; }
.k2store_cart_button, .k2store_checkout_button, table#cart_actions .begin_checkout {
	box-shadow: none;
	padding: 0;
}

.k2store_login_form form label, .k2store_registration_form form label, .k2storeCheckout  form label { display: block; }
.k2storeCheckout  input-box { width: 40%;}
.k2storeCheckout  form label { float: left; width: 20%;}
table.billing_shipping { width: 100%; }
table.contentpane, table.tablelist, table.category { margin-bottom: 2px; }

/* MISCELLANOUS
----------------------------------------------------------- */

.ui-tooltip { background-color: white; display: none !important; }
.two-images { display: block; vertical-align: top; margin-bottom: 10px;}
.two-images.left { margin-right: 10px; }

/* Slideshow position */
#ja-slideshow .main-inner1 {
  background: rgb(255, 243, 180);
  padding: 0 14px 14px;
}
#ja-slideshow .newsflash {
  width: calc( 100% - 268px );
  float: left;
}
.newsflash h1 { margin: 10px 0; }
.newstext { width: 60%; float: left; }
.newsimage { width: 38%; float: right; padding-top: 4px; }
.newsimage.imageonly { width: 100%; text-align: center; }
.newsimage img {
  /*width: 100%;*/
  max-width: 100%;
  max-height: 300px;
  margin-top: -4px;
  float: right;
}
.newsimage.imageonly img {
  float: none;
}
#ja-slideshow .sj-slideshowii { float: right; }
#ja-slideshow .sj-slideshowii .sl2-slide, span.menu-title { text-shadow: 0 1px 0 #000000; }
#ja-slideshow .sj-slideshowii { margin: 0; }
sub { line-height: 100%; vertical-align: text-bottom; }
a.pdficon {	
	background: url(images/pdf.png) no-repeat left top;
	display: inline-block;
	padding-left: 60px;
	height: 50px;
}
div.itemAttachmentsBlock ul.itemAttachments a.pdficon {
	background: url(images/pdf.png) no-repeat center top;
	display: block;
	padding: 54px 0 0 0;
}
.k2error { margin-left: 15em; color: red; }
#k2store_billing_section .field, #k2store_billing_section .controls,
#k2store_billing_section .input-box, #k2store_billing_section .span5 { float:none; clear: both; }
#k2store_billing_section input.input-text, #k2store_billing_section .k2error  { float: left; margin-left: 1em; }
#payment_form_div table.adminlist { display: none; }
.row-fluid .span12 input[type="submit"] { float: right; }
#k2storePaymentForm .row-fluid .span12 input[type="submit"] {	margin-right: 20px; }
.k2store .row-fluid .span12 input[name="guest_mail"], .k2store .row-fluid .span12 label[for="guest_mail"] {}
.column { overflow: visible; }
.highslide-img a img{
  margin: 1px 13px 9px 0px ;
}
div.formCaption { margin-right: 1em; } /* RSForm */
.narrow-page #ja-content { width: 80%; margin-left: 10%; }

.calendar table tr td.button { display: table-cell; }

h2.newsflash-title { margin: 10px 0; }
.K2FilterBlock .dynoloader {
  top: 35px;
  right: 30px;
}

/* Modals */
div#rl_modals { z-index: 99; }

/* for mobile */
@media only screen and (max-width: 740px) {
  #rl_modals_wrapper {
    left:0;
    position: fixed;
  }
  #rl_modals_wrapper, #rl_modals_content, #rl_modals_loaded_content, #rl_modals_loaded_content img {
    height: 100vh !important;
    width: 100vw !important;
  }
  #rl_modals_loaded_content img {
    height: auto !important;
    padding-bottom: 24px;
  }
  #rl_modals_overlay { 
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
  }
  #rl_modals {
    z-index: 9999;
  }
  #rl_modals_close {
      position: absolute;
      right: 0;
      top: 0;
  }
}
  


/* pdf viewer */
 body { background: none; }

/* System Messages */
#system-message > dd { text-indent: 0; }
#system-message > dd > ul {
/* RL121101 */
/*   color: #00bdf3;
  border: 2px solid #00bdf3;
 */}

/* System Standard Messages */
#system-message > .message > ul {
  background-color: #C3D2E5;
  background-image: none;
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
  color: #151617;
}
#system-message > .error > ul {
  background-color: #FCDFDE;
  border-color: #d0d0d0;
}

/* System Warning Messages */
#system-message > .warning > ul {
  background-color: #FDE4DC;
  border-color: #d0d0d0;
}

/* System Notice Messages */
#system-message > .notice > ul {
  background-color: #D0F3FD;
  border-color: #00bdf3;
}

.hidden, .ja-links li.layout-switcher { display: none !important; }
