/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven Weßling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(media/system/images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(media/system/images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(media/system/images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(media/system/images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(media/system/images/modal/bg_nw.png) no-repeat;
}
@-moz-document url-prefix() {
    .body-overlayed {
	overflow: visible;
    }
}
/*------------------------------------------------------------------------
 # Leo Template Framework - 
 # ------------------------------------------------------------------------
 # author    LeoTheme
 # copyright Copyright (C) 2010 leotheme.com. All Rights Reserved.
 # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Websites: http://www.leotheme.com
 # Technical Support:  Forum - http://www.leotheme.com/forum.html
-------------------------------------------------------------------------*/

/* --- Global K2 container --- */
#k2Container {
	position: relative;
	padding: 15px 0;
}
body.contentpane #k2Container {
	padding:16px;
} /* used in popups */

.k2Padding {
	padding:4px;
}
.clr {
	clear:both;
	height:0;
	line-height:0;
	display:block;
	float:none;
}
/* --- RSS feed icon --- */
.k2FeedIcon {
	padding:0;
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
}
.k2FeedIcon a, .k2FeedIcon a:hover {
	display:block;
	float:right;
	margin:0;
	padding:0 20px 0 0;
	height:16px;
	background:url(templates/leo_travel/images/fugue/feed.png) no-repeat right 50%;
}
.k2FeedIcon a span, .k2FeedIcon a:hover span {
	font-size: 10px;
	line-height: 16px;
}
/* --- Rating --- */
.itemRatingForm {
	display:block;
	vertical-align:middle;
	line-height:12px;
	float:left;
	position: relative;
	top: 0;
}
.itemRatingLog {
	margin: 0;
	padding:0 0 0 4px;
	float:left;
	line-height:12px;
}
.itemRatingForm .formLogLoading {
	background:url(templates/leo_travel/images/system/loading.gif) no-repeat left center;
	height:20px;
	padding:0 0 0 20px;
}
.itemRatingList, .itemRatingList a:hover, .itemRatingList .itemCurrentRating {
	background: url('templates/leo_travel/images/system/star.png') left -1000px repeat-x;
}
.itemRatingList {
	position:relative;
	float:left;
	width:65px;
	height:12px;
	overflow:hidden;
	list-style:none;
	margin:0 6px!important;
	padding:0;
	background-position:left top;
}
.itemRatingList li {
	display:inline;
	background:none;
	padding:0;
	border: none !important
}
.itemRatingList a, .itemRatingList .itemCurrentRating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000px;
	height:12px;
	line-height:12px;
	outline:none;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
.itemRatingList a:hover {
	background-position:left center;
}
.itemRatingList a.one-star {
	width:20%;
	z-index:6;
}
.itemRatingList a.two-stars {
	width:40%;
	z-index:5;
}
.itemRatingList a.three-stars {
	width:60%;
	z-index:4;
}
.itemRatingList a.four-stars {
	width:80%;
	z-index:3;
}
.itemRatingList a.five-stars {
	width:100%;
	z-index:2;
}
.itemRatingList .itemCurrentRating {
	z-index:1;
	background-position:0 bottom;
	margin:0;
	padding:0;
}
.siteRoot {
	display:none;
}
/* --- CSS added with Javascript --- */
.smallerFontSize {
	font-size:100%;
	line-height:inherit;
}
.largerFontSize {
	font-size:150%;
	line-height:140%;
}
/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color:#fff !important;
}
#recaptcha_table {
	border-color: #eee !important;
}
#recaptcha_response_field {
	border-color: #eee !important;
	background-color:#fff !important;
}
/* --- Primary lists in modules --- */
.clearList {
	display:none;
	float:none;
	clear:both;
} /* this class is used to clear all previous floating list elements */
.lastItem {
	border:none;
} /* class appended on last list item */
/* --- Avatars --- */
.k2Avatar img {
	display:block;
	float:left;
	margin:2px 8px 4px 4px;
}
/* --- Pagination --- */
.k2Pagination {
	background: url("templates/leo_travel/images/default/border.png") repeat-x scroll left top transparent;
	padding: 15px 0;
	text-align:center;
	color:#999;
	position: relative;
	overflow: hidden;
}
/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
.itemIsFeatured, .catItemIsFeatured, .userItemIsFeatured {
	background:none;
}
/*----------------------------------------------------------------------
	Component: views
----------------------------------------------------------------------*/
.userItemViewUnpublished {
	opacity:0.9;
	border:1px solid #dcdcdc;
	background:#fffff2;
	padding:8px;
}
.itemView {
	padding:0;
	margin: 0;
}
 /* this is the item container for this view */
.col-header {
	
}
#itemListLeading ,#itemListPrimary {

}
#itemListPrimary {
}
#itemListSecondary{
	margin: 5px 0;
}
.itemListLeading-inner,.itemListPrimary-inner {
}
.itemListPrimary-inner {
}
.catItemHeader .catItemTitle a {
	font-size: 14px;
	color: #737778;
	font-weight: normal;
}
.catItemHeader .catItemTitle a:hover{
	color: #2bbcf3;
}
.catItemEditLink, .itemEditLink {
	display:block;
	text-align:right;
	padding:8px 36px;
	margin:0 0 24px 0;
	border:1px solid #eee;
	background: #fffef4;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-style: italic
}
.itemHeader {
}
.itemHeader .itemTitle {
}
.itemHeader .itemTitle, .genericItemTitle{
      color: #686C6D;
    
	font-size: 16px;
	font-weight: bold;
    letter-spacing: 0.4px;
    margin: 0;
}
.catItemHeader .catItemTitle {
    color: #333333;
    margin: 0;
    padding: 0;
    text-transform: none;
}
#itemListLeading .catItemHeader .catItemTitle {
    font: 24px "Arial";
}
#itemListPrimary .catItemHeader .catItemTitle {
    font: 18px "Arial";
}
#itemListSecondary .catItemHeader .catItemTitle {
    font: 14px "Arial";
}
#itemListPrimary  .catItemView,
#itemListSecondary .catItemView {
}
#itemListPrimary .itemContainer:first-child .catItemView,
#itemListSecondary .itemContainer:first-child .catItemView {
}
.catItemHeader {
	margin:5px 0 5px;
}
.catItemHeader .catItemTitle span sup, .itemHeader .itemTitle span sup {
	padding:0 0 0 3px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0;
	text-decoration:none;
	color: #2d7cc8;
	vertical-align: top;
	text-transform: none;
}
 /* "Featured" presented in superscript */
div.catItemContent {
	position: relative;
}
div.catItemAdditionalInfo {
	font-size: 12px;
	color: #888;
	margin: 4px 0 0 0;
}
div.catItemAdditionalInfo > div, div.catItemAdditionalInfo > a, div.catItemAdditionalInfo > span {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 4px 0 8px;
	border-left: 1px solid #eee;
}
div.catItemAdditionalInfo > div:first-child, div.catItemAdditionalInfo > a:first-child, div.catItemAdditionalInfo > span:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
.catItemView {
    overflow: hidden;
    padding: 10px;
	margin: 0;
}
.itemToolbar {
 overflow: hidden;
 font-size: 11px;
}
.itemToolbar ul {
	list-style:none;
	margin: 0;
	float: left;
}
.itemToolbar ul li {
	display:inline;
	list-style:none;
	padding:0 4px 0 8px;
	margin:0;
	border-left:1px solid #eee;
	background:none;
}
.itemContentHits {
	float:right;
}
.itemToolbar ul > li:first-child {
	border:none;
	padding-left:0!important;
} /* remove the first CSS border from the left of the toolbar */
.itemToolbar ul li a {
	font-weight:normal;
}
.itemToolbar ul li a:hover {
}
.itemToolbar ul li a img {
	vertical-align:middle;
	position: relative;
	top: 0;
}
.itemToolbar ul li a#fontDecrease {
	margin:0 0 0 2px;
}
.itemToolbar ul li a#fontDecrease img {
	width: 13px;
	height:13px;
	background:url(templates/leo_travel/images/system/font_decrease.png) no-repeat;
}
.itemToolbar ul li a#fontIncrease {
	margin:0;
}
.itemToolbar ul li a#fontIncrease img {
	width:13px;
	height:13px;
	background:url(templates/leo_travel/images/system/font_increase.png) no-repeat;
}
.itemToolbar ul li a#fontDecrease span, .itemToolbar ul li a#fontIncrease span {
	display:none;
}
.itemBottom {
	overflow: hidden;
	margin: 28px 0 0;
	padding: 7px 0;
}
.catItemRatingBlock, .itemRatingBlock {
	padding: 0;overflow: hidden;
	font-size: 12px;
}
.catItemRatingBlock {
	margin: 10px 0 10px -5px;
}
.catItemRatingBlock span, .itemRatingBlock span {
	float:left;
}
.catItemBody {
	margin:0;
}
.itemBody {
	float: left;
    margin: 0;
    padding: 0;
    width: 49.9%;
}
.itemBodyinner {
padding: 0 10px 0 20px;
}
.itemImageBlock {
	float: left;
    margin: 0;
    padding: 0;
    width: 49.9%;
}

#itemListLeading .catItemImageBlock {
	float: left;
	 margin-right: 15px;
}
.userItemImageBlock,#itemListPrimary .catItemImageBlock{
	  float:left;
	  margin-right: 20px;
}
span.itemImage {
	margin:0 0 8px 0;
}
.itemImageBlock span.itemImage a {
	background: #fff;
	border: 1px solid #DFDFDF;
	padding: 5px;
	display: inline-block;
}
span.catItemImage {
}
span.catItemImage a {
	border: 1px solid #dfdfdf;
	padding: 3px;
	background: #fff;
	display: inline-block;
}
.tagItemImageBlock span.tagItemImage img,
.userItemImageBlock span.userItemImage img,
span.itemImage img, span.catItemImage img {
	max-width: 100%;
}
span.itemImageCaption, span.itemImageCredits {
	line-height: 100%;
	padding: 3px 10px;
	font-size: 10px;
	text-align: center;
	font-style: normal;
	color: #aaa;
	display: block;
}
 .itemIntroText {
  border-top: 1px dotted #DBDBDB;
    margin-top: 8px;
}
.itemFullText h3 {
	margin:0;
	padding:16px 0 4px 0;
}
.itemFullText ul li.day{
	background: url(templates/leo_travel/images/default/day.png) no-repeat scroll left 50%;
	margin: 5px 0;
    padding: 5px 0 5px 65px;
	display: inline-block;
}
.itemFullText ul li.guide {
	background: url(templates/leo_travel/images/default/guide.png) no-repeat scroll left 50%;
	margin: 5px 0;
    padding: 5px 0 5px 65px;
	display: inline-block;
}
.itemFullText ul li h4 {
	font-size: 20px;
    margin: 0;
	font-weight: normal;
}
.catItemExtraFields, .itemExtraFields {
	clear:both;
	margin:10px 0;
	padding:0;
}
.catItemExtraFields h4, .itemExtraFields h3 {
	font-size:28px;
	font-weight:normal;
	height:auto;
	line-height:28px;
	margin:32px 0 22px 6px;
	padding:0 0 6px;
	border-bottom: 1px solid #eee
}
.catItemExtraFields ul li, .itemExtraFields ul li {
	display:block;
	overflow:hidden;
	border-bottom: 1px solid #eee;
	margin: 0 2px;
	padding: 3px 5px 3px 20px;
	background: url(templates/leo_travel/images/default/icon-li.png) no-repeat left 50% scroll;
	line-height: 30px;
}
.catItemExtraFields ul li span.catItemExtraFieldsLabel, .itemExtraFields ul li span.itemExtraFieldsLabel {
	display:block;
	float:left;
	font-weight:bold;
	margin:0 4px 0 0;
	width:30%;
}
.catItemExtraFields ul li span.catItemExtraFieldsValue, .itemExtraFields ul li span.itemExtraFieldsValue {
	margin-left:30%;
	display:block;
}
span.itemDateModified {
	float: right;
	font-style: italic;
	color: #999;
	font-size:12px;
	padding-right: 3px;
}
.itemLinks {
	color: #7B7B7B
	font-weight: normal;
	 overflow: hidden;
	padding: 0 0;
}
.itemHitsBlock {
	overflow: hidden;}
