/* 
    Document   : buttons
    Created on : 2-okt-2009, 16:02:01
    Author     : Maghiel Dijksman <mail@mdijksman.nl>
    Description:
        Stylesheet for various buttons
*/
.addToCartButton
{
	display					: block;
    float                   : left;
	width					: 22px;
	height					: 22px;
	background-image		: url('../images/buttons/cart_add.gif');
}

.addToCartButton:hover
{
	background-image		: url('../images/buttons/cart_add-hover.gif');
}

.removeFromCartButton
{
	display					: block;
    float                   : left;
	width					: 22px;
	height					: 22px;
	background-image		: url('../images/buttons/cart_remove.gif');
}

.removeFromCartButton:hover
{
	background-image		: url('../images/buttons/cart_remove-hover.gif');
}

a.downloadButton
{
	display					: block;
	float					: left;

	width					: 22px;
	height					: 22px;

	background-image		: url('../images/buttons/download.gif');
}

a.downloadButton:hover
{
	background-image		: url('../images/buttons/download-hover.gif');
}

a.imageButtonMediumBlue
{
	display					: block;

	width					: 110px;
	height					: 22px;

	background-image		: url('../images/buttons/image_button_medium_blue.gif');
	background-position		: center;
	background-repeat		: no-repeat;

	text-align				: center;
	vertical-align			: middle;
	line-height				: 22px;

	color					: #FFFFFF;
	font-size				: 14px;
	text-transform			: uppercase;
	text-decoration			: none;
	font-weight				: bolder;
}

a.imageButtonMediumBlue:hover
{
	background-image		: url('../images/buttons/image_button_medium_blue-hover.gif');
	color					: #FFFFFF;
	text-decoration			: none;
	font-weight				: bold;
}

/* Signup buttons */
a.musicstoreButton
{
    display                 : block;

	width					: 240px;
	height					: 60px;
    margin                  : 5px;

	background-image		: url('../images/buttons/signup_button_musiclover_nl_240x60.png');
}

a.musicstoreButton:hover
{
	background-image		: url('../images/buttons/signup_button_musiclover_nl_hover_240x60.png');
}

/* EN */
a.signupButtonArtistLabel_en
{
    display                 : block;

	width					: 120px;
	height					: 120px;
    margin                  : 5px;
    margin-left             : auto;
    margin-right            : auto;

	background-image		: url('../images/buttons/artistlabel_signup-en.png');
}

a.signupButtonArtistLabel_en:hover
{
	background-image		: url('../images/buttons/artistlabel_signup-hover-en.png');
}

a.signupButtonRadiostation_en
{
    display                 : block;

	width					: 120px;
	height					: 120px;
    margin                  : 5px;
    margin-left             : auto;
    margin-right            : auto;


	background-image		: url('../images/buttons/radiostation_signup-en.png');
}

a.signupButtonRadiostation_en:hover
{
	background-image		: url('../images/buttons/radiostation_signup-hover-en.png');
}

a.signupButtonRetailer_en
{
    display                 : block;

	width					: 120px;
	height					: 120px;
    margin                  : 5px;
    margin-left             : auto;
    margin-right            : auto;


	background-image		: url('../images/buttons/reseller_signup-en.png');
}

a.signupButtonRetailer_en:hover
{
	background-image		: url('../images/buttons/reseller_signup-hover-en.png');
}

/* NL */
a.signupButtonArtistLabel_nl
{
    display                 : block;

	width					: 120px;
	height					: 120px;
    margin                  : 5px;
    margin-left             : auto;
    margin-right            : auto;

	background-image		: url('../images/buttons/artistlabel_signup-nl.png');
}

a.signupButtonArtistLabel_nl:hover
{
	background-image		: url('../images/buttons/artistlabel_signup-hover-nl.png');
}

a.signupButtonRadiostation_nl
{
    display                 : block;

	width					: 120px;
	height					: 120px;
    margin                  : 5px;
    margin-left             : auto;
    margin-right            : auto;

    
	background-image		: url('../images/buttons/radiostation_signup-nl.png');
}

a.signupButtonRadiostation_nl:hover
{
	background-image		: url('../images/buttons/radiostation_signup-hover-nl.png');
}

a.signupButtonRetailer_nl
{
    display                 : block;
    
	width					: 120px;
	height					: 120px;
    margin                  : 5px;
    margin-left             : auto;
    margin-right            : auto;


	background-image		: url('../images/buttons/reseller_signup-nl.png');
}

a.signupButtonRetailer_nl:hover
{
	background-image		: url('../images/buttons/reseller_signup-hover-nl.png');
}

