﻿

.buttons
{
	float: right;
	text-align: right;
	padding-right: 20px;
}

/*used in the product page for the 'New' button*/
#newProductButton
{
	float:right;
}

.buttonBarArea
{
	height: 48px;
	width:100%;
	white-space: nowrap;
	background-image: url(images/buttons/Button_Bar_Filler.jpg);
	background-repeat: repeat-x;
}

.buttonBarFiller
{
	float:left;
	margin-left:auto;
	margin-right:auto;
	height: 39px;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 20px;
	color: White;
	white-space: nowrap;
	width: auto;
	display: inline-block;
	text-align:center;
}

.buttonBarLeft
{
	float: left;
	width: 27px;
	height: 46px;
	background-image: url(images/buttons/Button_Bar_Left.jpg);
	background-repeat: no-repeat;
}

.buttonBarRight
{
	float: right;
	width: 26px;
	height: 46px;
	background-image: url(images/buttons/Button_Bar_Right.jpg);
	background-repeat: no-repeat;
}
