/* Left hand side */

 /*
  * styles for search panel on defaults.css
  *
  */
#vs-searchbox-inner2 {
	background-color: #eaeaea;
}
table#group1 {
	border-bottom: 1px solid #ccc;
}

/* right hand side */
#rightcol {
	background-color: #eef2cf;
}
#rightcol label {
	text-decoration: none;
}

h2 {
	border: 0px solid blue;
	line-height: .7em;
	padding: 0px 0px 0px 20px;
}
p.resultsmessage {
	border: 0px solid blue;
	background-image: url("../gfx/right-arrow.gif");
	background-repeat: no-repeat;
	background-position: 20px 3px;
	float: left;
	padding: 0px 0px 5px 28px;
	width: 40%;
}
div.sorting {
	border: 0px solid green;
	float: right;
	padding: 0px 20px 15px 0px;
	position: relative;
	top: -4px;
	white-space: nowrap;
}
form#sortform p {
	border: 0px solid blue;
	float: left;
	margin-right: 5px;
}
form#sortform select#sort option {
	padding-left: 15px;
}

.noresults {
	background: #FFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 45%;
}

form#sortform input {
	float: left;
	margin: 0px;
}
form#selections {
	border: 0px solid blue;
	float: left;
	width: 100%;
}
.paging p {
	border: 0px solid blue;
	line-height: 1.45em;
	padding: 0px 15px 0px 0px;
	margin: 0px;
}
.compare-message {
	float: right;
	padding: 5px 20px 0px 2px;
	position: relative;
	top: 10px;
}
.compare-message#underform {
	clear: right;
	padding-bottom: 15px;
	top: 5px;
}
.compare-message input {
	background: transparent;
	background-image: url("../gfx/compare-button.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	color: #999;
	cursor: pointer;
	font-size: 0px;
	height: 23px;
	position: relative;
	text-align: left;
	width: 98px;
}
form#selections .paging label,
label {
	cursor: pointer;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
form#selections .paging input,
table#vs-searchresultstable td.submodels input {
	background: transparent;
	border: none;
	color: #fff;
	width: 0px;
}
#table-holder {
	border: 0px solid red;
	padding:  0 20px 0 20px;
}
#table-holder table#vs-searchresultstable {
	width: 100%;
}
#vs-searchresultstable{
clear:both
}
table td.description,
table td.submodels {
	padding: 4px 4px 4px 8px;
	vertical-align: middle;
}
table td.submodels p {
	/*white-space: nowrap;*/
}
table td.submodels p.submodel {
	font-weight: bold;
}
#rightcol table td.submodels label.showmore {
	text-decoration: underline;
}
table td.describe {
	padding-left: 10px;
	padding-right: 10px;
}

table tr.makemodel td {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	text-transform: uppercase;
}
/*
td.describe, label.describe,#vs-searchbox-inner2 label {
cursor: pointer;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	text-align: left;
}
label._sub{
cursor: pointer;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:.9em;
	text-decoration: none;
	text-align: center;
}
*/