
/*******************************************/
/*          jyl_default_pages.css          */
/* Copyright (c) 2015 JyL Computer Service */
/*******************************************/

#flyout, #flyout ul, #flyout li, #flyout a {
	text-decoration: none;
	list-style : none;
	position : relative;
	margin: 0px;
}

#flyout a {
}

#flyout {
}

#flyout > ul > li {
	margin: 0px 0px 2px 0px;
}

#flyout > ul > li:last-child {
	margin: 0px;
}

#flyout > ul > li > a {
	display : block;
	font-size : 13px;
	color : #ffffff;
	background: #1d8338;
	border : 0px solid #000000;
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
}

#flyout > ul > li > a > span {
	display : block;
	padding : 6px 0px 6px 10px;
	border : 0px solid #666666;
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	font-weight : bold;
}

#flyout > ul > li > a:hover {
	text-decoration: none;
}

#flyout > ul > li.active {
	border-bottom: none;
}

#flyout > ul > li.active > a {
}

#flyout > ul > li.active > a span {
}

#flyout > ul > li.has-sub > a span {
	background: url(images/icon_plus-2.png) 98% center no-repeat;
}

#flyout > ul > li.has-sub.active > a span {
	background: url(images/icon_minus-2.png) 98% center no-repeat;
}

#flyout ul ul {
	padding: 5px 12px;
	display: none;
	margin: 0px;
}

#flyout ul ul li {
	padding: 4px 0px;
}

#flyout ul ul a {
	display: block;
}

#flyout ul ul a:hover {
}

#flyout ul ul li a {
	display: initial;
}

#flyout ul ul li a:hover {
	text-decoration: underline;
}

/* ab hier gehen die eigentlichen Seiten los */
@media only screen and (max-width: 40.063em) {
  #page_1_1 .imageposition {
	 text-align: center;
  }
}

#page_1_3 .shipping {
	padding: 0px;
	background-color: #fafafa;
}

#page_1_3 .shipping select {
	background-color: #e9fbee;
  font-weight: bold;
  background-size: 55px;
}

#page_1_3 .shipping .table {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#page_1_3 .shipping .table-cell {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
}

@media only screen and (max-width: 40.063em) {
  #page_1_3 .shipping {
	 font-size: 0.7rem;
  }

  #page_1_3 .infobox-top h2 {
	 font-size: 0.9rem;
  }
}

#page_1_5 .table {
	border : 1px solid #c0c0c0;
	margin : 8px 0px;
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	box-shadow : 0px 0px 5px #666666;
	-moz-box-shadow : 0px 0px 5px #666666;
	-webkit-box-shadow : 0px 0px 5px #666666;
}

#page_1_5 .table-cell {
	width : 25%;
	text-align: center;
}

@media only screen and (min-width: 64em) {
  #page_3 .new-products-vertical {
	 margin-top: 30px;
	 text-align: center;
  }

  #page_3 .new-product-vertical .module_show-product-data {
	 background: #f6f6f6;
	 border: 0px solid #ccc;
	 border-radius : 5px;
	 -moz-border-radius : 5px;
	 -webkit-border-radius: 5px;
	 margin: 0px 0px 40px 70px;
	 width: 60%;
	 padding: 0px 0px 10px 0px;
  }

  #page_3 .new-product-vertical .module_show-product-data .product {
  	border-radius : 5px 5px 0px 0px;
  	-moz-border-radius : 5px 5px 0px 0px;
  	-webkit-border-radius: 5px 5px 0px 0px;
  	background: #1d8338;
  	line-height: 1em;
  }

  #page_3 .new-product-vertical .module_show-product-data .product a {
	 color: #ffffff;
  }
}

#page_4 .table {
	background: #fafafa;
}

#page_4 div.product {
	margin-top : 0px;
	margin-bottom: 20px;
	text-align: center;
}

#page_4 div.product-name {
	margin-bottom: 10px;
}

#page_4 div.product-number {
	font-size: 0.9em;
}

#page_4 div.product-price {
	color: #1d8338;
}

#page_4 div.product-price span {
	font-weight: bold;
	font-size : 1.25rem;
}

#page_4 div.status-image {
	margin-bottom: 10px;
}

#page_4 div.product-price span.tax-info {
	margin-top : 4px;
	margin-bottom: 0px;
	font-size : 0.5625rem;
	display: block;
	color: #000000;
	font-weight: normal;
}

#page_4 div.product-price span.ve {
	margin : 0px;
	font-size : 0.5625rem;
	display: block;
	color: #000000;
	font-weight: normal;
}

#page_4 div.product-info {
}

#page_4 div.product-datasheet {
	margin: 20px 0px 20px 0px;
}

