﻿/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)

Farben:

magenta:	93CF0F
hellgrau	969696
schwarz
weiss

 */

/* Reset ================================================================================= */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/bg-top.gif) repeat-x center top #e0e0e0;
	font-family: Arial;
	font-size: 0.75em;
	line-height: 1.6666em;
	color: #000;
	text-align: center;
	min-width: 940px;
}
body >.ebay {
	background: none !important;
}

body > .wrapper {
}

img {
	border: 0;
	vertical-align: top;
}
hr	{
	border: none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

:focus {
	outline: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5	{
	//font-family: 'Oswald', sans-serif;
	
}
h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	margin: 7px 0px;
	color: #93CF0F;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	margin: 7px 0px;
	color: #93CF0F;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	margin: 7px 0px;
	color: #93CF0F;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0px;
	color: #93CF0F;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0px;
	color: #93CF0F;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 7px 0px;
	color: #93CF0F;
}

/* Forms */
form {
	display: inline;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

/* Table */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

caption,th,td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

/* Content */
strong {
	font-weight: bold;
}

address {
	font-style: normal;
	margin-bottom: 15px;
}

cite {
	font-style: normal;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after {
	content: '';
}

.clr	{
	clear: both;
	height: 5px;
}
small,big {
	font-size: 1em;
}

sup {
	font-size: 1em;
	vertical-align: top;
}

/* Lists */
ul,ol {
	list-style: none;
}

ul.disc {
	list-style: disc outside;
	margin: 5px 5px 5px 15px;
	}

/* Tools */
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.nobr {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center !important;
}

.a-right {
	text-align: right !important;
}

.v-top {
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

.f-left,
.left {
	float: left !important;
}

.f-right,
.right {
	float: right !important;
}

.f-none {
	float: none !important;
}

.f-fix {
	float: left;
	width: 100%;
}

.no-display {
	display: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-bg {
	background: none !important;
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
	width: 100%;
	overflow: hidden;
}

.page {
	width: 940px;
	margin: 0 auto;
	padding: 22px 0 10px;
	text-align: left;
	min-height: 527px;
}

.page-print {
	background: #fff;
	padding: 20px;
	text-align: left;
}

.page-empty {
	background: #fff;
	padding: 20px;
	text-align: left;
}

.page-popup {
	padding: 20px;
	text-align: left;
	background: #fff;
	margin: 0 auto;
}

.page-popup  .ratings .rating-box {
	float: none;
	margin: 0 auto 10px;
}

.main-container {
}

.main {
	// margin: 20px 0 11px;
}

/* Base Columns */
.col-left {
	float: left;
	width: 221px;
	padding: 0;
}

.col-main {
	float: left;
	width: 659px;
	padding: 20px;
	background: #ececec;
	border-radius: 3px;
}

.col-right {
	float: right;
	width: 221px;
	padding: 0;
}

/* 1 Column Layout */
.col1-layout .col-main {
	float: none;
	width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
	float: right;
}

.col2-right-layout .col-main {
}

/* 3 Columns Layout */
.col3-layout .col-main {
	width: 484px;
	margin-left: 10px;
}

.col3-layout .col-wrapper {
	float: left;
	width: 748px;
}

.col3-layout .col-wrapper .col-main {
	float: right;
}

/* Content Columns */
.col2-set .col-1 {
	float: left;
	width: 49%;
}

.col2-set .col-2 {
	float: right;
	width: 49%;
}

.col2-set .col-narrow {
	width: 33%;
}

.col2-set .col-wide {
	width: 65%;
}

.col3-set .col-1 {
	float: left;
	width: 32%;
}

.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.col3-set .col-3 {
	float: right;
	width: 32%;
}

.col4-set .col-1 {
	float: left;
	width: 23.5%;
}

.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}

.col4-set .col-3 {
	float: left;
	width: 23.5%;
}

.col4-set .col-4 {
	float: right;
	width: 20.5%;
}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button {
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}

input.input-text,select,textarea {
	background: #fff;
	border: 1px solid #dbdbdb;
}

input.input-text,textarea {
	padding: 2px;
}

select {
	padding: 1px;
}

select option {
	padding-right: 10px;
}

select.multiselect option {
	border-bottom: 1px solid #dbdbdb;
	padding: 2px 5px;
}

select.multiselect option:last-child {
	border-bottom: 0;
}

textarea {
	overflow: auto;
}

input.radio {
	margin-right: 3px;
}

input.checkbox {
	margin-right: 3px;
}

input.qty {
	width: 2.5em !important;
}

/* Button */
button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
} /* FF Fix */
button.button {
	-webkit-border-fit: lines;
} /* <- Safari & Google Chrome Fix */




button.button, #product-slider button.btn-cart {
	overflow: visible;
	width: auto;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 3px;
	margin: 0;
	background: transparent;
	cursor: pointer;
	background: rgb(248,248,248);
 /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(224,224,224,1) 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(224,224,224,1)));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(224,224,224,1) 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(224,224,224,1) 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(224,224,224,1) 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(224,224,224,1) 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e0e0e0',GradientType=0 );
 /* IE6-9 */
	-webkit-box-shadow: 1px 1px 1px 1px #e0e0e0;
	box-shadow: 1px 1px 1px 1px #e0e0e0;
}

button.button span, #product-slider button.btn-cart span {
	height: 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #000;
	//color: #93CF0F;
}

#product-slider button.btn-cart span span {
	}
	

button.button:hover span,#product-slider button.btn-cart:hover span {
	color: #303030;
}

button.button:hover {
	background: rgb(224,224,224);
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(248,248,248,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(248,248,248,1)));
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(248,248,248,1) 100%);
	background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(248,248,248,1) 100%);
	background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(248,248,248,1) 100%);
	background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(248,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f8f8f8',GradientType=0 );
}
/*
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { 
	float:left;
	height:34px; 
	background:transparent url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/bkg_button-left.png) 0 0 no-repeat; 
	padding:0 0 0 8px;
	font:bold 12px/34px Arial, Helvetica, sans-serif;
	text-align:center;
	white-space:nowrap;
	color:#93CF0F; 
	//color:#565656; 
	margin-left: -2px;
}
button.button span span { 
	background:transparent url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/bkg_button-right.png) right top no-repeat;  
	padding:0 26px 0 0px; 
	}
button.button span span strong { 
	background:transparent url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/bkg_button-center.png) repeat-x center top; 
	padding:-2px 8px 0 2px; display:block;
	}
button.button:hover span {background-position:left bottom; color:#93CF0F;}
button.button:hover span span {background-position:right bottom;}
button.button:hover span span strong {background-position:center bottom;}

button.disabled {}
button.disabled span {}
*/ 
button.btn-checkout span {
}

button.btn-checkout.no-checkout {
}

p.control input.checkbox,
p.control input.radio {
	margin-right: 6px;
}
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin: 0 0 15px;
}

.form-list label {
	float: left;
	color: #111;
	font-weight: bold;
	position: relative;
	z-index: 0;
	margin-bottom: 3px;
}

.form-list label.required {
	color: red;
}

.form-list label.required em {
	float: right;
	font-style: normal;
	color: #eb340a;
	position: absolute;
	top: 0;
	right: -8px;
}

.form-list li.control label {
	float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
	margin-right: 6px;
}

.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
	display: block;
	clear: both;
	width: 260px;
}

.form-list .field {
	float: left;
	width: 275px;
}

.form-list input.input-text {
	width: 254px;
}

.form-list textarea {
	width: 254px;
	height: 10em;
}

.form-list select {
	width: 260px;
}

.form-list li.wide .input-box {
	width: 535px;
}

.form-list li.wide input.input-text {
	width: 529px;
}

.form-list li.wide textarea {
	width: 529px;
}

.form-list li.wide select {
	width: 620px;
}

.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}

.form-list .input-range input.input-text {
	width: 74px;
}
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
	width: auto;
}

.form-list .name-prefix {
	width: 65px;
}

.form-list .name-prefix select {
	width: 55px;
}

.form-list .name-prefix input.input-text {
	width: 49px;
}

.form-list .name-suffix {
	width: 65px;
}

.form-list .name-suffix select {
	width: 55px;
}

.form-list .name-suffix input.input-text {
	width: 49px;
}

.form-list .name-middlename {
	width: 120px;
}

.form-list .name-middlename input.input-text {
	width: 97px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
	width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
	width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
	width: 155px;
}

.opc .form-list .customer-name-suffix .name-lastname,
.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname {
	width: 210px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width: 140px;
}

.opc .form-list .customer-name-prefix .name-firstname input.input-text,
.opc .form-list .customer-name-suffix .name-lastname input.input-text,
.opc .form-list .customer-name-middlename .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width: 190px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
	float: left;
	width: 85px;
}

.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}

.form-list .customer-dob label {
	font-size: 10px;
	font-weight: normal;
	color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
	width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
	width: 46px;
}

.form-list .customer-dob .dob-year {
	width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
	width: 134px;
}
#webform_2_form	{
	padding: 5px;
	border: 1px solid #dbdbdb;
	background: #fefefe;
	padding: 22px 25px 12px 33px;
	margin: 28px 0;
}
.buttons-set {
	clear: both;
	margin: 5px 0 0;

}

.buttons-set .back-link {
	float: left;
}

.buttons-set button.button {
	float: right;
}

.buttons-set p.required {
	margin: 0 0 5px;
}

.buttons-set-order {
}

.fieldset {
	border: 1px solid #dbdbdb;
	background: #fefefe;
	padding: 22px 25px 12px 33px;
	margin: 28px 0;
}

.fieldset .legend {
	float: left;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #fefefe;
	background: #dedede;
	color: #333;
	margin: -33px 0 0 -4px;
	padding: 1px 8px 2px;
	position: relative;
}

/* Form Validation */
.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 10px;
	line-height: 13px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/validation_advice_bg.gif) 2px 1px no-repeat;
	color: #f00;
}

.validation-failed {
	border: 1px dashed #f00 !important;
	background: #faebe7 !important;
}

.validation-passed {
}

p.required {
	font-size: 10px;
	text-align: right;
	color: #f00;
}
/* Expiration date and CVV number validation fix */
.v-fix {
	float: left;
}

.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}

/* Global Messages  */
.success {
	color: #3d6611;
	font-weight: bold;
}

.error {
	color: #f00;
	font-weight: bold;
}

.notice {
	color: #ccc;
}

.messages,
.messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.messages {
	width: 100%;
	overflow: hidden;
}

.messages li {
	margin: 0 0 10px;
}

.messages li li {
	margin: 0 0 3px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 9px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 8px 8px 8px 32px !important;
	font-size: 11px !important;
	font-weight: bold !important;
}

.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	background-image: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/i_msg-error.gif);
	color: #df280a;
}

.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	background-image: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/i_msg-success.gif);
	color: #3d6611;
}

.note-msg,
.notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	background-image: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/i_msg-note.gif);
	color: #3d6611;
}

/* BreadCrumbs */
.breadcrumbs {
	padding: 0 0 0 10px;
	margin: 0 0 20px;
	color: #333333;
	font-weight: bold;
}

.breadcrumbs li {
	display: inline;
	padding-right: 3px;
}

.breadcrumbs li a {
	color: #292929;
}

/* Page Heading */
.page-title {
	//padding: 9px 10px 0px 8px;
	padding: 9px 10px 10px 8px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/title-bg-1.gif) repeat-x center top #000;
	border-radius: 4px 4px 0 0;
	font-family: 'Oswald', sans-serif;
	border-bottom: 1px solid #1b1b1b;
	margin: -20px -20px 10px -20px;
}

.page-title h1,
.page-title h2,
.page-title span {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/title-marker.png) no-repeat scroll left 2px transparent;
	padding-left: 27px;
	margin: 0px;
}

.page-title a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.page-title .separator {
	margin: 0 3px;
}

.page-title .link-rss {
	float: right;
}

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

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
	float: left;
}

.subtitle,
.sub-title {
	clear: both;
}

/* Pager */
.pager {
	border-bottom: 1px solid #dbdbdb;
	padding: 3px 0;
	margin: 5px 0;
	text-align: center;
}

.pager .amount {
	float: left;
}

.pager .limiter {
	float: right;
}

.pager .pages {
	margin: 0 135px;
}