.catItemHitsBlock .catItemHits {
	background: url("templates/leo_travel/images/default/icon-hits.png") no-repeat scroll left 50%;
	font-size: 11px;
	color: #a7a7a7;
	line-height: 28px;
	padding-left: 22px;
}
.itemRatingBlock,.itemHitsBlock,.itemCategory,.itemTagsBlock,.userItemTagsBlock,.userItemCategory,
.catItemHitsBlock, .catItemCategory , .catItemTagsBlock, .catItemRatingBlock { 
	overflow: hidden;
	display: inline-block;
}
.itemRatingBlock,.itemHitsBlock,.itemCategory,.itemTagsBlock {
	padding: 5px 0;
}
.catItemRatingBlock span { font-weight: bold; font-size:12px;}
.userItemTagsBlock span,.userItemCategory span,
.itemHitsBlock span span,.itemCategory span,.itemTagsBlock span,
.catItemHitsBlock span span, .catItemCategory span, .catItemTagsBlock span{
	width: 35%; display: inline-block; font-weight: bold; font-size:12px;
	color: #333;
}
.itemAuthor {
	overflow: hidden;
}
.itemHitsTwitter, .itemCategory, .catItemTagsBlock, .itemTagsBlock, .itemSocialSharing {
}
.itemSocialSharing {
	overflow: hidden;
	padding: 10px 0;
}
.itemSocialSharing div {
	float:left;
	display:inline;
	width:auto
}
.itemSocialSharing iframe {
	background:none !important;
	border:none !important
}
span.itemHitsTwitterSep {
	padding:0 8px;
	color:#eee;
}
span.itemTwitterLink a {
	background:url(templates/leo_travel/images/social/twitter_16.png) no-repeat 0 50%;
	padding:2px 0 0 20px;
	margin:8px 0;
	text-decoration:none;
}
span.itemTwitterLink a:hover {
	text-decoration:none;
}
.userItemTagsBlock ul.userItemTags,.catItemTagsBlock ul.catItemTags, .itemTagsBlock ul.itemTags {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
.userItemTagsBlock ul.userItemTags li,.catItemTagsBlock ul.catItemTags li, .itemTagsBlock ul.itemTags li {
	display:inline;
	list-style:none;
	line-height: 2;
	margin: 0 0 0 6px;
	text-align:center;
}
.userItemTagsBlock ul.userItemTags li a,.catItemTagsBlock ul.catItemTags li a, .itemTagsBlock ul.itemTags li a {
	padding: 2px 6px;
	border-radius: 2px
}
.userItemTagsBlock ul.userItemTags li a:hover,.catItemTagsBlock ul.catItemTags li a:hover, .itemTagsBlock ul.itemTags li a:hover {
	color: #2d7cc8;
}
.itemSocialLinksBlock span {
	padding:0 10px 0 0;
	float:left;
	display:block;
}
.itemSocialLinksBlock ul.itemSocialLinks {
	list-style:none;
	padding:0;
	margin:0;
	clear: none;
	float:left;
}
.itemSocialLinksBlock ul.itemSocialLinks li {
	float:left;
	list-style:none;
	padding:0 4px;
	margin:0;
}
.itemSocialLinksBlock ul.itemSocialLinks li a {
	float:left;
	display:block;
	width:19px;
	height:19px;
	background-position:0 0;
	background-repeat:no-repeat;
}
.itemSocialLinksBlock ul.itemSocialLinks li a:hover {
}
.itemSocialLinksBlock ul.itemSocialLinks li a span {
	display:none;
}
.catItemAttachmentsBlock, .itemAttachmentsBlock {
	padding:4px;
	border-bottom:1px dotted #eee;
}
.catItemAttachmentsBlock span, .itemAttachmentsBlock span {
	font-weight:bold;
	padding:0 4px 0 0;
}
.catItemAttachmentsBlock ul.catItemAttachments, .itemAttachmentsBlock ul.itemAttachments {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
.catItemAttachmentsBlock ul.catItemAttachments li, .itemAttachmentsBlock ul.itemAttachments li {
	display:inline;
	list-style:none;
	padding:0 4px;
	margin:0;
	text-align:center;
}
.catItemAttachmentsBlock ul.catItemAttachments li span, .itemAttachmentsBlock ul.itemAttachments li span {
	font-size:10px;
	color:#999;
	font-weight:normal;
}
.modulePretext {
	margin:0!important;
	padding:0 !important;
	font-size: 12px;
}
/* Author block & User block*/
.itemAuthorBlock, .userBlock, .latestItemsCategory {
	margin: 0 0 26px 0;
	overflow: hidden;
	font-size: 12px;
}
.itemAuthorBlock .itemAuthorAvatar {
	display:block;
	float:left;
	margin: 20px 24px 20px 20px;
	padding: 0;
	border: 3px solid #eee;
	overflow:hidden;
}
.itemAuthorBlock .itemAuthorAvatar img {
	display: block;
}
.itemAuthorBlock .itemAuthorDetails {
	margin:0;
	padding: 6px;
	  margin: 7px;
}
.itemAuthorBlock .itemAuthorDetails.leftmargin {
	margin-left: 205px;
}
.userBlock h2 {
	font: 24px "Arial";
	margin: 0;
}
.userBlock > div {
	overflow: hidden;
}
.itemAuthorBlock {
	margin:20px 0;
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #E2E2E2;
    border-radius: 4px 4px 4px 4px;
    padding: 0;
}
.itemAuthorBlock .itemAuthorDetails h3.itemAuthorName {
	margin: 0;
	padding:0;
	font-size: 20px;
	line-height: 26px;
}
.itemAuthorBlock .itemAuthorDetails p {
	margin: 2px 0 6px;
	font-size: 12px;
	line-height: 20px;
}
.itemAuthorBlock .k2FeedIcon {
	float: right;
}
.latestItemsUser, .userBlock {
	font-size: 90%;
}
div.userBlock {
    background: none repeat scroll 0 0 #F7FAFE;
    border: 1px solid #DDDDDD;
    clear: both;
    margin: 0 0 16px;
    padding: 8px;
}
.userBlock p {
	font: 12px/19px Verdana, Arial, Geneva, sans-serif
}
.itemAuthorBlock .itemAuthorDetails span.itemAuthorUrl {
	padding:0 8px 0 0;
	margin:0 4px 0 0;
	font-size: 12px;
}
.itemAuthorBlock .itemAuthorDetails span.itemAuthorUrl a {
	color: #347CC4;
}
.itemAuthorBlock .itemAuthorDetails span.itemAuthorUrl a:hover {
	color: #000;
}
.itemAuthorBlock .itemAuthorDetails span.itemAuthorEmail {
	font-weight:bold;
}
.userBlock p.userDescription {
	padding:0!important;
	margin:0!important;
}
.userBlock p.userAdditionalInfo {
	padding:8px 0 6px;
	margin:5px 12px 0;
	font-size: 12px;
}
.userBlock p.userAdditionalInfo span {
	margin-right: 16px;
}
.userBlock p.userAdditionalInfo span a {
	font-weight: normal;
	margin: 0 6px;
}
/* Author latest  &  Related by tag */
.itemRelated, .itemAuthorLatest {

}
.itemAuthorLatest {
	float:left;
}
.itemRelated h3, .itemAuthorLatest h3 {
	font: normal 24px 'Arial';
	color: #0F222B;
	text-transform: none;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 8px 0;
	padding: 0;
}
.itemRelated h3 span, .itemAuthorLatest h3 span {
}
.itemAuthorLatest ul, .itemRelated ul {
	padding:0;
}
.itemAuthorLatest ul li:hover,
.itemAuthorLatest ul li {
	list-style: none;
	font-size: 12px;
	background: url("templates/leo_travel/images/default/icon-arrow.png") no-repeat scroll left 10px ;
	padding-left: 12px;
}
.itemRelated ul li:hover a, .itemAuthorLatest ul li:hover a{
	color: #347CC4;
}
.itemRelated ul li a, .itemAuthorLatest ul li a {
	line-height: 25px;
}
/* Video */
.catItemVideoBlock, .itemVideoBlock {
	margin:0 0 16px 0;
	padding:16px;
	background:#010101 url(templates/leo_travel/images/system/videoplayer-bg.gif) repeat-x bottom;
}
.catItemVideoBlock .catItemVideoEmbedded, .itemVideoBlock .itemVideoEmbedded {
	text-align:center;
} /* for embedded videos (not using AllVideos) */
.catItemVideoBlock span.catItemVideo, .itemVideoBlock span.itemVideo {
	display:block;
	overflow:hidden;
}
.itemVideoBlock span.itemVideoCaption {
	color:#eee;
	float:left;
	display:block;
	font-size:12px;
	font-weight:bold;
	width:60%;
}
.itemVideoBlock span.itemVideoCredits {
	color:#eee;
	float:right;
	display:block;
	font-style:italic;
	font-size:12px;
	width:35%;
	text-align:right;
}
/* Image Gallery */
.catItemImageGallery, .itemImageGallery {
	margin:0 0 16px 0;
	padding:0;
}
/* Article navigation */
.itemNavigation {
	margin: 20px 3px;
	padding: 10px 15px;
	clear: both;
	 border: 1px solid #ccc;
	overflow: hidden;
}
.itemNavigation span.itemNavigationTitle {
	display: block;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: normal;
	 font-family:"Arial";
	color: #2d7cc8;
	 text-align: center;
	 
}
.itemNavigation a.itemPrevious, .itemNavigation a.itemNext {
	font-size: 12px;
	padding: 0 12px 0 0;
}
.itemNavigation a.itemPrevious {
	float: left;
}
.itemNavigation a.itemNext {
	float: right;
}
/* Comments */
.leo-comment {
 overflow: hidden;}
.leo-comment-left {

  }
  .leo-comment-right {
 }
.itemComments {
	overflow: hidden;
	clear: both;
}
.itemCommentsForm {
	padding: 12px 0;
	clear: both;
}
.itemComments ul.itemCommentsList {}
.itemCommentsForm form {
	margin: 0 ;
	list-style:none;
	clear: both;
	 overflow: hidden;
}
.itemCommentsForm > h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	color: #222;
	margin: 0;
}
.itemComments ul.itemCommentsList li {
	padding: 10px;
	margin: 20px 0 0 116px;
	line-height: 1.8;
	  background: #fff;
	   border: 1px solid #ccc;
	    border-radius: 5px;
}
.itemComments ul.itemCommentsList li:first-child {
	margin-top: 0;
}
.itemComments ul.itemCommentsList li > div {
}
.itemComments ul.itemCommentsList li.odd {
}
.itemComments ul.itemCommentsList li.authorResponse {
}
.itemComments ul.itemCommentsList li img {
	float:left;
	padding: 5px;
	border: 1px solid #eee;
	 margin-left:-120px;
	  background: #fff;
	   box-shadow:0 0 3px #aaa;
	 -webkit-border-radius : 100px;
	  -o-border-radius : 0;
	   -moz-border-radius : 100px;
	    -ms-border-radius : 100px;
	  
}

.itemComments ul.itemCommentsList li span.commentDate {
	font-size: 12px;
	font-weight: normal;
	color: #b6a176;
}
.itemComments ul.itemCommentsList li p {
	padding:3px 0;
	margin: 0;
}
.itemComments ul.itemCommentsList li span.commentAuthorEmail {
	display:none;
}
.itemComments ul.itemCommentsList li span.commentLink a {
	float: right;
	font-size: 12px;
	font-style: italic;
}
.itemCommentsPagination {
	padding:4px;
	margin:0 0 24px 116px;
}
.itemCommentsPagination span.pagination {
	display:block;
	float:right;
	clear:both;
}
.itemComments .commentAuthorName a {
	display: block;
	padding: 9px 12px 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.itemCommentsForm p.itemCommentsFormNotes {
	font-size:14px;
	margin: 0x;
	color: #888
}
.itemCommentsForm form label {
	display:block;
	font-size: 14px;
	 font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 4px;
	margin:12px 0 0 2px;
}
.itemCommentsForm form input.inputbox, .itemCommentsForm form textarea.inputbox {
	display:block;
	width: 96%;
	margin:0;
}
.itemCommentsForm form textarea.inputbox {
	height:160px;
}
.itemCommentsForm form input#submitCommentButton {
	margin: 30px 0 0;
}
.itemCommentsForm form span#formLog {
	margin:0 0 0 20px;
	padding:0 0 0 20px;
	font-weight:bold;
	color:#2d7cc8;
}
.itemCommentsForm form .formLogLoading {
	background:url(templates/leo_travel/images/system/loading.gif) no-repeat left center;
}
/* Back to top link */
.itemBackToTop {
	    float: right;
    height: 22px;
    line-height: 22px;
    margin: -37px 0;
}
.itemBackToTop a {
	background: url(templates/leo_travel/images/default/icon-top.png) no-repeat scroll left bottom;
	    display: inline-block;
    height: 22px;
    text-indent: -999em;
    width: 62px;
}
/* --- Category block --- */
.itemListCategory {
	margin:0 0 36px;
}
span.catItemAddLink, span.userItemAddLink {
	clear:both;
	display:block;
	text-align:right;
	padding:4px;
	margin:0 0 4px 0;
	border-bottom:1px solid #eee;
}
.latestItemsCategoryImage {
	text-align:center;
}
.latestItemsCategoryImage img, .itemListCategory img {
	float:left;
	display:block;
	background:#fff;
	margin:0 24px 20px 0;
}
.latestItemsCategory h2, .itemListCategory h2 {
	font-size:24px;
	line-height: 24px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.latestItemsCategory p, .itemListCategory p {
	margin:2px 0!important;
}
/* --- Sub-category block --- */
.itemListSubCategories {
	margin-bottom: 32px;
}
.itemListSubCategories h2 {
    color: #333333;
    font: 18px "Arial";
    margin: 5px 0 ;
    padding: 0 ;
	clear:both;
}
.subCategory {
	overflow: hidden;
	margin: 0 10px;
	padding: 16px 0;
}
.subCategory h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 6px 0;
	 display: inline-block;
}
.subCategory h3 span {
	font-size: 16px;
	color: #2d7cc8;
}
.subCategory a.subCategoryImage {
	float: left;
	margin-right: 32px;
}
.subCategory a.subCategoryImage img {
	margin: 3px 7% 3px 3px;
	padding: 1px;
	background: #fff;
	border:1px solid #dadada;
}
.subCategory p {
	line-height: 1.6;
}
.subCategory a.k2ReadMore {
	float: right
}
/* --- Item groups --- */
#itemListLinks {
	margin:10px 0;
}
#itemListLinks h4 {
	 font: 24px "Arial";
	 margin: 5px 0;
}
#itemListLinks .catItemView {
	background: url(templates/leo_travel/images/default/icon-li.png) no-repeat scroll left 50% !important;
    padding: 2px 10px !important;
	border-bottom:none;
}
#itemListLinks .catItemView a{
	color: #333;
}
#itemListLinks .catItemView a:hover{
	color: #2d7cc8;
}
.itemContainer {
	margin: 0;
	float: left;
}
/* --- Item block for each item group --- */
.latestItemList {
	margin: 32px 0;
	overflow: hidden;
}
.latestItemView {
	margin-top: 32px!important;
}
.latestItemView:first-child {
	margin-top: 0!important;
}
.itemListView .itemList {
}
/* Additional class appended to the element above for further styling per group item */
.groupLinks {
	padding:0;
	margin:0;
}
/*link date*/
.catItemDateCreated { 
    display: inline-block;
    line-height: 120%;
    padding: 2px;
	color: #a7a7a7;
	font-size: 11px;
	text-shadow: 0 1px 0 !fff;
	margin-top: 7px;
}
/* Anchor link to comments */
.catItemCommentsLink {
	background: url(templates/leo_travel/images/default/icon-comment.png) no-repeat scroll left 50% ;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 120%;
    padding: 2px 0 2px 22px;
	color: #999999;
	margin-left: 5px;
	margin-top: 7px;
	float: right;
}
.catItemCommentsLink a {
	color: #a7a7a7;
}
.catItemCommentsLink a:hover {
	color: #2d7cc8;
}
/* Read more link */
.catItemReadMore {
	font-size:100%;
	display:inline;
}
.catItemReadMore a:hover.k2ReadMore {
}
.itemListView .k2Pagination ul, .genericView .k2Pagination ul, .userView .k2Pagination ul {
	border-top: none!important;
	margin: 0;
	padding: 0;
}
/* Items presented in a list */
h2.latestItemTitleList {
	font-size:14px;
	padding:2px 0;
	margin:8px 0 2px 0;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #eee;
	line-height:normal;
}
/*----------------------------------------------------------------------
	Component: Register & profile page views (register.php & profile.php)
----------------------------------------------------------------------*/
.k2AccountPage table tr td label {
	white-space:nowrap;
}
img.k2AccountPageImage {
	border:1px solid #eee;
	margin:10px 0;
	padding:0;
	display:block;
}
.k2AccountPage .k2AccountPageNotice {
	padding:8px;
}
.k2AccountPage .k2AccountPageUpdate {
	border-top:1px dotted #eee;
	margin:8px 0;
	padding:8px;
	text-align:right;
}
/*----------------------------------------------------------------------
	Modules: mod_k2_comments
----------------------------------------------------------------------*/

