#cartrel {
	float:left;
	height:20px;
	position:relative;
	width:295px;
	z-index:1000;
}
.carticon {
	background-image:url(/imgs/cart_bg.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:20px;
	width:160px;
}
.checkouticon {
	background-color:#666;
	cursor:pointer;
	float:left;
	height:20px;
	width:130px;
}
#cartsummary {
	color:#fff;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:11px;
}
#checkouttext {
	color:#fff;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:11px;
}
.cartpad {
	margin-top:3px;
	padding-left:50px;
	text-align:left;
}
.checkout {
	float:left;
	color:#fff;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:11px;
}
#minicart {
	width:273px;
	z-index:1500;
	position:absolute;
	top:22px;
	left:23px;
	color:#fff;
	display:none;
}.savelink {
	visibility:hidden;
}
.cart {
	border:solid 1px #999;
	background-color:#fff;
	/*z-index: 1000;*/
}
.cartimage  {
	float:left;
	width:110px;
	text-align:center;
	padding-top:12px;
}
#cartwrapper {
	overflow:auto;
	border-bottom:solid 1px #999;
	text-align:left;
	z-index:150;
	height:295px;
	background-color:#fff;
}
.cartdetailwrapper {
	float:left;
	background-color:#e0e0e0;
	color:#333;
	width:165px;
	height:143px;
	overflow:hidden;
}
.cartdetailsection {
	height:115px;
}
.cartseparator {
	height:1px;
	margin:2px 0;
	font-size:1px;
	line-height:1px;
	background-color:#fff;
	clear:both;
}
.carttitlepad {
	text-align:left;
	padding:15px 15px 15px 15px;
	color:#666;
}
.cartdetailtitle {
	height:32px;
	font-weight:bold;
	padding:5px 10px 0px 10px;
}
.cartprice {
	font-weight:bold;
	padding:0px 10px 10px 10px;
}
.carttext {
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
}
.carttext a {text-decoration:none;}
.carttext a:link {text-decoration:none;}
.carttext a:visited {text-decoration:none;}
.carttext a:hover {text-decoration:underline;}
.cartlink {
	font-size:9px;
	padding-right:10px;
}
.cartlink a {text-decoration:none;}
.cartlink a:link {text-decoration:none;}
.cartlink a:visited {text-decoration:none;}
.cartlink a:hover {
	text-decoration:none;
	font-size:9px;
	font-weight:normal;
}
.cartintrowrapper {
	background-color:#f5f3eb;
	text-align:left;
	color:#666;
}
.cartintropad {
	text-align:left;
	font-size:10px;
	padding:15px 5px 15px 15px;
}
.cartdonated {
	text-align:center;
	padding:0px 15px 15px 15px;
	color:#586465;
	font-size:10px;
	font-weight:bold;
}
.cartemptypad {
	text-align:left;
	padding:15px 15px 15px 15px;
	z-index:150;
	clear:inherit;
}
.cartshippad {
	text-align:left;
	padding:15px 15px 15px 15px;
	z-index:150;
	clear:inherit;
	color: #666;
}
.carttotalpad {
	padding: 8px 25px 8px 15px;
	text-align: center;
}
#carttotalstable {
	color: #666;	
	margin-right: 10px;
}
.carttotaldiscount {
	color: #660000;
}
td.Button_v_width {
	background-color:#999;
	background-repeat:repeat-x;
	border:1px solid #999;
	padding:4px 16px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	/*width:135px;*/
	-moz-user-select: none;
}
td.Button_v_width_over {
	background-color:#666;
	background-repeat:repeat-x;
	border:1px solid #666;
	padding:4px 16px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	/*width:135px;*/
	-moz-user-select: none;
}

