/* CSS Document */
html,body  {
	margin:0px;
}
.cub {
	cursor:hand;
	cursor:pointer;
}
.parent {
	width:211px;
	height:153px;
	position:relative;
	
	border-width:0px;
	border-style:solid;
}
.parent .tabs {
	display:inline-block;
	width:148px;
	height:19px;
	margin-left:30px;
	margin-top:5px;
}
.parent .tabs .tab1 {
	width:46px;
	height:19px;
	background:url(images/single_tab1.png);
	display:inline-block;
	zoom: 1;
	*display: inline;	
}
.parent .tabs .tab1:hover {
	background:url(images/single_tab1_on.png);
}
.parent .tabs .tab2 {
	width:46px;
	height:19px;
	background:url(images/single_tab2.png);
	display:inline-block;
	zoom: 1;
	*display: inline;	
	margin-left:2px;	
}
.parent .tabs .tab2:hover {
	background:url(images/single_tab2_on.png);
}
.parent .tabs .tab3 {
	width:46px;
	height:19px;
	background:url(images/single_tab3.png);
	display:inline-block;
	zoom: 1;
	*display: inline;
	margin-left:2px;	
}
.parent .tabs .tab3:hover {
	background:url(images/single_tab3_on.png);
}
.parent .tabs .tab1_on {
	width:46px;
	height:19px;
	background:url(images/single_tab1_on.png);
	display:inline-block;
	zoom: 1;
	*display: inline;
}
.parent .tabs .tab2_on {
	width:46px;
	height:19px;
	background:url(images/single_tab2_on.png);
	display:inline-block;
	zoom: 1;
	*display: inline;	
	margin-left:2px;	
}
.parent .tabs .tab3_on {
	width:46px;
	height:19px;
	background:url(images/single_tab3_on.png);
	display:inline-block;
	zoom: 1;
	*display: inline;
	margin-left:2px;	
}

.parent .amindi_block {
	width:170px;
	height:100px;
	position:absolute;
	top:24px;
	left:17px;
}
.parent .amindi_block .block_sub {
	width:170px;
	height:100px;
	position:relative;	
}
.parent .amindi_block .block_sub .icon1 {
	width:64px;
	height:64px;
}
.parent .amindi_block .block_sub .city {
	font:sylfaen;
	font-size:14px;
	color:#de4444;
	position:absolute;
	top:10px;
	left:70px;
}
.parent .amindi_block .block_sub .cam {
	width:21px;
	height:17px;
	position:absolute;
	top:10px;
	right:5px;
	border:0px;
}
.parent .amindi_block .block_sub .temp {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#474747;
	position:absolute;
	top:30px;
	left:70px;
}
.parent .amindi_block .block_sub .arr {
	width:17px;
	height:17px;
	position:absolute;
	top:70px;
	left:10px;
}
.parent .amindi_block .block_sub .txt {
	position:absolute;
	top:70px;
	left:30px;
	line-height:10px;
}
.parent .amindi_block .block_sub .txt .arr_txt {
	font:sylfaen;
	font-size:10px;
	color:#383838;
}
.parent .amindi_block .block_sub .txt .arr_txt2 {
	font:sylfaen;
	font-size:10px;
	color:#0099d9;
}


.content0 {
	width:211px;
	height:153px;
	background:url(images/subscribe/new_single0.png);
}
.content1{
	width:211px;
	height:153px;
	background:url(images/subscribe/new_single1.png);
}
.content2{
	width:211px;
	height:153px;
	background:url(images/subscribe/new_single2.png);
}