#objListHeader {
}
#objListHeader_left {
	font-size:12px;
}
#objListHeader_right {
	font-size:12px;
	text-align:right;
}
#objListHeader_ctgHits {
	padding:3px 0 5px 0;
	font-size:11px;
}
/*OBJECT CARD*/
a.oc:link
,a.oc:visited
,a.oc:hover {
	color:black;
	text-decoration:none;
}
div.obhld {
	float:left;
	width:164px;
	height:204px;
	margin:0 7px 7px 0;
	position:relative;
	cursor:pointer;
}
div.obhld_missing {
	display:none;
	/* just to avoid object card being included in cards array (getElementByClassName) */
}
div.obcr
,div.obcr_1
,div.obcr_2
,div.obcr_3 { /* object card, 1=private, 2=company, 3=MMS */
	width:164px;
	height:204px;
	position:relative;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.obcr
,div.obcr_1
,div.obcr_3 { /* object card */
	border-color:#999;
	background-image:url(../graphic/stripes.png);
}
div.obcr_2 { /* object card */
	border-color:#999;
	background-image:url(../graphic/stripes.png);
}
/*object card image holder 0=not vehicle, 1=vehicle then 1=private, 2=company, 3=MMS */
div.oihld_0_1
,div.oihld_1_1
,div.oihld_0_2
,div.oihld_1_2
,div.oihld_0_3
,div.oihld_1_3 {
	width:164px;
	margin:0 0 0 0;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
}
div.oihld_0_1
,div.oihld_1_1
,div.oihld_0_3
,div.oihld_1_3 {
	background-image:url(../graphic/noPhoto.png);
}
div.oihld_0_2
,div.oihld_1_2 {
	background-image:url(../graphic/noPhoto.png);
}
div.oihld_0_1
,div.oihld_0_2
,div.oihld_0_3 {/*not vehicle*/
	height:130px;
}
div.oihld_1_1
,div.oihld_1_2
,div.oihld_1_3 {/*vehicle*/
	height:92px;
}
/*object card image*/
div.oi_0
,div.oi_1 {
	cursor:pointer;
	width:164px;
	background-position:center;
	background-repeat:no-repeat;
	margin:0 0 0 0;
}
div.oi_0 {/*not vehicle*/
	height:130px;
}
div.oi_1 {/*vehicle*/
	height:92px;
}
div.ofi
,div.ofa { /*object favourite inactive/active*/
	position:absolute;
	top:0;
	left:1px;
	cursor:pointer;
	width:18px;
	height:18px;
	background-repeat:no-repeat;
}
div.ofi { /*object favourite inactive*/
	background-image:url(../graphic/icon/18/bookmark_off.png);
}
div.ofa { /*object favourite active*/
	background-image:url(../graphic/icon/18/bookmark_on.png);
}
div.oim_n { /*object image next*/
	position:absolute;
	left:144px;
	width:20px;
	height:20px;
	cursor:pointer;
	top:0;
	background-image:url(../graphic/photo_next_corner.png);
}
div.ochl_1
,div.ochl_2
,div.ochl_3 {/*object card headline, 1=private, 2=company, 3=MMS */
	cursor:pointer;
	padding:2px 3px 2px 3px;
	font-weight:bold;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
}
div.ochl_1
,div.ochl_3 {
	background-color:#777;
	color:white;
}
div.ochl_2 {
	background-color:#777777;
	color:white;
}
div.ocmt_0
,div.ocmt_1 {/*object card main text vehicle/notVehicle*/
	overflow:hidden;
	color:black;
	text-decoration:none;
	cursor:pointer;
}
div.ocmt_0 {/*object card main text notVehicle*/
	height:41px;
}
div.ocmt_1 {/*object card main text vehicle*/
	height:79px;
}
div.ocd_0
,div.ocd_1 {/*object card description*/
	margin:2px 3px 0 3px;
	font-weight:normal;
	font-size:10px;
	line-height:12px;
	color:black;
	text-decoration:none;
	cursor:pointer;
}
table.ocbt { /*object cart bottom table*/
	height:18px;
	overflow:hidden;
	cursor:pointer;
}
div.ocf {/*object card footer*/
	padding:1px 3px 0 3px ;
	cursor:pointer;
}
div.occc {/*object card county & category*/
	font-weight:normal;
	font-size:9px;
	height:12px;
	color:#000;
	overflow:hidden;
	line-height:10px;
	text-decoration:none;
	cursor:pointer;
}
span.occ {/*object card county*/
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}
td.ocdt {/*object card date time*/
	padding:2px 3px 0 3px;
	font-weight:bold;
	font-size:11px;
	height:12px;
	color:#000;
	overflow:hidden;
	line-height:10px;
	text-decoration:none;
}
span.ocdtl { /*object card date time label*/
	font-size:9px;
	font-weight:bold;
}
td.ocp {/*object card price*/
	padding:2px 3px 0 3px;
	vertical-align:top;
}
div.ocp {
	font-weight:bold;
	font-size:14px;
	color:#C00;
	text-decoration:none;
	float:right;
}
div.ocsa { /* object sale arrow */
	float:right;
	width:12px;
	height:12px;
	background-image:url(../graphic/icon/12/saleArrow.png);
	background-repeat:no-repeat;
	margin:2px 4px 0 0;
}
td.oci {/*object card image*/
	padding:2px 3px 0 3px;
	font-weight:normal;
	font-size:10px;
	vertical-align:bottom;
	color:black;
	text-decoration:none;
}
#showMoreBox {
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image:url(../graphic/stripes.png);
	padding:6px;
	float:left;
	margin:10px 0 0 0;
	display:none;
	text-align:center;
	cursor:pointer;
}
#showMoreText
,#showMoreAmount {
	font-size:18px;
	font-weight:bold;
}

