/**
 * @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
-------------------------------------------------------------*/
@import url('../fonts/font.css');
* 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 {
    border: none;
    color: #3c2313;
}

.zj_button-long {
	width: 119px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9b009), to(#c6cf1b));
	background: -webkit-linear-gradient(top, #c6cf1b, #a9b009);
	background: -moz-linear-gradient(top, #c6cf1b, #a9b009);
	background: -ms-linear-gradient(top, #c6cf1b, #a9b009);
	background: -o-linear-gradient(top, #c6cf1b, #a9b009);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    padding:8px 15px 5px;
    margin-right:10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:none;
	color: #3C2313;
	font-family: "AlternateGothic2 BT";
    font-size: 17.75px;
    font-weight: normal;
}

input.update {
    background: url("../images/add_cart_icon.png") no-repeat scroll right 0 transparent;
    border: medium none;
    color: #3C2313;
    font-family: "Arial";
    font-size: 18px;
    font-weight: normal;
    padding: 2px 45px 2px 0;
    text-transform: none;
	cursor: pointer;
}

.zj_sbutton {
    background: url("../images/add_cart_icon.png") no-repeat scroll right 0 transparent;
    border: medium none;
    color: #3C2313;
    font-family: "Arial";
    font-size: 18px;
	padding:8px 15px 5px;
    font-weight: normal;
    text-transform: none;
}

.zj_button{
    font-family:"AlternateGothic2 BT";
	font-size: 17.75px;
	font-weight:normal;
	cursor: pointer;
}

.zj_sbutton{
    cursor: pointer;
}

dd.zj_price span#price{
	color: #4A4949;
    font-size: 24px;
    font-weight: bold !important;
    margin-left: 0 !important;
    text-align: left;
    text-shadow: 1px 1px 2px #969696;
}

dd.zj_price span#discount{
    color: #5B5B5B;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0;
    text-align: left;
	text-shadow: none;
}
span#dis_thumnail{
	display: block;
}
.zj_price_package{
	font-size: 16px;
	font-weight:bold;
}
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;
}

.zj_clear {
	clear: both;
}

.zj_required {
	color: red;
}

.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-container ul.zj_subcats {
	margin-bottom: 30px!important;
}
.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("../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  {
	color: #85B738;
    font-size: 140%;
    font-weight: normal;
	line-height:100%;
	margin: 0 0 15px 0;
}

#zj_products h4 a {
    color: #1db3c3;
    font-weight: bold;
	text-decoration: none;
}
#zj_products a:hover span{
	background: none!important;
}
#zj_products h4 a:hover{
	text-decoration:none;
	background: none!important;
	color: #238DB4;
}

#zj_products .zj_thumb{
    float:left;
	border:1px solid #DADADA;
	background: #FFFFFF;
	padding: 15px 20px;
	margin:0px 16px 10px 0px;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
}

#jz_product_img_box .zj_thumb {
	background: #FFFFFF;
    margin:0px 16px 10px 0px;
    padding: 15px;
	border:1px solid #DADADA;
    text-align: center;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
}

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

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

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

#zj_products li {
    background: url("../images/line-horizontal.png") repeat-x scroll left bottom transparent;
    list-style-type: none;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    overflow: hidden;
    padding: 0 0 20px !important;
}

#zj_products div.zj_props{
	background: none repeat scroll 0 0 #ECF4FB;
	border: 1px solid #CADAE7;
	padding:10px 10px;
	margin: 10px 0px;
}

#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: visible;
}
#zj_products span {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    font-weight: bold;
    padding: 0 0 6px;
    position: relative;
    right: 0;
    text-decoration: none;
    top: 0;
}


/** PRODUCT */

#zj_product {
	background: none;
	border: none;
	padding: 0px;
	overflow:hidden;
}

#zj_product .zj_left {
	float: left;
}

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

.inputbox.invalid {
	border: 1px solid chocolate;
}

#zj_product .zj_prop {
	background: url("../images/dot.gif") repeat-x scroll left bottom transparent;
}

.zj_price-container {
    font-weight: bold;
    margin-right: 12px;
    padding-bottom: 8px;
    padding-top: 9px;
}

.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(../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-info .current {
	max-width: 97%!important;
}

#zj_product_gallery{
    margin-top:5px 0px;
}

