/* The following two rules are rediculous but a developer hard coded
the float-left class in the h2 tags and added br tags immediately after.
Unfortunately this code is located in a content server in which we do not
have access to make changes. */
#site-repair-guide h2.float-left {
	float:none;
	line-height:1em;
}
#site-repair-guide h2 + br,
#site-repair-guide h2 + br + br {
	line-height:0;
}
#site-repair-guide div.rg-instructions {
	margin: 10px 0;
	clear:both;
}
#site-repair-guide div.rg-instructions ol {
	list-style-type: decimal;
	font-weight: bold;
}
#site-repair-guide div.rg-instructions ol li ol {
	list-style-type: upper-alpha;
	margin: 0;
	padding: 0 0 0 33px;
}
#site-repair-guide div.rg-instructions ol li span {
	color: #666666;
	font-weight: normal;
	line-height: 1.8em;
}
#site-repair-guide div#out-of-zone-promo a.orange-link {
	color:#F68428;
	text-decoration: underline;
	background-position:0 5px;
	background-repeat:no-repeat;
	line-height:1.8em;
	font-size: 11px;
	padding-left:10px;
	font-weight: bold;
	background-image:url(../images/parts_shelf/orangeArrow_icon.gif);
}
div#out-of-zone-promo {
	background-image:url(../images/repair_guide/outOfZone_bg.gif);
	background-repeat:no-repeat;
	color:white;
	font-size:0.9em;
	height:94px;
	margin-top:10px;
	padding-left:17px;
	padding-top:27px;
	width:220px;
}
div#out-of-zone-promo p {
	color:#C1CAD9;
	padding-bottom:7px;
	padding-top:3px;
}
#top-middlecontainer {
	background-image: url(../images/repair_guide/repairGuide_bg.jpg);
	background-repeat: no-repeat;
	width: 455px;
	height: 71px;
	margin-bottom: 10px;
}
#top-middlecontainer p {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.0em;
	padding: 38px 100px 0 21px;
}
img.repair-figure {
	margin-bottom: 5px;
	padding-bottom: 0;
}
img.arrow {
	position: relative;
	top: 2px;
}
div#rightcontent div.content p {
	margin-top: 0;
}
p.repair-figure-caption {
	background-color: #CCC9C9;
	margin-bottom: 10px;
	padding-left:6px;
	font-weight: bold;
}
div.instructions {
	background-color:#E7E7E7;
	overflow:visible;
	padding:5px 10px;
}
div.instruction-image-container {
	background-color: #CCC9C9;
	padding:10px 10px 2px;
}
div.inner-image-container {
	text-align: center;
}
div.instruction-step {
	background-image: url(../images/repair_guide/listBG.gif);
	background-repeat:no-repeat;
	color:#fff;
	float:left;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	width:25px;
	height:25px;
	margin-right:12px;
	padding-top:2px;
	margin-bottom:10px;
}
div.instruction-step-unordered {
	border: 1px solid red;
	background-image: url(../images/repair_guide/listBG_sm.gif);
	background-repeat:no-repeat;
	color:#fff;
	float: left;
	width: 6px;
	height: 6px;
	padding: 0px;
	margin: 7px 5px 0 0;
}
p.instruction{
	float: right;
	width: 320px;
}
.back-to-top {
	float: right;
}
div.main-instruction-text {
	margin-bottom:25px;
	margin-top:25px;
}
div#rightcontent div.content a {
	text-decoration: none;
	color: #5C6574;
	font-weight:bold;
}
div#rightcontent div.content u a {
	text-decoration: underline;
	color: #5C6574;
	font-weight:bold;
}
div#rightcontent div.content a:hover {
	text-decoration:underline;
}
div#site-repair-guide div#leftsidebar ul li ul li {
	background-position: 20px 5px;
	padding-left: 30px;
}
div.sidebar ul li.no-arrow{
	background-image:none;
}
ul#orange {
	background-color:#4E5663;
	color:#F68428;
	font-weight:bold;
	padding-left:13px;
	margin-left:0;
	list-style-type: none;
}
ul#orange li {
	background-image:url(../images/parts_shelf/orangeArrow_icon.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-left:10px;
}
ul#orange li a {
	color: #F68428;
}

/*-- above css needs some serious refactoring -- below css is new -*/


/* begin repair guide warning message */
div.repair_guide_warning { } /* outer container div */

div.repair_guide_warning div.rg_header {
	background: #FF6600;
	color:black;
	font-weight: Bold;
	padding: 2px 2px 2px 5px;
	clear: Both;
}
div.repair_guide_warning div.rg_content {
	border-bottom: 1px solid gray;
	padding: 0px 0px 5px 0px;
}
/* end repair guide warning message */

/* begin repair guide caution message */
div.repair_guide_caution div.rg_header {
	background: #FFCC00;
	color:black;
	font-weight: Bold;
	padding: 2px 2px 2px 5px;
	clear: Both;
}
div.repair_guide_caution div.rg_content {
	border-bottom: 1px solid gray;
	padding: 0px 0px 5px 0px;
}
/* end repair guide warning message */
