/* import 字体图标(Glyphicons) */
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


/* outside framework */
#primary.content-area{
	width: 100%;
	padding-left: 0;
}
#primary.content-area .site-content{
	width: 100%;
	margin: 20px 0 0 0;
}

/* search form start */
#oss-search-form{
	position: relative;
	display: table;
	border-collapse: separate;
	width: 600px;
	margin: 0 auto;
}
#oss-search-form form{
	margin: 0;
}

#oss-search-form #oss-keyword {
	position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    display: block;
    height: 22px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: 0 0 8px rgba(82,168,236,.6);
}

#oss-search-form #oss-submit{
    position: relative;
	color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
	height: 36px;
    margin-left: -1px;
	box-shadow: 0 0 8px rgba(82,168,236,.6);
}
#oss-search-form #oss-submit:hover{
	color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.oss-autocompletelist{
	margin-left: -446px;
	border: 1px solid #ccc;
	width: 444px;
	padding: 0 0 8px 0;
	border-radius: 0 0 4px 4px;
}
.oss-autocomplete_link {
    background-color: #FFFFFF;
    color: black;
    padding: 8px 12px;
}
.oss-autocomplete_link:hover{
	background-color: #f5f5f5;
}
/* search form end */


/* main framework */
.oss-search {
    margin-top: 6%;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}

/* left framework */
#oss-filter {
	display: none;/* do not show out this module */
    width: 200px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin: 0 30px 0 0;
}
.oss-filter-title{
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	padding: 10px;
	border-radius: 4px 4px 0 0;
}

.oss-nav{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
}

.oss-nav li{
	list-style: none;
	border-bottom: 1px solid #ddd;
	display: block;
}
.oss-nav li:last-child{
	border-bottom: none;
}
.oss-nav li a{
	padding: 10px;
	display: block;
}

.oss-nav li a:hover{
	background-color: #f5f5f5;
}
/* active list */
.oss-nav li a.oss-bold:before{
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	padding: 0 4px 0 0;
}
/* numbers tips */
.oss-nav li a .oss-facet-number-docs{
	float: right;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px;
}


/* right framework */

#oss-no-of-doc{
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    /*margin-left: 232px; */ /* show full width  */
}

.oss-result {
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.oss-title{
	line-height: 48px;
}

.oss-content{
	line-height: 22px;
}

.oss-url{
	line-height: 20px;
	margin-top: 16px;
}
.oss-url:before{
	font-family: 'Glyphicons Halflings';
    content: "\e144";
    font-size: 14px;
    padding-right: 2px;
    line-height: 14px;
}

/* paging */
#oss-paging{
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 30px;
}
#oss-paging span,#oss-paging a{
	float: left;
	display: inline-block;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	line-height: 34px;
	border-right: 1px solid #ccc;
	padding: 0px 12px;
    font-size: 14px;
}
#oss-paging a:hover{
	background-color: #EEE;
}
#oss-paging span{
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
#oss-paging span:last-child,#oss-paging a:last-child{
	border-right: none;
}


/* hide search form on page /product/search2/ */
.TabbedPanels_search2 #oss-searchform{
	display: none;
}
.TabbedPanels_search2 #oss-no-of-doc{
	display: none;
}

.TabbedPanels_search2 #primary.content-area .site-content{
	margin-top: 0;
}
.TabbedPanels_search2 .oss-search{
	margin-top: 0;
}
