/**
 * Frontend page CSS styles
 *
 * Project: Tender.pro <br />
 * File: catalogue.css
 * 
 * @author Igor <igor@altsolution.net>
 * @package css
 */

.article h3 {
	margin: 3px 0px;
	line-height: 18px;
	padding-left: 5px;
}
.article h3 a {
	font-size: 15px;
}
.article h3 img {
	border: none;
	margin: 0 4px 0px 0px;
}

.article p.catsub {
	margin: 0;
	padding: 1px 0px 7px 14px;
	color:#5E5E5E;
	font-size:11px;
	line-height:16px;
	text-indent:0;
}
.catsub a, .catsub a:hover {
	background-image:url(../images/icons/icon_cat2.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	color:#5E5E5E;
	padding-left:13px;
}
.catsub a {
	text-decoration: none;
}
.catsub a:hover {
	text-decoration: underline;
}

.catsub .divider {
	background-image:url(../images/icons/catsub_divider.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	clear:none;
	display:inline;
	padding:0 4px 0 3px;
}
.catsub .numbers {
	color: #f27019;
	font-size: 10px;
	display: inline;
	display: none; /* temporary hiding */
	clear:none;
}

.catItem .catItemSub {
	display: none;	
}
.catItem .catItemLink, .catItem .catItemLink:hover {
	color: #D90D15;	
	background-image: none;
	white-space: nowrap;
}
