<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
# ------------------------------------------------------------------------
# This is raw license
# ------------------------------------------------------------------------
# Copyright (C) 2004-20010 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com - http://www.joomlancers.com
# ------------------------------------------------------------------------
*/

.ja-zinwrap {}

.ja-zin {}

.ja-zin .items-row { margin: 0; padding: 0; background: none; }

.ja-zin .ja-box .ja-box-inner {
	margin: 0;
	padding: 9px;
	border-top: 1px solid #878787;
}

.ja-zin .ja-box-first .ja-box-inner {
	border-top: 0;
}

.ja-zin .col-last .ja-box-inner { border-right: 0; }

/* HEADING
--------------------------------------------- */
/* Section --- */
body.bd-handheld .ja-zinsec h2 {
	position: relative;
	font-weight: bold;
	font-size: 15pt;
	color: #4c4c4c;
	background: #eee;
	border-top: 1px solid #878787;
	border-bottom: 1px solid #878787;
	padding: 5px;
	margin: 0;
	left: 0;
	top: 0;
}

/* MISC.
------------------------------------------------*/
.ja-zin p.readmore { float: none; }

/* User Settings ---*/
.ja-usersetting-wrap {
	position: absolute;
	right: 22px;
	top: 6px;
	z-index: 2;
	text-align: right;
}

a.ja-usersetting-loadform {
	background: url(../../../images/icons/cog_8x8.png) no-repeat 13px center #eee;
	border: 1px solid #cbcccf;
	border-bottom: 0;
	color: #666 !important;
	font: 10pt/normal Helvetica, sans-serif;
	padding: 4px 13px 4px 25px;
	display: inline-block;
	-webkit-border-radius: 8px 8px 0 0;
	text-shadow: 0 0 1px #fff;
}

a.ja-usersetting-loadform:hover {
	background-color: #000;
	border: 1px solid #000;
	border-bottom: 0;
	color: #fff !important;
	text-shadow: none;
}

.ja-usersetting-options {
	display: block;
	width: 302px;
	font: 10pt/normal Arial, sans-serif;
	background: #000;
	color: #ccc;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.75);
	-webkit-border-radius: 8px;
	margin-right: -12px
}

.ja-usersetting-form { display: block; text-align: left; }

.ja-usersetting-form input { margin: 0 2px 0 0; padding: 0; }

.ja-usersetting-form-inner { width: 330px; }

.ja-usersetting-row { padding: 8px 12px; border-bottom: 1px solid #2a2a2a; }

.ja-usersetting-options ul, .ja-usersetting-options li { margin: 0; padding: 0; }

.ja-usersetting-options li { float: left; line-height: 22px; }

/* Options : Cat Select */
.ja-usersetting-options ul.checkall li {
	width: 100%;
	float: none;
}

.ja-usersetting-options ul.catselect li {
	width: 140px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Options : Content */
.options-content li { padding: 0 8px 0 0; }
.options-content li input {
	width: 22px;
	background: #333;
	color: #fff;
	border: 0;
	margin-left: 5px;
	text-align: center;
}

/* Options : Images */
.options-img li { padding: 0 8px 0 0; }
.options-img li input {}

/* Actions */
.ja-usersetting-actions {
	padding: 4px 8px 8px;
	background: #2a2a2a;
}

.ja-usersetting-actions .button {
	background: #000;
	border: 1px solid #333;
	color: #fff;
	padding: 2px 8px 1px;
	cursor: pointer;
	font-size: 10pt;
}

.ja-usersetting-actions .button:hover,
.ja-usersetting-actions .button:focus {
	background: #069;
}

.ja-usersetting-actions .ja-cancel:hover,
.ja-usersetting-actions .ja-cancel:focus {
	background: #c00;
}

/* Hide the settings from other handhelds */
body.bd-handheld .ja-usersetting-wrap {
	display: none;
}
</pre></body></html>