.pager .pages ol {
	display: inline;
}

.pager .pages li {
	display: inline;
}

.pager .pages ol > li:first-child a {
	text-decoration: none;
}

.pager .pages .current {
}

/* Sorter */
.sorter {
	padding: 3px 0;
	margin: 5px 0;
}

.sorter .view-mode {
	float: left;
}

.sorter .sort-by {
	float: right;
}

.sorter .link-feed {
}

/* Toolbar */
.toolbar {
	border: 1px solid #dbdbdb;
	padding: 0 10px;
}

.toolbar select {
	min-width: 63px;
}

.toolbar .pager {
}

.toolbar .sorter {
}

.toolbar-bottom {
}

.toolbar > ol > li:first-child a {
	text-decoration: none;
}

/* Data Table */
.data-table {
	width: 100%;
}

.data-table th {
	padding: 5px;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	white-space: nowrap;
}

.data-table td {
	padding: 5px;
	border: 1px solid #dbdbdb;
}

.data-table thead {
	background-color: #f2f2f2;
}

.data-table tbody {
}

.data-table tfoot {
}

.data-table tr.first {
}

.data-table tr.last {
}

.data-table tr.odd {
}

.data-table tr.even {
	background-color: #f6f6f6;
}

.data-table tbody.odd {
}

.data-table tbody.odd td {
	border-width: 0 1px;
}

.data-table tbody.even {
	background-color: #f6f6f6;
}

.data-table tbody.even td {
	border-width: 0 1px;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
	border-bottom-width: 1px;
}

.data-table th .tax-flag {
	white-space: nowrap;
	font-weight: normal;
}

.data-table td.label,
.data-table th.label {
	font-weight: bold;
	background-color: #f6f6f6;
}

.data-table td.value {
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
	cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/bkg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
}

tr.show-details .summary-collapse {
	background-position: 0 -53px;
}

tr.show-details td {
}

tr.summary-details td {
	font-size: 11px;
	background-color: #dae1e4;
	color: #626465;
}

tr.summary-details-first td {
	border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
	font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
	display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
	padding-right: 20px;
}

.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/bkg_collapse.gif) 100% 4px no-repeat;
	cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
	display: inline !important;
	font-weight: normal !important;
}

.cart-tax-total-expanded {
	background-position: 100% -53px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
	padding: 0;
}

.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std ul.disc {
	list-style: disc outside;
	padding-left: 18px;
	margin: 0 0 10px;
}

.std dl dt {
	font-weight: bold;
}

.std dl dd {
	margin: 0 0 10px;
}
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li {
	display: inline;
}

.links li.first {
	padding-left: 0 !important;
}

.links li.last {
	background: none !important;
	padding-right: 0 !important;
}

.link-cart {
	font-weight: bold;
	color: #000;
}

.link-wishlist {
}

.link-reorder {
	font-weight: bold;
}

.link-compare {
	color: #93CF0F;
}

.link-print {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/i_print.gif) 0 2px no-repeat;
	padding: 2px 0 2px 25px;
}

.link-rss {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/i_rss.gif) 0 1px no-repeat;
	padding-left: 18px;
	white-space: nowrap;
}

.btn-remove {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/Delete2.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin-left: 2px;
}

.btn-remove2 {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/Delete2.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.btn-edit {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/Pencil.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin-left: 2px;
}

.cards-list dt {
	margin: 5px 0 0;
}

.cards-list .offset {
	padding: 2px 0 2px 20px;
}

.separator {
	margin: 0 3px;
}

.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: #dbdbdb;
	text-indent: -999em;
	overflow: hidden;
}

/* Noscript Notice */
.noscript {
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}

.noscript .noscript-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0 12px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
	margin: 0;
}

/* Demo Notice */
.demo-notice {
	display: none;
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #fff;
}
/* ======================================================================================= */

/* Header ================================================================================ */
.logo {
	float: left;
}

.header-container {
}

.header {
	padding: 24px 0;
	min-height: 125px;
}

.header .logo {
	float: left;
	text-decoration: none !important;
	margin: 5px 0px 0px 5px;
}

.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}
.header .logo img	{
	width: 400px;
}

.header h1.logo {
	margin: 0;
	padding: 0;
}

.header .welcome-msg {
	float: right;
	font-size: 17px;
	color: #93CF0F;
	font-weight: bold;
	padding: 4px 0 0 0;
	margin-right: -25px;
}

.header .welcome-msg a {
}

.header .links {
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	overflow: hidden;
}

.header .links li {
	float: left;
	padding: 0 5px;
}

.header .links li a {
	text-decoration: none;
	color: #fff;
	padding: 7px 9px 6px;
	display: inline-block;
	border-radius: 4px;
}

.header .links li a:hover {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2f2f2f), to(#2b2b2b));
	background: -moz-linear-gradient(#2f2f2f, #2b2b2b);
	background-image: -o-linear-gradient(#2f2f2f,#2b2b2b);
	background: linear-gradient(#2f2f2f, #2b2b2b);
	-pie-background: linear-gradient(#2f2f2f, #2b2b2b);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2f2f2f', EndColorStr='#2b2b2b')";
	border: 1px solid #3e3e3e;
	border-right: 1px solid #121212;
	border-bottom: 1px solid #121212;
	border-left: 1px solid #343434;
	padding: 6px 8px 5px;
	color: #93CF0F;
}

.header .form-search {
	text-align: right;
}

.header .form-search .search-autocomplete {
	z-index: 999;
}

.header .form-search .search-autocomplete ul {
	border: 1px solid #dbdbdb;
	background-color: #fff;
}

.header .form-search .search-autocomplete li {
	padding: 3px;
	border-bottom: 1px solid #dbdbdb;
	cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
	float: right;
	font-weight: 500;
	margin-left: 5px;
	
}

.header .form-search .search-autocomplete li .amount::before	{
	content: "(Treffer: ";
}
.header .form-search .search-autocomplete li .amount::after	{
	content: ")";
}
.header .form-search .search-autocomplete li.selected {
}

.header-container .top-container {
	clear: both;
	text-align: right;
}

.header .block-currency .block-content {
	padding: 0px 0 0 0;
	border: 0;
	float: right;
	clear: right;
}

.header .block-currency {
	float: right;
	border: none;
	margin: 0px;
	padding: 3px 0 0 20px;
	background: none;
}

.header  .block-currency .block-title {
	padding: 0px 5px 0 0;
	float: left;
	border: 0px;
	display: inline-block;
	margin: 0px;
	background: none;
}

.header .block .block-title strong {
	background: none;
	padding: 0px;
	margin: 0px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

.header  .block-currency .block-title strong,
.form-language label {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	padding-top: 3px;
	display: inline-block;
	color: #7e7e7e;
}

.header select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #979797;
	padding: 1px;
	border: 1px solid #e1e1e1 !important;
}

.form-language {
	float: right;
}

#search_mini_form {
	float: right;
	position: relative;
	padding: 0px 0 0 15px;
}

.header .form-search {
	overflow: hidden;
	font-size: 16px;
	line-height: normal;
}

.header .form-search .input-text {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/bg-search.png) no-repeat left top;
	width: 273px;
	border: none;
	float: left;
	line-height: 13px;
	color: #b9b9b9;
	font-size: 12px;
	padding: 10px;
	margin-right: 35px;
}

.header .form-search button.button {
	position: absolute;
	right: 0px;
	top: 0px;
	border: none;
	padding: 0px;
	margin: 0px;
	background: none;
	box-shadow: none;
}

.header .form-search button.button span {
	text-indent: -55555px;
	height: 33px;
	width: 35px;
	display: block;
	padding: 0px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/button-search.png) no-repeat left top;
}

.header .form-search button.button:hover span {
	background-position: 0 bottom;
}

.header .form-search label {
	display: none;
}

.top-block {
	float: right;
	clear: right;
	//border-top: 1px solid #3f3f3f;
	padding: 8px 0 0 0;
	margin-top: 21px;
	margin-bottom: 30px;
}

/********Header Cart **********/
.header-container .top-container {
	clear: both;
	text-align: right;
}

.block-cart-header {
	position: relative;
	z-index: 9999;
	float: right;
	padding: 1px 0 0px 20px;
	font-size: 10px;
	line-height: 20px;
	color: #000;
	//border-left: 1px solid #3f3f3f;
	margin-left: 20px;
}

.block-cart-header .block-content {
	display: inline-block;
}

.block-cart-header .btn-edit {
	margin-right: 5px;
}

.block-cart-header .btn-remove, .block-cart-header .btn-edit {
	float: right;
}

.cart-inner {
	position: relative;
	margin-left: -130px;
	z-index: 9999;
}

.block-cart-header .amount {
	font-size: 10px;
	color: #999999;
}

.block-cart-header .amount span {
	color: #649503;
}

.block-cart-header .amount a {
	color: #1b1b1b;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

.block-cart-header .amount a:hover {
	text-decoration: underline;
}

.block-cart-header .amount a:hover .cart-content {
	display: block;
}

.block-cart-header .cart-content {
	position: absolute;
	left: -61px;
	top: 15px;
	z-index: 9999;
	width: 260px;
	display: none;
}

.block-cart-header span {
	font-size: 12px;
	color: #000;
	display: inline-block;
	margin: 2px 5px;
	font-weight: 700;
}

.cart-indent {
	background: #ececec;
	padding: 20px;
	border: 1px solid #93CF0F;

}

.block-cart-header .empty {
	font-size: 12px;
	color: #7e7e7e;
}

.block-cart-header button.button {
	overflow: visible;
	width: auto;
	border: 0;
	background: transparent;
	cursor: pointer;
	background: #fff;

}

.block-cart-header .actions {
	text-align: center;
	padding-top: 10px;
}

.block-cart-header .mini-products-list li {
	clear: both;
	min-height: 85px;
}

.block-cart-header .mini-products-list .product-image {
	width: 60px;
}

.block-cart-header .mini-products-list .product-details {
	margin-left: 75px;
}

.block-cart-header .mini-products-list .product-details a {
	color: #1b1b1b;
	text-decoration: none;
	font-size: 11px;
}

.block-cart-header .mini-products-list .product-details .btn-remove {
	background-position: 0 top;
}

.block-cart-header .mini-products-list .product-details a:hover {
	text-decoration: underline;
}

.block-cart-header .mini-products-list .product-details .product-name {
	line-height: 16px;
	width: 120px;
	margin: 8px 0;
}

.block-cart-header .mini-products-list .product-details strong {
	font-weight: normal;
}

.block-cart-header .block-subtitle {
	padding-bottom: 12px;
}

.block-cart-header .product-name {
	padding-bottom: 0px;
}

.block-cart-header .price {
	font-size: 12px;
	color: #1b1b1b;
	font-weight: bold;
}

.block-cart-header .subtotal {
	font-size: 13px;
}

.block-cart-header .mini-products-list .product-image:hover {
	border-color: #619003;
}

.block-cart-header  .truncated {
	display: block;
	width: 50px;
}

.block-cart-header .truncated .truncated_full_value {
	top: 36px;
}

/********************Header Cart end ***********************/

/********** < Navigation */
.nav-container {
}

.nav-container.block {
	display: none;
	padding: 0px;
}

#nav {
	padding: 0px 0 5px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

#nav li {
	float: none;
	display: block;
	line-height: 20px;
	padding-left: 16px;
}

#nav li a {
	float: none;
	color: #292929;
	text-decoration: none;
	padding: 7px 0 7px 18px;
	display: block;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/marker-menu.png) no-repeat left -20px;
}

#nav > li.last {
	background: none;
}

#nav li {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/sidebar-menu-line.gif)  repeat-x center bottom;
}

#nav > li.hover > a,
	#nav > li.active > a {
	color: #93CF0F;
	background-position: 0 14px;
}

#nav > li > ul {
	position: relative;
	left: -16px;
	top: 0;
	padding: 10px 0 10px 25px;
	display: none;
	width: auto;
	border: 0;
	background: 0;
	zoom: 1;
	font-size: 11px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/sidebar-menu-line.gif)  repeat-x center top;
}

#nav > li > ul > li {
	border: 0;
	background: none;
}

#nav > li > ul > li a {
	padding: 0;
	background: none;
}

