@font-face {
	font-family: "Ubuntu-R";
	src: local("Ubuntu-R.ttf"), url("../img/Ubuntu-R.ttf");
}

html, body {
	background: #cfd5da;
	font-family: Ubuntu-R, Tahoma;
	font-size: 12px;
	text-align: center;
	margin: auto;
	padding: 0;
	height: 100%;
	min-width: 924px;
	max-width: 1920px;
}

.table_top_buttonbar {
	background: #833514;
	background: #3f4752;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 0;
	border-spacing: 1px;
	/*position:fixed;*//*use only in big screen ?*/
	/*right:0px;*/
	padding: 0;
	width: 100%;
	min-width: 924px;
	max-width: 1920px;
	z-index: 10;
}

.img_logo {
	border: 0;
	margin: 7px 5px;
}

.dropdown {
	/*position:relative;*/
	min-width: 70px;
}

.table_top_buttonbar a {												/* flat button */
	color: #fff;
	text-decoration: none;
	padding: 1px;
	display: inline-block;
	width: 100%;
}

.dropbtn2 {
	color:#222 !important;
	background: #ddd;
	background: linear-gradient(#E2E2E2, #BABABA);
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: none;
	text-transform: uppercase;
	width: 80px;
	height: 17px;
}

.dropdown:hover .dropdown_content {										/* Show dropdown menu on hover */
	display: block;
}

.dropdown:hover .dropbtn, .dropdown a:hover {
	color: #000;
	background: #ddd;
	background: linear-gradient(#fff, #ececec);
	text-shadow: none;
}

.dropdown_content a:hover {
	text-shadow: none;
	width: 95%;
}

.dropbtn3, .dropbtn3_active {											/* dropwon menu button */
	color: #fff;
	background: #84919f;
	border: none;
	cursor: pointer;
	text-shadow: -1px -1px 0 #606d7d;
	font-weight: bold;
	padding-top: 2px;
	white-space: nowrap;
}

.dropbtn3 a {
	height: 20px;
}

.dropbtn3_active {
	height: 22px;
}

.dropbtn3:hover a, .dropdown_content a:hover {
	color: #000;
	background: #ddd;
	background: linear-gradient(#fff, #ececec);
	text-shadow: none;
}

.dropdown_container:hover .dropdown_content {							/* Show dropdown menu on hover */
	display: block;
}

.dropdown_content {
	background: #eaeaea;
	display: none;
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
	text-shadow: none;
	text-align: left;
	margin-top: 1px;
	width: 11%;
	z-index: 10;
}

.dropdown_content_header {
	color: #000;
	background: #c1c1c1;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.dropdown_content a {
	color: #000;
	text-decoration: none;
	text-shadow: none;
	font-weight: normal;
	display: block;
	padding: 8px 0 8px 10px;
}

.menu_icon, .flag_icon {
	vertical-align: middle;
	border: 0;
	margin-right: 5px;
}

.flag_icon {
	margin: 0 6px 2px 5px;
}

.cart_icon {
	float: left;
	border: 0;
	margin: 0 5px 0 7px;
}

.glimp_icon {
	border: 0;
	margin-top: 2px;
}

.glimp_icon_bg {
	background-position: right;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
}

.hometop {
	text-align: center;
	font-size: larger;
	line-height: 150%;
	padding: 0 15px 0 20px;
}

.page_content {
	border-spacing: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.page_bottom {
	font-size: 9px;
	clear: right;
	padding: 0 0 10px 0;
}

.shadow, .shadowborder {
	box-shadow: 2px 2px 2px #586270;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 5px 20px 5px 20px;
	max-width: 100%;
	height: auto;
}

.shadowborder {
	border: 1px solid #c8c8c6;
}

.thumbs, .thumbs_text {
	background: #fff;
	box-shadow: 2px 2px 2px #c0c6cd;
	border: 1px solid #afafad;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline-block;
	text-align: center;
	line-height: 130%;
	font-size: 12px;
	margin: 5px 8px 10px 7px;
}

.thumbs a, .thumbs_text a {
	color: #222;
	text-decoration: none;
}

.thumbs_text {
	padding-bottom: 3px;
}

.table_cms_buttonbar, .table_sidebar {
	background: #d9d9d9;
	background: linear-gradient(#dfdfdd, #c6c6c6);
	box-shadow: 1px 1px 2px #c0c6cd;
	border: 1px solid #a5a5a5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
}

.table_cms_buttonbar td {
	vertical-align: middle;
	padding: 3px 1%;
}

.table_cms_buttonbar a {
	text-decoration: none;
}

.buttonback_container {
	white-space: nowrap;
	float: left;
	margin-right: 15px;
}

.buttobbar_container {
	white-space: nowrap;
	float: right;
	margin-left: 2%;
}

.table_cms_content {
	background: #f3f1f3;
	border: 1px solid #9fa8b0;
	border-spacing: 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: left;
	box-shadow: 1px 1px 1px #ccc;
	margin: 0;
	width: 100%;
}

.table_cms_content_header {
	font-weight: bold;
	font-size: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 6% 4px 6%;
}

.header_desc {
	font-weight: normal;
	font-size: smaller;
}

h2 {
	margin: 0;
}

.table_cms_content_cell {
	padding: 0 20px 20px 20px;
}

.table_content {
	background: #fff;
	font-size: 11px;
	border: 1px solid #afafad;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	border-spacing: 0;
	box-shadow: 1px 1px 2px #c0c6cd inset;
	margin: 4px 8px;
	padding: 0;
	width: 99%;
}

.table_sidebar {
	border-left-width: 0px;
	border-spacing: 1px;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	text-align: center;
	margin-top: 10px;
	width: 150px;
}

.table_sidebar_header {
	color: #fff;
	background: #959fac;
	box-shadow: 0px 1px 1px #535e6a;
	text-align: center;
	text-shadow: -1px -1px 0 #606d7d;
	font-weight: bold;
	padding: 2px 0 3px 0;
	cursor: pointer;
}

.table_sidebar_cell {
	text-align: center;
	padding: 4px 6px 6px 6px;
	font: 11px Helvetica, Arial, sans-serif;
}

.table_sidebar_thumb {
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}

.savedlist_brand {
	font-size: larger;
	font-style: normal;
}

.savedlist_price {
	color: #000;
	text-align: right;
	font-weight: bold;
	width: 100%;
}

.round_top10 {
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

.round_top3 {
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.round_left8 {
	border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
}

.hr_line {
	color: #ccc;
	background-color: #aaa;
	border: 0;
	width: 99%;
	height: 1px;
}

/***** FORMS *****/
#FORMS {}

.form_container_header {
	text-align: center;
	margin: auto;
}

.table_form_container {
	background: #dfdfdf;
	background: linear-gradient(#dfdfdf, #c5cacd);
	/*overflow:hidden;*/
	text-align: center;
	border: 1px solid #e7e7e7;
	border-collapse: separate;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 2px #666;
	margin-left: auto;
	margin-right: auto;
	min-width: 500px;
}

.form_label {
	text-align: right;
	padding: 0 5px 0 15px;
}

.form_elem {
	text-align: left;
}

.reqfield, .stdfield, .input, .searchfield, .dropc {
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 11px;
	box-shadow: 1px 1px 2px #9d9d9d inset;
	margin: 1px;
	padding: 7px 5px 4px 5px;
}

.reqfield, .dropc {
	background: #FFFFCC;
}

.stdfield {
	background: #FFF;
}

.numberfield {
	text-align: right;
	vertical-align: top;
	width: 35px;
}

.searchform {
	margin:auto;
	white-space:nowrap;
	margin-left:15px;
}

.searchfield {
	border-right: 0;
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 0;
	margin-left: 10px;
	padding-top: 4px;
	width: 120px;
}

input:focus {
	box-shadow: 0 0 3px 1px #42dcfd, 2px 2px 5px #bbb inset;
}

.input:invalid {
	border: 1px solid red;
}

.input:valid {
	border: 1px solid green;
}

.buttons, .button_search, .buttons_img, .buttons_img_joint, .pages ul li a {
	color: #222;
	background: #d0d0d0;
	background: linear-gradient(#e2e2e2, #cccccc);
	font: 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #f5f5f5;
	text-decoration: none;
	border: 1px solid #999;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 1px #f5f5f5;
	box-shadow: 0px 0px 1px 1px #f5f5f5;
	cursor: pointer;
	margin: 1px 2px;
	padding: 4px 9px;
}

.button_search {
	border: 1px solid #999;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: none;
	margin: 0 5px 0 -4px;
}

.buttons_img, .buttons_img_joint {
	vertical-align: middle;
	padding: 3px 12px 2px 12px;
	width: 20px;
	height: 20px;
}

.buttons_img_joint {
	vertical-align: top;
	margin: 1px -1px;
}

.buttons:hover, .button_search:hover, .pages > ul > li:hover > a, .filter_container:hover, .filter_container_selected:hover, .button_remove_filter:hover, .dropbtn2:hover {
	background: #ddd;
	background: linear-gradient(#fff, #ececec);
}

.dropc {
	padding: 3px;
}

.dropc:focus {
	box-shadow: 0 0 5px 0 #42dcfd, 1px 1px 1px #bbb inset;
}

.active, .active:hover, .crumbs ul li:last-child a, .crumbs ul li:last-child a:hover {
	color: #fff;
	background: #ec7545;
	text-shadow: 1px 1px 0 #111;
	cursor: default;
}

.page_links {
	float: right;
	margin: 10px 0;
}

.page_links > a {
	text-decoration: none;
}

/***** BREADCRUMB *****/
#BREADCRUMB {}

.crumbs {																/* crumb container */
	display: inline;
	vertical-align: middle;
	float: left;
	white-space: nowrap;
}

.crumbs ul {															/* crumb block line */
	list-style: none;
	display: inline-table;
	margin: 0;
	padding-left: 0;
}

.crumbs ul li {
	display: table-cell;
}

.crumbs ul li a {														/* crumb button */
	color: #000;
	background: #d2d2d2;
	display: block;
	float: left;
	position: relative;
	text-decoration: none;
	border: 1px solid #b4b4b4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px #e6e6e6;
	box-shadow: 0px 0px 1px 1px #e6e6e6;
	font-size: 13px;
	font-weight: bold;
	margin: -1px -1px 0 0;												/* crumb top marg, crumb cell distance */
	padding: 4px 6px 2px 15px;
	min-height: 20px;
}

.crumbs ul li a:after, .crumbs ul li a:before {							/* arrow right side + arrow left side */
	content: "";
	border-top: 13px solid transparent;									/* arrow height */
	border-bottom: 13px solid transparent;
	position: absolute;
	top: 0;
}

.crumbs ul li a:after {													/* arrow right side */
	border-left: 10px solid #d2d2d2;									/* arrow content */
	right: -9px;
	z-index: 1;
}

.crumbs ul li a:before {												/* arrow left side */
	border-left: 9px solid #bbb;
	left: 0;
}

.crumbs ul li:first-child a:before {
	display: none;
}

.crumbs ul li:last-child a {
	padding: 4px 10px 2px 19px;											/* current page */
}

.crumbs ul li:last-child a:after {
	display: none;														/* remove arrow after last cell */
}

.crumbs ul li a:hover {
	color: #000;
	background: #e8e8e8;
}

.crumbs ul li a:hover:after {
	border-left-color: #e8e8e8;											/* arrow content */
}

/***** PRODUCTS *****/
#PRODUCTS {}

.brands {
	text-align: center;
	width: 100%;
}

.img_brandlogo {
	border: 0;
	width: 118px;
	height: 25px;
}

.img_categorylogo {
	border: 0;
	width: 190px;
	height: 60px;
}

.container {
	display: block;
}

.filter_container, .filter_container_selected {
	background: #d0d0d0;
	background: linear-gradient(#e2e2e2, #cccccc);
	border: 1px solid #999;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 1px #f5f5f5;
	box-shadow: 0px 0px 1px 1px #f5f5f5;
	text-align: left;
	font-size: 11px;
	margin: 5px 0px;
	padding: 0px;
	width: 100%;
}

.filter_container td {
	padding: 0px;
}

.filter_container_selected {
	font-size: 11px;
	height: 100%;
}

.filter_header, .filter_header_disabled, .filter_checkbox {
	white-space: nowrap;
	padding: 3px 1px 0px 5px;
	height: 14px;
}

.filter_header, .filter_checkbox {
	cursor: pointer;
}

.filter_checkbox {
	display: inline-block;
	width: 100%;
	margin: 3px 0;
	padding: 1px 0 0 5px;
	height: 16px;
}

.filter_header_disabled {
	color: #999;
}

.filter_checkboxlist, .filter_checkboxlist_selected, .filter_list, .filter_list_selected {
	background: #FFF;
	border: 1px solid #bbb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	font-size: 11px;
	display: none;
}

.filter_checkboxlist, .filter_checkboxlist_selected {
	margin: 1px;
	padding: 2px 0;
	height: 116px;
}

.filter_list, .filter_list_selected {
	padding-left: 3px;
	width: 135px;
}

.filter_list_selected, .filter_checkboxlist_selected {
	display: block;
}

select > option:hover {
	box-shadow: 0 0 10px 100px #FED20F inset;							/* highlight hovered list line */
}

select > option:checked {
	box-shadow: 0 0 10px 100px #da7c1a inset;							/* highlight selected list line - FF, Vivaldi */
	box-shadow: 0 0 10px 100px #ec7545 inset;
}

.button_expand, .button_remove_filter {
	color: #000000;
	background: Transparent;
	border: 0;
	font-size: 10px;
	float: right;
	text-shadow: 1px 1px 0 #f5f5f5;
	cursor: pointer;
}

.button_expand:disabled {
	color: #999;
	cursor: default;
}

.button_remove_filter {
	color: #000;
	background: #eceaec;
	background-image: linear-gradient(#fafafa, #c9c5c9);
	border: 1px solid #999;
	border-radius: 2px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 1px #f5f5f5;
	box-shadow: 0px 0px 1px 1px #fff;
}

.icon_pdf {
	vertical-align: middle;
	margin-right: 10px;
}

.icon_pay {
	vertical-align: top;
	margin: 0 2px;
}

.itemlink a {
	color: #0000FF;
}

.thumblist_img {
	border: 0px;
	width: 150px;
	height: 150px;
}

.table_slist_header {
	font-weight: bold;
	text-align: center;
}

.thumb_slist {
	float: left;
	margin: 1px 10px 1px 1px;
	width: 150px;
	height: 150px;
}

.table_listview {
	background: #fff;
	text-align: center;
	border-collapse: collapse;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: auto;
	display: inline-table;
	max-width: 1800px;
	width: 100%;
}

.table_listview td {
	border: 1px solid #c8c8c6;
	padding: 1px 3px 1px 3px;
}

.price_cell {
	text-align: right;
	white-space: nowrap;
	padding-right: 3px;
}

.page_details {
	text-align: center;
	margin: auto;
	max-width: 1200px;
}

.table_specs {
	color: #333;
	display: inline;
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.table_specs td, .table_specs th {
	border: 1px solid #bbb;
	padding: 2px 5px 2px 5px;
}

.spec_title {
	font-weight: bold;
	text-align: right;
}

.spec_data {
	text-align: left;
}

.table_detail {
	border-collapse: collapse;
	vertical-align: top;
	display: inline-block;
	margin: 15px 0 15px 15px;
}

.detail_title {
	border-left: 1px solid #bbb;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	min-width: 170px;
}

.detail_data {
	vertical-align: top;
	text-align: left;
	padding: 0 5px;
	min-width: 200px;
}

.details_img_container {
	display: inline-block;
	margin: 5px;
	width: 320px;
}

.details_img_container a > div:hover {
	text-decoration: underline;
}

.details_preview_container {
	background: #fff;
	box-shadow: 2px 2px 2px #a3abb6;
	border: 1px solid #c8c8c6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	margin: 10px 9px;
	width: 300px;
	height: 300px;
}

.details_img {
	vertical-align: middle;
	max-width: 300px;
	max-height: 300px;
}

.noimg {
	max-width: 90px;
	max-height: 90px;
}

.details_thumb_container {
	background: #fff;
	box-shadow: 2px 2px 2px #a3abb6;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	width: 90px;
	height: 90px;
}

.details_thumb {
	cursor: pointer;
	max-width: 90px;
	max-height: 90px;
}

.details_img_bulb {
	background: #000;
	box-shadow: 2px 2px 2px #586270;
	border: 1px solid #c8c8c6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.details_img_option {
	float: left;
	margin: 1px 10px 0 10px;
	width: 50px;
	height: 50px;
}

.details_img_add {
	padding: 4px 56px;
	width: 37px;
	height: 32px;
}

.details_minorder {
	font-size: 11px;
	color: #333;
	font-weight: lighter;
	vertical-align: top;
}

.helper_valign {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.pdflink {
	text-decoration: none;
	font-size: larger;
}
.pdflink_container {
	background: #d0d0d0;
	background: linear-gradient(#e2e2e2, #cccccc);
	cursor: pointer;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	margin-left: 30px;
	width: 300px;
	height: 42px;
}

.table_cart_add {
	background: #f2f2f2;
	vertical-align: top;
	box-shadow: 2px 2px 2px #586270;
	border: 1px solid #c8c8c6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	border-spacing: 20px 10px;
	margin: 5px 20px 5px 20px;
	padding: 0px 0px 0px 10px;
	min-width: 300px;
}

.table_cart_add td, .table_cart_add th {
	border: none;
}

.previewLayer {
	background: #000;
	background: rgba(0, 0, 0, .8);
	vertical-align: middle;
	position: fixed;
	text-align: center;
	display: block;
	overflow: auto;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.previewLayer a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.previewLayerContent {
	vertical-align: middle;
	text-align: center;
	position: relative;
	filter:alpha(opacity=100);											/* Fix to make clickable in IE */
	opacity: 1.0;
	display: inline-block;
	margin-top: 10%;
	width: auto;
	z-index: 1000;
}

.previewLayerText {
	color: white;
	margin: 15px;
	font-weight: bold;
	float: right;
	font-size: 22px;
	cursor: pointer;
}

.previewLayerText:hover {
	color: #ddd;
}

/***** HOVER ZOOM *****/
#HOVER_ZOOM {}

.HoverZoom a {
	color: #00f;
	font-weight: normal;
	font-family: Ubuntu-R, Tahoma;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	display: block;
}

.HoverZoom a:hover {
	position: relative;
}

.HoverZoom a.ZoomLink b, .HoverZoom a.ZoomLink i {
	position: absolute;
	opacity: 0;
	border-radius: 8px;													/* Opera 10.50, IE9, Chrome, Firefox 4, iOS 4, Android 2.1+*/
	-webkit-border-radius: 8px;											/* Chrome, Safari 3-4, iOS 1-3.2, Android 1.6-*/
	-webkit-box-shadow: 0px 0px 30px #444;
	box-shadow: 0px 0px 30px #444;
	padding: 10px;
	left: -5000px;
	top: -500px;
	z-index: 1000;
}

.HoverZoom a.ZoomLink:hover b, .HoverZoom a.ZoomLink:hover i {
	background: #fff;
	display: block;
	border: #aaa 1px solid;
	opacity: 1.0;
	left: -165px;														/* preview position */
	top: -5px;
	z-index: 100;
}

.HoverZoom a.ZoomLink:hover i {											/* zoom to right side*/
	left: 165px;														/* preview position */
	top: -100px;
}

/***** CART *****/
#SHOPPING_CART {}

.table_minicart {
	border-spacing: 0;
	font-size: 11px;
	width: 100%;
}

.table_minicart td {
	text-align: right;
	padding: 1px 3px;
}

.minicart_preview {
	font-weight: normal;
	width: 150px;
}

.cart_table {
	color: #000;
	background: #F8F8F8;
	border: 1px solid #646874;
	border-collapse: collapse;
	text-align: center;
	margin: auto;
	padding: 0;
}

.cart_header {
	color: #FFF;
	background: #7F92A4;
	font-weight: bold;
	height: 30px;
}

.cart_brandheader {
	color: #000;
	background: #BBB9BB;
	font-weight: bold;
	text-align:left !important;
	height: 20px;
}

.cart_thumb {
	box-shadow: 1px 1px 1px #CED3D9;
	border: 1px solid #C8C8C6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.cart_item {
	background: #F8F8F8;
}

.cart_price {
	color: #000;
	font-weight: normal;
	text-align: right;
	padding: 3px 0 3px 0;
}

.cart_subtotal {
	background: #ECEAEC;
	text-align: right;
}

.cart_result {
	background: #BBB9BB;
}

.checkout {
	text-align: center;
	margin: auto;
	max-width: 1200px;
}

/***** TOOLTIPS *****/
#TOOLTIPS {}

b.tooltip {
	font-size: 11px;
	cursor: pointer;
}

b.tooltip span {
	display: none;
	line-height: 16px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 8px #9a9a9a;
	padding: 10px 12px;
	margin-top: -25px;
	margin-left: 18px;
	width: 250px;
	z-index: 10;
}

b.tooltip:hover span{
	display: inline;
	position: absolute;
	color: #111;
	border: 1px solid #DCA;
	background: #fffAF0;
}

.tooltip_arrow {
	position: absolute;
	border: 0;
	left: -12px;
	top: 20px;
	z-index: 20;
}

/***** TABS *****/
#TABS {}


/***** use info popup*****/
main {
	text-align: left;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
	display: block;
}

.price-box .price-info {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	margin-right: 3px;
	background: #707070;
	border-radius: 50%;
	font-weight: bold;
	font-size: 11px;
	position: relative;
}

.price-box .price-info:hover {
	background: #0083ff;
	cursor: pointer;
}

.price-box .price-info:hover:before {
	content: attr(title);
	display: block;
	width: 130px;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 2px;
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin: 0 0 9px -75px;
	text-align: left;
}

.price-box .price-info:hover:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
	opacity: .80;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin: 0 0 5px -4px;
}