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



* {
	margin : 0px;
	padding : 0px;
}

html {
}

body {
	background: #e0e7de url("../../media/images/bg.jpg") repeat 0 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
	font-size: 87%;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
}

a:focus {
}

a:active {
}

p {
	margin-bottom: 8px;
	font-size: 0.95rem;
}

.font-small {
	font-size: 0.8125rem;
}

.font-normal {
	font-size: 0.8750rem;
}

.font-large {
	font-size: 1.0000rem;
}

@font-face {
	font-family: "Open Sans";
	src: url("fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Signika";
	src: url("fonts/Signika-Regular.otf") format("opentype");
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Signika", Roboto, "Helvetica Neue", Helvetica, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

h1 {
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
}

h4 {
	font-size: 1.1rem;
	font-weight: bold;
	text-decoration: none;
}

h5 {
	font-size: 1.1rem;
	font-weight: normal;
	text-decoration: none;
}

h6 {
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
}
 @media only screen and (max-width: 40.063em) {

h1, h2, h3, h4, h5, h6 {
	font-family: Roboto, "Helvetica Neue", Helvetica, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}
}

h1 {
	margin-bottom: 16px;
}

h2, h3, h4 {
	margin-bottom: 8px;
}

form {
	display: inline;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	margin : 0px;
	padding: 4px;
	height : 1.5rem;
}

input[type="number"] {
	padding: 0px;
}

input[type="submit"] {
	cursor : pointer;
	padding : 1px 4px;
	border : 1px solid;
}

button {
	cursor : pointer;
	margin : 0px;
	padding : 1px 4px;
	border : 1px solid;
	font-family : arial, verdana, tahoma, sans-serif;
	text-decoration : none;
	font-size : 0.875rem;
	border-radius : 2px;
	-moz-border-radius : 2px;
	-webkit-border-radius: 2px;
}

button.disabled, button[disabled] {
	border-color : #555555;
	background-color: #555555;
	cursor: not-allowed;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus {
	border-color : #555555;
	background-color: #555555;
}

span.button-text {
	margin-left: 20px;
}

button.cart {
	background-image : url(../../media/icons/buttons/jyl_btn_cart.png) !important;
	background-repeat : no-repeat;
	background-position: 2px center;
}

select {
	margin : 0px;
	padding: 4px;
	height : 1.75rem;
}

option {
	padding: 4px;
}

div .table {
	display: table;
	width : 100%;
}

div .table-row {
	display: table-row;
}

div .table-cell {
	display: table-cell;
	padding: 4px;
}

ul .default {
	margin-left: 16px;
}

li .default {
	margin-left: 16px;
}

#page {
	position : relative;
	border : 0px solid;
	box-shadow : 0px 0px 8px #666666;
	-moz-box-shadow : 0px 0px 8px #666666;
	-webkit-box-shadow: 0px 0px 8px #666666;
	max-width : 62.5rem;
	margin : 0px auto;
}

#page-selection {
	float : right;
	margin-right: 8px;
	padding : 4px 0px;
}

#page-selection .paymethods {
	position: absolute;
	left: 0px;
	padding-left: 5px;
}

#page-selection select {
	width: auto;
}

#page-header {
	width : 100%;
	margin : 0px;
	text-align : center;
}

#page-top {
	min-height : 20px;
	margin-top : 0px;
	margin-bottom: 0px;
}

#page-breadcrumb {
	font-size : 0.8750rem;
	padding : 4px;
}

#page-breadcrumb a {
	font-weight: bold;
	text-decoration: none;
}

#page-breadcrumb a:hover {
	text-decoration: underline;
}

#page-breadcrumb a:focus {
	text-decoration: underline;
}

#page-breadcrumb a:active {
	text-decoration: underline;
}
 @media only screen and (min-width: 40.063em) {

#page-breadcrumb {
	padding: 20px;
}

#page-content {
	padding: 0px 20px 0px 20px;
}

.pad-le {
	padding-left: 10px;
}

