@import url("layout.css");

/* tabmenu */
@import url("tabmenu.css");

#showingText { cursor: pointer; font-weight: bold; }

a img { border: none; }

.pagingNavigation {  text-align: center; }

div.pagingNavigation>a { color: #404040; text-decoration: none; font-weight: bold;}

div.pagingNavigation>a:before { content: " | "; text-decoration: none; font-weight: bold; }
div.pagingNavigation>a:first-child:before { content: ""; }
div.pagingNavigation>a.current { text-decoration: none !important; font-weight: normal !important; }

div.newAds #frissBox ul { height: 70px !important; }

#currentWeather { margin-top: 61px; margin-left: 40px; opacity: 0.9; border: 1px solid brown; padding: 5px; width: 170px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; background-color: #431C1D; color: white; }
#currentWeather #city { font-weight: bold; }
#currentWeather img { border: 1px solid white; float: left; margin-top: 5px; }
#currentWeather #condition,
#currentWeather #temp,
#currentWeather #humidity,
#currentWeather #wind { float: right; width: 125px; }

#forecastWeather { width: 464px; color: white; margin-left: 130px; border: 1px solid saddleBrown; padding: 5px; margin-top: 10px; border-radius: 5px; -moz-border-radius: 5px; background-color: #775544; }
#forecastWeather #dailyWeather { width: 115px; border-left: 1px solid gray; text-align: center; float: left; }
#forecastWeather #dailyWeatherNoBorder { width: 115px; text-align: center; float: left; }
#forecastWeather #dailyWeather img { border: 1px solid white; }
#forecastWeather #dailyWeatherNoBorder img { border: 1px solid white; }
