div.home_page_category{
	background: url(../img/header_bg.png) no-repeat;
	 padding-bottom: 12px;
	 padding-top: 12px;
	 padding-left: 7px;
	 margin-bottom: 10px;
	 font-weight: 700;
	
}
#ppc-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    clear: both;
    border: 0;
    margin: 0;
    padding: 0;
}
#ppc-box h3{
	/*background-color: #ba291c;
	background: linear-gradient(top, rgba(225,69,56,1) 0%, rgba(186,41,28,1) 100%);
	background: -webkit-linear-gradient(top, rgba(225,69,56,1) 0%, rgba(186,41,28,1) 100%);
	width: 32%; */
  /*background: #ba291c;*/
	font-size: 14px !important;
	color: #fff !important;
	padding-left: 7px;
	margin-bottom: 10px;
	font-family: "Arial";
	text-transform: uppercase;
}


#ppc-box:after, #ppc-box .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    width: 100%;
    content: "\0020"
}

#ppc-box .ppc-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    float: left;
    padding: 0;
    margin: 0
}

#ppc-box .one {
    width: 100%;
    clear: both
}

#ppc-box .two {
    width: 50%
}

#ppc-box .three {
    width: 33.3333%
}

#ppc-box .four {
    width: 25%
}

#ppc-box .five {
    width: 20%
}

#ppc-box .ppc-box .ppc ul li p {
    clear: both
}

#ppc-box .ppc-box .ppc .ppc-more {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    text-align: right
}

.ppc li {
    clear: both
}

.ppc li p img {
    float: left !important;
    position: relative !important;
    margin: 0 10px 5px 0 !important;
    padding: 0 !important;
    border: none !important
}