.zj_product_gallery a {
    background: url("../images/bkg-moreview-item.png") no-repeat scroll left top transparent;
    float: left;
    height: 75px;
    margin-bottom: 0;
    padding: 7px 0 0;
    text-align: center;
    width: 79px;
}

/** 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(../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(../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:#FFFFFF;
	color:#5A5A5A;
	font-size:14px;
	border:1px solid #E3E3E3;
	font-weight:normal;
	padding:10px 14px;
	vertical-align:middle;
	text-transform:uppercase;
	white-space:nowrap;
}

.zj_table {
	border-collapse: collapse;
}

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

.title_product {
    color: #1db3c2;
    line-height: 100%;
    margin-left: 0px;
    padding-bottom: 15px;
}

.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 {
    background: none repeat scroll 0 0 #FFFFFF;
    font-weight: bold;
    padding: 10px 20px;
}

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

.zj_list-products-blog .zj_product-row {
	padding-bottom: 50px;
	padding-top:0px;
	clear: both;
}

.zj_list-products-blog .zj_product-intro-content h4 {
    margin: 15px 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
	color: #4A4949;
    font-size: 16px;
    font-weight: bold;
}

.zj_list-products-blog .zj_product-intro-content h4 a {
    color: #4A4949;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.zj_list-products-blog .zj_product-intro-content h4 a:hover {
	background: none!important;
	color: #238DB4 !important;
}
.zj_list-products-blog .zj_product-intro-content h4 a span.version{
    color:#4A4949;
}

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

.zj_list-products-blog .column3 .zj_product-intro-content{
    padding-right:0px;
}

.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;
	min-height: 30px;
	position:relative;
}

.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 {
	float: left;
    padding: 0 5px;
    width: 48.5%;
}

.zj_list-products-blog .zj_product-cols3 .zj_product-column {
    float: left;
    margin-right: 45px;
    width: 29%;
}

.zj_list-products-blog .zj_product-cols3 .column3{
    margin-right:0px;
}

.zj_list-products-blog .zj_product-cols4 .zj_product-column {
	width: 23%;
	float:left;
	padding: 0 5px;
}

.zj_list-products-blog .zj_product-cols5 .zj_product-column {
	width: 18%;
	float:left;
	padding: 0 5px;
}

.zj_smallbtn {
	background: none;
}

.zj_desc {
	padding-bottom: 10px;
	padding-top: 5px;
}
.zj_desc h3 {
	text-align: left;
}

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

.zj_link {
	background: url("../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;
	overflow:hidden;
	margin-left:-10px;
}

.zj_social_share div{
  
}

.zj_social_share div iframe{ 
    height:20px !important;
}

/*  locnv add style  */

#jz_product_img_box {
    float: left;
    width: 38%;
}

#zj_product_shop {
    float: left;
    width: 62%;
}

span.version {
    color: #1db3c3;
    font-size: 14px;
    font-weight: bold;
	padding-left:5px;
}

.description {
    background: url("../images/line-horizontal.png") repeat-x scroll left bottom transparent;
    margin: 0px 0 20px;
    padding: 0 0 20px;
}
.zj_list-products .description {
	background: none!important;
}

.description p {
    margin:0px !important;
}

#zj_product_shop .description ul{
    margin-bottom: 0px;
    margin-left: 15px;
    margin-top: 0px;
}

#zj_product_shop .description ul li{
    list-style-type: disc;
    margin: 0 0 0px;
    padding-left: 0;
	background:none;
	overflow:visible;
}

.zj_desc ul{
    margin:5px 0px 0px 15px !important;
}

.zj_desc ul li{
    list-style-type:disc !important;
    margin:0px !important;
    padding: 0px !important;
	background:none !important;
	overflow:visible !important;
}

.zj_desc ul li p{
    margin:0px !important;
}

#zj_social_share iframe{ 
    height:24px !important;
}

.zj_certification {
    background: none repeat scroll 0 0 #F7F7F7;
    border:1px solid #DADADA;
    padding: 13px 20px;
    text-align: left;
	margin:15px 0px 0px 0px;
}

.zj_support_type{
    margin-right:5px;
}

.logo_certifi ul li {
    background: none repeat scroll 0 0 transparent !important;
    float: left;
    line-height: 100%;
    list-style-type: none;
    padding: 0 !important;
    text-align: center;
    width: 33%;
}

