#kwick ul li{
	list-style: none;
}

#kwick {
	margin:0 0 0 0;
	padding: 0 0 0 0;

	padding-left: 45px;
	/*margin-left: 8px;
	padding-top: 0px;
	margin-top: 0px;*/
	/*position: relative;*/
	width: 540px;
}

#kwick .kwicks {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	/*background: #1d1d20 url(../images/trac.gif) top right no-repeat;*/
	/*background-color: red;*/
	height: 44px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 44px;
	width: 125px;
	padding: 0px;
	/*background: #fff;*/
	border-right: 0px solid #1d1d20;
}

#kwick .kwick span {
	/*background: #7389ae url(hatter.gif);*/

	/*display: none;*/
}

#kwick .ab {
	position: relative;
	z-index: 1;
	/*background: #78ba91;*/
}

#kwick .cd {
	position: relative;
	z-index: 2;
	/*background: #7389ae;*/
}

#kwick .ef {
	position: relative;
	z-index: 3;
	/*background: #c17878;*/
}

#kwick .gh {
	position: relative;
	z-index: 4;
	/*background: #a87aad;*/
	border-right: 0;
}
.wcolumns{
	width:200px;
	height: 44px;
	text-align:left
}
.wcolumns .weather_icon{
	z-Index:4;
	float:left;
	width: 44px;
	height: 44px;
}
.wcolumns  .weather_state {
	float:left;
	width:81px;
	height: 44px;
	font-size: 18px;
	color: white;
}
.wcolumns .weather_degree{
	padding-top: 12px;
	position: relative;
	width: 75px;
	float:left;
	height: 32px;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	margin: 0 auto; 
	color: white;
}


