/*
Theme Name: IQrent Shop
Theme URI: https://www.iqrent.de/
Description: IQrent Shop Theme
Author: IQrent
Author URI: www.iqrent.de
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:middle;}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 13px;
	color: #525252;
}

.float_left {float:left;}
.float_right{float:right;}

#top {
	width:100%;
	background-color: #F4F4F4;
	height: 40px;
}

#top_content, #main {
	width: 960px;
	margin: 0 auto;
	padding: 0px 20px;
}

.clear_both {
    clear: both;
}

.graytext {
	color: #aaa;
}

a {
	color: #818080;
	text-decoration: none;
	font-size: 12px;
}

#top a {
	color: #818080;
	text-decoration: none;
	font-size: 14px;
}
#top a:hover {
	text-decoration: underline;
}

#menu-top li, #menu-footer li {
	float: left;
	padding-right: 15px;
	border-left: 1px solid #818080;
	margin-top: 10px;
	padding-left: 15px;	
}

#menu-top li:first-child, #menu-footer li:first-child {
	border: none;
}

#menu-top li:last-child, #menu-footer li:last-child {
	padding-right: 0px;
}

#header .float_right a {
	text-decoration: none;
	color: #818080;
	display: block;
	float: left;
/*	margin: 40px 0px 0px 30px; */
}

#header .float_right a:hover {
	text-decoration: underline;
/*	color: #000;*/
}

.line {
	width: 100%;
	border-top: 1px solid #D1D1D1;
}

#menu-header > li {
	float:left;
	margin: 40px 0 0 30px;
}

#menu-header .sub-menu {
    top: 21px;
    padding-top: 5px;
}

#menu-header > .current-menu-ancestor > a {
    font-weight: bold;
}

#menu_top a {
	text-decoration: none;
	color: #818080;
	display: block;
	float: left;
	margin: 5px 50px 0px 5px;
		
}

/* 
	LEVEL ONE
*/
ul.dropdown { 
	position: relative; 
	}
	
ul.dropdown li { 
	font-weight: bold; 
	float: left; 
	zoom: 1; 
	/*background: #ccc; */
	}
	
ul.dropdown a:hover { 
	color: #000000; 
	}
	
ul.dropdown a:active { 
	color: #ffa500; 
	}

ul.dropdown li a { 
	display: block; 
	padding: 4px 50px 4px 5px;
	/*border-right:1px solid #333;*/
	font-size: 13px;
	font-weight:normal;
	color: #818080; 
}
	
ul.dropdown li:last-child a { 
	border-right: none; 
	
	} 
	
	/* Doesn't work in IE */
	
ul.dropdown li.hover{
	position: relative;
} 

ul.dropdown li:hover { 
	color: red; 
	position: relative;
}
	
ul.dropdown li.arrow:hover,
ul.dropdown li.menu-item:hover { 
	position: relative;
	background: url('images/up-arrow.png');
	background-position: 4% 100%;
	background-repeat: no-repeat;
	}
	
ul.dropdown li.hover a { 
	color: #818080; 
	}
	
ul.dropdown li.hover a:hover { 
	color: #000000; 
	}
	
ul#menu-header.dropdown li a {
    padding: 0 0px 2px 4px !important;
}
/* 
	LEVEL TWO
*/
ul.dropdown ul { 
	width: 150px; 
	visibility: hidden; 
	position: absolute; 
	/*top: 140%; */
	left: 5%;
	border-top: 2px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	z-index: 20;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 3px #D1D1D1;
    -moz-box-shadow:    0px 3px 3px #D1D1D1;
    box-shadow:         0px 3px 3px #D1D1D1;
	}

ul.dropdown ul li { 
	font-weight: normal; 
	/*background: #fff;*/ 
	color: red;  
	float: none; 
	}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{ 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
	} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul { 
	left: 100%; 
	top: 0; 
	}
	
ul.dropdown li:hover > ul { 
	visibility: visible; 
	}

#content { height:auto;overflow:hidden; margin-bottom: 20px;  }

h1 {
	font-size: 25px;
	padding: 20px 10px;
}

h2 {
	font-size: 17px;
	padding: 10px 10px;
}


