@charset "utf-8";
/* CSS Document */

.newbikes-layout{
	width:940px;

}
.newbikes-layout-categories{
	width:225px;
	float: left;
	padding: 5px;

}
.newbikes-results-image{
	width:940px;
	float: left;

}
.newbikes-results-bike-container{
	width:220px;
	float: left;
	margin: 5px;
}

.newbikes-results-bike-image{
	width:100%;
	float: left;

}
.newbikes-results-bike-heading{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px;
	font-size: 13px;
	height: 16px;
}
.newbikes-results-bike-data{
	padding: 5px;

}
.newbikes-results-cat-heading{
	width:930px;
	float: left;
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	background-color: #CCCCCC;

}

a.newbikes, a.newbikes:link, a.newbikes:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.newbikes:hover {
	color: #999999;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
/* print view bike page*/

#print-view-actions{}

#print-view-images{}

#print-view-specification{
	padding: 5px;
}

#print-view-label{
	font-size: 13px;
	color: #999999;
	background-color: #E3E3E3;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	padding-left: 3px;
}

#print-view-data{
	padding-left: 3px;
}

#print-view-description{
	padding: 5px;
}

#print-view-features{
	padding: 5px;
}

#print-view-dealerdifference{
	padding: 5px;
}

#print-view-address{
	padding: 5px;
}
/* new view bike page*/

#new-view-actions{
	background-color: #E3E3E3;
	height: 30px;
	padding-top: 5px;
}
/* Print Details Button*/

#new-view-print-button {
	background-image: url(../images/readarticle_button.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 30px;
	float: left;
	margin-left: 0px;
}	
#new-view-print-button a.printdetails{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
}	

#new-view-print-button a.printdetails:hover {
	color: #999999;
	background-image: url(../images/readarticle_button_over.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-decoration: underline;
}	

/* Contact Us about this bike Button*/

#new-view-contactus-button {
	background-image: url(../images/nav_button.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 30px;
	float: left;
}	
#new-view-contactus-button a.contactus{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-top: 5px;
}	

#new-view-contactus-button a.contactus:hover {
	color: #999999;
	background-image: url(../images/nav_button_over.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-decoration: underline;
}

/* Prevoius Page Button*/

#new-view-previous-button {
	background-image: url(../images/previous_search_button.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 30px;
	float: left;
}	
#new-view-previous-button a.previous{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-top: 5px;
}	

#new-view-previous-button a.previous:hover {
	color: #999999;
	background-image: url(../images/previous_search_button_over.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-decoration: underline;
}	

/* Return to Search Page Button*/

#new-view-returntosearch-button {
	background-image: url(../images/previous_search_button.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 30px;
	float: left;
}	
#new-view-returntosearch-button a.return{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-top: 5px;
}	

#new-view-returntosearch-button a.return:hover {
	color: #999999;
	background-image: url(../images/previous_search_button_over.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-decoration: underline;
}	

#new-view-container{
	padding: 5px;
	width: 940px;
}
#new-view-techspec{
	padding: 5px;
	width: 460px;
	float: left;
}
#new-view-description{
	padding: 5px;
	width: 460px;
	float: left;
}
#new-view-features{
	padding: 5px;
	width: 460px;
	float: left;
}
#new-view-address{
	padding: 5px;
	width: 460px;
	float: left;
}
#new-view-dealerdifference{
	padding: 5px;
	width: 460px;
	float: left;
}
#new-view-label{
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	background-color: #f6f2f2;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
} 
#new-view-data{
	padding: 2px;
	
}
