﻿/*-----------------------------------------------
说明：商品/服务项目 样式表
作者：鹰双软件(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:1px solid #dddddd;
    padding:8px;
    overflow:hidden;
}
.item_list .item{
	border:0px solid #dddddd;
	float:left;
	width:170px;
    height:200px;
    padding:6px;
    overflow:hidden;
}
.item_list .item:first-child{
	margin-left:0px;
}
.item_list .item:hover{
    background-color:#f5f5f5;
}
.item_list .item .itemImage{
	width:170px;
    height:170px;
}
.item_list .item .noImage{
    width:170px;
    height:170px;
    line-height:170px;
    text-align:center;
    border:1px solid #dddddd;
    display:block;
    color:#808080;
    background-color:#f7f7f7;
}
.item_list .item .title{
	border:0px solid #dddddd;
	display:block;
    font-size:13px;
    line-height:25px;
    height:25px;
    overflow:hidden;
    text-align:center;
}
.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{
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}
.item_view .itemImage img{
	max-width:100%;
    max-height:500px;
    margin:auto;
}
.item_view .content{   
	padding-top:5px;
	line-height:28px;
	font-size:14px;
    min-height:100px;
}
.item_view .content img{   
	max-width:100%;
}
.item_view .actBar {
    margin-top:10px;
    border-top:1px solid #dddddd;
    padding-top:15px;
    padding-bottom:5px;
    text-align:center;
}
.item_view .actBar .btn{
    min-width:100px;
}

/* 项目详情样式.END
-----------------------------------------------*/