h2{
	font-size: 14px;
	font-weight: bold;
	margin:0; padding:0;
}

.bdr-t {
	border-top:1px solid; border-color: #CCC;
}

.bdr-b {
	border-bottom:1px solid; border-color: #CCC;
}

.bdr-l {
	border-left:1px solid; border-color: #CCC;
}

.bdr-r {
	border-right:1px solid; border-color: #CCC;
}

.bdr-tblr {
	border-top:1px solid;border-bottom:1px solid; border-left:1px solid;border-right:1px solid;border-color: #CCC;
}

.bdr-tlr {
	border-top:1px solid; border-left:1px solid;border-right:1px solid;border-color: #CCC;
}

.bdr-blr {
	border-bottom:1px solid; border-left:1px solid;border-right:1px solid;border-color: #CCC;
}

.bdr-lr {
	border-left:1px solid;border-right:1px solid;border-color: #CCC;
}

.fnt {
	font-size: 16px;
}
.fntgraybig {
    font-family: verdana, arial;
	color:#828282;
	font-weight: normal;
}
.fntgray {
    font-family: verdana, arial;
    font-size: 12px;
	color:#828282;
	font-weight: normal;
}

.topbarDIV {
	margin: 5px 0px 5px 0px;
	display:block;
	border:1px solid #CCC;
	font-size: 16px;
	text-align: left;
	padding: 5px;
	word-wrap: break-word;
}

.commentDIV {
	margin: 0px 0px 0px 0px;
	display:block;
	/* border-bottom:1px solid #CCC; */
	font-size: 16px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.topicDIV {
	margin: 0px 0px 0px 0px;
	display:block;
	/* border-bottom:1px solid #CCC; */
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.topicDIV img {
	margin-left:0px; border:0; max-width:750px;
}
.topicDIV a:link, .topicDIV a:active, .topicDIV a:visited {
	TEXT-DECORATION: underline;
	color:#000;
}
.topicDIV table {
	border-collapse: collapse;
	border-spacing: 0;
}
.topicDIV td {
	border: 1px solid #ddd;
	padding: 7px 10px;
	vertical-align: top;
	text-align: left;
}
.topicDIV pre {
	width: 80%;
	background: #EEE;
	border: dashed #666 1px;
	padding: 15px 20px 15px 20px;
	font-family: monospace;
	margin: 0px;
	overflow:auto;
}

.q-searchresult-link {
	color:#999;
	word-wrap:break-word;
	word-break: break-all;
}

.err {
	color: #FF0000;
}
.payment-errors{
	color:#f00;
}

.copyright {
    font-size: 10px;
    font-family: verdana;	
	font-weight: normal;
}

a:link, a:active, a:visited {
	color:#000;
}

.lnk a:link, .lnk a:active, .lnk a:visited {
	TEXT-DECORATION: none;
	color:#000;
}

.lnku a:link, .lnku a:active, .lnku a:visited {
	TEXT-DECORATION: underline;
	color:#000;
}

/*general override*/
body{
	font-family: verdana, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 华文细黑, SimSTXihei, 宋体, SimSun, sans-serif;
	line-height:1.6;
}
a:link, a:visited{
	color:#000;
}
a:hover{
	color:#b91425;
}
/*common header*/
.logo{
	display:inline-block;
	padding:5px 0;
	text-align:left;
}
.logo img {
	max-width:100%;
	height:auto;
}
#bannerAd{
	max-width:100%;
	height:auto;
	margin-top:5px;
}
#searchForm{
	padding-top:8px;
}
#searchForm  #searchBox{
	width:65%;
	height:30px;
}
.product-blocks{
	margin:0px -5px;
}
.product-block{
	border:1px solid #ccc;
	min-height:200px;
	margin-top:10px;
	padding:0 10px 20px 10px;
}
.product-block h2{
	display:block;
	background:#B91425;
	color:#FFF;
	height:35px;
	margin:-1px -11px;
	line-height:35px;
	padding:0 15px;
	font-size:18px;
	font-weight:normal;
}
.product-block h2 a{
	color:#FFF;
}
.product-block ul{
	padding:0;
	margin:25px;
	font-size:16px;
}
.product-block li{
	margin-bottom:10px;
}
ul.topic-list{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:16px;
}
ul.topic-list li{
	margin:3px 0;
}
.submitBtn {
	border: none;
	display:inline-block;
	background:#B91425;
	color:#FFF !important;
	height:35px;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	line-height:35px;
	padding:0 20px;
	text-decoration: none !important;
}
/*
.smallBtn {
	border: none;
	display:inline-block;
	background:#B91425;
	color:#FFF !important;
	height:30px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	padding:0 10px;
	text-decoration: none !important;
}
.smallBtn {
	border: none;
	display:inline-block;
	background:#B91425;
	color:#FFF !important;
	height:26px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	padding:0 5px;
	text-decoration: none !important;
}
*/
h1{
	font-size:22px;
	padding:0; 
	margin:0 0 5px 0;
}
h1 span{
	font-size:14px;
}
.headRow{
	background:#E6E7ED;
	height:30px;
	line-height:30px;
	margin:5px 0;
}
.topicRow{
	border-bottom:1px solid #CCC;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	font-size: 16px;
}
.topicNav{
	text-align:right;
	margin:5px 0;
}
.topicNav a{
	margin:0 5px;
}
.topicNav .current{
	display:inline-block;
	height:24px;
	width:24px;
	color:#FFF;
	background:#B91425;
	text-align:center;
}
.topicDetailRow{
	font-size: 16px;
	font-weight: bold;
	TEXT-DECORATION: none;
}
.related-articles{
	margin-top:10px;
}
.comments-area h2, .related-articles h2, .add-comment h2{
	font-weight:bold;
	font-size:16px;
	margin:10px 0 8px 0;
}
.comments-edit{
	padding-right:20px;
	text-align:right;
}

