html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFFFFF;
}
body, td, th, input, select, textarea, option, optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
@font-face {
font-family:'BPGArial';
src:url('../fonts/bpg_arial.eot');
src:url('../fonts/bpg_arial.eot?#iefix') format('embedded-opentype'), url('../fonts/bpg_arial.woff') format('woff'), url('../fonts/bpg_arial.ttf') format('truetype'), url('../fonts/bpg_arial.svg#glyphicons_halflingsregular') format('svg');
}
.asian, .list td, .list td > a, .form td, .form td > input[type='text'] {
	font-family: "BPG Arial", sans-serif;
}
.paneltitle {
	font-size:16px;
}
input[type='text'], input[type='password'] {
	padding: 2px;
}
select {
	padding: 1px;
}
textarea {
	padding: 2px;
}
/*a, a:visited {
	color: #003366;
	text-decoration: underline;
	cursor: pointer;
}*/
a img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
/*#header .div1 {
	height: 56px;
	padding: 0px 30px;
	background: url('../image/header.png') repeat-x;
}*/
/*#header .div2 {
	color: #FFFFFF;
	padding: 18px 0px 0px 0px;
	float: left;
}*/
/*#header .div3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 15px 0px 0px 0px;
	float: right;
}
#header .div2 span {
	font-weight: bold;
}*/
#container {
	height: 100%;
}
body > #container {
	height: auto;
	min-height: 100%;
}
#content {
	background: #FFFFFF url('../image/background.png') 0px 1px repeat-x;
	padding: 10px 30px 0px 30px;
	min-width: 900px;
	padding-bottom: 128px;
}
#footer {
	background: #FFFFFF url('../image/footer.png') repeat-x;
	height: 90px;
	padding-top: 38px;
	text-align: center;
	font-size: 12px;
	color: #333;
	position: relative;
	margin-top: -128px;
	clear: both;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
