﻿table.productList
{
	width:100%;
}
table.productList td
{
	width:50%;
	vertical-align:top;
	text-align:center;
	padding-top:10px;
	padding-left:15px;
	border-bottom:solid 1px #e1e1e1;
}

table.productList td.item2
{
	border-left:solid 1px #e1e1e1;
	padding-left:15px;
}


table.productList td div.type
{
	text-align:left;
	padding-bottom:5px;
}

table.productList td div.type img
{
	margin-right:5px;
}

table.productList td div.pic
{
	height:120px;
	margin-bottom:10px;
}

ul.relation li
{
	list-style:none;
	line-height:30px;
	text-indent:15px;
	background:url(../images/icon_arrow2.gif) no-repeat 0px 8px;
	border-bottom:dotted 1px #E2E2E2;
	
}


ul.detailList li
{
	line-height:20px;
	
}
ul.detailList li.name
{
	font-weight:bold;	
}
ul.detailList li.description
{
	margin-top:10px;	
}



div.detail 
{
	
}

div.detail td.pic
{
	width:150px;
	text-align:center;
	vertical-align:middle;	
	padding:10px 0px 10px 0px;
}
div.detail td.pic span.viewPic
{
	margin-top:10px;
	padding-top:10px;
	cursor:pointer;
}
div.detail td.base
{
	vertical-align:top;
}
div.detail td.base ul
{
	margin-left:15px;
}

div.detail td.base ul li
{
	list-style:none;
	line-height:30px;
	border-bottom:dotted 1px #e1e1e1;
}
div.detail td.base ul li.name
{
	font-weight:bold;
}

div.detail div.content
{
	line-height:180%;
}
div.detail div.content p
{
	margin-top:10px;
}
div.detail div.content li
{
	margin-left:20px;
}
#main
{
	width:780px;
	margin:20px auto 0px auto;
	background:url(../images/main_bg3.gif) repeat-y center top;
}
#main div.mainTop
{
	height:10px;
	font-size:0px;
	background:url(../images/main_top3.gif) repeat-y center top;
}
#main div.mainBottom
{
	height:17px;
	font-size:0px;
	background:url(../images/main_bottom3.gif) repeat-y center top;
}

#main div.mainContent
{
	margin:10px 25px 10px 25px;
}