#nav > li > ul > li.items.hover,
	#nav > li > ul > li.items.active {
	border: 0;
}

#nav > li > ul > li a {
	border-bottom: 0;
}

#nav > li.active > ul {
	display: block;
}

#nav > li > ul > li li {
	background: none !important;
}

#nav ul li.active > a,
	#nav ul li.hover > a {
	color: #000 !important;
}

#nav > li > ul > li > ul {
	position: relative;
	left: 0!important;
	top: 0;
	padding: 5px 0 5px 15px;
	display: none;
	width: auto;
	border: 0;
	background: 0;
	zoom: 1;
}

#nav > li > ul > li.active > ul {
	display: block;
}

#nav > li > ul > li > ul > li {
	border-bottom: 0;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/list_marker.gif) left 10px no-repeat!important;
}

#nav > li > ul > li > ul > li > ul > li {
	background: 0!important;
}	
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {
	margin: 0 0 10px;
	background: #ececec;
	border-radius: 0 0 3px 3px;
}

.block.last_block {
	margin-bottom: 0px;
}

.block .block-title {
	padding: 9px 5px 9px 8px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/title-bg-1.gif) repeat-x center top #000;
	border-radius: 4px 4px 0 0;
	font-family: 'Oswald', sans-serif;
	border-bottom: 1px solid #1b1b1b;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
}
.col-main .block-title {
	padding: 0px;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 7px 0px;
	color: #93CF0F;
	text-transform: none;
	line-height: 20px;
}
.block .block-title strong {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/title-marker.png) no-repeat left 2px;
	padding: 0 0 0 27px;
	display: inline-block;
}

.block .block-title strong span {
}

.block .block-title a {
	text-decoration: none !important;
}

.block .block-subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.block .block-content {
	padding: 10px 15px;
}

.block .block-content li.item {
	padding: 5px 0 10px;
}

.block .btn-remove,
.block .btn-edit {
	float: right;
}

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

.block .actions a {
	float: left;
}

.block .empty {
}

.block .product-name {
	font-size: 11px;
	line-height: 17px;
}

.block li.odd {
}

.block li.even {
}

.block .price {
	color: #93CF0F;
	font-size: 12px;
}

.block .actions {
	padding-top: 10px;
}

/* Mini Products List */
.mini-products-list li {
	padding: 5px 0;
}

.mini-products-list .product-image {
	float: left;
	width: 85px;
	padding: 5px;
	background: #fff;
	padding: 3px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	text-align: center;
}

.mini-products-list .product-details {
	margin-left: 103px;
}

.mini-products-list .product-details h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

/* Block: Account */
.block-account {
}

/* Block: Currency Switcher */
.block-currency {
}

.block-currency select {
	width: 100%;
	border: 1px solid #888;
}

/* Block: Layered Navigation */
.block-layered-nav {
}

.block-layered-nav dt {
	font-weight: bold;
	color: #000;
	padding-left: 10px;
	margin-bottom: 10px;
}

.block-layered-nav dd {
	padding: 0 0 10px 20px;
}

.block-layered-nav .currently {
	margin: 15px;
}

.block-layered-nav .btn-remove {
	float: right;
	margin: 2px 3px 0 0;
}

.block-layered-nav .price {
	color: #000;
}

.block-layered-nav .currently .label {
	color: #000;
}

/* Block: Cart */
.block-cart {
	color: #959393;
}

.block-cart a {
	color: #fff;
}

.block-cart .block-title {
	border-bottom: 1px solid #404040;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/title-bg-2.gif) repeat-x scroll center top transparent;
}

.block-cart .block-content {
	background: #000;
	border-radius: 0 0 3px 3px;
}

.block-cart .summary {
}

.block-cart .amount {
	margin-bottom: 10px;
	font-weight: bold;
	color: #93CF0F;
}

.block-cart .amount a {
	color: #fff;
	text-decoration: none;
}

.block-cart .subtotal {
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
	background: #404040;
	line-height: 24px;
}

.block-cart .actions a {
	margin-top: -20px;
}

.block-cart .actions .paypal-logo {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
	clear: both;
	display: block;
	padding: 0 55px 5px 0;
}

.block-cart .block-subtitle {
	color: #93CF0F;
}

.block-cart  .actions {
	padding: 0 0 15px 0;
}

.block-cart .product-name {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}

.block-cart .price {
	font-weight: bold;
	color: #fff;
}

/* Block: Wishlist */
.block-wishlist {
}

.block-wishlist .product-name {
	margin-bottom: 10px;
}

/* Block: Related */
.product-image {
	display: inline-block;
}

.block-related {
}

.block-related li {
	padding: 5px 0;
}

.block-related .product-name {
	margin-bottom: 5px;
}

.block-related input.checkbox {
	float: left;
	margin-right: -20px;
}

.block-related .product {
	margin-left: 20px;
}

.block-related .product .product-image {
	float: left;
	margin-right: -65px;
	width: 75px;
}

.block-related .product .product-details {
	margin-left: 90px;
}

/* Block: Compare Products */
.block-compare {
}

.block-compare .block-content li.item {
	padding: 5px 0;
}

/* Block: Recently Viewed */
.block-viewed {
}

.block-viewed .block-content li.item {
	padding: 5px 0;
}

/* Block: Recently Compared */
.block-compared {
}

/* Block: Poll */
.block-poll label {
}

.block-poll input.radio {
	float: left;
	margin: 4px 0 0 0;
}

.block-poll .label {
	display: block;
	margin-left: 18px;
}

.block-poll li {
	padding: 4px 0px;
}

.block-poll .actions {
	margin: 10px 0 0;
	text-align: left;
	padding-bottom: 10px;
}

.block-poll .answer {
	float: left;
	width: 100%;
}

.block-poll .answer span {
	display: block;
	width: 160px;
}

.block-poll .votes {
	font-weight: bold;
	float: right;
	width: 65px;
	margin-top: -15px;
	text-align: right;
}

/* Block: Tags */
.block-tags ul,
.block-tags li {
	display: inline;
}
/* Block: Tags */
.product-view .box-tags .product-tags {
	overflow: hidden;
	margin-bottom: 25px;
}

.product-view .box-tags .product-tags li {
	display: inline;
	text-transform: capitalize;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/line-2.gif) no-repeat 100% 3px;
	padding: 0 10px 0 0px;
	margin: 0 10px 0 0;
}

.product-view .box-tags .product-tags li.first {
	padding-left: 0px;
}

.product-view .box-tags .product-tags li.last {
	background: none;
}

.catalogsearch-advanced-index #advanced-search-list li.even label {
	display: block;
	width: 100%;
}

/* Block: Subscribe */
.block-subscribe {
}

.block-subscribe .form-subscribe-header {
	display: none;
}

.block-subscribe label {
	display: block;
	margin-bottom: 3px;
}

.block-subscribe #newsletter {
	width: 176px;
	padding: 5px;
}

/* Block: Reorder */
.block-reorder {
}

.block-reorder li {
	padding: 5px 0;
}

.block-reorder input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}

.block-reorder .product-name {
	margin-left: 20px;
}

/* Block: Banner */
.block-banner {
}

.block-banner .block-content {
	text-align: center;
}

/* Block: Login */
.block-login label {
	font-weight: bold;
	color: #666;
}

.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}

/* Paypal */
.sidebar .paypal-logo {
	display: block;
	margin: 20px 0;
	text-align: center;
}

.sidebar .paypal-logo a {
	float: none;
}
/* ======================================================================================= */

.col-main .product-image {
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.col-main .product-image:hover {
	-moz-box-shadow: 0 0 7px 4px #888888;
	-webkit-box-shadow: 0 0 7px 4px #888888;
	box-shadow: 0 0 7px 4px #888888;
}
/* Category Page ========================================================================= */
.category-title {
}

.category-image {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}

.category-image img {
}

.category-description {
	margin: 0 0 10px;
}

.category-products {
}

/* View Type: Grid */
.products-grid {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
}

.products-grid.last {
	border-bottom: 0;
}

.products-grid li.item {
	float: left;
	width: 200px;
	padding: 12px 11px 10px 0;
	border-right: 1px solid #dbdbdb;
	margin-right: 11px;
}

.products-grid li.last {
	margin-right: 0px;
	border: none;
}

.products-grid .product-image {
	display: block;
	width: 190px;
	height: 135px;
	margin: 0 0 10px;
	padding: 3px;
	background: #fff;
	border: 1px solid #dbdbdb;
	text-align: center;
	border-radius: 3px;
}

.products-grid .product-name {
	margin: 0 0 10px;
	font-weight: bold;
	height: 50px;
}

.products-grid .product-name a {
}

.products-grid .price-box {
	margin: 10px 0px;
	display: inline-block;
	height: 50px;
}

.products-grid .actions {
	display: inline-block;
}

.products-grid .availability {
	line-height: 21px;
}

.products-grid .old-price {
	display: block;
	margin-bottom: 10px;
}

.products-grid .add-to-links {
	overflow: hidden;
	padding-top: 10px;
}

.products-grid .add-to-links li {
	display: inline-block;
}

.products-grid .add-to-links .separator {
	display: inline-block;
}

.products-grid  .minimal-price-link .price {
	display: block;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
	width: 659px;
	margin: 0 auto;
}

.col1-layout .products-grid {
	width: 790px;
	margin: 0 auto;
}

/* View Type: List */
.products-list li.item {
	border-bottom: 1px solid #dbdbdb;
	padding: 20px 0px;
}

.products-list li.item.last {
	border-bottom: 0;
}

.products-list .product-image {
	float: left;
	width: 190px;
	padding: 3px;
	background: #fff;
	border: 1px solid #dbdbdb;
	text-align: center;
	border-radius: 3px;
	margin: 0 0 10px;
}

.products-list .product-shop {
	margin-left: 210px;
}

.products-list .product-name {
	margin: 0 0 10px;
	font-weight: bold;
}

.products-list .product-name a {
}

.products-list .price-box {
	float: none;
	margin: 3px 13px 5px 0;
}

.products-list .availability {
	float: left;
	margin: 3px 0 0;
}

.products-list .desc {
	clear: both;
	padding: 6px 0 0;
	margin: 0 0 15px;
	line-height: 1.35;
}

.products-list .desc .link-learn {
	font-size: 12px;
}

.products-list .add-to-links {
	clear: both;
}

.products-list .add-to-links li {
}

.products-list .add-to-links .separator {
	display: inline;
	margin: 0 2px;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating {
	margin: 0 0 10px 0;
}

.ratings {
	font-size: 11px;
	line-height: 1.25;
	margin: 7px 0 10px;
}

.ratings strong {
	float: left;
	margin: 1px 3px 0 0;
}

.ratings .rating-links {
	margin: 0;
}

.ratings .rating-links a:first-child {
}

.ratings .rating-links .separator {
	margin: 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
	width: 75px;
	height: 14px;
	font-size: 0;
	line-height: 0;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/bkg_rating.png) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
}

.rating-box .rating {
	float: left;
	height: 14px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/bkg_rating.png) 0 100% repeat-x;
}

.ratings .rating-box {
	float: left;
	margin-right: 7px;
}

.ratings .amount {
}

.ratings-table th,
.ratings-table td {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}

.ratings-table th {
	font-weight: bold;
	padding-right: 8px;
}

.review-product-list .col-main .ratings-table th, 
.review-product-list .col-main .ratings-table td {
	border: 1px solid #dbdbdb;
	padding: 7px;
}

.review-product-list .col-main .ratings-table {
	margin: 10px 0;
}

/* Availability */
.availability {
	margin: 0;
}

.availability span {
	font-weight: bold;
}

.availability.in-stock span {
}

.availability.out-of-stock span {
	color: #d83820;
}

.availability-only {
	margin: 0 0 7px;
}

.availability-only a {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
	cursor: pointer;
	padding-right: 15px;
}

.availability-only .expanded {
	background-position: 100% -15px;
}

.availability-only strong {
}

.availability-only-details {
	margin: 0 0 7px;
}

.availability-only-details th {
	background: #f2f2f2;
	font-size: 10px;
	padding: 0 8px;
}

.availability-only-details td {
	border-bottom: 1px solid #dbdbdb;
	font-size: 11px;
	padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
}