/*.breadcrumb, .breadcrumb a {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}*/
.success {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	margin-top: 3px;
	color: #FF0000;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.help {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.icon {
	vertical-align: middle;
	cursor: pointer;
}
.image {
	border: 1px solid #EEEEEE;
	padding: 10px;
	display: inline-block;
}
.image img {
	margin-bottom: 5px;
}
.box {
	margin-bottom: 15px;
}
.box > .heading {
	height: 38px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #DBDBDB;
	background: url('../image/box.png') repeat-x;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.box > .heading h1 {
	margin: 0px;
	padding: 11px 0px 0px 0px;
	color: #003A88;
	font-size: 16px;
	float: left;
}
.box > .heading h1 img {
	float: left;
	margin-top: -1px;
	margin-left: 3px;
	margin-right: 8px;
}
.box > .heading .buttons {
	float: right;
	padding-top: 7px;
	margin-right: 5px;
}
.box > .heading .buttons .button {
	margin-left: 5px;
}
.box > .content h2 {
	text-transform: uppercase;
	color: #FF802B;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;
}
.box > .content {
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	min-height: 300px;
	overflow: auto;
}
/*a.button, .list a.button {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	background: #003A88;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}*/
.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody td a {
	text-decoration: underline;
}
.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
	background: #FFFFFF;
}
.list tbody tr:hover td {
	background-color: #FFFFCB;
}
.list .left {
	text-align: left;
	padding: 7px;
}
.list .right {
	text-align: right;
	padding: 7px;
}
.list .center {
	text-align: center;
	padding: 7px;
}
.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.list tr.filter td, .list tr:hover.filter td {
	padding: 5px;
	background: #E7EFEF;
}
.pagination {
	border-top: 1px solid #DDDDDD;
	display: inline-block;
	width: 100%;
	padding-top: 6px;
}
.pagination .links {
	float: left;
	padding-top: 6px;
}
.pagination .links a {
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 6px;
	font-size: 12px;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form > tbody > tr > td:first-child {
	width: 200px;
}
table.form > tbody > tr > td {
	padding: 10px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}
.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox img {
	float: right;
	cursor: pointer;
}
.htabs {
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.vtabs {
	width: 190px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: none;
}
.vtabs a, .vtabs span {
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs a img, .vtabs span img {
	position: relative;
	top: 3px;
	cursor: pointer;
}
.vtabs-content {
	margin-left: 205px;
}
.accordion-heading {
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.accordion-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.accordion-content {
	padding: 0px 0px 15px 0px;
	overflow: auto;
}
.scrollbox div {
	padding: 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
.overview {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.overview table {
	width: 100%;
}
.overview td + td {
	text-align: right;
}
.statistic {
	float: right;
	width: 49%;
	margin-bottom: 20px;
}
.range {
	float: right;
	color: #FFF;
	vertical-align: middle;
}
.range {
	padding-top: 1px;
	padding-right: 1px;
}
.range, .range select {
	font-size: 11px;
}
.latest {
	clear: both;
}
.latest tbody td {
	background: #FFF;
}
.dashboard-heading {
	background: #547C96;
	color: #FFF;
	border-bottom: 1px solid #8EAEC3;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.dashboard-content {
	background: #FCFCFC;
	border: 1px solid #8EAEC3;
	padding: 10px;
	min-height: 180px;
}
.refresh {
	cursor: pointer;
	position: relative;
	top: 3px;
}
.geotx {
	font-family:"BPG Arial";
}
.calls_title {
	position:absolute;
	top:5px;
}
.price {
	text-align:center;
}
.price-old {
	font-size:1.5em;
	font-weight:700;
	margin-right:5px;
}
.price_sale {
	font-style:oblique;
	text-decoration:line-through;
	font-weight:500;
}
.price-new {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.5em;
	color:#F00;
	font-weight: 600;
	margin-left: 5px;
}
.price-who {
    font-size: 1.5em;
    color: #06455e;
    font-weight: 600;
    margin-left: 5px;
}
.tre {
	width: 30%;
	display: block;
	float: left;
}
.cselect, .cselect option {
	outline:none;
	width:98%;
	max-width:180px;
	margin: 10px 0;
	font-family:"BPG Arial", sylfaen, sans-serif;
}
.pricegroup {
	display: block;
	width:100%;
	margin: 20px 0 10px;
}
#pricegroup input {
	width: 63px;
	text-indent:5px;
}
#pricegroup label {
	display: inline-block;
	padding-right: 10px;
}
#oprice,#nprice,#wprice {
	margin-right: 10px;
}
.small_button {
	padding: 3px 10px;
	font-size:0.9em;
	margin-left:5px;
}
.ProductDetailsGrid > .simbolic {
	margin-left:0;
	padding-left:0;
}
.topscroll {
	position:fixed;
	display:block;
	border:none;
	outline:none;
	right:10px;
	bottom:10px;
	cursor:pointer;
	opacity:0.7;
}
.topscroll:hover {
	opacity:1;
}
#pricegroup input[type='text'] {
	font-size:1.25rem;
	line-height:1.25rem;
}
#commerce_carousels {
	display: table;
	width:100%;
	height: auto;
}
.caro {
	display: inline-block;
	float: left;
	width: 380px;
	/*	padding: 10px;*/
	background-color:#EED57B;
	vertical-align: baseline;
	text-align: left;
	font-size: 16px;
	margin: 5px auto;
	border-radius:3px;
}
.caro:hover {
	cursor:pointer;
}
.subcaro {
	position: relative;
	display:block;
	float: left;
	width: 25%;
	padding: 10px 0;
	background-color:#EED57B;
	vertical-align: baseline;
	text-align: center;
	font-size: 16px;
	margin: 0;
	border: none;
	border-collapse:collapse;
}
.subcaro:hover {
	background-color:lightgreen;
}
.mata {
	background-color:#FC3;
}
#commerce_carousels .cselect, #commerce_carousels option, #category_groups select, #category_groups option {
	font-family:"BPG Arial", sylfaen, sans-serif;
	font-size:1.25rem;
	line-height:1.25rem;
	height:30px;
	width:70%;
	max-width:380px;
}
.cboxlite {
	display:block;
	margin:10px 0 20px;
	height: 60px;
	overflow: hidden;
	width: 100%;
}
.cboxlite select {
	background: transparent;
	border: none;
	height: 30px;
	padding: 5px 0;
	width: 380px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #FC0;
	-webkit-appearance: none;
	box-shadow: 1px 1px 3px #633;
	cursor:pointer;
}
.cboxlite {
	position:relative;
	display:block;
	widows:100%;
}
.cboxlite select, .cboxlite option {
	font-family:"BPG Arial", sylfaen, sans-serif;
	font-size:1.1rem;
	line-height:1em;
	height:30px;
	width:380px!important;
}
.aboxlite {
    position: relative;
    display: block;
    widows: 100%;
}
.aboxlite {
    display: block;
    margin: 0;
    height: 50px;
    overflow: hidden;
    width: 100%;
}
.aboxlite select {
    background: transparent;
    border: none;
    height: 30px;
    padding: 5px 0;
    width: 380px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #FC0;
    -webkit-appearance: none;
    box-shadow: 1px 1px 3px #633;
    cursor: pointer;
}
.aboxlite select, .aboxlite option {
    font-family: "BPG Arial", sylfaen, sans-serif;
    font-size: 1rem;
    line-height: 1.15;
    height: 30px;
    width: 380px !important;
	margin-top:10px;
}
.buttons_hide {
	display:none;
}
.buttons_show {
	display:table;
}
.medium_buttons {
	position:relative;
	display:block;
	float:left;
	margin:5px 0 6px 5px;
	padding: 6px 10px 7px;
	font-size:16px;
	line-height:17px;
	max-width: 120px;
	width: 120px;
	border-radius:3px;
	border-collapse:collapse;
	overflow:hidden;
	height: auto;
	box-sizing: border-box;
	border-bottom-color: #B18D56;
	border-left-color: #B18D56;
	border-right-color: #B88454;
	border-top-color:#B88454;
}
.btn-red {
	background-color:#F57C5F;
}
.btn-blue {
	background-color: #BCCAFA;
}
.btn-green {
	background-color: lightgreen;
}
/* Menu style */
#navbar {
	position:relative;
	display:block;
	font-size:1.1em;
	line-height:1.09;
	margin:0;
	padding:0;
	background: url('../image/menu.png');
	z-index: 1000;
	min-height: 35px;
	margin-bottom: 5px;
}
select#manufacturer {
	font-size: 1.1rem;
	height: 35px;
}


