/**
 * ------------------------------------------------------------------------
 * JA Orisite Template  for J25 & J32
 * ------------------------------------------------------------------------
 * 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.
 * ------------------------------------------------------------------------
 */

/* Content Slider */
#ja-contentsliderwrap {
	margin: 0 0 20px 0;
	padding: 0;
}

div.ja-wrap3 {
  padding: 10px 0 0 0;
}

/* Content Slider Center */
.ja-contentslider-center {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	overflow: hidden;
}

div.ja_slidetitle {
  margin: 15px 0 8px;
}

div.ja_slidetitle a {
  color: #161616;
  font-weight: bold;
  line-height: 1.3;
}

div.ja_slidetitle a:hover,
div.ja_slidetitle a:focus { color: #c33; }

div.ja-slidereadmore { margin: 15px 0; }

div.ja-slidereadmore a {
	background: url(../images/arrow-normal.png) no-repeat left -1px;
	color: #999;
	padding-left: 15px;
}

div.ja-slidereadmore a:hover,
div.ja-slidereadmore a:focus,
div.ja-slidereadmore a:active {
  background-position: left -15px;
  color: #c33;
}

.ja-contentslider-center span {
	margin: 0;
	padding: 0;
	width: 140px;
	width: 100%;
	text-align: center;
}

.ja-contentslider-center div.jsslide {
	/*background:  url(../images/load-indicator.gif) center center no-repeat;*/
}

.ja-contentslider-center img { margin: 0; overflow: hidden; padding: 4px; border: 1px solid #e5e6e7; }

.ja-contentslider-center div.ja-image-holder {
	background: #EBF2F6;
	border: 1px solid #D5E2E7;
	margin: 0;
	padding: 3px;
	overflow:hidden;
}

#ja-content-mass-top .ja-contentslider-center div.jsslide .slidercontent {
	border: 1px solid #e5e6e7;
	margin: 0 10px;
	padding: 15px 19px;
}

#ja-content-mass-top .ja-contentslider-center {
	margin: 0 -10px 0;
}

/* Button control ---*/
div.ja-tab-subcontent > div.ja-contentslider .ja-button-control {
	height: 20px;
}

.ja-button-control .ja-text-heading {
	font-weight:bold;
	padding:2px 5px;
	float:left;
}

.ja-button-control a {
	display: block;
	float: left;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 2px;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #cfd9df;
}

.ja-button-control a:hover,
.ja-button-control a:active,
.ja-button-control a:focus {
	text-decoration: none;
	color: #fff;
/*	background: url(../images/grad-d3.gif) repeat-x top #29739d;	*/
	background: #29739d;
	border: 1px solid #215d7f;
}
.ja-button-control a.active {
	text-decoration: none;
	color: #fff;
/*	background: url(../images/grad-d3.gif) repeat-x top #29739d;	*/
	background: #29739d;
	border: 1px solid #215d7f;
}

.ja-contentslider-left,
.ja-contentslider-right {
	background: url(../images/bc-lr.png) no-repeat top right;
	position: absolute;
	height: 20px;
	right: 15px;
	top: 15px;
	width: 20px;
}

.ja-contentslider-left {
	background-position: top left;
	right: 40px;
}

#ja-content-mass-top .ja-contentslider-left,
#ja-content-mass-top .ja-contentslider-right {
	right: 0;
	top: 0;
}

#ja-content-mass-top .ja-contentslider-left {
	right: 25px;
}

#ja-botsl .main div.ja-moduletable:hover .ja-contentslider-left {
	top: 11px;
	right: 36px;
}

#ja-botsl .main div.ja-moduletable:hover .ja-contentslider-right {
	top: 11px;
	right: 11px;
}

.ja-contentslider-left:hover,
.ja-contentslider-right:hover {
	background-position: bottom right;
	cursor: pointer;
}

.ja-contentslider-left:hover {
	background-position: bottom left;
}

.ja-button-control strong {
	font-size: 110%;
	padding-left: 20px;
	line-height: 27px;
	display: block;
	float: left;
}

/* Tabs ---*/

.ja-tab-subcontent .slidercontent {
	margin: 0px 10px;
}

/* Tooltips ---*/
.tooltips .ja-cs-tooltips {
/*	background: url(../images/grad-l2.gif) repeat-x left bottom #fff !important; */
	background: #fff !important;
	border: 2px solid #ffcc66;
	width: 200px;
	padding: 10px;
}

.tooltips .ja-cs-tooltips h3 {
	background: #EBF2F6;
	border-bottom: 1px solid #cfd9df;
	color: #29739d;
	font-size: 110%;
	margin: -10px -10px 10px -10px;
	padding: 5px 10px;
}

.tooltips .ja-cs-tooltips ul li {
	display: block;
	font-size: 11px;
}

.tooltips .ja-cs-tooltips ul li.ja-rating-wrap strong {
	display: block;
	float: left;
	margin-right: 5px;
}

.tooltips .ja-cs-tooltips .ja-item-rating {
	background: url(../images/stars.png) repeat-x left top;
	float: left;
	height: 20px;
	width: 100px;
}

.tooltips .ja-cs-tooltips .ja-current-rating {
	background: url(../images/stars.png) repeat-x left center;
	height: 20px;
}