.orderlink{
float:right;
padding-right:7px;
padding-bottom:7px;
/*width:640px;*/
}

.action-button {
	display: block;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}
.action-button .action-button-leftcap {
	float: left;
	display: block;
	width: 5px;
	height: 25px;
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -132px -37px;
}

.action-button .view-button-leftcap {
	float: left;
	display: block;
	width: 5px;
	height: 25px;
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -162px -37px;
}


.action-button .action-button-text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	color: #994800;
	text-decoration: none;
	background: transparent url(/images/gbuttons.gif) no-repeat scroll 0 -174px;
	height: 19px;
	padding: 6px 8px 0 8px;
}

.action-button .view-button-text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	color: #313131;
	text-decoration: none;
	background: transparent url(/images/gbuttons.gif) no-repeat scroll 0 -63px;
	height: 19px;
	padding: 6px 8px 0 8px;
}


.action-button .action-button-rightcap {
	float: left;
	display: block;
	width: 5px;
	height: 25px;
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -137px -37px;
}

.action-button .view-button-rightcap {
	float: left;
	display: block;
	width: 5px;
	height: 25px;
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -167px -37px;
}

.action-button:hover .action-button-leftcap {
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -142px -37px;
}

.action-button:hover .view-button-leftcap {
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -172px -37px;
}

.action-button:hover .action-button-text {
	text-decoration: underline;
	background: transparent url(/images/gbuttons.gif) no-repeat scroll 0 -199px;
}
.action-button:hover .view-button-text {
	text-decoration: underline;
	color: #000;
	background: transparent url(/images/gbuttons.gif) no-repeat scroll 0 -88px;
}

.action-button:hover .action-button-rightcap {
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -147px -37px;
}
.action-button:hover .view-button-rightcap {
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -177px -37px;
}


.action-button.inactive .action-button-leftcap {
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -152px -37px;
}

.action-button.inactive .view-button-leftcap {
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -152px -37px;
}

.action-button.inactive .action-button-text {
	color: #333;
	background: transparent url(/images/gbuttons.gif) no-repeat scroll 0 -224px;
}
.action-button.inactive .view-button-text {
	color: #333;
	background: transparent url(/images/gbuttons.gif) no-repeat scroll 0 -224px;
}


.action-button.inactive .action-button-rightcap {
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -157px -37px;
}

.action-button.inactive .view-button-rightcap {
	background: transparent url(/images/gbuttons.gif) no-repeat scroll -157px -37px;
}
