html, body { background-image: url('../../../../images/appearance/skin_BackgroundBurlap.png'); }

/* TOP NAV */
html #top-nav { background-color: transparent; }
html #top-nav-container { background-color: transparent; }

/* HEADER */
html #header-main { background-color: transparent; }
html #header-main-container { -webkit-border-top-left-radius: 20px; -webkit-border-top-right-radius: 20px; -moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; }

/* SEARCH */
html #main-search-bar .content { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

/* MAIN NAV */
html #nav-main-navbar { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; padding: 6px 10px; }
html #nav-main-navbar .nav { padding: 0; }
html #nav-main-navbar .nav > li.active > a { background-color: #fff; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
html #nav-main-navbar .nav > li > a { padding: 8px 14px; }

/* CONTENT */
html #content-main { background-color: transparent; background-image: none; }
html #body-main .component-module .title { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding-bottom: 7px; padding-top: 7px; }
.storesite-spotlite .title, .storesite-home-module .title { -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; padding-top: 7px; }

/* SIDE */
html .sidebar-module .title { -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; padding-top: 7px; }

/* FOOTER */
html #footer-main-primary { -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; }
