/**
 * CSS(c)phpDreamstore	
 * Version 1.0
 */

/* General ========================================================================== */

/* oxygen-300 - latin */
@font-face {
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/oxygen-v7-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Oxygen Light'), local('Oxygen-Light'),
		url('../fonts/oxygen-v7-latin-300.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-v7-latin-300.woff2') format('woff2'),
		/* Super Modern Browsers */
       url('../fonts/oxygen-v7-latin-300.woff') format('woff'),
		/* Modern Browsers */
       url('../fonts/oxygen-v7-latin-300.ttf') format('truetype'),
		url('../fonts/oxygen-v7-latin-300.svg#Oxygen') format('svg');
	/* Legacy iOS */
}

/* oxygen-regular - latin */
@font-face {
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/oxygen-v7-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Oxygen Regular'), local('Oxygen-Regular'),
		url('../fonts/oxygen-v7-latin-regular.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-v7-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
       url('../fonts/oxygen-v7-latin-regular.woff') format('woff'),
		/* Modern Browsers */
       url('../fonts/oxygen-v7-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
       url('../fonts/oxygen-v7-latin-regular.svg#Oxygen') format('svg');
	/* Legacy iOS */
}

/* oxygen-700 - latin */
@font-face {
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/oxygen-v7-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Oxygen Bold'), local('Oxygen-Bold'),
		url('../fonts/oxygen-v7-latin-700.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oxygen-v7-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
       url('../fonts/oxygen-v7-latin-700.woff') format('woff'),
		/* Modern Browsers */
       url('../fonts/oxygen-v7-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
       url('../fonts/oxygen-v7-latin-700.svg#Oxygen') format('svg');
	/* Legacy iOS */
}

body {
	font-family: 'Oxygen', Arial, sans-serif;
	line-height: normal;
	background-image: url(../files/system/background.jpg);
	height: 101%;
	background-attachment: fixed;
}

html {
	height: 101%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}

p, ul, ol {
	line-height: normal;
}

.button {
	font-family: 'Oxygen', Arial, sans-serif;
}

.fieldset {
	background-color: white;
	border-radius: 6px;
	box-shadow: 5px 5px 5px #888;
	border-radius: 6px;
}

.callout {
	padding: .5rem;
}

#payment table td, #shipping-data table td, #country-data table td,
	#systemparams table td, #soap-abbo table td {
	padding: .1rem .1rem .1rem .6rem;
	font-size: .8rem;
}

/* Layout ========================================================================== */
#header, #content, #footer {
	background-color: white;
}

#content {
	padding-bottom: 20px;
}

.footerbox {
	padding-right: 5%;
}

.footerbox ul {
	margin-left: 0px;
	list-style: none;
}

#footerbrands img {
	width: 90px;
}

#footerpayments {
	padding-top: 10px;
	margin-bottom: 10px;
}

.footerpayments {
	margin-right: 5px;
}

#copyrights {
	padding-top: 10px;
	text-align: center;
	font-size: .8rem;
}

/* Header ========================================================================== */
#banner {
	height: 120px;
	background-color: #2f57ad;
	position: relative;
	background-image: url("/files/system/banner.png");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center;
}

#login, #logged {
	margin-top: 5px;
	float: right;
	cursor: pointer;
}

#login-form {
	position: absolute;
	margin: 0px auto;
	padding: 20px;
	background-color: white;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	left: 0px;
	right: 0px;
	display: none;
	z-index: 999;
}

#loginfail {
	height: 45px;
	margin: 5px 0px 0px 0px;
	padding: 2px;
	color: #cd5c5c;
	display: none;
}

#header-basket {
	margin-top: 5px;
	float: right;
	cursor: pointer;
}

.header-basket-items {
	position: absolute;
	margin-left: 3px;
}

.header-basket-items a {
	color: white;
}

/* Basket float ========================================================================== */
#basket-float {
	position: absolute;
	margin: 0px auto;
	left: 0;
	right: 0;
	top: 50%;
	display: none;
	z-index: 3;
}

#basket-float-heading {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.basket-float-item {
	float: left;
}

.basket-float-image {
	margin: 10px;
	float: left;
}

.basket-float-details {
	margin-bottom: 10px;
	float: right;
}

#basket-float-actions {
	clear: both;
}

.basket-float-continue {
	float: left;
}

.basket-float-basket {
	float: right;
}

/* Search ========================================================================== */
#searchfield, #wawisearch, #orderlistsearch, #newslettersearch {
	padding-left: 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-box-shadow: 0px 5px 5px #888;
	-webkit-box-shadow: 0px 5px 5px #888;
	box-shadow: 0px 5px 5px #888;
	font-family: 'Oxygen', Arial, sans-serif;
	background-image: url("/assets/searchicon.png");
	background-repeat: no-repeat;
	background-position: right;
	color: #c8bfbf;
}

#wawisearch, #orderlistsearch, #newslettersearch {
	background-image: none;
}

/* Navigation ========================================================================== */
#navigation {
	font-size: .9rem;
	padding: 5px;
}

.navigation1, .navigation1-active, .home {
	padding: 5px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
}

.navigation1-active {
	background-color: #c0c0c0;
}

.home {
	padding: 3px;
}

