
.mobile {
	display: inline;
}

.desktop {
	display: none;
}

@media (min-width: 800px) {
	.mobile {
		display: none;
	}

	.desktop {
		display: inline;
	}
}

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

body {
	font-family: Arial, sans-serif, Verdana, Helvetica;
	color: #505050;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	direction: rtl;
}

select {
	border: 1px solid #666666;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 1px;
	background-color: #FAFAFA;
	color: #000000;
}

.monospace {
	font-family: system;
}

img {
	max-width: 100%;
}

legend {
	display: none;
}

a.notext {
	line-height: 0;
    font-size: 0;
    color: transparent;
}

img.zoomimage {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-65%, -50%);
	z-index: 10;
	max-width: 500px;
	max-height: 500px;
	background-color: white;
	padding: 5px;
	border: 1px solid black;
	box-shadow: 5px 5px 3px #acacac;
}

#site-wrapper {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	float: right;
}

#site-canvas {
	float: right;
	position: relative;
	-webkit-transform: translate3d(0);
	-moz-transform: translate3d(0);
	-o-transform: translate3d(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

#site-canvas.active-left {
	-webkit-transform: translate3d(-175px);
	-moz-transform: translate3d(-175px);
	-o-transform: translate3d(-175px);
	transform: translate3d(-175px);
	-webkit-transform: translateX(-175px);
	-moz-transform: translateX(-175px);
	-o-transform: translateX(-175px);
	transform: translateX(-175px);
}

#site-canvas.active-right {
	-webkit-transform: translate3d(175px);
	-moz-transform: translate3d(175px);
	-o-transform: translate3d(175px);
	transform: translate3d(175px);
	-webkit-transform: translateX(175px);
	-moz-transform: translateX(175px);
	-o-transform: translateX(175px);
	transform: translateX(175px);
}

#close-menus {
	z-index: -1;
	display: none;
}

#close-menus a {
	width: 100%;
	height: 100%;
	display: block;
}

#close-menus.active {
	z-index: 100;
	opacity: 0.5;
	background: black;
	display: block;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 5px;
	position: absolute;
}

@media (min-width: 800px) {
	body {
		padding: 10px 0;
	}

	#site-canvas {
		float: none;
	}

}

label {
	margin-right: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

a:link		{ color: #105289; text-decoration: none; }
a:visited	{ color: #105289; text-decoration: none; }
a:hover		{ color: #D31141; text-decoration: none; }
a:active	{ color: #368AD2; text-decoration: none; }

input[type=radio], input[type=checkbox] {
    vertical-align: middle;
}

input[type="text"], input[type="password"], input[type="email"] {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 1px;
	cursor: text;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover {
	border-color: #11A3EA;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
	border-color: #11A3EA;
	color: #0F4987;
}


.nowrap {
	white-space: nowrap;
}

.center-text {
	text-align: center;
}

.right-text {
	text-align: right;
}

.left-text {
	text-align: left;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.management-container {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 800px) {
	.container {
		width: 960px;
		margin: 0 auto;
	}

	.management-container {
		width: 95%;
		margin: 0 auto;
	}
}

.shadow {
	box-shadow: 5px 5px 3px #acacac;
}

.panel-box {
	background-color: #ECF1F3;
	border-radius: 7px;
}

.panel-box span#delimiter {
	height: 1px;
	background-color: #cccccc;
	display: block;
	margin: 0 8px 3px 8px;
	clear: both;
}

.panel-box span.delimiter {
	height: 1px;
	background-color: #cccccc;
	display: block;
	margin: 0 8px 3px 8px;
	clear: both;
}

.panel-box h2 {
	color: #00537D;
	font-size: 1.8em;
	font-weight: normal;
	padding: 5px 10px 3px 10px;
}

.panel-box h5 {
	color: #00537D;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 10px 3px 10px;
}

.panel-box h5.right {
	float: right;
	padding-left: 0px;
}

.panel-box h5.left {
	float: left;
	padding-right: 0px;
}

.panel-box span.header {
	color: #00537D;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 10px 3px 10px;
	display: block;
}

.panel-box span.header.left {
	padding-right: 0;
}

.panel-box span.header.right {
	padding-left: 0;
}

.panel-box p {
	font-size: 1.4em;
	font-weight: normal;
	margin: 5px 7px;
}

.panel-box ul {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.6em;
	list-style-type: none;
	margin: 0;
}

.panel-box label {
	color: #105289;
	margin-right: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

.button {
	color: #105289;
	background-color: #ECEDEE;
	border: 1px solid #bababa;
	border-radius: 3px;
	padding: 1px 3px;
	margin: 0 0 0 2px;
	font-size: 13px;
}

.button.order {
	font-size: 16px;
	font-weight: bold;
}

.button.disabled {
	color: #bebebe;
}

.button.disabled:hover {
	color: #bebebe;
	background-color: #ECEDEE;
}

.button:hover {
	color: #ffffff;
	background-color: #387CA3;
	border: 1px solid #bfbfbf;
}

.button:active {
	color: #ffffff;
	background-color: #D31141;
	border: 1px solid #ffffff;
}

.special-order {
	color: red;
}

.warning {
	color: red;
}

div.added_comment {
	color: #D31141;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

div.added_comment a {
	color: #D31141;
	text-decoration: underline;
}

div.added_comment a:hover {
	color: #D31141;
	text-decoration: underline;
}

span.inventory-high-icon {
	width: 12px;
	height: 12px;
	display: block;
	float: right;
	padding-right: 1px;
	margin: 2px 5px 0 5px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -97px -104px;
}

span.inventory-low-icon {
	width: 12px;
	height: 12px;
	display: block;
	float: right;
	padding-right: 1px;
	margin: 2px 5px 0 5px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -110px -104px;
}

span.inventory-none-icon {
	width: 12px;
	height: 12px;
	display: block;
	float: right;
	padding-right: 1px;
	margin: 2px 5px 0 5px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -123px -104px;
}

span.inventory-none-total-icon {
	width: 12px;
	height: 12px;
	display: block;
	float: right;
	padding-right: 1px;
	margin: 2px 5px 0 5px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -136px -104px;
}

span.inventory-no-icon {
	display: block;
	float: right;
	padding-right: 1px;
	margin: 2px 5px 0 5px;
}



/* Header */
#header-wrapper {
	margin: 0 auto;
	border-radius: 7px;
	background-color: #0077b2;
	display: table;
	position: relative;
}


#header-section {
	height: 50px;
}

#logo-container {
	position: absolute;
	right: 40%;
}

#main-logo {
	float: right;
	width: 65px;
	height: 50px;
	padding: 0;
	margin: 0px 10px auto;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -474px -27px;
}

#main-logo a {
	width: 65px;
	height: 50px;
	text-decoration: none;
}

#register-section {
	float: left;
	clear: left;
}

@media (min-width: 800px) {
	#header-wrapper {
		background-image: url(/images/sprites.png);
		background-image: image-set(
			url(/images/sprites.webp) type('image/webp'),
			url(/images/sprites.png) type('image/png'));
		background-position: 0px -124px;
		background-repeat: no-repeat;
	}

	#header-section {
		width: 100%;
		height: auto;
		float: right;
	}

	#logo-container {
		float: right;
		width: 100%;
		position: static;
	}

	#main-logo {
		float: right;
		width: 177px;
		height: 123px;
		padding: 0;
		margin: 0px 10px auto;
		background-image: url(/images/sprites.png);
		background-image: image-set(
			url(/images/sprites.webp) type('image/webp'),
			url(/images/sprites.png) type('image/png'));
		background-position: -181px -0px;
	}

	#main-logo a {
		width: 177px;
		height: 123px;
		text-decoration: none;
	}
}

