/***********************************************************************
 Copyright (C) Lukáš Janků, 2004-2020
 http://vsevjednom.cz/
 lukas z vsevjednom.cz


 Hlavní design webu by Discogio, Copyright (C) 2005

***********************************************************************/



/* Hlavička */

#header {
	background-image: url(https://images.vsevjednom.cz/top-panel_orig_1000.png);
}

/* Bazar */

h3 {
	font-size:150% !important;
}
h3 a {
	font-weight: bold !important;
}
.bazar {
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left:15px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap
}
.bazar img {
	border: 1px solid #000 !important;
	margin: 5px 10px 5px 0px;
	padding: 0;
	opacity:3.00 !important;
	filter:alpha (opacity=300) !important;
}
.bazar img:hover {
	margin: 5px 10px 5px 0px;
	padding: 0;
	opacity:2 !important;
	filter:alpha (opacity=200) !important;
}
.bazar input {
	width: auto;
	max-width: 300px;
}
.bazar-detail-obrazek {
	float: left;
	margin: 5px 15px 5px 0px;
	padding: 0;
	line-height:1px;
}
.bazar p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bazar-popis {
	margin:0;
	padding: 2px;
	width: auto;
	max-width: 75%;
	height:auto;
	overflow:none;
	_overflow-y:none;
	background-image:url(https://images.vsevjednom.cz/pre.jpg);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bazar-popis a {
	color: #333 !important;
}
.bazar-popis a:hover {
	text-decoration: none !important;
}