/* Latest Comments & Author module*/
.k2LatestCommentsBlock ul {
	padding: 0 0 12px 0 !important;
	margin: 0 !important
}
.k2LatestCommentsBlock ul li, .k2TopCommentersBlock ul li {
	padding: 8px 0!important;
	list-style: none !important;
	background:none!important;
	line-height:1.3!important;
	font-weight: normal;
	border-top:  1px dotted #e5e5e5;
}
.k2LatestCommentsBlock ul li:first-child {
	margin-top: 0!important;
	border-top: none;
}
.k2LatestCommentsBlock .k2CommentItem {
	border-top: none;
	margin: 0 0 0 71px;
}
.k2LatestCommentsBlock ul li .k2Avatar, .itemComments ul.itemCommentsList li .commentAuthorAvatar, .k2AuthorsListBlock .k2Avatar {
	
}
.k2LatestCommentsBlock ul li a.lcAvatar img, .itemComments ul.itemCommentsList li .commentAuthorAvatar img, .k2AuthorsListBlock .abAuthorAvatar img {
	display:block;
	margin: 0 15px 0 0!important;
	padding: 1!important;
	border:1px solid #dadada;
	background:#fff;
}
.itemComments ul.itemCommentsList li .commentAuthorAvatar {
	margin-left: -60px!important;
	margin-top: 16px!important;
}
.k2CommentItem p {
	margin: 0 0 8px;
}
.k2CommentItem span {
	display: block;
	font-size: 12px;
	padding: 2px 0 0;
	color: #888
}
.k2LatestCommentsBlock ul li span.lcUsername {
    display: block;
    font-size: 10px;
    margin: 6px 0 0;
}
.k2LatestCommentsBlock ul li span.lcCommentDate {
    color: #878787;
    display: block;
    font-size: 10px;
    padding-bottom: 0;
}
.k2AuthorsListBlock ul li {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem {
	display:block;
	clear:both;
	margin: 12px 0 0;
	padding: 0 0 0 12px;
	font-size: 12px;
	line-height: 14px;
	background: url('templates/leo_travel/images/bullet.png') no-repeat 0 5px
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem span {
	display: block;
	font-size: 10px;
	color: #777
}
/* Top Commenters */
.k2TopCommentersBlock ul li span.tcLatestCommentDate {
}
.tcUsername {
	font-size: 18px;
	color: #333;
}
.tcLatestComment {
	display: block;
	margin: 6px 0;
	font-size: 12px;
	color: #777;
	line-height: 16px;
}
.tcLatestCommentDate {
	display: block;
	font-size: 12px;
	color: #999
}
/*----------------------------------------------------------------------
	Modules: mod_k2_content
----------------------------------------------------------------------*/
div .k2ItemsBlock ul {
}
div .k2ItemsBlock ul li {
	margin:0;
	background: none!important;
	padding:10px 0;
	border-top: 1px dotted #dbdbdb;
}
div .k2ItemsBlock ul li:first-child {
	border-top: none;
}
div .k2ItemsBlock ul li img {
	margin-right: 10px;
	border: 1px solid #DFDFDF;
	padding: 3px;
}
.k2ItemsBlock ul li.odd {
}
.k2ItemsBlock ul li a.moduleItemTitle {
    font: bold 13px 'Arial';
	color: #707070;
}
.k2ItemsBlock ul li a:hover.moduleItemTitle {
	color:#347cc4;
}
.k2ItemsBlock ul li .moduleItemAuthor {
	color:#666;
	font-size:90%;
}
.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {
	border:1px dotted #dadada;
	display:block;
	float:right;
	height:auto;
	margin:0 4px 0 0;
	padding:2px;
	width:14px;
}
.k2ItemsBlock ul li .moduleItemIntrotext {
	display:block;
	padding:0 0 0 21px;
	line-height:1.6;
}
.k2ItemsBlock ul li .moduleItemIntrotext a.moduleItemImage img {
	float:left;
	overflow: hidden;
	margin:4px 0;
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
	display:block;
	float:left;
	font-weight:bold;
	margin:0 4px 0 0;
	width:30%;
}
.k2ItemsBlock ul li a.moduleItemCategory {
	font-size:90%;
}
.k2ItemsBlock ul li .moduleItemTags {
	font-size:90%;
}
.k2ItemsBlock ul li .moduleItemTags a {
	padding:0 2px;
}
.k2ItemsBlock ul li .moduleAttachments {
	font-size:90%;
}
a.moduleItemComments {
}
a:hover.moduleItemComments {
}
.k2ItemsBlock ul li .module-extrainfo {
	overflow: hidden;
	margin-top:5px;
}
.k2ItemsBlock ul li a.moduleItemComments {
	background: url(templates/leo_travel/images/default/icon-comment.png) no-repeat scroll left 50% ;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 120%;
    padding: 0 0 0 22px;
	margin: 0;
	border-right: none;
	float:left;
	color: #999;
}
.k2ItemsBlock ul li span.moduleItemDateCreated {
	border-right: 1px solid #999999;
    display: inline-block;
    float: left;
    line-height: 100%;
    padding-right: 3px;
	color: #999;
	font-size:10px;
}
.k2ItemsBlock .moduleItemImage {
	overflow: hidden;
	float: left;
}
.k2ItemsBlock a.moduleCustomLink {
	font-size:90%;
}
.k2ItemsBlock .k2FeedIcon {
	padding: 0;
	margin-top: -20px;
}
/*--- Modules: mod_k2_login ---*/
.k2LoginBlock fieldset.input {
	margin:0;
	padding:0 0 8px 0;
}
.k2LoginBlock fieldset.input p {
	margin:0;
	padding:0 0 4px 0;
}
.k2LoginBlock fieldset.input p label {
	display:block;
}
.k2LoginBlock fieldset.input p input {
	display:block;
}
.k2LoginBlock fieldset.input p#form-login-remember label, .k2LoginBlock fieldset.input p#form-login-remember input {
	display:inline;
}
.k2UserBlock p.ubGreeting {
	border-bottom:1px dotted #eee;
}
.k2UserBlock .k2UserBlockDetails span.ubName {
	display:block;
	font-weight:bold;
	font-size:14px;
}
/* --- Modules: mod_k2_tools ---*/

/* --- Breadcrumbs --- */
.k2BreadcrumbsBlock span.bcTitle {
	padding:0 4px 0 0;
	color:#999;
}
.k2BreadcrumbsBlock span.bcSeparator {
	padding:0 4px;
	font-size:14px;
}
/* --- Calendar --- */
.k2CalendarBlock {
	margin-bottom:8px;
} /* use this height value so that the calendar height won't change on Month change via ajax */
.k2CalendarLoader {
	background:#fff;
}
table.calendar {
	width: 100%;
	margin:13px auto;
	background:#fff;
	border-collapse:collapse;
}
table.calendar tr td {
	text-align:center;
	vertical-align:middle;
	padding: 3px;
	border:1px solid #eee!important;
	background:#fff;
}
table.calendar tr td.calendarNavMonthPrev, table.calendar tr td.calendarNavMonthNext {
	background: #fff;
	text-align: center;
	font-size: 15px !important;
}
table.calendar tr td.calendarNavMonthPrev a, table.calendar tr td.calendarNavMonthNext a {
	text-decoration:none;
}
table.calendar tr td.calendarNavMonthPrev a:hover, table.calendar tr td.calendarNavMonthNext a:hover {
	text-decoration:none;
}
table.calendar tr td.calendarCurrentMonth {
	background:#fff;
	font-size: 13px;
	text-transform: none;
	color: #707070;
	font-weight: bold;
}
table.calendar tr td.calendarDayName {
	background: #f5f5f5;
	font-size:12px;
	width:14.2%;
	color: #333;
	font-weight: 600
}
table.calendar tr td.calendarDateEmpty {
	background:#fbfbfb;
}
table.calendar tr td.calendarDate {
	font-size: 12px;
}
table.calendar tr td.calendarDateLinked {
	padding:0;
}
table.calendar tr td.calendarDateLinked a {
	display:block;
	padding:2px;
	text-decoration:none;
	background:#fff;
}
table.calendar tr td.calendarDateLinked a:hover {
	display:block;
	background:#222;
	color:#fff;
	padding:2px;
	text-decoration:none;
}
table.calendar tr td.calendarToday {
	background:#f5f5f5;
	color:#000;
}
table.calendar tr td.calendarTodayLinked {
	background:#2d7cc8;
	color:#fff;
	padding:0;
}
table.calendar tr td.calendarTodayLinked a {
	display:block;
	padding:2px;
	color:#fff;
	text-decoration:none;
}
table.calendar tr td.calendarTodayLinked a:hover {
	display:block;
	background:#eb5e11;
	color: #fff;
	padding:2px;
	text-decoration:none;
}
/* --- Category Tree Select Box --- */
.k2CategorySelectBlock form select {
	width:auto;
}
/* --- Tag Cloud --- */
.k2TagCloudBlock {
	padding:8px 0;
	font-size: 15px;
}
.k2TagCloudBlock a {
	float:left;
	display:block;
	margin: 0;
	padding: 4px 3px;
	line-height: 1;
	text-decoration: none;
}
.k2TagCloudBlock a:hover {
}
.k2TagCloudBlock a.small-tag {
	font-weight: normal;
}
.k2TagCloudBlock a.medium-tag {
	font-weight:bold;
}
.k2TagCloudBlock a.big-tag {
	font-weight: bold;
}
/* --- Google Search --- */
#k2Container .gsc-branding-text {
	text-align:right;
}
#k2Container .gsc-control {
	width:100%;
}
#k2Container .gs-visibleUrl {
	display:none;
}
/* --- Modules: mod_k2_users ---*/
a.ubUserFeedIcon, a.ubUserFeedIcon:hover {
	display:inline-block;
	margin:0 2px 0 0;
	padding:0;
	width:16px;
	height:16px;
	background:url(templates/leo_travel/images/fugue/feed.png) no-repeat 50% 50%;
}
a.ubUserFeedIcon span, a.ubUserFeedIcon:hover span {
	display:none;
}
a.ubUserURL, a.ubUserURL:hover {
	display:inline-block;
	margin:0 2px 0 0;
	padding:0;
	width:16px;
	height:16px;
	background:url(templates/leo_travel/images/fugue/globe.png) no-repeat 50% 50%;
}
a.ubUserURL span, a.ubUserURL:hover span {
	display:none;
}
span.ubUserEmail {
	display:inline-block;
	margin:0 2px 0 0;
	padding:0;
	width:16px;
	height:16px;
	background:url(templates/leo_travel/images/fugue/mail.png) no-repeat 50% 50%;
	overflow:hidden;
}
span.ubUserEmail a {
	display:inline-block;
	margin:0;
	padding:0;
	width:16px;
	height:16px;
	text-indent:-9999px;
}
.k2UsersBlock ul li h3 {
	clear:both;
	margin:8px 0 0 0;
	padding:0;
}
.catCounter {
	color: #888;
	font-size: 12px;
	font-weight: normal;
}
/* Other fixes */
.subCategoryContainer, .latestItemsContainer {
	float: left;
}
.latestItemsContainerWrap {
	padding: 0 30px 0 0;
}
.catItemLinks {
 overflow: hidden;
 float: right;
}
.catItemReadMore {
	float: left;
}
.genericView .catItemView {
	margin-bottom: 20px;
}
/* Fix for the joomla.css rules */
#k2Container .spshare {
 overflow:hidden;
  background: url(templates/leo_travel/images/default/border-v.png) repeat-x scroll left bottom ;
   padding-bottom: 10px;
 }
 /*tag + user*/
