/*

Result ============================================

*/

/* module-title_list ------------------------------*/

#main .module-title_list {
	border-top: 4px solid #333333;
	padding-top: 15px;
	position: relative;
}
	#main .module-title_list h2 {
		font-weight: 700;
		font-size: 182%;
	}
	#main .module-title_list h2 .number {
		color: #FF0033;
	}
	#main .module-title_list p {
		position: absolute;
		right: 10px;
		top:19px;
	}

/* module-sort ------------------------------*/

#main .module-sort {
	border: 1px solid #CBCBCB;
	background: #EEEEEE;
	margin-top: 25px;
}

	#main .module-sort h3,
	#main .module-sort ul,
	#main .module-sort li {
		display: block;
		float: left;
	}
	#main .module-sort li a {
		display: block;
		text-decoration: none;
		text-align: center;
		color: #333;
		font-size: 93%;
		padding: 8px 0;
		line-height: 100%;
	}
	#main .module-sort li a:hover,
	#main .module-sort li a.active {
		background: #FFCC42;
	}
	#main .module-sort h3 {
		width: 63px;
		font-size: 93%;
		font-weight: 700;
		padding: 8px 0;
		line-height: 100%;
		text-align: center;
	}
	#main .module-sort li {
		width: 225px;
		border-left: 1px solid #CBCBCB;
	}
	#main .module-sort li:first-child {
		width: 239px;
		border-left:0;
	}
	#main .module-sort li:first-child a {
		background: url(../../images/activities/bg-sort_by.gif) no-repeat left top;
	}
	#main .module-sort li:first-child a.active,
	#main .module-sort li:first-child a:hover {
		background:#FFCC42 url(../../images/activities/bg-sort_by_active.gif) no-repeat left top;
	}

/* module-item ------------------------------*/
#main .module-item_list {
	margin-top: 20px;
}
#main .module-item {
	border-top:2px solid #999999;
	background: url(../../images/common/bg-item_shadow.jpg) no-repeat left bottom;
	padding-bottom: 6px;
	margin-top: 24px;
}
#main .module-item:first-child {
	margin-top: 0;
}
	#main .module-item .info {
		float: left;
		width: 556px;
		padding-bottom: 16px;
	}
	#main .module-item .info .img {
		float: left;
	}
	#main .module-item .info h3 {
		width: 318px;
		font-size: 153.9%;
		float: right;
		margin-right: 19px;
		margin-top: 12px;
	}
	#main .module-item .info h3 a {
		color: #333;
		text-decoration: none;
	}
	#main .module-item .info h3 a:hover {
		text-decoration: underline;
	}
	#main .module-item .info .movie {
		padding-left: 27px;
		background: url(../../images/activities/icn-movie.png) no-repeat 4px center;
		width: 295px;
		margin-right: 19px;
		float: right;
		margin-top: 5px;
		display: inline-block;
		font-size: 93%;
	}
	#main .module-item .info .ext-info {
		width: 318px;
		margin-right: 19px;
		float: right;
		margin-top: 13px;
		border-bottom: 0;
	}
	#main .module-item .info .movie + .ext-info {
		margin-top: 3px;
	} 
	#main .module-item .info .ext-info th,
	#main .module-item .info .ext-info td {
		background: transparent;
		border-top: dotted 1px #CCCCCC;
		padding: 4px 0;
		vertical-align: top;
	}
	#main .module-item .info .ext-info tr:first-child th,
	#main .module-item .info .ext-info tr:first-child td {
		border-top: 0;
	}
	#main .module-item .info .ext-info th {
		width: 122px;
		padding-left: 8px;
	}
	#main .module-item .info .ext-info td {
		width: 185px;
		padding-left: 3px;
	}	
	#main .module-item .info p.text {
		clear:both;
		padding-top: 15px;
		font-size: 108%;
		line-height: 160%;
		color: #666666;
		margin-right: 29px;
	}
	#main .module-item .info .text a {
		margin-left: 10px;
	}
	#main .module-item .aside {
		float: right;
		width: 182px;
		padding: 12px 9px;
		text-align: right;
	}
	#main .module-item .aside p {
		margin-top: 13px;
	}
	#main .module-item .aside .price {
		font-size: 153.9%;
		white-space: nowrap;
		color: #FF0033;
		font-weight: 700;
		margin-top: 0;
	}
	
	.ie7 #main .module-item .aside .price {
		letter-spacing: -0.08em;
	}
	.ie8 #main .module-item .aside .price {
		letter-spacing: -0.06em;
	}
	
	
	#main .module-item .aside .price span {
		font-size: 70%;
	}
	#main .module-item > .clearfix {
		background: url(../../images/activities/bg-aside.gif) repeat-y right top;
	}