.pad-re {
	padding-right: 10px;
}
}
 @media only screen and (min-width: 64.063em) {

.pad-le-cat {
	padding-left: 10px;
}

.pad-re-cat {
	padding-right: 10px;
}
}
 @media only screen and (max-width: 40.063em) {

#page-breadcrumb {
	padding: 10px;
}

#page-content {
	padding: 12px;
}
}

#page-bottom {
	margin: 4px 0px 4px 0px;
}

#page-footer {
	width : 100%;
	margin : 15px 0px 0px 0px;
	padding : 8px;
	text-align : center;
	font-size : 0.875rem;
	font-weight : bold;
	box-shadow : 0px 2px 4px #666666;
	-moz-box-shadow : 0px 2px 4px #666666;
	-webkit-box-shadow: 0px 2px 4px #666666;
}

#page-footer a {
	padding: 0px 4px;
	font-weight: bold;
	text-decoration: none;
}

#page-footer a:hover {
	text-decoration: underline;
}

#page-footer a:focus {
	text-decoration: underline;
}

#page-footer a:active {
	text-decoration: underline;
}

#page-copyright {
	margin : 0px;
	padding : 4px 0px 4px 0px;
	font-size : 0.875rem;
	text-align: center;
}

.box-3D {
	box-shadow : 3px 3px 5px #666666;
	-moz-box-shadow : 3px 3px 5px #666666;
	-webkit-box-shadow : 3px 3px 5px #666666;
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
}

.img-3D {
	box-shadow : 3px 3px 5px #666666;
	-moz-box-shadow : 3px 3px 5px #666666;
	-webkit-box-shadow : 3px 3px 5px #666666;
}

.text-3D {
	text-shadow: 2px 2px 3px #666666;
}

.errorbox {
	position : relative;
	display : table;
	border : 1px;
	border-style : solid;
	border-color : #000000;
	margin : auto;
	padding : 8px;
	width : 400px;
	min-height : 124px;
	top : 200px;
	background-color: #ffffff;
}

.errorbox h1 {
	font-size : 1.250em;
	font-weight : bold;
	color : #000000;
	text-align : center;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 8px;
}

.errorbox h2 {
	font-size : 1.000em;
	font-weight: bold;
	color : #ff0000;
	text-align : center;
	border-top : 1px solid #dddddd;
	margin-top : 8px;
}

.errorbox img {
	float : left;
	margin-right : 8px;
	margin-bottom : 8px;
	box-shadow : none;
	-moz-box-shadow : none;
	-webkit-box-shadow : none;
	border-radius : 0px;
	-moz-border-radius : 0px;
	-webkit-border-radius: 0px;
}

.content {
	padding: 6px 4px 4px 4px;
}

.pagenate {
	text-align: center;
}

.url-error {
	width: 100%;
	text-align: center;
	font-size: 3rem;
}

.url-error p {
	font-size: 2rem;
}

.url-error h1 {
	font-size: 3rem;
	padding: 40px;
	font-weight: bold;
}
 @media only screen and (max-width: 40.063em) {

.fb-position {
	margin: 20px 0px 20px 0px;
	text-align: center
}

.white_content {
	width: 90%;
	margin-left: 5%;
	display: block;
	position: absolute;
	padding: 16px;
	border: 16px solid #1d8338;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

.age_check_button {
	height: 2.5rem;
	padding: 0px 10px 0px 10px;
	border-radius : 5px 5px 5px 5px;
	-moz-border-radius : 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
}
 @media only screen and (min-width: 40.063em) {

.fb-position {
	margin: 20px 0px 8px 0px;
	text-align: center
}
}

.banner {
	text-align: center;
	margin-bottom: 20px;
}

.black_overlay {
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
 @media only screen and (min-width: 60.063em) {

.white_content {
	display: block;
	position: absolute;
	margin-left: 20%;
	width: 60%;
	padding: 16px;
	border: 16px solid #1d8338;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

.age_check_button {
	height: 2rem;
	font-size: 1rem;
	padding: 0px 10px 0px 10px;
	border-radius : 5px 5px 5px 5px;
	-moz-border-radius : 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
}
