﻿<!--

/*
 * Common styles start
 */

#dz form {
	padding: 0px;
	margin: 0px;
}
.main_bg,
.main_bg > div,
.main_bg > p,
.main_bg > span,
.main_bg > ul,
.main_bg > ul > li,
.main_bg > ul > li > a,
.main_bg > table,
.main_bg > table > tr,
.main_bg > table > tr > td {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	font-style: normal;
	font-weight: normal;
}
.selling_banner,
.item_desc_title,
.tab_title,
.panel_bg {
	font-family:"Trajan Pro";
}
#dz a img,
#dz img {
	border: 0;
}
#dz a.linkopac img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#dz a.linkopac:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#dz a {
	text-decoration: none;
}
.cleaner {
	clear: both;
}
#dz :-moz-any-link:focus {
	outline: 1px dotted invert;
}
#dz :-moz-any-link:focus {
	outline: none;
}
#dz :-webkit-any-link:focus {
	outline: 1px dotted invert;
}
#dz :-webkit-any-link:focus {
	outline: none;
}
.item_desc_title {
	margin:5px 0 10px 0;
	text-transform:uppercase;
	color: #fff;
	font-weight:bold;
	font-size: 15px;
	text-align: left;
	background:#005A14;
	padding:10px 15px;
	box-sizing:border-box;
}
.item_desc_container {
	border:1px solid #e0e0e0;
	background:#f8f8f8;
}
.item_desc_bg {
	margin:10px 15px;
}
.desc {
	padding: 0px;
	color: #000;
	font-size: 13px;
	text-align: left;
	word-break:break-word;
	line-height: 22px;
}
.desc ul,
.tab_content ul {
	padding: 0 2px;
	margin: 10px 0 10px 0px;
	list-style-type:none;
}
.desc ul li,
.tab_content ul li {
	color: #000;
	font-size: 13px;
	text-align: left;
	padding-left: 13px;
	margin:4px 0;
	background:url(bullet.jpg) no-repeat left 9px;
}
.desc ol,
.tab_content ol {
	padding: 0 12px;
	margin: 10px 0 10px 0px;
}
.desc ol li,
.tab_content ol li {
	color: #000;
	font-size: 13px;
	text-align: left;
	padding-left: 3px;
	margin:4px 0;
}
.radioclk {
	display: none;
}
.tab_content > div#content1,
.tab_content > div#content2,
.tab_content > div#content3 {
	display: none;
	word-break:break-word;
}
.tab_content img,
.desc img {
	max-width:100%;
	height:auto;
}
.desc a,
.tab_content a {
	color:#005A14;
	text-decoration:none;
}
.desc a:hover,
.tab_content a:hover {
	color:#005A14;
	text-decoration:underline !important;
}
/*tab style start*/
.pc_tab {
	margin:12px auto 12px auto;
}
.tab_title {
	cursor:pointer;
	color: #fff;
	background:url(tab_normal.png) no-repeat right center #005A14;
	font-size: 15px;
	text-align: left;
	display: block;
	font-weight:bold;
	margin:3px 0 0 0;
	text-transform:uppercase;
	box-sizing:border-box;
}
.tab_title div {
	padding: 10px 15px;
}
.tab_title:hover {
	background:url(tab_normal.png) no-repeat right center #01AB26;
}
.tab_content {
	text-align:left;
	color: #000;
	font-size: 13px;
}
.tab_content > div#content1,
.tab_content > div#content2,
.tab_content > div#content3 {
	margin:0;
	padding:10px 15px;
	line-height: 22px;
	background:#f8f8f8;
	border:1px solid #e0e0e0;
	border-top:0;
}
#mobtab1:checked ~ .tab_content #content1,
#mobtab2:checked ~ .tab_content #content2,
#mobtab3:checked ~ .tab_content #content3 {
	display:block;
	margin-bottom:10px;
}
#mobtab1:checked ~ .tab_content .tab1,
#mobtab2:checked ~ .tab_content .tab2,
#mobtab3:checked ~ .tab_content .tab3 {
	border:1px solid #e0e0e0;
	background:#f8f8f8;
	padding-top:4px;
}
#mobtab1:checked ~ .tab_content .tab1 div,
#mobtab2:checked ~ .tab_content .tab2 div,
#mobtab3:checked ~ .tab_content .tab3 div {
	background:url(tab_hover.png) no-repeat right center #005A14;
}
.pc_tab table{ width:100% ;}
/*tab style end*/


/*
 * Common styles end
 */

/*
 * Pc styles start
 */

