	@media only screen and (max-width: 480px) {
		#ed_Related_Box{
			font-family: Arial;
			font-size: 12px;
			font-weight: normal;
			margin-top: 12px;
			overflow: hidden;
			width: 300px; 
		}
	}

	@media only screen and (min-width: 481px) and (max-width: 768px) {
		#ed_Related_Box{
			font-family: Arial;
			font-size: 12px;
			font-weight: normal;
			margin-top: 12px;
			overflow: hidden;
			/*width: 600px;*/
		}
	}

	@media only screen and (min-width: 769px) {
		#ed_Related_Box{
			font-family: Arial;
			font-size: 12px;
			font-weight: normal;
			margin-top: 12px;
			overflow: hidden;
			/*width: 600px;*/
		}
	}
	
	#ed_Related_Box .title{
		color: #A70E2B;
		margin: 0 0 10px;
		font-size: 20px;
		font-family: "Vidaloka",serif;
		border-top: 3px solid #A70E2B;
		background-image: url("images/bg-h4.png");
		background-repeat: no-repeat;
		padding: 9px 10px;
		margin-bottom: 0px;
	}

	#ed_Related_Box .ed_Related_Record_Div {
		border-width: 0;
		/*float: left;*/
		/*height: 60px;*/
		margin: 4px 4px 4px 4px;
		overflow: hidden;
		padding: 0;
		/*width: 142px;*/
		width:auto
	}

	#ed_Related_Box div a{
		text-decoration:none;
	}

	#ed_Related_Box .ed_Related_Record_Div a {
		border-width: 0;
		margin: 0;
		padding: 0;
	}

	#ed_Related_Box .ed_Related_Record_Div .ed_Related_Record_Div_Img {
		border:1px solid #ffffff;
		background-color: #ffffff;
		display: block;
		/*height: 90px;*/
		width: 49px;
		height: 49px;
		margin-bottom: 9px;
		overflow: hidden;
		/*width: 140px;*/
		float: left;
		margin-right:10px;
	}

	#ed_Related_Box .ed_Related_Record_Div .ed_Related_Record_Div_Img .ed_Related_Record_Img {
		background-color: #ffffff;
		border-width: 0;
		/*width:140px;*/
		margin: 0;
		overflow: hidden;
		padding: 0;
		width: 49px;
		height: 49px;
		margin-right:10px;
	}

	#ed_Related_Box .ed_Related_Record_Div .ed_Related_Record_Div_Img_Sponsor {
		background-color: #ffffff;
		border-width: 0;
		/*width: 90px;
		height: 90px;*/
		width: 49px;
		height: 49px;
		margin: 0;
		overflow: hidden;
		padding: 0;
		float: left;
	}

	#ed_Related_Box .ed_Related_Record_Content {
		border-width: 0;
		margin: 6px 0 0;
		/*width: 140px;*/
		width:auto;
	}

	#ed_Related_Box .ed_Related_Record_Content a {
		border: 0 none;
		color: #333;
		/*font-family: Arial;*/
		/*font-size: 12px;*/
		margin: 0;
		padding: 0;
		text-decoration: none;
		font-family: "Vidaloka",serif;
    	font-size: 1.6rem;
    	font-weight: 400;
	}

	#ed_Related_Box .ed_Related_Record_Content a:hover {
		text-decoration: underline;
	}

	#ed_Related_Box .ed_Related_Sponsor_Text_Container{
		width: 50px; 
		/*height: 60px;*/ 
		/*float: left;*/
		/*overflow:hidden;*/
		text-align:center;
		/*padding-top:30px;*/
	}

	#ed_Related_Box .ed_Related_Sponsor_Text_Container .ed_Related_Sponsor_Text_Row1{
		color: #E20318;
		font-family: Verdana,Arial,Sans-serif;
		font-size: 9px;
		font-weight: normal;
		margin-top:30px;
	}

	#ed_Related_Box .ed_Related_Sponsor_Text_Container .ed_Related_Sponsor_Text_Row2{
		color: #838383;
		font-family: Verdana,Arial,Sans-serif;
		font-size: 9px;
		font-weight: normal;
	}

	#ed_Related_Box .ed_Related_Sponsor_Top_Container{
		/*border:1px solid #dfdfdf;*/
		margin-bottom:9px; 
		background-color:#ffffff; 
		/*width: 140px; */
		width: auto; 
		/*height: 90px; */
		float: left;
		margin-right:10px;
	}

	.ed_Related_Sponsor{
		background-color: #fff;
	}