@charset "utf-8";
/* CSS Document */


#cartplaceholder {
	position: relative;
/*	cursor: s-resize;
*/}
#carticon {
/*	cursor: s-resize;
*/}

#cartbarholder .navbar-cart-td {
	background-image: url(/images/navbar/navbar_05.png);
	background-repeat: no-repeat;
	width: 95px;
}

.emptycarticon {
	background-image: url(/images/navbar/navbar_04.gif);
	background-repeat: no-repeat;
	width: 46px;
	height: 31px;
}

.fullcarticon {
	background-image: url(/images/navbar/navbar-full_04.gif);
	background-repeat: no-repeat;
	width: 46px;
	height: 31px;
}

/*
*
* CART BAR
*
*/
.emptycart {
}
.fullcart {
}
.ui-effects-transfer {
	border: 3px dashed #cccccc;
}
#cartshowholder {
	padding: 0px;
	position: absolute;
	width: 206px;
	background: #ffffff;
	top: 28px;
	right: 0px;
	font-size: 0.9em;
}


#cartshowholder .checkoutbutton {
text-align: center;
}
#cartshowholder .checkoutbutton a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 8px;
	display: block;
}
#cartbar {
	padding: 5px;
	position: relative;
	margin: 3px;
	text-align: right;
	height: 15px;
}
#cartbar a {
	color: #478C06;
/*	cursor: s-resize;
*/}
#cartbarholder {
	padding-top: 5px;
	top: 0px;
	right: 0px;
	position: relative;
	width: 625px;
	z-index: 100;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.closecart {
}
.navbar-bg {
	background-image: url(/images/navbar/navbar_02.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 349px;
	padding: 0px;
}

#cartshowholder ul.cartlist {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

#cartshowholder .item {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 8px;
	color: #003366;
}

#cartshowholder .itemtext {
	color: #4c4c4c;
}




.checkbutton {
	width: 139px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}




.taxes {
	width: 300px;
	float: left;
	font-size: 0.8em;
	color: #999999;
	padding-left: 3px;
}