/* Email to a Friend */
.email-friend {
	margin-bottom: 5px;
}

/* Alerts */
.alert-price {
}

.alert-stock {
}

/********** < Product Prices */
.price {
	white-space: nowrap !important;
}

.col-main .price {
	font-size: 18px;
	color: #93CF0F;
	font-weight:700;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
}

.price-box {
}

.price-box .price {
	font-weight: bold;
}

/* Regular price */
.regular-price {
		width: 100%;
}

.regular-price .price {
	font-weight: bold;
	font-size: 22pt;
}

/* Old price */
.old-price {
}

.old-price .price-label {
	white-space: nowrap;
}

.old-price .price {
	font-weight: 500;
	text-decoration: line-through;
	float: right;
	font-size:14px;
}

/* Special price */
.special-price {
}

.special-price .price-label {
	white-space: nowrap;
}

.special-price .price {
	font-weight: bold;
	font-size: 32px;
}

/* Minimal price (as low as) */
.minimal-price {
}

.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.minimal-price-link {
	display: block;
}

.minimal-price-link .label {
}

.minimal-price-link .price {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Excluding tax */
.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-weight: normal;
}

/* Including tax */
.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}

.price-including-tax .price {
	font-weight: bold;
}

/* Configured price */
.configured-price {
}

.configured-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.configured-price .price {
	font-weight: bold;
}

span.tax-details	{
	border: 0px solid #ccc;
	display: block;
	font-size: 10px;
}

/* FPT */
.weee {
	display: block;
	font-size: 11px;
	color: #444;
}

.weee .price {
	font-size: 11px;
	font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/* Price range */
.price-from {
}

.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-to {
}

.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
	padding-left: 10px;
}

.price-notice .price {
	display: block;
	border-bottom: 1px solid #ccc;
	width: 100%;
	text-align: right;
	margin-top: -17px;
}

/* Price as configured */
.price-as-configured {
}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-box-bundle {
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price {
	font-weight: bold;
}

.tier-prices .benefit {
}

.tier-prices-grouped {
}

/* Add to Links */
.add-to-links .separator {
	display: none;
}

/* Add to Cart */
.add-to-cart label {
	float: left;
	margin-right: 5px;
}

.add-to-cart .qty {
	float: left;
}

.add-to-cart button.button {
	float: left;
	margin-left: 5px;
	margin-top: -5px;
}

.add-to-cart .paypal-logo {
	clear: left;
	text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
	margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
}

.add-to-box .add-to-cart {
	float: left;
}

.add-to-box .or {
	float: left;
	margin: 0 10px;
}

.add-to-box .add-to-links {
	float: left;
}

.product-view {
}

.product-view h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	color: #93CF0F;
}

/*** Product Collateral **/
.product-essential {
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.product-view .product-essential .product-shop .nobr {
	margin-bottom: 5px;
	display: inline-block;
}

.product-collateral #customer-reviews dl dt {
	margin-bottom: 5px;
}

.product-collateral #customer-reviews dl dd {
	margin-bottom: 30px;
}

.product-collateral #customer-reviews .pager {
	margin-bottom: 10px;
}

.product-collateral #customer-reviews #product-review-table span.nobr {
	display: block;
	padding: 0 5px;
}

.product-collateral #customer-reviews #product-review-table .value {
	text-align: center;
}

.product-collateral #customer-reviews #product-review-table {
	margin-bottom: 20px;
}

#customer-reviews .form-list label.required {
	margin-bottom: 5px;
}

#customer-reviews .form-list textarea {
	min-width: 254px;
	max-width: 254px;
}

.product-collateral .box-collateral {
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.product-view .product-img-box .more-views li {
	float: left;
	border: 1px solid #9fe5dc;
	margin: 0 0px 0px 29px;
}

/* Product Images */
.product-view .product-img-box {
	float: left;
	width: 267px;
}

.col3-layout .product-view .product-img-box {
	float: none;
	margin: 0 auto;
}

.product-view .product-img-box .product-image {
	border: 1px solid #dbdbdb;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.product-view .product-img-box .product-image:hover {
	border-color: #888;
}

.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 265px;
	height: 265px;
	overflow: hidden;
	z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}

.product-view .product-img-box .zoom-notice {
	text-align: center;
	margin-bottom: 10px;
}

.product-view .product-img-box .zoom {
	display: none;
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 20px;
	padding: 0 20px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/slider_bg.gif) 50% 50% no-repeat;
	cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
	-moz-opacity: .3;
	-webkit-opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
/*IE8*/
	opacity: .3;
}

.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px;
}

.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 25px;
	height: 22px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/magnifier_handle.gif) 0 6px no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 1px;
	top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 1px;
	top: 0;
}

.product-view .product-img-box .more-views ul {
}

.product-view .product-img-box .more-views li {
	float: left;
	border: 1px solid #dbdbdb;
	margin: 0 0 8px 25px;
}

.product-view .product-img-box .more-views li:first-child {
	margin-left: 0px;
}

.product-view .product-img-box .more-views li a {
}

.product-image-popup {
	margin: 0 auto;
}

.product-image-popup .buttons-set {
	float: right;
	clear: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.product-image-popup .nav {
	margin: 0 100px;
	text-align: center;
}

.product-image-popup .image {
	display: block;
}

.product-image-popup .image-label {
}


/* Product Shop */
.product-view .product-shop {
	float: right;
	width: 375px;
}

.product-shop .delivery-time		{
	margin-bottom: 5px;
	}
.col1-layout .product-view .product-shop {
	float: right;
	width: 700px;
}

.col3-layout .product-view .product-shop {
	float: none;
	width: auto;
}

.product-view .product-name h1 {
	line-height: 28px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.product-view .short-description {
	padding-top: 5px;
}

.product-view input.qty {
	padding: 4px;
}

.product-view .product-shop .product-pricing {
	margin-bottom: 10px;
	padding-top: 10px;
}

.product-view .product-shop .product-pricing li {
	padding-bottom: 3px;
	background: #f4f4f4;
	display: inline-block;
	line-height: 22px;
	padding: 0 13px;
	font-size: 11px;
	margin-bottom: 3px;
}

.product-view .product-shop .product-pricing li .benefit,
.product-view .product-shop .product-pricing li .price {
	font-size: 12px;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #93CF0F;
}

.product-view .product-shop .price-box {
	display: inline-block;
	margin-right: 70px;
}

.product-view .product-shop .availability {
	display: inline-block;
}

.product-view .product-shop .add-to-box {
	padding: 14px 0 0 0;
}

.product-view .product-shop .add-to-box label {
	font-size: 12px;
}

.product-view .product-shop .add-to-links {
	margin-top: -8px;
}

.product-view .product-shop .add-to-cart .btn-cart {
	margin-top: -4px;
}

/* Product Options */
.product-options {
	padding: 10px;
	margin: 10px 0 0;
	border: 1px solid #dbdbdb;
	background-color: #f6f6f6;
}

.product-options dt label {
	font-weight: bold;
}

.product-options dt .qty-holder {
	float: right;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #000;
}

.product-options dd {
	margin: 10px 0;
}

.product-options dl.last dd.last {
}

.product-options dd input.input-text {
	width: 98%;
}

.product-options dd input.datetime-picker {
	width: 150px;
}

.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}

.product-options dd textarea {
	width: 98%;
	height: 8em;
}

.product-options dd select {
	width: 100%;
}

.product-options .options-list {
}

.product-options .options-list input.radio {
	float: left;
	margin: 3px -18px 0 0;
}

.product-options .options-list input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}

.product-options .options-list .label {
	display: block;
	margin-left: 20px;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required {
	padding: 15px 0 0;
	color: red;
}

.product-options-bottom {
	padding: 10px;
	border: 1px solid #dbdbdb;
	border-top: 0;
}

.product-options-bottom .price-box {
	margin: 0;
	
	text-align: right;
	width: 100%;
}

.product-options-bottom .add-to-cart {
	float: left;
}

.product-options-bottom .add-to-links {
	clear: left;
	margin: 0px !important;
	padding-top: 15px;
}

.product-options-bottom .add-to-cart button.button {
	margin-top: -4px;
}

.product-view .product-shop .product-options-bottom  .price-box.map-info a {
	display: block;
	padding: 0;
	margin: 0 10px 0 0;
}

.product-view .product-shop .product-options-bottom .price-box.map-info {
	margin-right: 55px;
}

/* Grouped Product */
.product-view .grouped-items-table {
}

/* Block: Description */
.product-view .box-description {
}

/* Block: Additional */
.product-view .box-additional {
}

.product-view .box-additional .data-table td.label, 
.product-view .box-additional .data-table th.label {
	padding-left: 25px;
	background: none;
}

.product-view .data-table tr.even {
	background: none;
}

/* Block: Upsell */
.product-view .box-up-sell {
}

.product-view .box-up-sell .products-grid td {
	width: 25%;
}

.product-view .box-up-sell .products-grid td .product-box {
	width: 200px;
	padding: 0px 11px 5px 0;
	border-right: 1px solid #DBDBDB;
	margin-right: 5px;
}

.product-view .box-up-sell .products-grid td.last .product-box {
	border: none;
	margin-right: 0px;
}

.product-view .box-up-sell .products-grid {
	border: none;
}

.product-view .box-up-sell .rating-box {
	float: none;
	margin: 0 auto 5px;
	text-align: center;
}

.product-view .box-up-sell .ratings {
	width: 165px;
	margin: 0 auto 15px;
}

.product-view .box-up-sell .price-box {
	display: block;
	text-align: center;
}

.product-view .box-up-sell .minimal-price-link .price {
	display: inline;
}
/* Block: Tags */
.product-view .box-tags {
	border: none;
	margin: 0px;
	padding: 0px;
}

.product-view .box-tags h2 {
	margin-bottom: 22px;
}

.product-view .box-tags h3 {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 12px;
}

.product-view .box-tags .form-add label {
	float: left;
	width: 100%;
}

.product-view .box-tags .form-add .input-box {
	float: left;
	width: 540px;
	margin: 0 5px 0 0;
}

.product-view .box-tags .form-add input.input-text {
	width: 530px;
	padding: 5px;
}

.product-view .box-tags .form-add button.button {
	margin-top: 3px;
}

.product-view .box-tags .form-add p {
	clear: both;
}

/* Block: Reviews */
.product-view .box-reviews {
}

.product-view .box-reviews .form-add {
}

/*** My Recent Reviews **/
.dashboard #my_recent_reviews li {
	padding-bottom: 7px;
}

.dashboard #my_recent_reviews li .ratings {
	margin: 0px 0 5px 0;
}

.dashboard #my_recent_reviews li .ratings strong {
	margin: 0 5px 0 0;
}

.dashboard #my_recent_reviews li .ratings .rating-box {
	margin: 0;
}

.dashboard #my_recent_reviews li .details .product-name {
	margin-bottom: 3px;
}

/* Send a Friend */
.send-friend {
}

.send-friend .buttons-set button.button {
	margin-left: 10px;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.col-main .product-name {
	font-size: 12px;
	font-weight: bold;
}

.col-main .product-name a {
	color: #000;
	line-height: 20px;
	text-decoration: none;
}

.col-main .product-name a:hover {
	text-decoration: underline;
}

/* Product Tags */
.tags-list li {
	display: inline;
	font-size: 15px;
	line-height: normal;
}

/* Advanced Search */
.advanced-search {
}

.advanced-search-amount {
	margin-bottom: 5px;
}

.advanced-search-summary {
	margin-bottom: 15px;
}

.advanced-search .form-list label {
	float: none;
}

/* CMS Home Page */
.cms-home .subtitle {
}

.cms-home .col-main {
	padding-bottom: 0px;
}

.cms-index-index .subtitle {
	margin-top: 20px;
}

.cms-index-index .subtitle_home,
.page-head {
	padding: 9px 10px 10px 8px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/title-bg-1.gif) repeat-x center top #000;
	border-radius: 4px 4px 0 0;
	font-family: 'Oswald', sans-serif;
	border-bottom: 1px solid #1b1b1b;
	margin: 5px -20px 0px -20px;
	color: #93CF0F;
}

.cms-index-index .subtitle_home span,
.page-head h3 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/title-marker.png) no-repeat scroll left 2px transparent;
	padding-left: 27px;
	margin: 0px;
	display: block;
}

