/**
 * @version   $Id: subscriptions.php 71 2010-09-29 15:21:18Z shumisha $
 * @package   Subscriptions
 * @copyright Copyright (C) 2010 - Anything Digital. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * Subscriptions is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 */
div.subscriptions-mod-cart {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

div.subscriptions-mod-cart-items-count {
	float: left; 
	font-size : 13px;
	font-weight: bold;
	line-height:18px;
	vertical-align:middle;
	padding-left: 10px;
}

div.subscriptions-mod-cart-value {
	float: right;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	line-height:18px;
	vertical-align:middle;
	padding-right: 10px;
}

div.subscriptions-mod-cart-view-cart-button {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}

div.subscriptions-mod-cart-view-cart-button form {
  text-align: center;
}

input.subscriptions-mod-cart-loading {
  background: none;
  border: none;
  background-image: url(../images/sh-ajax-loader-wide.gif);
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  overflow: hidden;
  width: 120px;
  text-indent: -1000px;
  font-size: 18px;
  line-height: 18px;
}

