body {
	padding: 0;
	margin: 0;
	background: url(pattern.png) repeat;
	background-color: #ffffff;
	counter-reset: h2;
}

p, div, h1, h2, h3, h4, h5, td, nav {
	font-family: 'PT Sans', sans-serif;
	font-display: swap;
	padding: 0;
	margin: 0;
	color: #000000;
}

h1 {
	font-size: 22pt;
	font-weight: bold;
	margin: 0 0 18pt 0;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin: 32pt 0 18pt 0;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 24pt 0 18pt 0;
}

h4 {
	font-size: 12pt;
	font-style: italic;
	margin: 24pt 0 18pt 0;
}

h2.cnt { counter-reset: h3 }
h3.cnt { counter-reset: h4 }
h4.cnt { counter-reset: h5 }
h5.cnt { counter-reset: h6 }

h2.cnt:before { counter-increment: h2; content: counter(h2) ". " }
h3.cnt:before { counter-increment: h3; content: counter(h2) "." counter(h3) ". " }
h4.cnt:before { counter-increment: h4; content: counter(h2) "." counter(h3) "." counter(h4) ". " }
h5.cnt:before { counter-increment: h5; content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ". " }
h6.cnt:before { counter-increment: h6; content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) ". " }

dfn {
	font-weight: bold;
}

a,
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #2A5B84;
}

a.btn,
a.btn:visited {
	padding: 6px 12px;
	border-radius: 12px;
	text-decoration: none;
	color: #ffffff;
	background-color: #bd8025;
	transition-property: background-color;
	transition-duration: .5s;
}

a.btn:hover {
	background-color: #ebc137;
	transition-property: background-color;
	transition-duration: .5s;
}

a.local {
	text-decoration: none;
	border-bottom: 1px dotted #2a5b84;
}

a.local-hot {
	color: red;
	text-decoration: none;
	border-bottom: 1px dotted red;
}

.hline {
	height: 1px;
	margin: 20px 0;
	border-bottom: 2px dashed #e0e0e0;
}

.buttons {
	display: flex;
	flex-wrap: wrap;
}

.buttons a,
.buttons a:visited {
	padding: 9px 18px;
	margin-right: 4px;
	margin-bottom: 4px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	background-color: #36802d;
	transition-property: background-color;
	transition-duration: .5s;
}

.buttons a:hover {
	background-color: #77ab59;
	transition-property: background-color;
	transition-duration: .5s;
}

a.spec,
a.spec:visited {
	background-color: #2a5b84;
}

a.spec:hover {
	/*background-color: #AAC4D1;*/
	background-color: #ebc137;
	transition-property: background-color;
	transition-duration: .5s;
}

a.self,
a.self:hover,
a.self:visited {
	background-color: #aac4d1;
	cursor: default;
}

#menu {
}

#menu > ul {
	font-size: 12pt;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 30px 10px;
	text-align: center;
}

#menu > ul > li {
	display: inline-block;
	margin: 10px 4px;
}

#topb {
	clear: both;
	display: table;
	width: 100%;
}

#topbl,
#topbr {
	display: table-cell;
	width: 33%;
	min-width: 10px;
}

#topbi {
	display: table-cell;
	width: 876px;
	min-width: 876px;
	max-width: 876px;
	background: lightyellow url(ppl.png) left bottom no-repeat;
	padding: 40px;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
}

#topbi div {
	margin-left: 80px;
}

#layout {
	clear: both;
	display: table;
	width: 100%;
}

#left,
#right {
	display: table-cell;
	width: 33%;
	min-width: 10px;
}

#info {
	display: table-cell;
	width: 956px;
	min-width: 956px;
	max-width: 956px;
	background-color: #ffffff;
	padding: 40px;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 12px;
}

#info p,
#info ul,
#info ol {
	font-size: 12pt;
	line-height: 18pt;
	margin-bottom: 18pt;
}

#info li {
	padding-left: 4px;
}

#footer {
	font-size: 10pt;
	font-weight: bold;
	padding: 40px 0 20px 0;
	text-align: center;
}

.headline,
.cite {
	font-style: italic;
	padding-left: 20px;
	border-left: 4px solid #aac4d1;
}

.definition {
	padding-left: 20px;
	border-left: 4px solid #aac4d1;
}

.warning {
	font-style: italic;
	padding-left: 20px;
	border-left: 4px solid red;
	color: red;
}

.offer {
	padding-left: 20px;
	border-left: 4px solid #ebc137;
}

.offer-props {
	margin: -8pt 0 18pt 24px;
}

.offer-props .values {
}

