/**
 * MY10
 * Printable Specs Styles 
 */

html * {
	position:relative;
	margin:0;
	padding:0;
	border:0;
	font-family:verdana;
	zoom:1;		
}

#printable_specs_wrapper {
	position:relative;
	width:611px;
	margin:0;
	padding:0;
	border:0;
	overflow: visible;
}

#printable_specs_header_container {
	background-color:#333333;
	height:30px;
	width:611px;
	overflow:hidden;
	clear:both;
}

#printable_specs_header {
	float:left;
}

#printable_specs_close,
#printable_specs_print {
	float:right;
	cursor:pointer;
}

#printable_specs_container {
	width:591px;
	margin:10px;	
} 

#printable_specs_container h1.title {	
	top:25px;
	left:0;
	color:#000000;
	font-size:14px;
	font-weight:bold;	
	width:310px;
}

#bike_image {
	top:-17px;
	left:325px;	
	height:156px;
	width:220px;		
}

.metric .value_English,
.english .value_metric {
	display:none;	
}

.english .us_units,
.metric .metric_units {
	display:block;
}

.metric .us_units,
.english .metric_units {
	display:none;
}

tr.na {
	display:none;	
}

#printable_specs_container h2 {
	overflow:hidden;
	width:100%;	
	margin:0;
	text-indent:6px;
	line-height:19px;
	background-color:#333333;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;	
}

#title_msrp {	
	position:absolute;
	font-size:11px;
	font-weight:bold;
	top:62px;
	width:295px;
}

#switchMeasurement {	
	position:absolute;
	top:150px;
	left:20px;
	cursor:pointer;		
}

.switchMeasurementMet {	
	background:transparent url(/en_US/Media/images/Apps/2010_Motorcycles/specs/btn_showmetricunits_en.gif) top left no-repeat;
	width:100px;
	height:19px;		
}

.switchMeasurementUs {
	background:transparent url(/en_US/Media/images/Apps/2010_Motorcycles/specs/btn_showusunits_en.gif) top left no-repeat;
	width:77px;
	height:19px;		
}

#dimensions h2 {
	float:left;	
}

#dimensions table {
	position:relative;
	overflow:hidden;	
	clear:both;	
}

#dimensions h2.label,
#dimensions h2.units_label {		
	width:295px;
	text-transform:uppercase;	
}

#dimensions h2.label {		
	border-right:1px solid #CCCCCC;			
}


/* ************ */
/* Table Styles */
/* ************ */

#printable_specs_container table td {
	width:295px;		
	color:#000000;
	font-size:11px;		
}

#printable_specs_container table td.label,
#printable_specs_container table td.value_English,
#printable_specs_container table td.value_metric,
#printable_specs_container table td.value {		
	padding:3px 0 3px 6px;
	border:1px solid #CCCCCC;			
}

#printable_specs_container table td.label {
	width:287px;
	background-color:#E5E5E5;	
	font-weight:bold;
	border-left:0;
	border-top:0;	
	vertical-align:top;
}

#printable_specs_container table td.value_English,
#printable_specs_container table td.value_metric,
#printable_specs_container table td.value {
	width:288px;
	border-right:0;
	border-left:0;
	border-top:0;
	background-color:#D9D9D9;
}

#printable_specs_container .label a {
	position:relative;
	top:-3px;
	left:2px;
	color:#FF6600;
	font-weight:bold;
	font-size:10px;
}

#printable_specs_container table tr.subgroup td,
#printable_specs_container table tr.sub_group td {
	background-color:#D9D9D9;	
}

#printable_specs_container table tr.subgroup td h3,
#printable_specs_container table tr.sub_group td h3 {
	width:295px;
	text-indent:6px;
	font-size:11px;
	border:1px solid #CCCCCC;
	background-color:#E5E5E5;	
	font-weight:bold;
	border-left:0;
	border-top:0;
	border-bottom:0;	
	padding:3px 0;	
}

#printable_specs_container table tr.subgroup td table,
#printable_specs_container table tr.sub_group td table {
	border-top:1px solid #CCCCCC;	
}

#printable_specs_container table tr.subgroup td table td.label,
#printable_specs_container table tr.sub_group td table td.label {
	width:50%;
	text-indent:18px;
	background-color:#E5E5E5;
	font-weight:normal;	
	border-left:0;
	border-top:0;
	padding:3px 0;		
}

#printable_specs_container table tr.subgroup td table td.value_English,
#printable_specs_container table tr.subgroup td table td.value_metric,
#printable_specs_container table tr.sub_group td table td.value_English,
#printable_specs_container table tr.sub_group td table td.value_metric,
#printable_specs_container table td.value {
	border-top:0;	
}

#printable_specs_container #colors td.value {
	border-right:1px solid #CCCCCC;		
}


#printable_specs_container .notes ul {
	font-size:11px;	
	margin:12px 0 0 8px;	
}

#printable_specs_container .notes li {
	list-style:none;	
	clear:both;
	overflow:hidden;	
	padding:0 0 6px 0;
}

#printable_specs_container .notes li p {
	position:relative;
	float:left;
	left:20px;	
	width:560px;	
}

#printable_specs_container .notes li a {
	position:relative;
	float:left;
	color:#FF6600;
	font-weight:bold;
	width:0;			
}


#printable_specs_container #back_top {
	text-align:right;
	margin:13px 0 0 0;	
	height:9px;
	cursor:pointer;			
}

#printable_specs_container .disclaimer {
	margin:20px 0 0 0;
	background-color:#E4E4E4;
	padding:10px 20px 10px 20px;	
	font-size:11px;
}

#printable_specs_container .disclaimer p {	
	font-size:11px;
	padding:0 0 10px 0;
}

#printable_specs_footer {
	position:relative;
	left:10px;
	color:#999999;
	font-size:9px;
	margin:0 0 5px 0;	
}

/* **************** */
/* End Table Styles */
/* **************** */

