@charset "UTF-8";

/**
 * <Monsters With An Attitude>
 *
 * Home specific declarations
 *
 * @author 			Davy De Pauw <davy@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2008-08-13
 * @lastmodified	2008-08-13
 */

/* page structure
---------------------------------------------------------- */

#nav-primary li a {
	background-image: url(../img/nl/bg_nav.png);
}

#nav-secundary li a {
	background-repeat: no-repeat;
	background-image: url(../img/nl/bg_nav_top.png);
}

.emptybasket .productlist li a
{
	background-image: url(../img/nl/bg_nav.png);
}

.emptybasket .productlist li.product-1 a{background-position: -647px 0;}
.emptybasket .productlist li.product-2 a{background-position: -647px -50px;}
.emptybasket .productlist li.product-3 a{background-position: -647px -100px;}
.emptybasket .productlist li.product-4 a{background-position: -647px -155px;}
.emptybasket .productlist li.product-5 a{background-position: -647px -200px;}
.emptybasket .productlist li.product-6 a{background-position: -647px -250px;}

#cart-add a {
}

#cart-add a span {
	width: 66px;
	height: 36px;
	background: url(../img/nl/bg_ir.png) no-repeat 0 0;
}

.outofstock #cart-add span span
{
	width: 66px;
	height: 36px;
	background: url(../img/nl/bg_ir.png) no-repeat -100px 0;
}

#cart-add .hover a span { background-position: 0 -36px; }

#cart .btn-checkout {
	background: url(../img/nl/bg_ir.png) no-repeat 0 -315px;
}

#cart .btn-checkout:hover { background-position: 0 -342px; }

.home #cart .btn-checkout {
	background: url(../img/nl/bg_ir.png) no-repeat 0 -72px;
}

.home #cart .btn-checkout:hover { background-position: 0 -99px; }

#discount .btn-code { cursor: pointer; background: url(../img/nl/bg_ir.png) no-repeat 0 -126px; }
#discount .btn-code:hover { background-position: -121px -126px; }

.btn-register { background: url(../img/nl/bg_ir.png) no-repeat 0 -153px; }
.btn-register:hover { background-position: 0 -180px; }

.btn-login { background: url(../img/nl/bg_ir.png) no-repeat -99px -153px; }
.btn-login:hover { background-position: -99px -180px; }

.btn-password { background: url(../img/nl/bg_ir.png) no-repeat 0 -369px; }
.btn-password:hover { background-position: 0 -396px; }

.btn-next { background: url(../img/nl/bg_ir.png) no-repeat 0 -207px; }
.btn-next:hover { background-position: 0 -234px; }

.btn-order { background: url(../img/nl/bg_ir.png) no-repeat 0 -261px; }
.btn-order:hover { background-position: 0 -288px; }


.btn-homepage { background: url(../img/nl/bg_ir.png) no-repeat -137px -261px; }
.btn-homepage:hover { background-position: -137px -288px; }

.btn-account-edit { background: url(../img/nl/bg_ir.png) no-repeat -137px -315px; }
.btn-account-edit:hover { background-position: -137px -342px; }

.btn-save { background: url(../img/nl/bg_ir.png) no-repeat -137px -369px; }
.btn-save:hover { background-position: -137px -396px; }

#error-payment .btn-cart { background: url(../img/nl/bg_ir.png) no-repeat 0 -558px; }
#error-payment .btn-cart:hover { background-position: 0 -585px; }

.btn-print { background: url(../img/nl/bg_ir.png) no-repeat -99px -207px; }
.btn-print:hover { background-position: -99px -234px; }

.btn-send { cursor: pointer; background: url(../img/nl/bg_ir.png) no-repeat 0 -450px; }
.btn-send:hover { background-position: -0 -477px; }

.btn-pay { cursor: pointer; background: url(../img/nl/bg_ir.png) no-repeat -99px -450px; }
.btn-pay:hover { background-position: -99px -477px; }