#main-logo-description {
	float: right;
	color: #FFFFFF;
	font-size: 2em;
	margin: 40px 10px 0 0;
	text-align: center;
	font-weight: bold;
}

#mobile-menu-container {
	float: right;
	width: 32px;
	height: 24px;
	padding: 0;
	margin: 15px 10px 0px 10px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -564px -0px;
}

#mobile-menu-container a {
	width: 32px;
	height: 24px;
	text-decoration: none;
	float: right;
}


#search-button-container {
	float: left;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 15px 10px 0px 10px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -490px -0px;
}

#search-button-container a {
	width: 24px;
	height: 24px;
	text-decoration: none;
	float: left;
}


#cart-button-container {
	float: left;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 15px 10px 0px 10px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -514px -0px;
}

#cart-button-container a {
	width: 24px;
	height: 24px;
	text-decoration: none;
	float: right;
}

#user-menu-container {
	float: left;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 15px 10px 0px 10px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -539px -0px;
}

#user-menu-container a {
	width: 24px;
	height: 24px;
	text-decoration: none;
	float: left;
}

/* Social media */
div.social-media {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

ul.social-media {
	float: left;
	margin: 5px 0;
	list-style-type: none;
}

ul.social-media li a {
	width: 32px;
	height: 32px;
	display: block;
}

ul.social-media li#youtube {
	float: left;
	display: inline;
	width: 32px;
	height: 32px;
	padding: 0;
	margin-left: 5px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -135px -71px;
}

ul.social-media li#google {
	float: left;
	display: inline;
	width: 32px;
	height: 32px;
	padding: 0;
	margin-left: 5px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -135px -38px;
}

ul.social-media li#facebook {
	float: left;
	display: inline;
	width: 32px;
	height: 32px;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -102px -38px;
}

/* Shopping cart */
div#shopping-cart {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	width: 120px;
}

#shopping-cart-img {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 5px 0 0 10px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -154px -0px;
}

/* NAV links */
div#navbar-section {
	margin-top: 10px;
	height: 14px;
	font-size: 12px;
}

ul.navlinks {
	font-weight: bold;
	font-size: 1.2em;
	list-style-type: none;
	margin: 0;
}

ul.navlinks li {
	float: right;
}

ul.navlinks li span.delimiter {
	font-weight: bold;
	color: #353a58;
}

li.icon-home-img {
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	padding-top: 1px;
	padding-right: 1px;
	margin: 2px 5px 0 5px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -359px -0px;
}

ul.navlinks-list {
	float: right;
	font-size: 1.2em;
	list-style-type: none;
	margin: 0;
}


/* Regstration / login / logout navigation */
ul#register-nav {
	float: left;
	list-style-type: none;
	margin: 0 10px;
}

ul#register-nav li {
    display: inline;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px;
}

ul#register-nav li a {
	color: white;
	text-decoration: none;
	padding: 7px 5px;
	border-radius: 7px;
}

ul#register-nav li a:hover {
    background-color: #ECF1F3;
	color: #00537D;
}

#icon-register-img {
	float: left;
	width: 12px;
	height: 12px;
	padding: 1px;
	margin: 0 5px 0 3px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -359px -26px;
}

#icon-logout-img {
	float: left;
	width: 12px;
	height: 12px;
	padding: 1px;
	margin: 0 15px 0 3px;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -359px -12px;
}

/* Products navigation */
ul.products-nav {
	width: 100%;
	margin: 0;
	padding: 5px 0 0 8px;
	font-size: 1.3em;
	line-height: 2.2em;
	list-style-type: none;
	float: left;
}

