/**
 * Gray 21px Button
 **/

.button-gray-21px {
	background: url('/images/buttons/sprite.png') left -75px no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 21px;
	padding-left: 4px;
	vertical-align: text-bottom;
	margin: 0;
	white-space: nowrap;
	line-height: 16px;
}
* html .button-gray-21px {
	background: url('/images/buttons/sprite.gif') left -75px no-repeat;
}
.button-gray-21px .button-right-cap {
	background: url('/images/buttons/sprite.png') -16px -125px no-repeat;
	display: inline-block;
	height: 21px;
	vertical-align: text-bottom;
	width: 4px;
	padding: 0;
	margin: 0;
}
* html .button-gray-21px .button-right-cap {
	background: url('/images/buttons/sprite.gif') -16px -125px no-repeat;
}
.button-gray-21px input, .button-gray-21px a {
	background: url('/images/buttons/sprite.png') 0px -100px repeat-x;
	border: none;
	color: #700000;
	cursor: inherit;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	height: 21px;
	margin: 0;
	outline: none;
	padding: 0 6px 1px 6px;
	text-decoration: none;
	vertical-align: top;
}
.button-gray-21px a {
	height: 17px;
	padding-top: 3px;
}
.button-gray-21px a:hover {
	text-decoration: none;
}
* html .button-gray-21px a {
	height: 19px;
	padding-top: 1px;
}
* html .button-gray-21px input {
	padding: 0 0 1px 0;
}
* html .button-gray-21px input, * html .button-gray-21px a {
	background: url('/images/buttons/sprite.gif') 0px -100px repeat-x;
}
/*.button-gray-21px:hover {
	background: url('/images/buttons/sprite.png') 0px -120px no-repeat;
}
.button-gray-21px:hover .button-right-cap {
	background: url('/images/buttons/sprite.png') -10px -160px no-repeat;
}
.button-gray-21px:hover input, .button-gray-21px:hover a {
	background: url('/images/buttons/sprite.png') 0px -200px repeat-x;
}*/

/**
 * Red 23px Button
 **/

.button-red-23px {
	background: url('/images/buttons/sprite.png') left top no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 23px;
	padding-left: 4px;
	vertical-align: text-bottom;
	margin: 0;
	white-space: nowrap;
	line-height: 16px;
}
* html .button-red-23px {
	background: url('/images/buttons/sprite.gif') left top no-repeat;
}
.button-red-23px .button-right-cap {
	background: url('/images/buttons/sprite.png') -16px -50px no-repeat;
	display: inline-block;
	height: 23px;
	vertical-align: text-bottom;
	width: 4px;
	padding: 0;
	margin: 0;
}
* html .button-red-23px .button-right-cap {
	background: url('/images/buttons/sprite.gif') -16px -50px no-repeat;
}
.button-red-23px input, .button-red-23px a {
	background: url('/images/buttons/sprite.png') 0px -25px repeat-x;
	border: none;
	color: #FFFFFF;
	cursor: inherit;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	height: 23px;
	margin: 0;
	outline: none;
	padding: 0 6px 1px 6px;
	text-decoration: none;
	vertical-align: top;
}
.button-red-23px a {
	height: 21px;
	padding-top: 3px;
}
.button-red-23px a:hover {
	text-decoration: none;
}
* html .button-red-23px a {
	height: 20px;
	padding-top: 2px;
}
* html .button-red-23px input {
	padding: 0 0 1px 0;
}
* html .button-red-23px input, * html .button-red-23px a {
	background: url('/images/buttons/sprite.gif') 0px -25px repeat-x;
}

/*.button-red-23px:hover {
	background: url('/images/buttons/sprite.png') 0px -120px no-repeat;
}
.button-red-23px:hover .button-right-cap {
	background: url('/images/buttons/sprite.png') -10px -160px no-repeat;
}
.button-red-23px:hover input, .button-red-23px:hover a {
	background: url('/images/buttons/sprite.png') 0px -200px repeat-x;
}*/


/** Out of stock **/
.out-of-stock {}
.out-of-stock img {margin-top: -5px;}
