.yagCartSummaryContainer {
	margin-bottom: 5px;
	font-size: 1.1em;
}
.yagCartIcon {
	float: left;
	padding-right: 8px;
}
.yagCartSummary {	
	float: left;
	margin-right: 10px;
	width: auto;
}
.yagCartSummary .yagCartTotalProducts {
	display: block;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 4px;
}
.yagCartSummary .yagCartTotalPrice {
	font-weight: bold;
}
.yagCartSummary .yagCartViewCart {
	display: block;
	margin-top: 10px;
}
.yagAjaxCartProductlistSwitch {
	text-align: center;
}
.yagCartProductlist {
	display: none;
	position: absolute;
	z-index: 13;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 6px 0 6px;
	padding: 4px;
	width: 300px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
}
.yagCartProductlist ul {
	list-style-type: none;
}
.yagCartProductlist ul li {
	margin-bottom: 12px;
}
.yagCartProductlist ul li:hover {
	background-color: #eee;
}
.yagCartProductThumb {	
	float: left;	
}
.yagCartProductThumb img {	
	margin-right: 10px;	
}
.yagCartProductPriceContainer {
	float: left;
}
.yagCartProductDeleteContainer {
	float: right;
	padding-top: 10px;
}
.yagCartProductDeleteContainer img {
	cursor: pointer;
}
.yagCartProductName {
	display: block;
	padding-bottom: 4px;
}
.yagCartProductPrice {
	display: block;
	font-size: 0.9em;	
}
.yagProductlistClose {
	text-align: right;
	margin-top: 6px;
}
.yagProductlistClose img {
	cursor: pointer;
}

.yagFadeIn {
	display: none;
}
.yagCartHiddenProductId {
	display: none;
}
.yagAjaxCartMovingProduct {
	opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position: absolute;
	background-color: #ddd;
	z-index: 1000;	
}

#yagAjaxCartMessage {
	display: none;
	position: fixed; 
	top: 15px; 
	right: 50px; 
	height: auto; 
	width: auto; 
	background: #000; 
	color: #ddd; 
	padding: 20px 50px; 
	text-shadow: 0px 0px 3px #000; 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	-moz-opacity:0.9; 
	-webkit-opacity:0.9; 
	opacity:0.9; 
	z-index: 10; 
}

.yagGreen {
	color: green;
}
.yagCartClear {
	clear: both;
}