#area3 {
	width:					980px;
	height:					auto;
	float:					left;
	background-color:		#FFFFFF;
	background-image:		url('/Content/frontend/images/subcats_bg.jpg');
	background-repeat:		repeat-x;
	background-position:	bottom;
	margin-left:			5px;

	/* IE6 Styles */
		_margin-left: 2px;
		_height: 136px;
		_overflow: none;
	/* End */
}

#items {
	width:			847px;
	padding:		5px 0px 0px 10px;
	line-height:	150%;
	height:			auto;
	float: 			left;
	background-color: #FEFEFE;
	background-image:		url('/Content/frontend/images/subnavitems_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
	margin-left: 3px;
	position: relative;
}

#subcatnavigation {

}

.itemsColumn {
	float:		left;
	height:		auto;
	width:		167px;
	padding-bottom: 10px;
}

.itemsColumn a {
	height: 16px;
	width: 162px;
	position: absolute;
	overflow: hidden;
}

.catColumn {
	float: left;
	width: 103px;
	height: 54px;
	border-right: solid 1px #E1E1E1;
	margin-top: 5px;
	margin-left: 13px;
}

.filterBlock {
	float: left;
	width: 178px;
	height: 127px;
	background-image: url('/Content/frontend/images/filter_background.png');
	padding-top: 5px;
	margin-right: 5px;

	/* IE6 Styles */
		_width: 171px;
	/* End */

}

.filterBlockBig {
	float: left;
	width: 310px;
	height: 127px;
	background-image: url('/Content/frontend/images/filter_big_background.png');
	padding-top: 5px;

	/* IE6 Styles */
		_width: 294px;
	/* End */

}

.filterBlock .rubTitle, .filterBlockBig .rubTitle {
	margin-left: 13px;
}

.filterItems {
	margin-left: 3px;
	margin-right: 4px;
	border-top: 12px solid transparent;
	line-height: 200%;
	overflow: auto;
	height: 90px;

	/* IE6 Styles */
		_width: 100%;
		_border: none;
		_padding-top: 5px;
		_overflow: scroll;
	/* End */
}

.filterItems a {
	margin-left: 9px;
}

.filterBlock .filterItems .filterItem {
	width: 154px;
}

.filterBlockBig .filterItems .filterItem {
	width: 285px;
}

.filterItems .filterItem {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
}

.filterItems .selected {
	background-color: #E5DC39;
}

.borderleft {
	background-image:		url('/Content/frontend/images/subnavitemsleft_bg.gif');
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 127px;
	width: 10px;
}

.borderright {
	background-image:		url('/Content/frontend/images/subnavitemsright_bg.gif');
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 127px;
	width: 10px;
}

.rubTitle {
	float: left;
}

.itemTitle {
	margin-left: 9px;
	float: left;
}

.cross {
	float: right;
	position: relative;
	border: 0px;
	margin-top: 2px;
	margin-right: 12px;
	height: 10px;
	width: 10px;
}

.filterItem .cross {
	margin-top: 7px;
}

.filterItem .inputField {
	width: 75px;
}

.tableHead {
	background-image:		url('/Content/frontend/images/tablehead_bg.gif');
	background-repeat:		repeat-x;
	font-weight: bold;
	color: #3C4453;
	line-height: 31px;
	height: 31px;
}

.tableHead a {
	color: #3C4453;
	text-decoration: none;
}

.tablerow {
	height: 				88px;
	padding-top:			7px;
}

.tablerow td, .graytablerow td {
	border-bottom:			solid 1px #DBDBDB;
	padding-top:			7px;
}

.graytablerow {
	height: 				88px;
	background-image:		url('/Content/frontend/images/graytablerow_bg.gif');
	background-repeat:		repeat-x;
	background-position:	middle;
	border-bottom:			solid 1px #DBDBDB;
}

.pictureitem, .graypictureitem {
	float: left;
	text-align: center;
	width: 194px;
	height: 160px;
	padding: 5px;
	padding-top: 8px;
}

#footPaging {
	clear: both;
}

#map_canvas {
	height: 900px;
	width: 816px;
}

.graypictureitem {
	background-color: #E5E5E5;
}

.summary {
	margin-top: 10px;
	font-size: 10px;
}

.resultsTable {
	width: 100%;
	clear: both;
}