.related-articles ul {
	padding-left:25px;
}
.topic-bottomnav{
	margin:25px 0;
	text-align:center;
}
/*search result*/
.search-result-list ol{
	padding-left:10px;
	margin: 0 0 0 15px;
}
.search-result-list li{
	margin-bottom:10px;
}
.search-result-list a{
	color:#B91425;
}

/* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.subscribeFirstName{
	width:50%;
	margin-bottom:10px;
}
.subscribeEmail{
	width:70%;
	margin-bottom:10px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#searchBox {
		width: 30%;
	}
	.headRow{
		height:auto;
		line-height:22px;
	}
	.headRow .col-xs-12{
		border-bottom:1px solid #FFF;
	}
	.home-banner{
		background-size: auto 300px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
	#bannerAd{
		max-width:100%;
		height:auto;
		margin-top:0;
		margin-bottom:5px;
	}
	#searchForm{
		padding-top:0;
		padding-bottom:10px;
	}
	#searchBox {
		width: 60%;
	}
	.home-banner{
		background:#e6e7ed;
	}
	.home-banner-text{
		height:auto;
		padding-bottom:30px;
	}
	.fnt {
		font-size: 16px;
	}
}

@media only screen and (max-width : 600px) {
	#searchBox {
		width: 100%; /* this doesn't take effect as the searchBox above is under #searchForm */
	}
	.topicNav{
		text-align:left;
	}
	.fnt {
		font-size: 16px;
	}
	.headRow .col-xs-12,
	.topicRow .col-xs-12{
		padding:0;
	}
	.topicDIV iframe{
		max-width:100%;
	}
	.topicDIV img {
		margin-left:0px; border:0; max-width:100%;
	}
	.subscribeEmail{
		width:100%;
	}
}

/* top navigation of the site, start */
.topnav{
	text-align:center; /* original: text-align:right; */
	line-height:35px;
	background:#999;
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
}
.topnav a{
	display:inline-block;
	color:#FFF;
	height:35px;
	padding:0 25px; /* original: padding:0 25px; */
}
.topnav a:hover{
	background:#b91425;
	color:#FFF;
	text-decoration:none;
}
.topnav .icon {
  display: none;
}

@media only screen and (max-width: 600px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* top navigation of the site, end */