@charset "utf-8";
/* ------------------ LISTING PAGE SPECIFIC */
.paging {
	float: left;
	display: inline;
	width: 691px;
	margin: 0 0 0 17px;
	background: #ededed url(../../images/panels/paging-top.gif) no-repeat;
}
.paging .content {
	float: left;
	width: 681px;
	padding: 5px 5px 4px 5px;
	background: url(../../images/panels/paging-bottom.gif) bottom left no-repeat;
}
.paging .content .showing {
	float: left;
	width: 460px;
	padding: 4px 0 0 10px;
	font-weight: bold;
	color: #7a7a7a;
	font-size: 1.1em;
}
.paging .content .buttons {
	float: left;
	width: 211px;
	text-align: right;
}
#listingcontainer {
	float: left;
	width: 722px;
	padding: 0 0 10px 0;
}
#listingcontainer .row {
	float: left;
	display: inline;
	width: 715px;
	margin: 11px 0 0 7px;
}
#listingcontainer .row .product {
	float: left;
	display: inline;
	width: 165px;
	margin: 0 0 0 10px;
	background: url(../../images/panels/product-box-top.gif) no-repeat;
}
#listingcontainer .row .product .content {
	float: left;
	width: 144px;
	padding: 10px 10px 0 11px;
	background: url(../../images/panels/product-box-bottom.gif) bottom left no-repeat;
}
#listingcontainer .row .product .content .image, #listingcontainer .row .product .content .image img {
	float: left;
	width: 144px;
}
#listingcontainer .row .product .content .name {
	float: left;
	width: 144px;
	padding: 5px 0 7px 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
#listingcontainer .row .product .content .name a {
	color: #0b56a7;
}
#listingcontainer .row .product .content .name a:hover {
	color: #000;
}
/* ------------------ Download Page */
.downloaditem {
	float: left;
	width: 680px;
	padding: 10px 0 0 30px;
}
.downloaditem .icon {
	float: left;
	width: 35px;
}
.downloaditem .content {
	float: left;
	width: 645px;
	padding: 6px 0 0 0;
}