@charset "utf-8";

/* ===================================================================
CSS information

 file name  :troubleshooting.css
 author     :PCBrain
 style info :troubleshooting 
=================================================================== */

#pageTitle{
    background: url(../img/supporting/h1_bg.png) no-repeat center center;
}

#main #title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

#main #title:after{
    background-color: #4394d5;
    height: 5px;
    width: 225px;
    display: block;
    content: '';
    margin: 0 auto;
}

#main .fontbold{
    border-bottom: 5px solid #eee;
    position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 2px;
    font-size: 18px; 
}

#main .fontbold:before {
    content: "";
    display: block;
    width: 35%;
    border-bottom: 5px solid #4394d5;
    position: absolute;
    bottom: 0;
    margin-bottom: -5px;
}

#main h2,#main h3,#main h4,#main h5,#main h6{
	clear:both;
	font-weight: bold;
}

#main h2 a,#main h3 a,#main h4 a,#main h5 a,#main h6 a{
	text-decoration: none;
	color: inherit;
}

#main h3 {
    background: #4394d5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
	border-bottom:none;
}

#main h3::before{
    content: "";
    display: none;
    border-bottom:none;
    margin-bottom: 0;
}

#main h4{
    border-bottom: 5px solid #eee;
    position: relative;
    margin: 0 0 20px 0;
    padding-bottom: 2px;
    font-size: 20px;
	text-align: left;
	color: #333;
	background: none;
}

#main h4:before {
    content: "";
    display: block;
    width: 35%;
    border-bottom: 5px solid #4394d5;
    position: absolute;
    bottom: 0;
    margin-bottom: -5px;
}

#main h4 span{
	background: #f39625;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 10px 1px;
}

#main .shortBox h4{
    font-size: 18px;
}

#main ul.itemList {
	margin-bottom: 30px;
	overflow: hidden;
}

#main ul.itemList li {
	display: inline-block;
    padding-bottom: 10px;
    margin:0 30px 10px 0;
}
#main ul.itemList  li a{
    position: relative;
    display: block;
    text-decoration: none;
    color: #333;
    padding-left: 35px;
}

#main ul.itemList li a:hover{
    color: #f29720;
}

#main ul.itemList li a:before,
#main ul.itemList li a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#main ul.itemList li a:before{
width: 18px;
height: 18px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #4394d5;
}

#main ul.itemList li a:after{
left: 15px;
width: 4px;
height: 4px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#main table{
    width: 100%;
	margin-bottom: 50px;
}

#main table th,
#main table td {
    padding: 5px 15px;
    border-bottom: #fff solid 1px;
    border-left:  #fff solid 1px;
	text-align: left;
	vertical-align: top;
}

#main table th{
    background: #4394d5;
    font-size: 16px;
    font-weight:bold;
    color: #fff;
    text-align: center;
    width: auto;
}

#main table th:first-child{
    border-left: none;
}
#main table tbody th{
	width: 40%;
	font-weight: normal;
	text-align: left;
	color: #333;
	background: #ddeffc;
}
#main table td {
    background: #eeeeee;
    color: #333;
    font-size: 14px;
}