/* CSS Document */
#warrantySection{
	margin:0px auto;
	width:950px;
	clear:both;
}

#warrantySpecificInformation{
	height:160px;
	min-height:160px;
	margin-top: 5px;
	padding-left: 10px;
}
#warrantySpecificInformation p{ font-size:11px;}

#warrantyContentTabs{
	margin-top:30px;
}

#warrantyTabs div{
	float:left;
	margin-right:15px;
	padding:5px 10px;
	border:1px solid #999999;
	border-bottom:none;
	font-size:11px;
}

.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 div p{font-size:11px;}
#warrantyTabsInfo div .tabTitle{
	font-size:14px;
	font-weight:bold;
}

.warrantyTitle{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}



#print{
	background: url(../../../assets/en/images/global/printer.jpg) left no-repeat;
	vertical-align: 10px;
	padding-left: 25px;
	float: right;
	color: #000000;
	font-size:11px;
	text-decoration:none;
}
#warrantySection h1{ font-size:18px;}