.offer-props .buttons {
	margin-top: 5px;
}

.suboffer {
	margin-top: -20px;
	padding-left: 20px;
	border-left: 4px solid #bd8025;
	font-style: italic;
}

.advice {
	padding-left: 20px;
	border-left: 4px solid #9acd32;
	font-style: italic;
}

.advice > span:first-child {
	display: block;
	font-size: 10pt !important;
	color: #7f7f7f;
}

.advice-flex {
	padding-left: 20px;
	border-left: 4px solid #9acd32;
	line-height: 18pt;
	margin-bottom: 18pt;
}

.advice-flex > :first-child {
	font-size: 10pt !important;
	font-style: italic;
	color: #7f7f7f;
}

.advice-flex > :last-child {
	display: flex;
	flex-direction: row;
        flex-wrap: wrap;
}

.advice-flex > :last-child > div {
        flex: auto;
	margin: 8px 8px 0 0;
	max-width: 100px;
	padding: 10px;
	border-radius: 5px;
	background-color: #e62e04;
	text-align: center;
}

.advice-flex > :last-child > div > a,
.advice-flex > :last-child > div > a:visited {
	font-size: 14pt !important;
	color: #fff;
	text-decoration: none;
}

.values {
	display: flex;
	flex-wrap: wrap;
	clear: both;
}

.values > div {
	width: 64px;
	height: 64px;
	background-color: yellow;
	border-radius: 4px;
	text-align: center;
	margin-right: 5px;
}

.values > div > div:first-child {
	height: 25px;
	padding-top: 4px;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}

.values > div > div:last-child {
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
}

.values > .ali {
	background-color: #e43225;
}

.values > .min {
	background-color: #9ACD32;
}

.values > .day {
	background-color: #1E90FF;
}

.details {
	text-align: center;
	background: url(/img/dots32.png) repeat-x;
}

.contents {
	font-weight: bold;
	color: #aac4d1;
}

.contents li {
	line-height: 150%;
	padding-left: 0;
}

.contents a {
	text-decoration: none;
	border-bottom: 1px dotted #2a5b84;
}

.contents a.hot {
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

.contents a.hot::after {
	color: #CC0000;
	content: " ★";
}

.contents ul {
	font-size: 10pt !important;
	margin: 6px 0 6px 0 !important;
	padding-left: 15px;
}

.blogdt {
	font-size: 10pt !important;
	margin-top: -20pt !important;
	color: #7f7f7f;
}

.blogpr {
}

.back {
	text-align: right;
}

.tags {
	font-size: 10pt !important;
	color: #7f7f7f;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.bi {
	font-weight: bold;
	font-style: italic;
}

.highlight {
	padding: 1px 5px;
	font-weight: bold;
	background-color: #fdd900;
}

.imgbox {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8pt !important;
}

.imgbox img {
	max-width: 100%;
	max-height: 100%;
/*
	width: 50%;
	height: 50%;
*/
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #cfcfcf;
}

.imgbox > img:last-child,
.imgbox > a:last-child > img {
	margin-right: 0;
}

.imgbox iframe {
	width: 50%;
	height: 50%;
}

.container {
    display: grid;
    grid-template-columns: 100px 100px 100px;
    grid-template-rows: 50px 50px;
}

.share {
	text-align: center;
}

.share-title-head {
	font-weight: bold;
}

.share-title-add {
	margin-bottom: 5px;
	font-size: 10pt;
	font-style: italic;
}

#rednote {
	width: 100%;
	padding: 10px;
	position: fixed;
	top: 0px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #e43225;
	/*cursor: pointer;*/
}

.promocode {
	padding: 25px 0;
	text-align: center;
}

.promocode > span {
	font-size: 36pt;
	font-weight: bold;
	padding: 10px;
	border: 6px solid green;
	color: green;
}

.ext-logo {
	float: left;
	margin: 0 15px 4px 0;
	width: 90px;
	height: 90px;
}

.tblwrp {
	width: 100%;
	overflow-x: auto;
/*
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
	background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-position: 0 0, 100% 0, 0 0, 100% 0;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
	background-attachment: local, local, scroll, scroll; 
*/
}

.infotbl {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 18pt;
}

.infotbl tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.infotbl td:nth-child(1) {
	text-align: left;
}

.infotbl td:nth-child(2) {
	text-align: right;
}

.infotbl th,
.infotbl td {
	white-space: nowrap;
	border: 1px solid grey;
	padding: 4px 8px;
	text-align: center;
}

.infotbl td.min {
	background: #a7f1a7;
}

