.clear{
	clear: both;
}
.pix-christmas-panda{
	padding-top: 15px;
	padding-bottom: 25px;
}
.pix-cp-header img{
	display: block;
	margin: 0;
	max-width: 250px;
}
.pix-cp-body{
	background: #fff;
	padding: 15px;
	margin: 0 15px 0 0;
}
.pix-cp-body::after{
	display: block;
	content: "";
	clear: both;
}
.label-with-image{
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: center;
}
.label-with-image img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-top: 10px;
}
.fw-label{
	display: block;
	margin-bottom: 10px;
}
.pix-cp-tabs{
	margin-top: 10px;
}
.pix-cp-tabs a{
	display: block;
	float: left;
	background: #3a3a3a;
	color: #ffffff;
	font-size: 14px;
	padding: 8px 25px 6px;
	text-decoration: none;
	margin-right: 1px;
	border-bottom: 4px solid #3a3a3a;
}
.pix-cp-tabs a:hover,
.pix-cp-tabs .active{
	border-bottom: 4px solid #e90021;
}
.pix-cp-tabs .likeus{
	background: #8d8d8d url('../images/thumb_up.png') center no-repeat;
	border-bottom: 0;
	height: 22px;
}
.pix-cp-tabs .likeus:hover{
	border-bottom: 0;
}
.pix-cp-italic{
	font-style: italic;
}
.px-cp-popup{
	height: 200px;
}
.px-cp-popup img{
	max-height: 100%;
}
#pix-cp-form-submit{
	background: #172664;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #172664 50%, #c8e600 50%);
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 20px;
    z-index: 3;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    cursor: pointer;
}
#pix-cp-form-submit:hover{
	background: #c8e600;
	color: #172664;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.pix-cp-ref{
	padding: 15px 0 25px;
	display: block;
}
.pix-cp-ref img{
	max-width: 100%;
	height: auto;
	display: block;
}

.pxl-cp-left-col{
	width: 70%;
	padding: 15px;
    position: relative;
    float: left;
	border-right: 1px solid #ddd;
	margin-right: 0;
}
.px-plugin-sidebar{
	width: 20%;
	padding: 15px;
    position: relative;
    float: right;
	margin: 0;
}
.px-plugin-sidebar img{
	max-width: 100%;
	height: auto;
}
