@import url(layerout.css);
@import url(list.css);

/*重定义html标签*/
*						{ word-break:break-all; }
form					{ margin:0px }
img					{ border:0px; margin:0px; }
body,td				{ color:#333333; font-size:12px; font-family:宋体; margin:0px 0px 10px 0px; }
a						{ color:#000000; text-decoration:none;}
a:hover				{ color:#ec008c; text-decoration:underline; }
input,textarea		{ border-width:1px; border-color:#d8d8d0; }
ul,li					{ list-style:none; list-style-type:none; margin:0; padding:0; }

/*常用*/
.gray	{
	color:gray;
}
.clear					{ clear:both; height:0; line-height:0; font-size:0; margin:0; padding:0; }

/*虚分界线*/
#dotline	 {
	background:url('../images/dot.gif') repeat-x; height:5px; line-height:5px; margin-top:5px; font-size:1px; clear:both;
}
#dotline.margin10{
	margin-left:10px; margin-right:10px;
}

/*按钮*/
.btn	{
	background:url("../images/company/btn_bg.gif"); height:23px; padding:0px 10px; border:1px solid #1A3E80; color:#1A3E80;
}

/*商家及信息列表*/
ul.clist		{ margin:0; padding:5px; list-style:none; }
ul.clist li		{ overflow:hidden; white-space:nowrap; }
ul.clist li a	{ line-height:20px;}

/*推荐商家图标*/
.v0		{ padding-left:20px; background:url(../images/v0.gif) no-repeat left center; color:#E39; white-space:nowrap; }
.v1		{ padding-left:20px; background:url(../images/v1.gif) no-repeat left center; color:#360; white-space:nowrap; }
.v2		{ padding-left:20px; background:url(../images/v2.gif) no-repeat left center; color:#03c; white-space:nowrap; }
.v3		{ padding-left:20px; background:url(../images/v3.gif) no-repeat left center; color:#930; white-space:nowrap; }

/*formchecker*/
.jscInputBorder			{ border-style:solid; border-color:#81DF48; }
.jscInputBackground	{ background-color:#FFF9DD; }