/* CSS Document */


#shops{
	position:absolute;
	top:180px;
	left:60px;
	width:655px;
	height:300px;
}

#shops h3{
font-family:"Times New Roman", Times, serif;
font-size:15px;
line-height:22px;
color:#333300;
margin:5px;
}

#shops p{
font-family:"Times New Roman", Times, serif;
font-size:13px;
line-height:19px;
color:#336600;
margin:5px;
}

#shops a{
font-family:"Times New Roman", Times, serif;
font-size:13px;
line-height:19px;
color:#336600;
text-decoration:none;
}

#shops a:hover{
text-decoration:underline;
color:#669900;
}


#productpic{
	position:absolute;
	top:320px;
	left:0px;
	width:500px;
	height:400px;
	}