.page-head {
	margin-bottom: 10px;
}

.cms-index-index .products-grid.last {
	border-bottom: 0;
}

.cms-index-index .products-grid li.item {
	padding-top: 20px;
	margin-right: 20px;
}

.cms-index-index .products-grid li.last {
	margin-right: 0px;
	width: 184px;
}

.cms-index-index .products-grid .product-image {
	width: 184px;
}

.cms-index-index .products-grid .product-name {
	margin-bottom: 5px;
}

.cms-home .col-left {
	margin-top: 0px;
}

.cms-home .grid-desc {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}

.cms-home .main .block .block-content {
	padding-bottom: 20px;
}
/*********************************************************** Slider styles *************************************/
.slider-wrapper {
	display: none;
	overflow: hidden;
	position: relative;
	width: 700px;
	height: 382px;
	padding: 0;
	margin: 20px 0 0 240px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/slider-bg.gif) repeat-x center bottom;
	border-radius: 0 0 4px 4px;
}

.slider {
	width: 700px;
	height: 343px;
}

.items {
	display: none;
}

.control-box {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/control-box.png) repeat center top;
	border: 1px solid #fff;
	position: absolute;
	left: 27px;
	bottom: 44px;
	z-index: 555;
	padding: 6px 6px 5px 5px;
}

.pagination {
	position: absolute;
	left: 8px;
	bottom: 8px;
	z-index: 9999;
}

.pagination li {
	float: left;
	padding-right: 2px;
}

.pagination li a {
	height: 22px;
	width: 22px;
	display: block;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/pagination.png) no-repeat right top;
	font-size: 12px;
	line-height: 21px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.pagination li a:hover {
	color: #93CF0F;
}

.pagination li.current a {
	cursor: default;
	color: #93CF0F;
}

.banner {
	width: 700px;
	height: 343px;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 999;
	overflow: hidden;
}

.banner-padding {
	padding: 58px 0px 0px 0px;
	width: 400px;
	float: right;
	text-align: right;
	margin-right: 57px;
}

.title-img-1 {
	height: 63px;
	width: 100%;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/media/title-img-1.png) no-repeat right top;
}

.title-img-2 {
	height: 68px;
	width: 100%;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/media/title-img-2.png) no-repeat right top;
}

.title-img-3 {
	height: 62px;
	width: 100%;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/media/title-img-3.png) no-repeat right top;
}

.banner-title {
	font-family: 'Anton', sans-serif;
	display: block;
	font-size: 44px;
	color: #fff;
	line-height: normal;
	overflow: hidden;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.banner-title.bl {
	color: #000;
}

.banner-desc {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #939393;
	display: block;
	font-family: 'Oswald',sans-serif;
	margin-bottom: 15px;
}

.banner-button {
	font-family: 'Anton', sans-serif;
	font-size: 19px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	background: #2e2e2e;
	color: #fff;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	border: 1px solid #3e3e3e;
	border-bottom: 1px solid #121212;
	border-right: 1px solid #121212;
}

.banner-button span {
	display: inline-block;
	padding-right: 30px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/banner-button-marker.png) no-repeat right 9px;
}

.banner-button:hover {
	color: #dbac58;
}

/* Sitemap */
.page-sitemap .links {
	text-align: right;
	margin: 0 8px -22px 0;
}

.page-sitemap .links a {
	text-decoration: none;
	position: relative;
}

.page-sitemap .links a:hover {
	text-decoration: underline;
}

.page-sitemap .sitemap {
	margin: 12px 5px;
}

.page-sitemap .sitemap a {
}

.page-sitemap .sitemap li {
	margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
}

.page-sitemap .sitemap li {
	font-size: 12px;
	line-height: 18px;
}

.page-sitemap .sitemap li a:hover {
	text-decoration: underline;
}

.page-sitemap .sitemap li a {
	display: inline-block;
	text-decoration: none;
}

/* RSS */
.rss-title h1 {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/i_rss-big.png) 0 4px no-repeat;
	padding-left: 27px;
}

.rss-table .link-rss {
	display: block;
	line-height: 1.35;
	background-position: 0 2px;
}
/* ======================================================================================= */
.form-alt li {
	overflow: hidden;
	margin-bottom: 10px;
}

/* Shopping Cart ========================================================================= */
.cart {
}

.cart .data-table th,
.cart .data-table td {
	border-color: #eaeaea;
	background: #fff;
	color: #000;
}

.cart .data-table td {
	padding: 10px;
	vertical-align: middle;
}

.cart .data-table td .btn-continue {
	float: left;
}

.cart .data-table td .product-name a {
	text-decoration: none;
	color: #7f7f7f;
}

.cart .data-table td .product-name a:hover {
	color: #000;
}

.cart .data-table .nobr {
	display: block;
	text-align: center;
}

.cart .price {
	font-size: 15px;
}

/* Checkout Types */
.cart .checkout-types {
	float: right;
	text-align: right;
}

.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
	margin: 0 8px;
	line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
	clear: both;
	display: block;
	padding: 3px 55px 8px 0;
	line-height: 1.0;
	font-size: 11px;
}

.cart .wrapper .checkout-types li {
	float: left;
	margin: 0 0 5px 5px;
}
/* Shopping Cart Table */
.cart-table .item-msg {
	font-size: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	padding: 25px 0 25px;
}

.cart .cart-collaterals .col2-set {
	float: left;
	width: 600px;
}

.cart .page-title.title-buttons .checkout-types {
	//padding-top: 53px;
}

.cart .crosssell {
	padding: 14px 0;
	border: 1px solid #DBDBDB;
}

.cart .cart-collaterals .col-1 {
	width: 43%;
}

.cart .cart-collaterals .col-2 {
	width: 55%;
}

.cart .crosssell h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #343434;
	padding: 0 17px;
	margin: 0px;
}

.cart .crosssell .product-image {
	float: left;
	width: 100px;
	height: 75px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	padding: 3px;
	text-align: center;
}

.cart .crosssell .product-details {
	margin-left: 120px;
}

.cart .crosssell li.item {
	border-bottom: 1px solid #DBDBDB;
	padding: 14px 0 26px 0;
	margin: 0 14px 10px;
}

.cart .crosssell li.last {
	border: none;
}

.cart .crosssell .product-name {
	margin-bottom: 16px;
}

.cart .crosssell .product-name a {
}

.cart .crosssell .product-name {
	margin-bottom: 10px;
}

.cart .crosssell .price {
}

.cart .crosssell .product-name a:hover {
	color: #E21D30;
}

.cart .crosssell .price-box {
	margin-bottom: 10px;
}

.cart .crosssell .add-to-links {
	padding-top: 15px;
}

#shopping-cart-table .product-image {
	display: inline-block;
}

.cart-table .price {
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {
	margin-bottom: 19px;
}

.cart .discount,
.cart .shipping {
	border: 1px solid #DBDBDB;
	padding: 13px 10px 10px 14px;
	overflow: hidden;
}

.cart .discount .discount-form  button.button {
	margin-bottom: 5px;
	clear: right;
}

.cart .shipping {
	padding-top: 11px;
}

.cart .shipping .buttons-set {
	padding-left: 0px;
	padding-top: 0px;
}

.cart .shipping .buttons-set button.button {
	float: left;
}

.cart .cart-collaterals .col-2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-bottom: 8px;
}

.cart .discount-form label {
	margin-bottom: 8px;
	display: block;
}

.cart input,
.cart select {
	border-color: #d9d9d9;
	color: #000;
	font-size: 11px;
}

.cart select {
	height: 22px;
	padding-top: 2px;
}

.cart .discount-form .input-box {
	float: left;
}

.cart .discount-form .input-box input {
	width: 155px;
	padding: 5px;
}

.cart .discount-form .buttons-set {
	margin: -8px 0 0 0;
	clear: right;
	overflow: hidden;
}

.cart .shipping p {
	margin-bottom: 11px;
}

.cart .shipping label {
	display: block;
	font-size: 12px;
	line-height: normal;
	color: #000;
	margin-bottom: 5px;
	font-weight: normal;
}

.cart .shipping .form-list li {
	margin-bottom: 10px;
}

.cart .shipping .form-list li input {
	width: 272px;
}

.cart .shipping .form-list li select {
	width: 278px;
}
/* Shopping Cart Totals */
.cart .totals {
	float: right;
	background: #f7f7f7;
	width: 260px;
	padding: 30px 15px 30px 15px;
	border: 1px solid #f0f0f0;
}

.cart .totals table {
	width: 100%;
	font-size: 12px;
	color: #7f7f7f;
	margin-bottom: 25px;
}

.cart .totals table th,
.cart .totals table td {
	padding: 5px;
	font-size: 13px;
	color: #000;
	line-height: normal;
}

.cart .totals table strong {
	font-weight: normal;
}

.cart .totals table th {
	font-weight: bold;
}

.cart .totals table tfoot th {
}

.cart .totals .price {
	font-size: 12px;
	line-height: normal;
	min-width: 70px;
	display: inline-block;
	padding-right: 25px;
}

.checkout-types li {
	padding-bottom: 15px;
}

.checkout-types li a {
	color: #7f7f7f;
}

.cart .totals .checkout-types {
	text-align: center;
	float: none;
}

/* Options Tool Tip */
.item-options dt {
	font-weight: bold;
	font-style: italic;
}

.item-options dd {
	padding-left: 10px;
}

.truncated {
	cursor: help;
	display: inline-block;
}

.truncated a.dots {
	cursor: help;
}

.truncated a.details {
	cursor: help;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
	top: 10px;
}

.truncated .truncated_full_value .item-options {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #dbdbdb;
	background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
	font-weight: bold;
	text-transform: uppercase;
}

.truncated .show .item-options {
	top: -20px;
	left: 50%;
}

.col-left .truncated .show .item-options {
	left: 30px;
	top: 7px;
}

.col-right .truncated .show .item-options {
	left: -240px;
	top: 7px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
	font-weight: bold;
}

.sp-methods .price {
	font-weight: bold;
}

.sp-methods .form-list {
	padding-left: 20px;
}

.sp-methods select.month {
	width: 150px;
	margin-right: 10px;
}

.sp-methods select.year {
	width: 96px;
}

.sp-methods input.cvv {
	width: 3em !important;
}

.sp-methods .checkmo-list li {
	margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
	width: 135px;
	padding-right: 10px;
	text-align: right;
}

.sp-methods .checkmo-list address {
	float: left;
}

.sp-methods .centinel-logos a {
	margin-right: 3px;
}

.sp-methods .centinel-logos img {
	vertical-align: middle;
}

.sp-methods .release-amounts {
	margin: 0.5em 0 1em;
}

.sp-methods .release-amounts button {
	float: left;
	margin: 5px 10px 0 0;
}

.please-wait {
	float: right;
	margin-right: 5px;
}

.please-wait img {
	vertical-align: middle;
}

.cvv-what-is-this {
	cursor: help;
	margin-left: 5px;
}

/* Tooltip */
.tool-tip {
	border: 1px solid #dbdbdb;
	background-color: #f6f6f6;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}

.tool-tip .btn-close {
	text-align: right;
}

.tool-tip .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/btn_window_close.gif) 100% 0 no-repeat;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}

.tool-tip .tool-tip-content {
	padding: 5px;
}

/* Gift Messages */
.gift-messages {
}

.gift-messages-form {
	border: 1px solid #dbdbdb;
	background-color: #f5f5f5;
	padding: 10px;
}

.gift-messages-form {
	position: relative;
}

.gift-messages-form label {
	float: none !important;
	position: static !important;
}

.gift-messages-form h4 {
}

.gift-messages-form .whole-order {
}

.gift-messages-form .item {
	margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}

.gift-messages-form .item .product-image {
	margin: 0 0 7px;
}

.gift-messages-form .item .number {
	margin: 0;
	font-weight: bold;
	text-align: center;
}

.gift-messages-form .item .details {
	margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
}

.gift-messages-form .form-list li.wide textarea {
	max-width: 340px;
}

.gift-messages-form  .inner-box .form-list li.wide textarea {
	max-width: 288px;
}

.gift-message-link {
	display: block;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/bkg_collapse.gif) 0 4px no-repeat;
	padding-left: 20px;
}