.resultsTable .thumb {
	border: solid 1px #DCDCDC;
	background-color: #FFF;
	padding: 1px;
}

.iteminfo {
	clear: both;
}

.tableHead .result {
	padding-left: 8px;
}

td.priceColumn {
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	padding-right: 5px;
}

td.pictureColumn {
	vertical-align: top;
	padding-left: 5px;
}

td.descColumn {
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}

td.dateColumn {
	vertical-align: top;
	font-size: 10px;
	width: 75px;
}

td.cityColumn {
	vertical-align: top;
	font-size: 10px;
	width: 70px;
}

td.optionsColumn {
	vertical-align: top;
	text-align: center;
	width: 100px;
}

td.optionsColumn .blueButton {
	margin-top: 6px;
}

td.optionsColumn .numViewed {
	margin-top: 10px;
}

#footPaging {
	margin-top: 15px;
}

.numClass {
	float: right;
	font-size: 10px;
	color: #727171;
	margin-right: 5px;
}

.numClass .text {
	float: left;
	line-height: 23px;
	margin-right: 5px;
}

.numClass select {
	float: left;
}

.noresults {
	margin-left: 10px;
}

#footPaging a {
	position: relative;
	float: left;
	height: 20px;
	line-height: 20px;
	background-color: #4A5262;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#footPaging a:hover, #footPaging .selected {
	background-color: #DED535;
}

#footPaging .first {
	width: 20px;
	line-height: 16px;
	margin-right: 4px;
}

#footPaging .previous {
	width: 85px;
	margin-right: 3px;
}

#footPaging .number {
	margin-left: 1px;
	width: 20px;
}

#footPaging .next {
	width: 85px;
	margin-left: 4px;
}

#footPaging .last {
	width: 20px;
	line-height: 16px;
	margin-left: 4px;
}

#footPaging .spacer {
	background-color: #4A5262;
	float: left;
	color: #FFFFFF;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
	margin-left: 1px;
}

#topPaging {
	float: right;
	margin-right: 10px;
}

#topPaging a {
	height: 20px;
	line-height: 20px;
	color: #7D7D7D;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}

#topPaging .selected {
	font-weight: bold;
}

#topPaging .spacer {
	color: #7D7D7D;
	line-height: 20px;
	height: 20px;
	text-align: center;
}

#topNumResults {
	float: left;
	font-size: 11px;
	margin-left: 20px;
}

.numViewed {
	font-size: 10px;
	color: #ACACAC;
}

#tabs {
	font-weight: bold;
	color: #3C4453;
}

#tabs a {
	text-decoration: none;
	color: #3C4453;
}

#tabs img {
	border: none;
}

.tab, .tabopen {
	float: left;
	height: 29px;
	margin-right: 4px;
	cursor: pointer;
}

.tableft {
	float: left;
	width: 5px;
	height: 29px;
	background-image: url('/Content/frontend/images/tab_left.png');
	background-repeat: no-repeat;
}

.tabcenter {
	float: left;
	height: 29px;
	background-image: url('/Content/frontend/images/tab.png');
	background-repeat: repeat-x;
	line-height: 25px;
	padding-right: 5px;
}

.tabcenter img {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}

.tabright {
	float: left;
	width: 5px;
	height: 29px;
	background-image: url('/Content/frontend/images/tab_right.png');
	background-repeat: no-repeat;
}

.tabopen .tableft, .tab:hover .tableft {
	background-image: url('/Content/frontend/images/tab_left_open.png');
}

.tabopen .tabcenter, .tab:hover .tabcenter {
	background-image: url('/Content/frontend/images/tab_open.png');
}

.tabopen .tabright, .tab:hover .tabright {
	background-image: url('/Content/frontend/images/tab_right_open.png');
}

#bigImageHolder {
	clear: both;
	margin-left: 10px;
	float: left;
}

#bigImageHolder table {
	margin-left: -3px;
}

#bigImageHolder .smallImage {
	width: 72px;
	height: 54px;
	cursor: pointer;
	border: 1px solid #DBDBDB;	
}

#bigImageHolder .arrow {
	background-image: url('/Content/frontend/images/picturearrow.png');
	background-position: bottom;
	width: 74px;
	height: 21px;
	position: relative;
	top: 76px;
}

#bigImage {
	clear: both;
}
