@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;}

img.thumbnail { 
image-rendering: optimizeQuality;  /* Firefox 3.6 */
-ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0+ */
} 

.mypets{
	cursor: hand;
	cursor: pointer;
	overflow:visible;
	color:#797979; 
	font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(../images/primary/pro_icon_2.jpg) no-repeat 3px 6px; 
	margin-bottom:5px;
	padding-left:16px;
	margin-left:2px;
}
.mypets a{color:#797979; text-decoration:none; color:#797979;}
.mypets a:hover{margin-left:1px;}
.openpet{background:url(../images/primary/pro_icon_2.jpg) no-repeat 3px 6px;}
.thepet{font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; margin:-5px 0 5px 10px;}


/* 列表 */
.thepet ul li{color:#a28a71; margin-bottom:1px; font-size:12px; background:url(../images/primary/pro_icon_3.jpg) no-repeat left 8px; padding-left:8px;}
.thepet ul li a{color:#a28a71; text-decoration:none;}
.thepet ul li a:hover{margin-left:1px;}