.grey_div {
	background-color: #F4F4F4;
	width: 860px;
	border: 1px solid #CACACA;
	padding: 20px;
	color: #3E3E3E;
	height: auto;
	overflow: hidden;
}

.grey_div_normal {
	background-color: #F4F4F4;
	border: 1px solid #CACACA;
	color: #3E3E3E;
}

.big_text {
	font-size: 19px;
}

.red {color: #ff0000;}
.green {color: #8AA000;}


/*slider*/
#container{
	float: left;
	background-color: #F4F4F4;
	width: 100%;
	height: 300px;
	border: 1px solid #D1D1D1;
	}
	
#visual { 
	background-color:#F4F4F4;
	color:#43454C;  
	overflow:hidden; 
	width:100%; 
	height:300px; 
	position:relative; 
	float:left; 
	}
	
.inner_visual { 
	height:300px; 
	width:1238px; 
	position:absolute; 
	left:50%; 
	top:0; 
	margin-left:-619px;
	}

.carousel { 
	height:300px; 
	width:1238px; 
	position:relative; 
	overflow:hidden 
	}
	
.carousel .items { 
	width:2000em; 
	height:300px; 
	position:absolute; 
	z-index:1
	}
	
.carousel .item { 
	width:1238px; 
	height:300px; 
	float:left;
	}
	
.carousel .inner { 
	float: left;
	width:880px; 
	margin:0 auto; 
	padding:45px 0 0 138px;
	}
	
.carousel .inner p { 
	margin-bottom:10px;
	text-align: justify; 
	}	

.carousel .browse { 
	position:absolute; 
	top:140px; 
	z-index:3; 
	width:22px; 
	height:88px; 
	background:url('images/arrows.png') no-repeat; 
	cursor:pointer;
	
	}

.carousel .prev { 
	left:140px; 
	background-position:0 0 
	}

.carousel .next { 
	right:140px; 
	/*background-position: -52px 0*/ 
	background-position: -23px 0;
	}


.inner .first_img {
	float: left;
	margin-top:-45px;
	margin-right:45px;
	}
	
.inner div {
	position: relative;
	top:-20px;
	left:20px;
}
	
.inner div h1.new {
	color: #818080;
	position: relative;
	background-image: url('images/neu_icon.png');
	background-repeat: no-repeat;
	background-position: 306px -7px;
	font-size: 42px;
	font-weight: lighter;
	font-family: Helvetica, verdana, Arial, Geneva, sans-serif;
	padding-top: 20px;
	left: 25px;
}	

.inner div p.price {
	float: right;
	position: relative;
	font-family: Helvetica, verdana, Arial, Geneva, sans-serif;
	font-size: 42px;
	background: #A9B201;
	margin: 10px 35px 0 0;
	font-weight: normal;
	color: #F4F4F4;
	padding: 1px 4px;
}
 .inner p.pro {
 	color: red;
 	position: relative;
 	float: right;
 	background: none;
 	color: #818080;
 	font-size: 25px;
 	margin-top: 65px;
 	left: 140px;
 	
 }

.inner .go_to {
	position: relative;
	float: right;
	width:30%;
	background-image: url('images/go_to.png');
	background-repeat: no-repeat;
}

.inner .go_to p {
	float: right;
}


.inner .go_to a {
	color: red;
	font-size: 20px;
	background: #A9B201;
	color: #F4F4F4;
	padding: 2px 4px;
	left:-90px;
	position: relative;
	
}

.inner .second_img{
	float: left;
	margin: -8px 35px 0px 10px;
	}

.inner .third_img {
	float: left;
	margin: 20px 60px 0px 40px;
	} 

.text1{
	float: left;
	}
	
/*end Slider*/


#content h1 {
	color: #383735;
	position: relative;
	padding: 20px 0 10px 0;
	line-height: 1.5em;
	font-weight: normal;
}

.description_container {
	position: relative;
	float: left;
	width: 100%;
}

.description_container h2 {
	padding: 10px 0;
}

.description_container p {
	padding: 20px 0 0 0;
}

.description {
	position: relative;
	width: 31%;
	float: left;
	margin-right: 16px;	
}

.description h3 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

.description p {
	/*background-image: url('../img/b_one.png');*/
	background-repeat: no-repeat;
	
	padding: 10px 25px 0 0; 
	text-align: justify;
	color: #818080;
}