#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#navbar li {
	float: left;
}
#navbar li a, #navbar .dropbtn {
	display: block;
	color: white;
	text-align: left;
	padding: 10px 16px;
	text-decoration: none;
}
#navbar li a:hover, .dropdown:hover .dropbtn, .opendrop {
	background-color: #F93;
}
#navbar li.dropdown {
	display: inline-block;
	color:#333;
}
.dropdown-base {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.dropdown-base a {
	color: black!important;
	padding: 10px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-base a:hover {
	background-color: #333;
}
.dropdown:hover .dropdown-base {
	display: block;
}
.ProductImage img {
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
.ProductImage img.offsite {
	padding:2px;
	border-bottom:#F00 5px solid;
	opacity:0.3;
	z-index:9;
}
.ProductImage img.onsite {
	padding:2px;
	border-bottom: hidden;
	opacity:1;
	z-index:10;
}
.SkuCode {
	display: table;
	width:100%;
	text-align:left;
	vertical-align: middle;
}
.SkuCode label {
	display:block;
	float:left;
}
.SkuCode span {
	position:relative;
	display:block;
	float:left;
	padding-left:15px;
	width:70%;
	height:25px!important;
}
.ProductDetailsGrid h2 {
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:30px!important;
}
#tbanner_title {
	display: block;
	width:300px;
	font-family:"BPG Arial";
	font-size:1.5rem;
	margin: 20px auto;
	text-align:center;
}
/* BREADCRUMBS */
#breadcrumb { 
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #000;  
  margin-bottom: 15px;
  width:100%;
}
#breadcrumb .breadcrumb {
  margin-bottom: 0px;
}
#breadcrumb ul,#breadcrumb ol {
	margin: 0; 
}
#breadcrumb .breadcrumb li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
}
#breadcrumb .breadcrumb li:before {
  display: none;
}
#breadcrumb .breadcrumb li a {
  font-size: 1.0em;
  line-height:1.3em;
  font-family:"BPG Arial", sylfaen, Arial;
  /*text-transform: uppercase;*/
  position: relative;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#breadcrumb .breadcrumb li a:before {
  width: 0;
  height: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  /*border-bottom: 3px solid rgba(0,0,0,0);
  border-left: 3px solid #FFFFFF;
  border-top: 3px solid rgba(0,0,0,0);*/
  /*content: "";*/
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px;
  /*z-index: 9999;*/
}
#breadcrumb .breadcrumb li a span {
  display: inline-block;
  zoom: 1;
  margin-left:0;
}
#breadcrumb .breadcrumb li a span:before {
  content: "";
  display: inline-block;
  zoom: 1;
  width: 22px;
  height: 12px;
  /*-webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;*/
  /*background-color: #c91d41;*/
 /* position: absolute;
  left: 0;
  top: 0;*/
  margin: 2px 0 0 0;
}
#breadcrumb .breadcrumb li:hover {
  color: #06C;
}
#breadcrumb .breadcrumb li:hover span:before {
  /*background-color: #dd6b65;*/
}
#breadcrumb .breadcrumb li.last {
  /*color: #7c7c7c;*/
}
#breadcrumb .breadcrumb li.first a:before {
  display: none;
}
#breadcrumb .breadcrumb li.first a span:before {
  content: "\f015";
  background: none;
  font-family: 'FontAwesome';
  font-size:15px;
  color: #BA7918;
  margin-top:0;
}
#breadcrumb .breadcrumb li.first a:hover span:before {
  color: #dd6b65;
}
#breadcrumb .breadcrumb li a:hover {
  color: #900;
}
/* BREADCRUMBS */
.spacer {
	position:relative;
	display:block;
	width:100%;
	height:10px;
}
.action_photos {
	position:relative;
	display:table;
	width:100%;
}
.image-wrapper {
	position:relative;
	display:block;
	float:left;
	width:180px;
	height:300px;
	overflow:hidden;
	margin-bottom:10px;
}
.boce {
	position:absolute;
	top: 0;
	left: 0;
	width:20px;
	height:20px;
	font-size:1.45rem;
	box-shadow: 1px 1px 3px #633;
	background-color:#FFC;
	text-decoration: none;
}
.boce:hover {
	cursor:pointer;
}
.numbers {
	position: absolute;
	display:table;
	left:0;
	bottom:0;
	width:100%;
	z-index:10;
}
.textbox {
	min-height: 50px;
	font-family:"BPG Arial";
	font-size:0.9rem;
	padding:1px;
	overflow:y-scroll;
}
input.quant {
	width:85px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.1rem;
	padding: 0 15px;
	border: none;
}
span.vitprice {
	width:100%;
	text-align:center;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:2rem;
	line-height: 1.67;
	color:#333;
}
.Y8-fY {
	padding-top:3px;
	padding-bottom:3px;
}
.shape::before {
    position: absolute;
    bottom: 0;
    left: 50px;
    content: '';
    height: 48px;
    width: 1%;
    border-bottom: 3px solid red;
    border-right: 5px solid red;
    -webkit-transform: skew(-75deg);
    -moz-transform: skew(-75deg);
    transform: skew(-60deg);
}
/*.shape:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0px;
  height: 55px;
  width: 100%;
  border-bottom: 3px solid red;
  border-right: 4px solid red;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  transform: skew(-45deg);
  z-index: -1;
}*/
.shape {
  height: 50px;
  width: 100px;
  background: whitesmoke;
}
#circle {position: absolute; left:5px; top:5px; width: 100px; height: 50px; background: white; border-radius: 1.3em }

textarea.offer-title {
	font-family:"BPG Arial";
	font-size:1.5rem;
	height: 60px;
	padding: 5px 5px 5px 10px;
}