@media screen and (min-width:641px) {

.main_bg {
	background:#fff;
}
#page {
	width: 980px;
	margin: 0px auto;
}
/*header part css start*/
#header {
	width: 980px;
	height: 227px;
	padding-top:0px;
	background:url(header.jpg) no-repeat;
}
.header_left {
	float:left;
	width:270px;
	margin-left:26px;
	border:0px solid;
}
.header_logo {
	float:left;
	width:285px;
	margin-left:65px;
	border:0px solid;
}
.header_logo a {
	display:block;
	text-decoration:none;
	height:135px;
}
.header_right {
	float:left;
	width:270px;
	margin-left:30px;
	border:0px solid;
}
#header_menu {
	margin-top:35px;
}
.header_menu {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	display:inline-block;
}
.header_menu li {
	float:left;
	margin:0 10px;
}
.header_menu li:first-child {
	margin-left:0px;
}
.header_menu li:last-child {
	margin-right:0px;
}
.header_menu li a {
	font-size:13px;
	display:block;
	color:#898888;
	text-align:center;
	text-transform:uppercase;
	padding:0;
	box-sizing:border-box;
	text-decoration:none;
}
.header_menu li a:hover {
	color:#045F18;
}
.selling_banner {
	margin:0px;
	color:#7b7b7b;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	margin:49px 0 0 55px;
}
.selling_banner span {
	color:#035D17;
}
/*header part css end*/
#store_bg {
	width: 980px;
	padding: 0px 0px 0px 0px;
	clear: both;
	margin-top:0px;
}
#left_panel {
	float: left;
	width: 220px;
}
#right_panel {
	float: right;
	width: 747px;
	margin: 0 0 0 13px;
	padding:0px;
}

/*left panel style start*/
.panel_sec {
	border:1px solid #e0e0e0;
	background:#f8f8f8;
	padding-top:5px;
}
.panel_sec2 {
	margin:12px 0 0 0;
}
.panel_bg {
	color: #fff;
	background:#025C16;
	font-size: 15px;
	text-align: left;
	display: block;
	padding: 10px 15px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	box-sizing:border-box;
}
.panel_list {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}
.panel_list li a:link,
.panel_list li a:active,
.panel_list li a:visited {
	color: #707070;
	text-align: left;
	font-size: 13px;
	display: block;
	outline: none;
	text-decoration: none;
	background:url(panel_bullet.png) no-repeat left center, url(panel_normal.jpg) repeat-y center bottom;
	background-color:#f9f9f7;
	padding: 8px 8px 8px 28px;
	font-weight:600;
}
/*.panel_list li:last-child a {
	background:url(panel_bullet.png) no-repeat left center, url(panel_normal.jpg) repeat-y center bottom;
}*/
.panel_list li a:hover,
.panel_list li a:focus {
	color:#025C16;
}
.left_banner {
	margin:12px 0px;
}

/*left panel style end*/
.footer_bg {
	width: 100%;
	height: 100px;
	clear: both;
	margin-top:0px;
	background-color: #035E16;
	background: linear-gradient(#005A14, #06621A);
}
.footer {
	display:inline-block;
}
.footer_menu {
	margin:25px auto 0 auto;
	padding:0;
	list-style-type:none;
	display:inline-block;
}
.footer_menu li {
	float:left;
	margin: 0 10px;
}
.footer_menu li a {
	font-size:13px;
	display:block;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding:0;
	box-sizing:border-box;
}
.footer_menu li a:hover {
	text-decoration:underline !important;
}
.footer_txt_bg {
	display:inline-block;
	clear:both;
	margin:15px 0;
}
.footer_txt {
	font-size:13px;
	color:#fff;
	text-align:left;
}
.footer_txt a {
	font-size:13px;
	color:#fff !important;
	text-align:left;
	text-decoration:none;
	background:url(oc.png) no-repeat center right;
	padding-right:37px;
}
/*display none & block code pc*/

#header,
#left_panel {
	display:block;
}
.mob_header,
.mob_footer {
	display:none;
}

}

/*
 * Pc styles end
 */

/*
 * Mob styles start
 */

@media screen and (max-width:640px) {

.main_bg a img,
.main_bg div img,
.main_bg img,
.main_bg .video embed { max-width:100%; }
.main_bg > a {
	color: #09f;
	text-decoration: none;
}
.main_bg {
	padding:0 5px 0 5px;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 17px;
}
.main_bg a img, .main_bg img {
	border: 0;
}
#page{
	width:100%;
	margin: 0px auto;
}

/*display none & block code mob*/

#header,
#left_panel {
	display:none;
}
.mob_header,
.mob_footer {
	display:block;
}

.mob_header{
	border-bottom:2px solid #06621A;
	padding:5px 0 15px 0;
	margin-bottom:10px;
}
.mob_footer {
	border-top:2px solid #06621A;
	padding:15px 0 5px 0;
}
.footer_bg {
	margin-top:10px;
	background-color: #035E16;
	background: linear-gradient(#005A14 , #06621A);
}
.footer_menu {
	margin:10px auto 0 auto;
	padding:0;
	list-style-type:none;
	display:inline-block;
}
.footer_menu li {
	display:inline-block;
	margin: 7px 10px;
}
.footer_menu li a {
	font-size:13px;
	display:block;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding:0;
	box-sizing:border-box;
}
.footer_menu li a:hover {
	text-decoration:underline !important;
}
.footer_txt_bg {
	display:inline-block;
	clear:both;
	border-top:1px solid #fff;
	margin:10px 0;
	padding:10px;
}
.footer_txt {
	font-size:13px;
	color:#fff;
	text-align:center;
	line-height:20px;
}
.footer_txt a {
	font-size:13px;
	color:#fff !important;
	text-align:left;
	text-decoration:none;
	background:url(oc.png) no-repeat center right;
	padding-right:37px;
}

}

/*
 * Mob styles end
 */

-->