

/* This is all the CSS that effects the listing page */

.fpws_brief_list_0{  /* This is the brief listing box that gest shown first */
	background-color:#d4d4d4;
}
.fpws_brief_list_1{ /* This is the brief listing box that gets shown second */
	background-color:#e9e9e9;
}
.fpws_brief_list_0, .fpws_brief_list_1{ /* settings that apply to both */
	width:100%;
}
.fpws_brief_image { /* small image holder */
	width:80px;
}
.fpws_brief_image img{ /* small image holder */
	border:1px solid #000000;
	padding:3px;
}
.fpws_brief_kms {
	width:80px;
	font-style:italic;
}
.fpws_brief_price {
	font-weight:bold;
	width:80px;
}
.fpws_brief_text { /* small text displayed under product name */
	color:#7f7f7f;
}
.fpws_brief_name a{ /* Car name/link */
	text-decoration:none;
	font-weight:bold;
	color:#b6181d;	
}
.fpws_brief_name a:hover{/* Car name/link  Hover*/
	text-decoration:underline;
}
.fpws_brief_links a{ /* Smaller links at bottom */
	text-decoration:none;
	font-weight:bold;
	color:#b6181d;
	font-size:.8em;
}
.fpws_brief_links a{ /* Smaller links at bottom hover*/
	text-decoration:underline;
}



/* This is all the CSS effects the view car page */
.fpws_view_car{
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
}
.fpws_car_name{
	background-color:#670e10;
	font-weight:bold;
	color:#ffffff;
	font-size:1.2em;
}
.fpws_detail_row_0 { /*Alternating row colours for details */
	vertical-align:top;
	background-color:#dadada;
}
.fpws_detail_row_1 { /*Alternating row colours for details */
	vertical-align:top;
	background-color:#ffffff;
}
.fpws_car_main_heading{ /* Formatting for Details/Summer/Features */
	font-weight:bold;
	color:#691616;
}
.fpws_car_heading { /*detail heading */
	width:120px;
	font-weight:bold;
}
.fpws_return_link a{
	color:#c92929;
	text-decoration:none;
}
.fpws_thumb_holder { /* Thumbnaiol holder */
	text-align:center;
}
.fpws_thumb_holder img{ /* Thumbnaiol holder */
	border:1px solid #000000;
	padding:2px;
	margin-right:10px;
	background-color:#ffffff;
}