.b_img{
	float: left;
	position: relative;
	padding: 4px 4px 0 0; 
}

#footer .float_right {
	padding: 5px 0px;
}

input[type=text], input[type=password] {
	border: 1px solid #CACACA;
	padding: 2px;
	margin: 5px;	
	width: 200px;
}

label {
	width: 100px;
	display: block;
	float: left;
	margin: 5px;
	padding: 2px;
}

	#top #main #content .grey_div .productCart .textCartDiv label {
		width: 100%;
		display: initial;
		float: initial;
	}

.kontakt_note {
	margin-right: 58px;
	margin-top: 15px;
	padding: 10px;
}

#kontakt label { margin-left: 250px; }

#kontakt .short_align { margin-left: 50px; }

#kontakt input[type='submit'] { margin-top: 10px; margin-left: 475px; }

#kontakt .grey_div table tr td label {
	font-size: 13px;
}

#kontakt .grey_div {
	position: relative;
}

#project {
	position: absolute;
	right:0;
	top:0;
	margin: 20px 50px 0px 0px;
	width: 300px;
}


a.add_project {
    display: block;
    background: url(images/add_feld.jpg) no-repeat left;
    height: 25px;
    width: auto;
    padding-left: 25px;
    text-decoration: none;
    line-height: 20px;
    margin-bottom: 10px;
}

a.new_project {
    display: block;
    background: url(images/add_feld.jpg) no-repeat left;
    height: 25px;
    width: auto;
    padding-left: 25px;
    text-decoration: none;
    line-height: 20px;
    margin-bottom: 10px;
}


/*** start cart page ***/
.productCart .image_div {
	background-color: #fff;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #CACACA;
}

.textCartDiv, .textCartDynamicArticlesDiv {
	background-color: #fff;
	border: 1px solid #CACACA;
	float:right;
	width: 670px;
	min-height: 80px;
	overflow: hidden;
	padding: 10px;
	margin-right: 50px;
	position:relative;
	line-height: 1.6em;
}

.textCartDynamicArticlesDiv {
	min-height: initial;
}
	.textCartDiv label {
		width: initial;
		display: initial;
		float: initial;
		margin: initial;
		padding: initial;	
	}

.removeProductFromCart,.removeCollectionFromCart, .removeDynamicProductFromCart {
	background-image: url('images/x.png');
	width: 20px;
	height: 24px;
	position:absolute;
	top: 5px;
	right: 5px;
	cursor:pointer;
}

.cancelReservation{
	position: relative;
	width: 860px;
	height: 50px;
	float: right;
	left: 15px;
}

.cancelReservationButton {
	background-image: url('images/x.png');
	background-repeat: no-repeat;
	width: 160px;
	height: 24px;
	position: absolute;
	top: 27px;
	right: 75px;
	cursor: pointer;
	text-align: right;
}

.cancelReservationPopup{
	display:none;
}

.cartTotal{	
	background-color: #fff;
	border: 1px solid #CACACA;
	float: right;
	width: 200px;
	min-height: 80px;
	padding: 10px;
	margin-right: 50px;
	position: relative;
	line-height: 1.6em;
}

/*** end cart page ***/



/*buttom slider*/

#bslider_container {
	position: relative;
	border: 1px solid #D1D1D1;
	width: 958px;
	height: 210px;
	margin: 0 0 60px 0;
}

.l_browse{
	position: relative;
	float: left;
	background: url("images/arrows.png") no-repeat scroll 0 82px #fff;
	width: 22px;	
	height: 100%;
	margin-top: -204px;
	left:-1px;
	border-left: 1px solid #d1d1d1;
}

.r_browse{
	position: relative;
	float: right;
	background: url("images/arrows.png") no-repeat scroll -24px 82px #fff;
	width: 22px;
	height: 100%;
	margin-top: -204px;
	right: -1px;
	border-right: 1px solid #d1d1d1;
}

.bslider_box {
	width: 160px;
	height: 175px;
	border: 1px solid #D1D1D1;
	position: relative;
	margin: 17px 10px 10px;
	float: left;
}

.bslider_box .image {
	width: 150px;
	height: 120px;
	line-height:120px;
	overflow: hidden;
	vertical-align: middle;
	text-align:center;
}
.bslider_box img {
	position: relative;
	vertical-align: middle;
	left: 10px;
}

