﻿div#img
{
	margin-bottom:14px;
}

div#focus
{
	border: solid 1px #A1B3C8; 
	background-color:#859CB6;
	color:#FFFFFF;
	height:185px;
}

.spot
{
	float:left;
	width:25%;
	height:100%;
	text-align:left;
	line-height:1.5em;
}


.spot ul
{
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.spot ul li
{
    background-image: url(../Images/dot.png);
    background-repeat: no-repeat;
    background-position: 2px 7px;
    padding-left: 16px;
    margin: 0px;
}

div.spot:hover
{
    background-color:#ADBCCE;
}

div.spot div
{
	padding:10px;
}

div.spot div a.title
{
    display: block;
    padding: 0px 0px 4px 0px;
    border-bottom: 1px solid white;
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
}

div.spot div a.title:visited
{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
}

div.spot div a.title:hover
{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:underline;
}

div.spot div a:link
{
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
}

div.spot div a:visited
{
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
}

div.spot div a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
    cursor:pointer;
}


.shadow
{
    width:100%;
    margin-top:5px;
}

.shadow_pic
{
    width:100%;
    margin:8px 0px;
}

#prod_emaitong
{
    margin-top: 8px;
    margin-left: 3px;
    height: 48px;
    background: url(../Images/spot_prod_bg.png) no-repeat;
    color: #1f4264;
}

#prod_emaitong a
{
    color: #1f4264;
    font-size: 9pt;
}

div#prod_emaitong a img
{
	float:left; 
	margin-top: 7px;
	margin-left:10px;
	margin-right:10px;
	border:none;
}

#prod_emaitong a:hover
{
    color: #9cc;
}

#prod_emaitong a.prod_name
{
    font-size: 10pt;
    display: block;
    margin-bottom: 8px;
}

#prod_news
{
    padding: 4px 4px;
}


