@charset "utf-8";

@import url("../include/jq-lms-navigator/css/navigator.css");
/* CSS Document */

.block{
	position:relative;
	background-repeat:no-repeat;
	background-position:top left;
	height:320px;
	vertical-align:top;
	overflow: auto;
}

.block .body{
	position:relative;
	margin-left:35px; margin-top:70px;
	height:200px;
}
.block .body ul{
	display:block;
	padding:0;
	margin:0;
	margin-left:0;
	list-style-type:none;
}

.block .body li{
	display:block;
	padding:0;
	margin:0;
}
.block .body li a{
	color:#333;
	text-decoration:none;
	padding-left:15px;
	display:inline-block;
	background:url(../images/item.jpg) no-repeat 0 6px;
}
.block .body li a:hover{
	color:#000;
	text-decoration:underline;
}

.home-news{
	width:320px;
	background-image:url(../images/index/idp-news.jpg);
}
.home-news .body {
	margin-right: 10px;
}


.home-expert{
	width:300px;
	background-image:url(../images/index/idx-expert.jpg);
}


.home-share{
	width:300px;
	background-image:url(../images/index/idp-share.jpg);
}

.home-promo{
	width:230px;
	background-image:url(../images/index/idp-schpromo.jpg);
}

.home-hotprod{
	width:470px;
	font-size:12px;
	background-image:url(../images/index/idp-hotprod.jpg);
}
.home-hotprod .body{
	margin-top:55px;
	height:220px;
	margin-left: 10px;
	margin-right: 10px;
}

.home-hotprod a.extra{
	position:absolute;
	right:9px;
	top:-30px;
	width:108px;
	height:20px;
	overflow:hidden;
}
.home-hotprod a.extra span{
	display:block;
	padding-top:50px;
}

.home-activity{
	width:225px;
	background-image:url(../images/index/idp-activity.jpg);
}
.home-activity .body {
	margin-left: 17px;
	margin-right: 5px;
}


.home-hotprod ul{display:none;}
.home-hotprod .navigator{ top:70px; left:13px;}
.navigator a{
	text-decoration:none;
	color:#333;
	font-size:12pt;
	/*
	padding:5px;
	height:190px;
	margin:3px;
	*/
	display:block;
}
.navigator a:hover{
	padding:2px;
	margin:2px;
	color:#000;
	border:2px solid #ececec;
	background:#fff;
	text-decoration:none;
}

.home-hotprod .navigator ul{
	display:block; 
}
.home-hotprod li span{
	font-size:12px;
	padding:5px;
	line-height:1;
	vertical-align:middle;
	cursor:pointer;
	display:block;
}
