/*=============================================================================
# Wg Advanced Minicart mod for Cs-cart by WebGraphiq
===============================================================================
# 2010/06/27 DL  v.2.0.14.001
# http://www.webgraphiq.com, webgraphiq@gmail.com
# Cs-cart version 2.0.x compatible
# (C)opyright 2003-2010 WebGraphiq, all rights reserved.
# @license - Copyrighted Commercial Software
# Full license at: http://www.webgraphiq.com/license.html
=============================================================================*/

.cart-text {
	padding: 7px 0;
	color: #65950e;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.cart-empty {
	height:100px;
	background: url('little_cart_empty.gif') no-repeat center;
}
.cart-empty p{
	color: red;
	font-size: 18px;
	font-weight: bold;
	padding-top:95px;
	text-align:center;
}