.infotbl th {
	font-weight: bold;
	background-color: #cfcfcf;
}

.price {
	font-size: 18pt !important;
	font-weight: bold;
	color: #7f7f7f;
}

ul.specification {
	list-style-type: none;
	padding-left: 0;
	margin-left: 20px;
}

ul.specification li {
	padding-left: 0;
	margin-left: 0;
}

ul.specification li span {
	padding-left: 8pt;
}

ul.specification li span:first-child {
	padding-left: 0;
	font-style: italic;
	color: #7f7f7f;
}

.phmodels {
	display: flex;
	flex-wrap: wrap;
}

.phmodels > div {
	width: 220px;
}

.phmodels > div > div {
	height: 55px;
	padding-left: 65px;
	font-weight: bold;
}

.phmodels ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.discontinued li {
	font-size: 9pt;
}

.phmodels li {
	padding-left: 0 !important;
	margin-left: 0;
}

.desc {
	font-size: 9pt !important;
	color: #7f7f7f;
	margin-top: -18pt;
	margin-bottom: 6pt !important;
}

.cashb {
	font-size: 10pt !important;
}

span.coupon {
	padding: 1px 5px;
	background-color: #fdd900;
	font-weight: bold;
}

span.coupon a,
span.coupon a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

div.bigcoupon {
	display: inline-block;
	padding: 8px;
	background-color: #36802d;
	margin-bottom: 12pt;
}

div.bigcoupon div {
	color: #fff;
	border: 2px dashed #fff;
	padding: 20px;
	font-size: 24pt;
	font-weight: bold;
}

th.sale-head {
	background-color: #f93000;
	color: #fff;
}

td.sale-price {
	color: #f93000;
	font-weight: bold;
}

span.sale-price {
	display: none;
	padding: 2px 4px;
	border-radius: 5px;
	font-size: 75%;
	background-color: #f93000;
	color: #fff;
}

span.option-discount {
	font-size: 8pt;
	font-weight: bold;
	color: #f93000;
	cursor: default;
}

span.special-code {
	padding: 2px 4px;
	border-radius: 5px;
	font-size: 75%;
	background-color: #f93000;
	color: #fff;
}

span.special-code-discount {
	padding: 2px 4px;
	font-size: 75%;
	font-weight: bold;
	color: #f93000;
}

.promo {
	background: lightyellow;
	border: 1px dashed brown;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

div.pcodes-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}

div.pcodes {
	max-width: 200px;
	padding: 12px;
	margin: 0 12px 16pt 0;
	border: 1px transparent;
	border-radius: 8px;
	background-color: #efefef;
}

div.pcodes > :first-child {
	margin-bottom: 4px;
}

div.pcodes > :first-child span {
	padding: 1px 5px;
	font-weight: bold;
	color: #fff;
	background-color: #f93000;
}

div.pcodes > :last-child {
	line-height: 1.65em;
}

div.pcodes > :last-child span {
	padding: 1px 5px;
	font-weight: bold;
	background-color: #fdd900;
}

div.pcodes > :last-child span.obsolete {
	font-weight: normal;
	background-color: #cccccc;
}

div.pcodes > :last-child span.obsolete a {
	color: #3f3f3f;
	text-decoration: none;
	pointer-events: none;
}

div.phoneaux {
	margin-top: -8pt;
	margin-bottom: 12pt;
	font-size: 10pt;
}

#alicoupon {
	position: fixed;
	bottom: 8px;
	right: 0px;
	width: 160px;
	height: 73px;
}

#phones-top-link {
	color: #7f7f7f;
}

@media all and (max-width: 1024px) {

	#topbi {
		width: 90%;
		min-width: 0;
	}

	#topbl,
	#topbr {
		width: 10px;
	}

	#info {
		width: 100%;
		min-width: 0;
	}

	#left,
	#right {
		width: 10px;
	}

	#menu > ul {
		padding: 10px;
	}

	#footer {
		font-size: 8pt;
		padding: 20px 0;
	}

	.details {
		text-align: center;
		background: none;
	}

	.details a.btn,
	.details a.btn:visited,
	.details a.btn:hover {
		text-decoration: underline;
		color: #2A5B84;
		padding: 0;
		border-radius: 0;
		background: none;
		transition: none;
	}

/*
	.infotbl th,
	.infotbl td {
		padding: 2px 4px;
		font-size: 9pt !important;
	}
*/

/*
	.imgbox img,
	.imgbox iframe {
		width: 15%;
		height: 15%;
	}
*/

	.nopda {
		/*display: none;*/
	}
}
