/**
 * ITG Stylesheet
 *
 * @author Misha
 * @version 0.1
 *
 * 
 *
 *
 */

/* Overwrites */

.ITG #helpArticle,
.ITG .relatedHelpContent {
	width:702px;
	float:left;
}
.ITG #helpArticle #articleContent {
	padding:25px 0 50px 0;
	border-bottom:0 none;
}
.ITG #helpArticle #articleContent p {
	line-height:20px;
}
.ITG .relatedHelpContent .topicContentRight h3 {
	font-size:14px;
}
.ITG .relatedHelpContent
.ITG .relatedHelpContent h3 {
	font-size: 16px;
}
.ITG #relatedTitle {
	background:url(../../images/sprites_itg.png) no-repeat 0 -143px;
	height:16px;
	margin:0;
	width:64px;
}
.ITG #relatedTitle span {
	display:none;
}

.ITG #foundUseful {
	float:left;
	margin:0 10px 0 0;
	padding:0;
}

.ITG #socialBar {
	border-top:0 none;
	border-bottom:1px solid #d9d9d9;
	padding:13px 0;
	margin:0;
}

.ITG #helpfulBar {
	padding-bottom:70px;
}

/* ITG Module */

#itgModule {
	width:702px;
	margin-top:30px;
}

#itgModule .itgHeader, 
#itgModule .itgFooter,
#itgModule .itgHeader .icon,
#itgModule .itgHeader h2,
.errorState .itgContent h3 {
	background:url(../../images/sprites_itg.png) no-repeat 0 0;
}

#itgModule .itgHeader, 
#itgModule .itgFooter {
	width:702px;
	float:left;
}
#itgModule .itgHeader .icon {
	float:left;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:21px;
	width:22px;
	margin-right:8px;
	background-position:-680px -58px;
}
#itgModule .itgHeader h2 {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	font-size:0;
	float:left;
	width:262px;
	height:22px;
	background-position:0 -173px;
}
#itgModule .itgContent {
	float:left;
	padding:40px 30px 0 30px;
	width:639px;
	border-left:1px solid #d2d2d2;
	border-right:2px solid #d2d2d2;
	border-top:0 none;
	border-bottom:0 none;
}
#itgModule .itgFooter {
	height:7px;
	background-position:0 -38px;
}
#itgModule .itgHeader {
	height:30px;
	background-position:0 0;
	padding:8px 0 0 8px;
}

#itgModule ol {
	border-top:1px dashed #ccc;
	padding:30px 0 90px 20px;
}
#itgModule ol li {
	list-style:decimal;
	font-size:15px;
	color:#444;
	margin-bottom:30px;
}
#itgModule ol li span {
	font-weight:normal;
	display:block;
	font-size:13px;
	color:#777;
	margin-top:5px;
}

#itgModule ol li a {
	font-weight:normal;
}

.errorState .itgContent h3 {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:454px;
	height:73px;
	background-position:0 -55px;
}

