@import url("bike-detail.css");
body, p, a, h1, h2, h3, h4 {color: #000;}
h2, h3 {border-bottom:1px solid #000 !important;}
#body-wrapper {border-top:1px solid #666666;}
#body-wrapper table {
	width:100%;
	font-size:12px;
	border-collapse: collapse;
}
th{
	vertical-align: bottom;
	border-bottom: 1px solid #000;
	padding-top: 10px;
}
td{
	vertical-align: top;
	padding-right: 5px;
}
#description {padding-bottom: 10px;}
#details {padding-bottom: 20px;}
#details a {
	padding-bottom: 10px;
	font-size:15px;
	font-weight: bold;
	padding: 7px 0 0 0;
	margin: 0;
	border: 0;
}
#details{border-bottom:1px solid #000 !important;}
