@charset "utf-8";
/* CSS Document */

.gcc-mcontent ul {
	margin: 0;
	padding: 0;
}
.gcc-mcontent ul li {
    list-style: none;
    background: url(../images/inside_pg/pdf_icon.png);
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    margin: 0 0 5px 0;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
li.phone {
    background: url(../../images/icon_phone.png) no-repeat scroll 0 50% transparent !important;
}
li.phone_doubleLines {
    background: url(../../images/icon_phone.png) no-repeat scroll 0 12% transparent !important;
}
li.email {
    background: url(../../images/icon_email.png) no-repeat scroll 0 50% transparent !important;
}
li.fax {
    background: url(../../images/Fax.png) no-repeat scroll 0 50% transparent !important;
}
li.hyperlink {
    background: url(../../images/hyperlink.png) no-repeat scroll 0 50% transparent !important;
}