.userItemView,
.tagItemView {
	padding: 10px;
	border-bottom: 1px dashed #dadada;
}
.tagItemImageBlock {
	float: left;
}
.userItemImageBlock .userItemImage,
.tagItemImageBlock .tagItemImage {
	margin-right: 20px;
  }
.userItemDateCreated,
.tagItemDateCreated,
.tagItemCategory {
    margin-right: 15px;
	font-style: italic;
	font-size:11px;
}
.userItemTitle,
.tagItemTitle {
	font: 24px "Arial";
	margin: 0;
	padding-bottom: 5px;
}
div.userBlock img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #dadada;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 1px;
}
div.simpleTabsContent.currentTab .simpleTabsContent {
	display: block;
}
div.simpleTabsContent .simpleTabsContent{
	padding: 0;
}
div.simpleTabs div.simpleTabsContent {
	border: none;
}
div.simpleTabs {
	margin-left: -10px;
	padding-top: 4px!important;
	background: url(templates/leo_travel/images/default/border-h.png) repeat-x scroll left top;
	border-bottom: 1px dotted #BBBBBB;
}
div.simpleTabs ul.simpleTabsNavigation {
	background: url(templates/leo_travel/images/default/border-h.png) repeat-x scroll left bottom;
	padding-bottom: 4px;
	margin: 0;
	display:inline-block;
	width: 100%;
}
.simpleTabs ul.simpleTabsNavigation li {
	float: left;
}
.simpleTabs ul.simpleTabsNavigation li a.current:hover,
.simpleTabs ul.simpleTabsNavigation li a.current {
	border: none;
	color: #4da8ca;
	background: url(templates/leo_travel/images/default/bg-tab-right.png) no-repeat scroll right top #f1f1f1;
	position: relative;
}
.simpleTabs ul.simpleTabsNavigation li a.current:hover:before,
.simpleTabs ul.simpleTabsNavigation li a.current:before {
	background: url(templates/leo_travel/images/default/bg-tab-left.png) no-repeat scroll right top #f1f1f1;
	content: "";
	position: absolute;
	width: 19px;
	height: 39px;
	top:0;
	left:0;
	z-index: 5;
}
.simpleTabs ul.simpleTabsNavigation li.first a.current:hover:before,
.simpleTabs ul.simpleTabsNavigation li.first a.current:before{
	background: none;
}
 
.simpleTabs ul.simpleTabsNavigation li a:hover{
	color: #4da8ca;
	background:none;
}

.simpleTabs ul.simpleTabsNavigation li a {
    background-color: #fff;
    border: none;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
	padding: 0 20px;
	display: inline-block;
	line-height: 39px;
	text-transform: uppercase;
	font-weight: bold;
}
.itemRelated ul li {
    clear: both;
    overflow: hidden;
    padding: 10px;
}
.itemRelated ul li div{
}
.itemRelated a.itemRelImage {
	float: left;
	margin-right: 20px;
}

.itemRelated .itemRelImage img.itemRelImg {
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 3px;
}
.itemRelated ul li a.itemRelTitle {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #777;
}

.k2Default .itemRelated, .k2Default .itemAuthorLatest {
    float: left;
    width: 100%;
}
.k2Default .itemRelated ul li img.itemRelImg {
	 border: 1px solid #dfdfdf;
	 background: #fff;
	  padding: 3px;
	margin-right: 15px;
	 float: left;
}
.k2Default .itemToolbar {
	padding-bottom: 10px;
}
.k2Default .itemIntroText {
	border-top: none;
}

.itemFullText  {
	width: 900px
}

.latestItemView,.catItemView {
	margin-bottom: 16px !important;
	border-bottom: 1px dashed #eee; padding-bottom: 10px;
}/**
 * ------------------------------------------------------------------------
 * JA Typo plugin For Joomla 1.7
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 JoomlArt.com. All Rights Reserved.
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 * Author: JoomlArt.com
 * Websites: http://www.joomlart.com - http://www.joomlancers.com.
 * ------------------------------------------------------------------------
 */
/* TYPO HEAD
-------------------------------------------------------------*/
#ja-typo-head {
	background: #fff;
	padding: 0;
}

ul#ja-typo-nav {
	margin: 0;
	padding: 0;
}

ul#ja-typo-nav li {
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	float: left;
}

ul#ja-typo-nav li a {
	display: block;
	padding: 30px 10px 10px;
	color: #666;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}

ul#ja-typo-nav li a:hover,
ul#ja-typo-nav li a:active,
ul#ja-typo-nav li a:focus {
	color: #333;
}

ul#ja-typo-nav li.active a {
	background: #333;
	color: #fff;
}

/* Clearfix
-------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* TYPO PAGE LAYOUT
-------------------------------------------------------------*/
.ja-typo-blockswrap {
	margin: 15px 0;
}

.ja-typo-blockrow {
	border-bottom: 1px dotted #ddd;
	padding: 0 0 20px;
}

.ja-typo-block { float: left; padding-top: 20px; }
.ja-typo-blockct { padding: 0 10px; }

.ja-typo-blockswrap .cols-1 .ja-typo-block { width: 100%; float: none; }
.ja-typo-blockswrap .cols-2 .ja-typo-block { width: 50%; float: left; }
.ja-typo-blockswrap .cols-3 .ja-typo-block { width: 33%; float: left; }
.ja-typo-blockswrap .cols-4 .ja-typo-block { width: 24% !important; float: left; position: relative; z-index: 0; }
.ja-typo-blockswrap .cols-5 .ja-typo-block { width: 19.9%; float: left; }
.ja-typo-blockswrap .cols-6 .ja-typo-block { width: 16.5%; float: left; }

.ja-typo-blockswrap .ja-typo-block:hover {
	z-index: 2 !important;
}

.ja-typo-blockswrap .ja-typo-block.last { float: right; }

.ja-typo-blockswrap h1.ja-typo-title {
	font-size: 175%;
	border-bottom: 8px solid #ddd;
	padding: 5px;
	margin: 0;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	color: #666;
}

.ja-typo-blockswrap:hover h1.ja-typo-title  {
	border-color: #333;
	color: #333;
}

.ja-typo-blockswrap h2.ja-typo-title {
	font-size: 115%;
	margin: 0;
	padding: 0 10px;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.ja-typo-blockswrap h2.ja-typo-title span {
	background: #f2f2f2;
	color: #666;
	padding: 3px 10px;
	display: inline-block;
}

.ja-typo-blockswrap:hover h2.ja-typo-title span  {
	background: #ddd;
	color: #333;
}

.ja-typo-blockrow > h2.ja-typo-title {
	margin-bottom: 0;
	margin-top: 20px;
}

/* Blockswrap Actions ---*/
.ja-typo-blocks-actions {
	font-size: 85%;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #999;
}

.ja-typo-blocks-actions a {
	font-size: 85%;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c00;
	text-decoration: none;
}

#jatypo-wrap .ja-typo-blockswrap h2.ja-typo-title {
	padding: 0;
	border-bottom: 2px solid #DDDDDD;
	font-size: 100%;
}

#jatypo-wrap .ja-typo-blockswrap h1.ja-typo-title {
	padding: 0;
	border-bottom: 2px solid #DDDDDD;
	font-size: 100%;
	margin: 0 10px;
}

#jatypo-wrap .ja-typo-blockswrap h2.ja-typo-title span {
	background: none;
	padding: 3px 0;
	color: #0088cc;
}

#jatypo-wrap .ja-typo-blockswrap h1.ja-typo-title span {
	background: none;
	padding: 3px 0;
	color: #0088cc;
}

/* Block Actions ---*/
#ja-typo .typo-wrap {}

#ja-typo .typo-wrap a.typo-view-details {
	background: #333;
	border: 1px solid #1f1f1f;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	padding: 2px 8px 1px;
}

.jatypo-btn span {
	padding: 0px 24px 0px 6px !important;
	color: #333 ;
	cursor: pointer !important;
}

.jatypo-btn span:hover {
	color: #0B55C4;
}

#jatypo-wrap {
	display: block;
	position: absolute;
	top: -999em;
	left: -999em;
	width: 700px;
	height: 600px;	
	border: solid 1px #ccc;
	background: #fff;
	z-index: 1000;
	padding: 5px;
	overflow: scroll;
}

#jatypo-wrap .typo {
	position: relative;
	z-index: 0;
	padding: 5px 0px 5px 0;
	cursor: pointer;
	border-bottom: solid 1px #ddd;
	margin: 0;
	vertical-align: top;
}

#jatypo-wrap .typo:hover {
	z-index: 2;
	background: #feffe8;
}

#jatypo-wrap td:hover .typo {
	background: #feffe8;
}

#jatypo-wrap .sample {
	display: none;
	position: absolute;
	z-index: 999;
	border: solid 1px #bab598;
	background: #f8f8f8;
	padding: 10px;
	min-width: 250px;
}

#jatypo-wrap .typo-over .sample {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50px;
	z-index: 1000;
}
/*reposition sample popup*/
#jatypo-wrap .typo-top .sample {top: 20px; bottom: auto;}
#jatypo-wrap .typo-bottom .sample {top: auto; bottom: 20px;}
#jatypo-wrap .typo-left .sample {left: 50px;	right: auto;}
#jatypo-wrap .typo-right .sample {left: auto;	right: 140px;}

#jatypo-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

#jatypo-wrap ul {
	padding: 0px;
	margin: 0px;
}

#jatypo-wrap ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}  

#jatypo-wrap ul.uordered {
	padding-left: 22px;
}  

.typo span.titlte {
	font-weight: bold !important;
	padding: 2px 0px;
}

#jatypo-wrap span:hover.title {
	color: navy;
}

/* Addon */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*Fix error K2 conflict css*/
.k2ItemFormEditor {
	padding: 0px !important;
}

