@import url('styles.css');

#feature_table {
	width: 100%; height: 250px;
	text-align: top;
	font:11px Arial,sans-serif;
	line-height: 14px;
}
#feature_table b,strong {
	color:#0f5386;
	font-weight:bold;
}
#feature_table a {
	color:#bf0000;
	font-weight:bold;
}

div#sidepanel {
	font-weight:bold;
	padding-left:8px;
	width:216px;
}

	div#sidepanel div#price {
		font-size:18px;
		line-height: 16px;
		color:#bf0000;
		margin:12px 0px 2px 0px;
	}
	
	div#sidepanel div#availability {
		font-size:12px;
		color:#0f5386;
		margin-bottom:4px;
	}
	
	div#sidepanel div#points {
		font-size:11px;
		color:#999;
		margin-bottom:8px;
	}
	

div#sidepanel a#addtocartlarge {
	display:block;
	width:93px;
	height:34px;
	background:url(../images/addtocartlarge.png) 0px 0px;
}
	div#sidepanel a#addtocartlarge:hover {
		background:url(../images/addtocartlarge.png) 0px 34px;
	}

div#overview {
	padding-right:8px;
}

	div#overview p {
		line-height:18px;
	}

	div#overview div#manu {
		color:#bf0000;
		font-weight:bold;
		margin-bottom:6px;
	}

	div#overview div#name {
		color:#0f5386;
		font-size:16px;
		font-weight:bold;
		margin-bottom:6px;
	}

	div#overview div#cat {
		color:#0f5386;
		font-weight:bold;
		margin-bottom:6px;
	}

div#features {	
	padding:20px;
}
div#featuretabs {
	width:554px;
	height:43px;
	background:url(../images/featuretabs.png);
}
	div#featuretabs a.tab {
		float:left;
		display:block;
		width:93px;
		height:41px;
		background:url(../images/prodtab.png) 0px 0px;
		margin:2px 1px 0px 1px;
		text-align:center;
		font-weight:bold;
		line-height:35px;
		color:#0f5386;
		cursor:pointer;
	}
	div#featuretabs a.tab:hover {
		text-decoration:none;
		color:#bf0000;
	}
	div#featuretabs a.tabActive {
		float:left;
		display:block;
		width:93px;
		height:41px;
		background:url(../images/prodtab.png) 0px 41px;
		margin:2px 1px 0px 1px;
		text-align:center;
		font-weight:bold;
		line-height:35px;
		color:#bf0000;
	}
	div#featuretabs a.tabActive:hover {
		text-decoration:none;
		color:#bf0000;
	}
	
	div#features div.details {
		border-left:1px solid #e3e6e8;
		border-right:1px solid #e3e6e8;
		font-size:11px;
		color:#666;
		padding:11px 10px;
		display:none;
	}
	

