@charset "utf-8";
/**
 * topics.css 
 * (c) United Arrows Ltd.
 */

/* Structure */
	#Container #Article,
	#Container #Footer {
		width:950px;
		margin: 0 auto;
	}
	#Container #Article .wrapper,
	#Container #Footer .wrapper {
		zoom: normal;
		width: auto;
	}
	#Footer #ArticleFooterNavArea {
		position: static;
	}

/* Header */
	#Header { margin-bottom: 20px; }
	#Header #Nav .TOPICS a { background-position: left -35px; }

/* heading */
	.gTitle { margin-bottom: 40px; }
	.sectionTitle {
		clear: both;
		border-bottom: 1px solid #999999;
		padding: 0 5px 5px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 107%;
	}

/* ArticleMain */
	#ArticleMain {
		float: none;
		width: auto;
	}

/* itemSeg */
	.itemSeg {
		clear: both ;
		padding: 15px 20px;
		background-color: #e2e2e2;
		zoom: 1;
	}
	.itemSeg:after { content : ''; display : block; clear : both; }
	.itemSeg .selectCat {
		float: left;
		margin-right: 20px;
	}
	.itemSeg .btn {
		float: right;
		padding-top: 8px;
	}
	.itemSeg .btn a {
		padding-right: 10px;
		font-weight: bold;
		background-image: url('/unitedarrow/common/imgs/base/blt-page-next.gif');
		background-repeat: no-repeat;
		background-position: right 50%;
	}

/* selectCat */
	.selectCat {
		position: relative;
		border: 1px solid #d7d7d7;
		width: 200px;
	}
	.selectCat dd {
		position: absolute;
		left: -1px;
		bottom: 0px;
		width: 200px;
		z-index: 10;
	}
	.selectCat dd ul { display: none; }
	.selectCat dt a,
	.selectCat dd a {
		display: block;
		padding: 8px 10px 8px 15px;
		line-height: 1.2;
		background-color: #fff;
		color: #282828!important;
		zoom: 1;
	}
	.selectCat dd iframe {
		position: absolute;
		width: 200px;
		z-index: 10;
	}
	.selectCat dd a:hover,
	.selectCat dd a.on {
		background-color: #ebebeb;
	}
	.selectCat dt a {
		background-image: url('/unitedarrow/common/imgs/base/blt-pulldown.gif');
		background-repeat: no-repeat;
		background-position: right 6px;
	}
	.selectCat dt.on a {
		background-position: right -174px;
	}
	.selectCat dd ul {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 200px;
		border-right: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		z-index: 200;
	}
	.selectCat dd li {
		border-top: 1px solid #d7d7d7;
	}
	.selectCat dd a {
		padding: 8px 10px 8px 32px;
		background-repeat: no-repeat;
		background-position: 18px 16px;
	}
	.selectCatBrand,
	.selectCatBrand dd,
	.selectCatBrand dd ul {
		width: 300px;
	}
	.selectCatBrand dd a {
		padding: 8px 10px 8px 32px;
		background-image: none;
		background-repeat: no-repeat;
		background-position: 18px 16px;
	}

/* preloader */
	#preloader {
		position: relative;
		width: 950px;
		height: 0px;
		z-index: -1;
	}
	#preloader img {
		position: absolute;
		left: 459px;
		top: 130px;
		text-align: center;
		z-index: -1;
	}

/* topicsList */
	.topicsList {
		position: static;
		margin-bottom: 20px;
		width: 950px;
		min-height: 290px;
		height: 100%!important;
		height: 290px;
		z-index: 0;
		zoom: 1;
	}
	*+html .topicsList { padding-bottom: 20px; }
	.topicsList .list {
		position: static;
		clear: both;
		zoom: 1;
	}
	.topicsList .list:after { content : ''; display : block; clear : both; }
	.topicsList .list li {
		position: static;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		width: 303px;
	}
	.topicsList .list li.right {
		margin-right: 0;
	}
	.topicsList .list a,
	.topicsList .list a:hover {
		float: none;
		display: block;
		border: 1px solid #d7d7d7;
		padding: 20px;
		text-decoration: none;
		background-color: #fff;
		color: #282828;
		cursor: pointer;
		zoom: 1;
	}
	.topicsList .list a:hover {
		border: 2px solid #000000;
		padding: 19px;
	}
	.topicsList .list a:after { content : ''; display : block; clear : both; }
	.topicsList .list a span,
	.topicsList .list a em {
		display: block;
	}
	.topicsList .list a .wrap {
		padding-bottom: 60px;
		background-repeat: no-repeat;
		background-position: 50% bottom;
	}
	.topicsList .list a.brand-00001 .wrap { background-image: url('/unitedarrow/imgs/topics/img-topicslogo-01.gif'); }
	.topicsList .list a.brand-00002 .wrap { background-image: url('/unitedarrow/imgs/topics/img-topicslogo-02.gif'); }
	.topicsList .list a.brand-00003 .wrap { background-image: url('/unitedarrow/imgs/topics/img-topicslogo-03.gif'); }
	.topicsList .list a.brand-00004 .wrap { background-image: url('/unitedarrow/imgs/topics/img-topicslogo-04.gif'); }
	.topicsList .list a.brand-00005 .wrap { background-image: url('/unitedarrow/imgs/topics/img-topicslogo-05.gif'); }
	.topicsList .list a.brand-00006 .wrap { background-image: url('/unitedarrow/imgs/topics/img-topicslogo-06.gif'); }
	.topicsList .list li a .thumb,
	.topicsList .list li a .title {
		margin-bottom: 5px;
	}
	.topicsList .list li a .thumb {
		height: 150px;
		text-align: center;
	}
	.topicsList .list li a .title {
		color: #1e1e5a;
	}
	.topicsList .list li a:hover .title {
		text-decoration: underline;
	}
	.topicsList .list li a .date {
		font-size: 77%;
		color: #9b9b9b;
	}