ul.products-nav li {
	float: left;
	display: block;
	margin: 0 3px 0 0;
}

ul.products-nav li.extra-left {
	margin-left: 10px;
}

ul.products-nav li.extra-right {
	margin-right: 10px;
}

ul.products-nav li.pagination-button-selected span {
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
	background-color: #387CA3;
	border: 1px solid #bfbfbf;
	padding: 2px 6px;
	border-radius: 3px;
}

ul.products-nav li.pagination-button a {
	font-weight: normal;
	font-size: 13px;
	color: #105289;
	background-color: #ECEDEE;
	border: 1px solid #bababa;
	padding: 2px 6px;
	border-radius: 3px;
}

ul.products-nav li.pagination-button a:hover {
	color: #ffffff;
	background-color: #387CA3;
	border: 1px solid #bfbfbf;
	text-decoration: none;
}

ul.products-nav li.view-selection {
	float: right;
}

ul.products-nav li.view-selection a {
	text-decoration: none;
}

ul.products-nav li.view-selection a:hover {
	text-decoration: none;
}

ul.products-nav li.view-selection a.selected-view {
	font-weight: bold;
}


ul.products-nav li.section-search {
	float: right;
	margin-right: 20px;
}


ul.products-nav li.search-results {
	float: right;
}

ul.products-nav li.search-results a {
	text-decoration: none;
	font-weight: bold;
}

ul.products-nav li.search-results a:hover {
	text-decoration: none;
}

ul.products-nav li.fast-add {
	float: right;
	font-weight: bold;
	color: #00537D;
}

ul.products-nav li.fast-add a {
	text-decoration: none;
	font-weight: bold;
}

ul.products-nav li.fast-add a:hover {
	text-decoration: none;
}

ul.products-nav li.action-message {
	float: right;
	font-weight: bold;
	color: #00537D;
}

ul.products-nav li.action-message a {
	text-decoration: none;
	font-weight: bold;
}

ul.products-nav li.action-message a:hover {
	text-decoration: none;
}

ul.products-nav li.refresh {
	float: right;
}

ul.products-nav li.global-action {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}

ul.products-nav li#search-filter {
	color: red;
	font-weight: bold;
	float: right;
	line-height: 1.5em;
	margin-bottom: 5px;
}

div.search-results {
	float: right;
	margin-bottom: 10px;
}

.search-menu-wrapper {
	margin: 0 auto;
	border-radius: 7px;
	background-color: #0077b2;
	display: table;
	position: relative;
	width: 100%;
}

.search-menu-section {
	padding-top: 10px;
	width: 100%;
	float: right;
}

.search-header-menu {
	font-size: 1.9em;
	text-align: center;
	font-weight: normal;
	float: right;
	width: 60%;
}

#inline-products-list {
	float: right;
}

/* Products list */
#products-view {
	float: right;
	display: block;
	width: 100%;
}

#products-view .delimiter {
	height: 1px;
	width: 100%;
	background-color: #cccccc;
	display: block;
	margin-bottom: 5px;
}

/* Blog list */
#blog-view {
	float: right;
	display: block;
	width: 100%;
}

#blog-view .delimiter {
	height: 1px;
	width: 100%;
	background-color: #cccccc;
	display: block;
	margin-bottom: 5px;
}

#products-list {
	float: right;
	display: block;
	width: 100%;
	list-style-type: none;
	margin: 0;
}

#products-list br {
	display: none;
}

#products-list div.price br {
	display: unset;
}

#blog-list {
	float: right;
	display: block;
	width: 100%;
	list-style-type: none;
	margin: 0;
}

#products-list .list-view {
}

#products-list .tiles-view {
}

#blog-list .list-view {
}

#blog-list .tiles-view {
}

#products-list .list-entry {
	float: right;
	display: inline;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	font-size: 10px;
}

.content .list-entry {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	font-size: 10px;
	width: 165px;
	height: 270px;
}

#blog-list .list-entry {
	float: right;
	display: inline;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	font-size: 10px;
}

.list-view .list-entry {
	width: 100%;
}

.tiles-view .list-entry {
	width: 165px;
	height: 270px;
}

.list-entry div.thumb {
	float: right;
	display: inline;
	margin-left: 5px;
	position: relative;
}

.list-entry div.thumb div.image-notification {
	font-size: 1.2em;
	font-weight: bold;
	border: 3px solid;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	right: -10px;
	padding: 3px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list-entry div a.thumb {
	text-decoration: none !important;
	border: 0 !important;
}

.list-entry div a.thumb-wide {
	text-decoration: none !important;
	border: 0 !important;
}

.list-entry div a.thumb img {
	width: 100px;
	max-width: 100px;
	height: 100px;
}

.list-entry div a.thumb-wide img {
	width: 135px;
	max-width: 135px;
	height: 100px;
}

.list-view .list-entry a.thumb {
	width: auto;
}

.tiles-view .list-entry a.thumb {
	width: 100%;
}

.list-view .list-entry a.thumb-wide {
	width: auto;
}

.tiles-view .list-entry a.thumb-wide {
	width: 100%;
}

.list-entry div.main {
	display: inline;
	float: right;
	padding: 5px 0;
	margin-left: 5px;
}

.list-view .list-entry div.main {
	width: 240px;
	height: auto;
}

#blog-list .list-entry div.main {
	width: auto;
	height: auto;
}

@media (min-width: 800px) {
	.list-view .list-entry div.main {
		width: 54%;
		max-width: none;
		height: auto;
	}

	#blog-list .list-entry div.main {
		width: 75%;
		max-width: none;
		height: auto;
	}
}

.tiles-view .list-entry div.main {
	width: 100%;
	height: 80px;
}

