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

#displayleft {
	position: relative;
	text-align: left;
	width: 382px;
	float: left;
	padding: 0 7px 0 0;
	margin: 0 0 7px 0;
	border-right: solid 1px #CCC;

}

#displayleft h1 {
	
	padding: 0;
	margin: 0;
}

#displayleft td {
/*	width: 100px;*/
	height: 28px;
}

#bikefitment {
	padding: 14px 0 0 0;
}

#bikefitment ul {
	float: left;
	position: relative;
	width: 50%;
	list-style:none;
	padding: 0;
	margin: 0;
}

#bikefitment li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	padding-left: 1em;
	margin: 0.3em 0.8em;
}

#installationguide {
	padding: 12px 0 0 0;
	margin: 0;
	clear: both;
}

#installationguide ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

#installationguide li {
	background-image: url(../images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: 0.0em 0.0em;
	height: 20px;
	padding-left: 2.0em;
	margin: 0.5em 0.8em;
	
}

#installationguide a {
	text-decoration: none;
	color: #FF0000;
}

#displayright {
	position: relative;
	padding: 0;
	margin: 0;
	width: 402px;
	float: right;
}

#displayright iframe {
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0;
	margin: 0px
}

#displayright #productthumbs {
	width: 402px;
}

#displayright #productthumbs img {
	padding: 0;
	margin: 0 7px 7px 0;
	float: left;
	border: 1px Solid #999;
}

#displayright #thumbstext {
	padding: 2px;
	clear: both;
	width: 398px;
	text-align: center;
	font-size: 9px;
}

#audiofiles fieldset {
	margin: 20px 0px 0 0;
	border: solid 1px;
	border-color: #999;
	padding: 0px 2px 7px 2px;
	text-align: center;
}

#audiofiles legend {
	font-family: Arial,Tahoma,Verdana,Sans-Serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

#relatedprtitle {
	clear: both;
	background-color: #666;
	padding: 1px 2px 3px 2px;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
}

#relatedproducts table {
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	width: 100%;
}

#relatedproducts td {
	text-align: left;
	padding: 4px;
	border-bottom: solid 1px #999;

}

#relatedproducts a {
	text-decoration: none;
	color: #FF0000;
}

#relatedproducts .error {
	text-align: center;
	color: #FF0000;
	height: 50px;
	font-weight: bold;
}

