/* Global tags */
a, a:active, a:visited { cursor: pointer; text-decoration:none; color:#666666; }
a:hover { text-decoration:underline; color:#D84600; }

/*** | menuNav | ***/
.menuNav .active a, .menuNav li a:hover {
	background: #f06f1c; /* Old browsers */
	background: -moz-linear-gradient(top, #f06f1c 0%, #e95e1a 70%, #e88c50 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f06f1c), color-stop(70%,#e95e1a), color-stop(100%,#e88c50)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f06f1c 0%,#e95e1a 70%,#e88c50 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f06f1c 0%, #e95e1a 70%, #e88c50 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f06f1c 0%, #e95e1a 70%, #e88c50 100%); /* IE10+ */
	background: linear-gradient(top, #f06f1c 0%, #e95e1a 70%, #e88c50 100%); /* W3C */
}


/*header*/
#site-nav { background: #f5f5f5; }

/*** | mainNav | ***/
.mainNav{ background-color: #F05C0A; border: 1px solid red; }
.mainNav li a:hover, .mainNav li a.active { background-color: #BD4809; }

/*搜索框*/
.searchInput { border: 1px solid #FF6600; background: url(../images/search.png) no-repeat left center; }

/*搜索按钮*/
.button-1 {background-color: #F27B04; color: #FFF;}
.button-1:hover { background-color : #F05C0A;}

/*块元素*/
.block0 { border-top : 2px solid #FF5500; }
.block0 h4 { background-color: #F0F9FF; border-bottom: 1px solid #D5EFFF; }

.block1 h3 { border-top: 2px solid #E26B1D; }

.block2 h2 span,.block2 h3 span { border-bottom: 2px solid #E26B1D; }

.block4 { border-top : 2px solid #FF5500; }

.block7 { border-top: 2px solid #FF6600; }
.block7 > h3 { color: #FF6600; }

/*** | Content | ***/
#content-heading { border-bottom:2px solid #E88C50; }
#content-heading h2{ color: #E26B1D; }

/*
*左侧导航
*/
.leftNavUl > ul > li > h5 { background-color: #E5ECF4; }

/*** | Footer | ***/

footer .centered-content{ border-top :2px solid #FF4400; background : none repeat scroll 0 0 #FEFDED; }

/*缩略图列表：标题*/
.thumnailtext p:first-child a { color: #FF4400; }

/*首页tab*/
.tabBox td.active { border: 1px solid #D5D5D5; border-bottom: 0; border-top: 2px solid #E26B1D; }
/*首页 筛选项*/
#selectors .tdbg div { background-color: #F0F9FF; border-bottom: 1px solid #E5ECF4; }
#selectors td h3 { border-left: 3px solid #E26B1D; }

/*首页图片轮播*/
.indexActive { background-color: #FF6600; }

/*小按钮：收藏/订单按钮*/
.spanBor { background: #FFEADF; border : 1px solid #FDB08E; }

/*数据详细信息*/
.details a { color: #D84600; }

/*详细信息button*/
.main-button {
	background: #E95E1A; /* Old browsers */
	background: -moz-linear-gradient(center top, #F06F1C 0%, #E95E1A 70%, #E88C50 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
	background: -ms-linear-gradient(center top, #F06F1C 0%, #E95E1A 70%, #E88C50 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(center top, #F06F1C 0%, #E95E1A 70%, #E88C50 100%) repeat scroll 0 0 transparent; /* W3C */
	background:-webkit-linear-gradient(center top, #F06F1C 0%, #E95E1A 70%, #E88C50 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
	background:-webkit-gradient(linear, center top, center bottom, color-stop(0%, #F06F1C), color-stop(70%, #E95E1A), color-stop(100%, #E88C50)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
}
a.main-button:hover{ background: #F06F1C; }

/*aboutUs*/
#aboutUl li.active, #aboutUl li:hover { color: #FF9C00; border-left: 4px solid #FF9C00; }
#aboutUl li:hover{ background-color: #EBF0FE; }

/*news.html*/
.newsBox h3 { border-left: 4px solid #FF9C00; }

/*dataresources.html*/
#listFacets { border-top: 2px solid #FF5500; }

/*帮助中心*/
.helpContent h4 { border-top: 2px solid #FF6600; }