/*
 * ------------------------------------------------------------------------
 * JA Puresite Template for J25 & J31
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/*--- Upgrade for Joomla 3.0 ---*/
.button {
	background-color: #ededed;
	border: 1px solid #ededed;
	display: inline-block;
	color: #777;
	font-size: 100%;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
	overflow: visible;
}

button:focus,
button:hover {
	color: #fff;
	background: #de3068;
	border-color: #de3068;
}

.weblink-category #adminForm fieldset{
	border: none;
	margin: 0;
	padding: 0;
}
.weblink-category ul.category li {
	border: none;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}

.weblink-category ul.category li .badge {
	float: right;
}

.contact-wrap {
	overflow: hidden;
}

.contact-wrap dl.contact-address {
	float: left;
}

.contact .contact-form .form-actions button {
    margin-left: 12.2em;
}

.search .btn-toolbar .btn-group {
	display: inline-block;
}

span.badge.badge-info {
	position: inherit;
	border: none;
	height: auto; 
	width: auto;
	top: auto;
	right: auto;
	display: inline-block;	
	background: none;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
}

.icon-search:before {
    content: "\53";
}

ul.actions li a,
ul.actions li a:hover,
ul.actions li a:focus,
ul.actions li a:active {
	width: 16px;
	height: 16px;
	padding: 0px;
	margin: 0px 2px;
	float: left;
	background-repeat: no-repeat; 
	background-position: left top;
	display: inline-block;
	font-size: 0px;
	text-indent: -999em;
	border: none;
	text-decoration: none;
}

ul.actions li.print-icon a {
	 background: url(../images/system/printButton.png) ;
}

ul.actions li.email-icon a {
	 background: url(../images/system/emailButton.png) ;
}

.search .btn-toolbar {
    border: 1px solid #CCCCCC;
    margin: 15px 0;
    padding: 10px;
}

.search .btn-toolbar .pull-left {
	margin-right: 5px;
}

.search .btn-toolbar .btn-group .btn.hasTooltip {
    padding: 5px 25px;
}

.finder .word a.btn {
	background: none repeat scroll 0 0 #E5E6E7;
	clear: right;
	color: #353637;
	display: inline-block;
	font-weight: bold;
	padding: 5px 10px;
}

.finder .word a.btn:hover,
.finder .word a.btn:focus,
.finder .word a.btn:active {
	background: none repeat scroll 0 0 #DE3068;
	border-color: #DE3068;
	color: #FFFFFF;
}

.finder .search-results li {
	background: none;
	padding: 0;
}

.finder .search-results li h4.result-title {
	font-size: 125%;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.finder .search-results li h4.result-title a {
	color: #656667;
}

.finder .search-results li h4.result-title a:hover,
.finder .search-results li h4.result-title a:focus,
.finder .search-results li h4.result-title a:active {
	color: #DE3068;
}

.finder .search-results li small.result-url {
  border-bottom: 1px solid #eee;
  color: #00bdf3;
  display: block;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.search-results.list-striped {
	border-top: 2px solid #EEEEEE;
	padding-top: 10px;
}
#search-form .collapse {
	position: relative;
	overflow: hidden;
	overflow: visible \9;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

#search-form .collapse.in {
	height: auto;
}

.search .btn i.icon-search {
	display: block;
}

div.contact .collapse {
	overflow: hidden !important;
}

.contact .accordion-heading .accordion-toggle {
	color: #444;
	font-family: 'QuestrialRegular', Arial, Helvetica, sans-serif ;
	font-size: 125%;
	font-weight: normal;
	padding: 6px;
}

.contact .accordion-inner {
	padding: 15px 10px;
}

.contact .contact-links ul.nav li {
	background: none;
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 30px;
}

.contact .contact-links ul.nav li a{
	background: url(../images/bullet.gif) no-repeat 2px center;
	color: #656667;
	padding-left: 10px;
}

.contact .contact-links ul.nav li a:hover,
.contact .contact-links ul.nav li a:focus,
.contact .contact-links ul.nav li a:active {
	background: url(../images/bullet-hove.gif) no-repeat 2px center;
	color: #DE3068;
	padding-left: 10px;
}

p.ja-typo-icon {
	height: auto;
	width: auto;
}

.toggle-editor.btn-toolbar a {
	float: left;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/* Edit Form */
.toggle-editor.btn-toolbar {
	display: block;
	overflow: hidden;
}

.toggle-editor.btn-toolbar a {
	float: left;
}

.edit.item-page #adminForm fieldset {
	border: none;
	padding: 0;	
}

.edit #adminForm .nav-tabs {
	border-bottom: 1px solid #E5E6E7;
	margin-bottom: 0;
	padding: 0px 10px;
}

