/* új címlap CSS-ből átemelve */
#weather-title {
    color: #000000;
    font: 13px Arial,Helvetica,Verdana,sans-serif;
}
#weather-title, #weather-title p {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#weather-title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 15px;
}
#weather-title a {
	font-size:18px;
	font-weight:bold;
	color:#7c6340;
	text-decoration: none;
}
#weather-title a:hover {
	text-decoration: none;
}
#weather-title span {
    color: #0049B6;
    font-size: 14px;
    font-weight: bold;
}
#weather-title .more-data {
	font-size:13px !important;
	font-weight:bold !important;
	color:#269eb7 !important;
    float: right;
	text-transform:none;
	text-decoration: none;
}
#weather-title .more-data:hover {
	text-decoration: none;
}
/* új címlap CSS-ből átemelve */

/* egyedi CSS */
#weather-title {
	width:280px;
	padding-top:6px;
}

#weather-bottom {
    background: url("http://static.origos.hu/s/0629/img/cimlap/rate-bottom.png") no-repeat scroll 0 0 transparent;
    height: 3px;
    margin-bottom: 19px;
    overflow: hidden;
	position:relative;
	top:-2px;
	z-index:1;
	width:310px;
}
.eltarto {
	width:1px;
	height:8px;
	display:block;
}
/* egyedi CSS */


/* New Origo Weather Widget */

#ow-widget {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWY1ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #faf5e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#faf5e9));
    background: -webkit-linear-gradient(top, #ffffff 0%,#faf5e9 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#faf5e9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#faf5e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#faf5e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faf5e9',GradientType=0 );
    border: 1px solid #eae2ce;
    margin: 0 15px;
    text-align: center;
}

#ow-widget a, #ow-widget span {
    color: #000;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

#ow-widget a {
    display: block;
    height: 35px;
    line-height: 35px;
}

#ow-widget span {
    display: inline-block;
    vertical-align: middle;
}

#ow-widget .oww-picto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    width: 32px;
}

#ow-widget .oww-desc {
    display: none;
}

.owp-rain.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/owp-rain.svg);
}

.owp-snow.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/owp-snow.svg);
}

.owp-humidity.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/owp-humidity.svg);
}

.owp-airpressure.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/owp-airpressure.svg);
}

.owp-sunrise.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/owp-sunrise.svg);
}

.owp-sunset.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/owp-sunset.svg);
}

.owp-moon.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/owp-moon.svg);
}

.owp-0d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/0d.svg);
}

.owp-0n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/0n.svg);
}

.owp-1d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/1d.svg);
}

.owp-1n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/1n.svg);
}

.owp-2d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/2d.svg);
}

.owp-2n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/2n.svg);
}

.owp-3d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/3d.svg);
}

.owp-3n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/3n.svg);
}

.owp-4d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/4d.svg);
}

.owp-4n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/4n.svg);
}

.owp-5d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/5d.svg);
}

.owp-5n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/5n.svg);
}

.owp-6d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/6d.svg);
}

.owp-6n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/6n.svg);
}

.owp-7d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/7d.svg);
}

.owp-7n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/7n.svg);
}

.owp-8d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/8d.svg);
}

.owp-8n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/8n.svg);
}

.owp-9d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/9d.svg);
}

.owp-9n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/9n.svg);
}

.owp-10d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/10d.svg);
}

.owp-10n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/10n.svg);
}

.owp-11d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/11d.svg);
}

.owp-11n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/11n.svg);
}

.owp-12d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/12d.svg);
}

.owp-12n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/12n.svg);
}

.owp-13d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/13d.svg);
}

.owp-13n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/13n.svg);
}

.owp-14d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/14d.svg);
}

.owp-14n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/14n.svg);
}

.owp-15d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/15d.svg);
}

.owp-15n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/15n.svg);
}

.owp-16d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/16d.svg);
}

.owp-16n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/16n.svg);
}

.owp-17d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/17d.svg);
}

.owp-17n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/17n.svg);
}

.owp-18d.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/18d.svg);
}

.owp-18n.svg {
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/18n.svg);
}

.oww-temp {
	margin-right: 30px;
    position: relative;
    display: inline-block;
}
.oww-temp:after {
  content: ' ';
  display: block;
  background-repeat: no-repeat;
  background-image: url(http://static.origos.hu/s/img/weather/koponyeg/frog.svg);
  background-position: center;
  width: 18px;
  top: 0;
  right: -30px;
  position: absolute;
  height: 100%;
}