a {
	cursor: pointer;
}
.tags {
	padding: 0;
}
.tags a {
	margin: 2px 0;
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
	border: solid 1px #ccc;
	color: #333;
}
.tags a:hover ,
.tags a.active {
	background-color: #e96b56;
	border-color: #e96b56;
	color: #fff;
}

.product { text-align: center; padding-bottom: 15px; }
.product a {
	display: inline-block;
	width: 32%; max-width: 100px;
	height: 120px;
	overflow: hidden;
	position: relative;
	color: #fff;
	cursor: pointer;
	1border: solid 3px #666;
	border-radius: 7px 7px 0 0;
	line-height: 120px;
	background-color: #bbb;
}
.product a img {
	vertical-align: middle;
	width: 100%;
}
.product b { font-weight: normal; line-height: normal; }

.product a b:nth-child(2) { 
	display: block;
	position: absolute;
	top:0; left: 0; right:0;
	color: #fff;
	background: #666;
	text-align: center;
}
.product a.active b:nth-child(2) { background: #36739D; color: #fff; }
.product a.active { border-color: #36739D; }

.product a b:nth-child(3),
.product a b:nth-child(4) {
	display: block;
	position: absolute;
	left: 0; bottom: 0;
	color: #fff;
	1background-color: #fff;
	1border: solid 1px #000;
	padding: 0 5px;
	font-weight: bold;
}
.product a b:nth-child(5) {
	position: absolute;
	right: 0; bottom: 0;
	color: #000;
	background: #fff;
	1border: solid 1px #666;
	padding: 0 10px;
	font-weight: bold;
	1z-index: 10;
}
.product a i {
	position: absolute;
	height: 2px;
	left: 0; right: 0; bottom: -2px;
	width: 100%;
	background-color: orange;
}
.button1 {
	min-width: 100px;
	display: inline-block;
	padding: 13px 20px;
	background-color: #e96b56;
	border: 0;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	font-size: 16pt;
	cursor: pointer;
}
.button1:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

h3 {
	color: #636363;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 30px;

	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
}
h3 i {
	display: block;
	padding: 10px 0 0;
	font: normal 14px/20px tahoma;
}
h3 u, h3 a {
	color: green;
	text-decoration: none;
}


/* ========== articles ========== */
.more {
	display: block;
	text-align: right;
	margin: 10px 0;
}
.more a {
	display: inline-block;
	background-color: #727272;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	padding: 0 30px;
}
.more a:hover {
	background-color: #e96b56;
	color: #fff;
}
/* ========== end articles ========== */

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 10;
}


.button1 { margin: 5px 3px; }
.btn1 .ico { 
	vertical-align: top;
	cursor: pointer;
	margin: 0px 2px;
}
.btn1:active .ico {
	transform: translate(1px, 1px);
}

#show1, #show2 {
	color: green;
	cursor: pointer;
	text-decoration: none;
}
 .show3 {
	color: green;
}
#summary2{
	display: none; 
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 15px;
}
#summary2 span { white-space: nowrap; }
#summary1 i, #summary2 i {
	font-size: 38px; 
	line-height: 38px;
	padding: 10px 3px 10px 0;
	color: #e96b56;
	font-style: normal;
}
#summary1 i { font-size: 50px; }

@media (max-width: 767px) {
	#summary1 { display: none; }
	#summary2 { display: block; }
	.left-sidebar { border: none; padding: 0; }
}


@media (max-width: 767px) {
	body, pre, input[type="text"] { font-size: 1.1em; }
	.product a {
		width: 50%; max-width: 160px;	height: 200px; margin: 1px;
	}
	.product b { padding: 5px 0; }
}
