/* CSS Document */
.products-groupinfo {
		border-bottom:3px solid #EDCE00;
		margin-bottom:10px;
		padding-bottom:5px;
}
.products-groupinfo table td {
	vertical-align: top;
	padding:0px;
}
.products-groupinfo-image {
	margin-left:0px;
	margin-right:10px;
	margin-bottom:5px;
	text-align:center;
}
.products-groupinfo-name {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.products-groupinfo-desc {
	color:#46444F;
}

.products-list {
	
}

.products-list a {
	font-weight:bold;
	line-height:20px;
}

.products-list table {
	width:100%;
}

.products-list-item-image {
	width:90px;
	padding-right:5px;
	text-align:center;
}
.products-list-item {
	padding-bottom:10px;
	border-bottom:1px solid #E4E4E4;
	padding-top:10px;
	clear:both;
}
.products-list-item td {
	vertical-align:top;
}

.products-list-item-name {
	border-bottom:2px solid #A9192D;
	padding-bottom:5px;
	margin-bottom:10px;
}

.products-list-item-price {
	font-size:14px;
	font-weight:bold;
}
.products-list-item-name a {
	font-size:15px;
	font-weight:bold;
}

.products-list-item-name a:hover {
	text-decoration:none !important;
}

.products-list-pager-pages {
	clear:both;
	margin-bottom:5px;
	float:right;
}

.products-list-pager-pages a, .products-list-pager-pages span {
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-left:3px;
	text-align:center;
	background-color:#EFEFEF;
	border:1px solid #E4E4E4;
	vertical-align:middle;
}
.products-list-pager-pages span {
	padding-top:3px;
	height:17px;
}
.products-list-item-desc {
	color: #46444F;
	margin:0px;
	margin-bottom:5px;
}

.products-list-item-desc p {
	margin:0px;
	margin-bottom:5px;
}
