/*
///  MyTelio /// CULTURE Stylesheet ///
///  last edit: 09-07-29 ///
*/


/* 
	CULTURE POP-UP
*/

#culture_block {
position:absolute;
top:23px; 
right:0;
width:421px;
height:305px;
display:none;
z-index:1;
}

	#cult_cont_l {
	float:left;
	width:160px;
	margin:15px 0 0 20px;
	}
	#cult_cont_r {
	float:left;
	width:220px;
	margin:15px 0 0 0;		
	}

	#cult_cont_l_top {
	float:left;
	width:180px;
	height:50px;
	}
	#cult_cont_l_txt {
	float:left;
	width:180px;
	font-size:12px;
	line-height:20px;	
	}

	#cult_cont_r_top {
	float:left;
	width:220px;
	height:50px;
	}
	#cult_cont_r_txt {
	float:left;
	width:220px;
	font-size:12px;
	line-height:20px;	
	}

	.cult_bg_out {
	float:left;
	width:1px;
	height:303px;
	margin:1px 0 0 0;
	background:#D40032;
	}
	#cult_bg_mid {
	float:left;
	width:419px;
	height:303px;
	background:#ffffff;
	border-top:solid 1px #d40032;
	border-bottom:solid 1px #d40032;
	}
/* 
	/CULTURE POP-UP
*/

