/* ú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 {
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 11px 0;
    padding-bottom: 3px;
}
#weather-title a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
#weather-title a:hover {
	color: #0060C3;
	text-decoration: none;
}
#weather-title span {
    color: #0049B6;
    font-size: 14px;
    font-weight: bold;
}
#weather-title .more-data {
    color: #EC1D00 !important;
    float: right;
    font-size: 12px !important;
    font-weight: bold;
	text-transform:none;
}
#weather-title .more-data:hover {
	color: #EC1D00;
	text-decoration: underline;
}
/* új címlap CSS-ből átemelve */

/* egyedi CSS */
#weather-title {
    margin-bottom: 0;
	width:310px;
}
#weather-box {
    background: url("http://static.origos.hu/s/0629/img/cimlap/rate-bg.png") repeat-x scroll center bottom #FFFFFF;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    font-size: 12px;
    overflow: hidden;
    padding: 0 5px;
	width:298px;
}
#weather-box div {
    float: left;
	position:relative;
	z-index:2;
}
#weather-box #weather-pic {
	padding-right:5px;
}
#weather-box #weather-temp {
	font-size: 14px !important;
	font-weight: bold !important;
	font-family:Arial !important;
	background: url("http://static.origos.hu/s/img/idojaras/doboz/weather-temp-bg.png") repeat-x 0 0 #FFFFFF;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding:9px 5px; 
}
#weather-box #weather-temp span {
	color: #0060C3;
	font-size: 14px !important;
	font-weight: bold !important;
	font-family:Arial !important;
}
#weather-box #weather-desc {
	padding-left:10px;
}
#weather-box #weather-desc span {
	font-size: 10px;
	padding-top: 10px;
	float:left;
	width:150px;
}
#weather-box #weather-desc .twolines {
	padding-top: 5px;
}
#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;
}
/* egyedi CSS */