/* CSS Document */

.InStock {
	-moz-box-shadow:inset 0px 1px 0px 0px #0a0a0a;
	-webkit-box-shadow:inset 0px 1px 0px 0px #0a0a0a;
	box-shadow:inset 0px 1px 0px 0px #0a0a0a;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #807980), color-stop(1, #2e2c2e) );
	background:-moz-linear-gradient( center top, #807980 5%, #2e2c2e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#807980', endColorstr='#2e2c2e');
	background-color:#807980;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0;
	border:1px solid #ffffff;
	display:inline-block;
	color:#f0f0f0;
	font-family:Ariel New;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	width:114px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #2e2b2e;
}
.InStock:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2e2c2e), color-stop(1, #807980) );
	background:-moz-linear-gradient( center top, #2e2c2e 5%, #807980 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2c2e', endColorstr='#807980');
	background-color:#2e2c2e;
}.InStock:active {
	position:relative;
	top:1px;
}
.CheckOn{
	content:url("images/Checkon.png");
	width:16;
	height:16;
}
.CheckOn:hover {
	content:url("images/CheckonOver.png");
	width:16;
	height:16;
}.CheckOn:active {
	position:relative;
	top:1px;
}

.CheckOff{
	content:url("images/Checkoff.png");
	width:16;
	height:16;
}
.CheckOff:hover {
	content:url("images/CheckoffOver.png");
	width:16;
	height:16;
}.CheckOff:active {
	position:relative;
	top:1px;
}

.pic{ 
	opacity: 0.3; filter: alpha(opacity=30);

}
.pic:hover {
filter: alpha(opacity=100); 

 } 
 

/* This button was generated using CSSButtonGenerator.com */