/* =========== Structure =========== */
.campainBlock {
	margin: 10px 0 0 5px;
}

.campainBlock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.blockUnitLeft {
	width: 220px;
	float: left;
}

.blockUnitRight {
	width: 710px;
	float: right;
}

/* =========== Campain Carousel =========== */

#carouselInner {
	float: left;
	width: 660px;
	overflow: hidden;
	position: relative
}


#carouselInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#carouselUl {
	position: relative;
	left: -220px;
	margin: 0px;
	padding: 0px;
	width: 9999px;
}

#carouselUl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#carouselUl li {
	float: left;
	width: 220px;
	margin: 0 0 0 1px;
}

#carouselUl li img {
	border: 0px;
}

#leftScroll,
#rightScroll {
	float: left;
	height: 55px;
	width: 21px;
}

#rightScroll {
	margin-left: 1px;
}

#leftScroll img,
#rightScroll img {
	cursor: pointer;
}

.campainTopicsTitle {
	float: left;
	width: 49px;
	margin-top: 9px;
}

#NewsArea {
	width: 495px;
	float: left;
	margin: 8px 0 0 15px;
}

#NewsArea li {
	margin: 0 0 3px;
}


.linkTopicsList {
	float: right;
	width: 135px;
	margin-top: 50px;
	padding-right: 10px;
	text-align: right;
}


#NewsArea h2 {
	display: none;
}

.rnClearfix dt {
	display: block;
	float: left;
	width: 50px;
}

.rnClearfix dd {
	float: left;
	width: 435px;
	background: url(/common_rn/img/icon_triangle_001.gif) left center no-repeat;
	padding-left: 6px;
	line-height: 1.5em;
}
