/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.home-image {
	background: url(/media/content/home_image.jpg) top center no-repeat;
	border: 1px solid #C4C1BC;
	height: 300px;
	position: relative;
	margin-bottom:1em;
}
.home-image h3, .home-image div {
	background:url(../images/trans_white_75.png);
	color:#0A263C;
	left:300px;
	padding:.25em .5em;
	position:absolute;
	right:0;
	top:50px;
}

.home-image div	{ top:100px; }
.home-image a	{ color:#0A263C; }

.seitzeichen { text-align:center; }

.box-brands h4	{ background-image: url(../images/icon_asterick.gif); }
.box-partner h4	{ background-image: url(../images/icon_world.gif); }

.box-brands .content { background: #FFF; padding:10px 5px 5px 5px; overflow: hidden; }
.box-brands ul li { float: left; margin: 0 5px 5px 0; }

.box-info h4 { background-image: url(../images/icon_asterick.gif); }
.box-info ul {
	list-style:disc;
	margin-left:13px;
	margin-bottom:10px;
}

.seitzeichen { margin-bottom:10px; }

.price-box .price-excluding-tax { display:none; } 

.shopping-cart-collaterals .box-info .head,
.shopping-cart-collaterals .box-info .content {
	background:transparent;
	border-bottom:none;
	padding:0;
	margin:0;
}
.shopping-cart-collaterals .box-info .head { margin-bottom:.65em; }
.shopping-cart-totals { width:273px; }


/********************** Category listing */
.category-listing .categorycol { float: left; margin-bottom: 1em; margin-right:30px; padding:0;overflow: hidden; }
.category-listing .categorycol .image { float: left; margin-right: 12px; }
.category-listing .categorycol a {text-decoration:none; color:#000000;}
.category-listing .categorycol a:hover {text-decoration:underline;}



