
/**
 * Der Modulprogrammierer - Vinai Kopp, Rico Neitzel GbR
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the
 * Der Modulprogrammierer - COMMERCIAL SOFTWARE LICENSE (v1.0) (DMCSL 1.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://www.der-modulprogrammierer.de/licenses/dmcsl-1.0.html
 *
 *
 * @category   DerModPro
 * @package    DerModPro_FeatureCategories
 * @copyright  Copyright (c) 2009 Der Modulprogrammierer - Vinai Kopp, Rico Neitzel GbR
 * @license    http://www.der-modulprogrammierer.de/licenses/dmcsl-1.0.html (DMCSL 1.0)
 */
.featurecat-block .category {
	float:left;
	width:235px;
	min-height:320px;
	padding-bottom:9px;
	background-image: url(../images/featurecat_bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}
.featurecat-block .category .label {
	font-weight:bold;
	text-align:center;
	margin:0 0 5px 0;
	font-size:14px;
	padding:5px 0;
	background-image: url(../images/featurecat_bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.featurecat-block .price-box { margin-bottom:8px; }
.featurecat-block .price-box .label { background:0; font-size:9px; }
.featurecat-block .price-box .price {
	font-size:12px;
	color:#666666;
	font-weight: normal;
}
.featurecat-block .price-box .price-inc {
	font-size:23px;
	color:#62B522;
	font-weight: bold;
}
.featurecat-block .category .label a { color:#fff; }
.featurecat-block .category .subcategories { float:left; width:95px; margin-left:5px; }
.featurecat-block .category .subcategories ul li { list-style:square; }
.featurecat-block .category .subcategories ul { margin-left:15px; color:#0093d1; text-indent:-5px; }
.featurecat-block .category .subcategories li { padding-left:4px; font-size:12px; }
.featurecat-block .category .featured-product {
	float: left;
	border-left:1px solid #b3d4e3;
	width:129px;
	text-align:center;
	margin-bottom: 28px;
}
.featurecat-block .category .featured-product .product-name { background:0; margin-top:4px; height:40px; vertical-align:top; line-height:14px; font-size:11px; overflow:hidden; }
.featurecat-block .category .featured-product .product-name a { color:#333; }
.featurecat-block .add-to-cart-box .button {
	margin:auto;
	padding-bottom: 5px;
	background-image: url(../images/button_new.jpg);
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.featurecat-block .add-to-cart-box { text-align:center; width:100%; }

.featurecat-block .featuredcategory {
	float:left;
	width:215px;
	height:350px;
	background-image: url(../images/featureprod_bg.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: -23px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}

.featurecat-block .featuredcategory .product-name {
	padding:10px;
	float: left;
	clear: both;
}
.featurecat-block .featuredcategory .product-image {
	float: left;
	clear: both;
	margin-left: 18px;
}
.featurecat-block .featuredcategory .price-box {
	margin-bottom:13px;
	clear:both;
	height: 50px;
}