/*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-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: #90AEAC;
	background-color: #FFFFFF;
	width: 295px;
	z-index:3001;
}

#alley_confirmation div.alley_content {
	width: 273px;
	padding: 10px;
}

#alley_confirmation div.alley_top {
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	font-size: 13px;
	padding: 5px 0px 15px 0px;
}

#alley_confirmation div.alley_row {
	border-bottom: 1px solid #DDDDDD;
	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,
#alley_confirmation div.alley_row div.photo img {
	width: 50px;
	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;
}
#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_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 {
	text-decoration: none;
}

#alley_confirmation_close {
	float: right;
	padding: 5px;
	cursor: pointer;
}

.separator {
	padding: 10px 0px !important;	
}
/**/