.bslider_box h2 {
	font-size: 17px;
	font-weight: bold;
	padding: 0px 5px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.bslider_box h3 {
	font-size: 13px;
	padding: 0 0 0 10px;
}

.bslider_box h4 {
	font-size: 13px;
	padding: 0 0 0 10px;
	font-weight: bold;
}

.bslider_box a {
	color: #000;
}


/*shop liste*/

#title {
	position: relative;
	height: 50px;
	float: left;
}

#title h1 {
	padding: 15px;
	
} 

#date {
	position: relative;
/*	width: 50%;*/
	height: 50px;
	float: right;
	left: 15px;
}

#date_and_price_info {
    float: left;
	position: relative;
	height: 50px;
	left: 30px;
}

#date p, .rentdate p {
	padding: 15px;
	font-weight: bold;
}

#date input, .rentdate input {
	background: #F4F4F4;
	width: 80px;
	font-weight: bold;
	position: relative;
	left: 20px;
}

#date img.ui-datepicker-trigger, .rentdate img.ui-datepicker-trigger {
	position: relative;
	left:-95px;
	top: 2px;
}

#price_info {
    padding-left: 15px;
}

#price_info_details_page {
    float: left;
    margin-left: 10px;
}

.all_prod {
	position: relative;
	width: 995px;
	float: left;
}

.prod_container {
	position: relative;
	float: left;
	width: 30%;
	height: 175px;
	border: 1px solid #D1D1D1;
	background: #F4F4F4;
	margin: 15px 30px 15px 0px;
}

.prod_header {
	position: relative;
	background: #D1D1D1;
	width: 100%;
	height: 28px;
}

.prod_header h3 {
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	float: left;
	white-space: nowrap;
	width: 175px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod_header span {
	float: right;
	padding: 6px 0px;
}


.prod_header img {
	position: relative;
	float: right;
	padding: 4px;
}

.prod_b {
	position: relative;
	width: 100%;
	height: 145px;
}

.img_container {
	width: 155px;
	position: relative;
	float: left;
}

.img_container img {
	padding: 5px 0 0 5px;
	position: relative;
	
}

.r_container {
	position: relative;
	width: 48%;
	height: 145px;
	float: left;
}

.r_container h4 {
	font-weight: bold; 
	float: right;
	padding: 15px 5px 5px 10px;
}

.r_container .price {
	font-weight: bold;
	font-size: 30px;
	float: right;
	padding: 0 5px 5px 0;
	min-width: 120px;
    display: inline-block;
    text-align: right;
}
.r_container .price.small {
	font-weight: bold;
	font-size: 14px;
	float: right;
	padding: 0 5px 5px 0;	
}
.r_container p.details {
 	float: right;
 	width: 90px;
 	position: relative;
 	font-weight: bold;
 	color: #000000;
 	border: 1px solid #D1D1D1;
 	padding: 2px 5px;
 	margin: 10px 5px 0 0; 
 }

.r_container input {
    float: right;
    width: 25px;
    height: 16px;
    position: relative;
    top: -30px;
    left: -105px;
}

.r_container p.details:hover {
	background: #D1D1D1;
}

.product_prices_labels{
	position: relative;
	float: left;
	width: 90px;
}

.produt_prices{
}


/*shop-detail*/

#detail_container {
/*	width: 99%;*/
	height: auto;
	overflow: hidden;
	border: 1px solid #D1D1D1;
	position: relative;
	float: left;
	background: #F4F4F4;
	margin: 15px 0;
	padding-bottom: 20px;
}

#detail_container .available_count {
    position: relative;
    clear: both;
    float: right;
    margin-top: -10px;
    margin-right: 25px;
    color: #818080
}

#detail_container .article_count {
    float: right;
    width: 25px;
    margin-top: 11px;
    margin-bottom: 0;
}

#article_detail {
	position: relative;
	float: left;
	width: 47%;
	height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #D1D1D1;
	background: #FFFFFF;
	margin: 20px 15px;
	padding-bottom: 5px;
}

#article_detail h2 {
	font-weight: bold;
}


#article_detail p {
	font-size: 12px;
	padding: 5px 10px;
	color: #3a3a3a;
}