.list-entry div.main a.title,
.list-entry div.main a.title:link,
.list-entry div.main a.title:visited
{
	color: blue;
	text-decoration: none;
	border: 0;
}

.list-view .list-entry div.main a.title {
	font-size: 1.1em;
	line-height: 1.5em;
}

.tiles-view .list-entry div.main a.title {
	font-size: 1.1em;
	line-height: 1.3em;
}

.list-entry div.main a.title:hover {
	color: #D31141;
	text-decoration: none;
}

.list-entry div.main span.catalog-number {
	display: block;
	float: right;
	clear: right;
	font-size: 1.1em;
	margin-bottom: 3px;
}

.list-view .list-entry div.main span.catalog-number span.catalog-number-prefix {
	display: inline;
}

.tiles-view .list-entry div.main span.catalog-number span.catalog-number-prefix {
	display: none;
}

.list-entry div.main p.description {
	clear: right;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
	color: #333333;
	padding: 5px 0 0 10px;
}

.list-view .list-entry div.main p.description {
	display: none;
}

@media (min-width: 800px) {
	.list-view .list-entry div.main p.description {
		display: block;
	}
}

.tiles-view .list-entry div.main p.description {
	display: none;
}

.list-entry div.main span.special-order {
	color: red;
	display: block;
	float: right;
	clear: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}

.list-entry div.main span.rohs {
	color: green;
	display: block;
	float: right;
	clear: right;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
}

.list-entry div.main span.rohs a {
	color: green;
	text-decoration: none;
}

.list-entry div.price div.inventory-wrapper {
	white-space: nowrap;
	float: right;
}

.list-entry div.price {
	display: inline;
	float: right;
	color: #536482;
	padding: 5px 0;
	margin-left: 5px;
}

.list-view .list-entry div.price {
	width: 20%;
}

@media (min-width: 800px) {
	.list-view .list-entry div.price {
		width: 10%;
	}
}

.tiles-view .list-entry div.price {
	width: 100%;
}

.list-entry div.price span.price {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 18px;
	padding-left: 10px;
	float: right;
	white-space: nowrap;
}

.list-entry div.price span.price-contact-to-quote {
	font-size: 1.5em;
	line-height: 18px;
	padding-left: 10px;
	float: right;
	white-space: nowrap;
}

.list-entry div.price span.original-price {
	text-decoration: line-through;
	font-size: 1.3em;
	padding-left: 10px;
}

.list-entry div.price span.inventory {
	font-size: 1.1em;
	line-height: 18px;
	display: block;
	float: right;
}

.list-entry div.price span.inventory a.inventory-explanation {
	font-size: 1.1em;
	font-weight: bold;
}

.list-entry div.price span.inventory a.inventory-explanation:hover {
	color: #D31141;
	text-decoration: none;
}


.list-entry div.action {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0;
	margin-left: 5px;
	text-align: justify;
}

.list-view .list-entry div.action {
	width: 15%;
	min-width: 114px;
	float: left;
	text-align: center;
}

.tiles-view .list-entry div.action,
.content .list-entry div.action
{
	width: 100%;
	float: right;
	text-align: right;
}

.list-entry div.action-count {
	width: 100%;
	text-align: center;
}

.list-entry div.action form input.count {
	border: 1px solid #bababa;
	text-align: center;
	padding: 2px;
	margin: 0 0 5px 0px;
	border-radius: 3px;
	width: 60px;
	font-size: 13px;
	direction: ltr;
}

.list-view .list-entry div.action div.action-count {
	display: block;
}

.tiles-view .list-entry div.action div.action-count,
.content .list-entry div.action div.action-count
{
	display: none;
}

.list-entry div.action form input.button {
	padding: 2px;
	margin: 0 0 5px 0px;
}

.list-entry div.action form input.count-button {
	width: 20px;
}

.list-entry div.action form input.add-to-cart-button {
	width: 100%;
	display: block;
}

.list-entry div.not-for-sale {
	width: 15%;
	display: inline;
	float: right;
	font-size: 1.3em;
}


/* Data table */
div#table-wrapper {
	overflow-x: auto;
	width: 100%;
}

table.data-table {
	margin: auto;
	font-size: 1.3em;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0;
	white-space: nowrap;
}

@media (min-width: 800px) {
	table.data-table {
		white-space: normal;
	}
}

table.data-table th {
	color: white;
	background-color: #0077b2;
	padding: 2px 7px;
	border: 1px solid #cccccc;
	font-weight: bold;
}

table.data-table th.action {
	width: 92px;
}

table.data-table td.header {
	font-weight: bold;
}

table.data-table td a.thumb {
	width: 100px;
	height: 100px;
}

table.data-table td a.thumb img {
	width: 100px;
	max-width: 100px;
	height: 100px;
}

table.data-table td a.thumb-wide {
	width: 135px;
	height: 100px;
}

table.data-table td a.thumb-wide img {
	width: 135px;
	max-width: 135px;
	height: 100px;
}

table.data-table tr.header th a {
	color: white;
	background-color: #0077b2;
}

table.data-table tr.header th a:hover {
	color: #D31141;
	text-decoration: none;
}

table.data-table tr.datarow {
	color: #105289;
}

table.data-table tr.datarow:hover {
	background-color: #CCCCCC;
}

table.data-table tr.bg1 {
	background-color: #F6F8F9;
}

table.data-table tr.bg2 {
	background-color: #ECF1F3;
}

table.data-table tr.datarow td {
	border: 0;
	padding: 3px 7px;
}

table.data-table tr.datarow td a {
	font-size: 1.1em;
	color: inherit;
}

table.data-table tr.datarow td a:hover {
	color: #D31141;
	text-decoration: none;
}