/* Editor Reset */
.defaultSkin #jform_articletext_path {
	white-space: normal !important;
}

/*---Fix error button ja typo--*/
.button2-left .jatypo-btn a {padding-left:0;}
.button2-left .jatypo-btn span {padding-left:0 !important}/**
 * ------------------------------------------------------------------------
 * JA Typo plugin For Joomla 1.7
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 JoomlArt.com. All Rights Reserved.
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 * Author: JoomlArt.com
 * Websites: http://www.joomlart.com - http://www.joomlancers.com.
 * ------------------------------------------------------------------------
 */
/*=======================
Typography Old style
========================*/ /* SPECIAL CONTENT
-----------------------------------------------------------------*/
	/* Pre, Code ---*/
pre,.code {
	background-color: #ffffdd !important;
	border: 1px solid #ccc !important;
	border-left-width: 5px !important;
	font: 1em/ 1.5 Monaco, Consolas, "Courier News", monospace !important;
	padding: 10px 15px !important;
}

/* Inline Words Hilite ---*/
.highlight {
	background: #ffffdd;
	font-weight: bold;
	padding: 1px 5px;
}

/* Dropcap ---*/
.dropcap {
	display: block;
	float: left;
	font: 60px/ 40px Georgia, Times, serif;
	padding: 7px 8px 0 0;
}

*+html .dropcap {
	padding-bottom: 15px;
}

.blockdropcap {
	padding: 5px 0 5px 55px !important;
	position: relative;
}

.dropcap-1,.dropcap-2,.dropcap-3 {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/dropcap-bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font: bold 20px/ normal Arial, sans-serif;
	height: 44px;
	left: 0;
	line-height: 44px !important;
	position: absolute;
	text-align: center;
	top: 0;
	width: 44px;
}

.dropcap-1 {
	background-position: left top;
}

.dropcap-2 {
	background-position: left -44px;
}

.dropcap-3 {
	background-position: left -88px;
}

/* Blockquote ---*/
blockquote {
	font-family: Georgia, Times, serif;
	font-size: 100%;
}

blockquote span.open {
	background: url(plugins/system/jatypo/jatypo/typo/images/so-q.gif) no-repeat left top;
	display: inline-block;
	padding: 0 0 0 20px;
}

blockquote span.close {
	background: url(plugins/system/jatypo/jatypo/typo/images/sc-q.gif) no-repeat bottom right;
	display: inline-block;
	padding: 0 20px 0 0;
}

/* sub & sup tags ---*/
sub,sup {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}

/* LIST
-----------------------------------------------------------------*/
	/* Special list style ---*/
ul.checklist li,ul.starlist li,ul.arrowlist li,ul.bulletlist li,ul.crosslist li,ul.addlist li
	{
	background-position: top left !important;
	background-repeat: no-repeat !important;
	margin-left: 8px;
	overflow: hidden;
	padding-left: 22px !important;
	position: relative;
	list-style: none;
}

ul.checklist li {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/list-check.png) !important;
}

ul.starlist li {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/list-star.png) !important;
}

ul.arrowlist li {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/list-arrow.png) !important;
}

ul.bulletlist li {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/list-bullet.png) !important;
}

ul.crosslist li {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/list-cross.png) !important;
}

ul.addlist li {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/list-add.png) !important;
}

ul.blanklist li {
	background: none !important;
	overflow: visible !important;
	padding: 0 !important;
	margin: 0 0 5px !important;
}

ul.bookmark-links li {
	background: url(plugins/system/jatypo/jatypo/typo/images/arrow.png) no-repeat 0 10px !important;
	border-bottom: 1px dotted #e6e6e6;
	padding: 5px 0 5px 10px !important;
}

/* ICON STYLE
-----------------------------------------------------------------*/
.icon {
	background-position: left top !important;
	background-repeat: no-repeat !important;
	padding-left: 25px !important;
	position: relative;
}

.icon-error {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-error.png) !important;
	color: #CC0000;
}

.icon-message {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-message.png) !important;
	color: #2C79B3;
}

.icon-tips {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-tips.png) !important;
	color: #E58C00;
}

.icon-note {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-note.png) !important;
}

.icon-rss {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-rss.png) !important;
}

.icon-tag {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-tag.png) !important;
}

.icon-cart {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-cart.png) !important;
}

.icon-page {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-page.png) !important;
}

.icon-photo {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-photo.png) !important;
}

.icon-calendar {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-calendar.png) !important;
}

.icon-user {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-user.png) !important;
}

.icon-key {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-key.png) !important;
}

.icon-group {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-group.png) !important;
}

.icon-birthday {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-birthday.png) !important;
}

.icon-address {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-address.png) !important;
}

.icon-phone {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-phone.png) !important;
}

.icon-mobi {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-mobi.png) !important;
}

.icon-fax {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-fax.png) !important;
}

.icon-email {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-email.png) !important;
}

.icon-website {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-website.png) !important;
}

.icon-yahoo {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-yahoo.png) !important;
}

.icon-gmail {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-gmail.png) !important;
}

.icon-skype {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-skype.png) !important;
}

.icon-msn {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-msn.png) !important;
}

.icon-facebook {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-facebook.png) !important;
}

.icon-twitter {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-twitter.png) !important;
}

.icon-demo,.icon-download,.icon-discussion,.icon-info,.icon-readmore,.icon-doc,.icon-signup,.icon-login,.icon-submit,.icon-extension
	{
	background-position: left 5px !important;
	padding-left: 30px !important;
}

.icon-demo {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-demo.png) !important;
}

.icon-download {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-download.png) !important;
}

.icon-discussion {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-discussion.png) !important;
}

.icon-info {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-info.png) !important;
}

.icon-readmore {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-readmore.png) !important;
}

.icon-doc {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-doc.png) !important;
}

.icon-signup {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-signup.png) !important;
}

.icon-login {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-login.png) !important;
}

.icon-submit {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-submit.png) !important;
}

.icon-extension {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icon-extension.png) !important;
}

/* BOXES AND LEGENDS
-----------------------------------------------------------------*/
	/* Box style ---*/
.box-notice,.box-success,.box-error {
	border: 3px solid #ddd;
	margin: 15px 0;
	padding: 10px 10px 10px 40px !important;
}

.box-notice {
	background: url(plugins/system/jatypo/jatypo/typo/images/box-note.png) no-repeat scroll 10px center
		#fff6bf;
	border: 1px solid #ffd324;
	color: #514721;
}

.box-success {
	background: url(plugins/system/jatypo/jatypo/typo/images/box-success.png) no-repeat scroll 10px center
		#E6EFC2;
	border: 1px solid #C6D880;
	color: #264409;
}

.box-error {
	background: url(plugins/system/jatypo/jatypo/typo/images/box-error.png) no-repeat scroll 10px center
		#FBE3E4;
	border: 1px solid #FBC2C4;
	color: #8A1F11;
}

.box-sticky,.box-download,.box-blank,.box-hilite {
	border: 1px solid #ddd;
	margin: 15px 0;
	padding: 10px !important;
}

.box-sticky {
	background: url(plugins/system/jatypo/jatypo/typo/images/icon-big-sticky.png) no-repeat 10px center
		#ffffcc;
	border: 1px dotted #cc8500;
	padding-left: 50px !important;
}

.box-download {
	background: url(plugins/system/jatypo/jatypo/typo/images/icon-big-download.png) no-repeat 10px center
		#e9f5fb;
	border: 1px dotted #0088cc;
	padding-left: 50px !important;
}

.box-blank {
	
}

.box-hilite {
	background: #ffffdd;
	border-color: #d2d2b6;
}

/* Legend ---*/
.legend,.legend-hilite {
	border: 1px solid #ccc;
	margin: 20px 0;
	padding: 10px 10px 0;
	position: relative; *
	zoom: 1;
}

.legend-title {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	float: left;
	font-size: 125%;
	font-weight: bolder;
	left: 7px;
	line-height: 1.2;
	margin: 0 !important;
	padding: 5px !important;
	position: absolute;
	top: -15px;
}

.legend-hilite {
	border: 1px solid #0088cc;
}

.legend-hilite .legend-title {
	border: 1px solid #0088cc;
	color: #006699;
}

/* BUDDLES
-----------------------------------------------------------------*/
	/* Talking box. Thinking box. ---*/
div.bubble {
	padding-bottom: 20px;
	position: relative;
}

div.bubble .box-ct {
	padding: 16px;
	position: relative;
}

div.bubble .box {
	height: 16px;
	position: absolute;
	width: 16px;
}

div.bubble .tl,div.bubble .tr,div.bubble .br,div.bubble .bl {
	background-repeat: no-repeat;
	position: absolute;
}

div.bubble .tl {
	background-position: left -20px;
	left: 0;
	top: 0;
}

div.bubble .tr {
	background-position: right -20px;
	right: 0;
	top: 0;
}

div.bubble .br {
	background-position: right bottom;
	bottom: 0;
	right: 0;
}

div.bubble .bl {
	background-position: left bottom;
	bottom: 0;
	left: 0;
}

div.bubble span.arrow {
	display: block;
	font-weight: bold;
	height: 7px;
	margin-left: 20px;
	width: 13px;
}

div.bubble-l1 span.arrow,div.bubble-l2 span.arrow {
	background: url(plugins/system/jatypo/jatypo/typo/images/bubble-l.png) no-repeat left top;
}

div.bubble-d1 span.arrow,div.bubble-d2 span.arrow {
	background: url(plugins/system/jatypo/jatypo/typo/images/bubble-d.png) no-repeat left top;
}

div.bubble-hl1 span.arrow,div.bubble-hl2 span.arrow {
	background: url(plugins/system/jatypo/jatypo/typo/images/bubble-hl.png) no-repeat left top;
}

div.bubble span.author {
	background: url(plugins/system/jatypo/jatypo/typo/images/icon-author.gif) no-repeat 10px 3px;
	display: block;
	font-weight: bold;
	padding-left: 25px;
}

/* Bubble light style 1 */
div.bubble-l1 div.box-ct {
	background: #E0E0E0;
}

div.bubble-l1 .tl,div.bubble-l1 .tr,div.bubble-l1 .bl,div.bubble-l1 .br
	{
	background-image: url(plugins/system/jatypo/jatypo/typo/images/bubble-l.png);
}

/* Bubble light style 2 */
div.bubble-l2 div.box-ct {
	background: #E0E0E0;
}

/* Bubble Dark light style 1 */
div.bubble-d1 div.box-ct {
	background: #444;
	color: #fff;
}

div.bubble-d1 div.tl,div.bubble-d1 div.tr,div.bubble-d1 div.bl,div.bubble-d1 div.br
	{
	background-image: url(plugins/system/jatypo/jatypo/typo/images/bubble-d.png);
}

/* Bubble Dark light style 2 */
div.bubble-d2 div.box-ct {
	background: #444;
	color: #fff;
}

/* Bubble highlight style 1 */
div.bubble-hl1 .box-ct {
	background: #069;
	color: #fff;
}

div.bubble-hl1 div.tl,div.bubble-hl1 div.tr,div.bubble-hl1 div.bl,div.bubble-hl1 div.br
	{
	background-image: url(plugins/system/jatypo/jatypo/typo/images/bubble-hl.png);
}

/* Bubble highlight style 2 */
div.bubble-hl2 div.box-ct {
	background: #069;
	color: #fff;
}

/* INSET
-----------------------------------------------------------------*/
span.inset-left,span.inset-right {
	display: block;
	font-size: 100%;
	margin: 20px;
	width: 25%;
}

span.inset-left {
	float: left;
	margin-left: 0;
}

span.inset-right {
	float: right;
	margin-right: 0;
}

span.inset-title {
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

/* OTHERS
--------------------------------------------------*/
div.ja-adv {
	border: 1px solid #ddd;
	padding: 10px;
}

div.ja-adv span.sponsor {
	color: #999;
	display: block;
	font-size: 92%;
	text-align: right;
}

/* Highslide ---*/
.highslide-header {
	border-bottom: 1px solid #ccc;
}

.highslide-header li {
	background: none;
}

.highslide-body {
	padding: 10px 0 !important;
}

.highslide {
	margin: 0;
}

.highslide img {
	border: 1px solid #ccc;
	padding: 2px;
}

.highslide:hover img {
	border: 1px solid #ababab !important;
}

/* BUTTON & TAG
-----------------------------------------------------------------*/
	/* Buttons 2 ---*/
.button-img {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 42px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.button-img:hover {
	border-bottom: 0;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-img span {
	display: block;
	float: left;
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
}

.button-img .icon {
	background-position: center center !important;
	background-position: center center;
	background-repeat: no-repeat;
	left: 5px;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	width: 35px;
}

.but-white {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-white-l.png) no-repeat left center;
}

.but-white span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-white.png) no-repeat right center;
	color: #606060;
}