#page_4 div.product-datasheet .table-cell {
	border-bottom: 1px solid #ccc;
	padding: 5px 0px 5px 7px;
}

#page_4 div.product-buy {
	margin : 4px 0px;
}

#page_4 input[type="number"] {
	width : 2.5rem;
	height : 1.25rem;
	display : inline;
}

#page_4 button {
	margin-left: 2px;
}

#page_4 .product-buy button {
	margin-left: 2px;
	font-size: 1rem;
	padding: 3px 10px 3px 10px;
}

#page_4 .product-buy input[type="number"] {
	width : 2.8rem;
	height : 1.7rem;
	display : inline;
	text-align: center;
	padding: 0;
	margin: 0;
}

/*********** Basket Page ***************/

#page_1_9 p {
	margin: 0px;
}

#page_1_9 .table.price span.basket-price {
	margin-left: 10px;
	margin-right: 10px;
}

#page_1_9 .table.price {
	border: 1px solid #df4432;
}

#page_1_9 div.table-header-group {
	display: table-row;
}

#page_1_9 div.table-caption {
	display: table-cell;
	color: #fff;
	padding-left: 10px;
	padding-top: 2px;
}
 @media only screen and (max-width: 40.063em) {

#page_1_9 span.product-name {
	margin-top: -6px;
	display: block;
	font-size: 0.7rem;
	padding-top: 6px;
	line-height: 0.9rem;
}

#page_1_9 span.product-number {
	margin-top: -6px;
	display: block;
}

#page_1_9 span.basket-price {
	display: block;
	font-size: 0.7rem;
}

#page_1_9 div.table-caption {
	font-size: 0.75rem;
}
}

#page_1_9 .table-cell {
	background: #fafafa;
	border-bottom: 1px solid #ccc;
}

#page_1_9 img {
	margin-right: 10px;
}

#page_1_9 p.basket-info {
	margin-bottom: 30px;
}

#page_1_9 .manufacturer {
	display: block;
	font-size: 11px;
}

#page_1_9 span.product-name {
	margin-top: -5px;
	display: block;
}

#page_1_9 span.product-number {
	margin-top: -6px;
	display: block;
}

#page_1_9 span.ve {
	margin : 0px;
	margin-bottom: -6px;
	font-size : 0.5625rem;
	display: block;
}

#page_1_9 span.tax-info {
	margin-top : 4px;
	margin-bottom: 0px;
	font-size : 0.5625rem;
	display: block;
}

#page_1_9 span.basket-price {
	display: block;
}

#page_1_9 input[type="number"] {
	width : 2.5rem;
	height : 1.25rem;
	text-align : center;
	float : left;
	margin-right: 4px;
}

#page_1_9 .icon-button {
	border-color : #cccccc;
	background-color: #fafafa;
}

#page_1_9 .icon-button:hover, page_1_8 .icon-button:focus {
	border-color : #999999;
	background-color: #f3f3f3;
}

#page_1_9 .coupon_button {
	height: 1.5rem;
	background: #1d8338;
	border-color : #1d8338;
}

#page_1_9 .coupon_button a {
	border: 1px solid #1d8338;
}

#page_1_9 .checkout_button {
	height: 2rem;
	font-size: 1rem;
	padding: 0px 10px 0px 10px;
}

#page_1_9 .basket-delete {
	float: right;
}

#page_1_9 .infobox-basket {
	border: 1px solid #fafafa;
	margin: 10px 0px 10px 0px
}

#page_1_9 .payment-confirm {
	line-height: 1.3rem;
	margin-left: 10px;
}

#page_1_10 .required {
	color : #df4432;
	font-weight: bold;
	margin-left: 4px;
}

#page_1_10 .checkout_button {
	height: 2rem;
	font-size: 1rem;
	padding: 0px 10px 0px 10px;
}

#page_1_10 .infobox-bottom {
	margin: 0px;
	padding: 8px;
}

#page_1_10 .checkout {
	text-align: center;
}

#page_1_10 #flyout i.fa {
	float: right;
	color: #fff;
	position: relative;
	right: 10px;
	top: -30px;
	font-size: 1.2em;
}

#page_1_10 #flyout > ul > li.has-sub > a span {
	/*background: url(images/icon_plus-2.png) 97% center no-repeat;*/
  background: none;
}

#page_1_10 #flyout > ul > li.has-sub.active > a span {
	/*background: url(images/icon_minus-2.png) 97% center no-repeat;*/
  background: none;
}

#page_1_10 #flyout ul ul {
	padding: 0px;
}

ul.orderinfo {
	margin-bottom: 8px;
	font-size: 0.8750rem;
	list-style: none;
}