table.data-table form input.count {
	border: 1px solid #bababa;
	text-align: center;
	border-radius: 3px;
	width: 35px;
	margin-bottom: 2px;
	direction: ltr;
}

table.data-table form input.count-button {
	width: 15px;
}

table.data-table form input.add-to-cart-button{
	width: 96%;
}

table.data-table td.action {
	text-align: center;
	width: 80px;
}

td.action input.count {
	border: 1px solid #bababa;
	text-align: center;
	border-radius: 3px;
	width: 70px;
	margin: 3px;
	float: right;
	direction: ltr;
}

td.action input.button {
	width: 70px;
	margin: 0 3px 3px 3px;
	float: right;
}

/* Header menu */
#menu-section {
	border-top: 1px solid white;
	width: 100%;
	float: right;
	overflow: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

#menu-section.active {
	opacity: 1;
	height: auto;
}

#header-menu {
	font-size: 1.9em;
	text-align: center;
	font-weight: normal;
	float: right;
	width: 100%;
	display: none;
}

.main-menu {
	height: 32px;
    float: right;
    padding: 0;
    margin: 0;
}

#search-form {
	float: left;
	width: 100%;
	height: 32px;
	padding: 3px 5px;
	display: none;
}

@media (min-width: 800px) {
	#menu-section {
		opacity: 1;
		overflow: visible;
		height: auto;
	}

	#header-menu {
		width: 60%;
		display: block;
	}

	.main-menu {
		height: 32px;
		float: right;
		padding: 0;
		margin: 0 30px 0 0;
	}

	#search-form {
		float: left;
		width: 40%;
		display: block;
	}
}

.main-menu li {
    display: inline;
	float: right;
	height: 32px;
}

.main-menu li a {
	height: 32px;
    float: right;
    text-decoration: none;
    padding: 5px 10px 0 8px;
    border-right: 1px solid white;
}

.main-menu li a.selected-menu {
    background-color: white;
	color: #303030;
	box-shadow: 0 10px 3px #ffffff;
}


.main-menu li a.nonselected-menu {
    background-color: #0077b2;
	color: white;
}

.main-menu li a.last-menu {
    border-left: 1px solid white;
}

.main-menu li a:hover {
    background-color: #ECF1F3;
	color: #00537D;
	box-shadow: 0 5px 3px #ECF1F3;
}

/* Main search */
#main-search {
	float: left;
}

#main-search fieldset {
	border: 0;
	padding: 2px 5px;
}

#main-search fieldset input#keywords {
	font-size: 1.6em;
}

#main-search fieldset input#search-submit {
}

/* Main search */
#mainpage-search {
	float: right;
}

#mainpage-search fieldset {
	border: 0;
	padding: 2px 5px;
}

#mainpage-search fieldset input#keywords2 {
	font-size: 1.6em;
}

#mainpage-search fieldset input#search-submit2 {
}

/* Main section */
div#no-menu-section {
	float: right;
}

div#main-section {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	width: 100%;
}

/* Right side menu */
div#right-menu {
	width: 170px;
	right: -170px;
	top: 10px;
	position: absolute;
	float: right;
	padding-bottom: 15px;
}

@media (min-width: 800px) {
	div#right-menu {
		position: relative;
		right: auto;
		top: auto;
		display: inline;
	}
}

/* Useful links */
div#useful-links {
	float: right;
	padding-bottom: 5px;
	width: 100%;
}

ul#useful-links-list {
	margin: 5px 0;
	list-style-type: none;
	line-height: 24px;
}

ul#useful-links-list li a {
	width: 100%;
    float: right;
    text-decoration: none;
    padding: 0 10px 0 3px;
	font-size: 1.0em;
}

ul#useful-links-list li a:hover {
    background-color: #0077b2;
	color: white;
}

/* Manufacturing services */
div#manufacturing-services {
	margin-top: 10px;
	float: right;
	padding-bottom: 5px;
	width: 100%;
}

ul#manufacturing-services-list {
	margin: 5px 0;
	list-style-type: none;
	line-height: 24px;
}

ul#manufacturing-services-list li a {
	width: 100%;
    float: right;
    text-decoration: none;
    padding: 0 10px 0 10px;
	font-size: 1.0em;
}

ul#manufacturing-services-list li a:hover {
    background-color: #0077b2;
	color: white;
}

/* Management menus */
div.management-menus {
	margin: 10px;
	float: right;
	padding-bottom: 5px;
	width: 250px;
}

ul.management-menus-list {
	margin: 5px 0;
	list-style-type: none;
}

ul.management-menus-list li a {
	width: 100%;
    float: right;
    text-decoration: none;
    padding: 0 10px 0 10px;
	font-size: 1.0em;
}

ul.management-menus-list li a:hover {
    background-color: #0077b2;
	color: white;
}

/* Products sections */
div#products-main-sections {
	margin-top: 10px;
	float: right;
	padding-bottom: 5px;
	width: 100%;
}

div#products-sub-sections {
	margin-top: 10px;
	float: right;
	padding-bottom: 5px;
	width: 100%;
}

ul.products-sections {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	list-style-type: none;
	margin: 0;
}

ul.inner-section {
	font-weight: normal;
	line-height: 24px;
	list-style-type: none;
	margin: 0;
}

ul.products-sections li {
	clear: right;
	width: auto;
	overflow: auto;
	color: #105289;
	background-color: #ECF1F3;
}

ul.products-sections li.selected {
    background-color: #0077b2;
	color: white;
}

ul.products-sections li a {
    text-decoration: none;
    padding: 0 10px 0 3px;
	display: block;
	width: auto;
	overflow: auto;
	color: inherit;
	background-color: inherit;
}