.gift-message-link.expanded {
	background-position: 0 -53px;
}

.gift-message-row {
}

.gift-message-row .btn-close {
	float: right;
}

.gift-message dt strong {
	font-weight: bold;
}

/* Checkout Agreements */
.checkout-agreements {
}

.checkout-agreements li {
	margin: 10px 0;
}

.checkout-agreements .agreement-content {
	border: 1px solid #dbdbdb;
	background-color: #f6f6f6;
	padding: 5px;
	height: 10em;
	overflow: auto;
}

.checkout-agreements .agree {
	padding: 6px;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
	border: 1px solid #dbdbdb;
	background: #fff;
}

.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/* Generic Info Set */
.info-set {
}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
}

.block-progress dt {
	font-size: 11px;
	color: #343434;
	border-top: 1px solid #b6b6b6;
	padding: 11px 0 11px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.block-progress dt:first-child {
	border-top: none;
}

.block-progress dt.complete,
.block-progress dd.complete {
	border-top: 1px solid #b6b6b6;
	margin-top: -1px;
	padding-bottom: 12px;
}

.block-progress dd.complete {
	padding: 24px 0px;
}

.opc {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
}

.opc li.section {
	border: 1px solid #dbdbdb;
	border-bottom: 0;
}

.opc p {
	margin-bottom: 5px;
}

.opc .buttons-set.disabled button.button {
	display: none;
}

.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
}

.opc .step-title {
	background-color: #f6f6f6;
	padding: 11px 25px 14px;
	text-align: right;
}

.opc .step-title .number {
	float: left;
	line-height: normal;
	font-weight: bold;
	margin-right: 10px;
	padding: 1px 5px;
	border: 1px solid #57595C;
	color: #57595C;
}

.opc .step-title h2 {
	float: left;
	font-weight: bold;
	color: #57595C;
	font-size: 0.91em;
	margin-bottom: 0;
	padding-top: 3px;
}

.opc .step-title a {
	display: none;
	float: right;
}

.opc .allow .step-title {
	cursor: pointer;
}
/*.opc .allow .step-title a { display:block; }*/

.opc .active {
}

.opc .active .step-title {
	background-color: #ccc;
	cursor: default;
}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
	border-top: 1px solid #dbdbdb;
	padding: 10px;
	position: relative;
}

.opc .step .tool-tip {
	right: 10px;
}

.opc .order-review {
}

.opc .buttons-set {
	border: 0;
}

.opc .field {
	width: 335px;
}

.opc .fields input,
.opc .field input {
	width: 286px;
}

.opc .name-lastname,
.opc .field-2 {
	width: 292px;
	float: left;
}

.opc .field-2 input {
	width: 280px;
}

.opc .field-2 select {
	width: 286px;
}

.opc .name-firstname {
	width: 335px;
}

.opc .name-middlename {
	width: 125px;
}

.opc .name-middlename input {
	width: 81px!important;
}

.opc .name-lastname input {
	width: 280px!important;
}

.opc .sp-methods dt {
	padding-bottom: 5px;
}

.opc .form-list {
	margin: 10px 0;
}

.opc .form-list li.wide input.input-text {
	width: 615px;
}


/* Multiple Addresses Checkout */
.checkout-progress {
	padding: 0 50px;
	margin: 10px 0 50px;
}

.checkout-progress li {
	float: left;
	width: 20%;
	border-top: 5px solid #ccc;
	text-align: center;
	color: #ccc;
}

.checkout-progress li.active {
	border-top-color: #000;
	color: #000;
}

.multiple-checkout {
	position: relative;
}

.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 10px;
}

.multiple-checkout .grand-total {
	font-size: 1.5em;
	text-align: right;
}

.multiple-checkout .grand-total big {
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}

.multiple-checkout .grand-total .price {
}

.multiple-checkout .box {
	margin-bottom: 20px;
}

.multiple-checkout table {
	margin-bottom: 10px;
}

.multiple-checkout p {
	margin-bottom: 5px;
}

.multiple-checkout .col-2.col-wide {
	width: 50%;
}

.multiple-checkout  .box-title h3,
.multiple-checkout .col-2.col-wide  h3 {
	font-size: 14px;
	line-height: normal;
}

.multiple-checkout .col-2.col-wide .box {
	margin-left: 100px;
}

.multiple-checkout .page-title {
	background: none;
	border-color: #DBDBDB;
}

.multiple-checkout .page-title h1 {
	background: none;
	color: #000;
	line-height: 31px;
}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {
}

.account-login .new-users {
}

.account-login .registered-users {
}

.account-create {
}
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/window_overlay.png) repeat;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
}

.remember-me label {
}

.remember-me-popup {
}

.remember-me-popup h3 {
}

.remember-me-popup .remember-me-popup-head {
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
}

.remember-me-popup .remember-me-popup-body {
}

.remember-me-popup .remember-me-popup-body a {
}
/*==================== Remember Me Popup =============================================== */

/*==================== Wishlist Form ========================================== */
#wishlist-view-form #wishlist-table textarea {
	min-height: 150px;
	min-width: 283px;
	max-width: 283px;
	max-height: 190px;
}

#wishlist-view-form #wishlist-table a {
	display: inline-block;
	margin-bottom: 5px;
}

#wishlist-view-form #wishlist-table p,
#wishlist-view-form #wishlist-table button.button {
	margin-bottom: 5px;
}

#wishlist-view-form .buttons-set.buttons-set2  button.button {
	margin-right: 20px;
}
/*=====================  End  ================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}

.my-account {
}

.my-account .page-title a {
	display: inline-block;
	margin: 0px 10px 0 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}

.my-account .pager {
	margin-bottom: 10px;
}

.my-account .sub-title {
	font-size: 12px;
	padding: 10px 0;
}

.my-account #form-validate .fieldset {
	margin: 28px 0px;
}

.my-account table tr td {
	vertical-align: middle;
}

.cart-empty {
	padding: 0 10px;
}

.my-account .addresses-list ol li {
	padding-bottom: 15px;
}

.my-account .page-title.title-buttons button.button {
	margin: 5px 5px 0 0;
}

.my-account table .product-name a {
	color: #7F7F7F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.my-account table .product-name a:hover {
	text-decoration: underline;
}

.my-account .my-tag-edit .btn-remove {
	display: inline-block;
}

#my-tags-table .add-to-links {
	white-space: nowrap;
}

.my-account .box-head a {
	float: right;
	margin-top: 3px;
}

.my-account .box-head h2 {
	float: left;
}

.my-account .box .box-title {
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 5px;
}

.my-account .box .box-title h3 {
	float: left;
}

.my-account .box .box-title a {
	float: right;
	margin-top: 2px;
}

.my-account .col2-set .col-1,
	.my-account .col2-set .col-2 {
	width: 47%;
}

/********** < Dashboard */
.dashboard {
}

.dashboard .welcome-msg {
}

.dashboard .welcome-msg .hello {
	margin-bottom: 10px;
	font-size: 1.09em;
}

.dashboard .data-table {
	margin: 10px 0 15px;
}

.dashboard .col2-set {
	padding: 10px 0 15px;
}

.dashboard .box-title,
.dashboard .box-head {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
}

.dashboard .box-title {
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 5px;
}

.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3 {
	float: left;
}

.dashboard .box-title h2,
.dashboard .box-head h2 {
	font-size: 1.09em;
}

.dashboard .box-content h4 {
	font-size: 0.91em;
}

.dashboard .box-title a,
.dashboard .box-head a {
	float: right;
}

/* Block: Recent Orders */
.dashboard .box-recent {
	margin: 10px 0;
}

.dashboard .box-head a {
	margin-bottom: 10px;
	display: inline-block;
}
/* Block: Account Information */
.dashboard .box-info {
}

.dashboard .box-info  .col2-set {
	margin-bottom: 10px;
}

.dashboard .box-info a {
	display: inline-block;
	margin-bottom: 5px;
}
/* Block: Reviews */
.dashboard .number {
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	margin: 3px 10px 0 0;
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px solid #6a6a6a;
	line-height: 17px;
}

.dashboard .box-reviews #my_recent_reviews h3 {
	margin-bottom: 5px !important;
}

.dashboard .box-reviews .details {
	margin-left: 30px;
}

/* Block: Tags */
#my_recent_tags > li {
	padding-bottom: 10px;
}

.tags li {
	display: inline;
	text-transform: capitalize;
	padding: 0 5px 0 0px;
}

.tags li a {
	color: #7f7f7f;
	text-decoration: none;
	margin-right: 5px;
}

.dashboard .box-tags .details {
	margin-left: 30px;
}

/********** Dashboard > */

/* Address Book */
.addresses-list {
}

.addresses-list-additional li.item {
}

/* Order View */
.order-info {
	border: 1px solid #dbdbdb;
	padding: 5px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
	display: inline;
}

.order-info dt {
	font-weight: bold;
}

.order-date {
	margin: 10px 0;
}

.order-info-box {
}

.order-info-box {
	margin-bottom: 15px;
}

.order-items {
	width: 100%;
	overflow-x: auto;
}

.order-additional {
	margin: 15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
	color: #666;
}

.gift-message dd {
	font-size: 13px;
	margin: 5px 0 0;
}
/* Order Comments */
.order-about dt {
	font-weight: bold;
}

.order-about dd {
	font-size: 13px;
	margin: 0 0 7px;
}

.tracking-table {
	margin: 0 0 15px;
}

.tracking-table th {
	font-weight: bold;
	white-space: nowrap;
}

.tracking-table-popup {
	width: 100%;
}

.tracking-table-popup th {
	font-weight: bold;
	white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
	padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
}

.page-print .print-head img {
	float: left;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}

/* Print Pages */
.page-print .print-head {
	margin-bottom: 20px;
}

.page-print .col-1,
.page-print .col-2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	width: 46%;
}

.page-print h1 {
	font-size: 25px;
	line-height: 40px;
}

.page-print  h2 {
	margin-bottom: 5px;
}

.page-print th.a-right {
	text-align: center !important;
}
/* Price Rewrites */
.page-print .gift-message-link {
	display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
	display: inline;
}

/* My Reviews */
.product-review .product-img-box {
	float: left;
	width: 175px;
	margin-right: 15px;
}

.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px;
}

.product-review .product-img-box .label {
	font-size: 11px;
	margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 auto 3px;
}

.product-review .product-details {
	margin-left: 150px;
}

.product-review .product-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}

.product-review h3 {
}

.product-review .ratings-table {
	margin: 0 0 10px;
}

.product-review dt {
	font-weight: bold;
}

.product-review dd {
	font-size: 13px;
	margin: 5px 0 0;
}
/* ======================================================================================= */

/* Product Comparison Table */
#product_comparison .product-shop-row td,
#product_comparison .add-to-row td {
	text-align: center;
}

#product_comparison .product-shop-row td .product-image {
	display: inline-block;
	margin-bottom: 10px;
}

#product_comparison .product-name,
#product_comparison .price-box,
#product_comparison p {
	margin-bottom: 5px;
}

#product_comparison .product-shop-row td .add-to-links li,
#product_comparison .add-to-row td .add-to-links li {
	float: none;
}

/* MAP Popup============================================================================== */
.price-box.map-info .price {
	padding-right: 10px;
}

.product-view .product-shop .price-box.map-info {
	margin: 0px 0 10px;
}

.product-view .product-shop .price-box.map-info a {
	padding: 0 5px;
}

.cart-msrp-totals {
	color: red;
	font-size: 12px !important;
	font-weight: bold;
	margin: 10px 10px 0;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
}

.map-cart-sidebar-total {
	color: red;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	text-shadow: 0 1px 0 #fff;
}

.map-popup {
	background: #fff;
	border: 1px solid #aaa;
	margin: 12px 0 0;
	position: absolute;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
	text-align: left;
	width: 300px;
	z-index: 100;
}

.map-popup-heading {
	background: #000;
	border-bottom: 1px solid #ccc;
	padding: 5px 30px 5px 10px;
	width: 260px;
}

.map-popup-heading h2 {
	font-size: 17px;
	margin: 0;
	color: #fff;
	word-wrap: break-word;
	text-align: left;
	text-overflow: ellipsis;
}

