body {background-color: #E3E3E3;}
#siteHead {border-bottom: 1px solid #ffffff; height: 140px; width: 100%;}
#siteFoot {background-color: white;}

#siteHead h1 a {
	color: white; 
}
#siteHead h1 {
	padding-top: 31px;
	padding-left: 20px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 210%;
}
#siteHead h2 {
	color: white; 
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: normal;
}
/* Zrusenie borderov na obrazkoch v hlavnom stlpci webu */
#siteMain img {
border-style: none!important;
}

/* Zrusenie podciarknutia produktov */
.product-title a, .product-title a:visited {
text-decoration: none!important;
}
.product-title a:hover {
text-decoration: underline!important;
}
/* Zrusenie podciarknutia produktov */
.product-title a, .product-title a:visited, #gallery a {
text-decoration: none!important;
}
.product-title a:hover, #gallery a:hover {
text-decoration: underline!important;
}