ul.products-sections li a:hover {
    background-color: #0077b2;
	color: white;
}


/* Left side menu */
div#left-menu {
	width: 170px;
	left: -170px;
	top: 10px;
	position: absolute;
	float: left;
	padding-bottom: 15px;
}

@media (min-width: 800px) {
	div#left-menu {
		width: 15.625%;
		float: left;
		padding-bottom: 15px;
		position: inherit;
		left: auto;
		top: auto;
	}
}

/* Usefel links (mobile) */
div#useful-links-mobile {
	float: left;
	width: 160px;
	clear: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div#useful-links-mobile ul {
	list-style-type: none;
	margin: 5px 0;
}

div#luseful-links-mobile ul li {
}

div#useful-links-mobile ul li a {
	float: left;
    text-decoration: none;
	width: 100%;
	padding: 0 10px;
}

div#useful-links-mobile ul li a:hover {
    background-color: #0077b2;
	color: white;
}

/* Login menu (mobile) */
div#login-panel {
	float: left;
	width: 160px;
	clear: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

ul#login-menu {
	list-style-type: none;
	margin: 5px 0;
	font-size: 16px;
	line-height: 24px;
}

ul#login-menu li {
}

ul#login-menu li a {
	float: left;
    text-decoration: none;
	width: 100%;
	padding: 0 10px;
}

ul#login-menu li a:hover {
    background-color: #0077b2;
	color: white;
}

/* Login/Register form */
div.login-form {
	display: block;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

/* Form grouping */
.form-group {
	margin-bottom: 10px;
}

.form-group label {
	display: inline-block;
	font-weight: bold;
}

.form-group input[type="text"], .form-group input[type="password"], .form-group input[type="email"] {
	display: block;
	width: 100%;
}

.form-group input:-moz-read-only { /* For Firefox */
    background-color: #EEEEEE;
}

.form-group input:read-only {
    background-color: #EEEEEE;
}

/* Payments list (The user selection) */
ul#payments-list {
	list-style-type: none;
}

ul#payments-list li {
	padding: 5px 0;
}

/* Security marks */
div.security-marks {
	float: left;
	width: 160px;
	height: 88px;
	clear: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

ul.security-marks {
	list-style-type: none;
	margin: 0;
}

ul.security-marks li#geotrust {
	width: 96px;
	height: 46px;
	margin: auto;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: 0px -66px;
}

ul.security-marks li#geotrust a {
	float: left;
	width: 96px;
	height: 46px;
    text-decoration: none;
}

ul.security-marks li#comodo {
	width: 98px;
	height: 59px;
	margin: auto;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -376px -22px;
}

/*
ul.security-marks li#geotrust {
	float: left;
	margin: 5px 20px 0;
}
*/

/* Payments list (The user selection) */
ul#payments-list {
	list-style-type: none;
}

ul#payments-list li {
	padding: 5px 0;
}

/* Payment types */
div.payment-types {
	float: left;
	width: 160px;
	clear: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

ul.payment-types {
	margin: 5px 0;
	list-style-type: none;
}

ul.payment-types li#paypal {
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -102px 0px;
	width: 50px;
	height: 38px;
	margin: auto;
}

ul.payment-types li#credit-cards {
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: 0px 0px;
	width: 100px;
	height: 66px;
	margin: auto;
}

/* Distributnig images */
div.distributing-images {
	float: left;
	width: 160px;
	clear: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

ul.distributing-images {
	margin: 5px 0;
	list-style-type: none;
}

ul.distributing-images li {
	width: 140px;
	margin: auto;
}


/* Global announcement */
div.global-announcement {
	margin-bottom: 10px;
	padding: 10px;
	float:right;
	border: 5px solid white;
	border-radius: 7px;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
	color: #333333;
}

/* Content section */
div.content-section {
	padding: 0 10px 15px 0;
	float:right;
}

div#panels-section {
	padding: 0 10px 15px 0;
	float:right;
}

div.narrow-content {
	width: 100%;
}

div.wide-content {
	width: 100%;
}

div.description-content {
	width: 100%;
}

@media (min-width: 800px) {
	div.narrow-content {
		width: 620px;
	}

	div.wide-content {
		width: 790px;
	}

	div.description-content {
		width: 410px;
	}
}

div.content-section h1 {
	font-size: 2em;
	font-weight: bold;
	clear: right;
	display: inline;
}

div.content-section h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

div.content-section h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}

div.content-section h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	margin: 15px 0 0 0;
}

div.content-section h4 a {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

div.content-section span.catalog-number {
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px 0;
	color: #536482;
	float: right;
	display: block;
	clear: right;
}

div.content-section span.author {
	font-size: 1.2em;
	font-weight: normal;
	float: right;
	display: block;
	clear: right;
}

div.content-section span.date {
	font-size: 1.2em;
	font-weight: normal;
	float: right;
	display: block;
	clear: right;
}

div.content-section div.content {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	color: #333333;
	padding-top: 10px;
	clear: right;
	max-width: 100%;
}

div.content-section div.content p {
	padding-bottom: 14px;
}

div.content-section div.content blockquote.postquote {
	margin-bottom: 14px;
}

div.content-section div.content blockquote.postquote p {
	padding-bottom: unset;
}

div.content-section div.content label.delivery-description {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

div.content-section div.content p.delivery-comment {
	margin-right: 20px;
	font-size: 0.9em;
	font-weight: normal;
}

div.content-section div.content ul, ol {
	margin-right: 2em;
	margin-left: 2em;
	line-height: 22px;
	margin-bottom: 14px;
}

div.content-section div.content ul.type-none {
	list-style-type: none;
}

div.content-section div.content ul li a span.rohs {
	color: green;
	font-weight: bold;
}

div.content-section hr {
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 10px 0;
	display: block;
	clear: both;
}

div.content-section a#section-image {
	float: left;
	display: block;
	padding-right: 10px;
}


div.content-section div.content a:link		{ color: #105289; text-decoration: none; border-bottom: 1px solid #105289; }
div.content-section div.content a:visited	{ color: #105289; text-decoration: none; border-bottom: 1px solid #105289; }
div.content-section div.content a:hover		{ color: #D31141; text-decoration: none; border-bottom: 1px solid #D31141; }
div.content-section div.content a:active	{ color: #368AD2; text-decoration: none; border-bottom: 1px solid #368AD2; }

/* Product description */
div#product-description {
	float: right;
	display: block;
	padding: 0 10px 10px 0;
}

div#product-description .catalog-number {
	font-size: 1.1em;
}

/* Product prices */
div#product-prices {
	width: 160px;
	float: left;
	display: inline-block;
	margin-left: 10px;
}

@media (min-width: 800px) {
	div#product-prices {
		width: 160px;
		float: left;
		display: block;
		margin-left: 0;
	}
}

div#product-prices span.single-price {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 3px 10px 15px 0;
}