.map-popup-arrow {
	background: 0;
	position: absolute;
	left: 50%;
	top: -10px;
	height: 10px;
	width: 19px;
}

.map-popup-close {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/btn_window_close.gif) no-repeat;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	height: 15px;
	width: 15px;
	text-indent: -9999em;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.map-popup-content {
	border-top: 1px solid #eee;
	padding: 10px;
	overflow: hidden;
	text-align: left;
	width: 280px;
}

.map-popup-checkout {
	display: inline;
	float: right;
	text-align: right;
}

.map-popup-checkout span {
	display: block;
	padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
	margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
	margin: 0;
	padding: 5px 0;
}

.map-popup-price {
	margin: 5px 0 0;
}

.map-popup-text {
	clear: right;
	margin: 0 10px;
	padding: 10px 0;
	text-align: left;
	word-wrap: break-word;
}

.map-popup-only-text {
	border-top: 1px solid #dbdbdb;
}
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container {
	background: #292929;
	padding: 39px 0 25px 0;
	color: #ececec;
}

.footer {
	padding: 0;
	width: 940px;
	margin: 0 auto;
	color: #000;
	text-align: left;
}

.footer .wrapper {
	border-bottom: 1px solid #404040;
	padding-bottom: 32px;
	margin-bottom: 24px;
}

.footer h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald',sans-serif;
	letter-spacing: 1px;
	margin-bottom: 11px;
}

.footer a {
	color: #ececec;
}

.footer p {
	text-align: right;
}

.footer address {
	float: left;
	color: #ececec;
}

.store-switcher {
	float: right;
}

.footer ul {
}

.footer ul li,
.footer ul li.first,
.footer ul li.last {
	display: block;
	font-size: 12px;
	color: #ececec;
	line-height: 20px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/marker-3.png) no-repeat left 5px !important;
	padding: 2px 0 2px 24px!important;
}

.footer ul li a {
	text-decoration: none;
	color: #ececec;
}

.footer ul li a:hover {
	color: #93CF0F;
}

.footer-container .bottom-container {
	text-align: center;
}

.footer .col-1,
.footer .col-2,
.footer .col-3 {
	float: left;
	width: 235px;
	margin-right: 5px;
}
/* ======================================================================================= */

/* ------------------------------------------------------------------------------------------------------------------------------------------
																	Pretty Photo	
																This you can edit.
------------------------------------------------------------------------------------------------------------------------------------------ */

	/* --------------------------------------------------------------------------------------------------------------------------
																Default Theme
	---------------------------------------------------------------------------------------------------------------------------- */

div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right {
	height: 13px;
}

div.pp_default .pp_top .pp_left {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
} /* Top left corner */
div.pp_default .pp_top .pp_middle {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
} /* Top pattern/color */
div.pp_default .pp_top .pp_right {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
} /* Top right corner */
	
div.pp_default .pp_content .ppt {
	color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right: 13px;
}

div.pp_default .pp_content {
	background-color: #fff;
} /* Content background */
div.pp_default .pp_next:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite_next.png) center right  no-repeat;
	cursor: pointer;
} /* Next button */
div.pp_default .pp_previous:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.pp_default .pp_expand {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
} /* Expand button */
div.pp_default .pp_expand:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.pp_default .pp_contract {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
} /* Contract button */
div.pp_default .pp_contract:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor: pointer;
} /* Close button */
div.pp_default #pp_full_res .pp_inline {
	color: #000;
}

div.pp_default .pp_gallery ul li a {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa;
}

div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a {
	border-color: #fff;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto;
}

div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px;
}

div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px;
}

div.pp_default .pp_details {
	position: relative;
}

div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	margin: 4px 0 0 0;
	width: 20px;
}

div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px;
} /* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
	margin-top: 5px;
}

div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 105px;
	position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	font-color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 2px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7;
}

div.pp_default .pp_description {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
} /* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
} /* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
} /* Bottom right corner */

div.pp_default .pp_loaderIcon {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/default/loader.gif) center center no-repeat;
} /* Loader icon */
	
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */

div.light_rounded .pp_top .pp_left {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
} /* Top left corner */
div.light_rounded .pp_top .pp_middle {
	background: #fff;
} /* Top pattern/color */
div.light_rounded .pp_top .pp_right {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
} /* Top right corner */
	
div.light_rounded .pp_content .ppt {
	color: #000;
}

div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right {
	background: #fff;
}

div.light_rounded .pp_content {
	background-color: #fff;
} /* Content background */
div.light_rounded .pp_next:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat;
	cursor: pointer;
} /* Next button */
div.light_rounded .pp_previous:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.light_rounded .pp_expand {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
} /* Expand button */
div.light_rounded .pp_expand:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.light_rounded .pp_contract {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
} /* Contract button */
div.light_rounded .pp_contract:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
} /* Close button */
div.light_rounded .pp_details {
	position: relative;
}

div.light_rounded .pp_description {
	margin-right: 85px;
}

div.light_rounded #pp_full_res .pp_inline {
	color: #000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.light_rounded .pp_nav .pp_play {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_rounded .pp_arrow_previous {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
} /* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.light_rounded .pp_arrow_next {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
} /* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
} /* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
	background: #fff;
} /* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
} /* Bottom right corner */

div.light_rounded .pp_loaderIcon {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
} /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
div.dark_rounded .pp_top .pp_left {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
} /* Top left corner */
div.dark_rounded .pp_top .pp_middle {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
} /* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
} /* Top right corner */
	
div.dark_rounded .pp_content_container .pp_left {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
} /* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
} /* Right Content background */
div.dark_rounded .pp_content {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
} /* Content background */
div.dark_rounded .pp_next:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat;
	cursor: pointer;
} /* Next button */
div.dark_rounded .pp_previous:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.dark_rounded .pp_expand {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
} /* Expand button */
div.dark_rounded .pp_expand:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.dark_rounded .pp_contract {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
} /* Contract button */
div.dark_rounded .pp_contract:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
} /* Close button */
div.dark_rounded .pp_details {
	position: relative;
}

div.dark_rounded .pp_description {
	margin-right: 85px;
}

div.dark_rounded .currentTextHolder {
	color: #c4c4c4;
}

div.dark_rounded .pp_description {
	color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
	color: #fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.dark_rounded .pp_nav .pp_play {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_rounded .pp_arrow_previous {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
} /* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.dark_rounded .pp_arrow_next {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
} /* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
} /* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
} /* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
} /* Bottom right corner */

div.dark_rounded .pp_loaderIcon {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
} /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content {
	background: #000;
}

div.dark_square .currentTextHolder {
	color: #c4c4c4;
}

div.dark_square .pp_description {
	color: #fff;
}

div.dark_square .pp_loaderIcon {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
} /* Loader icon */
	
div.dark_square .pp_expand {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
} /* Expand button */
div.dark_square .pp_expand:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.dark_square .pp_contract {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
} /* Contract button */
div.dark_square .pp_contract:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
} /* Close button */
div.dark_square .pp_details {
	position: relative;
}

div.dark_square .pp_description {
	margin: 0 85px 0 0;
}

div.dark_square #pp_full_res .pp_inline {
	color: #fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.dark_square .pp_nav {
	clear: none;
}

div.dark_square .pp_nav .pp_play {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_square .pp_nav .pp_pause {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_square .pp_arrow_previous {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
} /* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.dark_square .pp_arrow_next {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
} /* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.dark_square .pp_next:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat;
	cursor: pointer;
} /* Next button */
div.dark_square .pp_previous:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content {
	background: #fff;
}

div.light_square .pp_content .ppt {
	color: #000;
}

div.light_square .pp_expand {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
} /* Expand button */
div.light_square .pp_expand:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.light_square .pp_contract {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
} /* Contract button */
div.light_square .pp_contract:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
} /* Close button */
div.light_square .pp_details {
	position: relative;
}

div.light_square .pp_description {
	margin-right: 85px;
}

div.light_square #pp_full_res .pp_inline {
	color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_square .pp_nav .pp_pause {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_square .pp_arrow_previous {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
} /* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.light_square .pp_arrow_next {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
} /* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.light_square .pp_next:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_square/btnNext.png) center right  no-repeat;
	cursor: pointer;
} /* Next button */
div.light_square .pp_previous:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
	
div.light_square .pp_loaderIcon {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
} /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
div.facebook .pp_top .pp_left {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
} /* Top left corner */
div.facebook .pp_top .pp_middle {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
} /* Top pattern/color */
div.facebook .pp_top .pp_right {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
} /* Top right corner */
	
div.facebook .pp_content .ppt {
	color: #000;
}

div.facebook .pp_content_container .pp_left {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
} /* Content background */
div.facebook .pp_content_container .pp_right {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
} /* Content background */
div.facebook .pp_content {
	background: #fff;
} /* Content background */
div.facebook .pp_expand {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
} /* Expand button */
div.facebook .pp_expand:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.facebook .pp_contract {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
} /* Contract button */
div.facebook .pp_contract:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
} /* Close button */
div.facebook .pp_details {
	position: relative;
}

div.facebook .pp_description {
	margin: 0 37px 0 0;
	display: none!important;
}

div.facebook #pp_full_res .pp_inline {
	color: #000;
}

div.facebook .pp_loaderIcon {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/loader.gif) center center no-repeat;
} /* Loader icon */
	
div.facebook .pp_arrow_previous {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
} /* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default;
}

div.facebook .pp_arrow_next {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
} /* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default;
}

div.facebook .pp_nav {
	margin-top: 0;
}

div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_nav .pp_pause {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_next:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.facebook .pp_previous:hover {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
	
div.facebook .pp_bottom .pp_left {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
} /* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
} /* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
} /* Bottom right corner */


/* -------------------------------------------------------------------------------------------------------------------------------------
	DO NOT CHANGE
----------------------------------------------------------------------------------------------------------------------------------------- */

div.pp_pic_holder a:focus {
	outline: none;
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}

.pp_top {
	height: 20px;
	position: relative;
}

* html .pp_top {
	padding: 0 20px;
}

.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_top .pp_middle {
	left: 0;
	position: static;
}

.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_content {
	height: 40px;
	min-width: 40px;
}

* html .pp_content {
	width: 40px;
}

.pp_fade {
	display: none;
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_content_container .pp_left {
	padding-left: 20px;
}

.pp_content_container .pp_right {
	padding-right: 20px;
}

.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px 0;
}

.pp_description {
	display: none;
	margin: 0;
}

.pp_social {
	float: left;
	margin: 7px 0 0 0;
}

.pp_social .facebook {
	float: left;
	position: relative;
	top: -1px;
	margin-left: 5px;
	width: 55px;
	overflow: hidden;
}

.pp_social .twitter {
	float: left;
}

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}

.pp_nav p {
	float: left;
	margin: 2px 4px;
}

.pp_nav .pp_play,
					.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

a.pp_arrow_previous,
					a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap;
}

.pp_gallery ul a {
	border: 1px #000 solid;
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery ul a:hover,
			.pp_gallery li.selected a {
	border-color: #fff;
}

.pp_gallery ul a img {
	border: 0;
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.pp_gallery li.default a {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery li.default a img {
	display: none;
}

.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}

a.pp_next {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_previous {
	background: url(https://www.handyreparaturfabrik.de/skin/frontend/headways/handyrep/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_expand,
		a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}

a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px;
}

.pp_bottom {
	height: 20px;
	position: relative;
}

* html .pp_bottom {
	padding: 0 20px;
}

.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}

.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}

#pp_full_res {
	line-height: 1 !important;
}

#pp_full_res .pp_inline {
	text-align: left;
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px 0;
}

div.ppt {
	color: #fff;
	display: none!important;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999;
}


/* -----------------------------------------------------------------------------------------------------------------
																Pretty Photo	
																	End
----------------------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
/* ======================================================================================= */

.magazento-powered {
	display: none;
}

.product-add-sample-wrapper, .add-to-box {
}

.add-to-box {
	font-size: 14px;
	color: #000;
	background: #fff;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.add-to-box	p.desc, .add-to-box table, .add-to-cart {
	margin: 10px;
}

.add-to-box table td {
	margin: 2px;
}

.add-to-box table label, .add-to-cart label {
	font-size: 14px;
	font-weight: 900;
	color: #93CF0F;
}

