/**
 * Sprites stylesheet
 *
 * @author 		Zone
 * @email		info@zonecontent.com
 * @url 		http://www.zonecontent.com/
 * @reference   http://www.alistapart.com/articles/sprites/
 * @copyright 	Copyright (c) 2009, zonecontent.com. All rights reserved.
 */
 
a.view_all_offers {
    background:transparent url(/store_templates/greatmagazines2009/img/common/button_view_all_offers_sprite.png) no-repeat 0px 0px;
    display:block;
    height:18px;
    width:107px;
}
a.view_all_offers:hover {
    background:transparent url(/store_templates/greatmagazines2009/img/common/button_view_all_offers_sprite.png) no-repeat 0px -18px;
}
a.view_all_offers span {
    display:block;
	height:0;
	overflow:hidden;
	width:0;
}

a.view_all {
    background:transparent url(/store_templates/greatmagazines2009/img/common/button_view_all_sprite.png) no-repeat 0px 0px;
    display:block;
    height:20px;
    width:79px;
}
a.view_all:hover {
    background:transparent url(/store_templates/greatmagazines2009/img/common/button_view_all_sprite.png) no-repeat 0px -20px;
}
a.view_all span {
    display:block;
	height:0;
	overflow:hidden;
	width:0;
}

a.add_to_basket {
    background:transparent url(/store_templates/greatmagazines2009/img/common/button_add_to_basket_sprite.png) no-repeat 0px 0px;
    display:block;
    height:20px;
    width:113px;
}
a.add_to_basket:hover {
    background:transparent url(/store_templates/greatmagazines2009/img/common/button_add_to_basket_sprite.png) no-repeat 0px -20px;
}

a.add_to_basket2 {
    background:transparent url(/store_templates/greatmagazines2009/img/common/button_add_to_basket2.png) no-repeat 0px 0px;
    display:block;
    height:20px;
    width:113px;
}
a.add_to_basket2:hover {
    background:transparent url(/store_templates/greatmagazines2009/img/common/button_add_to_basket2.png) no-repeat 0px -20px;
}

a.add_to_basket span {
    display:block;
	height:0;
	overflow:hidden;
	width:0;
}

a.add_to_basket2 span {
    display:block;
	height:0;
	overflow:hidden;
	width:0;
}

a.checkout {
    background:transparent url(/store_templates/greatmagazines2009/img/common/button_checkout_sprite.png) no-repeat 0px 0px;
    display:block;
    height:24px;
    width:210px;
}
a.checkout:hover {
    background:transparent url(/store_templates/greatmagazines2009/img/common/button_checkout_sprite.png) no-repeat 0px -24px;
}
a.checkout span {
    display:block;
	height:0;
	overflow:hidden;
	width:0;
}

a.look_inside {
    background:transparent url(/store_templates/greatmagazines2009/img/common/look_inside_sprite.png) no-repeat 0px 0px;
    display:block;
    height:37px;
    width:37px;
}
a.look_inside:hover {
    background:transparent url(/store_templates/greatmagazines2009/img/common/look_inside_sprite.png) no-repeat 0px -51px;
}
a.look_inside span {
    display:block;
	height:0;
	overflow:hidden;
	width:0;
}