div#product-prices span.single-original-price {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
	padding: 3px 10px 0 0;
	text-decoration: line-through;
}

div#product-prices span.single-vat-description {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	padding: 3px 10px 0 0;
}

div#product-prices span.special-order {
	color: red;
	display: block;
	float: right;
	clear: right;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 10px;
}

div#product-prices span.not-in-stock {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 10px;
}

div#product-prices ul#prices {
	margin: 5px 10px;
	font-size: 1.4em;
}

div#product-prices ul#prices li.header {
	font-weight: bold;
	font-size: 0.9em;
}

div#product-prices ul#prices li span.multi-quantity {
	display: block;
	float: right;
	width: 55px;
}

div#product-prices ul#prices li span.multi-price {
	font-weight: bold;
}


div#product-prices div.action {
	text-align: center;
	padding: 5px 10px;
	font-size: 12px;
	display: inline;
	float: right;
}

div#product-prices div.action input.count {
	border: 1px solid #bababa;
	text-align: center;
	padding: 2px;
	margin: 0 0 5px 0px;
	border-radius: 3px;
	width: 78px;
	display: inline;
	direction: ltr;
}

div#product-prices div.action input.button {
	padding: 2px;
	margin: 0 0 5px 0px;
	width: 20px;
	display: inline;
}

div#product-prices div.action input.count-button {
	font-weight: bold;
}

div#product-prices div.action input.add-to-cart-button {
	width: 90%;
	font-size: 14px;
}


/* Product image */
div#product-image {
	width: 200px;
	float: none;
	display: inline-block;
	text-align: center;
	margin: 0 10px 10px 0;
	position: relative;
	font-size: 12px;
}

@media (min-width: 800px) {
	div#product-image {
		width: 200px;
		float: left;
		display: block;
		margin: 0 10px 10px 10px;
		position: relative;
		font-size: 12px;
	}
}

div#product-image a#mainimagelink {
	width: 100%;
	height: 100%;
}

div#product-image a#mainimagelink img {
}

div#product-image ul#thumbs {
	list-style-type: none;
}

div#product-image ul#thumbs li {
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 1px solid #cccccc;
	margin: 3px 2px;
}

div#product-image ul#thumbs li a {
	width: 100%;
	height: 100%;
}

div#product-image div.image-notification {
	font-size: 1.2em;
	font-weight: bold;
	border: 3px solid;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	right: -10px;
	padding: 3px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div#reply-icon {
	float: right;
	width: 96px;
	padding: 10px 0;
}

div#reply-icon a {
	float: right;
	width: 96px;
	height: 25px;
	display: block;
}

div#reply-icon a span {
	background-image: url("../forum/styles/prosilver/imageset/he/button_topic_reply.gif");
	position: absolute;
	width: 96px;
	height: 25px;
	cursor: pointer;
	display: block;
}

div#reply-icon a:hover span {
	background-position: 0 100%;
}

ul#more-news {
	margin: 0;
	list-style-type: none;
}

ul#more-news li {
	padding: 12px 0;
}

/* Share buttons */
ul#share-buttons {
	float: left;
	margin: 5px 10px;
	list-style-type: none;
}

ul#share-buttons li {
}

ul#share-buttons li#fb-share {
	float: left;
	display: inline;
	width: 55px;
	height: 20px;
	margin: 0 10px 0 0;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -377px -0px;
}

ul#share-buttons li#fb-share a {
	width: 55px;
	height: 20px;
	float: left;
    text-decoration: none;
}

ul#share-buttons li#gp-share {
	float: left;
	display: inline;
	width: 56px;
	height: 20px;
	margin: 0 10px 0 0;
	background-image: url(/images/sprites.png);
    background-image: image-set(
        url(/images/sprites.webp) type('image/webp'),
        url(/images/sprites.png) type('image/png'));
	background-position: -433px -0px;
}

ul#share-buttons li#gp-share a {
	width: 56px;
	height: 20px;
	float: left;
    text-decoration: none;
}

/* Footer section */
div#footer-section {
	margin: 10px 0;
	padding-top: 5px;
	padding-bottom: 7px;
	clear: both;
	width: 100%;
	height: 26px;
}

div#copyright {
	margin-top: 5px;
	text-align: center;
	width: 100%;
	font-size: 1.2em;
}

div#footer-filler {
	float: right;
	width: 100%;
	height: 800px;
}

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
	margin-bottom: 14px;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #2E8B57;
	margin: 2px 0;
	direction: ltr;
}

