
.pricelist {
	background:#fff;
	color:#444;
	font-size:11px;
	padding:15px;
	margin-top:-30px;
}

.pricelist table {
	font-size:11px;
	font-family:tahoma,verdana,arial;
	margin:0 0 40px 0;
	width:100%;
	line-height: 1.6;
	border-spacing:1px;
}

.pricelist p {
	color:#777;
	line-height: 1.6;
	font-size:11px;
}

.pricelist .product-img {
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 15px;
	margin: 5px 5px 0 5px;
}

.pricelist .product-name {
	font-size: 20px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin: 0;
	padding-bottom:10px;
}

.pricelist .tr-th {
	font-size:15px;
	font-weight:bold;
	padding-bottom:20px;
	text-align: left;
}

.pricelist .tr-th span {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display:inline-block;
	color:#fff;
	padding:4px 12px;
	margin:30px 0 5px 0;

	background: #000000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg,  #000000 0%, #45484d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#000000), color-stop(100%,#45484d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #000000 0%,#45484d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #000000 0%,#45484d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #000000 0%,#45484d 100%); /* IE10+ */
	background: linear-gradient(45deg,  #000000 0%,#45484d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

	text-shadow:0px 0px 1px #000;
	position:relative;
}


.pricelist td .legend {
	background: #D1DFCE;
	border-style: solid;
	border-width: 0 0 0 12px;
	border-color:#ccc;
	border-color: rgba(176, 196, 183, 0.63);
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	display: block;
	padding: 3px 5px;
	position:relative;
	text-shadow: 0px 0px 1px #fff;
}

.pricelist tr:nth-child(odd) td .legend {
	background:#E6EEE5;
}

.pricelist tr:not(.tr-th):hover .legend, .legend-checked {
	background:#f8f8f8 !important;
	border-left-color:#9AAC96;
}

.pricelist .legend .fold-btn {
	float: right;
	background:#fff;
	background: rgba(172, 197, 141, 0.45);
	font-size: 12px;
	margin-right: -5px;
	margin-top: -3px;
	padding: 2px 7px;
	position:relative;
}

	.pricelist .legend .fold-btn:hover {
		cursor:pointer;
		background: rgba(217, 231, 199, 0.45);
	}

		.pricelist .legend .fold-btn span[class^=arrow-] {
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			height: 0;
			width: 0;
			display: inline-block;
		}

		.pricelist .legend .fold-btn .arrow-up {
			border-bottom: 8px solid #647A58;
		}

		.pricelist .legend .fold-btn .arrow-down {
			border-top: 8px solid #647A58;
		}

		.pricelist [data-tooplip] {
			cursor:pointer;
		}

		.pricelist .tooltip {
			background:#292929;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			border-radius:3px;
			box-shadow:1px 1px 2px #969696;
			color:#fff;
			display:none;
			font-size:8px;
			line-height:1.4;
			margin-right:-19px;
			padding:6px 9px;
			position:absolute;
			right:50%;
			text-shadow:1px 1px 1px #000;
			top:-40px;
			text-transform: uppercase;
			white-space: nowrap;
			letter-spacing:1px;
		}

		.pricelist .tooltip .arrow {
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: 10px solid #292929;
			bottom: -7px;
			height: 0;
			position: absolute;
			right: 9px;
			width: 0;
		}

div[id^=fold-textbox] {
	border-style:dashed;
	border-width:0 1px 1px 1px;
	border-color:#ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:5px 15px;
}

.pricelist tr td {
	padding:0;
	vertical-align: top;
}

.pricelist tr td+td, .pricelist tr td+td+td {
	background:#f8f8f8;
	padding:3px 6px 0 4px;
	text-align: right;
	width:50px;
}

.pricelist tr td+td+td {
	width: 135px;
	white-space: nowrap;
}

.pricelist tr td+td.txt {
	font-size:10px;
}

.pricelist tr td+td.bigger-txt {
	font-size:15px;
}

.pricelist .note {
	position: relative;
	top: -5px;
	left:2px;
	font-size: 9px;
	padding: 2px 3px;
	background: rgba(255,255,255,.45);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.13);
	-webkit-box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.13);
	box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.13);
	cursor:help;
}