.logo_certifi ul li.last {
    margin-right: 0 !important;
}

#zj_product_shop .zj_price {
    color: #5B5B5B;
    font-size: 20px;
    font-weight: normal;
    position: relative;
}

.feature {
    color: #1db3c3;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 100%;
    padding-bottom: 12px;
    width: 100% !important;
}

.zj_feature {
    padding-right:5px;
}

.no_padding{
    padding-right:0px !important;
}

#zj_product_shop .zj_button {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9b009), to(#c6cf1b));
	background: -webkit-linear-gradient(top, #c6cf1b, #a9b009);
	background: -moz-linear-gradient(top, #c6cf1b, #a9b009);
	background: -ms-linear-gradient(top, #c6cf1b, #a9b009);
	background: -o-linear-gradient(top, #c6cf1b, #a9b009);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-top: 5px;
    padding:9px 15px 6px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#3C2313;
}

#product_price{
    font-size: 20px;
    font-weight: normal;
}

#zj_product_shop .zj_price span strike {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: normal;
    margin-left: 0;
    text-align: left;
}

.zj_button-wishlisst {
    background: url("../images/wishlisst_btn.png") no-repeat scroll 0 0 transparent !important;
    height: 20px !important;
    padding: 10px 0 !important;
    text-align: center !important;
    width: 107px !important;
	line-height:20px !important;
	font-size:19px !important;
}

#zj_product_shop .inputbox {
    height: 36px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    text-align: center;
    top: 1px;
	line-height: 36px;
}

#zj_product_shop #file_name {
    height: 39px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    top: 1px;
	font-size:12px;
    width: 145px;
}

.docs-help-table {
    border: 1px solid #DADADA;
    width: 100%;
	margin-top:15px;
}

.docs-help-table thead th {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    color: #1db3c3;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
	text-align: center;
}

.docs-help-table tbody td ul li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    line-height: 100%;
    margin: 0;
    padding: 3px 8px;
}

.docs-help-table tbody td a {
    color: #5A5A5A;
    text-decoration: none;
}

.order-list{
    margin-top:15px;
	margin-right: 3px;
}

.docs-help-table tbody td {
    background: url("../images/bkg-block-content.png") repeat scroll left top transparent;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    color: #5A5A5A;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 10px 20px;
}

.docs-help-table tbody td ul {
    border: medium none !important;
    list-style-type: none !important;
    margin: 0 !important;
	padding:0px !important;
}

.docs-help-table tbody td ol {
    border: medium none !important;
    list-style-type: none !important;
    margin: 0 !important;
	padding:0px !important;
}

.productfile_all_div td{
    background:none !important;
	border: 0 none !important;
    padding: 0 0 5px !important;
}

#zj_packages{
    display:block;
}

#zj_packages dl {
    display: block;
    margin: 0;
    overflow: hidden;
}

#zj_packages dt {
    width: 100%;
}

#zj_packages ul{
    margin:0px;
}

#zj_packages ul li{
    margin:0px;
	width:100%;
	line-height:100%;
	height:100%;
	background:none;
	padding:0px;
}

#zj_packages dd {
    clear: both;
    margin: 0;
    padding: 5px 5px 11px 0;
}

#zj_packages dt label {
    color: #37A4E2;
    font-size: 14px;
    font-weight: normal;
}

.price-notice {
    color: #999999;
    padding-left: 10px;
}

.price-notice .price {
    color: #2F2F2F;
    font-weight: bold;
}

.box-edition {
    border: 1px solid #DADADA;
    margin-right:16px;
}

.box-edition .box-title {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DADADA;
    padding: 12px 0;
    text-align: center;
}

.box-edition .box-title h3 {
    color: #1db3c3;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.box-content p{
    margin:0px !important;
}

.box-content p img{
    padding-right:15px;
}

.box-edition .box-content {
    background: url("../images/bkg-block-content.png") repeat scroll left top transparent;
    padding: 12px;
}


.box-description{
    border-bottom:#DADADA solid 1px;
}

.addic_info{
    background: url("../images/line-horizontal.png") repeat-x scroll left bottom transparent;
    color: #797979;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 6px;
	line-height:100%;
	text-align:center;
}

#changelogs{
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DADADA;
    cursor: pointer;
    margin: 10px auto 0px;
    text-align: center;
    text-decoration: none;
	padding-bottom: 7px;
    padding-top: 8px;
}

