/*
 * ------------------------------------------------------------------------
 * JA Teline IV Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * 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.
 * ------------------------------------------------------------------------
*/
 

/* Item View */
.ja-brief-history a[class^="icon-"] {
	width: auto;
}

/* Style for Tag J3x */
div.tags span {
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  border-radius: 8px;
  display: inline-block;
  list-style: none;
  margin: 0 2px 3px 0;
  padding: 2px 8px;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}

div.tags span a {
  font-size: 0.917em;
}

div.tag-category ul li[class^="cat-list-"] {
	background: url(../images/divider.gif) repeat-x left bottom;
	border: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	position: relative;
}

div.tag-category ul li:hover {
	background-color: transparent;
}

div.tag-category ul li h3 {
	font-size: 200%;
	line-height: 1;
	margin: 0;
	padding: 0;
}

div.tagspopular ul li,
div.tagssimilar ul li {
	padding-left: 8px;
	background-position: 0px 7px;
}

/* Style for edit page */
.edit #adminForm .nav-tabs > li {
	margin-bottom: -2px !important;
}

.edit .control-group input[type="text"] {
	padding: 3px 5px;
}

.edit .control-group select {
	min-width: 167px;
	padding: 3px 5px;
}

body.com_media .span6 {
    width: 340px;
}