code.inline {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9D2D8;
    color: #2E8B57;
    display: inline;
    font-family: Monaco,'Andale Mono','Courier New',Courier,monospace;
    font-size: 0.9em;
    font-style: normal;
    line-height: 1.3em;
    padding: 0 3px;
}

/* Post quote */
blockquote.postquote {
	font-style: italic;
	background-color: #fff7d9;
	padding-right: 20px;
	border-left: .3em solid #f4e59f;
	padding: .5em .5em .5em .75em;
}

/* PCB table */
table.pcb-table {
	margin: auto;
	font-size: 1.3em;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	float: right;
}

table.pcb-table th {
	color: white;
	background-color: #0077b2;
	padding: 2px 5px;
	border: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
}

table.pcb-table td.header {
	font-weight: bold;
	width: 150px;
}

table.pcb-table td.price {
	font-weight: bold;
	width: 80px;
}

table.pcb-table tr.datarow {
	color: #105289;
	height: 32px;
}

table.pcb-table tr.bg1 {
	background-color: #F6F8F9;
}

table.pcb-table tr.bg2 {
	background-color: #ECF1F3;
}

table.pcb-table tr.datarow td {
	border: 0;
	padding: 3px 7px;
}

table.pcb-table tr.datarow td a {
	font-size: 1.1em;
	color: inherit;
}

table.pcb-table tr.datarow td a:hover {
	color: #D31141;
	text-decoration: none;
}

table.pcb-table input {
	padding: 0;
	margin: 2px 0 0 2px;
	float: right;
	display: block;
}

table.pcb-table label {
	padding: 0;
	margin: 0 0 0 20px;
	font-weight: normal;
	float: right;
	display: block;
}

table.pcb-table span.color_square {
	display: inline-block;
	vertical-align: middle;
	height: 11px;
	width: 11px;
	border-width: 1px;
	border-style: solid;
	float: right;
	margin: 2px 0 0 2px;
}

table.pcb-table span.green {
	border-color: #008000;
	background: #008000;
}

table.pcb-table span.red {
	border-color: #FF0000;
	background: #FF0000;
}

table.pcb-table span.blue {
	border-color: #0000FF;
	background: #0000FF;
}

table.pcb-table span.yellow {
	border-color: #000000;
	background: #FFFF00;
}

table.pcb-table span.white {
	border-color: #000000;
	background: #FFFFFF;
}

table.pcb-table span.black {
	border-color: #000000;
	background: #000000;
}

div#pcb-error {
	margin-bottom: 10px;
	padding: 10px;
	float:right;
	border: 5px solid red;
	border-radius: 7px;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
	color: #333333;
}

/* Tips */
#left-tips {
	float: left;
	width: 200px;
	position: absolute;
	left: -210px;
	top: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#right-tips {
	float: right;
	width: 200px;
	position: absolute;
	right: -210px;
	top: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.panel-box-content {
	padding: 0 10px 15px 10px;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
	color: #333333;
	clear: right;
	max-width: 100%;
}

.tip-entry {
	opacity: 0;
	margin-bottom: 10px;

	animation-name: tips-animation;
    -webkit-animation-name: tips-animation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.tip-exit {
    animation-name: tips-animation;
    -webkit-animation-name: tips-animation;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-direction: reverse;
	-webkit-animation-direction: reverse
}

@keyframes tips-animation {
    from {opacity: 0;}
    to {opacity: 1;}
}


/* Progress bar */
.progressbar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.progressbar .state_o {
	height: 30px;
	width: 30px;
	background-color: white;
	border-radius: 50%;
	border: 3px solid;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.progressbar .state_i {
   position: absolute;
   border-radius: 50%;
   height: 16px;
   width: 16px;
   top: 50%;
   left: 50%;
   margin: -8px 0px 0px -8px;
}

.progressbar .state_o.complete {
   border-color: #387CA3;
}

.progressbar .state_o.current {
   border-color: #cccccc;
}

.progressbar .state_o.future {
   border-color: #cccccc;
}

.progressbar .state_i.complete {
   background: #387CA3;
}

.progressbar .state_i.current {
   background: #387CA3;
}

.progressbar .state_i.future {
}

.progressbar .spacer {
	height: 3px;
	width: 50px;
	background-color: #387CA3;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -3px;
}

.progressbar .arrow {
	border: solid #387CA3;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	position: relative;
	right: -3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.progressbar .spacer.complete {
   background: #387CA3;
}

.progressbar .spacer.current {
   background: #387CA3;
}

.progressbar .spacer.future {
   background: #cccccc;
}

.progressbar .arrow.complete {
   border-color: #387CA3;
}

.progressbar .arrow.current {
   border-color: #387CA3;
}

.progressbar .arrow.future {
   border-color: #cccccc;
}

.progressbar .description {
	width: 100px;
	display: inline-block;
	position: relative;
	top: -24px;
	right: -41px;
	font-size: 14px;
	text-align: center;
}

/* Modal windows */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	margin-left: 20px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

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

ul.customers-list li {
	padding: 5px;
}

.customer-name {
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 5px;
}

.customer-data {
}

.sale {
	color: #EE0000;
	border-color: #EE0000;
}

.discount {
	color: green;
	border-color: green;
}


/* Section filters */
#section-filter-list {
	float: right;
	display: block;
	width: 100%;
	list-style-type: none;
	margin: 0;
}

#section-filter-list .list-entry {
	float: right;
	display: inline;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	font-size: 10px;
	width: 250px;
}

#section-filter-list .list-entry label {
	font-size: 1.3em;
}

#section-filter-list .list-entry select {
	width: 95%;
	margin-right: 5px;
}

#section-filter-list .list-entry input {
	width: 95%;
	margin-right: 5px;
}