.showcase{
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DADADA;
    cursor: pointer;
    margin: 10px auto 0px;
    text-align: center;
    text-decoration: none;
	padding-bottom: 7px;
    padding-top: 8px;
}

#comments-footer{
    display:none;
}

#changelogs span{
    background: url("../images/down-icon.png") no-repeat scroll right center transparent;
    color: #1db3c3;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    padding-right: 35px;
}

.showcase span{
    color: #85B738;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
}

.addic_info span{
    /*background: url("../images/down-icon.png") no-repeat scroll right center transparent;*/
    color: #1db3c3;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    padding-right: 35px;
}

dt.zj_changelogs{
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DADADA;
    cursor: pointer;
    height: 47px;
    line-height: 47px;
    margin: 0 auto 0px;
    text-align: center;
    text-decoration: none;
}

dt.zj_changelogs span {
    background: url("../images/down-icon.png") no-repeat scroll right center transparent;
    color: #85B738;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    padding-right: 35px;
}

#changlogs-items{
    background: none repeat scroll 0 0 #F7F7F7;
	clear:both;
	border: 1px solid #DADADA;
	border-top:none !important;
	padding:20px;
}

.showcase-items{
    background: none repeat scroll 0 0 #F7F7F7;
	clear:both;
	border: 1px solid #DADADA;
	border-top:none !important;
	padding:20px;
}

.zj_changelogs ul{
    margin:0px;
}

.zj_changelogs ul li{
    background: url("../images/list-icon.png") no-repeat scroll left 2px !important;
    margin: 0 0 10px !important;
    padding-left: 20px !important;
}
.addic_info ul li{
    background: url("../images/list-icon.png") no-repeat scroll left 2px !important;
    margin: 0 0 10px !important;
    padding-left: 20px !important;
}

.review-form{
    background: none repeat scroll 0 0 #F7F7F7;
	clear:both;
	border: 1px solid #DADADA;
	margin-top:10px;
}

#comments-form-buttons{
    margin:0px;
}


#jc h4 {
    margin-left:20px !important;
	margin-right:20px !important;
    padding-bottom: 15px !important;
	color: #5A5A5A;
    line-height: 1.35;
	font-size:24px;
	text-transform:none;
	padding-top:10px !important;
    margin: 0 0 10px;
}

#comments h4 {
    padding-bottom: 15px !important;
	color: #5A5A5A;
    line-height: 1.35;
	font-size:24px;
	text-transform:none;
	padding-top:10px !important;
    margin: 0 0 15px !important;
}

.zj_showcase_wap{
     margin-top: 15px;
	 padding-top:0px;
}

dt.zj_showcase{
    background: url("../images/line-horizontal.png") repeat-x scroll left bottom transparent;
    color: #797979;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
	text-align:center;
    padding: 0 0 6px;
}

dt.zj_showcase span{
	text-transform:none;
	background: url("../images/down-icon.png") no-repeat scroll right center transparent;
    color: #85B738;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    padding-right: 35px;
}

.zj_product_showcase .zj_showcase{
    background: url("../images/hp-customer-item.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 150px;
    margin: 0 11px 0 0;
    padding: 15px 0 0;
    text-align: center;
    width: 158px;
}

#jc #comments{
    padding:0 20px 20px;
	width:auto !important;
}

#comments-list{
    margin:0px !important;
}

#rating-price{
    float: left;
	margin-right:14px;
}

.ratings {
    font-size: 14px;
    line-height: 1.25;
	text-align:left;
    margin: 0px 0 1px;
}

.price-box {
    float: left;
}

.price-box span {
    color: #4A4949;
    font-size: 24px;
    font-weight: bold;
    margin-left: 0;
    text-align: left;
    text-shadow: 1px 1px 2px #969696;
    padding-right: 4px;
}

.price-box strike {
    color: #4A4949;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0;
    position: relative;
    text-align: left;
	text-shadow: none;
    top: -1px;
}

.regular-price .price .zj_price {
    color: #4A4949;
    font-size: 24px;
    font-weight: bold !important;
    margin-left: 0 !important;
    text-align: left;
    text-shadow: 1px 1px 2px #969696;
}

dd.zj_price{
    float:left;
}

