/* barvy */
.t_white {
	color: #fff;
}

.t_lightgrey {
	color: #ddd;
}

.t_grey {
	color: #888;
}

.t_darkgrey {
	color: #444;
}

.t_red {
	color: #fe1b24;
}

.t_yellow {
	color: #f9dc00;
}

.t_green {
	color: #059f4c;
}

.t_blue {
	color: #00a7e9;
}

.t_violet {
	color: #2d308f;
}

/* text */
h1 {
		
}

h2 {
	margin: 24px 0px 12px 0px;
	
	font-size: 1.4em;
	
	color: #fff;
}

h3 {
	margin: 18px 0px 12px 0px;
	
	font-size: 1.2em;
	
	color: #fff;
}

h4 {
	margin: 18px 0px 12px 0px;
	
	font-size: 1.1em;
}

p {
	/*margin: 8px 0px 8px 0px;*/
}

a {
	text-decoration: underline;
	
	color: #fe1b24;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
	
	color: #fff;	
}

ul.expanded li {
	padding-bottom: 6px;
}

/* clanky */
.article {
	margin: 0px 0px 24px 0px;
}

.article .datum {
	color: #444;
}

/* eshop */
#basket {
	float: right;
	
	width: 40%;
	
	text-align: right;
}

#navigace-cesta {
	float: left;
	
	width: 59%;
}

#navigace-cesta > * {
	margin: 0px;
	
	font-size: 1.0em;
	font-weight: normal;
	
	color: #ddd;
}

#navigace-cesta * {
	_margin: 0px;
	
	_font-size: 1.0em;
	_font-weight: normal;
	
	_color: #ddd;
}

.product-preview {
	float: left;
	
	width: 171px;
	
	padding-bottom: 24px;	
}

.variations .variation {
	float: left;
	
	margin: 0px 1px 1px 0px;	
	padding: 0px;	
}

.variations .variation table {
	border: 1px solid #444;
}

.variations .variation table td {
	width: 131px;
	height: 103px;
	min-height: 103px;
	
	padding: 6px;
	
	text-align: center;
	vertical-align: middle;
}

.variations .variation table td a {
	outline: none;	
}

.variations .variation table td img {
	display: block;
	
	margin: auto;
}

.variations .variation span.label {
	display: block;
	
	width: 131px;
}

/* galerie */
.gallery table {
	float: left;
	
	margin: 0px 1px 1px 0px;	
	padding: 0px;
	
	border: 1px solid #444;
}

.gallery table td {
	width: 131px;
	height: 103px;
	
	padding: 6px;
	
	text-align: center;
	vertical-align: middle;
}

.gallery table td a {
	outline: none;	
}

.gallery table td img {
	display: block;
}

/* samostatnej obrazek */
.photo table {
	float: left;
	
	margin: 0px 0px 6px 0px;	
	padding: 0px;
	
	border: 1px solid #444;
}

.photo table {
	width: 153px;
	height: 204px;
	
	padding: 8px;
	
	text-align: center;
	vertical-align: middle;
}

.photo table td a {
	outline: none;	
}

.photo table td img {
	display: block;
}

/* odrazky */
.bullet-application-pdf, .bullet-red, .bullet-yellow, .bullet-green, .bullet-blue, .bullet-violet {
	padding-left: 24px;
	
	background-position: left 4px;
	background-repeat: no-repeat;
}

.bullet-application-pdf {
	background-image: url("../images/styly/odrazka_pdf.png");
}

.bullet-red {
	background-image: url("../images/styly/odrazka_cervena.png");
}

.bullet-yellow {
	background-image: url("../images/styly/odrazka_zluta.png");
}

.bullet-green {
	background-image: url("../images/styly/odrazka_zelena.png");
}

.bullet-blue {
	background-image: url("../images/styly/odrazka_modra.png");
}

.bullet-violet {
	background-image: url("../images/styly/odrazka_fialova.png");
}
