body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	/*background: #FFFFFF url(/data/Image/kolin/bg.gif);*/
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

img{
	border: 0px;
}

.product{
	width:200px;
	margin: 0px 0 0 0;
	padding:0px;
	overflow:hidden;
	background: #F0F2F4;
	border: 1px solid #9EA5AB;
	/*height:200px;*/

}

.product .logo{
	height: 46px;
	background: url(/data/Image/kolin/logo.gif) no-repeat center top;
}

.product .department{
	margin:0;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background: #FFCD36;
	border-bottom: 1px solid #9EA5AB;
}

.product .image{
	text-align: center;
}

.product .image img{
	border: 0px;
}

.product .firm{}

.product .firm img{
	float: left;
	margin: 0px;
	padding: 0px 3px 0px 1px;
}

.product .title{
	color: #666;
	font-weight: normal;
padding-left:0;
border-bottom:1px solid #eee;
}

.product .firm{
font-size: 9pt;

}

.product .department{
	
	font-size: 9pt;
	font-weight: bold;
	
}
.product .description{
	color: #333;
	font-size: 8pt;
	font-weight: normal;
	display:none;
}

.product .price{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-align:right;
}

.product .department,
.product .title,
.product .description,
.product .price{
	padding: 0px 3px 0px 3px;
}


.googleBlock{
	width:198px;
	margin: 5px 0px 0px 0px;
	padding:0px;
	background: #FFFFFF;
    	border: 1px solid #CCC;
}


.googleBlock_in{
	margin: 0px;
	padding: 5px;
}
