.cart_slider, .cart img {
	border: 0;
}
.cart  {	
	width: 966px;
	border-top: 1px solid #eeeeee;
	text-align: left;
}
.cart_header {
	margin-bottom: 10px;
	margin-top: 10px;
}
.cart_header_left {
	float: left;
}
.cart_header_right {
	text-align: right;
}
.cart_photo  {	
	border: 1px solid #cdcdcd;
	width: 78px;
	height: 78px;
	padding: 1px;
	
}
.cart_product_index {
	text-align: center;
	margin-top: 58px;
	width: 78px;
	height: 20px;
	position: absolute;
	background-color: #333333;
	filter:alpha(opacity=90);
	opacity: .9;
	color: #ffffff;
	line-height: 2;
	z-index:2;
	font-weight:bold;
}
.cart_product_photo {
	text-align: center;
	width: 78px;
	height: 78px;
	position: absolute;
	background-color: #ffffff;
	color: #ffffff;
	line-height: 2;
	z-index:1;
	overflow:hidden;	
}
.cart_product_photo img {
	position: relative; left: -25px;
}
.cart_price  {	
	text-align: left;
	font-weight:bold;
	line-height: 2;
	float: inherit;
}
.cart_options  {	
	text-align: left;
	font-weight:bold;
	line-height: 1.2;
	float: left;
	margin-left:5px;
}
.cart_slider {
	width: 840px;
	float: left;
	position: relative;
	overflow: hidden;	
	font-family: Segoe UI, Arial,Helvetica,sans-serif;
	font-size: 10px;
}

.cart_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}


.cart .backoff {
	margin-top: 30px;
	width: 40px;
	height: 34px;
	text-align: left;
	float: left;
	background:url('../../images/slider_button_left_off.gif') no-repeat top left;
}

.cart .back {
	width: 40px;
	height: 34px;
	text-align: left;
}
.cart .back a {
	text-align: left;
}

.cart .nextoff {
	margin-top: 30px;
	width: 40x;
	height: 34px;
	text-align: right;
	background:url('../../images/slider_button_right_off.gif') no-repeat top right;
}
.cart .next {
	width: 40x;
	height: 34px;
	text-align: right;
}
.cart .next a {
	text-align: right;
}
.cart .backoff a,
.cart .nextoff a{
	outline: none;
}
.cart .back a,
.cart .next a {
	display: none;
	outline: none;
}





.cart_slider ul li {
	text-align: left;
	font-weight:bold;
	line-height: 2;
	float: left;
	display: block;
	width: 105px;
}
.cart_slider ul li ul li {
	text-align: left;
	line-height: 1.3;
	font-weight:normal;

}
.cart_slider ul li a{
	text-decoration: underline;
	color: #6699cc;
	font-weight:normal;
}
.cart_slider ul li a:hover {
	text-decoration: underline;
	color: #7fd00f;
}
.cart_slider ul li ul li a {
	display:block;
	color: #777777;
	
}
.cart_slider ul li ul li a:hover{
	color: #6699cc;
	text-decoration: underline;
	background-color:#ffffff;
	padding: 0px;
	margin-right: 20px;
}