.add-to-box .or {
	display: none;
	float: none;
}

.block-mostpopular .block-title span {
	color: #FFFFFF;
	font: bold 12px/2em Arial,Helvetica,sans-serif;
	padding: 12px 0 3px 10px;
	text-transform: uppercase;
}

.block-mostpopular {
	-moz-box-shadow: 2px 2px 11px #696969;
	border: 1px solid #CACACA;
	color: #333333;
	font-size: 10px;
	margin: 0 0 15px;
}

.block-mostpopular .block-title {
	background: none repeat scroll 0 0 #93CF0F;
	border-bottom: 1px solid #CACACA;
	height: 25px;
	overflow: hidden;
}

.block-mostpopular .block-title span {
	color: #FFFFFF;
	font: bold 12px/2em Arial,Helvetica,sans-serif;
	padding: 12px 0 3px 10px;
	text-transform: uppercase;
}

.block-mostpopular .block-content {
}

.block-mostpopular ul, .block-mostpopular ol {
	list-style: none outside none;
	border-bottom: 1px solid #dbdbdb;
}

.block-mostpopular .block .block-content li.item {
	border-bottom: 1px solid #dbdbdb;
}

.block-mostpopular .mini-products-list .product-image {
	padding: 5px;
	background: #fff;
	border: 1px solid #dbdbdb;
	text-align: center;
	border-radius: 3px;
	float: left;
	width: 53px;
	margin-right: 5px;
}

.block-mostpopular a {
	color: #93CF0F;
	text-decoration: underline;
}

.block-mostpopular .mini-products-list .product-details {
	margin-left: 5px;
	padding-left: 5px;
}

.block-mostpopular .block .block-content .product-name {
	color: #000;
}

.block-mostpopular .product-name {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

.block-mostpopular .price-box {
	margin: 5px 0;
}

.block-mostpopular .link-cart {
	color: #DC6809 !important;
	font-weight: bold;
}

.block-mostpopular .availability.out-of-stock span {
	color: #D83820;
}

.block-mostpopular .availability span {
	font-weight: bold;
}

.magazento-powered, .magazento-powered a {
	color: #888;
	font-size: 9px;
	text-align: right;
	text-decoration: none;
	margin: 0;
}

.shipping_german {
	font-size: 10px;
}

.pak_calc td {
	//border: 1px solid #dbdbdb;
	margin: 2px;
	padding: 2px;
}
	
/* Spoiler Aufklapptext */
span.seperator {
	display: none !important;
}

.spoiler a {
	color: #93CF0F;
	text-decoration: none;
}

.spoiler a span {
	display: none;
	color: #000;
}

div.spoiler a:active, div.spoiler a:focus {
 /* Neu für IE6 */
	border: none;
}

div.spoiler a:active span, div.spoiler a:focus span {
	display: block;
  /*border: none;*/ /* auskommentiert = deaktiviert */
  /*background:none;*/ /* auskommentiert = deaktiviert */;
}
/********All CSS Productslider ************/
#product-slider{
	margin:0 0 20px;
}
#product-slider .price-box .price	{
	color:#f4453c; font-size:15px;
	}
	
.list-products{	
	border: 1px solid #dbdbdb;
	padding: 0 10px;
}
.list-products #list-items{}
#list-items .item{}
#list-items .product-info{
	margin-left:220px;
	}
#list-items .product-name{}
#list-items .product-name a{
	font-size:14pt; 
	font-weight:bold; 
	color:#000; 
	text-decoration:none;
	}
#list-items .product-image	{
	float: left;
	width: 190px;
	padding: 3px;
	background: #fff;
	border: 1px solid #dbdbdb;
	text-align: center;
	border-radius: 3px;
	margin: 10px;
}
#list-items .product-image img	{
	background: none;
	border: none;
}

/* header Callout */
#header_callout	{
	display: none;
	margin: 0px auto;
	text-align: center;
	}
	

	/* Frontpage AUswahl Felder */
	.block-content-buttons	{
		display: block;
		clear: both;
		margin-top: 10px;
	}
	.front-buttons, .front-buttons-geraete	{
		float: left;
		text-align: center;
		width: 205px;
		padding: 12px 11px 10px 0;
		/* border: 1px solid #dbdbdb; */
		margin: 1px;
	}

	.front-buttons img, .front-buttons-geraete img {
	filter: alpha(opacity=0);
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	background-color: rgba(255, 255, 255, 0.4);
	display: block;
	width: 184px;
	height: 100%;
	margin: 0 0 10px;
	padding: 3px;
	background: #fff;
	border: 1px solid #dbdbdb;
	text-align: center;
	border-radius: 3px;
	}

	.front-buttons img:hover, .front-buttons-geraete img:hover {

			-moz-box-shadow: 0 0 7px 4px #888888;
			-webkit-box-shadow: 0 0 7px 4px #888888;
			box-shadow: 0 0 7px 4px #888888;
		}
			

	.geraete .front-buttons img 	{
		width: 66%;
		margin: 0px auto;
	}
	.front-buttons ul	{
		list-style: none inside;
	}
	.front-buttons ul li	{
		list-style: none inside;
		margin: 0px 0px 0px -20px;
		font-weight: 600;
		font-size: 14px;
		color: #93cf0f;
	}

	.front-buttons .choice-button, .front-buttons-geraete .choice-button	{
		overflow: visible;
		width: auto;
		border: 1px solid #d6d6d6;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px 3px;
		margin: 5px;
		background: transparent;
		cursor: pointer;
		background: rgb(248,248,248);
		background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(224,224,224,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(224,224,224,1)));
		background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(224,224,224,1) 100%);
		background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(224,224,224,1) 100%);
		background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(224,224,224,1) 100%);
		background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(224,224,224,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e0e0e0',GradientType=0 );
		-webkit-box-shadow: 1px 1px 1px 1px #e0e0e0;
		box-shadow: 1px 1px 1px 1px #e0e0e0;
	}
	.front-buttons .choice-button .small span	 {
		font-size: 10px;
		font-weight: 700;
	}
	.front-buttons .choice-button:hover, front-buttons-geraete .choice-button:hover	{

	       -webkit-transition: all 0.2s ease-out;
	       -moz-transition: all 0.2s ease-out;
	       -o-transition: all 0.2s ease-out;
	       transition: all 0.2s ease-out;
		background-color: #93cf0f;
		color: #FFF !imnportant;
		border-color: #93cf0f;

	}
	.front-buttons .choice-button:hover, front-buttons-geraete .choice-button a span :hover	{
		color: #fff;
	}
	
	.span12	{
		display: block;
	}
	
#not-found	{
	//border: 1px solid #d6d6d6;
		
	}

#not-found-img	{
	float: right;
	margin-top: 34px;
	height: 140px;
}
#not-found-form	{
	width: 530px;
}

#subcat {
	margin: 15px 0px;
}
#subcat h2 {
}
#subcat ul	{
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
}
#subcat ul li	{
	float: left;
	height: 20px;
	width: 215px;
}
#subcat ul li	a {
	margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
}
body > div.wrapper > div.page > div.main-container.col1-layout > div > div > div > div.page-title.title-buttons > ul > li > button > span, 
body > div.wrapper > div.page > div.main-container.col1-layout > div > div > div > div.page-title.title-buttons > ul > li > button > span > span {
	background: none;
}

article {
    margin: -50px 0px 0px 0px;
    padding: 0px;
    position: relative;
    *zoom: 1;
}

article:before, article:after {
    //content: "";
    //display: table;
}

article:after { clear: both }

article figure {
}

article section:first-of-type {
}

article section:last-of-type {
    display: none;
    visibility: hidden;
}

section {
    -webkit-transition: .125s linear;
    -moz-transition: .125s linear;
    -ms-transition: .125s linear;
    -o-transition: .125s linear;
    transition: .125s linear;
}

 input[type=checkbox]#read_more {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}


[for="read_more"] {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}

[for="read_more"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more"] span:last-of-type {
    display: block;
    visibility: visible;
}


/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentTitle {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.commentTitle div {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #0a263c;
    line-height: 1.35;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.handyreparaturfabrik.de/skin/frontend/base/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 5px;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
/**
 * CODNITIVE
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade to newer
 * versions in the future.
 *
 * @category   Codnitive
 * @package    Codnitive_Sidenav
 * @author     Hassan Barza <support@codnitive.com>
 * @copyright  Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Sidebar Navigation ==================================================================== */
#sidebar-nav {
    margin-bottom: 15px;
    position: relative;
}
#sidebar-nav .block-title {
}
#sidebar-nav .block-title strong {
}
#sidebar-nav .block-content {
    padding: 6px;
    overflow: auto;
}
#sidebar-nav .block-content a {
    line-height: 1.7;
}
#sidebar-nav-menu > li {
    background: url('https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/codnitive/sidenav/bkg_block-sidebarnav-layered-dd.gif') 0 100% repeat-x;
    list-style: inside disc;
    font-weight: bold;
    padding: 8px 0;
}
#sidebar-nav-menu > li.last {
    background: none;
    margin-bottom: 5px;
}
#sidebar-nav-menu li ul {
    font-weight: normal;
}
#sidebar-nav li.active,
#sidebar-nav li.active > a,
#sidebar-nav li.active > .collapsible-wrapper > a {
}
#sidebar-nav ul.ul-thumb {
    padding-left: 0;
}
#sidebar-nav-menu > li.parent > ul.ul-thumb {
    padding-left: 10px;
}
#sidebar-nav li.thumb {
    list-style-type: none;
}
#sidebar-nav-menu > li.no-thumb,
#sidebar-nav-menu > li.thumb {
    margin-left: 0 !important;
    list-style-type: none;
}
#sidebar-nav img {
    border: 0 none !important;
    outline: 0 none !important;
}
#sidebar-nav span.product-count {
    color: #000;
}
#sidebar-nav .home {
    list-style: none !important;
}
#sidebar-nav .home a {
    display:inline-block;
    padding-left:20px;
    background:url('https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/codnitive/sidenav/home.png') left top no-repeat;
    min-height:16px;
}
#sidebar-nav .support-logo-wrapper {
    margin-top:10px;
}
#sidebar-nav .support_logo {
    font-size: 9px;
    float: right;
    right: 5px;
    bottom: 5px;
    text-decoration: none;
}
#sidebar-nav .support_logo img {
    max-width: 65px;
}

/* Collapsible Design ==================================================================== */
#sidebar-nav li.thumb .thumb-img-left {
    float: left;
    margin: 1px 3px 0 0;
}
#sidebar-nav li.thumb .thumb-img-right {
    float: right;
    margin: 1px 3px 0;
}
#sidebar-nav-menu .arrow-left,
#sidebar-nav-menu .arrow-right, 
#sidebar-nav-menu .plus-left,
#sidebar-nav-menu .plus-right {
    float: left;
    background: url('https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/codnitive/sidenav/arrows.gif') left center no-repeat;
    display: block;
    margin-top: 2px;
    margin: 1px 3px 0;
    cursor:pointer;
} 
#sidebar-nav-menu .plus-left,
#sidebar-nav-menu .plus-right
{
    background-image: url('https://www.handyreparaturfabrik.de/skin/frontend/base/default/images/codnitive/sidenav/plus.gif');
}
#sidebar-nav-menu .arrow-right, 
#sidebar-nav-menu .plus-right {
    float:right;
    display:inline !important;
}
#sidebar-nav-menu li ul[expanded="0"] {
    display: none;
}
#sidebar-nav li.active > ul {
    display: block;
}
#sidebar-nav li.active > .arrow-left,
#sidebar-nav li.active > .arrow-right, 
#sidebar-nav li.active > .plus-left,
#sidebar-nav li.active > .plus-right {
    display: block;
    background-position: right center;
}
#sidebar-nav-menu > li.collapsible {
    list-style: none !important;
}
#sidebar-nav .collapse-name {
    cursor:pointer;
}

#magestore-bannerslider-popup{
	padding: 2px;
    position: fixed;
    z-index: 19990;
	background: #fff;
	border: 2px;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 22px;
	width:22px;
    position: absolute;
    right: 0px;
    top: -25px;   
    z-index: 19999;
	background:url(https://www.handyreparaturfabrik.de/skin/frontend/base/default/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}
