@charset "utf-8";
/*===============上面這是清除css原預設格式===============*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img
{margin:0;padding:0;font-weight:normal;}

.mypets{
	cursor: hand;
	cursor: pointer;
	border-bottom: 1px dotted gray;
	background-color: #585c71;
	background-image:url(../images/news/icon_1.jpg);
	background-repeat:no-repeat;
	background-position:10px 5px;
	width:650px;
	height:21px;
	overflow:visible;
	padding:5px 5px 5px 38px;
}
.openpet{
background-color: #585c71;
background-image:url(../images/news/icon_11.jpg);
background-repeat:no-repeat;
background-position:10px 5px;
}
.headline h3{color:#ffb400; font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; width:560px; float:left; margin-top:3px;overflow:visible;}
.date{float:right; color:#d8d8d8; font-size:11px; font-family:Arial; background-image:url(../images/news/icon_2.jpg); background-repeat:no-repeat; background-position:right 3px; padding-right:15px; margin-top:3px; margin-right:3px;}
.thepet{border-left:1px solid #a4a4a4; border-right:1px solid #a4a4a4; border-bottom:1px double #a4a4a4; width:670px; padding:10px; color:#666666; font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:18px; margin:5px 0 5px 0;}
.thepet img{margin:5px; float:left; padding:5px; border:1px solid #CCCCCC;}