.zj_list-products a.zj_button{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9b009), to(#c6cf1b));
	background: -webkit-linear-gradient(top, #c6cf1b, #a9b009);
	background: -moz-linear-gradient(top, #c6cf1b, #a9b009);
	background: -ms-linear-gradient(top, #c6cf1b, #a9b009);
	background: -o-linear-gradient(top, #c6cf1b, #a9b009);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-top: 0px;
    padding:12px 15px 8px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.zj_live_demo a,.zj_live_demo a:hover{
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0d94a3), to(#1aaebd));
	background: -webkit-linear-gradient(top, #1aaebd, #1aaebd);
	background: -moz-linear-gradient(top, #1aaebd, #0d94a3);
	background: -ms-linear-gradient(top, #1aaebd, #0d94a3);
	background: -o-linear-gradient(top, #1aaebd, #0d94a3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-top: 10px;
    padding:7px 15px 3px;
	color:#FFFFFF;
	margin-right: 16px;
	font-size:24px;
	text-align:center;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration:none;
}

.ratings span {
    background: url("../images/review.png") no-repeat scroll right 5px transparent;
    color: #4A4949;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    padding-right: 20px;
    position: absolute;
    right: -5px;
    text-align: left;
    top: 16px;
    z-index: 99;
}

.reviews{
    display:none;
}

#product-actions{
    float: left;
}

.ratings a:hover{
    text-decoration:none!important;
}
.ratings a{
    text-decoration:none!important;
	background: none!important;
}

.zj_product_actions{
    overflow:visible;
	 border: medium none;
}

.rating-price {
    float: left;
    margin-right:0px;
}

.zj_list-products-blog .product-actions {
    float: right;
}

.ratings {
    color: #85C910;
    font-size: 14px;
    font-weight: normal;
    margin-left: 0;
}

.zj_product_image {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1D1CA;
    box-shadow: none;
    margin: 0;
    padding: 15px 20px;
}

#slider2 dt,#slider3 dt {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DADADA;
    cursor: pointer;
    height: 47px;
    line-height: 47px;
    margin: 15px auto 0px;
    text-align: center;
    text-decoration: none;
}

#slider2{
    margin-bottom:15px;
}

#slider2 dd .changelog,#slider3 dd .zj_product_showcase{
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DADADA;
	padding:20px;
	border-top:none;
	
}

#slider2 dt span ,#slider3 dt span {
    background: url("../images/down-icon.png") no-repeat scroll right center transparent;
    color: #85B738;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    padding-right: 35px;
}

.zj_list-products-blog .product-actions .zj_button{
    /*background:url(../images/add_cart_home.png) no-repeat left top !important;*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9b009), to(#c6cf1b));
	background: -webkit-linear-gradient(top, #c6cf1b, #a9b009);
	background: -moz-linear-gradient(top, #c6cf1b, #a9b009);
	background: -ms-linear-gradient(top, #c6cf1b, #a9b009);
	background: -o-linear-gradient(top, #c6cf1b, #a9b009);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-top: 5px;
    padding:8px 15px 5px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.zj_list-products-blog input.zj_button {
    padding:10px 15px 8px !important;
}

#sbox-content #download_form .zj_button {
    padding-top:3px;
}

#download_form .zj_button {
    /*color: #FFFFFF;*/
    /*font-size: 21px;*/
    margin-right: 10px;
    padding-top: 8px;
    text-decoration: none;
}

.product-preview #download_form .zj_button {
    float: right;
    margin-top: 5px;
    padding-bottom: 8px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9b009), to(#c6cf1b));
	background: -webkit-linear-gradient(top, #c6cf1b, #a9b009);
	background: -moz-linear-gradient(top, #c6cf1b, #a9b009);
	background: -ms-linear-gradient(top, #c6cf1b, #a9b009);
	background: -o-linear-gradient(top, #c6cf1b, #a9b009);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    padding:8px 15px 5px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:none;
	color: #3C2313;
}

.zj_list-products-blog .product-actions .ratings {
    margin: 0px 0 2px !important;
}

.seemore{
   display:none;
}

.zj_product_box{
    position:relative;
}

.zj_product_box:hover div.seemore{
    display:block !important;
}

.seemore {
    background: #a4a4a4;
    height: 217px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	height: 100%;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.seemore a.see_more {
    background: url("../images/btn-quickview.png") no-repeat !important;
    color: #f5f4f4;
    display: block;
    height: 76px;
    margin: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 33%;
    width: 76px;
}

.seemore a.see_more span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    padding-top: 34px;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.input_add{ 
    padding-bottom: 8px !important;
	}
} /* hacked cho chrome và safari */

/* jQuery Tooltips */
.tooltip {
	background:url(../images/black_arrow_big.png) !important;
	height:335px !important;
	padding:45px 30px 10px 40px !important;
	width:527px !important;
	color:#fff !important;
	max-width: 1000px !important;
	border: 0 none !important;
	display: none;
	margin-top: -500px;
	margin-left: -200px;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-weight:bold;
}

table.wrap_details{
    width:100%;
}

table.wrap_details tr td{
    vertical-align:top;
	padding:0px;
}

table.wrap_details .order_details{
    margin-bottom:15px;
}

.order-title{ 
    margin-top:0px;
}

.order-title h3{
    padding:0px !important;
}

.zj_Addtional_pakages{
    display:block;
}
.product-preview{
/*	height: 420px;*/
	padding-top: 15px;
	padding-left: 20px;
}
.product-form {
    float: right;
    margin-right: 62px;
    margin-top: 14px;
    width: 34%;
	padding-bottom: 25px;
}

h3.product-title-preview {
    background: none repeat scroll 0 0 #1DB3C2;
    color: #FFFFFF;
    font-family: "Arial";
    font-size: 14px;
    margin: 0 !important;
    padding: 7px 19px;
}
.zj_price-preview{
	padding-bottom:10px;
}

.price_entry .zj_sbutton {
    padding-right: 45px;
    padding-top: 0;
}

.zj_buttons_add {
	
}
.product-preview #zj_packages{
	float: left;
    margin-left: 74px;
    width: 33%;
	clear: both;
}
.product-preview .input_add {
    float: right;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9b009), to(#c6cf1b));
	background: -webkit-linear-gradient(top, #c6cf1b, #a9b009);
	background: -moz-linear-gradient(top, #c6cf1b, #a9b009);
	background: -ms-linear-gradient(top, #c6cf1b, #a9b009);
	background: -o-linear-gradient(top, #c6cf1b, #a9b009);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    padding:8px 15px 5px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:none;
	color: #3C2313;
	font-family: "AlternateGothic2 BT";
    font-size: 17.75px;
    font-weight: normal;
}

.label li{
    background:none;
	list-style-type: none;
}
.com_zj_fileseller {
/*	overflow: hidden;*/
}
.label_package label{
	font-size: 13px;
}
.product-preview .description {
	padding-left: 13px;
    width: 576px;
}
.product-preview .title_product a{
	color: #c5ce1b;
    float: left;
    line-height: 100%;
    padding-bottom: 0;
    padding-top: 9px;
    width: 22%;
}
.live_demo {
	background: url("../images/line-horizontal.png") repeat-x scroll left bottom transparent;
    margin: 5px 0 20px;
    padding: 0 0 20px;
}
.image_package {
	background-image: url("../images/box-success.png") !important;
	background-repeat:no-repeat;
}
.image_package label{
	padding-left: 30px;
}
.no_package {
	background-image: url("../images/list-cross.png")!important;
	background-repeat:no-repeat;
}
.no_package label{
	padding-left: 30px;
}
.packages_product_free {
	
}
.link_order a{
	color: #a7ae07 !important;
	background: none!important
}
.link_document a{
	color: #a7ae07 !important;
	background: none!important;
}

.orders-list #download_form .zj_button {
    padding-bottom: 6px;
    padding-top: 3px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9b009), to(#c6cf1b));
	background: -webkit-linear-gradient(top, #c6cf1b, #a9b009);
	background: -moz-linear-gradient(top, #c6cf1b, #a9b009);
	background: -ms-linear-gradient(top, #c6cf1b, #a9b009);
	background: -o-linear-gradient(top, #c6cf1b, #a9b009);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    padding:8px 15px 5px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.orders-list {
	margin-right: 5px;
}

.order-list .zj_button {
    line-height:25px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9b009), to(#c6cf1b));
	background: -webkit-linear-gradient(top, #c6cf1b, #a9b009);
	background: -moz-linear-gradient(top, #c6cf1b, #a9b009);
	background: -ms-linear-gradient(top, #c6cf1b, #a9b009);
	background: -o-linear-gradient(top, #c6cf1b, #a9b009);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    padding:8px 15px 5px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:none;
	color: #3C2313;
}
#product-actions input.zj_button{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9b009), to(#c6cf1b));
	background: -webkit-linear-gradient(top, #c6cf1b, #a9b009);
	background: -moz-linear-gradient(top, #c6cf1b, #a9b009);
	background: -ms-linear-gradient(top, #c6cf1b, #a9b009);
	background: -o-linear-gradient(top, #c6cf1b, #a9b009);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-top: 0px;
    padding:12px 15px 8px;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#files_download{
    color: #1db3c3;
    font-size: 150%;
	margin:0px;
    line-height: 150% !important;
}

.empty {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0;
    padding: 20px 20px 0;
	border-bottom:none;
}

h3.quik-navigation-title{
    color: #1DB3C3;
	font-weight: bold;
	line-height: 100%;
	background: none repeat scroll 0 0 #F7F7F7;
	border-bottom: 1px solid #DADADA;
	text-align: center;
	text-decoration: none;
	padding: 8px!important;
	padding-top: 6px!important;
	margin-top: 0px!important;
	font-size: 14px;
}
.quick_navi {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

ul#quik-navigation {
    margin: 0;
	padding-left: 15px;
}

ul#quik-navigation li {
    display: inline;
    padding: 0;
}

ul#quik-navigation li a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 15px;
    position: relative;
    top: -12px;
	color: #A9B009;
}
#qty {
    position: relative;
	top:4px;
}

.title_price{
    font-size: 18px;
    font-weight: normal;
	padding-right:4px;
}

#quantity{
    margin-left:4px;
	margin-right:15px !important;
}

.zj_price-container .title_price{
    font-size: 20px;
    font-weight: normal;
}

.zj_package_price{
    width:26% !important;
}

.zj_price_product-form {
    width: 40% !important;
}

.zj_contactform table td,.zj_contactform table tr,
.productfile_all_div table tr,
.productfile_all_div table td{
	border: none;
}

#zj_packages dd ul{
	padding: 0px;
	margin:0px;
	list-style-type: none;
}

.order_details table td,.order_details table tr{
	border: none;
}
.mobile {
	display: none;
}

.sub_total {
    float: left;
    line-height: 100%;
    padding: 17px;
}

.price_total {
    float: left;
    line-height: 100%;
    padding: 17px;
}

#mycart .button_cart {
    top: 70px;
}

.button_cart {
    display: inline;
    left: 195px;
    padding-left: 20px;
    position: relative;
    top: 12px;
}

/*.button_cart {
    clear: left;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    top: 49px;
	left:195px;
}*/

.cart_info{
    border-bottom:1px solid #E0E0E0;
}

.product_price,#product_price{
    color: #E50222;
}

#download_form li{
    list-style-type:none;
}

.total span {
    padding-right: 15px;
	color:#1db3c2;
}
.sub_total span {
    padding-right: 15px;
	color:#1db3c2;
}

.sub_total .price,.total .price{
    color: #E50222 !important;
}

.cart_info {
    background: none repeat scroll 0 0 #FFFFFF;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
}

.zj_buttonbar {
    /*border-bottom: 1px solid #E0E0E0;*/
    padding-left: 13px;
    text-align: left;
}

.zj_buttonbar .zj_button{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9b009), to(#c6cf1b));
	background: -webkit-linear-gradient(top, #c6cf1b, #a9b009);
	background: -moz-linear-gradient(top, #c6cf1b, #a9b009);
	background: -ms-linear-gradient(top, #c6cf1b, #a9b009);
	background: -o-linear-gradient(top, #c6cf1b, #a9b009);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    padding:8px 15px 5px;
	display:inline;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:none;
	color: #3C2313;
}
.price_total .zj_sbutton{
	float:left;
}

.zj_contactform {
    background: none repeat scroll 0 0 #FFFFFF;
   /* border-bottom: 1px solid #E0E0E0;*/
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

.zj_product-title .componentheading {
    margin: 0 !important;
    padding-bottom: 10px !important;
}

.zj_contactform ul {
    clear: both;
    display: block;
    overflow: hidden;
}
.zj_contactform ul li {
    float: left;
    margin: 0 !important;
    padding: 0 15px 0 0 !important;
}

.zj_contactform h3 {
	padding-left: 20px;
}

#mobile-buttons {
	display: none;
}
.mobile_product_title{
	display: none;
}
@media (min-width: 481px) and (max-width: 768px) { 
	/* view thumbnail*/
.zj_list-products-blog .zj_product-cols3 .zj_product-column, 
.zj_list-products-blog .zj_product-cols1 .zj_product-column,
.zj_list-products-blog .zj_product-cols2 .zj_product-column, 
.zj_list-products-blog .zj_product-cols4 .zj_product-column,
.zj_list-products-blog .zj_product-cols5 .zj_product-column{
	width: 70%;
	margin-left:26px;
	/*position: relative;*/
	float:none!important;
}

.zj_list-products-blog .zj_product-intro-content h4 {
	min-height: 20px;
}
.zj_product_actions {
    margin-bottom: 30px;
}
}
@media (max-width: 480px) {
	/* view thumbnail*/
.zj_list-products-blog .zj_product-cols3 .zj_product-column, 
.zj_list-products-blog .zj_product-cols1 .zj_product-column,
.zj_list-products-blog .zj_product-cols2 .zj_product-column, 
.zj_list-products-blog .zj_product-cols4 .zj_product-column,
.zj_list-products-blog .zj_product-cols5 .zj_product-column{
	width: 90%;
	margin-right:26px;
	padding-left: 10px;
	/*position: relative;*/
	float:none!important;
}
	/* view default*/
.zj_list-products #zj_products .zj_thumb {
	float: none;
	margin-left: 15px;
}
.zj_list-products #zj_products .zj_details {
	margin-left: 20px;
	margin-top: 20px;
}
/* view product details*/
.zj_product-details #jz_product_img_box{
	width: 100%;
}
.zj_product-details #zj_product_shop{
	width: 100%;
}

.zj_list-products-blog .zj_product-intro-content h4 {
	min-height: 20px;
}
.zj_product_actions {
    margin-bottom: 30px;
}


.zj_list-products .description{
	margin-bottom: 0px;
}

.mobile_title {
	display: none!important;
}

.mobile_product_title{
	display: block!important;
}
.mobile {
	display: block!important;
	padding-top: 5px;
}

.zj_table thead th {
	padding: 5px 0;
	text-align: center;
}

.zj_contactform {
    font-size: 80%;
    margin-left: 0;
    margin-top: 0;
    width: auto;
	padding-top:20px;
}

.zj_live_demo a{
    margin-bottom:10px;
}

.zj_social_share{
    height:30px;
}

#country{
    width:175px;
}

.zj_contactform input{
    width:175px;
}


.cart_info{
    border-bottom:none;
}

.zj_contactform input, select, textarea, .inputbox {
	padding: 6px 0;
}
.zj_table thead th.delete_mobile {
	
}

.zj_table thead th {
	font-size: 11px;
}
.zj_buttonbar .zj_button {
	margin-left: 30px;
}

.zj_buttonbar .zj_button {
    display: block;
    float: none;
    margin-bottom: 10px;
    margin-right: 22px;
    padding-right: 21px;
    text-align: center;
}

.button_cart {
    clear: left;
    display: block;
    margin-left: 30px;
    padding-left: 20px;
    position: relative;
    top: 0;
	left:0px;
}

#mycart .button_cart {
    top: 0px;
}

.button_cart input.zj_sbutton{
	padding:10px 15px 10px;
}
.zj_buttonbar{
    padding-top:10px;
}
.zj_cart-list {
	margin-right:0px;
	margin-left: 0px;
}

.orders-list .docs-help-table thead th {
	padding: 5px 12px;
	text-align: center;
}

.zj_product_box:hover div.seemore{
    display: none!important;
}
.zj_table tbody td{
	padding:10px 13px;
}
#mobile-buttons {
	display: block;
}

#pc-buttons {
	display: none;
}
#product-actions{
    float: right;
}

.docs-help-table tbody td ul li{ 
    min-width:80px;
}

.zj_feature {
    padding-bottom: 10px;
}

.no-padding{
    padding-bottom:0px !important;
}

ul#quik-navigation li a {
	font-size: 14px;
	padding-left: 16px;
	padding-right: 20px;
	position: relative;
	top: -12px;
	color: #A9B009;
}

}