/* Sidebar ========================================================================== */
.sidebarbox {
	margin-top: 10px;
	margin-bottom: 10px;
}

.staff-image {
	width: 60px !important;
	border-radius: 30px;
	margin-right: 5px;
}

#staff-member {
	font-size: .9rem;
	margin-top: 15px;
}

#staff-member-groups {
	font-size: .9rem;
	max-height: 200px;
	margin-top: 5px;
}

.staff-person-group {
	font-size: .8rem;
}

#staff-member p {
	font-size: .8rem;
	font-weight: bold;
}

#staff-member img, #staff-member-groups img {
	width: 60px;
	border-radius: 30px;
	margin-right: 5px;
}

.staff-member {
	padding: 5px;
}

#sidebarbox callout {
	font-size: .8rem;
}

#sidebar ul {
	margin: 0px;
}

#sidebar li {
	list-style-type: none;
	list-style-position: outside;
}

#sidebarbox-static ul {
	padding: 10px;
}

#sidebarbox-static li {
	list-style-type: none;
	margin-left: -10px;
}

/* Sorter ========================================================================== */
.sorter, .items-per-page {
	height: 30px;
	margin: 10px 3px 0px 3px;
	float: left;
}

.sorter select, .items-per-page select {
	width: 200px;
	height: 2rem;
	padding-top: 6px;
	font-size: 12px;
}
/* Pathfinder (Breadcrumb) ============================================================ */
#pathfinder {
	font-size: .8rem;
	margin-bottom: 10px;
}

/* Page + Blog ========================================================================== */
#page h1, #blog h1 {
	font-size: 2rem;
}

#page h2, #blog h2 {
	font-size: 1.8rem;
}

#page h3, #blog h3 {
	font-size: 1.6rem;
}

#page h4, #blog h4 {
	font-size: 1.4rem;
}

#page h5, #blog h5 {
	font-size: 1.2rem;
}

#page h6, #blog h6 {
	font-size: 1rem;
}

.blog p {
	margin: 0px;
}

#e-link {
	display: none;
}

.blog-editor-icon {
	position: absolute;
	width: 20px;
	cursor: pointer;
	margin: 10px;
}

/* Groups ========================================================================== */
#grouplist {
	margin-bottom: 10px;
}

.groupbox {
	width: 130px;
	height: 180px;
	margin: 6px;
	padding: 3px;
	border: 1px solid #a5a5a5;
	overflow: hidden;
	float: left;
}

.groupbox:HOVER {
	border: 1px solid #248a25;
}

.groupboximage {
	width: 130px;
	height: 110px;
	text-align: center;
	float: left;
}

.groupbox img {
	width: 100px;
	height: 100px;
}

.groupbox img:HOVER {
	width: 110px;
	height: 110px;
}

.groupboxtitle {
	font-size: .7rem;
	text-align: center;
	padding-right: 5px;
}

#grouplist-manufacturer {
	margin-bottom: 10px;
}

#grouplist-stat {
	margin: 20px;
}

/* Listing ========================================================================== */
.itemlist-navi {
	font-size: .8rem;
}

.itemlist-stat {
	margin: 13px 0px 0px 10px;
	float: left;
}

/* Grid listing ========================================================================== */
.itembox-grid {
	width: 200px;
	margin: 3px;
	padding: 10px;
	border: 1px solid #c1c1c1;
	float: left;
}

.itembox-grid:HOVER {
	border: 1px solid #929292;
}

.itemlist-pageviews-grid {
	position: absolute;
	margin: 250px 0px 0px 130px;
	color: #e9e9e9;
	font-size: 1.5rem;
}

.itembox-grid-visability {
	position: absolute;
	width: 20px;
	height: 20px;
}

.itembox-grid-visability img {
	width: 20px !important;
	height: 20px !important;
}

.itembox-grid-image {
	text-align: center;
}

.itembox-grid img {
	width: 100px;
	height: 100px;
}

.itembox-grid-title {
	font-size: .8rem;
	height: 50px;
	margin-bottom: 3px;
	overflow: hidden;
}

.itembox-grid-text {
	height: 105px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #6f6f6f;
	overflow: hidden;
}

.itembox-grid-price {
	color: #2f57ad;
	margin-top: 3px;
	clear: both;
	float: left;
}

.itembox-grid-delivery {
	float: left;
}

.itembox-grid-video {
	width: 60px;
	text-align: right;
	margin-top: -15px;
	float: right;
}

.itembox-grid-video img {
	width: 36px;
	height: 36px;
}

.itembox-grid-detail {
	height: 30px;
	float: right;
}

.itembox-grid-detail img {
	max-width: 100px;
	max-height: 20px;
	padding-top: 2px;
}

.button.detail {
	font-size: .6rem;
}

.offer-rubber-grid {
	position: absolute;
	margin-top: 200px;
	margin-left: 100px;
}

.offer-rubber-grid img {
	width: 60px;
	height: 60px;
}

/* List listing ========================================================================== */
.itembox-list {
	width: 100%;
	height: 110px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #c1c1c1;
	float: left;
}

.itembox-list-visability {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: -5px 0px 0px 0px;
}

.itembox-list-visability img {
	width: 20px !important;
	height: 20px !important;
}

.itembox-list-image {
	width: 110px;
	height: 110px;
	text-align: center;
	float: left;
}

