﻿img {
	width: 85px;
}

table {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #dddddd;
	border-collapse: collapse;
	font-size: 18px;
	margin-bottom: 40px;
}


table.pantone {
    width: 100%;
    border-collapse: collapse;
}
table.pantone td {
	border: 1px solid #ffffff;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
	font-size: 18px;
}

.cp {
	cursor: grabbing;
	font-weight: bold;
}

table.pantone th {
    font-weight: bold;
    padding: 3px;
    background: #efefef;
    border: 1px solid #dddddd;
    text-align: center;
    vertical-align: middle;
}

table.pantone .i  {
	max-width: 65px;
}

img.i {
	width: 15px;
}

img.u {
	width: 30px;
}

table.pantone .b  {
	border-bottom: 1px solid #dddddd;
}

.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
	text-align: center;
	vertical-align: middle;
	/*position: sticky;*/
}
.table td {
	border: 1px solid #dddddd;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.table th.code {
	min-width: 40px;
}

.parent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
	display: none;
}

#block {
    width: 250px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -125px;
	background: #4d4d4d;
	color: white;
	font-size: 18px;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
} 

.bold {
	display: block;
    font-weight: 600;
}

.hit {
	color: red;
	display: block;
}

.action {
	color: #f1a30f;
}

.novelty {
	color: #0cc30c;
}

.hidden {
	display: none;
}


.stores, .stores_full, .stores_hi {
    position: fixed;
    width: 100%;
    bottom: 0%;
}

.stores_hi, .stores  {
	display: none;
}
	
a.afirst, a.afirst_hi, a.afirst_full {
	width: 50%;
    display: block;
    float: left;
    text-align: center;
    height: 100%;
    padding: 10px;
	background: radial-gradient(white, #d1d1d1);
	border: 1px solid #afafaf;
    color: #000000;
    font-size: 14px;
}

a.afirst_full {
	width: 20%;
}
	
a.afirst_hi {
	width: 33.3%;
}


a.asec {
	width: 50%;
    display: block;
    float: left;
    text-align: center;
    height: 100%;
    padding: 10px;
    background: #efefef;
    color: #000000;
    font-size: 14px;
}

a.act {
    background: #dfdfdf;
}



@media only screen and (max-width: 1170px) {
	table.pantone {
		width: 100%;	
	}
	
	.stores_hi {
		position: fixed;
		width: 100%;
		bottom: 38px;
		display: block;
	}
	
	.stores {
		display: block;
	}
	
	
	.stores_full {
		display: none;
	}
}


@media only screen and (max-width: 750px) {
	table.pantone td {
		font-size: 17px;	
	}
}


@media only screen and (max-width: 500px) {
	table.pantone td {
		font-size: 17px;	
	}
	
	
	a.afirst, a.afirst_hi {
		font-size: 12px;
		padding: 10px 0 10px 0;
	}
	
}

@media only screen and (max-width: 450px) {
	table.pantone td {
		font-size: 16px;	
	}
}


@media only screen and (max-width: 380px) {
	a.afirst, a.afirst_hi {
		font-size: 11px;
	}
}