﻿/************************************************************************************
*                                                                                   *
*                                  通用的                                           *
*                                                                                   *
*********************************************************************************** */

body
{
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: 宋体,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333; /*  与下面的超联接颜色相同--- */
	line-height: 23px;
}

a, a:active, a:link, a:visited
{
	color: #333; /*  与上面的默认颜色相同--- */
	text-decoration: none;
}
a:hover
{
	color: #f90;
}


/*  新产目录分类 --- */
a.one, a.one:active, a.one:link, a.one:visited
{
	color: #336600;
	text-decoration: none;
}
a.one:hover
{
	color: #f90;
}

a.two, a.two:active, a.two:link, a.two:visited
{
	color: #333;
	text-decoration: none;
}
a.two:hover
{
	color: #f90;
}

a.more1, a.more1:active, a.more1:link, a.more1:visited
{
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
}
a.more1:hover
{
	color: #f90;
}

a.more2, a.more2:active, a.more2:link, a.more2:visited
{
	color: #333;
	text-decoration: none;
}
a.more2:hover
{
	color: #f90;
}


.U a:link, .U a:visited
{
	text-decoration: underline;
}
.U a:hover
{
	text-decoration: none;
}

div, form, img, ul, ol, li, dl, dt, dd
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

textarea
{
	border: #dbdbdb 1px solid;
}

table
{
	/*border-collapse: collapse;*/
}

select
{
	font-size: 11px;
}

.textBorder
{
	border: #dbdbdb 1px solid;
}



/*------button 专用样式------------------------------------------------------------------------------------*/



.btn_mouseout
{
	border-right: #2C59AA 1px solid;
	padding-right: 2px;
	border-top: #2C59AA 1px solid;
	padding-left: 2px;
	font-size: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,  StartColorStr=#ffffff,  EndColorStr=#C3DAF5);
	border-left: #2C59AA 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #2C59AA 1px solid;
}
.btn_mouseover
{
	border-right: #2C59AA 1px solid;
	padding-right: 2px;
	border-top: #2C59AA 1px solid;
	padding-left: 2px;
	font-size: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,  StartColorStr=#ffffff,  EndColorStr=#D7E7FA);
	border-left: #2C59AA 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #2C59AA 1px solid;
}


/*   asp:LinkButton 专用  */

a.editButton_s, a.editButton_s:active, a.editButton_s:link, a.editButton_s:visited
{
	display: inline-block;
	color: #000000;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	background-color: #ddf1d0;
	font-size: 12px;
	color: black;
	border: #b5e2fb 1px solid;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#afdffa);
	text-decoration: none;
}

a.editButton_s:hover
{
	display: inline-block;
	color: #000000;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	background-color: #ddf1d0;
	font-size: 12px;
	color: black;
	border: #b5e2fb 1px solid;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#CAE4B6);
	text-decoration: none;
}
a.editButton, a.editButton:active, a.editButton:link, a.editButton:visited
{
	margin-right: 20px;
	display: inline-block;
	color: #000000;
	line-height: 30px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	background-color: #ddf1d0;
	font-size: 14px;
	cursor: hand;
	color: black;
	border: #b5e2fb 1px solid;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#afdffa);
	text-decoration: none;
}

a.editButton:hover
{
	display: inline-block;
	color: #000000;
	line-height: 30px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	background-color: #ddf1d0;
	font-size: 14px;
	cursor: hand;
	color: black;
	border: #b5e2fb 1px solid;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#CAE4B6);
	text-decoration: none;
}


/*------添加 编辑 删除位置- 开始-----------------------------------------------------------------------------------*/
.add a.lnkAdd
{
	position: absolute;
	right: 45px;
	top: 0px;
	color: #B5683E;
}

.lnkAdd
{
	position: absolute;
	right: 45px;
	top: 0px;
	color: #B5683E;
}

.lnkEdit
{
	position: absolute;
	right: 15px;
	top: 0px;
		
}
.btnEdit
{
	position: absolute;
	right: 15px;
	top: 0px;
	
}

.btnDelete
{
	position: absolute;
	right: 0px;
	top: 0px;
	
}

/*------添加 编辑 删除位置- 结束-----------------------------------------------------------------------------------*/



/* --编辑框开始------------------------------------------------------------------------------------------- */
.editTitle
{
	margin-top: 10px;
	display: inline-block;
	color: #000000;
	line-height: 30px;
	padding: 0px 20px 0px 20px;
	background-color: #ddf1d0;
	font-size: 13px;
	color: black;
	border: #b5e2fb 1px solid;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#afdffa);
	text-decoration: none;
	font-weight: bold;
}

.editContent
{
	padding-top: 10px;
	border-bottom: #b5e2fb 1px solid;
	border-left: #b5e2fb 1px solid;
	border-right: #b5e2fb 1px solid;
}

.editContent table tr td.one
{
	width: 15%;
	text-align: right;
}

.editContent table tr td.two
{
	width: 85%;
	text-align: left;
	padding-left: 10px;
}

/* --编辑框结束------------------------------------------------------------------------------------------- */
/*- Menu Tabs 1--------------------------- */


#tabs1
{
	background: #F4F7FB;
	font-size: 100%;
	line-height: normal;
	border-bottom: 1px solid #BCD2E6;
}
#tabs1 ul
{
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
}
#tabs1 li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs1 a
{
	float: left;
	background: url( "Base/tabs1/tableft1.gif" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs1 a span
{
	float: left;
	display: block;
	background: url( "Base/tabs1/tabright1.gif" ) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #627EB7;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span
{
	float: none;
}
/* End IE5-Mac hack */
#tabs a:hover span
{
	color: #627EB7;
}

#tabs1 a.current, #tabs1 a:hover
{
	background-position: 0% -42px;
}
#tabs1 a.current span, #tabs1 a:hover span
{
	background-position: 100% -42px;
}

/*-------- 上一页，下一页  的格式 --------- 开始  */

.PageNumberAdmin
{
	margin-top: 20px;
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px; /* ---------- 图片高度 --------------------------- */
	text-align: right;
	background-color:#E8F4FF;
	
	padding-right: 15px;
}


.PageNumberAdmin span
{
	margin-left: 10px;
}

.PageNumberAdmin span tt /*-------数字 的格式 ---------   */
{
	color: #004098;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}

.PageNumberAdmin span tt span /*-------要的 ---------   */
{
	margin-left: 0px;
	margin-right: 0px;
}


/*-------- 上一页，下一页  的格式 --------- 结束  */




.UserMyTop
{
background:url(Base/UserMy/Top.gif) no-repeat;
height:5px;
width:206px;
}

.UserMyBottom
{
background:url(Base/UserMy/Bottom.gif) no-repeat;
height:5px;
width:206px;
}
.UserMyArea
{
 	border: solid 2px #b13b2d;
}


a.CurrentNo{
background:url(Base/UserMy/CurrentNo.gif) no-repeat;
color:#333;
text-decoration:none;
text-align:center;
display:block;
width:203px;
height:33px;
line-height:33px;
}
a.CurrentNo:hover{
background:url(Base/UserMy/CurrentYes.gif) no-repeat;
color:#fff;
text-decoration:none;
text-align:center;
display:block;
width:203px;
height:33px;
line-height:33px;
}

a.CurrentYes{
background:url(Base/UserMy/CurrentYes.gif) no-repeat;
color:#fff;
text-decoration:none;
text-align:center;
display:block;
width:203px;
height:33px;
line-height:33px;
}


/*会员专区*/
