h2 { color: #048CC4; margin-bottom: 10px; font-size: 1.5em; }

p { text-align: justify; }

.promo-info h2, .news-block h2
{
	font-size: 1em;
}

/*********************************************************/
/*                     Shoppig Cart                      */
/*********************************************************/

#cart-info p
{
	font-size: 1em;
	text-align: right;
	color: #959595;
}

.nr-products
{
	font-size: 1.8em;
	color: #96C702;
	font-weight: bold;
}

#shopping-cart .cart-price
{
	font-size: 1.4em;
	color: #048CC4;
	font-weight: bold;
}

/*********************************************************/
/*                   End Shoppig Cart                    */
/*********************************************************/


/*********************************************************/
/*                       Footer                          */
/*********************************************************/

#footer-content p
{
	font-size: 1em;
	color: white;
}

.copy
{
	color: #A0DF25;
	font-weight: bold;
}

#powered
	{
		display: block;
		width: 97px;
		height: 32px;
		position: absolute;
		top: -32px;
		right: 100px;
	}


#powered a:link, #powered a:visited
{
	display: block;
	width: 97px;
	height: 32px;
	text-indent: -9999px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/powered2.png');
	cursor: pointer;
}

html>body #powered a:link, html>body #powered a:visited
{
	background: url(../images/powered2.png) left top no-repeat transparent;
}

/*********************************************************/
/*                     End Footer                        */
/*********************************************************/
