* {
	padding:			0;
	margin:				0;
}

body {
	margin: 			0px;
	padding: 			0px;
	background: 	#ffffff;
	font-family:	Arial, Verdana;
	font-size: 		10px;
	background-image: url('../g/bg-tile.gif');
	background-color: #eeeeee;
	background-repeat: repeat-x;
}

img {
	border: none;
}

h1 {
	font-weight: bold;
	font-size: 13px;
	color: #2069b0;
	padding-bottom: 4px;
	line-height: 13px;
}

p, 
span {
	font-size: 12px;
	line-height: 12px;
	color: #464646;
}

table {
	border-collapse: collapse;
}

/** general layout **/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: left;
}

#page-container {
	width: 684px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#page-header {
	width: 683px;
	padding-top: 30px;
	line-height: 0;
}

#page-footer {
}

/** filtering **/
#category-filter-container {
	width: 683px;
}

#category-filters {
	padding-top: 6px;
	padding-bottom: 6px;
}

#category-filters div {
	margin-right: 20px;
	height: 22px;
}

.category-filter-selected {
	background-color: #a0a0a0;
}

.category-filter-selected a {
	color: #fff !important;
}

#category-filters h1 {
	color: #6d6d6d;
	font-size: 11px;
	line-height: 11px;
	margin-top: 5px;
}

#category-filters a {
	color: #393939;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 4px;
}

.category-filter-holder {
	width:8px; 
	height:22px; 
	display:block;
}

#offer-container {
	width: 683px;
}

.offer-list-item {
	width: 160px;
	margin-right: 14px;
	margin-top: 12px;
	float: left;
	cursor: pointer;
}

.offer-list-item-last {
	margin-right: 0px;
}

.offer-list-heading {
	background-image: url('../g/list-heading-back.jpg');
	background-repeat: no-repeat;
	width: 160px;
	height: 24px;
}

.offer-list-heading span {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	float: right;
	margin: 5px 11px 0 0;
}