.pricelist .note+.note {
	margin-left:3px;
}

.pricelist .section-divider {
	height:1px;
	background:#E6EEE5;
	margin:10px 0;
}

.pricelist ul {
	list-style-type: none;
	padding:0;
	margin:0 5px;
}

	.pricelist ul li {
		margin-bottom:15px;
	}


	.pricelist ul.lower-alpha {
		color:#777;
		list-style-type: none;
		padding:0 20px 0 10px;
		font-size:10px;
		margin:10px 0;
	}

	.pricelist ul.lower-alpha li {
		margin: 5px 7px;
	}

	.pricelist ul.lower-alpha li span {
		display: inline-block;
		font-weight: bold;
		margin-right: 5px;
		margin-left: -15px;
		width: 10px;
	}


.other-countries-popup {
	padding:20px;
}

.btn-other-countries {
	background: #fafafa !important;
	font-size: 11px;
	cursor: pointer;
	border-color: transparent !important;
	font-weight: bold;
	color: #6A92A1;
}

.countries-list-body {
	background:#000;
	/*background:rgba(0,0,0,0.75);*/
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 10000;
	text-align:center;
	vertical-align: middle;
	overflow:scroll;
}


.countries-list {
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 75px #000;
	-webkit-box-shadow: 1px 1px 75px #000;
	box-shadow: 1px 1px 75px #000;
	margin:50px auto 0 auto;
	width: 732px;
	padding: 40px;
	z-index:20000;
	text-align:left;
	position:relative;
}

.countries-list .close-btn {
	-moz-border-radius: 2px 2px 2px 6px;
	-webkit-border-radius: 2px 2px 2px 6px;
	border-radius: 2px 2px 2px 6px;
	background: #000;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.countries-list .close-btn:hover {
	background:#fff;
	color:#000;
}

div[class^=country-info-], tr[class^=country-info-] {
	display:none;
}

*[class^=country-info-] .country-name {
	display:block;
	font-size:13px;
	font-weight:bold;
	margin:10px 10px 0px 3px;
}

.countries-list ul {
	list-style-type:none;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	font-size: 12px;
}

.countries-list ul li {
	width: 170px;
	white-space: nowrap;
	margin: 2px 0;
	vertical-align: middle;
	background: #f6f6f6;
	padding: 2px 5px;
	border-radius: 3px;
}

.countries-list ul li.countries-list-options {
	display:block;
	margin-bottom:20px;
	background:transparent !important;
	cursor:default !important;
}


.countries-list ul .col {
	list-style-type: none;
	padding:0;
	margin: 0 1px;
	width:180px;
	display:inline-block;
	vertical-align: top;
}


 .li-select-all-countries {
 	display:block !important;
 	margin-bottom:10px !important;
 	padding:3px 5px 4px 5px !important;
 }

 .li-select-all-countries input {
 	display:none;
 }

 .show-countries-result {
	background: #E5EDF0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 10px;
	margin-left: -5px;
	outline: none;
	padding: 5px 10px;
 }

 .show-countries-result:hover {
 	background:#DFEEF3;
 	cursor:pointer;
 }

.countries-list ul li:hover {
	background:#eee;
	cursor:pointer;
}

.countries-list ul li.li-checked {
	background: #E5EDF0;
	box-shadow: inset 0px 0px 3px #ccc;
}

.countries-list ul li span {
	vertical-align: top;
	margin-top: 2px;
	display: inline-block;
	margin-left: 4px;
}

.countries-result {
	display:none;
}



.tmp-foreign-error-message {
	border: 1px dashed #CA8080;
	background: #F8EDED;
	padding: 5px 10px;
	display: inline-block;
	margin: 10px 10px 5px 0px;
	-moz-box-shadow: 5px 5px 8px #ebe2e2;
	-webkit-box-shadow: 5px 5px 8px #ebe2e2;
	box-shadow: 5px 5px 8px #ebe2e2;
}



