/**
 * @version		$Id$
 * @author		Joomseller
 * @package		Joomla!
 * @subpackage	ZJ_FileSeller
 * @copyright	Copyright (C) 2008 - 2011 by Joomseller Solutions. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL, SEE LICENSE.php
 * This file may not be redistributed in whole or significant part.
 */

/** COMMON */
/* Clearfix
-------------------------------------------------------------*/
* 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;
}

.zj_button {
	float: left;
	margin-right: 4px;
	display: block;
	width: 120px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	background: url(https://766bc0.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/button.png) 0 0 no-repeat;
	text-decoration: none;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 0;
	cursor: pointer;
}

.zj_button-long {
	width: 160px;
	background: url(https://1a820f.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/button-long.png) 0 0 no-repeat;
}

.zj_sbutton {
	float: right;
	margin-right: 4px;
	display: block;
	width: 160px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	font-weight: bold;
	background: url(https://e7c091.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/sbutton.png) 0 0 no-repeat;
	text-decoration: none;
	border: none;
	color: #028BAD;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 2px;
}

a.zj_button:hover,
a.zj_button:visited,
a.zj_sbutton:hover,
a.zj_sbutton:visited,
a.zj_button:focus,
a.zj_sbutton:focus {
	text-decoration: none;
	background-position: 0 0;
	color: #FFFFFF;
}

.zj_clear {
	clear: both;
}

.zj_required {
	color: red;
}

.zj_price {
	color: #E43101;
}

.zj_buttonbar {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/** CATEGORY LIST */

.ja-content-main ul.zj_subcats {
	display: table;
	margin: 0;
}

.zj_subcats li {
	float: left;
	height: 25px;
	margin: 5px 10px;
	background: none;
	padding-left: 5px;
	list-style: none;
}

.ja-content-main ul.zj_subcats li {
	background-image: none;
	padding: 0;
	display: inline-table;
}

.zj_subcats li a {
	color: #757575;
	font-weight: bold;
	padding: 7px 0 0 15px;
	line-height: 20px;
	background: url("https://5764c4.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/list.gif") no-repeat scroll -3px 4px transparent;
	border-bottom: 1px dotted #DDDDDD;
	display: block;
}

.zj_subcats-container h4 {
	margin-bottom: 0;
}


/** PRODUCT LIST */

#zj_products h4  {
	font-size: 150%;
	padding: 0;
	margin: 0 0 15px 0;
}

#zj_products h4 a {
	font-weight: bold;
}

#zj_products a {
	
}

#zj_products .zj_thumb,
#zj_product .zj_thumb {
	float: left;
}

#zj_products .zj_thumb img,
#zj_products .zj_thumb div {
	margin: 0 20px;
}

#zj_product .zj_thumb img {
	margin-left: 20px;
}

#zj_products .zj_details {
	margin-left: 160px;
}

#zj_products ul {
	margin: 15px 0;
	padding: 0;
}

#zj_products li {
	list-style: none;
	background: url(https://ad49d0.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/gradient.png) 0 0 repeat-x;
	padding: 15px 15px 35px 0;
	margin-left: 0;
}

#zj_products dl {
	background: none repeat scroll 0 0 #ECF4FB;
	border: 1px solid #CADAE7;
	padding: 5px 5px 5px 10px;
	margin: 0 5px 5px;
	float: right;
}

#zj_products dt,
#zj_product dt {
	float: left;
	font-weight: bold;
}

#zj_products dt {
	width: 90px;
}

#zj_product dt {
	width: 100px;
}

#zj_products dd,
#zj_product dd {
	font-weight: normal;
}

#zj_products dd {
	margin-left: 90px;
}

#zj_product dd {
	margin-left: 100px;
}

#zj_products .zj_buttons,
#zj_product .zj_buttons {
	overflow: hidden;
}


/** PRODUCT */

#zj_product {
	background: none repeat scroll 0 0 #ECF4FB;
	border: 1px solid #CADAE7;
	padding: 15px 15px 20px 0;
}

#zj_product .zj_details {
	margin-left: 220px;
}

#zj_product .zj_left {
	float: left;
}

#zj_product .inputbox {
	margin-right: 10px;
}