.itembox-list img {
	width: 100px;
}

#itemlist-list {
	margin: 10px 19px 0px 0px;
	border: 1px solid #bbbbbb;
	float: right;
}

.itemlist-pageviews-list {
	position: absolute;
	margin: 30px 0px 0px 750px;
	color: #e9e9e9;
	font-size: 1.5rem;
}

#itemlist-visability-switch {
	margin: 13px 0px 0px 10px;
	float: left;
}

#itemlist-list a {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../assets/grid-list.png);
	background-repeat: no-repeat;
	background-position: -1px 5%;
	display: block;
}

#itemlist-grid a:HOVER {
	background-position: -1px 90%;
}

.itembox-list:HOVER {
	border: 1px solid #929292;
}

.itembox-list-title {
	
}

.itembox-list-text {
	height: 50px;
	font-size: 11px;
	color: #6f6f6f;
}

.itembox-list-price {
	margin-right: 30px;
	color: #2F57AD;
	float: left;
}

.itembox-list-delivery {
	margin-top: -2px;
	float: left;
}

.itembox-list-delivery img {
	width: 30px;
	height: 20px;
}

.itembox-list-detail {
	width: 105px;
	height: 30px;
	float: right;
}

.itembox-list-detail img {
	max-width: 100px;
	max-height: 20px;
	padding-top: 2px;
}

.offer-rubber-list {
	position: absolute;
	margin-left: 580px;
}

.offer-rubber-list img {
	width: 60px;
	height: 60px;
}

/* List editor ========================================================================== */
#itemlist-edit-on, #itemlist-edit-off {
	margin: 10px 0px 0px 10px;
	border: 1px solid #bbbbbb;
	background-color: #ccf0cd;
	float: left;
}

#itemlist-edit-off {
	background-color: #f1f1f1;
}

#itemlist-edit-on a, #itemlist-edit-off a {
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(../assets/edit-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#itemlist-edit-on:HOVER, #itemlist-edit-off:HOVER {
	background-color: #f9f9f9;
}

#itemlist-edit-admin {
	margin-top: -35px;
	margin-right: 200px;
	float: right;
}

#itemlist-edit-admin button {
	cursor: pointer;
}

#itemlist-grid {
	margin: 10px 19px 0px 0px;
	border: 1px solid #bbbbbb;
	float: right;
}

#itemlist-grid a {
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(../assets/grid-list.png);
	background-repeat: no-repeat;
	background-position: -33px 5%;
}

#itemlist-list a:HOVER {
	background-position: -33px 90%;
}

#itemlist-grid a:HOVER {
	background-position: -1px 90%;
}

.itembox-list-edit {
	background-color: #eaeaef;
	padding-top: 10px;
	border: 1px solid #cfc1c1;
	border-top: none;
}

.itembox-list-edit input, .itembox-list-edit select {
	font-size: .8rem;
	height: 35px;
	text-align: right;
}

.itembox-list-edit select {
	text-align: left;
}

.itembox-list-edit input[type="checkbox"] {
	width: 50px;
	height: 50px;
	margin: 0px;
}

.itembox-list-edit-field {
	width: 90px;
	font-size: .8rem;
	margin-right: 5px;
	float: left;
}

/* Pager ========================================================================== */
#pager, #pager-bottom {
	margin: 10px 20px 0px 10px;
	float: right;
}

.pager-first, .pager-previous, .pager-next, .pager-last {
	background: url(../assets/first-horizontal.png) no-repeat;
	background-position: 0px 0%;
	width: 20px;
	height: 26px;
	float: left;
}

.pager-current {
	width: 40px;
	height: 30px;
	margin-right: 3px;
	padding: 5px 0px 0px 0px;
	border: 1px solid #e1e1e1;
	text-align: center;
	float: left;
}

.pager-previous {
	background: url(../assets/prev-horizontal.png) no-repeat;
}

.pager-next {
	background: url(../assets/next-horizontal.png) no-repeat;
}

.pager-last {
	background: url(../assets/last-horizontal.png) no-repeat;
}

.pager-first:HOVER, .pager-last:HOVER {
	background-position: -96px 0%;
}

.pager-previous:HOVER {
	background-position: -63px 0%;
}

.pager-next:HOVER {
	background-position: -64px 0%;
}

/* Memorylist ========================================================================== */
#memobox {
	margin-top: 80px;
	margin-left: 180px;
}

#memo {
	position: fixed;
	background-color: #e32626;
	border: 1px solid red;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
	color: white;
	padding: 5px;
}

.memo-add {
	width: 25px;
	height: 20px;
	margin-top: 5px;
	margin-left: 5px;
	background-image: url("/assets/memo.png");
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}

.memo-remove {
	width: 25px;
	height: 20px;
	margin-top: 5px;
	margin-left: 5px;
	background-image: url("/assets/erase.png");
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 5px;
	background-image: url("/assets/erase.png");
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}

#item .memo-add, #item .memo-remove {
	float: right;
}

.memo-add:HOVER {
	background-image: url("/assets/memo-hover.png");
}

.memo-remove:HOVER {
	background-image: url("/assets/memo-remove-hover.png");
}

#memo-actions ul, #memo-images ul, #memo-item-actions {
	font-size: .9rem;
}