.but-white:hover {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-white2-l.png) no-repeat left center;
}

.but-white:hover span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-white2.png) no-repeat right center;
}

.but-silver {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-silver-l.png) no-repeat left center;
}

.but-silver span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-silver.png) no-repeat right center;
	color: #606060;
}

.but-silver:hover {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-silver2-l.png) no-repeat left center;
}

.but-silver:hover span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-silver2.png) no-repeat right center;
}

.but-gray {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-gray-l.png) no-repeat left center;
}

.but-gray span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-gray.png) no-repeat right center;
	color: #fff;
}

.but-gray:hover {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-gray2-l.png) no-repeat left center;
}

.but-gray:hover span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-gray2.png) no-repeat right center;
}

.but-black {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-black-l.png) no-repeat left center;
}

.but-black span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-black.png) no-repeat right center;
	color: #fff;
}

.but-black:hover {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-black2-l.png) no-repeat left center;
}

.but-black:hover span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-black2.png) no-repeat right center;
}

.but-blue {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-blue-l.png) no-repeat left center;
}

.but-blue span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-blue.png) no-repeat right center;
	color: #fff;
}

.but-blue:hover {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-blue2-l.png) no-repeat left center;
}

.but-blue:hover span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-blue2.png) no-repeat right center;
}

.but-green {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-green-l.png) no-repeat left center;
}

.but-green span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-green.png) no-repeat right center;
	color: #fff;
}

.but-green:hover {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-green2-l.png) no-repeat left center;
}

.but-green:hover span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-green2.png) no-repeat right center;
}

.but-red {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-red-l.png) no-repeat left center;
}

.but-red span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-red.png) no-repeat right center;
	color: #fff;
}

.but-red:hover {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-red2-l.png) no-repeat left center;
}

.but-red:hover span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-red2.png) no-repeat right center;
}

.but-pink {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-pink-l.png) no-repeat left center;
}

.but-pink span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-pink.png) no-repeat right center;
	color: #fff;
}

.but-pink:hover {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-pink2-l.png) no-repeat left center;
}

.but-pink:hover span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-pink2.png) no-repeat right center;
}

.but-orange {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-orange-l.png) no-repeat left center;
}

.but-orange span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-orange.png) no-repeat right center;
	color: #fff;
}

.but-orange:hover {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-orange2-l.png) no-repeat left center;
}

.but-orange:hover span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-orange2.png) no-repeat right center;
}

.but-violet {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-violet-l.png) no-repeat left center;
}

.but-violet span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-violet.png) no-repeat right center;
	color: #fff;
}

.but-violet:hover {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-violet2-l.png) no-repeat left center;
}

.but-violet:hover span {
	background: url(plugins/system/jatypo/jatypo/typo/images/but-violet2.png) no-repeat right center;
}

/* Buttons css3 ---*/
.button-css3 { *
	display: inline;
	border-radius: .5em;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	cursor: pointer;
	display: inline-block;
	font: 12px/ 100% Arial, Helvetica, sans-serif;
	margin: 0 2px;
	-moz-border-radius: .5em;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	outline: none;
	padding: .4em 1.5em .42em;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	vertical-align: baseline;
	-webkit-border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
}

.button-css3:hover,.button-css3:visited {
	color: #fff;
	text-decoration: none;
}

.button-css3:active {
	position: relative;
	top: 1px;
}

/* Tags ---*/
.tag {
	border-radius: .5em;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	margin: 0 5px;
	-moz-border-radius: .5em;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	padding: 2px 8px;
	-webkit-border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

/* size styles ---*/
.bigrounded {
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}

.bigbutton {
	font-size: 120%;
	padding: .5em 2em .55em;
}

.smallbutton {
	font-size: 92%;
	padding: .2em .5em;
}

/* color styles ---*/ /* white */
.white,.button-css3,.tag-white,.tag {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#ededed) );
	background: -moz-linear-gradient(top, #fff, #ededed);
	border: solid 1px #b7b7b7;
	color: #606060;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ffffff', endColorstr = '#ededed' );
}

.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#dcdcdc) );
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	color: #606060;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ffffff', endColorstr = '#dcdcdc' );
}

.white:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed),
		to(#fff) );
	background: -moz-linear-gradient(top, #ededed, #fff);
	color: #999;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ededed', endColorstr = '#ffffff' );
}

.white:visited {
	color: #606060;
}

/* black */
.black,.tag-black {
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666),
		to(#000) );
	background: -moz-linear-gradient(top, #666, #000);
	border: solid 1px #333;
	color: #d7d7d7;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#666666', endColorstr = '#000000' );
}

.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444),
		to(#000) );
	background: -moz-linear-gradient(top, #444, #000);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#444444', endColorstr = '#000000' );
}

.black:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#000),
		to(#444) );
	background: -moz-linear-gradient(top, #000, #444);
	color: #666;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#000000', endColorstr = '#666666' );
}

/* gray */
.gray,.tag-gray {
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888),
		to(#575757) );
	background: -moz-linear-gradient(top, #888, #575757);
	border: solid 1px #555;
	color: #e9e9e9;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#888888', endColorstr = '#575757' );
}

.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575),
		to(#4b4b4b) );
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#757575', endColorstr = '#4b4b4b' );
}

.gray:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#575757),
		to(#888) );
	background: -moz-linear-gradient(top, #575757, #888);
	color: #afafaf;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#575757', endColorstr = '#888888' );
}

/* orange */
.orange,.tag-orange {
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a),
		to(#f47a20) );
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	border: solid 1px #da7c0c;
	color: #fef4e9;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#faa51a', endColorstr = '#f47a20' );
}

.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11),
		to(#f06015) );
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#f88e11', endColorstr = '#f06015' );
}

.orange:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20),
		to(#faa51a) );
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	color: #fcd3a5;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#f47a20', endColorstr = '#faa51a' );
}

/* red */
.red,.tag-red {
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24),
		to(#aa1317) );
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
	border: solid 1px #980c10;
	color: #faddde;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ed1c24', endColorstr = '#aa1317' );
}

.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b),
		to(#a11115) );
	background: -moz-linear-gradient(top, #c9151b, #a11115);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#c9151b', endColorstr = '#a11115' );
}

.red:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317),
		to(#ed1c24) );
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	color: #de898c;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#aa1317', endColorstr = '#ed1c24' );
}

/* blue */
.blue,.tag-blue {
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee),
		to(#0078a5) );
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	border: solid 1px #0076a3;
	color: #d9eef7;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#00adee', endColorstr = '#0078a5' );
}

.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc),
		to(#00678e) );
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#0095cc', endColorstr = '#00678e' );
}

.blue:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5),
		to(#00adee) );
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	color: #80bed6;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#0078a5', endColorstr = '#00adee' );
}

/* rosy */
.rosy,.tag-rosy {
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c),
		to(#bf404f) );
	background: -moz-linear-gradient(top, #f16c7c, #bf404f);
	border: solid 1px #b73948;
	color: #fae7e9;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#f16c7c', endColorstr = '#bf404f' );
}

.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a),
		to(#a53845) );
	background: -moz-linear-gradient(top, #cf5d6a, #a53845);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#cf5d6a', endColorstr = '#a53845' );
}

.rosy:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f),
		to(#f16c7c) );
	background: -moz-linear-gradient(top, #bf404f, #f16c7c);
	color: #dca4ab;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#bf404f', endColorstr = '#f16c7c' );
}

/* green */
.green,.tag-green {
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f),
		to(#4e7d0e) );
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	border: solid 1px #538312;
	color: #e8f0de;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#7db72f', endColorstr = '#4e7d0e' );
}

.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28),
		to(#436b0c) );
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#6b9d28', endColorstr = '#436b0c' );
}

.green:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e),
		to(#7db72f) );
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
	color: #a9c08c;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#4e7d0e', endColorstr = '#7db72f' );
}

/* pink */
.pink,.tag-pink {
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3),
		to(#f171ab) );
	background: -moz-linear-gradient(top, #feb1d3, #f171ab);
	border: solid 1px #d2729e;
	color: #feeef5;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#feb1d3', endColorstr = '#f171ab' );
}

.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb),
		to(#e86ca4) );
	background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#f4aacb', endColorstr = '#e86ca4' );
}

.pink:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab),
		to(#feb1d3) );
	background: -moz-linear-gradient(top, #f171ab, #feb1d3);
	color: #f3c3d9;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#f171ab', endColorstr = '#feb1d3' );
}

/*=======================

========================*/
#jatypo-wrap table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

#jatypo-wrap table {
	margin: 0 0 20px;
}

#jatypo-wrap table th {
	padding: 5px;
	text-align: left;
}

th .tittle-row {
	background: url(plugins/system/jatypo/jatypo/typo/images/arrow-list.gif) no-repeat left center;
	border-bottom: solid 2px #ddd;
	color: blue;
	display: block;
	font-size: 115%;
	margin: 0;
	padding: 0 0 4px;
	text-transform: uppercase;
}

#jatypo-wrap .modal {
	background: #f8f8f8;
	background: url(plugins/system/jatypo/jatypo/typo/images/other/icon-viewall.png) no-repeat 57px center
		#f8f8f8;
	border: solid 1px #c0c0c0;
	color: #333 !important;
	font-weight: bold;
	padding: 5px 25px 5px 5px;
	text-decoration: none;
}

#jatypo-wrap a:hover.modal {
	color: blue;
	text-decoration: underline;
}

.button2-left .jatypo-btn {
	background: url(plugins/system/jatypo/jatypo/typo/images/other/j_button2_typo.png) no-repeat scroll 100% 0
		transparent;
	color: #333;
}

.mceContentBody .moduletable {
	position: relative;
}

.mceContentBody h2 {
	color: #333;
	font-weight: bold;
}

#sbox-window .typo .title {
	color: red;
	font-size: 110%;
	font-weight: bold;
}

.mceContentBody .clearfix {
	display: block;
}

.icon-big-title {
	background: url(plugins/system/jatypo/jatypo/typo/images/other/icon-big-title.png) no-repeat left center
		!important;
	height: 57px !important;
	line-height: 57px !important;
	margin: 25px 0 !important;
	padding-left: 70px !important;
}

.icon-small-title {
	background: url(plugins/system/jatypo/jatypo/typo/images/other/icon-small-title.png) no-repeat left center
		!important;
	color: #006699 !important;
	height: 20px !important;
	line-height: 20px !important;
	margin: 25px 0 !important;
	padding-left: 30px !important;
}

/*=======================
Typography New style
========================*/
.button2-left .jatypo-btn {
	background: url(plugins/system/jatypo/jatypo/typo/images/other/j_button2_typo.png) no-repeat scroll 100% 0
		transparent;
	color: #333;
	margin-right: 0;
}

/* PREFORMATTED TEXT
-------------------------------------------------------------*/
	/* LIST STYLES
-----------------------------------------------------------------*/
	/* Special list style ---*/
body ul.ja-typo-list li {
	background: none;
	margin-left: 8px;
	padding: 0 0 0 25px;
	position: relative;
	overflow: hidden;
	list-style: none;
}

body ul.ja-typo-list span.icon {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icons-sprites-silk2.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0 !important;
}

body ul.list-arrow 	span.icon {
	background-position: left top !important;
}

body ul.list-star 	span.icon {
	background-position: left -18px !important;
}

body ul.list-check	span.icon {
	background-position: left -36px !important;
}

body ul.ja-unordered-list li {
	background: url(plugins/system/jatypo/jatypo/typo/images/bullet.gif) no-repeat 20px 7px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 30px;
	list-style: none;
}

body ol.ja-ordered-list {
	padding: 0;
	margin: 0;
}

body ol.ja-ordered-list li {
	line-height: 180%;
	margin-left: 30px;
}

body dl.ja-definition-list dt {
	font-weight: bold;
	line-height: 160%;
}

body dl.ja-definition-list dd {
	margin-left: 15px;
	line-height: 160%;
}

/* Big Number ---*/
.blocknumber {
	position: relative;
	padding: 5px 0 5px 55px !important;
	min-height: 44px;
}

.blocknumber .bignumber {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/blocknumber-bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px !important;
	position: absolute;
	top: 0;
	left: 0;
	font: bold 20px/ normal Arial, sans-serif;
	text-align: center;
}

.blocknumber-1 .bignumber {
	background-position: left top;
}

.blocknumber-2 .bignumber {
	background-position: left -44px;
}

.blocknumber-3 .bignumber {
	background-position: left -88px;
}

/* ICON STYLE
-----------------------------------------------------------------*/
	/* Tips, Error, Message, Hightlight ---*/