#art_images {
	position: relative;
	float: left;
	width: 77px;
	height: 245px;
	
	margin: 20px 15px;
}

.small_img {
	position: relative;
	height:75px;
	line-height: 75px;
	vertical-align: middle;
	width:75px;
	margin-bottom: 8px;
	border: 1px solid #D1D1D1;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}

.small_img img {
	max-width: 75px;
	max-height: 75px;
	vertical-align: middle;
}

#big_img {
	position: relative;
	height: 245px;
	width: 34%;
	margin-bottom: 8px;
	border: 1px solid #D1D1D1;
	float: left;
	margin: 20px 15px;
	background: #ffffff;
	line-height: 245px;
	vertical-align: middle;
	text-align: center;
	overflow:hidden;
}

#big_img img {
	vertical-align: middle;
	max-width: 330px;
	max-height: 245px;
}

#art_detail {
	position: relative;
	min-height: 170px;
	width: 47%;
	float: left;
	border: 1px solid #D1D1D1;
	background: #ffffff;
	margin: 0px 15px 20px;
}

#art_detail p {
    color: #3a3a3a;
}

.article_attributes {
	position: relative;
	float: left;
	margin: 8px 10px 0 10px;
}

.article_attributes td {
    vertical-align: top;
}

.art_left {
	position: relative;
	float: left;
	width: 130px;
	height: 60%;
	margin:20px 10px 0 10px;
}

.art_right {
	position: relative;
	float: left;
	width: 230px;
	height: 60%;
	margin:20px 10px 0 10px;
}

.art_no {
	position: relative;
	float: left;
	width: 130px;
	height: 10%;
	margin: 3px 10px 20px;
	
}


#price {
	position: relative;
/*	height: 300px;*/
	width: 432px;
	float: left;
	border: 1px solid #D1D1D1;
	background: #ffffff;
	margin: 0px 15px 20px;
}

#price h2 {
	font-weight: bold;
	padding-top: 10px;
}

#price p {
/*	padding: 10px;*/
}

#price .gray {
	color: gray;
	padding: 10px;
}

.art_price {
	position: relative;
	left: 10px;
	float: left;
	width: 130px;
}
.art_price_tabled table td{
	padding-left: 10px;
}

.a_price {
	position: relative;
	margin: 10px;
	color: #A9B201;
	float: left;
	width: 100%;
}

#merk_art {
    position: relative;
    clear: both;
	float: right;
	margin: 10px 25px 0px 0px;
	border: 1px solid #D1D1D1;
	padding: 2px 5px;
}

#merk_art:hover {
	background: #D1D1D1;
}



/*uber uns*/

.wrapper {
	width: 100%;
	position: relative;
}

.left_slide {
	position: relative;
	float: left;
	border-right: 1px solid #D1D1D1;
	width: 25%;
	min-height: 400px;
	top: 20px;
}

.left_menu {
	position: relative;
	float: left;
	width: 85%;
	padding: 0;
}

.menu_last {
	position: relative;
	float: left;
	width: 85%;
	padding: 5px;
}

.menu {
	display:block;
}

.left_menu ul, .menu_last ul {
	list-style: disc;
    list-style-position: inside;
	margin: 0 5px 0 0;
	color: #bbbbbb;
}

.left_menu ul li, .menu_last ul li{
	padding: 3px;
}

.left_menu > div > ul > li {
    display: none;
}

.left_menu > div > ul > li.current-menu-ancestor > a {
    display: none;
}

.left_menu > div > ul > li.current-menu-ancestor {
    display: block;
}

.left_menu > div > ul > li.current-menu-item {
    display: block;
}

.left_menu > div > ul > li.current-menu-item > a {
    display: none;
}

.left_menu > div > ul li.current-menu-item > a {
    font-weight: bold;
}

.left_menu > div > ul > li.current-menu-ancestor > ul > li,
.left_menu > div > ul > li.current-menu-item > ul > li {
    padding: 7px 3px;
    border-bottom: 1px solid #D1D1D1;
}

.left_menu > div > ul li:last-child {
    border-bottom: none;
}

.left_menu ul li a {
    padding-left: 5px;
}

.left_menu ul.sub-menu {
    padding-left: 15px;
}

.left_menu > div > ul > li.current-menu-ancestor > .sub-menu {
    padding-left: 0;    
}

