/**
 * @version		$Id: component.php 16465 2010-04-26 01:46:24Z eddieajau $
 * @package		Joomla.Site
 * @subpackage	Templates.default
 * @copyright	Copyright (C) 2011 Arvin Pedregosa. All rights reserved.
 * @license		Commercial License
 *
 * Modules CSS - template styles for custom modules
 * default defined in layout css
 */

/*************************************************************************
 * Common
 */
/*************************************************************************
 * Full span footer and copyright info
 */

.moduletable_copyright {
	position: absolute;
	right: 40px; top: 42px;
}
.moduletable_copyright p {
	margin: 0; padding: 0;
    font: 10px/10px "Futura",Arial,Verdana,sans-serif !important;
    color: #000000;
}
.moduletable_copyright em {
	font-style: normal;
	color: #666633;
}

/* Shopping bag/mini-cart */
.vmCartModule {
    position: absolute;
    right: 40px;
    top: 39px;
}
.vmCartModule  div {
	display: inline-block;
	float: left;
	margin-left: 10px;
}
.vmCartModule .item-count {
	position: relative;
	top: -8px;
	padding-top: 8px;
	width: 22px; height: 16px;		
	text-align: center;
	line-height: 16px;
	background: transparent url(../images/sprites.png) -44px -228px no-repeat;
	overflow: hidden;
}
.vmCartModule .item-count a {
	font-size: 11px;	
	color: #FFFFFF;
}
.vmCartModule .shopping-bag {
	font: italic 14px/1.2em "IMFell",Palatino,"Times New Roman",serif;
    text-transform: lowercase;
}
.vmCartModule .shopping-bag a {
	color: #000000;
} 