input.input-text {
	background: url("../img/input-bg.png");
	border: 1px solid #989898;
	color: #000; /*#666;*/
	height: 18px; /*29px;*/
	margin: 0;
	padding: 5px 3px 3px 3px;
	vertical-align: top;
}

textarea.input-text {
	background: url("../img/textarea-bg.png");
	border: 1px solid #989898;
	margin: 0;
	padding: 5px 3px 3px 3px;
}

textarea.push {
	margin-bottom: 1em;
	height: 100px;
	width: 300px;
}

.btn {
	background-repeat: no-repeat;
	border: 0 !important;
	cursor: pointer;
	margin: 0 !important;
	padding: 0 !important;
}

.btn span {
	visibility: hidden;
	text-indent: -999em;
}

button.button-add-new-address {
	background-image: url("../img/button-add-new-address.png");
	background-repeat: repeat-x;
	height: 28px;	
	width: 146px;
}

button.btn-continue-shopping {
	background-image: url("../img/btn-continue-shopping.png");
	height: 28px;
	width: 161px;
}

a#a-continue-shopping {
	background-image: url("../img/btn-continue-shopping.png");
	display: block;
	height: 28px;
	text-indent: -999em;
	width: 161px;
}

button.btn-coupon-submit {
	background-image: url("../img/applycoupon.png");
	height: 28px;
	width: 104px;
}

button.btn-coupon-cancel {
	background-image: url("../img/cancelcoupon.png");
	height: 28px;
	width: 104px;
}

input.button-apply {
	background: url("../img/button-apply.png");
	height: 28px;
	width: 64px;
}

input.button-proceed-to-checkout {
	background: url("../img/button-proceed-to-checkout.png");
	height: 41px;
	width: 190px;
}

input.button-get-a-quote {
	background: url("../img/button-get-a-quote.png");
	height: 28px;
	width: 104px;
}

input.button-update-total {
	background: url("../img/button-update-total.png");
	/*float: right;*/
	height: 28px;
	/*margin-right: 13px;*/
	width: 104px;
}

input.button-continue {
	background: url("../img/button-continue.png");
	height: 28px;
	width: 104px;
}

input.button-login {
	background: url("../img/button-login.png");
	height: 28px;
	width: 104px;
}

input.select-box-country {
	background: url("../img/select-box-country.png") top left;
	height: 25px;
	width: 228px;
}

input.select-box-state-province {
	background: url("../img/select-box-state-province.png") top left;
	height: 25px;
	width: 228px;
}

input.select-box-no-background {
	background-image: url("../img/select-box-edit.png");
	background-position: 0 0;
	height: 25px;
	width: 228px;
	text-align: left;
	color: black;
	border: none;
}

button.save {
	background-image: url("../img/button-save.png");
	height: 28px;
	width: 104px;
}

div.select-open {	
	display: none;
	position: absolute;
}

div.select-open-list {
	background: #000;
/*	min-height: 25px;*/
	height: 150px;
	padding: 0 0 0 10px;
	overflow: hidden;
}

div.select-open ul {
	list-style: none;
}

div.select-open ul li a {
	color: #666;
	text-decoration: none;
	display: block;
}

div.select-open ul li a:hover {
	color: #fff;
}

div.select-open-bottom {
	height: 10px;
}
div.select-open-bottom-left {
	background: url('../img/select-box-on-bottom-left.png') no-repeat bottom left;
	width:50%;
	height: 10px;
	display: inline;
	float: left;
}

div.select-open-bottom-right {
	background: url('../img/select-box-on-bottom-right.png') no-repeat bottom right;
	width:50%;
	height: 10px;
	display: inline;
	float: left;
}

div.button-checkout {
	margin: 0;
	padding: 0;
}

div.button-checkout a {
	border: none;
	display: block;
	height: 41px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
}

div.button-checkout a:hover {
	background-position: 0 -41px;
}

div.button-cart { /*display: none;*/
	/*background: url("../img/select-bg-r.png") top right;*/
	/*display: inline;*/
	/*height: 25px;*/
	margin: 0;
	padding: 0;
}

div.button-cart a {
	display: block;
	height: 41px;
	text-indent : -999em;
}

div.button-cart a:hover {
	background-position: 0 -41px;
}


button.btn-already-in-cart {
	background: url("../img/alreadyincart.png");
	height: 41px;
	width: 190px;
}

button.btn-sold {
	background: url("../img/itemsold.png");
	height: 41px;
	width: 190px;
}


div.button-cart-2 { display: none;
	background: url("../img/select-bg-r.png") center right no-repeat;
	display: inline;
	height: 25px;
	vertical-align: top;
}

div.button-cart-2 img {
	vertical-align: top;
}

div.button-cart-2 input {
	vertical-align: middle;
}

div.button-cart-3 {
	background: url("../img/select-bg-r.png") center right no-repeat;
	height: 25px;
}

div.button-cart-3 div.inner img {
	/*margin-top: 3px;*/
}

/******/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: black;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 9px;
	top: 0;
	height: 100%;
	background: #222;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

select {
	/*background: #fff;*/
		/*background: transparent url(../img/input-bg.png) repeat scroll 0% 50%;*/
	/*border: none;*/
	border: 1px solid #989898;
	color: #000;
}

button.btn-place-order {
	/*float: right;*/
}

button {
	cursor: pointer;
}

div.create-alert{ margin:0px; padding:0px;}
div.create-alert a {
border:medium none;
display:block;
height:41px;
margin:0;
cursor:pointer;
padding:0;
text-indent:-999em;}
div.create-alert a:hover {
background-position:0 -42px;
}
