/* CSS Document */

#button_back a {
           	width: 84px;
           	height: 24px;
           
			background-repeat: no-repeat;
           	background-position: 0 0;
			float:right;

}
#button_back a:hover{
			background-position: 0 -24px;
			float:right;
}

#button_buynow a {
           	width: 104px;
           	height: 24px;
           	background-image:url(button/btn_buynow.png);
			background-repeat: no-repeat;
           	background-position: 0 0;
			float:left;

}
#button_buynow a:hover{
			background-position: 0 -24px;
			float:left;
}

#button_moreinfo a {
           	width: 75px;
           	height: 23px;
           	background-image:url(button/btn_moreinfo.png);
			background-repeat: no-repeat;
           	background-position: 0 0;
			float:right;

}
#button_moreinfo a:hover{
			background-position: 0 -22px;
			float:right;
}


#button_getquote a {
           	width: 75px;
           	height: 23px;
           	background-image:url(button/btn_getquote.png);
			background-repeat: no-repeat;
           	background-position: 0 0;
			float:left;

}
#button_getquote a:hover{
			background-position: 0 -22px;
			float:left;
}

#button_getquote152 a {
           	width: 75px;
           	height: 23px;
           	background-image:url(button/btn_getquote152.png);
			background-repeat: no-repeat;
           	background-position: right 0;
			float:left;


}
#button_getquote152 a:hover{
			background-position: right -22px;
			float:left;
}

#button_moreinfo152 a {
           	width: 75px;
           	height: 23px;
           	background-image:url(button/btn_moreinfo152.png);
			background-repeat: no-repeat;
           	background-position: 0 0;
			float:left;

}
#button_moreinfo152 a:hover{
			background-position: 0 -22px;
			float:left;
}

#button_next a {
           	width: 84px;
           	height: 24px;
           	background-image:url(button/btn_next.png);
			background-repeat: no-repeat;
           	background-position: 0 0;
			float:left;

}
#button_next a:hover{
			background-position: 0 -24px;
			float:left;
}

#button_quote a {
           	width: 126px;
           	height: 26px;
           	background-image:url(button/btn_quote.jpg);
			background-repeat: no-repeat;
           	background-position: 0 0;
			float:left;

}
#button_quote a:hover{
			background-position: 0 -26px;
			float:left;
}
#button_send a {
           	width: 126px;
           	height: 26px;
           	background-image:url(button/btn_send.png);
			background-repeat: no-repeat;
           	background-position: 0 0;
			float:left;

}
#button_send a:hover{
			background-position: 0 -26px;
			float:left;
}