/* CSS Document */
/* ------- ObecnĂˇ deklarace ------- */
html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	line-height:1.45em;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ol li, ul li {
	list-style-type: circle;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* TYPOGRAPHY - text properties section, please do not use any of them elsewhere */

body {
	font-size: 62.5%; /*default size cca 10px */
	font-family: Tahoma, sans-serif;
}
#content {font-size: 1.1em;}  /*normal size for text cca 11px */
body#page-index #content h2, body #content h1 {font-size: 164%; font-weight: bold;}
body#page-index #content h3, body #content h2 {font-size: 100%; font-weight: bold;}
body#index #content h4, body #content h3 {font-size: 100%;} /* nemuselo by být, jen pro čitelnost*/
body#index #content h5, body #content h4 {font-size: 100%;} /* nemuselo by být, jen pro čitelnost*/
#content dl.price dd, button.shop, #content p.price,
#content fieldset legend strong {font-size: 164%;}

ul#menu {font-size: 1.3em;} /* cca 13px */
ul#menu ul li a {font-size: 92.5%;} /* cca 12px */

#sidebar {font-size: 1.1em;} /* cca 11px */
#sidebar p, #sidebar h3 {font-size: 100%}



/* LAYOUT */ 
ul#menu,
#disclaimer,
p#recommend,
#skips,
#content object,
#sidebar {
 display: none;
}
#content {
	margin-left: 1px;
}
#content td, #content th {
	border: 1px solid black;
	padding: 2px 4px;
}
#content p, #content table {
	margin-bottom: 1em;
}
#content fieldset.hidden {
	display: none;
}
#sidebar {
 clear: both;
 border-top: 1px solid black;
 padding-top: 10px;
 margin-top: 10px;

}

dl#photoColumn {
 float: right;
 margin-left: 10px;)
 padding-bottom: 10px;
}

div.dimension-variant-holder {
 float: left;
 border: 1px solid black;
 margin: 5px;
 padding: 5px;
 width: 180px;
}

h1#logo a small {
	display: none;
}
#content #pineBig {
 display: none;
}

form i.hint {
	display: none;
}

#footer{
	font-size: 1em;
	z-index: 5;
}