#zj_product .zj_prop {
	background: url("https://bfcc01.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/dot.gif") repeat-x scroll left bottom transparent;
}

.zj_price-container {
	margin-right: 15px;
	font-weight: bold;
}

.zj_buttonbar {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}


/** TABS */

.zj_product-info dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs:first-child {
	border-left: 1px solid #CADAE7;
}

dl.tabs dt {
	float: left;
	padding: 0 10px;
	border: 1px solid #CADAE7;
	border-left: none;
	height: 24px;
	line-height: 24px;
	margin-left: 0;
	background: url(https://df3e7d.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/tab.png) repeat-x;
	color: #666;
	font-weight: bold;
}


dl.tabs dt.open {
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #fff;
	z-index: 100;
	color: #000;
}

dl.tabs dt.closed:hover {
	background-position: 0 -48px;
	border-bottom: 1px solid #019bc1;
	color: #fff;
}
dl.tabs dt.open:hover {
	background-position: 0 -72px;
}

div.current {
	clear: both;
	border: 1px solid #CADAE7;
	padding: 10px 10px;
}

div.current dd {
	padding: 0;
	margin: 0;
}

.zj_product_gallery a {
	border: 1px solid #CADAE7;
	display: inline-block;
	margin: 3px 1px;
	padding: 3px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 180px;
}

/** RATING */

.zj_vote-container {
	display: inline-block;
	line-height: 25px;
	vertical-align: middle;
}

.zj_vote-container-small {
	display: inline-block;
	line-height: 22px;
	vertical-align: middle;
}

ul.zj_vote-stars {
	height: 25px;
	width: 125px;
	padding: 0 !important;
	margin: 0 !important;
}

ul.zj_vote-stars-small {
	height: 22px;
	width: 110px;
	padding: 0 !important;
	margin: 0 !important;
}

ul.zj_vote-stars li, ul.zj_vote-stars-small li {
	background-position: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

ul.zj_vote-stars, ul.zj_vote-stars li a:hover, ul.zj_vote-stars li.current-rating {
	background-image: url(https://bff5cc.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/star.gif) !important;
	background-color: transparent !important;
	background-repeat: repeat-x !important;
	background-position: left -1000px;
}

ul.zj_vote-stars-small, ul.zj_vote-stars-small li a:hover, ul.zj_vote-stars-small li.current-rating {
	background-image: url(https://2fca38.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/img/star_small.gif) !important;
	background-color: transparent !important;
	background-repeat: repeat-x !important;
	background-position: left -1000px;
}

ul.zj_vote-stars, ul.zj_vote-stars-small {
	background-position: left top;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	overflow: hidden;
	padding: 0pt;
	position: relative;
}

ul.zj_vote-stars li, ul.zj_vote-stars-small li {
	background-image: none;
	display: inline;
	padding: 0pt;
}

ul.zj_vote-stars li a, ul.zj_vote-stars li.current-rating, ul.zj_vote-stars-small li a, ul.zj_vote-stars-small li.current-rating {
	border: medium none;

	left: 0pt;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	overflow: hidden;
	position: absolute;
	text-indent: -1000em;
	top: 0pt;
}

ul.zj_vote-stars li a, ul.zj_vote-stars li.current-rating {
	height: 25px;
	line-height: 25px;
	background: none;
}

ul.zj_vote-stars-small li a, ul.zj_vote-stars-small li.current-rating {
	height: 22px;
	line-height: 22px;
}

ul.zj_vote-stars li a:hover, ul.zj_vote-stars-small li a:hover {
	background-position: left bottom !important;
}

ul.zj_vote-stars li a:focus, ul.zj_vote-stars-small li a:focus {
	background: none;
}

ul.zj_vote-stars li.current-rating, ul.zj_vote-stars-small li.current-rating {
	background-position: left center;
	z-index: 1;
}

li a.zj-one-star {
	width: 20%;
	padding: 0;
	margin: 0;
	z-index: 6;
}

li a.zj-two-stars {
	width: 40%;
	padding: 0;
	margin: 0;
	z-index: 5;
}

li a.zj-three-stars {
	width: 60%;
	padding: 0;
	margin: 0;
	z-index: 4;
}

li a.zj-four-stars {
	width: 80%;
	padding: 0;
	margin: 0;
	z-index: 3;
}

li a.zj-five-stars {
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 2;
}

.zj_vote-count {
	vertical-align: middle;
}


/** TABLE */

.zj_table thead th {
	background:url("https://8ecfc3.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/table-header-bg.gif") repeat-x scroll 0 100% #FFFFFF;
	color:#222222;
	font:bold 11px/1.35 Arial;
	border:1px solid #EAEAEA;
	font-weight:bold;
	padding:5px 8px;
	vertical-align:middle;
	white-space:nowrap;
}

.zj_table {
	border-collapse: collapse;
}

.zj_table tbody td {
	padding: 4px 8px;
	border: 1px solid #e0e0e0;
	border-top: 0;
}

.zj_table p {
	margin: 3px 0;
	line-height: 1.5;
}

.zj_table .zj_table-entry2 {
	background-color: #FAFAFA;
}

.zj_table .zj_table-entry1 {
	background-color: #FEFEFE;
}

.zj_table .zj_table-entry1:hover,
.zj_table .zj_table-entry2:hover {
	background-color: #FFFFFF;
}

.zj_table tfoot td {
	padding: 5px 8px;
	vertical-align: middle;
	font-size: 12px;
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	border-top: 0;
}

.zj_table .price_entry td {
	font-weight: bold;
}

/*
.zj_product-intro-container .zj_product-intro {
	background:url("https://ad49d0.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/gradient.png") repeat-x 0 0;
	padding: 0 0 10px;
}

.zj_product-intro-container .zj_product-intro .zj_product-intro_content {
	display: block;
	margin: 0;
	padding: 10px;
	width: auto;
}

.zj_product-intro-container .zj_product-intro .zj_desc {
	padding: 0 10px;
}


.zj_product-intro-container .zj_product-intro .zj_thumb {
	float: left;
	width: 80px;
	margin: 5px 10px 10px 0;
}
*/

.zj_product-leading #zj_products li.zj_product {
	padding-bottom: 0px;
}

.zj_list-products-blog .zj_product-row {
	background: url("https://ad49d0.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/gradient.png") repeat-x scroll 0 5px transparent;
	padding-bottom: 10px;
	padding-top: 15px;
	clear: both;
}

.zj_list-products-blog .zj_product-column {
	float: left;
	position: relative;
}

.zj_list-products-blog .zj_product-intro-content {
	padding-left: 10px;
	padding-right: 10px;
}

.zj_list-products-blog .zj_product-intro-content h2 {
	text-align: center;
}

.zj_list-products-blog .zj_product-intro-content h4 {
	text-transform: none;
	text-decoration: none;
}

.zj_list-products-blog .zj_product-intro-content .zj_thumb {
	float: left;
	width: 80px;
	margin: 5px 10px 10px 0;
}

.zj_list-products-blog .zj_product-cols1 .zj_product-column {
	width: 100%;
}

.zj_list-products-blog .zj_product-cols2 .zj_product-column {
	width: 50%;
}

.zj_list-products-blog .zj_product-cols3 .zj_product-column {
	width: 33.33%;
}

.zj_list-products-blog .zj_product-cols4 .zj_product-column {
	width: 25%;
}

.zj_list-products-blog .zj_product-cols5 .zj_product-column {
	width: 20%;
}

.zj_smallbtn {
	background: none;
}

.zj_desc {
	padding-bottom: 10px;
}

.zj_list-products-blog .zj_desc {
	text-align: justify;
}

.zj_link {
	background: url("https://89302d.claudeassets.com/20200723212403im_/http://seohowto.net/components/com_zj_fileseller/templates/default/images/link.gif") no-repeat;
	padding-left: 16px;
}

a.zj_link:hover,
a.zj_link:active,
a.zj_link:focus {
	background-position: 0 0;
}


.zj_product-column.blog {
	text-align: center;
}

.zj_social_share {
	text-align: right;
}
/*
     FILE ARCHIVED ON 03:32:59 Apr 24, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:50:59 Sep 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.453
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.056
  esindex: 0.007
  cdx.remote: 21.11
  LoadShardBlock: 196.936 (3)
  PetaboxLoader3.datanode: 180.32 (5)
  PetaboxLoader3.resolve: 108.148 (3)
  load_resource: 174.723 (2)
*/