/* Special DIFF CSS - Zdraveveci.sk */

body{
background: url(backgrounds/eshop.jpg);
}

#menu a.currentPage {
background:url(layout/hover-eshop.png) top left repeat-x;
}

#menu a.currentPage:hover {
background:url(layout/hover-eshop-flip.png) top left repeat-x;
}

ul.left-menu li a.active,ul.left-menu li a.select {
background:url(layout/side-buttons/side-hover-eshop.png) top left repeat-x;
color:#FFFFFF;
}

ul.left-menu li a:hover {
background:url(layout/side-buttons/side-hover-eshop-flip.png) top left repeat-x;
color:#FFFFFF;
}

ul.left-menu li a, ul.left-menu {
border-color: #888B8D;
}

#content-top {
background: url(layout/contentop_eshop.png);
}

#content {
background: url(layout/content_eshop.png);
}

#content-bottom {
background: url(layout/contenbottom_eshop.png);
}