#memo-actions, #memo-images li, #memo-item-actions li {
	cursor: pointer;
}

/* XHR ========================================================================== */
#xhr-search-data, #xhr-wawi-data {
	position: absolute;
	top: 120px;
	padding: 10px;
	background-color: #fefefe;
	font-size: .9rem;
	display: none;
	z-index: 999999;
	font-size: .9rem;
}

#xhr-wawi-data {
	top: 140px;
}

#xhr-search-close {
	background-color: #1779ba;
	color: white;
	height: 45px;
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 2px;
}

#xhr-search-data img {
	margin-right: 3px;
}

#xhr-search-items, #xhr-search-groups, #xhr-search-brands {
	border-radius: 3px;
}

#xhr-search-price-range {
	padding: 10px;
}

.xhr-range-input {
	color: #2f57ad;
	border: none;
	background-color: white;
	width: 205px;
	height: 41px;
	float: left;
}

#reset-price-range {
	margin-left: 5px;
}

.xhr-search-item {
	border: 1px solid #d5c9c9;
	margin-bottom: 3px;
	padding: 5px;
	float: left;
	width: 100%;
}

.xhr-search-qty {
	width: 30px;
	padding: 3px;
	background-color: #808080cc;
	color: white;
	text-align: center;
	border-radius: 3px;
	float: right;
}

#xhr-search-brands {
	width: 100%;
	border: 1px solid #d5c9c9;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 5px;
	min-height: 120px;
	border: 1px solid #d5c9c9;
	overflow: auto;
}

#xhr-search-brands img {
	width: 140px;
	border: 1px solid #d5c9c9;
	border-radius: 3px;
	padding: 3px;
	margin-bottom: 5px;
}

.xhr-search-brands, .xhr-search-image {
	float: left;
}

.xhr-search-image {
	max-width: 30px;
	margin-right: 10px;
}

.xhr-search-item-price {
	font-size: .8rem;
}

#xhr-search-close img {
	float: right;
	cursor: pointer;
}

#xhr-webservice-search {
	font-size: .9rem;
}

#xhr-webservice-search img {
	width: 50px;
	margin-right: 15px;
}

.xhr-search-ws-compare {
	position: absolute;
	width: 15px;
	margin: 2px;
	cursor: pointer;
}

/* XHR Item ==================================================================== */
#xhr-price {
	margin-bottom: 10px;	
	display: none;
}

#xhr-price table thead th {
	font-size: .8rem;
	text-align: center;
}

.xhr-price, .xhr-price-calc, .xhr-price-street, .xhr-price-differ,
	.xhr-price-sync, .xhr-price-disc, .xhr-price-id {
	color: white;
	background-color: #2bbc38;
	text-align: center;
}

.xhr-price-differ {
	background-color: #ff6f6f;
}

.xhr-price-calc {
	background-color: #6495ed;
}

.xhr-price-sync {
	background-color: #fff;
	cursor: pointer;
}

.xhr-price-id {
	background-color: #6495ed;
}

.xhr-price-sync a {
	color: white;
}

.xhr-price-type {
	color: black;
	background-color: #e0ce83;
	text-align: center;
}

.xhr-price-disc {
	color: black;
	background-color: #dfe6d3;
}

/* Angebot ========================================================================= */
.offer {
	width: 140px;
	height: 240px;
	padding: 5px;
	border: 1px solid #c1c1c1;
	margin: 5px;
	float: left;
}

.offer-teaser {
	color: white;
	background-color: #2f57ad;
	border-radius: 3px;
	text-align: center;
	padding: 5px;
}

.offer-title {
	height: 50px;
	font-size: .8rem;
	text-align: center;
	overflow: hidden;
}

.offer-image {
	text-align: center;
}

.offer-price {
	text-align: right;
}

.offer-price img {
	width: 50px;
	margin-top: -3px;
	margin-left: -3px;
	float: left;
}

/* Item ========================================================================== */
#item h1 {
	font-family: 'Oxygen', Arial, sans-serif;
}

#item-copy {
	border: 5px dashed red;
	padding-top: 5px;
}

#item-data {
	margin-top: 0px;
	float: left;
}

#item-right-column {
	max-height: 200px;
}

#item-image {
	text-align: center;
	margin-bottom: 15px;
}

.item-request-price {
	border: 1px solid #4b4b4d38;
	border-radius: 3px;
	background-color: #d6f3d0;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#item-subdata {
	padding-top: 10px;
	border-radius: 6px;
	border: 1px solid #f9f9f9;
	border-radius: 6px;
}

#item-subdata table {
	margin-bottom: 0rem;
}

#item-subdata table tr:nth-of-type(even) {
	background-color: transparent !important;
}

#item-subdata td {
	padding: 0.15rem;
}

.thumbnail {
	margin-left: 5px;
	padding: 5px;
	width: 100px;
	height: 100px;
	border-radius: 2px;
	float: left;
}

.delete-image {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-left: -30px;
	cursor: pointer;
}

#item-title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7rem;
	color: #2f57ad;
}

#item-subtitle {
	font-size: 1.3rem;
	font-weight: bold;
	color: #2f57ad;
}

#item-ids {
	
}

#item-price-uvp {
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	color: #818181;
}

