/* CSS Document */

#supportcenter {

}


.support {
	_width: 100%;
	margin: 20px 20px 20px 20px;
}


/*******************
 * manuals
 *******************/
.gwtitleImg {
	background-image: url(../manuals/img/gw_bg.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 80px;
	overflow: hidden;
}

.evtitleImg {
	background-image: url(../ev_manuals/img/ev_bg.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 80px;
	overflow: hidden;
}
.content ul{
	margin-left: 10px;
	list-style-type: disc;
}
.content ol{
	margin-left: 20px;
}
.content li{
	margin: 7px;
}

#manuals dl {
	margin-left:20px;
}

#manuals dt {
	margin-top:7px;
	margin-bottom:7px;
}

#manuals dd {
	margin-left:20px;
	line-height: 120%;
}

#manuals img {
	margin-right:2px;
}

.ManualTable {
	width:100%;
	border: 1px solid #DEDEDE;	
}

.ManualTable th {
	width:44%;
	background-image:url(../img/shared/glay_bg.gif);
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	line-height: 150%;
}

.ManualTable td {
	padding: 5px 10px;
	line-height: 150%;
}

.RedFont {
	color: #FF6666;
}

#supportcenter h4	{
	margin-top: 20px;
	margin-left: 25px;
	color: #336699;
}

