/* -- Defined classes and HTML Tags used in editor  --  */

.title,
h1 {
    font-family: Arial, verdana, sans-serif;
    color: #2046f6;
    line-height: normal;
}

.content .heading,
.content h2 {
    line-height: 1.5em;
    font-size: 2.5em;
}

.content h3,
.content .h3,
.content .subHeading,
.details h3,
.details h3 a {
    font-family: Arial, verdana, sans-serif;
}

a {
    color: #2046f6;
}

a:visited {
    color: #2046f6;
}

a:hover {
    color: #2046f6;
}

.details ul li {
    color: #2046f6;
}



nav#nav ul li div {
    background: #2046f6;
}

nav#nav ul li.selected,
nav#nav ul li.selected div,
nav#nav ul li.hover div {
    background: #000000;
}

nav#nav ul li div span.description {
    color: #ffffff;
}

nav#nav a,
nav#nav a:link,
nav#nav a:visited {
    color: #ffffff;
    background: #2046f6;
    font-family: Arial, verdana, sans-serif;
}

nav#nav li.selected a,
nav#nav li.selected a:hover,
nav#nav li.hover a,
nav#nav li.hover a:hover,
nav#nav a:hover,
nav#nav a:active {
    background: #ed3833;
    color: #ffffff;
}

#actionProgress {
    color: #2046f6;
    border-color: #2046f6;
}

.googleMap,
article.item.googleMap {
    border-color: #3c6e15;
    border: none;
}

ul.tabs li.selected a,
ul.filter li.selected a {
    color: #2046f6;
}

article.item.author {
    background: #2046f6;
}

nav#menu ul li div {
    background: #2046f6;
}

nav#menu ul li.selected div {
    background: #000000;
}

nav#menu ul li div span.description {
    color: #ffffff;
}

nav#menu a,
nav#menu a:link,
nav#menu a:visited {
    color: #ffffff;
    background: #2046f6;
}

nav#menu li.selected a,
nav#menu li.selected a:hover {
    background: #ed3833;
    color: #ffffff;
}

nav#menu a:hover,
nav#menu a:active {
    color: #ffffff;
    background: #ed3833;
}

#jumpTop {
    background: #2046f6;
}

nav#nav #clientMenu, nav#nav #clientMenu button {
    color: #fff;
}

nav#nav #clientMenu a:hover,
#banner #simpleSearch a.toggle:hover {
    background: #000;
}

article .attributes .attribute.price .attName {
    display: none;
}

article .attributes .attribute.price .attValue .price {
    float: right;
  background: #2046f6;
  padding: 1em;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;

}

article .attributes .attribute.price .attValue .price.quantity {
    float: right;
  background: none;
  padding: 0;
  color: inherit;
  font-weight: normal;
    font-size:0.8em;
    text-align: center;
}

article .attributes .attribute.price .attValue .price.quantity .quanityDetails {
    display: block;
}