#item-price {
	font-size: 2.5rem;
	font-weight: bold;
	color: #2F57AD;
}

#item-price-info {
	color: gray;
}

#item-delivery-time {
	margin-right: 10px;
	float: left;
}

#item-delivery-time img {
	width: 30px;
}

#item-delivery-time-message {
	margin-left: 20px;
}

#basket-button {
	width: 90%;
	height: 41px;
}

.item-buy-qty {
	width: 35px;
	height: 41px;
	margin-right: 5px;
	text-align: center;
	float: left;
}

#item-description, #item-tech, #item-downloads, #item-videos,
	#item-ratings, #item-reviews, #item-thoughts, #item-faqs {
	padding-top: 10px;
	padding-bottom: 10px;
}

#item-features li, #item-tech li, #item-downloads li, #item-reviews li,
	#item-thoughts li, #item-faqs li {
	list-style: url(../assets/tick_green.png);
}

#itemLinks ul {
	list-style: none;
}

#item-sold-out {
	position: absolute;
	margin-top: -50px;
}

#item-brand-logo {
	margin: 20px 0px 0px 0px;
}

#item-action-strip {
	height: 50px;
	border-bottom: 1px dashed #efe7e7;
}

#item-action-strip-agenda {
	float: left;
}

#item-stat {
	float: left;
}

#xhr-item-stat {
	color: #d1d1d1;
	background-color: #f8f8f8;
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	padding: 10px;
	font-size: 24px;
	display: none;
}

.item-prop-box {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	padding: 8px;
	text-align: center;
	border: 1px solid #efefef;
	color: #959595;
	cursor: help;
	float: left;
}

#tabs {
	font-family: 'Oxygen', Arial, sans-serif;
	font-size: 14px;
	border: none;
	clear: both;
}

.ui-tabs .ui-tabs-nav {
	background: none;
	background-color: White;
	border: none;
	padding: 0px;
}

.ui-tabs .ui-tabs-panel {
	background-color: White;
	padding: 0px;
}

.item-weight {
	height: 204px;
	width: 204px;
	margin-top: 50px;
	margin-bottom: 20px;
	background-image: url(../assets/weight.png);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
}

.item-weight1 {
	font-size: 16px;
	color: white;
	padding: 110px 0px 0px 0px;
}

.item-dimensions {
	height: 204px;
	width: 204px;
	margin-top: 50px;
	margin-bottom: 20px;
	background-image: url(../assets/dimensions.png);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
}

.item-dimensions1 {
	font-size: 16px;
	color: white;
	padding: 110px 0px 0px 0px;
}

#item-last-change {
	font-size: .8rem;
	color: #a4a4a4;
}

#item-submit-url {
	margin-top: -5px;
	margin-bottom: 10px;
}

.submit-url {
	display: none;
}

/* Item admin ========================================================================== */
#item-delivery-date {
	position: absolute;
	width: 242px;
	margin-top: 160px;
	padding: 10px;
	background-color: #6495ed;
	border: 1px solid #308d58;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: none;
	z-index: 9;
	margin-top: 160px;
}

#item-edit-open-button, #item-edit-save-button {
	width: 120px;
	color: white;
	background-color: #cd5c5c;
	float: right;
}

#item-edit-open-button:HOVER, #item-edit-save-button:HOVER {
	background-color: #75bc19;
}

#item-action-button {
	width: 120px;
	margin-right: 3px;
	color: white;
	background-color: #6495ed;
	float: right;
}

#item-action-button:HOVER {
	background-color: #7ca6ef;
}

#admin-item-edit {
	display: none;
}

.admin-item-edit {
	width: 100%;
	margin: 25px 0px 5px 0px;
	padding-left: 5px;
	background-color: #f3f3f3;
	border: 1px solid #9f9f9f;
	float: left;
}

.admin-item-edit-tab {
	width: 160px;
	height: 35px;
	color: white;
	background-color: #5f92ed;
	margin: -20px 0px 10px 0px;
	padding-top: 6px;
	text-align: center;
	border-radius: 2px;
}

}
.admin-item-edit-title {
	width: 299px;
	height: 60px;
	padding: 3px;
	margin: 4px 0px 0px 1px;
	border: 1px solid #f5f5f5;
	float: left;
}

.admin-item-edit-title input {
	width: 99%;
}

.editbox {
	width: 90px;
	padding: 3px;
	margin: 4px 0px 0px 2px;
	text-align: center;
	border: 1px solid #f5f5f5;
	float: left;
}

.admin-item-edit-text {
	padding: 3px;
	margin: 4px 0px 0px 1px;
	border: 1px solid #f5f5f5;
	float: left;
}

.admin-item-edit-wd {
	padding: 3px;
	margin: 4px 0px 0px 1px;
	float: left;
}

.admin-item-edit-wd input {
	width: 100px;
}

.admin-item-edit select {
	
}

select#Cat1ID, select#Cat2ID, select#Cat3ID {
	width: 300px;
	margin: 10px 0px 10px 5px;
}

#admin-item-actions-area {
	float: right;
}

