a:link{
	color: white;
	text-decoration: none;
}
a:link:hover, a:link:focus{
	text-decoration: underline;
}
a:visited{
	color: white;
	text-decoration: none;
}
a{
	outline: 0;
}
img, div{ behavior: url(/iepngfix.htc) }

img{
	display: block;
	border: 0px;
	max-width: 100%;
}
div, table, td, img, body{
	margin: 0px;
	padding: 0px;
	border-spacing: 0px; 
}
div.cookies *{
	background-color: black !important;
	color: white !important;
}

h1{
	color: #E10915;
	text-shadow: 0px 0px 1px #fff;
	text-align: center;
}
h2{
	color: #CD8A8E;
	text-shadow: 0px 0px 1px #f00;
}
body{
	 background-color: #000;
	 background-image: url('/background.jpg');
	 background-position: center top;
	 background-repeat: no-repeat;
	 z-index: 0;
}

.clearfix:after{
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

/**********MAIN**********/
div.main_div{
	margin: 0 auto;
	background-color: #000;
	max-width: 1350px;
	clear: both;
}
div.td_l{
	text-align: center;
	width: 155px;
	vertical-align: top;
	padding: 5px 5px 0px 5px;
	display: table-cell;
}
div.td_r{
	vertical-align: top;
	width: *;
	padding: 0px 15px 15px 15px;
	font-family: Verdana, Geneva, sans-serif;
	display: table-cell;
	position: relative;
}

/*************MENU GŁÓWNE*************/
div.menu_glowne{
	z-index: 10;
	width: 154px;
}
div.menu_glowne a{
	z-index: 15;
	position: relative;
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 150px;
	height: 40px;
	border: solid white 2px;
	background-color: #333;
	text-transform: uppercase;
	outline: 0;
	
	transition: all 0.2s;
	border-radius: 2px;
	background-image: linear-gradient(#333,#222);
	box-shadow: 1px 2px 3px #666;
}
div.menu_glowne a:hover, div.menu_glowne a:focus{
	color: #ff3600;
	border-color: #ff7651;
	text-decoration: none;
}
div.menu_glowne a:active{
	background-image: linear-gradient(#222,#364D59);
}
div.menu_glowne a b{
	display: table-cell;
	width: inherit;
	height: inherit;
	vertical-align: middle;
	text-align: center;
}
div.rozwijane{
	position: relative;
	width: 154px;
	height: 44px;
	
	/*transition: width 1s;*/
}
div.rozwijane:hover{
	width: 308px;
}
div.rozwijane_oferta:hover{
	/*width: 770px;*/
}

div.rozwijane div{
	position: absolute;
	z-index: 12;
	right: 0px;
	top: 0px;
	height: 308px;
	overflow: hidden;
	/*transition: height 1s;*/
	max-width: 616px;
}
div.rozwijane div a{
	background-color: #444;
	background-image: linear-gradient(#444,#333);
}
div.rozwijane_oferta div a{
	/*float: left;*/
}

/**************MENU OBRAZKOWE***********/
div.menu_img{
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}
div.menu_img a{
	margin: 0px 15px 10px 15px;
	padding-bottom: 5px;
	text-align: center;
	width: 100px;
	display: inline-block;
	vertical-align: top;
	outline: 0;
	border-radius: 10px;
	transition: all 0.2s;
}
div.menu_img a.hl{
	background-color: #253766;
	box-shadow: 0px 0px 3px 1px #2D427B;
}
div.menu_img a:hover, div.menu_img a:focus{
	text-decoration: none;
	color: #ff3600;
	border-color: #ff7651;
}
div.menu_img img{
	border: solid #aaa 2px;
	border-color: inherit;
	margin-bottom: 5px;
	width: 96px;
	box-shadow: 1px 2px 3px #666;
	border-radius: 10px;
	opacity: 0.7;
	transition: all 0.8s;
}
div.menu_img img:hover{
	opacity: 1.0;
}
div.menu_img:after{
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}


/*/////////////////*/
div.footer_addr{
	float: left;
}
div.footer_menu{
	float: right;
}
div.footer_menu a{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	white-space: nowrap;
}

/* MENU */

div.menu{
	width: 100%;
	text-align: center;
}
div.menu a{
	margin: 0px 15px 10px 15px;
	text-align: center;
	width: 100px;
	height: 160px;
	float: left;
	display: inline-block;
}
.menu img{
	border: solid white 2px;
	width: 94px;
	margin-bottom: 3px;
	border-radius: 5px;
}
.menu2 td{
	height: 35px;
	background-color: #232423;
	border: solid white 2px;
	text-transform: uppercase;
}
.menu2 a{
	color: inherit;
}
.menu2 *{
	z-index: 3;
}
div.mini_oferta_godin{
	width: 100%;
	text-align: center;
}
div.mini_oferta_godin a{
	display: inline-block;
	margin: 0px 5px 10px 5px;
	padding: 4px;
	text-align: center;
	width: 100px;
	border: solid white 2px;
	background-color: #232423;
	border-radius: 3px;
}

body, table, pre{
	color: white;
	font-size: 14px;
	font-family: arial;
}
input[type='text']{
	background-color: white;
	color: black;
}
div.linki a:hover{
	text-decoration: underline;
}
div.location_menu{
	color: gold;
	background-color: #222;
	padding: 5px;
	margin-bottom: 10px;
}
div.location_menu strong{
	color: white;
}
div.location_menu a:hover{
	text-decoration: underline;
}

/* IMG FLOAT */
.floatright{
	float: right;
	margin-left: 10px;
}
.floatleft{
	float: left;
	margin-right: 10px;
}

/* PRODUCT */
div.product{
	display: table;
	width: 100%;
}
div.product_description{
	display: table-cell;
	border-right: solid white 1px;
	box-sizing: border-box;
	width: 50%;
	vertical-align: top;
	padding: 5px;
}
div.product_image{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}
div.product_image img{
	display: inline-block;
}

/* cell float */
div.cell_wrapper{
	display: table;
	width: 100%;
}
div.cell{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	vartical-align: top;
	padding: 5px;
}

/* MENU PRODUKTÓW */
div.menu_prod a:hover{
	opacity: 1;
}
div.menu_prod{
	width: 100%;
	text-align: center;
}
div.menu_prod a{
	margin: 2px 5px 15px 0px;
	width: 150px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #111;
	font-size: 12px;
	opacity: 0.8;
}
div.menu_prod img{
	height: 90px;
	margin-bottom: 10px;
	display: inline;
}

/*********************** IMG HR ********************/
/* zdjęcie i opis po prawej, potem hr */

div.imghr{
	border-top: solid white 1px;
}

.imghr:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

div.imghr div{
	float: left;
	padding: 10px 10px 20px 10px;
}
div.imghr div:first-child{
	text-align: center;
}
div.imghr div img{
	display: inline;	
}
