
/** Product Category page **/

/** Override sidebar-right so that it becomes sidebar-left **/
.sidebar-right #content {
	width: 658px;
	margin-left: 316px; /* The width of #sidebar-left. */
	margin-right: -974px; /* Negative value of #content's width + left margin. */
}

.sidebar-right #content-inner {
	padding:0 0 0 13px;
}

#sidebar-right {
	float: left;
	width: 316px;
	margin-left: 0;
	margin-right: -316px; /* Negative value of #sidebar-left's width + left margin. */
	padding: 0;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#header-wrap {
	background:transparent url('images/bg_header_global2.jpg') 0 0 no-repeat;
	width:645px;
	height:200px;
	margin:0 0 12px;
}

#header-wrap h1.title {
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 20px;
	position:relative;
	top:167px;
	color:#fff;
}

#header-wrap p {
	margin:0 0 16px;
	padding:0 20px 0;
	color:#222;
	line-height:22px;
}

#content-area {
	margin:0 20px 20px;
}
a.pdf-indent {
	background:transparent url("images/icon_pdf_sm.png") 0 50% no-repeat;
	padding-left:26px;
	padding-bottom:2px;
	margin-left:15px
}
a.zip-indent {
	background:transparent url("images/icon_zip_sm.png") 0 50% no-repeat;
	padding-left:26px;
	padding-bottom:2px;
	margin-left:15px
}
a.zip-indent-sp {
	background:transparent url("images/icon_zip_sm.png") 0 50% no-repeat;
	padding-left:26px;
	margin-left:15px;
	line-height: 30px;
}
a.html-indent {
	background:transparent url("images/icon_html_sm.gif") 0 50% no-repeat;
	padding-left:26px;
	padding-bottom:2px;
	margin-left:15px
}
#txt-indent {
	padding-left:41px;
	padding-bottom:8px;
}
/* used on datasheet download page */
#ds-title {
	font-weight: bold;
	color:#4E3878;
	padding-top:10px;
	padding-bottom:5px;
}
/* used on app notes download page */
#an-title {
	font-weight: bold;
	color:#4E3878;
	padding-top:10px;
	padding-bottom:5px;
}
/* used on app notes & tech notes download page */
#lu {
	font-size:10px;
	font-style:italic;
	padding-bottom: 15px;
}
/* used on tech notes download page */
#tn-title {
	font-weight: bold;
	color:#4E3878;
	padding-top:10px;
	padding-bottom:5px;
}
/* used on manuals download page */
#manual-title {
	font-weight: bold;
	color:#4E3878;
	padding-top:10px;
	padding-bottom:5px;
}