.tab-content {
	padding: 10px;
	border: 1px solid #E5E6E7;
	border-top: none;
}

.edit #adminForm .nav-tabs > li > a{
	background: #fff;
	border: 1px solid #E5E6E7;
	color: #656667;
	cursor: pointer;
	text-decoration: none;
}

.edit #adminForm .nav-tabs > .active > a,
.edit #adminForm .nav-tabs > .active > a:hover,
.edit #adminForm .nav-tabs > li > a:hover {
	background:	#fff;
	border: 1px solid #E24B7C;
	border-bottom: 1px solid #fff;
	color: #E24B7C;
}

.edit .tab-content textarea {
	background: #fff;
	width: 98% !important;
}

#editor-xtd-buttons,
#editor .toggle-editor{
	margin-top: 0;
	padding: 5px;
}

.tab-content .control-group{
	display: block;
	overflow: hidden;
	width: 100%;
}

.tab-content .control-group .control-label{
	float: left;
	line-height: 32px;
	min-width: 130px;
}

.contentpane fieldset.filter .btn-toolbar {
	margin-top: 10px;
	overflow: hidden;
}

.contentpane fieldset.filter .btn-toolbar input {
	margin: 0px 5px 0px 0px;
}

.contentpane fieldset.filter .btn-toolbar button {
	margin: 0px 5px 0px 0px;
	padding: 5px 10px 4px 10px;
}

.contentpane fieldset.filter .btn-toolbar input.btn {
	padding: 3px 10px 2px;
}

.contentpane fieldset.filter .filters select {
	background: #fff;
	border: 1px solid #E5E6E7;
	font-size: 90% !important;
	padding: 6px;
}

.contentpane .table-condensed th, .contentpane .table-condensed td {
	background-color: #fff;
	line-height: 18px;
	padding: 3px 10px 2px;
	text-align: left;
}

.contentpane .table-striped tbody tr:nth-child(odd) td,
.contentpane .table-striped tbody tr:nth-child(odd) th {
	background-color: #f9f9f9;
}

.contentpane .list-footer div.limit select#limit {
	width: auto;
}

.contentpane table .list-footer ul {
	line-height: 32px;
}

.contentpane .list-footer li {
	font-size: 100%;
}

.contentpane .list-footer .counter {
	line-height: 32px;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
	background-color: #f5f5f5;
}

.contentpane .table-condensed th {
	color: #E24B7C;
	background: #E5E6E7;
	font-weight: bold;
}

.contentpane .table-condensed th a {
	color: #E24B7C;
}

#imageForm,
.com_media.contentpane {
	background: #fff !important;
}

#imageForm .control-group .chzn-container {
	float: left;
	margin-right: 10px;
}

.com_media .manager.thumbnails{
	display: inline-block;
	width: 100%;
}

.tab-content .control-group .control-label label{
	font-weight: bold;
}

.tab-content .control-group .controls{
	float: left;
}

.tab-content  .controls .input-append{
	float: left;
}

.tab-content  .controls .input-append input.inputbox,
.tab-content  .controls .input-append button.btn{
	float: left;
}

body.com_media .form-horizontal .control-label {
	padding-top: 0;
}

button {
	cursor: pointer;
}

.controls p.help-block {
	margin-bottom: 0;
	margin-top: 0;
}

.calendar .button {
	display: table-cell;
}



/* Style for Tag J3x */
div.tags span {
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-bottom-color: #ddd;
	border-radius: 8px;
	border-right-color: #ddd;
	display: inline-block;
	line-height: 1;
	list-style: none;
	margin: 0 2px 3px 0;
	padding: 2px 8px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}

div.tags span a { font-size: 0.917em; }

div.tag-category ul li { border: none; border-bottom: 1px solid #DDDDDD; }

div.tagspopular ul li,
div.tagssimilar ul li { background-position: 0px 7px; padding-left: 8px; }

.icon-cart:before, .icon-key:before { content:"";}
.k2AccountPage table tr td input#del_image {
  vertical-align: top; 
  margin: 3px 0 0;
  padding: 0;
}

.k2AccountPage table tr td label {
  white-space: normal;
}

#form-login-username .add-on ,
#form-login-password .add-on {
  margin-bottom: 3px;
  display: block;
}

#form-login-username .add-on span,
#form-login-password .add-on span {
  display: inline-block;
}

#form-login-username .add-on label,
#form-login-password .add-on label {
  display: inline-block;
}

