/* CSS Document */
/* 链接的颜色 */
a, A:link, a:visited, a:active{color: #000000; text-decoration: underline; font-family: "宋体"; font-size: 14px}
A:hover{color: #800080; text-decoration: none; font-family: "宋体"; font-size: 14px}
body,p, tr, ul, li{color: #000000; font-family: "宋体"; font-size: 14px;line-height:22px;}
input,textfield,option,select,textarea{color: #000000; font-family: "宋体"; font-size: 14px;}

A.leftmenu:link {color: #000000; text-decoration: none; font-family: "宋体"; font-size: 14px}
A.leftmenu:visited {color: #000000; text-decoration: none; font-family: "宋体"; font-size: 14px}
A.leftmenu:hover {color: #800080; text-decoration: none; font-family: "宋体"; font-size: 14px}
A.leftmenu:active {color: #000000; text-decoration: none; font-family: "宋体"; font-size: 14px}

A.a1:link {color: #FD940C; text-decoration: underline}
A.a1:visited {color: #FD940C; text-decoration: underline}
A.a1:hover {color: #FD940C; text-decoration: none}
A.a1:active {color: #FD940C; text-decoration: none}
.nonelink{font-size:14px;color:#000000;font-family:"宋体";text-decoration:none}
.red_u{font-size:14px;color:red;text-decoration:underline}
.onMouseOver{cursor:hand}
.gray{color: #CCCCCC;font-size:14px}
.note{color:red;font-size:12px;}
.copy{font-size:20px;font-family: "宋体"; }

/* body内的字体的样式 */
body {font-size:14px;line-height:22px;font-family:"宋体";}

/* 表格边线的颜色 */
table.bgcolor{font-size:14px;line-height:22px;background-color:#cecece;font-family:"宋体";}
p{font-size:14px;line-height:22px;font-family:"宋体";}

/* textfield,option,select,textarea中字体的样式 */

textfield,option,select,textarea{font-size:14px;font-family:"宋体";}

/* 输入框的样式，read样式用在从日历选择时间回显日期的输入框中 */

input {font-size:14px;font-family:"宋体";}

input.read{
	font-size:14px; 
	background-color: #FAF7F7;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}
input.readcenter{
	font-size:14px;  
	background-color: #FAF7F7;text-align: center;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}
input.readleft{
	font-size:14px;
	background-color: #FAF7F7;text-align: left;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}
input.readright{
	font-size:14px;
	background-color: #FAF7F7;text-align: right;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}


/* 单元格中作为标题的字体的样式 */
td.titlebold{
	font-size:14px;line-height:22px;background-color:#466ABB;color:#ffffff;font-weight: bold;text-align:left;font-family:"宋体";}

td.titleboldcenter{
	font-size:14px;line-height:22px;background-color:#466ABB;color:#ffffff;font-weight:bold;text-align:center;font-family:"宋体";}
	
td.titleboldright{
	font-size:14px;line-height:22px;background-color:#ffcc00;color:#ffffff;font-weight:bold;text-align:right;font-family:"宋体";}
	
/* 单元格中字体的样式 */
td {font-size:14px;line-height:22px;word-break:break-all;font-family:"宋体";}

/* 单元格中粗体的样式 */
td.bold{
	font-size:14px;line-height:22px;background-color:#ffffff;color:#000000;font-weight:bold;text-align:left;font-family:"宋体";}
td.left {
	font-size:14px;line-height:22px;background-color:#ffffff;color:#000000;text-align:left;font-family:"宋体";}
td.right {
	font-size:14px;line-height:22px;background-color:#ffffff;color:#000000;text-align:right;font-family:"宋体";}
td.center {
	font-size:14px;line-height:22px;background-color:#ffffff;color:#000000;text-align:center;font-family:"宋体";}
td.bold{
	font-size:14px;line-height:22px;background-color:#ffffff;color:#000000;font-weight:bold;text-align:left;font-family:"宋体";}

/* 表单的样式 */
form {
	border:0px; PADDING:0px;font-size:14px;margin:0px;font-family:"宋体";}

font{
	font-size:14px;letter-spacing:0px;font-family:"宋体";}
	
/* 后台页面按钮的样式 */
	
.buttonPop{background-color:#4269BD;color:#FFFFFF;border:1px solid #4269BD;font-size:14px;font-family:"宋体"}

/* 后台中定义表格的一行的样式 */
tr.title{font-size:14px;line-height:22px;background-color: #466ABB;COLOR: #ffffff; text-align: center;font-family:"宋体";}

/* 后台页面左侧链接的样式 */
.left1 { letter-spacing:0px;font-family:"宋体";} 

a.white:link {text-decoration:none;color:white;font-size:14px;font-family:"宋体";}
a.white:visited {text-decoration:none;color:white;font-size:14px;font-family:"宋体";}
a.white:hover {text-decoration:underline;color:white;font-size:14px;font-family:"宋体";}

a.other:link {text-decoration:none;color:#0000FF;font-size:14px;font-family:"宋体";}
a.other:visited {text-decoration:none;color:#0000FF;font-size:14px;font-family:"宋体";}
a.other:hover {text-decoration:underline;color:red;font-size:14px;font-family:"宋体";}

/*用层实现的下拉列表，selectOn未选择时的css,selectOff选择时的css*/
.selectOff {
	background-color: transparent; border-bottom: #aaaaaa 1px solid; border-left: medium none; border-right: medium none; border-top: medium none; cursor: default; font-size: 14px; overflow: hidden;font-family:"宋体";
}
.selectOn {
	background-color: #f0f0f0; border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; border-top: 1px solid; cursor: default; font-family: "宋体"; font-size: 14px; left: -1000px; overflow: hidden; position: absolute; top: -1000px; visibility: hidden; width: 0px; z-index: 1
}
.ednonedisable {
	background-color: transparent; border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; color: #777777; font-size: 14px;font-family:"宋体";
}

/* texterea 无边的样式 */
.coolscrollbar 
	{
		overflow-x:hidden;
		overflow-y:hidden;
		border-style: solid; 
		border-top-width: 0px; 
		border-right-width: 0px; 
		border-bottom-width: 0px; 
		border-left-width: 0px;
		font-size:14px;
		letter-spacing:0px;
		border-color:#ffffff;
		font-family:"宋体";		
	}
/* form的样式 */

.fm1 {
	border-right: 1px inset; border-top: 1px inset; vertical-align: text-bottom; border-left: 1px inset; border-bottom: 1px inset; background-color: #f0f0e8;font-family:"宋体";
}
.fm2 {
	border-right: 1px ridge; border-top: #ffffff 1px ridge; border-left: #ffffff 1px ridge; border-bottom: 1px ridge; background-color: #cccccc;font-family:"宋体";
}
.noneborder{
    border-top-width: 0px; 
		border-right-width: 0px; 
		border-bottom-width: 0px; 
		border-left-width: 0px;
		font-family:"宋体";
}
/*login page*/
.loginUserName{font-size:14px;font-weight:bold;color:#FFFFFF;font-family:"宋体";}
.logincopyright{font-size:14px;color:#415676;font-family:"宋体";}
.logininput{border:1px solid #4E678D;background-color:#FFFFFF;font-family:"宋体";}
.red {
	FONT-SIZE: 14px; COLOR: red;
}

/*商品评论样式表*/
a.ProductReviewMaint_a:link{text-decoration:none;color:#000000;font:12px;font-family:"宋体";}
a.ProductReviewMaint_a:visited {text-decoration:underline;color:#000000;font:12px;font-family:"宋体";}
a.ProductReviewMaint_a:hover {text-decoration:underline;color:#000000;font:12px;font-family:"宋体";}
.ProductReviewMaint_table{background-color:#3B5D97;font-family:"宋体";}
.ProductReviewMaint_tr{background-color:#E9EFF8;font-family:"宋体";}
.ProductReviewMaint_headtitle{font:14px;color:#ffffff;height:54px;width:284px;text-align: center;background-image:url("../../../images/product/FG/ProductReviewMaint_head_bg.gif");font-family:"宋体";}
.ProductReviewMaint_td{font:12px;color:#000000;background-color:#D5DDEB;height:16px;font-family:"宋体";}
.ProductReviewMaint_title{font:12px;color:#1E29A0;text-align:right;height:23px;font-family:"宋体";}
.ProductReviewMaint_textareafont{font:12px;color:#000000;font-family:"宋体";}

/*多层导航条显示样式表*/
.DropdownMenuNavigationShow_menutableT{height:25; border-left: 5 solid #3A5CA3;border-right: 0 solid #3A5CA3;border-top: 0 solid #3A5CA3;border-bottom: 0 solid #3A5CA3;font-size: 12px;background-color: #D5DDEB;font-family:"宋体";}
.DropdownMenuNavigationShow_menutable{position: absolute;z-index: 100;border-left: 5 solid #3A5CA3;border-right: 1 solid #3A5CA3;border-top: 1 solid #3A5CA3;border-bottom 5 solid #3A5CA3;font-size: 12px;background-color: #D5DDEB;font-family:"宋体";}
.DropdownMenuNavigationShow_menutroutimg{color: #000000;cursor: hand;font-family:"宋体";}	
.DropdownMenuNavigationShow_indentWord{padding-left: 0px;font-family:"宋体";}
.DropdownMenuNavigationShow_menuhr{border: 1 inset #3A5CA3;font-family:"宋体";}
.DropdownMenuNavigationShow_menutableimg{position: absolute;z-index: 20;font-family:"宋体";}
.DropdownMenuNavigationShow_menutrout{color: #000000;cursor: hand;font-family:"宋体";}	
.DropdownMenuNavigationShow_menutd1{text-align: right;width: 50;font-family: Webdings;}
.DropdownMenuNavigationShow_menutd0{text-align: center;width:100;height: 25;background-color: #D5DDEB;font-family:"宋体";}
.DropdownMenuNavigationShow_menutd{width:0;background-color: #D5DDEB;font-family:"宋体";}
a.DropdownMenuNavigationShow_a:link{font-size:12px;text-decoration:none;color:#000000;font-family:"宋体";}
a.DropdownMenuNavigationShow_a:visited {COLOR:#000000; TEXT-DECORATION:none;font-family:"宋体";}
a.DropdownMenuNavigationShow_a:hover {COLOR:#000000; TEXT-DECORATION: underline;font-family:"宋体";}
a.DropdownMenuNavigationShow_a:active {COLOR:#000000; TEXT-DECORATION:none;font-family:"宋体";}