body p.ja-typo-icon {
	padding-left: 25px;
	position: relative;
	background: none !important;
}

body p.ja-typo-icon span.icon {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icons-sprites-silk1.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	padding-left: 0 !important;
}

body p.icon-error		span.icon {
	background-position: left 0 !important;
}

body p.icon-message		span.icon {
	background-position: left -16px !important;
}

body p.icon-tips 		span.icon {
	background-position: left -32px !important;
}

body p.icon-key 			span.icon {
	background-position: left -48px !important;
}

body p.icon-tag 			span.icon {
	background-position: left -64px !important;
}

body p.icon-note 		span.icon {
	background-position: left -80px !important;
}

body p.icon-rss			span.icon {
	background-position: -16px 0 !important;
}

body p.icon-page			span.icon {
	background-position: -16px -16px !important;
}

body p.icon-cart 		span.icon {
	background-position: -16px -32px !important;
}

body p.icon-demo			span.icon {
	background-position: -16px -48px !important;
}

body p.icon-download	span.icon {
	background-position: -16px -64px !important;
}

body p.icon-discussion	span.icon {
	background-position: -16px -80px !important;
}

body p.icon-info			span.icon {
	background-position: -32px 0 !important;
}

body p.icon-readmore	span.icon {
	background-position: -32px -16px !important;
}

body p.icon-doc 			span.icon {
	background-position: -32px -32px !important;
}

body p.icon-signup		span.icon {
	background-position: -32px -48px !important;
}

body p.icon-login		span.icon {
	background-position: -32px -64px !important;
}

body p.icon-submit		span.icon {
	background-position: -32px -80px !important;
}

body p.icon-extension	span.icon {
	background-position: -48px 0 !important;
}

body p.icon-user			span.icon {
	background-position: -48px -16px !important;
}

body p.icon-group		span.icon {
	background-position: -48px -32px !important;
}

body p.icon-birthday	span.icon {
	background-position: -48px -48px !important;
}

body p.icon-photo 		span.icon {
	background-position: -48px -64px !important;
}

body p.icon-calendar	span.icon {
	background-position: -48px -80px !important;
}

body p.icon-address		span.icon {
	background-position: -64px 0 !important;
}

body p.icon-phone		span.icon {
	background-position: -64px -16px !important;
}

body p.icon-mobi 		span.icon {
	background-position: -64px -32px !important;
}

body p.icon-fax			span.icon {
	background-position: -64px -48px !important;
}

body p.icon-email		span.icon {
	background-position: -64px -64px !important;
}

body p.icon-website		span.icon {
	background-position: -64px -80px !important;
}

body p.icon-yahoo		span.icon {
	background-position: right 0 !important;
}

body p.icon-gmail		span.icon {
	background-position: right -16px !important;
}

body p.icon-skype		span.icon {
	background-position: right -32px !important;
}

body p.icon-msn			span.icon {
	background-position: right -48px !important;
}

body p.icon-facebook	span.icon {
	background-position: right -64px !important;
}

body p.icon-twitter		span.icon {
	background-position: right -80px !important;
}

body p.icon-error {
	color: #CC0000;
}

body p.icon-message {
	color: #2C79B3;
}

body p.icon-tips {
	color: #E58C00;
}

/* BUBBLES
-----------------------------------------------------------------*/
	/* Common Style + Style 1 */
.ja-typo-bubble {
	margin: 20px 0;
	position: relative;
}

.ja-typo-bubblect {
	padding: 15px;
	border: 3px solid #ddd; *
	zoom: 1;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.ja-typo-bubble p.ja-typo-bubble-meta {
	margin: -3px 0 0;
	height: 25px;
	padding-left: 65px;
}

.ja-typo-bubble span.ja-typo-bubble-author {
	font-weight: bold;
	display: block;
	padding-top: 5px;
}

.ja-typo-bubble span.ja-typo-bubble-arrow {
	display: block;
	position: absolute;
	bottom: 0;
	left: 28px;
	width: 25px;
	height: 25px;
	background: url(plugins/system/jatypo/jatypo/typo/images/bubble-arrow.png) 0 0;
}

/* Style 2 --- */
.bubble-2 .ja-typo-bubblect {
	border: 0;
	background: #ddd;
}

.bubble-2 span.ja-typo-bubble-arrow {
	background-position: -25px 0;
}

/* Style 3 --- */
.bubble-3 .ja-typo-bubblect {
	border: 3px solid #08c;
}

.bubble-3 span.ja-typo-bubble-arrow {
	background-position: 0 -25px;
}

/* Style 4 --- */
.bubble-4 .ja-typo-bubblect {
	border: 0;
	background: #08c;
	color: #fff;
}

.bubble-4 span.ja-typo-bubble-arrow {
	background-position: -25px -25px;
}

/* Style 5 --- */
.bubble-5 .ja-typo-bubblect {
	border: 3px solid #333;
}

.bubble-5 span.ja-typo-bubble-arrow {
	background-position: -50px -50px;
}

/* Style 6 --- */
.bubble-6 .ja-typo-bubblect {
	border: none;
	background: #333;
	color: #fff;
}

.bubble-6 span.ja-typo-bubble-arrow {
	background-position: -25px -50px;
}

/* Common Style for Rounded Bubbles --- */
.bubble-rounded .ja-typo-bubblect {
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

/* MESSAGE BOXES AND LEGENDS STYLE
-----------------------------------------------------------------*/
	/* Box style ---*/
body p.ja-typo-box {
	border: 3px solid #ddd;
	padding: 10px 10px 10px 50px;
}

/* Box with icons */
body p.box-download,body p.box-sticky {
	background-repeat: no-repeat;
	background-position: 10px 15px;
}

body p.box-download {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icons/download-big.png);
}

body p.box-sticky {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icons/sticky-big.png);
}

/* Box without icons - Style 1*/
body p.box-grey-1,body p.box-hilite-1 {
	padding: 10px 15px;
}

body p.box-grey-1 {
	background: #f7f7f7;
	border-color: #dddddd;
}

body p.box-hilite-1 {
	background: #ffffdd;
	border-color: #d2d2b6;
}

/* Box without icons - Style 2*/
body p.box-grey-2,body p.box-hilite-2 {
	padding: 10px 15px;
}

body p.box-grey-2 {
	background: #f7f7f7;
	border-color: #dddddd;
	border-style: dotted;
}

body p.box-hilite-2 {
	background: #ffffdd;
	border-color: #d2d2b6;
	border-style: dotted;
}

/* Rounded Box*/
.box-rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

/* Legend ---*/
.ja-typo-legend {
	border: 3px solid #ddd;
	margin: 20px 0;
	padding: 20px 15px 15px;
	position: relative; *
	zoom: 1;
}

.ja-typo-legend .legend-title {
	background: #fff;
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	left: 10px;
	line-height: normal;
	margin: 0 !important;
	padding: 5px !important;
	position: absolute;
	top: -17px;
	border: 0;
}

/* Legend Style 2 */
.legend-2 {
	border: 3px solid #08c;
}

.legend-2 .legend-title {
	color: #08c;
}

/* Rounded Box*/
.legend-rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

/* BUTTONS
--------------------------------------------------*/
	/* Common Buttons Style ---*/
a.ja-typo-btn {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #ccc;
	color: #333;
	float: left;
	text-shadow: 0 1px 2px rgba(255, 255, 255, .8);
	background: url(plugins/system/jatypo/jatypo/typo/images/grad-l1-trans.png) repeat-x top #ddd;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

a.ja-typo-btn:hover,a.ja-typo-btn:active,a.ja-typo-btn:focus {
	border: 1px solid #aaa;
	background-position: bottom;
	color: #333;
}

/*Use for Demo Page Only*/
a.ja-typo-btn {
	margin: 20px 30px 10px 0;
	float: left;
}

a.ja-typo-btn:hover,a.ja-typo-btn:focus,a.ja-typo-btn:active {
	text-decoration: none;
}

/* Icon Buttons ---*/
a.ja-typo-btn-icn {
	height: 30px;
	color: #333;
}

a.ja-typo-btn-icn span {
	padding: 0 15px 0 34px;
	display: block;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	border: 1px solid #fff;
}

a.btn-icn-save span {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icons/disk.png);
}

a.btn-icn-tip span {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icons/lightbulb.png);
}

a.btn-icn-info span {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icons/information.png);
}

a.btn-icn-ok span {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icons/tick.png);
}

a.btn-icn-warning span {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/icons/exclamation.png);
}

a.ja-typo-btn-icn span span {
	height: auto;
	line-height: 28px;
	padding: 0;
	display: inline;
	background: none;
	border: none;
}

/* Big Buttons ----*/
a.ja-typo-btn-big {
	text-align: center;
	border: 1px solid #ccc;
	font-size: 125%;
	line-height: normal;
	font-weight: bold;
}

a.ja-typo-btn-big span {
	padding: 8px 15px;
	border: 1px solid #fff;
	display: block;
}

/* Small Buttons --- */
a.ja-typo-btn-sm {
	text-align: center;
	border: 1px solid #ccc;
	font-size: 100%;
	line-height: normal;
}

a.ja-typo-btn-sm span {
	padding: 5px 10px;
	border: 1px solid #fff;
	display: block;
}

