/* bootstrap framework */
@import url("standardplan.css");
@import url("bootstrap.css");
@import url("../rs-plugin/css/settings.css");
@import url("responsiveslides.css");
@import url("prettyPhoto.css");
@import url("flexslider.css");
@import url("style.css");
@import url("rev-settings.css");
@import url("../font-awesome/css/font-awesome.css");
@import url("colors/green.css");
@import url("switcher.css");
@import url("../formtools/style.css");
/* ---------------------BEGIN DOMAIN SEARCH----------------------------- */
.domain_search {
	float : left;
	width : 100%;
	background : #3a3a3a;
}
.domain_search .left {
	float : left;
	width : 53%;
	padding : 20px 0 16px 0;
}
.domain_search .right {
	float : right;
	width : 43%;
	min-height : 90px;
	padding : 20px 0 16px 0;
}
.domain_search .left .search_section {
	float : left;
	width : 96.8%;
	padding : 1.4% 1.6%;
	background : #eeeeee;
	border-radius : 4px;
	box-shadow : 0 0 1px rgb(0 0 0 / 0.3);
}
#domain-searchform {
	margin : 0;
	padding : 5px;
}
#domain-searchform #s {
	border : #fff solid 1px;
	width : 61%;
	height : 45px;
	padding : 7px 10px 7px 10px;
	color : #555555;
	float : left;
	border-radius : 4px;
	font-size : 16px;
	background-color : #f3f3f3;
	box-shadow : 0 1px 2px 0 rgb(0 0 0 / 0.1) inset, 0 4px 0 0 #FFF;
}
.domain_search .left .search_section .witch {
	float : left;
	width : 80px;
	height : 44px;
	font-size : 16px;
	color : #555555;
	padding : 10px 10px 10px 10px;
	margin : 1px 0 0 -10px;
	border : none;
	border-top-right-radius : 4px;
	border-bottom-right-radius : 4px;
	background-color : #eee;
	box-shadow : 0 1px 2px 0 rgb(0 0 0 / 0.1) inset, 0 4px 0 0 #FFF;
}
.domain_search .left .search_section #searchsubmit {
	float : right;
	width : 135px;
	height : 44px;
	text-align : center;
	cursor : pointer;
	overflow : hidden;
	color : #fff;
	font-size : 18px;
	font-weight : bold;
	text-transform : uppercase;
	background : #6fa62d;
	border-radius : 4px;
	border : #6fa62d solid 1px;
	background-image : linear-gradient(to bottom, #81b740, #6fa62d)
}
.domain_search .left .search_section #searchsubmit:hover {
	background : #393a3b;
	border : #393a3b solid 1px;
	background-image : linear-gradient(to bottom, #535455, #393a3b);
}
.domain_search .left .sm_links {
	float : left;
	color : #999;
	font-size : 12px;
	margin-top : 5px;
}
.domain_search .left .sm_links a {
	color : #999;
}
.domain_search .left .sm_links a:hover {
	color : #727272;
}
.domain_search .right ul {
	float : right;
	padding : 0;
	margin : 0;
}
.domain_search .right li {
	float : left;
	padding : 10px 0 13px 0;
	margin : 0 0 0 10px;
	width : 100px;
	background-color : #fff;
	border-radius : 4px;
	font-size : 14px;
	color : #393a3b;
	text-align : center;
	box-shadow : 0 0 1px rgb(0 0 0 / 0.3);
}
.domain_search .right li em {
	font-size : 12px;
	color : #727272;
	font-style : normal;
	display : block;
	line-height : 13px;
	margin-top : -4px;
}
/* ---------------------END DOMAIN SEARCH----------------------------- */

table.related-articles {
  border: 0px solid #1C6EA4;
  background-color: #F5F5F5;
  width: 90%;
  text-align: center;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
table.related-articles td, table.related-articles th {
  border: 0px solid #AAAAAA;
  padding: 9px 6px;
}
table.related-articles tbody td {
  font-size: 13px;
  color: #4B4B4B;
}
table.related-articles thead {
  background: #606060;
}
table.related-articles thead th {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}
table.related-articles tfoot td {
  font-size: 14px;
}
table.related-articles tfoot .links {
  text-align: right;
}
table.related-articles tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