.left_menu ul li a:hover, .menu_last ul li a:hover {
	color: #000000;
}

ul#menu-sidebar > li {
    padding: 7px 3px;
    border-bottom: 1px solid #D1D1D1;
}

.r_content {
	position: relative;
	float: right;
	width: 71.8%;
	min-height: 400px;
	top: 20px;
	padding-bottom: 30px;
}

.page_content div p, .r_content div p {
	color: #818080;
	padding: 15px 0 0 0;
}

.s_description {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 35px 0 10px 0;
	text-align: justify;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	padding: 10px 0;
}

.simple_content {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
/*	text-align: justify;*/
}

.entry-content ul,
.simple_content ul {
    list-style: disc outside none;
}

.entry-content ul li,
.simple_content ul li {
    margin-left: 15px;
    padding: 2px 0;
}

.p_description {
	position: relative;
	float: left;
	width: 60%;
	min-height: 230px;
}


.pl_description {
	position: relative;
	float: left;
	width: 62%;
	top: -10px;
	
}

.p_description .pl_description p {
	width: 450px;
	padding: 8px 0;
	border-bottom: 1px solid #D1D1D1;
	color: #000000;
}

.p_description .pr_description p {
	width: 450px;
	color: #818080;
	padding: 9px 0;
}

.pr_description {
	position: relative;
	float: left;
	width: 30%;
	top: -10px;
	
}

.p_description .pl_description .last_p {
	border:none;
	
}

#menu-sidebar .sub-menu {
    border: none;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright { 
    display: inline;
    float: right;
    margin-left: 1.625em;
}

#logo_wrapper {
    height: 96px;
}

#errors {
    color: red;
}

#success {
    color: green;
}

label.error {
    color: red;
    width: 200px;
}

#collection-hours {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1D1D1;
    float: left;
    padding:5px;
    margin: 20px 15px;
    position: relative;
    width: 46%;
}

#art_detail h2,
#collection-hours h2 {
    font-size: 14px;
    padding: 20px 10px;
}

.products-container,
.working-hours-container {
    padding: 0 10px;
}

.working-hours-container {
    padding-bottom: 20px;
}

.materials-container {
    margin-top: 10px;
    padding: 0 10px;
}

.product-anzahl,
.working-hour-count {
    display: inline-block;
    width: 60px;
}

.hidden {
    display: none;
}
form table tr td #anrede, form table tr td #land, form table tr td #vorkasse, form table tr td #return_time_list {
	padding: 2px;
	margin: 5px;
	width: 200px;
}

.PDFDetails {
	position: absolute;
	margin: 0px 15px;
	bottom: -31px;
}

	.PDFDetails img {
		margin-bottom: -6px;
		margin-left: -10px;
		padding-right: 7px;	
	}

/*tinybox css*/
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}
/* end tinybox css*/

.entry-content h2 {
    padding: 0;
}

#prodCalendarWrapper {
	float: left;
	margin-top: 60px;
	padding-left: 18px;
}

#prodCalendar {
	min-height: 800px;
}
	
.month .ui-datepicker-next, .month .ui-datepicker-prev {
	display: none;
}

#top a.ui-state-default:hover {
	text-decoration: initial;
}

	#top a.ui-state-default:hover {
		text-decoration: initial;
	}

#top .darkGreenDate a.ui-state-default {
	background: #90a524;
	color: white;
}

#top .oliveGreenDate a.ui-state-default {
	background: #bed46a;
}

#top .yellowDate a.ui-state-default {
	background: #f8de01;
}

#top .orangeDate a.ui-state-default {
	background: #F89200;
	color: white;
}

#top .redDate a.ui-state-default {
	background: #f23030;
	color: white;
}

.details_product_name {
    height: 60px;
    overflow: hidden;
    font-weight: bold;
    line-height: 16px;
}

.shoppingcart {
	background: url('images/shoppingcart.png') no-repeat;
	background-size: 20px 20px;
	padding-left: 20px !important;
}

/* dynamic articles */
.add-dynamic-articles {

	margin-left: 117px;
	cursor: pointer;
}

.add-dynamic-articles-btn {

	background: url('images/plus-square.png') no-repeat center center;
	width: 24px;
	height: 24px;
	float: left;
}

