/*
eredeti
*/
button.addtocart {
	border-style: none;
	border-width: 0px;
	border-color: transparent;
	padding: 0px;
	margin: -19px 0px;
	width: 110px;
	height: 39px;
	cursor: pointer;
	background-image: url(/styles/skin6/theme/images/button/addtocart.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
    position: relative;
    top: -39px;
}
/*
button.addtocart {
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    padding: 0px;
    margin: -19px 0px;
    width: 110px;
    height: 39px;
    cursor: pointer;
    background-image: url(/styles/skin6/theme/images/button/addtocart.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    top: -44px;
    right: 0px;
}
*/
button.addtocart:hover, button.addtocart2:hover {
	background-position: 0px -42px;
}
button.addtocart2 {
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    padding: 0px;
    margin: -19px 0px;
    width: 110px;
    height: 39px;
    cursor: pointer;
    background-image: url(/styles/skin6/theme/images/button/addtocart.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    top: -44px;
    right: 0px;
}