@charset "utf-8";
/* CSS Document */

#layoutInstallGuide {width:800px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:left; margin:0; padding-top:10px; border:none;}
	#layoutInstallGuide a:link, a:active{color:#999; text-decoration:none; border:none;}
	#layoutInstallGuide a:visited{color:#666; text-decoration:none; border:none;}
	#layoutInstallGuide a:hover{color:#F00; text-decoration:none; border:none;}

.installGuideHeader {width:800px; padding:5px; text-decoration:none;	border-bottom:1px #DDD solid; border-top:1px #DDD solid; }
.igHeaderDescription 	{width:400px; font-weight:bold; font-size:13px; text-align:left; color:#BBB;padding-left:5px; float:left;}
.igHeaderProdScript 	{width:300px; font-size:9px; color:#AAA; text-align:left; padding-left:75px; vertical-align:middle; float:right;}

.installGuideProducts {width:800px; text-decoration:none; border-bottom:1px #DDD solid; font-weight:bold; font-size:15px; text-align:left; color:#888; padding-left:12px;padding-top:5px; padding-bottom:5px; line-height:22px;} 

.igThumbnailDisplay {width:800px; height:100%; padding-left:12px; padding-top:20px; text-align:center; text-decoration:none; vertical-align:top;}
.igThumbDisplayLeft {width:250px;height:100%;  float:left; } 
.igThumbDisplayRight {width:517px; height:100%; float:right; padding-right:12px; }
.igThumbDisplayRight1 {width:250px; float:left; } 
.igThumbDisplayRight2 {width:250px; float:right;} 

.igThumbnail {width:200px; text-align:center; border:1px #ccc solid; padding:20px;}
.igThumbnailNull {width:200px; text-align:center; border:1px #fff solid;   padding:20px;}
.igText { font-weight:normal; font-size:11px; text-align:left;text-decoration:none;}
.igTextStep {color:#AAA; padding-left:15px; padding-bottom:5px;}
.igTextGuidance {color:#777; padding-bottom:5px; padding-left:15px; padding-right:15px;}

.igCustomerService { clear:both; width:800px; vertical-align:baseline; text-align:center; margin-bottom:-10px; }
.igCustomerService  p {font-weight:normal; font-size:11px; text-align:center; color:#E00; padding:7px 0 0 0px; text-decoration:none; border-top:1px #DDD solid; }


/*PRINT*/
@media print {
#layoutInstallGuide a:link, a:visited, a:active { color:#333; text-decoration:none;}
.igHeaderProdScript {display:none}
}