.edit-dynamic-article {
	background-image: url('images/edit-article-cart.png');
	width: 17px;
	height: 18px;
	position: absolute;
	top: 9px;
	right: 60px;
	cursor: pointer;
}

.add-dynamic-articles-title {

	float: left;
	color: #5C5959;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	margin-top: 2px;
	margin-left: 5px;
}

.add-dynamic-articles-title:after {

	clear: both;
}

.add-dynamic-articles-popup-container {

	/*display: none;*/
}

#dynamic_article_name,  #dynamic_article_qty {

	border-radius: 5px;	
	margin-left: 20px;
}

#dynamic_article_qty {

	width: 100px;
}

.dynamic-article-field-title {

	color: #5C5959;
	font-weight: bold;
}

.add-dynamic-articles-popup-title {

	color: #0c6db5;
	padding: 5px 0 10px 0;
	font-weight: bold;
	display: inline-block;
}

#dynamic_articles_warehouse {
	margin: 6px 0 0 15px;
}

.dynamic_articles_validation_data {

	padding: 10px 0px;
	min-height: 20px;
	color: red;
	visibility: hidden;

}

.button-green {
     background: none repeat scroll 0% 0% #ABBD4D;
     border-radius: 5px 5px 5px 5px;
     border: medium none;
     color: white;
     cursor: pointer;
     display: block;
     float: left;
     font-size: 12px;
     font-weight: bold;
     margin: 3px 5px 5px 0pt;
     outline: medium none;
     overflow: hidden;
     padding: 5px 7px;
     text-decoration: none;
     text-shadow: 1px 1px 0pt #88963E;
     /* width: 150px; */
}

.save-dynamic-article-btn, .update-dynamic-article-btn {
	
	float: right;	
	padding: 3px 5px;
	margin-top: 15px;
	margin-right: -2px;
}
.save-dynamic-article-btn:after, .update-dynamic-article-btn:after {
	
	clear: both;	
}

.shop-search {
	float: right;
	margin-top: -5px;
	color: #818080;
}
	input[type=text].shop-search-input {
		border-radius: 5px;
		display: inline-block;
		width: 150px;
		margin-right: 0;
		color: #818080;
		float:left;
	}

	.shop-search-title {
		display: inline-block;
		margin-right: 10px;
		margin-top: 7px;
		float:left;
	}

	.shop-search-button {
		float: left;
		margin: 4px 0 0 4px;
	}

	.shop-search-button:after {
		
		clear: both;
	}
	input[type=text].shop-search-input.invalid_search {
		border: 1px solid red;
	}

/* end dynamic articles style */
	.cart-chante-qty {
		float: initial;
		padding: 4px 6px;
		margin: 0px 5px 0px -5px;
		display: inline-block;
	}

	.qty-not-available-message {
		color: red;
		position: absolute;
		top: 38px;
		left: 14px;
		display: none;
	}

	.popup_price_product_periods {
		background-image: url('images/right_double_arrow.png');
    	background-repeat: no-repeat;
    	background-position:0% 49%;
    	color: #6e6e6e;
    	padding-left: 15px;
    	margin-left: 10px; 
    	margin-top: 10px; 
    	text-decoration: underline;
    	cursor: pointer;
	}

	.price-text-for-popups {
		color: #525252;
		margin-left: -10px;
		margin-top: 2px;
	}

	.product-prices-popup-tpl {
		position: absolute;
		top: 27px;
		right: 10px;
		font-weight: bold;
		font-size: 30px;
		text-align: right;
	}
	.product-prices-popup-tpl #net_price_popup {
		font-size: 12px;
		font-weight: 100;
		margin-right: 8px;
		display: inline-block;
	}

	.price-info-details-page {
		color: #6e6e6e;
		margin-top: 40px;
	}

	#price_info_details_page>a{
		color: #6e6e6e;
		margin-top: 40px;
		font-size: 13px;
		text-decoration: underline;
	}

	.price-text-title-for-popups{
		font-size: 16px;
	}

	.table-popup-prices {
		font-weight: bold;
		margin-top: 15px;
	}

	.art_price_tabled .price-info-details-page {
		margin-top: 25px;
	}

	.art_price_tabled #price_info_details_page {
		float: initial;
	}