/**
* @Enterprise:	S&S Media Solutions
* @author:	 Eugen Stranz
* @url:	 http://www.joomla-virtuemart-designs.com
* @copyright:	Copyright (C) 2008 - 2009 S&S Media Solutions
* @license: Commercial, see LICENSE.php
* @product:	Mainpage Easy Shopping - Virtuemart Theme
* @version:	1.1
*/

/* Mainbody Style */
.ssmed_mainpage_product_categories_content {
	margin:5px 4px 0px 4px;
	border-bottom: 2px solid #f8f9fa;
	}

/* Category Title Style */
.category_name {
	border: 1px solid #f8f9fa;
	background: #f8f9fa url(../../../images/shop_mainpages/mainpage_easy_shopping/ssmed_category_title_grey.png) bottom repeat-x;
	min-height:18px;
	padding:3px 0px 3px 0px;
	margin-bottom:8px;
	}

.ssmed_mainpage_product_categories_content a, .ssmed_mainpage_product_categories_content a:active, .ssmed_mainpage_product_categories_content a:focus {
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-size:12px;
	}

.ssmed_mainpage_product_categories_content a:hover {
	color:#CCC;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	}