/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
  position: absolute;
	float: left;
	width: 185px;
	font-size: 12px;
	z-index: 100;
}

#ja-col2 {
	min-height: 330px;
	left: 708px;
	position: absolute;
	width: 164px;
	padding: 10px;
	color: #6d6e70;
	font-size: 10px;
	z-index: 0;
	background-color: transparent;
	background-image: url(../../../images/bg-sidebar-right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#ja-col1 ul {
  margin: 0;
  padding: 0;
}

#ja-col1 ul li {
	list-style: none;
}

#ja-col1 ul li a {
	color: #404041;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px;
	margin: 0;
	background-color: transparent;

	background-repeat: no-repeat;
	background-position: right bottom;
}

#ja-col1 ul li#current a {
	color: #fff;
	background-color: #8ea616;
}

#ja-col1 ul li a:hover {
	color: #fff;
	background-color: #b3c943;
}


#ja-col1 .article_separator,
#ja-col2 .article_separator {
	display: none;
}

#btn-demo-right span, #btn-webinar-right span, #btn-buyers-right span {
  display: none;
  font-size: 0px;
}

#btn-demo-right a, #btn-webinar-right a, #btn-buyers-right a {
	height: 46px;
	width: 164px;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 1px;
}

#btn-contact-right a { background: url(../images/btn-contact-right.png) top left no-repeat; }
#btn-contact-right a:hover { background: url(../images/btn-contact-right-over.png) top left no-repeat; }

#btn-webinar-right a { background: url(../images/btn-webinar-right.png) top left no-repeat; }
#btn-webinar-right a:hover { background: url(../images/btn-webinar-right-over.png) top left no-repeat; }

#btn-buyers-right a { background: url(../images/btn-buyers-right.png) top left no-repeat; }
#btn-buyers-right a:hover { background: url(../images/btn-buyers-right-over.png) top left no-repeat; }

#btn-demo-right a { background: url(../images/btn-demo-right.png) top left no-repeat; }
#btn-demo-right a:hover { background: url(../images/btn-demo-right-over.png) top left no-repeat; }

/* Right Sidebar: Contact Us */
.module-right-contact { 
  border: 1px solid #ccc;
  margin: 20px 0 10px 0;
  padding: 0;
  background-color: #fff;
  font-size: 12px;
}

.module-right-contact h3.show { 
  background: url(../images/bg-sidebar-title.jpg) top right repeat-y #fff; 
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 11px;
}

.module-right-contact p { margin: 0 5px 1em 5px; }
.module-right-contact strong { margin: 0; }


/* Right Sidebar: Customer Success Story */
#ja-col2 .custquote { 
  border: 1px solid #ccc;
  margin: 20px 0 10px 0;
  padding: 0;
  background-color: #fff;
  font-size: 12px;
}
.imgbrder {
	border: 1px solid #CCC;
}


#ja-col2 .custquote a { font-weight: bold; }

#ja-col2 .custquote img {
  display: block;
  margin: 0.5em auto;
}

#ja-col2 .custquote h3 { 
  background: url(../images/bg-sidebar-title.jpg) top right repeat-y #fff; 
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 11px;
}

#ja-col2 .custquote a {
	color: #b3c943;
	text-decoration: none;
	text-align: left;
}

#ja-col2 .custquote p { margin: 0 5px 1em 5px; }
#ja-col2 .custquote p.quote { font-style: italic; }

/* Right Sidebar: icon boxes */
#ja-col2 .casestudy h3,
#ja-col2 .whitepaper h3,
#ja-col2 .datasheet h3,
#ja-col2 .presentation h3 {
  color: #005E9E;
  font-weight: 100;
  margin: 0;
  padding: 0;
}

#ja-col2 .whitepaper,
#ja-col2 .datasheet,
#ja-col2 .presentation {
  height: 73px;
  padding: 27px 60px 5px 5px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

#ja-col2 .casestudy a,
#ja-col2 .whitepaper a,
#ja-col2 .datasheet a,
#ja-col2 .presentation a { text-decoration: none; }

#ja-col2 .casestudy { background: url(../images/bg-casestudy.gif) top right no-repeat transparent; }
#ja-col2 .whitepaper { background: url(../images/bg-whitepaper.gif) top right no-repeat transparent; }
#ja-col2 .datasheet { background: url(../images/bg-datasheet.gif) top right no-repeat transparent; }
#ja-col2 .presentation { background: url(../images/bg-presentation.gif) top right no-repeat transparent; }

#ja-col2 .casestudy {
  height: 63px;
  padding: 27px 60px 5px 5px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

/*
 * DEPRICATED
 */
 
/* Right Sidebar: Data Sheet */
.module-right-datasheet p { display: none; }

.module-right-datasheet h3 {
  display: inline;
  color: #000;
  font-weight: 100;
}

.module-right-datasheet {
  background: url(../images/bg-datasheet.gif) top right no-repeat #fff;
  height: 68px;
  padding: 27px 60px 5px 5px;
}

/* Right Sidebar: Comparison Checklist */
.module-right-checklist h3 {
  display: inline;
  color: #000;
  font-size: 1em;
}

.module-right-checklist div {
  display: inline;
}

.module-right-checklist p { 
  margin: 0.5em 0 0 0;
  padding: 0;
}

.module-right-checklist {
  background: url(../images/bg-checklist.gif) top right no-repeat transparent;
  height: 63px;
  padding: 22px 60px 10px 5px;
  margin-bottom: 10px;
  line-height: 1.1em;
}


/* Google Maps */
#googlemap-popup {
  background: url(../images/bg-map.png) top left no-repeat;
  width: 470px;
  height: 452px;
  padding: 25px;
  position: absolute;
  top: 160px;
}

#googlemap-popup-iframe {
  width: 435px;
  clear: both;
  padding-left: 10px;
  margin-top: 10px;
}
.bgactive {
	color: #b3c943;
}


#googlemap-popup #btn-close a {
  background: url(../images/btn-close.png) top left no-repeat;
  height: 20px;
  width: 57px;
  font-size: 0px;
  display: block;
  float: right;
  margin-right: 25px;
  color: #fff;
  text-decoration: none;
}
