#alley_confirmation .clearfloat {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
}

/*Soft Add To Cart*/
#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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

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

#alley_confirmation {
	border-width: 1px;
	border-style: solid;
	border-color: #44a43a;
	background-color: #ffffff;
	width: 295px;
	/*height: 55px;
	overflow: hidden;*/
	z-index: 100;
}

#alley_confirmation div.alley_content {
	border-width: 1px;
	border-style: solid;
	border-color: #ecf6ec;
	background-color: #ffffff;
	width: 273px;
	padding: 10px;
}

#alley_confirmation div.alley_top {
	border-bottom: 1px solid #acacac;
	text-align: center;
	font-size: 13px;
	padding: 5px 0px 15px 0px;
}

#alley_confirmation div.alley_row {
	border-bottom: 1px solid #acacac;
	padding: 4px 2px 2px 4px;
	width: 267px;
}

#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;
	width: 45px;
	text-align: right;
}

#alley_confirmation div.alley_row div.photo {
	width: 50px;
	/*height: 56px;*/ /* height must include the padding on the row */
}
#alley_confirmation div.alley_row div.photo img {
	max-width: 50px;
	max-height: 50px;
}

#alley_confirmation div.alley_row div.info {
	width: 217px;
}
#alley_confirmation div.alley_row div.name {
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	width: 156px;
	text-align: left;
}
#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 {
	font-weight: bold;
}
#alley_confirmation div.alley_row div.name a,
#alley_confirmation div.alley_row div.name a:visited {
	color: #387B3B;
}
#alley_confirmation div.alley_row div.name a:hover {
	color: #6A6754;
}

#alley_confirmation div.alley_bottom {
	padding-top: 10px;
}

#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: 5px 0px 5px 0px;
}

#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;
}
/**/