/*Soft Add To Cart*/
#alley_confirmation .clearfloat {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
}

#alley_confirmation,
#alley_confirmation div,
#alley_confirmation img {
	margin: 0;
	padding: 0;
	border: 0px none #000000;
}

#alley_confirmation,
#alley_confirmation a,
#alley_confirmation a:hover,
#alley_confirmation a:visited {
	color: #000000;
	font:12px/18px arial,helvetica,sans-serif;
	text-decoration: none;
}

#alley_confirmation a:hover {
	text-decoration: underline;
}

#alley_confirmation {
	background-color: #ffffff;
	width:353px;
	border:1px solid #bbbbbb;
	box-shadow:0 4px 5px #d0ccc1;
	z-index: 2001;
}

#alley_confirmation div.alley_content {
	background-color: #ffffff;
	width:339px;
	padding:3px 6px 6px;
	border:1px solid #ffffff;
}

#alley_confirmation div.alley_top {
	font-size: 13px;
	text-align: left;
	padding:8px 0 7px 6px;
	border-bottom:1px solid #d0d0d0;
}

#alley_confirmation div.alley_row {
	width:334px;
	padding:0 1px 3px 8px;
	border-bottom:1px solid #d0d0d0;
}

#alley_confirmation div.alley_row:last-child {
	border-bottom:0;
}

#alley_confirmation div.alley_row div.photo,
#alley_confirmation div.alley_row div.info,
#alley_confirmation div.alley_row div.name {
	float: left;
}

#alley_confirmation div.alley_row div.qty {
	float: right;
	text-align: right;
	width: 38px;
	padding:18px 0 0;
}

#alley_confirmation div.alley_row div.line_total {display:none;}

#alley_confirmation div.alley_row div.remove_from_cart {display:none;}

#alley_confirmation div.alley_row div.photo,
#alley_confirmation div.alley_row div.photo img {
	width:100px;
	height:100px;
}

#alley_confirmation div.alley_row div.info {
	width:229px;
}
#alley_confirmation div.alley_row div.name {
	width:155px;
	padding:18px 18px 0;
}
#alley_confirmation div.alley_row div.name a,
#alley_confirmation div.alley_row div.name a:hover,
#alley_confirmation div.alley_row div.name a:visited {	
}

#alley_confirmation div.alley_bottom {
	padding:12px 0 0;
}

#alley_confirmation div.alley_bottom div.checkout,
#alley_confirmation div.alley_bottom div.separator,
#alley_confirmation div.alley_bottom div.continue {
	text-align: center;
	padding: 0 0 10px;
}

#alley_confirmation div.alley_bottom div.separator {
	float:none;
}

#alley_confirmation div.alley_bottom div.continue {
	cursor: pointer;
}

#view_cart_text_right span a,
#view_cart_text_right span a:hover,
#view_cart_text_right span a:visited {
	color: #F1F3E9 !important;
	text-decoration: none;
}

#alley_confirmation_close {
	float: right;
	padding: 5px;
	cursor: pointer;
}
#alley_overlay {
	position: fixed !important;
	background: url(/v/thalia/images/black-70.png) repeat transparent scroll 0 0;
	z-index: 1000;
}