/* Baron Custom Accessories - Catalog Page Style Sheet */
/* All associated graphics copyright 2006, Baron Custom Accessories */
/* Last Modified: July 25th, 2006 */

@import url(pagination.css);

div.searchtopleft {
	text-align: left;
	float: left;
	padding: 2px;
	margin: 0 0 18px 0;
}

div.searchtopmiddle {
	text-align: center;
	float: left;
	padding: 2px;
	margin: 0 0 18px 0;
	position: relative;
	top: -3px;
}

div.searchtopright {
	text-align: right;
	padding: 2px;
	margin: 0 0 18px 0; 
}

div.titleleft {
	text-align: left;
	float: left;
}

div.titleright {
	text-align: right;
}

div.productlineup {
	float: left;
	width: 25%;
	height: 170px;
}

div.productlineup img {
	border-style: solid;
	border-color: #999;
	border-width: 1px;
}

div.productlineup a {
	color: #333;
}

#choose_make {
	background-image: url(/images/choose-1.gif); 
	width: 177px;
	height: 116px;
	margin: 8px 8px 8px 7px;
	float: left;
}

#choose_make select {
	position: relative;
	top: 70px;
}

#choose_model {
	background-image: url(/images/choose-2.gif); 
	width: 218px;
	height: 116px;
	margin: 8px;
	float: left;
}

#choose_model select {
	position: relative;
	top: 70px;
}

#choose_submit {
	background-image: url(/images/choose-3.gif); 
	width: 145px;
	height: 116px;
	margin: 8px 0 8px 8px;
	float: left;
}

#choose_submit input {
	position: relative;
	top: 70px;
}

#nr_box {
	border: 1px Solid #ffb823;
	margin-top: -7px;
	background-color: #ffb823;
}

#nr_box h2 {
	font-size: 18px;
}

#nr_left {
	float: left;
	width: 335px;
	text-align: left;
	padding: 5px 7px 0 0;
	font-size: 14px;
	line-height: 24px;
}

#nr_right {
	float: right;
	width: 250px;
	margin-top: 7px;
}

#nr_right th {
	background-color: #333;
	color: #FFF;
}

#nr_right table {
	background-color: #333;
	width: 250px;
}

#nr_right td {
	background-color: #FFF;
	text-align: left;
}

.productlist {
	width: 20%;
	float: left;
}