/*-----------------------------
 Common styles for screen, print and handheld media
 Site: Nanoprodukty.sk
 $Revision: 1.3 $
 $Date: 2006/07/12 16:41:57 $
 -----------------------------*/
* {
 margin: 0;
 padding: 0;
}

a img {
 border: 0;
}

a:link {
 background-color: transparent;
 color: #FF6633;
}

a:visited {
 background-color: transparent;
 color: #D43500;
}

a:hover {
 background-color: transparent;
 color: #FF3300;
}

a:active {
 background-color: transparent;
 color: #FF3300;
}

abbr, acronym {
 border-bottom: 1px dashed;
}

body {
 background: #fff;
 color: #666;
 font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
 line-height: 1.3;
}

caption {
 font-weight: bold;
 padding-bottom: 0.25em;
 text-align: left;
}

dd {
 background: transparent url(../img/design/dotted-grey.gif) bottom left repeat-x;
 color: #666;
 margin-bottom: 0.75em;
 padding-bottom: 12px;
}

dl {
 margin: 0.75em 0 1.75em 0;
}

dt {
 background-color: transparent;
 color: #666;
 font-weight: bold;
 margin: 0 0 0.25em 0;
}

dt span {
 font-weight: normal;
}

fieldset {
 background-color: transparent;
 border: 1px solid #D8D8D8;
 color: #000;
 margin: 0.25em 0 1em 0;
 padding: 0.25em 15px 0.75em 15px;
}

form {
 margin: 1em 0 0 0;
 padding: 0;
}

h1, h2, h3, h4, h5, h6 {
 background-color: transparent;
 color: #6B8083;
 line-height: 1.4;
 margin: 1em 0 0.1em 0;
}

h1 {
 font-size: 1.2em;
 margin-top: 0;
}

h2 {
 font-size: 1.1em;
}

h3 {
 font-size: 1em;
}

h4 {
 font-size: 1em;
}

h4, h5, h6 {
 font-size: 1em;
}

hr {
 display: none;
}

img {
 margin: 0;
}

img.left {
 float: left;
 margin: 0.25em 1em 0.5em 0;
}

img.right {
 float: right;
 margin: 0.25em 0 0.5em 1em;
}

input, select, textarea {
 font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
 font-size: 1em;
}

label {
 background-color: transparent;
 color: #666;
 font-weight: normal;
}

legend {
 background-color: #fff;
 border: 0;
 color: #6B8083;
 font-size: 1.1em;
 font-weight: bold;
 margin-bottom: 0.25em;
 margin-left: -4px;
 padding: 0.25em 4px;
}

li {
 line-height: 1.6;
 margin-bottom: 0.25em;
}

li li {
 list-style: circle;
 margin-bottom: 0.25em;
}

ol {
 margin: 0.25em 0.5em 1em 2em;
}

ol, ul {
 padding: 0;
}

p {
 background-color: transparent;
 color: #666;
 margin: 0 0 0.75em 0;
}

strong.free {
 background-color: transparent;
 color: #6B8083;
}

table {
 border-collapse: collapse;
 border-top: 1px solid #EFEFEF;
 font-size: 1em;
}

table.form th {
 background-color: transparent;
 color: #000;
 font-weight: normal;
 text-align: left;
}

table.form, table.form td, table.form th {
 border: 0;
 padding: 0.25em 0.5em 0.25em 0;
}

td.center, th.center {
 text-align: center;
}

td.left, th.left {
 text-align: left;
}

td.right, th.right {
 text-align: right;
}

th {
 background-color: #F7F7F7;
 color: #666;
 text-align: center;
}

th, td {
 border-bottom: 1px solid #EFEFEF;
 padding: 0.25em 0.25em 0.25em 0.5em;
}

ul {
 margin: 0.25em 0.5em 1em 2em;
}

.clear {
 clear: both;
}

.top {
 vertical-align: top;
}

#footer {
 border-top: 1px solid #89999C;
 clear: both;
 text-align: center;
}

#footer .links a:link, #footer .links a:visited, .heading-with-path a:link, .heading-with-path a:visited {
 background-color: transparent;
 color: #666;
}

#footer .links a:hover, #footer .links a:active, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
 background-color: transparent;
 color: #999;
}

#footer p {
 background-color: transparent;
 color: #999;
 margin: 0.3em 0 0.25em 0;
}

#footer p.links {
 margin-top: 0.5em;
}

#to-content {
 display: none;
}
.cross {
text-decoration:line-through;
}
.orange{
	color:#FF6633;
	text-decoration:none;
}