#cc_icons{
	display:table;
	margin: 0 auto;
}
.cc_icon{
	display:inline-block;
	width:51px;
	height: 32px;
	margin: 10px 1px;
}
.cc_icon_payPal{
	background:url(../images/credit_cards_icons.png) 0 top no-repeat;
}
.cc_icon_masterCard{
	background:url(../images/credit_cards_icons.png) -51px top no-repeat;
}
.cc_icon_visa{
	background:url(../images/credit_cards_icons.png) -102px top no-repeat;
}
.cc_icon_visaElectron{
	background:url(../images/credit_cards_icons.png) -153px top no-repeat;
}
.cc_icon_maestro{
	background:url(../images/credit_cards_icons.png) -204px top no-repeat;
}
.cc_icon_americanExpress{
	background:url(../images/credit_cards_icons.png) -255px top no-repeat;
}
.cc_icon_discover{
	background:url(../images/credit_cards_icons.png) -306px top no-repeat;
}
.cc_icon_toCheckout{
	background:url(../images/credit_cards_icons.png) -357px top no-repeat;
}
.cc_icons_alphabank{
    background:url(../images/alphabank_cc_logos.png) center center no-repeat;
    display:inline-block;
    width:301px;
    height: 178px;
    margin: 10px 1px;
}