#admin-item-actions {
	position: absolute;
	width: 243px;
	margin: 40px 0px 0px 0px;
	padding: 5px 0px 0px 20px;
	color: white;
	background-color: #6495ed;
	border: 1px solid #6495ed;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 14px;
	z-index: 5;
	display: none;
	z-index: 5;
}

}
#admin-item-actions ol {
	list-style-position: inside;
}

#admin-item-actions a {
	color: #eaeaea;
}

#admin-item-actions a:HOVER {
	color: white;
}

/* Warenkorb ========================================================================== */
#checkout-gate {
	margin: 15px;
	display: none;
}

#order-form, #orderform-accept {
	padding: 20px;
}

#orderform-accept {
	margin-top: -30px;
}

#orderform-submit {
	text-align: center;
}

#basket-items {
	margin-left: -10px;
}

#basket-items fieldset {
	min-height: 370px;
}

.basket-item {
	width: 250px;
	padding: 10px;
	float: left;
}

.basket-item-title {
	height: 80px;
}

.basket-item select {
	width: 60px;
	margin-top: 10px;
}

.basket-remove {
	float: right;
}

/* Checkout ========================================================================== */
#XHRAGB, #XHRWB, #XHRDS {
	cursor: pointer;
	color: red;
}

#orderform-company-data, #delivery-adress {
	display: none;
}

#loginfail-checkout {
	color: red;
	margin-bottom: 10px;
}

/* XHR Page ========================================================================== */
#xhr-page {
	overflow: scroll;
	display: none;
}

.xhr-page-checkout {
	width: 95%;
	height: 160px;
	margin: 0px 0px 20px 35px;
	padding: 25px;
	border: 3px dashed red;
	background-color: white;
}

.xhr-page-close {
	cursor: pointer;
}

/* Wawi ========================================================================== */
#wawi, #wawi-sold-items, #sales {
	font-size: .9rem;
}

#submenue {
	padding: 5px;
	float: right;
	cursor: pointer;
	float: right;
}

#edit-menue {
	margin-top: 10px;
}

.edit-menue {
	margin-top: 10px;
}

#shopping li {
	cursor: pointer;
}

#tasks table {
	font-size: .8rem;
}

#tools {
	padding: 15px;
	min-height: 450px;
	float: left;
}

#wawi-time-period {
	margin-left: 30px;
	float: left;
}

#wawi-datepicker {
	margin: 0px 10px 0px 10px;
	float: left;
}

.wawi-datepicker {
	width: 75px;
	height: 30px;
	margin-right: 5px;
	font-size: .7rem;
	float: left;
}

#payment input, #shipping-data input, #country-data input, #systemparams input
	{
	height: 2rem;
	margin: .1rem 0rem .1rem 0rem;
	font-size: .8rem;
}

#systemparams input {
	/* height: 1.8rem; */
	margin: .1rem 0rem .1rem 0rem;
	/* padding: 3px; */
	font-size: .8rem;
}

#systemparams select {
	/* height: 1.8rem; */
	margin: .1rem 0rem .1rem 0rem;
	/* padding: 0px; */
	font-size: .8rem;
}

/* Webservice ========================================================================== */
#webservice table {
	font-size: .9rem;
}

#webservice table tr:nth-of-type(even), #webservice table tr:nth-of-type(odd)
	{
	background-color: transparent !important;
}

#webservice tr {
	border-bottom: 1px solid #E9E0E0;
}

#webservice td {
	border: 1px solid #0707081a;
	padding: .2rem .625rem .2rem;
}

#webservice-data-sync, #webservice-compare, #webservice-abbo {
	display: none;
}

#webservice-browser {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
}

#webservice-next-manufacturer {
	float: right;
}

#webservice-previous-manufacturer {
	float: left;
}

.webservice-price-local-effective {
	color: #32ab19;
}

.webservice-price, .webservice-percent {
	color: #32ab19;
}

.webservice-price-differ, .webservice-percent-differ {
	color: red;
}

.webservice-price-ref {
	color: #1aa534;
}

.webservice-price-ref-inactive {
	color: #ded4c8;
}

.webservice-price-ref-differ {
	color: #ff8c00;
}

.webservice-price-ref-differ-higher {
	color: #ff8c00;
	text-decoration: underline;
}

.webservice-street {
	width: 10px;
	height: 15px;
	background-color: #d6f1e2;
	border: 1px solid #848484;
}

.webservice-mpc {
	width: 10px;
	height: 15px;
	background-color: #ffd0d0;
	border: 1px solid #848484;
}

.webservice-price-request {
	width: 10px;
	height: 15px;
	background-color: #efecec;
	border: 1px solid #848484;
}

.webservice-stock-dist {
	width: 10px;
	height: 15px;
	background-color: #feff00;
	border: 1px solid #848484;
}

.webservice-stock-foreign {
	width: 10px;
	height: 15px;
	background-color: orange;
	border: 1px solid #848484;
}

.webservice-stock-qty {
	width: 10px;
	height: 15px;
	background-color: #129212;
	border: 1px solid #848484;
}

.webservice-submit-url {
	cursor: pointer;
}

#loader img, #transfer-process img {
	width: 100px;
}

.abbogroup {
	float: left;
	border: 1px solid #e3d6d650;
	padding: 5px;
	margin: 3px;	
	width: 180px;
}

/* Order ========================================================================== */
#customer-orderview ul {
	list-style: none;
	padding: 0px;
}

