/* ------------------------------------------------------------------------
# $JA#PRODUCT_NAME$ - Version $JA#VERSION$ - Licence Owner $JA#OWNER$
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 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;
}

.ja-contentslider-center-wrap {
	background: url(../images/contentslider-bg.png) repeat-y center bottom;
}

.ja-contentslider {
	margin: 0;
	overflow: hidden;
	width: auto !important;
	position: relative;
}

#ja-contentsliderwrap div.moduletable {
	margin: 0;
	padding: 0 !important;
}

/* Content Slider Center */
.ja-contentslider-center {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

div.ja_slidetitle {
	font-family: Georgia,Arial, Helvetica, sans-serif;
}

div.ja_slidetitle a {
	font-weight: normal;
	font-size: 150%;
	color: #111;
}

div.ja_slideimages {
	margin: 0 0 15px 0;
}

#ja-contentsliderwrap .ja_slideintro {
	padding: 10px 5px 0;
}

div.ja-slidereadmore {
	margin: 10px 0 0;
}

div.ja-slidereadmore a {
	color: #660022;
	text-transform: none;
	padding-right: 10px;
	background: url(../images/arrow-2.png) no-repeat right center;
}

.ja-contentslider-center span {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.ja-contentslider-center div.jsslide > div{
	padding-right: 40px;
}

.ja-contentslider-center img {
	background: none;
	border: 1px solid #000;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}

.ja-contentslider-center span.ja-image-holder {
	background: #EBF2F6;
	border: 1px solid #D5E2E7;
	margin: 0;
	padding: 3px;
	overflow: hidden;
}

/* Button control ---*/
.ja-button-control {
	background: url(../images/line.png) repeat-x left bottom;
	height: 35px;
	position: relative;
	width: 100%;
}

.ja-button-control .ja-text-heading {
	font-weight:bold;
	padding:2px 5px;
}

.ja-button-control a {
	display: block;
	float: right;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 2px;
	padding: 0 5px;
}

.ja-button-control a:hover,
.ja-button-control a:active,
.ja-button-control a:focus {
	text-decoration: none;
}
.ja-button-control a.active {
	text-decoration: none;
}

.ja-contentslider-left,
.ja-contentslider-right {
	background: url(../images/bc-lr.png) no-repeat top right;
	position: absolute;
	height: 10px;
	left: 0;
	top: 10px;
	width: 10px;
}

.ja-contentslider-left {
	background: url(../images/bc-lr.png) no-repeat top left;
	left: 15px;
}

.ja-contentslider-left:hover,
.ja-contentslider-right:hover {
	background: url(../images/bc-lr.png) no-repeat bottom right;
	cursor: pointer;
}

.ja-contentslider-left:hover {
	background: url(../images/bc-lr.png) no-repeat bottom left;
}

.ja-button-control strong {
	font-size: 110%;
	padding-left: 20px;
	line-height: 27px;
	display: block;
	float: left;
}

/* Tooltips ---*/
.tooltips .ja-cs-tooltips {
	background: url(../images/grad-l2.gif) repeat-x left bottom #fff !important;
	border: 2px solid #ffcc66;
	width: 200px;
	padding: 10px;
	box-shadow: 0 2px 5px #999;
	-moz-box-shadow: 0 2px 5px #999;
	-webkit-box-shadow: 0 2px 5px #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.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;
	text-shadow: 1px 1px 0 #fff;
}

.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;
}