#top .cont,#headC,#urhC,#main{width:990px}
#fastLink{width:988px}
.urhD{width:990px;margin:auto}
#main{padding-bottom:10px;overflow:hidden}

/*LeftSide*/
#sidebar{vertical-align:top;font-size:12px;width:200px;float:left}

/*TableBorder*/
.exp{display:none}

/*Content*/
#content{width:788px;float:left;padding-bottom:10px}
#content h3{background-color:#f9f9f9;margin:0em;font-size:13px;border-bottom:1px solid #ddd;border-top:1px solid #ddd;line-height:20px;padding:2px 10px 2px 15px}
#content p{margin:1.2em;line-height:150%}
#content table{margin:15px}
#content table th,#content table td{padding-bottom:10px}
#content table th{vertical-align:top;padding-right:5px;font-weight:normal;}
.textbook ol,.textbook ul{margin:15px 15px 15px 35px;padding:0}
.textbook ol li,.textbook ul li{margin-top:5px;margin-bottom:5px}
.textbook ol li{list-style-type:decimal;margin-bottom:1.5em}
.textbook ul li{list-style-type:disc}
.textbook ul ul li{list-style-type:circle}
.textbook ul ol li{list-style-type:decimal}

/*MainText*/
.textbook{border:1px solid #ddd}
.textbook .r{margin:5px}

/*FriendlyLink*/
.imageleft,.imageright,.imagetop,.imagebottom{margin:15px 20px 0px 20px;padding-bottom:15px;background-image:url(/images/line.gif);background-repeat:repeat-x;background-position:center bottom;overflow:auto}
.imageleft div{float:left;margin-right:8px}
.imageright div{float:right;margin-left:6px}
.imagetop div{text-align:center;margin-bottom:6px}
.imagebottom div{text-align:center;margin-top:6px}
.imgl,.imgr,.imgt,.imgb{margin:15px 20px 0px 20px;padding-bottom:15px;width:auto;overflow:auto}
.imgl div{float:left;margin-right:8px}
.imgr div{float:right;margin-left:6px}
.imgt div{text-align:center;margin-bottom:6px}
.imgb div{text-align:center;margin-top:6px}
.fri-link{
	font-size: 14px;
	display: block;
	padding: 20px;
}

/*SiteMapCol2*/
.col2{width:43%;padding:3%;float:left}
#content .col2 ul{margin-bottom:1em}

.tb{margin-left:1.2em}
.ctd{margin-bottom:1.2em;width:90%;margin-right:auto;margin-left:auto}
#learn{background-image:url(/images/common/a_corner_bg.gif);background-repeat:repeat-x;background-position:left top;width:290px;height:25px;margin-right:auto;margin-left:auto;font-weight:bold;padding:0px;margin-top:0px;margin-bottom:0px}
#learn span{background-image:url(/images/common/a_corner_l.gif);background-repeat:no-repeat;background-position:left top;margin:0px;padding-left:20px;line-height:25px;height:25px;display:block}
#learn a:link,#learn a:visited{color:#FFF}
#learn a:hover{color:#FCC144;text-decoration:none}
#learn img{float:right}

.long{width:90%}
.link-to-us textarea{font:12px arial;margin-top:5px}
h2.title {
    height: 28px;
    line-height: 28px;
}
.proleft {
    border: 1px solid #ddd;
}
.proleft p {
    font-size: 14px;
    color: #333;
    background: #f1f1f1 !important;
}
.proleft ul {
    margin: 0
}
.proleft ul li {
    margin: 0;
    padding: 5px 0 5px 15px;
    border-bottom: 1px solid #ddd;
}
.proleft ul li a {
    color: #666;
}

/*trade tabs*/

.trade-tabs{
    display: flex;
    margin: 0 !important;
    flex-wrap: nowrap;
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
}

.trade-tabs .tab-item{
    position: relative;
    display: inline-block;
    margin: 0 !important;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}
.trade-tabs .tab-item:hover, .trade-tabs .tab-item.active{
    color: #e64545;
}
.trade-tabs .tab-item:hover:after, .trade-tabs .tab-item.active:after{
    /* content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    color: #e64545;
    background-color:#e64545; */
}

.trade-content .content-item{
    display: none;
}

.trade-content .content-item.active{
    display: block;
}