/* Common style for Dark Buttons --- */
.typo a.btn-blue,.typo a.btn-red,.typo a.btn-green,.typo a.btn-orange,.typo a.btn-black,.typo a.btn-blue:link,.typo a.btn-red:link,.typo a.btn-green:link,.typo a.btn-orange:link,.typo a.btn-black:link,a.btn-blue,a.btn-red,a.btn-green,a.btn-orange,a.btn-black
	{
	background-image: url(plugins/system/jatypo/jatypo/typo/images/grad-d1-trans.png);
	color: #fff;
	border: 1px solid #ccc;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}

a.btn-blue:hover,a.btn-blue:active,a.btn-blue:focus,a.btn-red:hover,a.btn-red:active,a.btn-red:focus,a.btn-green:hover,a.btn-green:active,a.btn-green:focus,a.btn-orange:hover,a.btn-orange:active,a.btn-orange:focus,a.btn-black:hover,a.btn-black:active,a.btn-black:focus
	{
	background-image: url(plugins/system/jatypo/jatypo/typo/images/grad-d1-trans.png);
	background-position: bottom;
	border-color: #aaa;
}

/* Button Blue*/
a.btn-blue {
	background-color: #08c;
	border-color: #08c;
}

a.btn-blue:hover,a.btn-blue:active,a.btn-blue:focus {
	border-color: #006ea6;
	color: #fff;
}

a.btn-blue span {
	border-color: #6ab9e1;
}

/* Button Black*/
a.btn-black {
	background-color: #666;
	border-color: #666;
}

a.btn-black:hover,a.btn-black:active,a.btn-black:focus {
	border-color: #333;
	color: #fff;
}

a.btn-black span {
	border-color: #999;
}

/* Button green*/
a.btn-green {
	background-color: #669900;
	border-color: #669900;
}

a.btn-green:hover,a.btn-green:active,a.btn-green:focus {
	border-color: #4d7300;
	color: #fff;
}

a.btn-green span {
	border-color: #b1cb7d;
}

/* Button red*/
a.btn-red {
	background-color: #cc0000;
	border-color: #cc0000;
}

a.btn-red:hover,a.btn-red:active,a.btn-red:focus {
	border-color: #9a0000;
	color: #fff;
}

a.btn-red span {
	border-color: #e47878;
}

/* Button orange*/
a.btn-orange {
	background-color: #e58c00;
	border-color: #e58c00;
}

a.btn-orange:hover,a.btn-orange:active,a.btn-orange:focus {
	border-color: #a96700;
	color: #fff;
}

a.btn-orange span {
	border-color: #f1c073;
}

/* Common style for Rounded Buttons --- */
.btn-rounded-icn,.btn-rounded-big,.btn-rounded-sm,.btn-rounded-icn span,.btn-rounded-big span,.btn-rounded-sm span
	{
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

.btn-rounded-sm,.btn-rounded-sm span {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

/* TAGS
--------------------------------------------------*/
span.ja-typo-tag {
	padding: 3px 12px;
	margin: 0 2px;
	display: inline-block;
	line-height: normal;
	white-space: nowrap;
	background: #666;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

span.tag-blue {
	background: #08c;
}

span.tag-green {
	background: #669900;
}

span.tag-orange {
	background: #e58c00;
}

span.tag-red {
	background: #cc0000;
}

span.tag-grey {
	background: #ccc;
	color: #333;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, .8);
}

/* Common style for Rounded Tags --- */
span.tag-rounded {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

/* SPECIAL MODULE STYLE
--------------------------------------------------*/ /* Badge ---*/
.badge {
	background-image: url(plugins/system/jatypo/jatypo/typo/images/badge.png);
	background-repeat: no-repeat;
	height: 46px;
	position: absolute;
	right: 0;
	width: 45px;
}

.badge-hot 	.badge {
	background-position: 0 0;
}

.badge-new 	.badge {
	background-position: 0 -46px;
}

.badge-pick .badge {
	background-position: 0 -92px;
}

.badge-top 	.badge {
	background-position: 0 -138px;
}

/*Use for Demo Page Only*/
#ja-typo .moduletable_badge {
	margin: 0;
	padding: 0;
	min-height: 40px;
}

#ja-typo .moduletable_badge .ja-box-ct {
	border: 3px solid #ddd;
	padding: 20px;
	background: #f7f7f7;
}

/* FORM
--------------------------------------------------*/ /* Fieldset ----*/
	/* Common Style + Style 1 */
fieldset.ja-typo-fieldset {
	border: 3px solid #ddd;
	padding: 10px 15px;
}

fieldset.ja-typo-fieldset legend {
	padding: 0 10px;
}

/* Style 2 */
fieldset.fieldset-2 {
	border: 3px solid #08c;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

fieldset.fieldset-2 legend {
	color: #08c;
}

/*Use for Demo Page Only*/
#ja-typo fieldset {
	margin-top: 20px;
}

/* TYPO PAGE LAYOUT
-------------------------------------------------------------*/
.ja-typo-blockswrap {
	margin: 15px 0;
}

.ja-typo-blockrow {
	border-bottom: 1px dotted #ddd;
	padding: 20px 0;
}

.ja-typo-block {
	float: left;
}

.ja-typo-blockct {
	padding: 0 10px;
}

.ja-typo-blockswrap .cols-1 .ja-typo-block {
	width: 100%;
	float: none;
}

.ja-typo-blockswrap .cols-2 .ja-typo-block {
	width: 50%;
	float: left;
}

.ja-typo-blockswrap .cols-3 .ja-typo-block {
	width: 33%;
	float: left;
}

.ja-typo-blockswrap .cols-4 .ja-typo-block {
	width: 24.9%;
	float: left;
}

.ja-typo-blockswrap .ja-typo-block.last {
	float: right;
}

.ja-typo-blockswrap h1.ja-typo-title {
	font-size: 175%;
	border-bottom: 8px solid #ddd;
	padding: 5px;
	margin: 0;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	color: #666;
}

.ja-typo-blockswrap:hover h1.ja-typo-title {
	border-color: #333;
	color: #333;
}

.ja-typo-blockswrap h2.ja-typo-title {
	font-size: 115%;
	margin: 0;
	padding: 0 10px;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.ja-typo-blockswrap h2.ja-typo-title span {
	background: #f2f2f2;
	color: #666;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, .8);
	padding: 3px 10px;
	display: inline-block;
}

.ja-typo-blockswrap:hover h2.ja-typo-title span {
	background: #ddd;
	color: #333;
}

.ja-typo-blockrow>h2.ja-typo-title {
	margin-bottom: 0;
	margin-top: 0;
}

/* Blockswrap Actions ---*/
.ja-typo-blocks-actions {
	font-size: 85%;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #999;
}

.ja-typo-blocks-actions a {
	font-size: 85%;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c00;
	text-decoration: none;
}/*------------------------------------------------------------------------
 # Leo Template Framework - 
 # ------------------------------------------------------------------------
 # author    LeoTheme
 # copyright Copyright (C) 2010 leotheme.com. All Rights Reserved.
 # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Websites: http://www.leotheme.com
 # Technical Support:  Forum - http://www.leotheme.com/forum.html
-------------------------------------------------------------------------*/

.menusys_mega {
	overflow: hidden;
}
div.subwrap-inner {
	display: block;
	width:auto !important;
}
#menusys_mega .menusub_mega {
	position:absolute;
	display:block;
	z-index:999
}
#menusys_mega {
	margin: 0px 10px 0 0;
}
#menusys_mega > li {
	padding: 0;
	float: left;
	display: block;
	background: none;
	border-bottom: none;
	margin-right: 1px;
}
#menusys_mega li.active a {
}
#menusys_mega li.last-item {
	background: none;
}
#menusys_mega > li > a {
	padding: 0 16px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	line-height: 39px;
	text-shadow: 0 1px 0 #4198b4;
}
#menusys_mega > li:last-child > a {
}
#menusys_mega > li > a:hover, #menusys_mega > li > a:active, #menusys_mega > li > a:focus, #menusys_mega > li > a.active, #menusys_mega > li > a.active:hover, #menusys_mega > li > a.active:active, #menusys_mega > li > a.active:focus, #menusys_mega > li.hover > a, #menusys_mega > li.active > a {
	color: #252525;
}
#menusys_mega li .menu-title {
	padding: 0;
	display: inline-block;
}
#menusys_mega li:hover a, #menusys_mega li a:hover, #menusys_mega li a:active, #menusys_mega li a:focus, #menusys_mega li a.active, #menusys_mega li a.active:hover, #menusys_mega li a.active:active, #menusys_mega li a.active:focus {
}
#menusys_mega li a.active .menu-title, #menusys_mega li a.active:hover .menu-title, #menusys_mega li a.active:active .menu-title, #menusys_mega li a.active:focus .menu-title {
}
#menusys_mega li.hasChild span.no-image, #menusys_mega li.hasChild a.active span.no-image {
	display: block;
	padding-right: 13px;
	background: url(templates/leo_travel/images/mega/arrow-submenu.png) no-repeat right 20px;
}
#menusys_mega > li.first-item a {
	margin: 0 0 0 10px;
	padding: 0;
	background: url(templates/leo_travel/images/default/icon-home.png) no-repeat left 50% scroll;
	    text-indent: -999em;
    width: 21px;
}
#menusys_mega > li.first-item a.active .menu-title, #menusys_mega > li.first-item a:hover .menu-title, #menusys_mega > li.first-item a:active .menu-title, #menusys_mega > li.first-item a:focus .menu-title {
	
}
/* MegaMenu Border
--------------------------------------------------------- */
#menusys_mega .level0 > .submenu-wrapper {
	margin:1px;
}
#menusys_mega .menusub_mega {
	z-index: 999;
	padding: 0;
	margin-top: -2px !important;
	left:-9999em
}
#menusys_mega .menusub_mega .menusub_mega {
	margin: -38px 0px 0px 0px !important;
	padding: 10px 0;
}
#menusys_mega .subwrap-inner {
	background: #FFFFFF;
    border-left: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 2px #999999;
    float: left;
    padding: 0;
}
#menusys_mega div.menucontent-wrapper .subwrap-inner {
	background: #FFFFFF;
    border: 1px solid #B8B8B8;
    border-radius: 4px;
    box-shadow: 0 1px 3px #999999;
    padding: 0;
}

#menusys_mega > li.hasChild:hover {
	background: url(templates/leo_travel/images/default/arrow-menu.png) no-repeat center bottom;
	z-index: 1000;
}

#menusys_mega div.menucontent-wrapper-left {
	display: inline-block;
	width:100%;
}
#menusys_mega div.subwrap-inner2 {
	margin:10px 12px;
	display:inline-block;
}
#menusys_mega div.menucontent-wrapper {
	padding: 0;
	width:100%;
	display:block;
	float:left;
}
#menusys_mega div.menusub_mega div.menusub_mega div.subarrowtop {
}
#menusys_mega div.menucontent-wrapper-left div.menucontent-wrapper-left {
	background:#fff;
	padding:0 0 5px 0;
}
#menusys_mega div.subwrap-inner2 div.subwrap-inner2 
}
#menusys_mega div.menucontent-wrapper div.menucontent-wrapper {
	padding: 0;
}
#menusys_mega .megacol ul.mega-ul {
	overflow:hidden;
	padding: 1px 0;
	margin:0;
}
#menusys_mega .menucontent-wrapper > div.megacol {
	float: left;
	padding: 0 10px;
}
#menusys_mega .menucontent-wrapper > .megacol:first-child {
	border-left:none;
}
#menusys_mega .menucontent-wrapper .megacol .submenu-wrapper .megacol  {
	float: left;
	width: 160px;
	position:relative;
	height: auto;
	padding: 0;
}
/* Child Content------------*/
#menusys_mega div.megacol {
    float: left;
    margin: 0;
    min-width: 160px;
}
#menusys_mega .menu-image {
	border: none;
	float: left;
	line-height: 44px;
	padding: 8px 0 0;
	margin-right: 3px;
}
#menusys_mega span.has-image {
	display: block;
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
/* Mega Group----------*/
#menusys_mega .menusub_mega .mega-group {
    margin: 0;
    overflow: hidden;
    padding: 8px 0 0;
}
#menusys_mega .menusub_mega .mega-group a .menu-title {
	color: #4AA4C6;
    display: block;
    font: 14px 'Arial';
    margin: 0;
    padding-bottom: 5px;
    padding-left: 0;
    text-transform: none;
}
#menusys_mega li.hasChild .mega-group span.has-image, #menusys_mega li.hasChild .mega-group span.no-image {
	background: none !important;
	margin:0;
	padding: 1px 0 1px 0;
	display: block;
}
#menusys_mega .mega-group span.has-image {
	padding: 3px 0 3px 25px;
}
#menusys_mega .menu-desc {
	padding: 0;
	line-height: 15px;
	font-size: 95%;
	color: #707070;
	display: block;
}
#menusys_mega li.hasChild .mega-group a .menu-title, #menusys_mega li.hasChild .mega-group a:hover .menu-title, #menusys_mega li.hasChild .mega-group a.active .menu-title {
}
#menusys_mega .menusub_mega .megacol {
	display:block;
}
#menusys_mega .submenu-wrapper .submenu-wrapper .megacol .mega-ul {
}
/* Level2 MegaMenu
--------------------------------------------------------- */
#menusys_mega .megacol ul.mega-ul li.hasChild {
}
#menusys_mega .megacol ul.mega-ul li.hasChild:hover {
}
#menusys_mega .megacol ul.mega-ul li {
	padding: 0;
	float: none;
	display: block;
	line-height: 22px;
}
#menusys_mega .megacol ul.mega-ul li.lof-item {
	padding: 0 !important;
	border-top:none;
}
#menusys_mega .megacol ul.mega-ul li:first-child,
#menusys_mega .megacol ul.mega-ul li.first-item {
}
#menusys_mega li .megacol ul.mega-ul li span.no-image, 
#menusys_mega li .megacol ul.mega-ul li a.item:hover span.no-image, 
#menusys_mega li .megacol ul.mega-ul li a.active span.no-image {
	padding: 0 ;
	background: none;
	color:#747676;
}

#menusys_mega li.hasChild ul a, #menusys_mega li.hasChild ul a.active, #menusys_mega li.hasChild:hover ul a {
	padding: 0px;
	margin: 0;
	display: block;
	position: static;
	text-shadow: none;
}
#menusys_mega li.hover ul.mega-ul a .menu-title, #menusys_mega li.hasChild ul.mega-ul li a .menu-title, #menusys_mega li.hasChild ul.mega-ul li a.active .menu-title, #menusys_mega li.hasChild ul.mega-ul li a.focus .menu-title {
	margin: 0;
	padding: 2px 0px;
	display: block;
	font-size: 15.4px;
	font-family:"arial";
	text-transform: none;
	text-shadow: none;
}
#menusys_mega li.hasChild ul a span.has-image .menu-title, #menusys_mega li.hasChild:hover ul a span.has-image .menu-title, #menusys_mega li.hasChild ul a:hover span.has-image .menu-title {
	padding: 2px 0 2px 25px;
	margin: 0;
	background: none;
}
#menusys_mega li.hasChild ul a:hover, #menusys_mega li.hasChild ul a:active, #menusys_mega li.hasChild ul a:focus, #menusys_mega li.hasChild ul.mega-ul a.active:hover {
	text-decoration: none;
	margin: 0;
	padding-left: 0px;
	display: block;
	 color: #999;
}
#menusys_mega li.hasChild ul li a .menu-title {
	background: url(templates/leo_travel/images/default/icon-menu.png) no-repeat scroll left 11px;
	padding-left: 10px!important;
}
#menusys_mega li.hasChild.active ul li a.active .menu-title,  
#menusys_mega li.hover ul.mega-ul a:hover .menu-title,
#menusys_mega li.hasChild ul.mega-ul a:hover .menu-title,
 #menusys_mega li.hasChild ul.mega-ul a:active .menu-title,
 #menusys_mega li.hasChild ul.mega-ul a:focus .menu-title,
 #menusys_mega li.hasChild ul.mega-ul a.active:hover .menu-title {
	color: #62b0ce;
	background: url(templates/leo_travel/images/default/icon-menu.png) no-repeat scroll left -12px;
}