﻿/*-----------------------------------------------
说明：商品/服务项目 样式表
作者：鹰双软件(http://www.yingssoft.com)
-----------------------------------------------*/

/* 商品/服务项目分类列表.BEGIN
-----------------------------------------------*/
.itemCategory_list .item {
    height:35px;
    line-height:35px;
    background-image:url(../images/icons/icon_item_flag2.gif);
    background-repeat:no-repeat;
    background-position:10px center;
    border-bottom:1px solid #dddddd;
    padding-left:25px; 
    background-color:#f7f7f7;   
    font-size:14px;
}
.itemCategory_list .item:hover {
    background-color:#ffffff;
}
.itemCategory_list .item:last-child {
    border-bottom:0px;
}
/* 商品/服务项目分类列表.END
-----------------------------------------------*/

/* 项目列表样式.BEGIN
-----------------------------------------------*/
.item_list{
	background-color:#ffffff;
    border:0px solid #dddddd;
    overflow:hidden;
	width:110%;
}
.item_list .item{
	border:1px solid #eee;
	float:left;
	width:210px;
    height:270px;
    padding:6px;
    overflow:hidden;
	margin:0 20px 40px 0;
}
.item_list .item:first-child{
	margin-left:0px;
}
.item_list .item:hover{
    background-color:#f5f5f5;
}
.item_list .item .itemImage{
	width:210px;
    height:150px;
}
.item_list .item .noImage{
    width:210px;
    height:150px;
    line-height:220px;
    text-align:center;
    display:block;
    color:#808080;
    background-color:#f5f5f5;
	margin-bottom:2px;
}
.item_list .item .title{
	text-align:center;
	border:0px solid #dddddd;
	display:block;
    font-size:16px;
    line-height:30px;
	padding-top:5px;
    height:30px;
    overflow:hidden;
}
.item_list .item .intro{
	text-align:left;
	width:200px;
	padding:2px 5px 5px 5px;
    font-size:13px;
    line-height:22px;
	color:#999;
	height:60px;
	overflow:hidden;
	display:inline-block;
}
.item_list .item .price{
	border:0px solid #dddddd;
	display:block;
    font-size:13px;
    line-height:25px;
    height:25px;
    overflow:hidden;
    text-align:center;
}
/* 项目列表样式.END
-----------------------------------------------*/

/* 项目详情样式.BEGIN
-----------------------------------------------*/

.item_view { }
.item_view .header {
     /*border-bottom:1px solid #dddddd;*/	    
}
.item_view .header a{
     color:#808080;
}
.item_view .header .title{
	line-height:50px;
	font-size:22px;	
    text-align:center;
    font-weight:normal;
    font-family:微软雅黑;
}
.item_view .itemImage{
	float:left;
	width:350px;
    margin:0px 20px 30px 0;
    text-align:center;
	overflow:auto;
}
.item_view .itemImage img{
	width:350px;
	height:260px;
    margin:auto;
}
.item_view .item_info{
	float:right;
}
.item_view .item_info dd{
	padding:8px 0;
	width:520px;
	line-height:25px;
	border-bottom:#f7f7f7 5px solid;
}
.item_view .item_info dd.tit{
	font-size:20px;
	padding:0 0 15px 0;
}
.item_view .item_info dd.int{
	border:0;
}
.item_view .item_info .pric{
	line-height:30px;
	color:#07c;
	font-size:16px;
}
.item_view .item_info .buy a{
	display:inline-block;
	padding:2px 10px;
	margin-left:30px;
	background:#f60;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
}
.item_view .item_info .buy a:hover{
	background:#f30;
}
.item_view .item_info .intro{
	color:#999;
	font-size:14px;
}
.item_view .content{
	clear:both;
	border-top:#f7f7f7 10px solid;
	padding:20px 0;
	line-height:28px;
    min-height:100px;
	margin-bottom:20px;
}
.item_view .content img{   
	max-width:100%;
}
.item_view .actBar {
    clear:both;
	background:#f7f7f7;
	border-bottom:1px solid #eee;
	border-right: 1px solid #eee;
	padding:15px 0;
	text-align:center;
}
.item_view .actBar .btn{
    min-width:100px;
}

/* 项目详情样式.END
-----------------------------------------------*/