/* Order Edit TODO!!!!!!!!!!!!!!!!!!!!!!!=========================================== */
#order-edit-button {
	background-image: url("/assets/edit-icon.png");
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	float: right;
	cursor: pointer;
}

#confirmation-invoice-adress input, #confirmation-delivery-adress input
	{
	border: none;
}

#confirmation-summary input, #change-single-item-form input {
	width: 160px;
	text-align: right;
	border: none;
}

#confirmation-shipping select {
	width: 150px;
	background: none;
	border: none;
}

#confirmation-shipping input {
	width: 150px;
	border: none;
}

.order-edit-submit {
	background-image: url(../assets/bullet_trans.png);
	background-repeat: no-repeat;
	background-color: white;
	width: 20px;
	margin: 3px;
	cursor: pointer;
	border: none;
}

/* Newsletter ========================================================================== */
#newsletters-icon, #newsletter-members-icon, #newsletterlists-icon,
	#newsletter-add-member-icon, #newsletter-save-list-icon,
	#newsletter-logs-icon, #newsletters-autocreate-icon,
	#newsletter-clear-list-icon {
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	float: left;
	height: 48px;
}

#newsletters-icon {
	background-image: url(../assets/newsletters.png);
}

#newsletters-autocreate-icon {
	background-image: url(../assets/newsleter-autocreate.png);
}

#newsletter-members-icon {
	background-image: url(../assets/members_edit.png);
}

#newsletterlists-icon {
	background-image: url(../assets/newsletterlists.png);
}

#newsletter-add-member-icon {
	background-image: url(../assets/member_add.png);
}

#newsletter-clear-list-icon {
	background-image: url(../assets/delete_newsletterlist.png);
}

#newsletter-save-list-icon {
	background-image: url(../assets/newsletter_save_list.png);
}

#newsletter-logs-icon {
	background-image: url(../assets/logs_newsletter.png);
}

#newsletter-reciever-filter, #newsletterlist {
	display: none;
}

#newsletter-reciever-filter ul, #newsletterlist ul {
	list-style: none;
}

#newsletter-search-data, #newsletter-selected {
	display: none;
}

/* Statistic ========================================================================== */
#statistic table td {
	padding: .6rem .6rem .6rem .6rem;
	font-size: .8rem;
}

#simple-stat {
	color: #dbdbdb;
	font-size: 16px;
	padding: 5px;
	margin-right: 10px;
}

#stat-chart1, #stat-chart2, #stat-chart3 {
	margin-top: 20px;
}

/* Reference prices ========================================================================== */
#ref-price {
	font-size: .9rem;
}

#ref-price-data {
	cursor: pointer;
}

/* Rating ========================================================================== */
#rating {
	padding: 15px;
	clear: both;
	float: left;
	margin-bottom: 10px;
}

.rating-all, .rating-template {
	margin-bottom: 15px;
}

#rating-form textarea {
	height: 200px;
	padding: 5px;
	border: 1px solid #cccccc;
	resize: vertical;
}

#item-stars {
	height: 40px;
}

.itemlist-rate {
	position: absolute;
	margin-top: 270px;
	margin-left: 122px;
}

.Fr-star {
	width: 225px;
	height: 40px;
	position: relative;
	background-color: #ccc;
}

.Fr-star[data-title]:hover:after {
	content: attr(data-title);
	padding: 4px 8px;
	color: #333;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 20;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #222;
	-webkit-box-shadow: 0px 0px 4px #222;
	box-shadow: 0px 0px 4px #222;
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee),
		color-stop(1, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.Fr-star .Fr-star-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../assets/rating/Fr-star.svg) repeat;
	background-size: contain;
}

.Fr-star .Fr-star-value {
	height: 100%;
	position: absolute;
	background-color: #ffbe10;
}

.Fr-star.size-2 {
	width: 170px;
	height: 30px;
}

.Fr-star.size-3 {
	width: 115px;
	height: 20px;
}

.Fr-star.size-4 {
	width: 55px;
	height: 10px;
}

/* X-Selling ========================================================================== */
.xselling {
	width: 178px;
	min-height: 250px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #c0c0c0;
}

.xselling-title {
	height: 90px;
	font-size: 0.8rem;
}

.xselling-image {
	height: 110px;
}

.xselling-price {
	height: 30px;
	color: #2f57ad;
}

/* Custom CSS ========================================================================== */
#custom-css textarea {
	height: 400px;
}

#custom-css ul {
	list-style: none;
	margin-left: 0;
}

/* Forms ========================================================================== */
#form-element, #custom-form-code, #form-name {
	display: none;
}

#custom-form textarea {
	height: 100px;
}

/* Brands ========================================================================== */
#letters ul {
	margin: 0px;
}

#letters li {
	width: 30px;
	border: 1px solid #fbfbfb;
	background-color: #FFF;
	box-shadow: 2px 2px 2px #C7C7C7, -2px -2px 2px #F2F2F2;
	color: #8c9093;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
	text-align: center;
	float: left;
}

.manufacturerlist-letter {
	width: 100%;
	margin: 10px 0px 10px 0px;
	float: left;
}

.manufacturerlist-letter ul {
	margin: 0px;
}

