
/* Warranty */
#warrantySection{
	margin:0;
	width:950px;
	clear:both;
}
#warrantySpecificInformation {
	clear: both;
	display: block;
	width: 920px;
	margin-bottom: 10px;
	border: 2px dashed #FF9900;
	padding: 20px 0 10px 25px;
}
#warrantySpecificInformation p {
	color: #000000;
}
#warrantyContentTabs{
	margin-top:30px;
}
#warrantyTabs div{
	float:left;
	margin-right:20px;
	padding:5px 10px;
	border:3px solid #999999;
	border-bottom:none;
	color: #000000;
}
.tabNoSelected{
	background:#ffffff;
	cursor:pointer;
}
.tabSelected{
	background:#999999;
}
.hiddenArea{
	display:none;
}
.displayedArea{
	display:block;
	background:#999999;
	padding:10px;
}
#warrantyTabsInfo{
	width:950px;
	border:1px solid #999999;
}
#warrantyTabsInfo p {
	color: #000000;
}
.tabTitle{
	font-size:14px;
	font-weight:bold;
	color: #000000;
}
.warrantyTitle{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