.manufacturerlist-letter li {
	width: 20%;
	margin: 10px 0px 0px 0px;
	display: block;
	float: left;
}

/* Cards =========================================================================== */
.card {
	width: 190px;
	height: 250px;
	margin-bottom: .5rem;
	margin-right: 10px;
	border: 1px solid #edf0f6;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	float: left;
	border-top-left-radius: 3px;
}

.item-card {
	height: 210px;
}

.item-card-auto {
	height: auto;
}

.item-card-divider {
	background-color: rgba(230, 230, 230, 0.2);
}

.card-section {
	text-align: center;
}

.favourites {
	padding: 15px;
}

.favourites-card {
	width: 211px;
	height: 290px;
}

.favourites-card h6 {
	font-size: .7rem;
}

.favourites-card h5 {
	background-color: #e6e6e6;
	color: #605656;
	padding: 2px;
	border-radius: 2px;
}

.favourites-card img {
	max-height: 170px;
}

.favourites-card-divider {
	height: 55px;
	background: #e6e6e6;
}

.favourites-card-section {
	height: 220px;
}

.favourites-card-spacer {
	height: 180px;
}

.favourite-arrow-forward {
	width: 30px;
	padding-right: 20px;
	cursor: pointer;
	float: right;
}

.favourite-arrow-rewind {
	width: 30px;
	padding-right: 20px;
	cursor: pointer;
	float: right;
}

/* Mobile ========================================================================== */
#mobile-menue-button {
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: pointer;
	z-index: 11;
}

#mobile-navigation {
	background-color: white;
	padding: 10px;
	border: 1px solid gray;
	border-radius: 3px;
	display: none;
}

#mobile-home-button {
	position: absolute;
	left: 35px;
	top: 5px;
	cursor: pointer;
}

/* Media queries ========================================================================== */
@media screen and (max-width: 39.9375em) {
	#banner {
		height: 120px;
		background-size: contain;
		background-position: 50% 80%;
	}
	#banner img {
		width: 25px;
	}
	.header-basket-items {
		margin-top: 30px;
		margin-left: 2px;
	}
	#login, #logged {
		font-size: .8rem;
	}
	#pager, #pager-bottom {
		margin: 10px 0px 10px 0px;
		float: left;
	}
}

/* Helper ========================================================================== */
.relative {
	position: relative;
}

#hidden {
	display: none;
}

.display-none {
	display: none;
}

.no-margin-lr {
	margin-left: 0rem;
	margin-right: 0rem;
}

.no-padding-lr {
	padding-left: 0rem;
	padding-right: 0rem;
}

.menue {
	width: 186px;
}

.long {
	width: 200px;
}

.xl {
	width: 328px;
}

.pointer {
	cursor: pointer;
}

.split-row-70 {
	width: 69%;
	margin-right: 1%;
	float: left;
}

.split-row-30 {
	width: 30%;
	float: left;
}

.padding-5 {
	padding: 5px;
}

.width-100 {
	width: 100%;
}

.width-50 {
	width: 50%;
}

.width-20 {
	width: 20%;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.f-size-09 {
	font-size: 0.9rem;
}

.blend-out {
	color: #cfc5c5;
}

.bold {
	font-weight: bold;
}

.black {
	color: black;
}

.white {
	color: white;
}

.grey {
	color: grey;
}

.red {
	color: red;
}

.green {
	color: green;
}

.orange {
	color: #ff8c00;
}

.bg-green {
	background-color: #129212;
}

.bg-grey {
	background-color: #e0dddd;
}

.bg-yellow {
	background-color: yellow;
}

.bg-orange {
	background-color: orange;
}

.bg-red {
	background-color: red;
}

.bg-olive {
	background-color: #6b5050;
}

.button.orange {
	background-color: #ffab00;
}

.radius-3 {
	border-radius: 3px;
}

.is-video {
	background-color: red !important;
	color: white !important;
}

.tick {
	height: 12px;
	background-image: url("/assets/tick.png");
	background-repeat: no-repeat;
}

.dsgvo {
	color: green;
	margin-top: 10px;
	margin-bottom: 10px;
}

#action-done {
	height: 60px;
	background-image: url(../assets/messagebox_ok.png);
	background-repeat: no-repeat;
	background-position: center;
}

#cookies {
	position: fixed;
	width: 250px;
	right: 0%;
	bottom: 0px;
	box-shadow: 5px 5px 5px #888;
	height: 130px;
	background-color: white;
	color: #878778;
	border: 1px solid #cecece;
	border-top-left-radius: 3px;
	padding: 11px;
	font-size: .7rem;
	text-align: center;
	z-index: 11000;
}

#cookies a {
	color: #2f57ad;
}

#xcode {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 80px;
	color: white;
	background-color: #2f57ad;
	border: 1px solid #2f57ad;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 11px;
	font-size: 2rem;
	text-align: center;
	z-index: 12000;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	/*Chrome */
	color: #2f57ad !important;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	color: #2f57ad !important;
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
	color: #2f57ad !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* MS */
	color: #2f57ad !important;
}

@media print {
	#header, #footer, #staff-member-groups, #item-right-column {
		display: none;
	}
	.favourites {
		display: none;
	}
	a:after {
		content: '';
	}
	a[href]:after {
		content: none !important;
	}
}